.adbnr h3{
	text-align: center;
	margin: 0 0 10px 0;
}.adbnr h3{
	text-align: center;
	margin: 0 0 10px 0;
}.adbnr h3{
	text-align: center;
	margin: 0 0 10px 0;
}#icatch{
	position: relative;
}
.contents{
	position: relative;
	z-index: 1;
	font-size: 16px;
}
a{
	color: #000;
	text-decoration: none;
}
/*/////▼ LPバナー ▼////*/
.adbnr{
	width: 100%;
	padding: 10px 0 0 0;
	margin: -15px 0 0 0;
	position: relative;
	z-index: 10;
}
.adbnr ul{
	width: 960px;
	margin: 0 auto;
}
.adbnr ul li{
	margin: 0 0 10px 0;
}
.adbnr ul li:last-child{
	margin: 0;
}
.adbnr ul li a{
	display: block;
	padding: 5px;
	box-sizing: border-box;
	background: #fff;
	color: #000;
	text-align: center;
	border-bottom: 2px solid #e6e6e6;
	border-radius: 100px;
	font-size: 80%;
}
.adbnr h3{
	text-align: center;
	margin: 0 0 10px 0;
}

/*/////▼ 共通 ▼////*/
.resort{
	width: 100%;
	letter-spacing: 0.1em;
}
#location section,
#term section,
#condition section,
#area section{
	width: 960px;
	margin: 0 auto;
}
#location h2,
#term h2,
#condition h2,
#area h2{
	padding: 40px 0 20px 0;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
#location h2 span,
#term h2 span,
#condition h2 span,
#area h2 span,
#qa h2 span,
#more h2 span{
	display: block;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	color: #ffce00;
	padding:0 0 10px 0;
}
dl.areamenu dt{
	cursor: pointer;
}
dl.areamenu dd{
	display: none;
}

/*/////▼ ナビ ▼////*/
nav{
	width: 100%;
	background: #000;
	padding: 30px 20px 20px 20px;
	box-sizing: border-box;
	margin: -12px 0 0 0;
}
nav ul li{
	width: 24.05%;
	float: left;
	margin: 0 1.25% 0 0;
}
nav ul li:last-child{
	float: right;
	margin: 0;
}
nav ul li a{
	display: block;
	color: #000;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	background: url(../img/arrow_b.png) no-repeat 98% center #fff;
	background-size:10px;
	border-radius: 5px;
}
nav ul li a span{
	display: block;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	color: #ffce00;
	padding:0; 
}

/*/////▼ 人気エリア ▼////*/
#location{
	padding: 30px 0;
}
#location h2{
	background: url(../img/tpc_ico01.png) no-repeat center top;
}
#location ul li{
	width: 300px;
	height: 317px;
	float: left;
	border:1px solid #ffce00;
	border-radius: 5px;
	margin: 0 8px 15px 7px;
	padding: 10px 0;
}
#location ul li:first-child{
	width: 620px;
	background: url(../img/location_bg.png) no-repeat 90% 90% #f2f2f2;
	padding: 20px;
	box-sizing: border-box;
	font-size: 15px;
}
#location ul li:first-child p{
	font-weight: bold;
	line-height: 1.5;
}
#location ul li:first-child h3{
	font-size: 21px;
	margin: 0 0 40px 0;
}
#location ul li img{
	display: block;
	margin: 0 auto;
}
#location ul li dl dt{
	padding: 15px 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#location ul li dl dd{
	padding: 0 10px;
	box-sizing: border-box;
}
#location ul li dl dd ul li{
	width: 48%;
	height: auto;
	float: left;
	border: none;
	padding: 0;
	margin: 0 1% 2% 1%;
}
#location ul li dl dd ul li:first-child{
	width: 48%;
	background: none;
	padding: 0;
	border-radius: 0;
}
#location ul li dl dd ul li a{
	display: block;
	background: #000;
	font-size: 14px;
	color: #fff;
	padding: 5px 0;
	text-align: center;
	border-radius: 5px;
}
#location ul li dl dd ul li a:hover{
	background: #ffce00;
	color: #fff;
}

