@charset "UTF-8";

/* entry-guide */


#entryguide_contents {
    margin-top: 142px;
}
#entryguide_contents .entryguide_txt .eg_point {
    font-size: 20px;
    color: var(--c-blue);
    margin-bottom: 14px;
    line-height: 36px;
}
#entryguide_contents .entryguide_txt .eg_txt {
    font-size: 15px;
    line-height: 30px;
}


.entryguide_btn .eg_Link {
	margin-top: 93px;
}
.entryguide_btn .eg_Link ul { 
    display: flex;
    justify-content: space-between;
}
.entryguide_btn .eg_Link li { 
    width: 47.5%;
}
.entryguide_btn .eg_Link a {
	display: block;
	transition-duration: .3s;
	transition-property: background-color;
}
.entryguide_btn .stikyLinkMypage a { background: #1e326e; }
.entryguide_btn .stikyLinkEntry a { background: #141e64; }
.entryguide_btn .eg_Link dt::after {
	content: "";
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.entryguide_btn .eg_Link a {
    display: flex;
    justify-content: center;
}
.entryguide_btn .stikyLinkMypage a:hover,
.entryguide_btn .stikyLinkEntry a:hover { background: var(--c-l_blue); }
.entryguide_btn .eg_Link dl {
    width: 380px;
    padding: 32px 0 32px;
}
.entryguide_btn .eg_Link dt {
    color: #FFF;
    font-size: 32px;
    margin-bottom: 5px;
    position: relative	;
}
.entryguide_btn .eg_Link dt::after {
    top: 14px;
    right: 4px;
    width: 19px;
    height: 19px;
    display: block;
    position: absolute;
}
.entryguide_btn .eg_Link dd {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.4);
}




/* article */
@media screen and (min-width:769px), print{
}
@media screen and (max-width:768px){
    

    #entryguide_contents {
        margin-top: 69px;
    }
    #entryguide_contents .entryguide_txt .eg_point {
        font-size: 18px;
        margin-bottom: 13px;
        line-height: 28px;
    }
    #entryguide_contents .entryguide_txt .eg_txt {
        font-size: 14px;
        line-height: 28px;
    }

    
    .entryguide_btn .eg_Link {
        margin-top: 68px;
    }
    .entryguide_btn .eg_Link ul { 
        display: block;
    }
    .entryguide_btn .eg_Link li { 
        width: 100vw;
        margin: 0 calc(50% - 50vw);
    }
    
    .entryguide_btn .eg_Link dl {
        width: auto;
        padding: 18px 28px 20px;
    }
    .entryguide_btn .eg_Link dt {
        margin-bottom: 8px;
        font-size: 24px;
    }
    .entryguide_btn .eg_Link dd {
        font-size: 12px;
        line-height: 22px;
    }

    
    
}