@charset "utf-8";


#pageTtl {
	background: url(../../img/question/pic_main.jpg) no-repeat 50% 0;
	background-size: cover;
}

/* =========================
   article
========================= */

.wrapper {
	margin-bottom: 65px;
}

.read {
	margin-bottom: 25px;
	font-size: 120%;
	color: #404040;
}

.tab_btn_pc {
	border-bottom: solid 0px #bebebe;
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 auto 20px;
}

.tab_btn_pc li {
	/* float: left; */
	/* height: 55px; */
	/* line-height: 55px; */
	vertical-align: middle;
	padding-right: 20px;
	padding-left: 30px;
	background: url(../../img/common/list_icon.png) no-repeat 12px 12px;
	background-position: left center;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 130%;
	color: #7e7e7e;
	cursor: pointer;
}

.tab_btn li:hover {
	text-decoration: underline;
}

.tab_content h3 {
	height: 48px;
	line-height: 48px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 20px;
	border: solid 1px #bebebe;
	border-left: solid 6px #00acc0;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 200%;
	color: #7e7e7e;
}

.tab_content dl {
	border: solid 1px #bebebe;
	border-top: none;
}

.tab_content dt {
	padding: 20px 60px;
	border-top: solid 1px #bebebe;
}

.tab_content dd {
	padding: 20px;
	border-top: solid 1px #bebebe;
}

.tab_content dt {
	background: url(../../img/question/icn_q.png), url(../../img/question/icn_plus.png);
	background-repeat: no-repeat;
	background-position: 20px center, 98% center;
	font-size: 120%;
	font-weight: bold;
	color: #00acc0;
	cursor: pointer;
}

.tab_content dt.open {
	background: url(../../img/question/icn_q.png), url(../../img/question/icn_minus.png);
	background-repeat: no-repeat;
	background-position: 20px center, 98% center;
}

.tab_content dd {
	padding-left: 80px;
	background: url(../../img/question/icn_a.png);
	background-repeat: no-repeat;
	background-position: 50px 17px;
	background-color: #f5f5f5;
	font-size: 120%;
	color: #404040;
}
.toggleContent .pdf {
	display: inline-block;
    padding-left: 20px;
    position: relative;
    text-decoration: underline;
}
.toggleContent a.pdf:before {
    content: "\f1c1";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
    color: #ff3333;
}

/* 220916 */
#btnReservationWrap {
	height: 0;
}

/* 240828 */
.tab_btn_sec {
	border-bottom: solid 1px #bebebe;
}