.tab-group{
	margin: 0 0 20px 0;
	font-size: 18px;
}
.tab-group dd{
	width: 305px;
	height: auto;
	float: left;
	margin: 0 8px 0 7px;
	padding:15px 0;
	color:#444;
	text-align: center;
	cursor: pointer;
	background: #f2f2f2;
	border-radius: 5px;
}
.panel{
    display:none;
}
.tab.is-active{
	position: relative;
	background: #ffce00;
	color: #fff;
	transition: all 0.2s ease-out;
}
.tab.is-active:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #ffce00;
	border-width: 10px;
	margin-left: -10px;
	transition: all 0.2s ease-out;
}
.panel.is-show{
    display:block;
	transition: all 0.2s ease-out;
}


/*/////▼ 希望条件 ▼////*/
#condition{
	padding: 20px 0;
	background: #f2f2f2;
}
#condition h2{
	background: url(../img/tpc_ico03.png) no-repeat center top;
}
#condition section article{
	margin: 0 0 20px 0;
}
#condition section article:last-child{
	margin: 0;
}
#condition section article ul li{
	width: 460px;
	float: left;
	margin: 0 10px 20px 10px;
}
#condition section article ul li a{
	padding: 60px 0;
	display: block;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}
.highpay{
	background: url(../img/arrow_w.png) no-repeat 98% center,
	url(../img/co_bg01.png) no-repeat center center;
	background-size: auto 10px,
	cover;
}
.friends{
	background: url(../img/arrow_w.png) no-repeat 98% center,
	url(../img/co_bg02.png) no-repeat center center;
	background-size: auto 10px,
	cover;
}
.domitory{
	background: url(../img/arrow_w.png) no-repeat 98% center,
	url(../img/co_bg03.png) no-repeat center center;
	background-size: auto 10px,
	cover;
}
.foods{
	background: url(../img/arrow_w.png) no-repeat 98% center,
	url(../img/co_bg04.png) no-repeat center center;
	background-size: auto 10px,
	cover;
}
.many{
	background: url(../img/arrow_w.png) no-repeat 98% center,
	url(../img/co_bg05.png) no-repeat center center;
	background-size: auto 10px,
	cover;
}
.lang{
	background: url(../img/arrow_w.png) no-repeat 98% center,
	url(../img/co_bg06.png) no-repeat center top;
	background-size: auto 10px,
	cover;
}

/*/////▼ 都道府県 ▼////*/
#area{
	padding: 20px 0;
}
#area h2{
	background: url(../img/tpc_ico04.png) no-repeat center top;
}
#area section article{
	margin: 0 0 20px 0;
}
#area section article:last-child{
	margin: 0;
}
#area section article dl{
	width: 305px;
	float: left;
	margin: 0 22px 0 0;
}
#area section article dl:last-child{
	float: right;
	margin: 0;
}
#area section article:last-child dl{
	float: left;
	margin: 0;
}
#area section article dl dt{
	padding: 30px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background: url(../img/arrow_b_w.png) no-repeat center bottom #ffce00;
	border-radius: 5px;
}
#area section article dl dt.active{
	background: url(../img/arrow_b_w_open.png) no-repeat center bottom #ffce00;
}
#area section article dl dd{
	padding: 10px 0 0 0;
}
#area section article dl dd
ul li{
	width: 48%;
	float: left;
	margin: 0 0 10px 0;
}
#area section article dl dd
ul li:nth-child(2n+1){
	float: left;
}
#area section article dl dd
ul li:nth-child(2n){
	float: right;
}
#area section article dl dd
ul li a{
	display: block;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	background: #000;
	border-radius: 5px;
}
#area section article dl dd
ul li a:hover{
	color: #000;
	background: #ffce00;
}

/*/////▼ コンテンツ ▼////*/
#qa{
	padding: 60px 0 40px 0;
	background: url(../img/qa_bg.png) repeat-x center top;
}
#qa .qa_bigtitle{
	background: url(../img/tpc_ico05.png) no-repeat center top;
	padding: 40px 0 30px 0;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}
