﻿@charset "utf-8";
/* CSS Document スマートフォン版 全共通css*/
@media screen and (max-width: 767px) {/*767px*/
	/*SP非表示*/
	.sp {
		display: block !important;
	}
	.sp02 {
		display: none;
	}
/*/PC非表示*/
	.pc {
		display: none !important;
	}
	/* リセット */
	html {
		width: 100%;
		font-size: 62.5%;
		overflow-y: scroll;
	}
	body {
	}
	.photo_right {
		float: right;
		margin-left: 13px;
	}
	.photo_left {
		float: left;
		margin-right: 13px;
	}
	.photo_center {
		text-align: center;
	}
	.lefter {
		float: left;
	}
	.righter {
		float: right;
	}
	a:hover {
		text-decoration: none;
	}
	/* 画像リンク */ /*スマホ動作なし*/
	a:hover img {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
.anchor {
	padding-top: 52px;
	margin-top: -52px;
}
	* img {
	max-width: 100%;
	height: auto;
	}
/* 基本レイアウト */
#header {
	width: 100vw;
	min-width: 100vw;
	height: 52px;
	z-index: 2;
}
#contents {
	width: 100vw;
	min-width:auto;
	margin: 52px auto 0 auto;
	padding: 0;
}
#footer {
	width: 100vw;
	min-width: 100vw;
	height: 50px;
	margin-bottom: 70px;
	font-size: 120%;
	line-height: 50px;
}
/* 以上基本レイアウト */
/*ヘッダー*/
#header .title {
	height: 52px;
	padding-left: 20px;
}
#header .title img {
	height: 17px;
}
#header .title span {
	display: none;
}
#header .btn-area {
	position: fixed;
	left: 0;
	bottom: 0;
	float: none;
	width: 100vw;
	height: 70px;
	font-size: 180%;
}
#header .btn-area a.btn {
	height: 70px;
}
#header .btn-area a.btn.request {
	width: 50vw;
	background-color: #EB1E1E;
	color: #fff;
	font-size: 85%;
}
#header .btn-area a.btn.request:hover {
	background-color: #fff;
	border: solid 2px #EB1E1E;
	border-bottom: none;
	color: #EB1E1E;
}
#header .btn-area a.btn.tel {
	width: 50vw;
	background-color: #E8EAEB;
	color: #333;
}
#header .btn-area a.btn.request span {
}
#header .btn-area a.btn.tel span {
	font-size: 100%;
	color: #333;
}
/*/ヘッダー*/
/*フッター*/
.footer-btn-area {
<!--	display: none;-->
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
}
.footer-btn-area a {
	display: table-cell;
	vertical-align: middle;
}
.footer-btn-area a.btn {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	height: 70px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.footer-btn-area a.btn.request {
	background-color: #EB1E1E;
	color: #fff;
	font-size: 180%;
}
.footer-btn-area a.btn.request:hover {
	background-color: #fff;
	border: solid 2px #EB1E1E;
	color: #EB1E1E;
}
.footer-btn-area a.btn.tel {
	background-color: #E8EAEB;
	color: #333;
	font-size: 180%;
	line-height: 1.2;
}
.footer-btn-area a.btn.tel span {
	font-size: 100%;
}

.footer-caution-area {
	margin-bottom: 15px;
	font-size: 180%;
}
.footer-caution-area a {
    line-height: 1.7;
}

#footer .copyright {
	padding: 0 0 20px 0;
	font-size: 1.4rem;
	text-align: center;
}
/*/フッター*/
/*基本レイアウト*/
.anchor {
	/*display: block;*/
	padding-top: 52px;
	margin-top: -52px;
}
.imgarea {
	text-align: center;
	line-height: 0;
}
/*見出し*/
#contents h1 {
	margin: 0 0 40px 0;
	text-align: center;
	font-size: 280%;
	font-weight: bold;
	line-height: 40px;
}
#contents h2 {
	margin-bottom: 30px;
	font-size: 210%;
	font-weight: bold;
	text-align: center;
}
#contents h2 span {
	border-bottom: solid 4px #A2A2A2;
}
#contents h3 {
	margin-bottom: 15px;
	font-size: 160%;
	font-weight: bold;
	line-height: 1;
}
#contents h3 span {
	color: #EB1E1E;
}
/*セクション*/
#contents .section {
	width: 100%;
	margin: 0 auto;
	padding: 45px 0 0 0;
}
#contents .section inside {
	width: 90%;
	margin: 0 auto;
}

/*共通***********************/
#contents .inside {
	width: 90%;
	margin: 0 auto;
}
#contents .header {
	padding: 32.5px 0 34px 0;
}
#contents .header .inside {
	width: 90%;
	margin: 0 auto;
}
#contents .header .inside p {
	font-size: 160%;
}
#contents .cap {
	font-size: 140%;
}

