﻿@charset "utf-8";
/* CSS Document */
	
.title{
	margin-bottom:80px;}

.title h2{
	display:block;
	width:119px;
	height:61px;
	margin:0 auto;
	text-indent:-9999px;
	background-image:url(../../images/ZH-TW/title_faq.png);
	background-position:left top;
	background-repeat:no-repeat;}
	
.accordion_title{
	text-align:center;
	font-size:1.25rem;
	color:#333;
	font-weight:700;
	letter-spacing:2px;}
	
.accordion_title .ser_no{
	font-size:2.375rem;
	color:#5b483b;}
	
.resp-arrow {
	margin-top:35px !important;}
	
h2.resp-accordion {
    padding: 5px 15px !important;
}

h2.resp-tab-active {
    padding: 5px 15px !important;
}
	
.faq_wrap{
	padding:30px 60px;}

.faq_wrap ul{}

.faq_wrap ul li{
	display:block;
	margin-bottom:40px;}
	
.faq_wrap ul li ul li.list_item{
	margin-bottom:20px;
}
	
.answer ol{
	list-style:decimal;
}

.answer ol.alp{
	list-style:upper-alpha;
}
	
.answer ol li{
	margin-left:20px;
	margin-bottom:5px;
	display: list-item;
    text-align: -webkit-match-parent;
}

.question{
	font-size:1.125rem;
	color:#5b483b;
	font-weight:600;
	margin-bottom:10px;
	padding-left:30px;
	background-image:url(../../images/ZH-TW/q.png);
	background-position:left 3px;
	background-repeat:no-repeat;}
	
/*.question:before{
    margin:-6px 10px 0 0;
    content:" ";
    display:inline-block;
    width:22px;
    height:22px;
	background:url(../../images/ZH-TW/q.png);   
    background-size:contain;
    vertical-align:middle;
}*/
	
.answer{
	line-height:2;
	font-size:1rem;
	color:#333;
	font-weight:normal;
	margin-bottom:10px;
	padding-left:30px;
	background-image:url(../../images/ZH-TW/a.png);
	background-position:left 5px;
	background-repeat:no-repeat;
	overflow: hidden;}
	
/*.answer:before{
    margin:-6px 10px 0 0;
    content:" ";
    display:inline-block;
    width:22px;
    height:22px;
	background:url(../../images/ZH-TW/a.png);   
    background-size:contain;
    vertical-align:middle;
}*/

.guide{
	font-size:1.0625rem;
	font-weight:400;
	color: #b28360;
	clear: both;
}

a.line_pay{
	color: #0bbc0b;
	font-weight: bold;
	/*text-decoration: underline;*/
	border-bottom:1px solid #0bbc0b;
}

a.line_pay:hover{
	color:#ff6c00;
	border-bottom:1px solid #ff6c00;
}
	
ul.price_item {
	display: block;
	overflow: hidden;
	float: left;
	font-size: 14px;
	color: #ddd;
	font-weight: normal;
	text-align: center;
	background-color: #a19069;
	padding: 1px;
}
ul.price_item li {
	display: block;
	float: left;
	background-color: #a19069;
	margin-bottom: 0px;
}
ul.price_item li span.item_title {
	font-weight: bold;
	margin-bottom: 2px;
}
ul.price_item li span {
	display: block;
	background-color: #3c3c3c;
	margin: 1px;
	margin-bottom: 1px;
	padding: 5px 7px;
	font-size: 14px !important;
	color: #ddd !important;
	font-weight: normal;
	text-align: center;
	line-height:2;
}
ul.price_item li.odd_fill{
	display:none;
}
.answer img.holiday2019{
	width: 40%;
	height: auto;
}
@media screen and (max-width: 1024px) {
	
.answer img{
	width:100%;
	height: auto;
}	
.answer img.holiday2019{
	width: 60%;
}
	
}

@media screen and (max-width: 768px) {

.answer img.holiday2019{
	width: 85%;
}	

	
}
	
@media screen and (max-width: 736px) {
	
.faq_wrap {
    padding: 20px 0px;
}	

	
}

@media screen and (max-width: 500px) {

.title {
    margin-bottom: 45px;
}

.resp-tab-content{
	padding:15px 0px;
}

ul.price_item li {
	width: 50%;
}
ul.price_item li span.item_title {
	background-color: #dbcfc6;
	color: #000 !important;
}
ul.price_item li span.item_price {
	color: #000 !important;
}
ul.price_item li span {
	color: #333;
	background-color: #eee;
	padding: 5px 5px;
}
ul.price_item li.odd_fill{
	display:block;
}
.answer img.holiday2019{
	width: 100%;
}
}