#qa section{
	padding: 40px 0;
	background: url(../img/qa_bg02.png) repeat-x center bottom;
	clear: both;
}
#qa section:last-child{
	background: none;
}
#qa section article{
	width: 960px;
	margin: 0 auto;
	clear: both;
}
.tpc01,
.tpc02,
.tpc03,
.tpc04,
.tpc05,
.tpc06 {
	padding: 0 0 0 110px;
	box-sizing: border-box;
	font-size: 30px;
	font-weight: lighter;
	line-height: 1.3;
	margin: 0 0 30px 0;
}
#qa section article h3{
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0 20px 0;
}
.f_left{
	float: left;
}
.f_right{
	float: right;
}
.txt{
	width: 460px;
	padding: 50px 0 0 0;
	margin: 0 0 30px 0;
	line-height: 1.5;
}


.tpc01{
	background: url(../img/01.png) no-repeat left center;
}
.tpc02{
	background: url(../img/02.png) no-repeat left center;
}
.tpc03{
	background: url(../img/03.png) no-repeat left center;
}
.tpc04{
	background: url(../img/04.png) no-repeat left center;
}
.tpc05{
	background: url(../img/05.png) no-repeat left center;
}
.tpc06{
	background: url(../img/06.png) no-repeat left center;
}
.ph{
	width: 480px;
	margin: 0 0 30px 0;
}
#qa section article dl{
	clear: both;
}
#qa section article dl dt{
	padding: 10px 0;
	text-align: center;
	border-radius: 5px;
	font-size: 18px;
	margin: 0 0 20px 0;
}
.arrow_box {
	position: relative;
	background: #ffffff;
	border: 1px solid #000000;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.arrow_box:before {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #000000;
	border-width: 11px;
	margin-left: -11px;
}
#qa section article dl dd{
	width: 305px;
	height: 200px;
	background: url(../img/voice_bg01.png) no-repeat left top,
	url(../img/voice_bg02.png) no-repeat right bottom #f2f2f2;
	font-size: 14px;
	padding: 20px;
	box-sizing: border-box;
	float: left;
	margin: 0 22px 0 0;
	text-align: justify;
}
#qa section article dl dd:last-child{
	float: right;
	margin: 0;
}
#qa section article dl dd span{
	text-align: right;
	font-size: 11px;
	letter-spacing: 0.03em;
	display: block;
	color: #444;
}
.txt a{
	display: block;
	padding: 15px 0;
	color: #009FB9;
	border:1px solid #009FB9;
	border-radius: 5px;
	margin: 20px 0 0 0;
	text-align: center;
	font-weight: bold;
	background: url(../img/arrow.png) no-repeat 98% center;
}
.txt a:hover{
	background: url(../img/arrow.png) no-repeat 98% center #f2f2f2;
}

/*/////▼ もっと知る ▼////*/
#more{
	padding: 60px 0 40px 0;
	background: url(../img/qa_bg.png) repeat-x center top;
}
#more .more_bigtitle{
	background: url(../img/tpc_ico06.png) no-repeat center top;
	padding: 40px 0 30px 0;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}
#more section{
	padding: 40px 0;
	clear: both;
}

#more section article{
	width: 960px;
	margin: 0 auto;
	clear: both;
}

.more_tpc01,
.more_tpc02 {
	box-sizing: border-box;
	font-size: 30px;
	font-weight: lighter;
	line-height: 1.3;
	text-align: center;
}

.more_tpc01{
	background: url(../img/more01.png) no-repeat;
    height: 51px;
    background-position: left 13% bottom 100%;
    padding: 0 0 70px 100px;
}
.more_tpc02{
	background: url(../img/more02.png) no-repeat left center;
    height: 51px;
    background-position: left 23% bottom 100%;
    padding: 0 0 70px 65px;
    margin: 40px 0 20px;
}

#bnr section h2 {
    box-sizing: border-box;
    font-size: 30px;
    font-weight: lighter;
    line-height: 1.5;
    text-align: center;
    background: url(../img/bnr_line01.png) no-repeat 20% center, url(../img/bnr_line02.png) no-repeat 80% center;
}

#bnr img{
    display: block;
    margin: 0 auto;
    padding: 30px 0;
}

#bnr section a img:hover{
    opacity: 0.5;
    transition: 0.7s;
}

