@charset "UTF-8";
/*
 * cmn_layout.css
 */

/* ==========================================================
H(n)eading
========================================================== */

/* ==========================================================
Listing
========================================================== */
.c-box_basic02 article:nth-child(2)  li a {line-height: 80px;}
.c-box_basic02 article:nth-child(2)  li:nth-child(2) a::after {background: rgba(255,145,0,0.2);}

@media only screen and (min-width: 769px) {
.c-box_basic02 article:nth-child(2)  li a {line-height: 140px;}

}
/* ==========================================================
Text
========================================================== */

.c-box_basic02 .c-p_basic03{
    padding: 0;
    font-size: 88%;
}
.c-box_basic02 article:first-child .c-p_basic03{text-align: justify;}
.c-box_basic02 article:nth-child(2) .c-p_basic03{
    margin: 14px 0 0;
    font-weight: 600;
}


@media only screen and (min-width: 769px) {    
.c-box_basic02 .c-p_basic03{
    width: 45%;
    padding: 0;
    font-size: 113%;
}
.c-box_basic02 article:first-child .c-p_basic03{text-align: center;}
.c-box_basic02 article:nth-child(2) .c-p_basic03{
    margin: 0 auto;
    font-weight: 600;
}

}

/* ==========================================================
Responsive
========================================================== */
@media only screen and (max-width: 768px) {
.sp{display: inherit;}
.pc{display: none;}
}
@media only screen and (min-width: 769px) {
.sp{display: none;}
.pc{display: inherit;}
}


/* ==========================================================
D4C. add
========================================================== */
/*common*/
.c-box_ttl.privacy{
	background: url('../images/bg_privacy_index01.webp') no-repeat center top/cover;
}
.no-webp .c-box_ttl.privacy{
	background: url('../images/bg_privacy_index01.png') no-repeat center top/cover;
}
.c-box_ttl.privacy .c-h1_basic01{
	top: -50px;
}
.c-box_basic02.privacy .wrap{
	max-width: 1160px;
	text-align: left;
}
.c-box_basic02.privacy .wrap p{
	margin: 0 0 35px;	
}
.c-box_basic02.privacy .wrap dl dd{
	font-size: 138%;
}
@media screen and (min-width: 769px) {
.c-box_basic02.privacy .wrap dl dd a{
    pointer-events: none;
    }
}