<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";



/* -------------------------- */
/* --------mail------- */
/* -------------------------- */
.mail_form p{margin: 30px 0;}
.mail_form img{
width: 54px;
margin-right: 10px;
}

.mail_form{margin-top: 70px;}
.mail_form h3{margin-bottom: 30px;}
.mail_form img[alt="mail"]{width: 55px;}
.mail_form .flex p{flex: 1; margin-left: 20px;}
.red{color: #D84848;}

/* 英語 */
.mail_form small{
display: block;
color: #11BA71;
line-height: 100%;
}

/* アコーディオンメニュー */
.con_kinds li{margin-bottom: 20px;}
.acd-content{
background-color: #EBEFEA;
height: 0;
padding: 0;
visibility: hidden;
margin-top: 5px;
}
.acd-content p{margin: 5px 0;}
.acd-content h4{font-weight: 600;}
/* Android対策 */
.android .acd-content h4{font-weight: 700;}

.acd-check:checked + .acd-label + .acd-content{
height: auto;
padding: 15px;
visibility: visible;
}



</pre></body></html>