/*/////▼ モーダル内リンク ▼////*/
.popup h2{
	font-size: 24px;
	font-weight: lighter;
	line-height: 1.5;
	padding: 0 0 20px 0;
}
.popup section dl{
	width: 31%;
	height: 230px;
	background: #f2f2f2;
	border-radius: 5px;
	float: left;
	padding: 10px 0;
	box-sizing: border-box;
	margin: 0 1% 2% 1%;
}
.popup section dl dt{
	font-size: 18px;
	color: #444;
	font-weight: lighter;
	padding: 0 0 10px 0;
	text-align: center;
}
.popup section dl dd ul li{
	width: 30%;
	float: left;
	margin: 0 0.8% 2% 2.2%;
}
.popup section dl dd ul li a{
	display: block;
	color: #444;
	border-radius: 5px;
	background: url(../img/arrow_b.png) no-repeat 97% center #ffce00;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}


@media screen and (max-width:780px){
	/*/////▼ 共通 ▼////*/
.resort{
	width: 100%;
	letter-spacing: 0.1em;
}
#location section,
#term section,
#condition section,
#area section{
	width: auto;
	padding:0 10px;
	box-sizing: border-box;
}
#location h2,
#term h2,
#condition h2,
#area h2{
	padding: 50px 0 10px 0;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
#location h2 span,
#term h2 span,
#condition h2 span,
#area h2 span,
#qa h2 span{
	display: block;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	color: #ffce00;
	padding:2px 0;
}
dl.areamenu dt{
	cursor: pointer;
}
dl.areamenu dd{
	display: none;
}
	
.adbnr ul{
	width: auto;
	padding:0 10px;
	box-sizing: border-box;
}

/*/////▼ ナビ ▼////*/
nav{
	width: 100%;
	background: #000;
	padding: 30px 10px 10px 10px;
	box-sizing: border-box;
	margin: -12px 0 0 0;
}
nav ul li{
	width: 48%;
	float: left;
	margin: 0 1% 2% 1%;
}
nav ul li:last-child{
	float: left;
	margin: 0 1% 2% 1%;
}
nav ul li a{
	display: block;
	color: #000;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
	background: url(../img/arrow_b.png) no-repeat 98% center #fff;
	background-size:5px;
	border-radius: 5px;
}
nav ul li a span{
	display: block;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	color: #ffce00;
	padding:0; 
}

/*/////▼ 人気エリア ▼////*/
#location{
	padding: 20px 0;
}
#location h2{
	background: url(../img/tpc_ico01.png) no-repeat center top;
}
#location ul li{
	width: 100%;
	height: auto;
	float: none;
	border:1px solid #ffce00;
	border-radius: 5px;
	margin: 0 0 15px 0;
	padding: 10px 0;
}
#location ul li:first-child{
	width: 100%;
	background: url(../img/location_bg.png) no-repeat 90% 90% #f2f2f2;
	padding: 20px;
	box-sizing: border-box;
	font-size: 15px;
}

#location ul li:first-child h3{
	font-size: 21px;
	margin: 0 0 40px 0;
}
#location ul li img{
	display: block;
	margin: 0 auto;
}
#location ul li dl dt{
	padding: 15px 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#location ul li dl dd{
	padding: 0 10px;
	box-sizing: border-box;
}
#location ul li dl dd ul li{
	width: 48%;
	height: auto;
	float: left;
	border: none;
	padding: 0;
	margin: 0 1% 2% 1%;
}
#location ul li dl dd ul li:first-child{
	width: 48%;
	background: none;
	padding: 0;
	border-radius: 0;
}
#location ul li dl dd ul li a{
	display: block;
	background: #000;
	font-size: 14px;
	color: #fff;
	padding: 5px 0;
	text-align: center;
	border-radius: 5px;
}
#location ul li dl dd ul li a:hover{
	background: #ffce00;
	color: #fff;
}

.tab-group{
	margin: 0 0 20px 0;
	font-size: 18px;
}
.tab-group dd{
	width: 31%;
	height: auto;
	float: left;
	margin: 0 1% 0 1%;
	padding:15px 0;
	color:#444;
	text-align: center;
	cursor: pointer;
	background: #f2f2f2;
	border-radius: 5px;
}
.panel{
    display:none;
}
.tab.is-active{
	position: relative;
	background: #ffce00;
	color: #fff;
	transition: all 0.2s ease-out;
}
.tab.is-active:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #ffce00;
	border-width: 10px;
	margin-left: -10px;
	transition: all 0.2s ease-out;
}
.panel.is-show{
    display:block;
	transition: all 0.2s ease-out;
}


