@charset "utf-8";


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

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

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;
}


/* --- faq --- */
.faq h3{
    width: 100%;
    font-size: 24px;

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

.faq dt::before , .faq 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;
}
.faq dt::before {
    content: "Q.";
    background-color: #232323;
    color: #fff;
}
.faq dd::before {
    content: "A.";
    color: #222;
    border: solid 2px #222;
		font-weight: 600;
}

.faq .faq_suppl {
		font-size: 17px;
}
.faq h4 {
	position:relative;
	font-weight:normal;
	display: inline-block;
	background: linear-gradient(transparent 65%,#f4f4f4 65%, #f4f4f4 80%, transparent 80%);
}
.faq dd h4:not(:first-of-type){
	margin-top: 7px;
}
.faq ul li {
	position: relative;
	padding-left: 1em;
	margin-left: 1em;
}
.faq 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: 80px auto 80px;
}

article h2{
    margin-bottom: 50px;
}
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;
}


/* --- faq --- */

.faq h3{
    font-size: 20px;

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

}