@charset "utf-8";
/* CSS Document */
.spNone {
	display: block!important;
}
.pcNone {
	display: none!important;
}
/*---------------------------------------------------
Accordion box
----------------------------------------------------*/
.question {
    margin: 70px auto 0;
	padding-bottom: 150px;
}
dt::after {
	content: " ";
	clear: both;
	display: block;
}
.ac_box {
	width: 90%;
	max-width: 1100px;
	background: #FFFFFF;
	margin: 2% auto 2%;
	padding-bottom: 2%;
	border-bottom: solid 1px #cccccc; 
	box-sizing: border-box;
	position: relative;
}
.ac_titl {
	width: 100%;
	box-sizing: border-box;
}
.ac_titl:hover {
	cursor: pointer;
}
.ac_titltxt {
	width: 100%;
	display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}
.ac_titltxt img,
.ac_an img {
	width: 20%;
	max-width: fit-content;
	height: auto;
	margin-right: 2em;
}
.ac_titltxt h4,
h5.ac_antitl {
	width: 100%;
	font-size: min(28px, 1.97vw);
	font-weight: 700;
}
.ac_day span:after {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	right: 0;
	width: 20px;
	height: 20px;
	border-top: 4px solid #0ea9bb;
	border-right: 4px solid #0ea9bb;
	transform: rotate(135deg); 
	transition: .3s;
}
.ac_day span.active:after {
	transform: rotate(-45deg);
	transition: .3s;
}
.ac_an {
    width: 100%;
    margin: 3% 0 0;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
h5.ac_antitl span {
	color: #0ea9bb;
}
p.ac_cn01 {
    font-size: min(16px, 1.08vw);
    line-height: 1.7;
    color: #666666;
    margin: 2% auto 0;
}
/*----------------------------------------------------
 flow
----------------------------------------------------*/



@media screen and (max-width: 960px) {
/*////////////////////////////////////////////////
   表示変更
////////////////////////////////////////////////*/
.spNone {
	display: block!important;
}
.pcNone {
	display: none!important;
}

/*----------------------------------------------------
 flow
----------------------------------------------------*/
.ac_titltxt img, .ac_an img {
    width: 20%;
    max-width: 40px;
    margin-right: 2.5%;
}
.ac_titltxt h4, h5.ac_antitl {
    padding-right: 30px;
    font-size: min(24px, 2.5vw);
}
p.ac_cn01 {
    font-size: min(16px, 1.66vw);
    width: 100%;
    margin-top: 3%;
}
.ac_day span:after {
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
}

	
}

@media screen and (max-width: 767px) {
	/*////////////////////////////////////////////////
	表示変更
	////////////////////////////////////////////////*/
	.spNone {
		display: none!important;
	}
	.pcNone {
		display: block!important;
	}	
	/*---------------------------------------------------
	questionarea
	----------------------------------------------------*/
	.question {
		width: 95%;
		margin: 10% auto 0;
		padding-bottom: 20%;
	}
	.ac_box {
		width: 95%;
	}
	.ac_titl {
		font-size: 4vw;
	}
	.ac_titltxt img, .ac_an img {
        width: 20%;
        max-width: 30px;
        margin-right: 2.5%;
    }
	.ac_titl h3,.ac_antitl {
		font-size: 6vw;
		margin: 0 4% 0 0;
	}
	.ac_titl h4 {
		width: 80%;
	}
	p.ac_cn01 {
        font-size: min(28px, 3.5vw);
        line-height: 1.5;
        width: 100%;
        margin-top: 5%;
		margin-bottom: 5%;
	}
	.ac_day span:after {
		top: 5px;
        right: 7px;
    }
	.ac_titltxt h4, h5.ac_antitl {
        font-size: min(30px, 3.9vw);
    }
	h5.ac_antitl {
		margin-top: 1%;
		padding-right: 0;
	}
	

}