/*/////▼ 希望条件 ▼////*/
#condition{
	padding:20px 0;
	background: #f2f2f2;
}
#condition h2{
	background: url(../img/tpc_ico03.png) no-repeat center top;
}
#condition section article{
	margin: 0 0 20px 0;
}
#condition section article:last-child{
	margin: 0;
}
#condition section article ul li{
	width: 98%;
	float: left;
	margin: 0 1% 2% 1%;
}
#condition section article ul li a{
	padding: 40px 0;
	display: block;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}
.highpay{
	background: url(../img/arrow_w.png) no-repeat 98% center,
	url(../img/co_bg01.png) no-repeat center center;
	background-size: auto 10px,
	cover;
}
.friends{
	background: url(../img/arrow_w.png) no-repeat 98% center,
	url(../img/co_bg02.png) no-repeat center center;
	background-size: auto 10px,
	cover;
}
.domitory{
	background: url(../img/arrow_w.png) no-repeat 98% center,
	url(../img/co_bg03.png) no-repeat center center;
	background-size: auto 10px,
	cover;
}
.foods{
	background: url(../img/arrow_w.png) no-repeat 98% center,
	url(../img/co_bg04.png) no-repeat center center;
	background-size: auto 10px,
	cover;
}
.many{
	background: url(../img/arrow_w.png) no-repeat 98% center,
	url(../img/co_bg05.png) no-repeat center center;
	background-size: auto 10px,
	cover;
}
.lang{
	background: url(../img/arrow_w.png) no-repeat 98% center,
	url(../img/co_bg06.png) no-repeat center top;
	background-size: auto 10px,
	cover;
}

/*/////▼ 都道府県 ▼////*/
#area{
	padding: 20px 0;
}
#area h2{
	background: url(../img/tpc_ico04.png) no-repeat center top;
}
#area section article{
	margin: 0 0 20px 0;
}
#area section article:last-child{
	margin: 0;
}
#area section article dl{
	width: 31%;
	float: left;
	margin: 0 1.4% 0 1.2%;
}
#area section article dl:last-child{
	float: right;
	margin: 0;
}
#area section article:last-child dl{
	float: left;
	margin: 0 0 0 1.2%;
}
#area section article dl dt{
	padding: 30px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background: url(../img/arrow_b_w.png) no-repeat center bottom #ffce00;
	border-radius: 5px;
}
#area section article dl dt.active{
	background: url(../img/arrow_b_w_open.png) no-repeat center bottom #ffce00;
}
#area section article dl dd{
	padding: 10px 0 0 0;
}
#area section article dl dd
ul li{
	width: 100%;
	float: none;
	margin: 0 0 10px 0;
}
#area section article dl dd
ul li:nth-child(2n+1){
	float: none;
}
#area section article dl dd
ul li:nth-child(2n){
	float: none;
}
#area section article dl dd
ul li a{
	display: block;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	background: #000;
	border-radius: 5px;
}
#area section article dl dd
ul li a:hover{
	color: #000;
	background: #ffce00;
}

/*/////▼ コンテンツ ▼////*/
#qa{
	padding: 60px 0 40px 0;
	background: url(../img/qa_bg.png) repeat-x center top;
}
#qa .qa_bigtitle{
	background: url(../img/tpc_ico05.png) no-repeat center top;
	padding: 50px 0 20px 0;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

#qa section{
	padding: 40px 0 30px 0;
	background: url(../img/qa_bg02.png) repeat-x center bottom;
	clear: both;
}
#qa section:last-child{
	background: none;
}
#qa section article{
	width: auto;
	padding:0 10px;
	box-sizing: border-box;
	clear: both;
	margin: 0 0 40px 0;
}
#qa section article h3{
	padding: 50px 0 0 0;
	box-sizing: border-box;
	font-size: 30px;
	font-weight: lighter;
	line-height: 1.3;
	margin: 0 0 30px 0;
	text-align: center;
}
#qa section article h4{
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0;
	text-align: center;
}
.f_left{
	float: none;
}
.f_right{
	float: none;
}
.txt{
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 1.5;
}