/*ページ内メニュー***********************/
#contents .menu {
	margin: 34px auto 0 auto;
}
#contents .menu ul {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
#contents .menu ul li {
	margin-right: 0;
	margin-bottom: 15px;
	font-size: 180%;
}
#contents .menu ul li:last-child {
}
#contents .menu ul li a {
	height: auto;
}
#contents .menu ul li a:hover {
	background-color:#EB1E1E; 
}
#contents .menu ul li a.off, #contents .menu ul li a.off:hover {
}

/*マップ***********************/
#contents .map {
}
#contents .map p.cap {
	text-align: left;
}
#contents .map p.mapclick {
	font-size: 160%;
}
#contents .map dl.map {
	margin: 15px 0 30px 0;
}
#contents .map dl.map dt {
	min-height:48px;
	margin-top: 15px;
	padding: 8px 35px 8px 22px;
	font-size: 160%;
	line-height: 1.78;
	font-weight: bold;
	background-size: 22px 22px;
	background-position: right 10px center;
}
#contents .map dl.map dt span {
	left: 5px;
}
#contents .map dl.map dt.dbl {
	min-height:48px;
	padding: 8px 35px 8px 22px;
	font-size: 160%;
	line-height: 1.78;
}
#contents .map dl.map dt:first-child {
	margin-top: 0;
}
#contents .map dl.map dt.open {
}
#contents .map dl.map dd {
	display: none;
	margin-top: 10px;
	font-size: 160%;
}
#contents .map .caution {
}
#contents .map .caution h3 {
	height: 32px;
	margin-bottom: 15px;
	line-height: 32px;
}
#contents .map .caution p {
	font-size: 160%;
}

/*請求方法***********************/
#contents .flow {
}
#contents .flow h3 {
	width: 100%;
}
#contents .flow p {
	margin-bottom: 20px;
	font-size: 160%;
}
#contents .flow .schedule {
	width: 100%;
	margin: 0 auto;
}
#contents .flow .schedule ul {
	
}
#contents .flow .schedule ul li {
	list-style: none;
	width: 100%;
	min-height: 62px;
	margin: 8px auto;
	padding: 0 10px;
	font-size: 160%;
	font-weight: bold;
	line-height: 1.7;
}
#contents .flow .schedule ul li.pay {
	border: solid 2px #EB1E1E;
}
#contents .flow .schedule ul li.arr {
	height: auto;
	min-height: auto;
	padding: 0;
	border: none;
	line-height: 0;
	text-align: center;
}
#contents .flow .schedule ul li.arr img {
	width: auto;
	height: 12px;
}
#contents .flow .btn {
	width: 100%;
	margin: 30px auto 0 auto;
}
#contents .flow .btn a {
	height: 62px;
	border: solid 2px #0A7BCC;
	border-radius: 5px;
	line-height: 62px;
	font-size: 180%;
}

/*QA***********************/
#contents .faq {
}
#contents .faq dl {
	margin: 30px 0 30px 0;
}
#contents .faq dl dt {
	position: relative;
	min-height: 48px;
	margin-top: 15px;
	padding: 8px 35px 8px 40px;
	border: solid 2px #CACBCC;
	font-size: 160%;
	line-height: 1.78;
	background-size: 22px 22px;
	background-position: right 10px center;
	background-repeat: no-repeat;
	cursor: pointer;
}
#contents .faq dl dt.dbl {
	min-height: 48px;
	padding: 8px 35px 8px 40px;
	font-size: 160%;
	line-height: 1.78;
}
#contents .faq dl dt:first-child {
	margin-top: 0;
}
#contents .faq dl dt.open {
	background-image: url("../images/img_index_07.png");
}
#contents .faq dl dt::before {
	content: "Q";
	position: absolute;
	left: 8px;
	top: 10px;
	width: 28px;
	height: 28px;
	line-height: 20px;
}
#contents .faq dl dd {
	display: none;
	position: relative;
	margin-top: 10px;
	padding-left: 40px;
	font-size: 160%;
}
#contents .faq dl dd::before {
	content: "A";
	position: absolute;
	left: 8px;
	top: 0;
	width: 28px;
	height: 28px;
	line-height: 28px;
}
	#contents .footer-link-area {
	width: 90vw;
		margin: 0 auto;
}
#contents .footer-link-area .btn {
	float: none;
	width: 100%;
	height: 48px;
	margin-bottom: 25px;
	font-size: 180%;
}
#contents .footer-link-area .btn:last-child {
	float: none;
}
#contents .footer-link-area .btn a {
	display: block;
	width: 100%;
	height: 100%;
	border:  solid 2px #A2A2A2;
	text-decoration: none;
	line-height: 40px;
	text-align: left;
}
#contents .footer-link-area .btn a span {
	position: relative;
	padding-left: 40px;
}
#contents .footer-link-area .btn a span::before {
	position: absolute;
	top: -1px;
	left: 10px;
	content: url("../images/img_index_10.png");
	transform: scale(60%);
	line-height: 0;
}
#contents .footer-link-area .btn a:hover {
	opacity: 0.6;
}

