@charset "UTF-8";

/*-----------------------------------

	faq.css

-----------------------------------*/
/* under-faq */
.under-faq .sp_mode {
	display: none;
}
.under-main {
	border-color: #ec5050;
}
.under-faq .faq_list {
	padding: 15px;
	background: #ffd7d7;
	overflow: hidden;
}
.under-faq .faq_list li {
	float: left;
	width: 320px;
	margin-bottom: 15px;
	margin-right: 15px;
	background-color: #fff;
	background-image: url(../img/index/list_arrow.png);
	background-repeat: no-repeat;
	background-position: 302px center;
}
.under-faq .faq_list li:hover {
	/* background-color: #fffcbd; */
	background-color: #FFE8EC;
}
.under-faq .faq_list li:hover img {
	opacity: 1;
}
.under-faq .faq_list li:nth-child(2n) {
	margin-right: 0;
}
/* .under-faq .faq_list li:nth-child(9),
.under-faq .faq_list li:nth-child(10), */
.under-faq .faq_list li:nth-last-child(1),
.under-faq .faq_list li:nth-last-child(2) {
	margin-bottom: 0;
}
.under-faq .faq_list li img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
	width: 60px;
	/* margin-top: 12px;
	margin-left: 8px; */
}
.under-faq .faq_list li a {
	display: block;
	height: 60px;
	text-decoration: none;
	color: #000;
	/* line-height: 60px; */
	line-height: 110%;
	font-size: 70%;
}
.under-faq .faq_list li span {
	display: inline-block;
	vertical-align: middle;
	width: 230px;
}
@media screen and (max-width: 400px) {
	.under-faq .faq_list li span {
		width: 230px;
	}
}
@media screen and (max-width: 350px) {
	.under-faq .faq_list li span {
		width: 160px;
	}
}
.faq_title {
	overflow: hidden;
}
.under-faq #faq_head_02 {
	overflow: hidden;
}
.under-faq #faq_title {
	width: 260px;
	float: left;
}
.under-faq .day_text {
	float: right;
	width: 135px;
	font-size: 16px;
	font-weight: bold;
}

/* faq_search */
.under-faq .faq_search {
	margin: 60px 0 20px;
}
.under-faq .faq_search img {
	display: block;
	margin: 0 auto;
}
.under-faq .faq_search h5 {
	margin-bottom: 25px;
}
.faq_search .search_area {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	width: 94%;
	height: 49px;
	padding: 0 15px;
	font-size: 15px;
	outline: none;
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.faq_search .submit_btn {
	height: 50px;
	margin-left: -97px;
	/* padding: 16px 32px 13px; */
	padding: 0 26px;
	background: #e5e5e5;
	color: #959595;
	border: 1px solid #e2e2e2;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-ms-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	cursor: pointer;
	font-size: 70%;
}
.faq_search .submit_btn:hover {
	color: #fff;
	background: #9e9e9e;
}

/* btm_link */
.under-faq .btm_link {
	float: right;
	width: 740px;
}
.under-faq .btm_link h6 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 5px;
}
.under-faq .btm_link p {
	font-size: 17px;
}

/* #faq_box Editor Style */
	#faq_box table {
		width:100%;
	}
	#faq_box table tr td {
		padding: 5px;
		border: 1px solid #ccc;
	}
	#faq_box img {
		max-width:100%;
	}
	#faq_box table tr td p {
		margin-bottom: 0;
	}

/*-----------------------------------

	login

-----------------------------------*/

.login_btn {
	display: block;
	width: 309px;
	margin: 40px auto 30px;
}

/*-----------------------------------

	faq

-----------------------------------*/


/* acMenu */