.tpc01{
	background: url(../img/01.png) no-repeat center top;
	background-size: auto 40px;
}
.tpc02{
	background: url(../img/02.png) no-repeat center top;
	background-size: auto 40px;
}
.tpc03{
	background: url(../img/03.png) no-repeat center top;
	background-size: auto 40px;
}
.tpc04{
	background: url(../img/04.png) no-repeat center top;
	background-size: auto 40px;
}
.tpc05{
	background: url(../img/05.png) no-repeat center top;
	background-size: auto 40px;
}
.tpc06{
	background: url(../img/06.png) no-repeat center top;
	background-size: auto 40px;
}

.tpc01,
.tpc02,
.tpc03,
.tpc04,
.tpc05,
.tpc06{
	padding: 50px 0 20px 0;
	text-align: center;
	font-size: 30px;   
}

.ph{
	width: 100%;
	margin: 10px 0;
	text-align: center;
}
#qa section article dl{
	clear: both;
}
#qa section article dl dt{
	padding: 10px 0;
	text-align: center;
	border-radius: 5px;
	font-size: 18px;
	margin: 0 0 20px 0;
}
.arrow_box {
	position: relative;
	background: #ffffff;
	border: 1px solid #000000;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.arrow_box:before {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #000000;
	border-width: 11px;
	margin-left: -11px;
}
#qa section article dl dd{
	width: 100%;
	height: auto;
	background: url(../img/voice_bg01.png) no-repeat left top,
	url(../img/voice_bg02.png) no-repeat right bottom #f2f2f2;
	font-size: 14px;
	padding: 20px;
	box-sizing: border-box;
	float: none;
	margin: 0 0 20px 0;
	text-align: justify;
}
#qa section article dl dd:last-child{
	float: none;
	margin: 0;
}
#qa section article dl dd span{
	text-align: right;
	font-size: 11px;
	letter-spacing: 0.03em;
	display: block;
	color: #444;
}
.txt a{
	display: block;
	padding: 15px 0;
	color: #009FB9;
	border:1px solid #009FB9;
	border-radius: 5px;
	margin: 20px 0 0 0;
	text-align: center;
	font-weight: bold;
	background: url(../img/arrow.png) no-repeat 98% center;
}
.txt a:hover{
	background: url(../img/arrow.png) no-repeat 98% center #f2f2f2;
}

/*/////▼ もっと知る ▼////*/

#more {
    padding: 60px 0 10px 0;
}

#more .more_bigtitle {
    background: url(../img/tpc_ico06.png) no-repeat center top;
    padding: 50px 0 20px 0;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

#more section article{
    width: auto;
    padding: 0 10px;
    box-sizing: border-box;
    clear: both;
    margin: 0 0 40px 0;
}

.more_tpc01{
    background: url(../img/more01.png) no-repeat center top;
    background-size: auto 40px;
    padding: 50px 0 20px 0;
	text-align: center;
	font-size: 30px;
	margin-bottom: 80px;
    
}

#more section {
    padding: 20px 0;
    clear: both;
}

.more_tpc02{
    background: url(../img/more02.png) no-repeat center top;
    background-size: auto 40px;
    padding: 50px 0 20px 0;
	text-align: center;
	font-size: 30px;
	margin-bottom: 80px;   
}

#bnr section h2 {
    box-sizing: border-box;
    font-size: 25px;
    font-weight: lighter;
    line-height: 1.5;
    text-align: center;
    background: url(../img/bnr_line01.png) no-repeat 0% center, url(../img/bnr_line02.png) no-repeat 100% center;
}

#bnr section{
    padding: 20px 10px;   
}

/*/////▼ モーダル内リンク ▼////*/
.popup h2{
	font-size: 24px;
	font-weight: lighter;
	line-height: 1.5;
	padding: 0 0 20px 0;
}
.popup section dl{
	width: 100%;
	height: auto;
	background: #f2f2f2;
	border-radius: 5px;
	float: none;
	padding: 10px 0;
	box-sizing: border-box;
	margin: 0 0 2% 0;
}
.popup section dl dt{
	font-size: 18px;
	color: #444;
	font-weight: lighter;
	padding: 0 0 10px 0;
	text-align: center;
}
.popup section dl dd ul li{
	width: 30%;
	float: left;
	margin: 0 0.8% 2% 2.2%;
}
.popup section dl dd ul li a{
	display: block;
	color: #444;
	border-radius: 5px;
	background: url(../img/arrow_b.png) no-repeat 97% center #ffce00;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}
}