/*ご請求***********************/
#request_bg {
}
#request_bg {
}
#request_bg.open {
}
#request_bg .txt-area {
	position: absolute;
	left: 5vw;
	top: 5vh;
	width: 90vw;
	height: 90vh;
	height: 90svh;
	padding: 10px 15px;
	background-color: #fff;
	line-height: 2;
	text-align: left;
	opacity: 0;
	transition: all 0.5s 0s ease;
	overflow: auto;
	z-index: 101;
}
#request_bg.open .txt-area {
	opacity: 1.0;
	z-index: 101;
}
#request_bg .txt-area h4 {
	margin-bottom: 20px;
	border-bottom: solid 4px #EB1E1E;
	font-size: 180%;
	text-align: center;
	color: #EB1E1E;
	font-weight: bold;
}
#request_bg .txt-area .txt {
	width: 100%;
	height: calc(90vh - 280px);
	height: calc(90svh - 260px);
	margin: 10px auto;
	padding: 10px;
	border: solid 1px #707070;
	font-size: 160%;
	overflow: auto;
}
#request_bg .txt-area .txt p {
	margin-bottom: 30px;
}
#request_bg .txt-area label {
	display: block;
	font-size: 160%;
	font-weight: bold;
	text-align: center;
}
#request_bg .btn {
	width: 100%;
	height: 60px;
	margin: 10px auto 0 auto;
	font-size: 180%;
	font-weight: bold;
}
#request_bg .btn a {
	display: block;
	width: 100%;
	height: 100%;
	color: #0A7BCC;
	border: solid 2px #0A7BCC;
	border-radius: 6px;
	text-decoration: none;
	text-align: center;
	line-height: 60px;
}
#request_bg .btn a.disabled {
	color: #CACBCC;
	border: solid 2px #CACBCC;
	cursor: default;
}
#request_bg .btn a:hover {
	opacity: 0.6;
}
#request_bg .btn a.disabled:hover {
	opacity: 1.0;
}
#request_bg .close {
	margin-top: 10px;
	text-align: center;
	color: #0A7BCC;
	text-decoration: underline;
	font-size: 160%;
	cursor: pointer;
}
#request_bg .close:hover {
	text-decoration: none;
}

/*概要***********************/
#contents .overview {
}
#main .overview ol.count_cap {
	margin: 5px 0 10px 0;
	font-size: 140%;
}
#main .overview ol.count_cap > li:before {
	top: 2px;
}
#contents .overview .cap {
	padding: 10px 20px;
	border: solid 1px #707070;
	font-size: 140%;
}

/*請求方法***********************/
#contents .request_area .request-link-area .btn_area {
	float: none;
	width: 100%;
}
#contents .request_area .request-link-area .btn_area:last-child {
	float: none;
}
#contents .request_area .request-link-area .btn {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	font-size: 180%;
}
#contents .request_area .request-link-area .btn a {
	width: 100%;
	height: auto;
	min-height: 58px;
}
#contents .request_area .request-link-area .btn a span {
	line-height: 24px;
}
#contents .request_area .btn_how {
	width: 100%;
	height: 70px;
	margin: 0 auto 40px auto;
}
#contents .request_area .btn_how a {
	font-size: 210%;
}
#contents .request_area .btn_how a span span {
	font-size: 90%;
}

/*請求手続き***********************/
#procedure_bg {
	height: 100vh;
}
#procedure_bg.open {
}
#procedure_bg .txt-area {
	position: absolute;
	left: 5vw;
	top: 5vh;
	width: 90vw;
	height: 90vh;
	height: 90svh;
	padding: 10px 15px;
	background-color: #fff;
	line-height: 2;
	text-align: left;
	opacity: 0;
	transition: all 0.5s 0s ease;
	overflow: auto;
	z-index: 101;
}
#procedure_bg.open .txt-area {
	opacity: 1.0;
	z-index: 101;
}
#procedure_bg.open .txt-area .txt {
	height: calc(90vh - 180px);
	height: calc(90svh - 160px);
}

#procedure_bg .txt-area h4 {
	margin-bottom: 20px;
	border-bottom: solid 4px #EB1E1E;
	font-size: 180%;
	text-align: center;
	color: #EB1E1E;
	font-weight: bold;
}
#procedure_bg .txt-area .txt {
	width: 100%;
	height: auto;
	margin: 10px auto;
	padding: 10px;
	border: solid 1px #707070;
	font-size: 160%;
	overflow: auto;
}
#procedure_bg .txt-area .txt p {
	margin-bottom: 30px;
}
#procedure_bg .close {
	margin-top: 10px;
	text-align: center;
	color: #0A7BCC;
	text-decoration: underline;
	font-size: 160%;
	cursor: pointer;
}
#procedure_bg .close:hover {
	text-decoration: none;
}


}

@media screen and (max-width: 359px) {/*359px*/
#contents .menu ul li {
	margin-right: 0;
}
}

@media screen and (max-width: 320px) {/*320px*/
	.sp02 {
		display: block !important;
	}
}