.acMenu {
	margin-top: 15px;	
}
.acMenu dt {
	font-size: 18px;
	display: block;
	background: url(../img/detail/arrow_down.png) 98% center no-repeat #e0e0e0;
	margin-bottom: 20px;
	padding: 20px 40px 15px 25px;
	cursor: pointer;
	overflow: hidden;
	border-bottom: 1px solid #cfcfcf;
	position: relative;
}
.acMenu dt.active{
	background: url(../img/detail/arrow_up.png) 98% center no-repeat;
	background-color: #fc6060;
	color: #fff;
}
.acMenu dd {
	font-size: 18px;
	margin: 20px 0 60px;
	display: none;
}
.acMenu dt,
.acMenu dd {
	overflow: hidden;
}
.acMenu dd.open {
	display: block;
}
.acMenu dt span {
	float: left;
	display: block;
	width: 45px;
	height: 45px;
	background: url(../img/detail/q_icon.png) no-repeat !important;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 25px;
	margin: auto 0;
}
.acMenu dt.active span {
	background: url(../img/detail/q_icon_active.png) no-repeat !important;
}
.acMenu dt p {
	width: 88%;
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
	float: right;
}
.acMenu dd span {
	float: left;
	margin-left: 25px;
}
.acMenu dd .text_area {
	padding-bottom: 35px;
	overflow: hidden;
}
.acMenu dd .text_box {
	float: right;
	width: 86%;
	width: -webkit-calc(100% - 105px);
	width: calc(100% - 105px);
}
.acMenu dd .text_box p {
	margin-bottom: 1.5em;
}
.acMenu dd .text_box span {
	float: none;
	margin-left: 0;
}
.acMenu dd .dd_head {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: normal;
	margin: 30px 0 15px;
}
.acMenu dd .dd_head:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 5px;
	margin: 0 10px 5px 0;
	background: #fff001;
}
.acMenu dd .print_box {
	border-top: 1px solid #dcdcdc;
	padding-top: 15px;
	overflow: hidden;
}
.acMenu dd .questionnaire_box {
	margin-top: 40px;
}
.acMenu dd .questionnaire_box p {
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}
.acMenu dd .print_box a {
	display: block;
	float: right;
}
.acMenu dd .btn_box {
	width: 465px;
	margin: 20px auto 0;
}
.acMenu dd .questionnaire_box a {
	display: inline-block;
	width: 140px;
	height: 104px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.acMenu dd .questionnaire_box a:click {
	background:#ddd;
}
.acMenu dd .questionnaire_box a:nth-child(2) {
	margin: 0 15px;
}
.acMenu dd .questionnaire_box a:hover {
	opacity: 0.8;
}
.clicked_a:hover,
.clicked_a:hover img {
	opacity: 1 !important;
	/* color:none; */
	/* display:none; */
}

.close_area {
	margin:2em 0;
	text-align: center;
}
.close_link {
	display: inline-block;
	text-decoration: none;
	padding: 8px 30px;
	border: 2px solid #CCC;
	color: #666;
	font-size: 16px;
}
.close_link:hover {
	background-color: #EEE;
	border-color: #CCC;
	color: #666;
}
@media screen and (max-width: 840px) {
	.acMenu dt p,
	.acMenu dd .text_box p {
		font-size: 16px;
	}
}

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

	.under-faq .pc_mode {
		display: none;
	}
	.under-faq .sp_mode {
		display: block;
	}
	.under-faq #faq_head_02 {
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.under-main h3 img {
		width: 220px !important;
	}
	.under-main h4 img {
		width: 160px !important;
	}
	.under-faq .day_text {
		width: auto;
		font-size: 14px;
		margin-top: 7px;
	}
	.under-faq .faq_list li {
		width: 100%;
		background-position: 97% center;
	}
	.under-faq .faq_list li:nth-child(9) {
		margin-bottom: 15px;
	}
	.under-faq .faq_list li:nth-last-child(2) {
		margin-bottom: 15px;
	}
	.under-faq .faq_list li img {
		margin-top: 0;
		margin-left: 0;
	}

/* btm_link */
	.under-faq .btm_link {
		width: 100%;
		box-sizing: border-box;
		padding: 0 10px;
		float: none;
	}
	.under-faq .btm_link h6 {
		font-size: 16px;
		margin-top: 20px;
	}
	.under-faq .btm_link p {
		font-size: 14px;
	}


/* faq_search */
	.under-faq .faq_search {
		margin: 30px 0 0;
		padding: 0 10px;
	}
	.under-faq .faq_search img {
		width: 250px;
	}
	.faq_search .search_area {
		width: 84%;
		height: 40px;
		font-size: 13px;
	}
	.faq_search .submit_btn {
		width: 23%;
		height: 40px;
		margin-left: -25%;
		/* padding: 10px 20px 9px;*/
		padding: 5px;
		font-size: 60%;
	}

/*-----------------------------------

	login

-----------------------------------*/

	.login_btn {
		width: 70%;
	}
	.login_btn img {
		width: 100%;
	}


/*-----------------------------------

	faq

-----------------------------------*/

/* acMenu */

	.acMenu dt {
		padding: 20px 6% 15px 1.5%;
	}
	.acMenu dt span {
		left: 4px;
	}
	.acMenu dt p {
		width: 82%;
		width: -webkit-calc(100% - 60px);
		width: calc(100% - 60px);
		font-size: 14px;
	}
	.acMenu dt p br {
		display: none;
	}
	.acMenu dd span {
		margin-left: 1%;
	}
	.acMenu dd .text_area {
		padding-bottom: 5px;
	}
	.acMenu dd .text_box {
		width: 82%;
		width: -webkit-calc(100% - 68px);
		width: calc(100% - 68px);
		padding-right: 1%;
	}
	.acMenu dd .text_box p {
		font-size: 14px;
	}
	.acMenu dd .btn_box {
		width: 95%;
	}
	.acMenu dd .questionnaire_box {
		margin-top: 20px;
	}
	.acMenu dd .questionnaire_box p {
		padding: 0 10px;
	}
	.acMenu dd .btn_box a {
		width: 31%;
		height: auto;
	}
	.acMenu dd .btn_box a:nth-child(2) {
		margin: 0 1.4%;
	}
	.acMenu dd .btn_box img {
		width: 100%;
	}

}

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

	.acMenu dt p {
		width: 80%;
	}
	.acMenu dd .text_box {
		width: 80%;
	}

}
