@charset "utf-8";


/* =======================
　　　  PC・共通部分
======================= */

article{
    width: 90%;
    margin: 0 auto 150px;
}

article h2{
    margin-bottom: 100px;
}
article h2 .en{
    font-size: 96px;
}
article h2 span:last-child{
    font-size: 24px;
    margin-left: 50px;
    border-bottom: 5px solid #000;
}


/* --- terms --- */
.terms{
    margin-top:150px;
}
.terms h3{
    width: 100%;
    font-size: 24px;

	padding: 1.0rem 1.0rem;
	border-left: 5px solid #000;
	background: #f4f4f4;
}
.terms dl{
    margin: 35px 30px 40px 30px;
}
.terms dt {
    /* position: relative; */
    font-size: 20px;
    font-weight: bold;
    /* padding-left: 50px; */
	padding-bottom: 10px;
    line-height: 36px;
	border-bottom: solid 1px;
}
.terms dd{
    /* position: relative; */
    font-size: 18px;	
    margin-top: 20px;
	margin-bottom: 45px;
    /* padding-left: 50px;	 */
    line-height: 32px;
}

/* .terms dt::before , .terms dd::before {
    width: 36px;
    height: 36px;
    border-radius: 10%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.terms dt::before {
    content: "Q.";
    background-color: #232323;
    color: #fff;
}
.terms dd::before {
    content: "A.";
    color: #222;
    border: solid 2px #222;
		font-weight: 600;
} */

.terms .terms_suppl {
		font-size: 17px;
}
.terms h4 {
	position:relative;
	font-weight:normal;
	display: inline-block;
	background: linear-gradient(transparent 65%,#f4f4f4 65%, #f4f4f4 80%, transparent 80%);
}
.terms dd h4:not(:first-of-type){
	margin-top: 7px;
}
.terms ul li {
	position: relative;
	padding-left: 1em;
	margin-left: 1em;
}
.terms ul li::before {
	content:"";
    position: absolute;
    top: 7px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	 width: 0.9em;
    height:0.9em;
	border: 1px solid #000;
}

/* =======================
　　　      SP
======================= */

@media screen and (max-width:769px) {

article{
    width: 100%;
    padding: 0 10px;
    margin: 0 auto 80px;
}
.terms{
    margin-top:80px;
}
article h2{
    margin-bottom: 50px;
    padding-left:10px;
}
article h2 .en{
    font-size: 50px;
}
article h2 span:last-child{
    font-size: 20px;
    border-bottom: 3px solid #000;
    margin: 10px 0 0;
    padding: 0 5px;
}


/* --- terms --- */

.terms h3{
    font-size: 20px;

	padding: 1.0rem 1.0rem;
	border-left: 5px solid #000;
	background: #f4f4f4;
}
.terms dl{
    margin: 30px 20px 35px 20px;
}
.terms dt {
    font-size: 18px;
    /* padding-left: 45px; */
    line-height: 32px;
}
.terms dd{
    font-size: 16px;
    margin-top: 15px;
    /* padding-left: 45px; */
    line-height: 30px;
    margin-bottom: 40px;
}
.terms dt::before , .terms dd::before {
    width: 32px;
    height: 32px;
    font-size: 20px;
}
.terms dt::before {
	
}
.terms dd::before {
}
	
.terms .terms_suppl {
		font-size: 15px;
}
	
.terms ul li::before {
}

}