@charset "UTF-8";
/* CSS Document */

.sub_title_h2.beBtn {
	position: relative;
}

.p_right {
	position: absolute;
	right: 0;
	top: 5px;
	z-index: 5;
}

@media screen and (max-width: 629px) {
	.p_right {
		position: static;
		text-align: center;
		margin-bottom: 12px;
	}
}

@media screen and (max-width: 930px) {
	.w920 {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}


section#cont_02 .acc_cont .faq_box {
	margin-bottom: 40px;
}


section#cont_02 .acc_cont .faq_box .question {
	border-bottom: 1px solid #e5e5e5;
	padding: 12px 0 12px 40px;
	
	position: relative;
}

section#cont_02 .acc_cont .faq_box .question h3 { 
	line-height: 2.2em;
}

@media screen and (max-width: 767px) {
	section#cont_02 .acc_cont .faq_box .question h3 {
		font-size: 14px;
	}
}

section#cont_02 .acc_cont .faq_box .question h3 .q_icon {
	font-size: 30px;
	color: #2bbbe6;
	position: absolute;
	top: 5px;
	left: 0;
}


section#cont_02 .acc_cont .faq_box .answer {
	padding: 20px 0 12px 40px;
	
	position: relative;
}

@media screen and (max-width: 767px) {
	section#cont_02 .acc_cont .faq_box .answer {
		padding: 20px 0px 12px 40px;
	}
}


section#cont_02 .acc_cont .faq_box .answer .a_icon {
	font-size: 30px;
	color: #fbd400;
	position: absolute;
	top: 20px;
	left: 0;
}

@media screen and (max-width: 767px) {
	section#cont_02 .acc_cont .faq_box .answer .a_icon {
		left: 0;
	}
}

section#cont_02 .acc_cont .faq_box .answer .ansCont {
	min-height: 3em;
	position: relative;
}

@media screen and (max-width: 767px) {
	section#cont_02 .acc_cont .faq_box .answer .ansCont {
		min-height: 5em;
	}
}

@media screen and (max-width: 459px) {
	section#cont_02 .acc_cont .faq_box .answer .ansCont {
		min-height: 7em;
	}
}

section#cont_02 .acc_cont .faq_box .answer .ansCont .hideDetail {
	position: absolute;
	top: 0;
	height: 100%;
	overflow: hidden;
}


section#cont_02 .acc_cont .faq_box .answer .ansCont .showDetail {
	display: none;
	opacity: 0;
}

section#cont_02 .acc_cont .faq_box.active .answer .ansCont .showDetail {
	
	opacity: 1;
	
	transition: opacity .3s 1s;
}


section#cont_02 .acc_cont .faq_box .answer .ansCont .photo {
	float: left;
	width: 150px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	section#cont_02 .acc_cont .faq_box .answer .ansCont .photo {
		width: 100%;
		float: none;
	}
}

section#cont_02 .acc_cont .faq_box .answer .ansCont .txt_wrap {
	float: right;
	width: calc( 100% - 180px );
}

@media screen and (max-width: 767px) {
	section#cont_02 .acc_cont .faq_box .answer .ansCont .txt_wrap {
		width: 100%;
		float: none;
	}
}

section .answer .showDetail h4.subtitle {
	background: #60ccec;
	color: #fff;
	padding: 6px 6px;
	box-sizing: border-box;
	font-size: 16px;
	margin-bottom: 16px;
}

section .answer .showDetail h5.blocktitle {
	color: #55c9eb;
	box-sizing: border-box;
	font-size: 16px;
	margin-bottom: 8px;
}

section .answer .showDetail .w670 {
	width: 670px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 767px) {
	section .answer .showDetail .w670 {
		width: 100%;	
	}
}
