﻿@charset "utf-8";
/* CSS Document 共通css*/
.pc {
	display: block;
}
.sp {
	display: none;
}
.sp02 {
	display: none;
}
.none {
	display: none;
}
/* リセット */
* {
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
html {
	width: 100%;
	font-size: 62.5%;
	overflow-y: scroll;
}
body {
	-webkit-text-size-adjust: 100%; /* フォントサイズ自動調整 */
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #666;
	line-height: 1.78;
	font-size: 100%;
	font-style: normal;
	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-feature-settings: "palt";
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight:400;
	font-style: normal;
}
dl, dt, dd, ol, ul, li, p {
	margin: 0;
	padding: 0;
}
strong {
	font-weight: bold;
	font-style: normal;
}
em {
	font-weight: bold;
	font-style: normal;
}
.red {
	color: #EB1E1E;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.photo_right {
	float: right;
	margin-left: 26px;
}
.photo_left {
	float: left;
	margin-right: 26px;
}
.photo_center {
	text-align: center;
}
.lefter {
	float: left;
}
.righter {
	float: right;
}
.font_s {
font-size: 80%;
}
a {
	color: #666;
	text-decoration: underline;
             }
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* 画像リンク */ /*色つきはサイズ注意*/
a:hover img {
	opacity: 0.60;
	filter: alpha(opacity=60);
}
/* 画像リンク */ /*オーバー用透過なし*/
a:hover img.noopa {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
/* 基本レイアウト */
#header {
	position:fixed;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 960px;
	height: 74px;
	background-color: #fff;
	border-bottom: solid 2px #EB1E1E;
	line-height: 1;
	z-index: 1000;
}
#contents {
	/*width: 960px;*/
	min-width: 960px;
	margin: 74px auto 0 auto;
	/*padding: 0 20px;*/
}
#footer {
	clear: both;
	width: 100%;
	min-width: 960px;
	height: 50px;
	border-top: solid 2px #EB1E1E;
	text-align: center;
	font-size: 120%;
	font-size: 1.2rem;
	line-height: 50px;
}
/* 以上基本レイアウト */
/*ヘッダー*/
#header .title {
	display: table-cell;
	vertical-align: middle;
	height: 74px;
	padding-left: 40px;
	font-size: 210%;
	font-weight: bold;
}
#header .title img {
	width: auto;
	height: 26px;
	margin-right: 40px;
}
#header .btn-area {
	float: right;
	height: 74px;
	font-size: 210%;
	font-weight: bold;
}
#header .btn-area a.btn {
	display:table-cell;
	vertical-align: middle;
	height: 72px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
}
#header .btn-area a.btn.request {
	width: 276px;
	background-color: #EB1E1E;
	color: #fff;
}
#header .btn-area a.btn.request.off {
	background-color: #CACBCC;
	color: #fff;
}
#header .btn-area a.btn.request:hover {
	background-color: #fff;
	border: solid 2px #EB1E1E;
	border-bottom: none;
	color: #EB1E1E;
}
#header .btn-area a.btn.request.off:hover {
	background-color: #CACBCC;
	border: none;
	color: #fff;
	cursor: default;
}
#header .btn-area a.btn.tel {
	width: 220px;
	background-color: #E8EAEB;
	color: #333;
}
#header .btn-area a.btn.tel span {
	font-size: 85%;
	color: #333;
}
/*/ヘッダー*/
/*フッター*/
.footer-btn-area {
	width: 920px;
	margin: 140px auto 40px auto;
}
.footer-btn-area a {
	display: table-cell;
	vertical-align: middle;
	width: 40px;
}
.footer-btn-area a.btn {
	display: table-cell;
	vertical-align: middle;
	width: 440px;
	height: 120px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.footer-btn-area a.btn.request {
	background-color: #EB1E1E;
	color: #fff;
	font-size: 270%;
	line-height: 1.2;
}
.footer-btn-area a.btn.request:hover {
	background-color: #fff;
	border: solid 2px #EB1E1E;
	color: #EB1E1E;
}
.footer-btn-area a.btn.request.off {
	background-color: #CACBCC;
	color: #fff;
	cursor: default;
}
.footer-btn-area a.btn.request.off:hover {
	background-color: none;
	border: none;
	color: #fff;
}
.footer-btn-area a.btn.tel {
	background-color: #E8EAEB;
	color: #333;
	font-size: 320%;
	line-height: 1.2;
}
.footer-btn-area a.btn.tel span {
	font-size: 66%;
}
.footer-caution-area {
	margin-bottom: 40px;
	font-size: 210%;
	text-align: center;
	line-height: 1.7;
}
.footer-caution-area a {
	color: #EB1E1E;
	font-weight: bold;
	text-decoration: underline;
}
.footer-caution-area a:hover {
	opacity: 0.6;
}
.footer-caution-area a {
    display: block;
    width: 100%;
    height: 100%;
    border: solid 2px #EB1E1E;
    line-height: 80px;
    text-align: center;
}
#footer .copyright {
	padding: 0 0 20px 0;
	font-size: 1.4rem;
	text-align: center;
}

/*/フッター*/
/*基本レイアウト*/
.anchor {
	position: relative;
	padding-top: 74px;
	margin-top: -74px;
}
.imgarea {
	text-align: center;
	line-height: 0;
}
/*本文マージン*/
#contents .margin0 {
	margin-bottom: 0px !important;
}
#contents .margin10 {
	margin-bottom: 10px !important;
}
#contents .margin20 {
	margin-bottom: 20px !important;
}
#contents .margin30 {
	margin-bottom: 30px !important;
}
#contents .margin40 {
	margin-bottom: 40px !important;
}
#contents .margin50 {
	margin-bottom: 50px !important;
}
#contents .margin60 {
	margin-bottom: 60px !important;
}
#contents .margin70 {
	margin-bottom: 70px !important;
}
#contents .margin80 {
	margin-bottom: 80px !important;
}
#contents .margin90 {
	margin-bottom: 90px !important;
}
#contents .margin1em {
	margin-bottom: 1em !important;
}
#contents .margin2em {
	margin-bottom: 2em !important;
}
#contents .margin3em {
	margin-bottom: 3em !important;
}
#contents .margin4em {
	margin-bottom: 4em !important;
}
#contents .margin5em {
	margin-bottom: 5em !important;
}
#contents .margin6em {
	margin-bottom: 6em !important;
}
#contents .margin7em {
	margin-bottom: 7em !important;
}
#contents .margin8em {
	margin-bottom: 8em !important;
}
#contents .margin9em {
	margin-bottom: 9em !important;
}
/*見出し*/
#main h2 {
	margin-bottom: 1em;
	font-size: 3.5rem;
}
#main h3 {
	margin-bottom: 1em;
	font-size: 3.0rem;
}
#main h4 {
	margin-bottom: 1em;
	font-size: 2.2rem;
}
#main h5 {
	margin-bottom: 1em;
	font-size: 1.8rem;
}
#main h6 {
	margin-bottom: 1em;
	font-size: 1.6rem;
	font-weight: 400;
}
/*セクション*/
#main section {
	padding: 60px 0 80px 0;
}
#main section inside {
	margin: 0 auto;
}
#main p {
	margin-bottom: 1em;
}
#main p:last-child {
	margin-bottom: 0;
}
#main section.bg_color01 {
	background-color: #f2f2f2;
}
/*見出し*/
#contents h1 {
	margin: 0 0 40px 0;
	text-align: center;
	font-size: 420%;
	font-weight: bold;
	line-height: 61px;
}
#contents h2 {
	margin-bottom: 60px;
	font-size: 320%;
	font-weight: bold;
	text-align: center;
}
#contents h2 span {
	border-bottom: solid 4px #A2A2A2;
}
#contents h3 {
	margin-bottom: 15px;
	font-size: 210%;
	font-weight: bold;
	line-height: 1;
}
#contents h3 span {
	color: #EB1E1E;
}
/*セクション*/
#contents .section {
	width: 920px;
	margin: 0 auto;
	padding: 0 0 0 0;
}
#contents .section inside {
	width: 920px;
	margin: 0 auto;
}

/*本文内各種パーツ***********************/
/*リスト*/
#main ul {
	margin-bottom: 1em;
}
#main ul > li {
	list-style: disc;
	list-style-position: outside;
	margin-left: 2.0em;
}
#main li ul, #main li ol {
	margin-bottom: 0;
}
#main ul.kome > li {
	list-style:"※";
	list-style-position: outside;
	margin-left: 1.0em;
}
#main ol {
	list-style-position: outside;
	margin-left: 2.0em;
	margin-bottom: 1em;
}
#main ol > li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 0;
}
#main ol.count {
	counter-reset: my-counter;
	list-style: none;
	margin-left: 0;
	padding: 0;
}
#main ol.count > li {
	list-style: none;
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
}
#main ol.count > li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	display: block;
	position: absolute;
	top: 6px;
	line-height: 20px;
	margin-left: -24px;
	text-align: center;
	height: 22px;
	width: 22px;
	font-size: 90%;
	/*○*/
	border-radius: 50%;
	border: solid 1px #000;
	/*[]*/
	border-radius: 25%;
	border-top: none;
	border-bottom: none;
}
#main ol.count02 {
	counter-reset: my-counter;
	list-style: none;
	margin-left: 0;
	padding: 0;
}
#main ol.count02.start4 {
	counter-reset: my-counter 3;
}
#main ol.count02 > li {
	list-style: none;
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
}
#main ol.count02 > li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	display: block;
	position: absolute;
	top: 6px;
	line-height: 20px;
	margin-left: -24px;
	text-align: center;
	height: 22px;
	width: 22px;
	font-size: 90%;
	/*○*/
	border-radius: 50%;
	border: solid 1px #000;
	/*[]*/
	border-radius: 50%;
	border: solid 1px #000;
}
#main ol.count_cap {
	counter-reset: my-counter;
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
}
#main ol.count_cap > li {
	list-style: none;
	margin-bottom: 0;
	padding-left: 40px;
	position: relative;
}
#main ol.count_cap > li:before {
	content: "※" counter(my-counter);
	counter-increment: my-counter;
	display: block;
	position: absolute;
	top: 6px;
	line-height: 20px;
	margin-left: -34px;
	text-align: center;
	height: 22px;
	width: 22px;
}
/*共通***********************/
#contents .inside {
	width: 920px;
	margin: 0 auto;
}
#contents .header {
	width: 100%;
	padding: 60px 0 50px 0;
	border-bottom: solid 2px #EB1E1E;
}
#contents .header .inside {
	width: 920px;
	margin: 0 auto;
}
#contents .header .inside p {
	font-size: 180%;
}
#contents .cap {
	font-size: 160%;
}
#contents .indent {
	position: relative;
	padding-left: 1.1em;
}
#contents .indent.kome:before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
	color: #EB1E1E;
}
#contents .off_link{
	color: #A2A2A2;
}

/*ページ内メニュー***********************/
#contents .menu {
	margin: 40px auto 0 auto;
}
#contents .menu ul {
	width: 920px;
	margin: 0 auto;
	text-align: center;
}
#contents .menu ul li {
	display: inline-block;
	margin-right: 37px;
	margin-bottom: 20px;
	font-size: 180%;
	font-weight: bold;
}
#contents .menu ul li:nth-child(3), #contents .menu ul li:last-child {
	margin-right: 0;
}
#contents .menu ul li a {
	display: block;
	width: 100%;
	height: 30px;
	padding: 0 4px 0 26px;
	background-image: url("../images/img_index_04.png");
	background-position: center left;
	background-repeat: no-repeat;
	border-bottom: solid 2px #CACBCC;
	text-decoration: none;
	line-height: 24px;
}
#contents .menu ul li a:hover {
	background-image: url("../images/img_index_05.png");
	color: #fff;
	border-bottom: none;
	background-color:#EB1E1E; 
}
#contents .menu ul li a.off {
	cursor: default;
	background-image: url("../images/img_index_06.png");
	color: #CACBCC;
	border-bottom: solid 2px #CACBCC;
}
#contents .menu ul li a.off:hover {
	cursor: default;
	background-image: url("../images/img_index_06.png");
	color: #CACBCC;
	background-color:transparent; 
	border-bottom: solid 2px #CACBCC;
}

/*マップ***********************/
#contents .map {
}
#contents .map p.mapclick {
	font-size: 180%;
}
#contents .map .map01 {
	position: relative;
}
#contents .map .map01 .map_sub {
	position:absolute;
	right: 9px;
	cursor: pointer;
}
#contents .map .map01 .map_sub:hover {
	opacity: 0.6;
}
#contents .map .map01 .map01_01 {
	top:50px;
}
#contents .map .map01 .map01_02 {
	top: 97px;
}
#contents .map .map01 .map01_03 {
	top: 144px;
}
#contents .map .map01 .map01_04 {
	top: 191px;
}
#contents .map .map01 .map01_05 {
	top: 239px;
}
#contents .map .map01 .map01_06 {
	top: 738px;
}
#contents .map .map01 .map01_07 {
	top: 861px;
}
#contents .map .map01 .map01_08 {
	top: 908px;
}
#contents .map .map02 {
	position: relative;
}
#contents .map .map02 .map_sub {
	position:absolute;
	right: 27px;
	cursor: pointer;
}
#contents .map .map02 .map_sub:hover {
	opacity: 0.6;
}
#contents .map .map02 .map02_01 {
	top: 769px;
}
#contents .map .map02 .map02_02 {
	top: 822px;
}
#contents .map .map02 .map02_03 {
	top: 875px;
}
#contents .map .map_txt_bg {
	/*display: none;*/
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color:rgba(0,0,20,0.6);
	opacity: 0;
	z-index: -100;
}
#contents .map .map_txt_bg img {
	width: 100%;
	height: auto;
}
#contents .map .map_txt_bg.open {
	/*display: block;*/
	opacity: 1.0;
	z-index: 100;
}
#contents .map .map_txt_bg dl {
	position: absolute;
	left: calc(50vw - 400px);
	top: 10vh;
	width: 800px;
	max-height: 80vh;
	padding: 22px 30px;
	background-color: #fff;
	line-height: 2;
	text-align: left;
	opacity: 0;
	transition: all 0.5s 0s ease;
	overflow: auto;
	z-index: 101;
}
#contents .map .map_txt_bg.open dl {
	opacity: 1.0;
	z-index: 101;
}
#contents .map .map_txt_bg dl dt {
	font-size: 210%;
}
#contents .map .map_txt_bg dd {
	font-size: 180%;
}
#contents .map .map_txt_bg dd.close {
	margin-top: 20px;
	text-align: center;
	color: #0A7BCC;
	text-decoration: underline;
	cursor: pointer;
}
#contents .map .map_txt_bg dd.close:hover {
	text-decoration: none;
}
#contents .map .cap {
}
#contents .map dl.map {
	margin: 30px 0 60px 0;
	margin: 30px 0 0 0;
}
#contents .map dl.map dt {
	position: relative;
	min-height: 62px;
	margin-top: 30px;
	padding: 0 60px 0 42px;
	border: solid 2px #CACBCC;
	font-size: 210%;
	line-height: 62px;
	font-weight: bold;
	background-image: url("../images/img_index_08.png");
	background-position: right 20px center;
	background-repeat: no-repeat;
	cursor: pointer;
}
#contents .map dl.map dt span {
	position: absolute;
	left: 20px;
}
#contents .map dl.map dt.dbl {
	padding: 15px 60px 15px 42px;
	line-height: 30px;
}
#contents .map dl.map dt:first-child {
	margin-top: 0;
}
#contents .map dl.map dt.open {
	background-image: url("../images/img_index_07.png");
}
#contents .map dl.map dd {
	display: none;
	margin-top: 20px;
	font-size: 180%;
}
#contents .map dl.map dd img {
	width: 100%;
	height: auto;
}
#contents .map dl.map dd p {
	margin-bottom: 1em;
}
#contents .map dl.map dd .cap {
	padding: 10px 20px;
	border: solid 1px #707070;
	font-size: 100%;
}

#contents .map .caution {
}
#contents .map .caution h3 {
	height: 38px;
	margin-bottom: 30px;
	background-color: #EB1E1E;
	color: #fff;
	text-align: center;
	line-height: 38px;
}
#contents .map .caution p {
	font-size: 180%;
}

/*請求方法***********************/
#contents .flow {
}
#contents .flow h3 {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}
#contents .flow p {
	margin-bottom: 20px;
	font-size: 180%;
}
#contents .flow .schedule {
	/*width: 620px;*/
	margin: 0 auto;
}
#contents .flow .schedule ul {
	text-align: center;
}
#contents .flow .schedule ul li {
	list-style: none;
	width: 620px;
	min-height: 80px;
	margin: 8px auto;
	padding: 20px 0;
	/*padding: 0 0 0 60px;*/
	border: solid 2px #CACBCC;
	font-size: 210%;
	font-weight: bold;
	line-height: 35px;
}
#contents .flow .schedule ul li.pay {
	width: 100%;
	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 .caution-area {
    color: #EB1E1E;
    font-weight: bold;
    text-decoration: underline;
}
#contents .flow .btn {
	width: 490px;
	margin: 52px auto 0 auto;
}
#contents .flow .btn a {
	display: block;
	width: 100%;
	height: 90px;
	color: #0A7BCC;
	border: solid 3px #0A7BCC;
	border-radius: 6px;
	text-decoration: none;
	text-align: center;
	line-height: 90px;
	font-size: 210%;
	font-weight: bold;
}
#contents .flow .btn a:hover {
	opacity: 0.6;
}
#contents .flow .btn a.off {
	color: #fff;
	border: none;
	background-color: #CACBCC;
	cursor: default;
}
#contents .flow .btn a.off:hover {
	opacity: 1.0;
}

/*QA***********************/
#contents .faq {
}
#contents .faq dl {
	margin: 30px 0 60px 0;
}
#contents .faq dl dt {
	position: relative;
	min-height: 62px;
	margin-top: 30px;
	padding: 0 60px 0 52px;
	border: solid 2px #CACBCC;
	font-size: 210%;
	line-height: 62px;
	font-weight: bold;
	background-image: url("../images/img_index_08.png");
	background-position: right 20px center;
	background-repeat: no-repeat;
	cursor: pointer;
}
#contents .faq dl dt.dbl {
	line-height: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#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: 14px;
	width: 36px;
	height: 36px;
	border: solid 2px #EB1E1E;
	color: #EB1E1E;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
}
#contents .faq dl dd {
	display: none;
	position: relative;
	margin-top: 20px;
	padding-left: 52px;
	font-size: 180%;
}
#contents .faq dl dd::before {
	content: "A";
	position: absolute;
	left: 8px;
	top: 0;
	width: 36px;
	height: 36px;
	background-color: #EB1E1E;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
}
#contents .faq dl dd a {
	color: #0A7BCC;
	text-decoration: underline;
}
#contents .faq dl dd li {
	list-style: none;
	position: relative;
	margin-left: 0;
	padding: 0 0 0 20px;
}
#contents .faq dl dd li span {
	position: absolute;
	left: 0px;
}

#contents .faq dl dd a:hover {
	text-decoration: none;
}
#contents .footer-link-area {
	width: 920px;
	margin: 0 auto;
}
#contents .footer-link-area .btn {
	float: left;
	width: 440px;
	height: 80px;
	font-size: 210%;
	font-weight: bold;
}
#contents .footer-link-area .btn:last-child {
	float: right;
}
#contents .footer-link-area .btn a {
	display: block;
	width: 100%;
	height: 100%;
	border:  solid 2px #A2A2A2;
	text-decoration: none;
	line-height: 80px;
	text-align: center;
}
#contents .footer-link-area .btn a span {
	position: relative;
	padding-left: 40px;
}
#contents .footer-link-area .btn a span::before {
	position: absolute;
	top: 0;
	left: 0;
	content: url("../images/img_index_10.png");
	line-height: 0;
}
#contents .footer-link-area .btn a:hover {
	opacity: 0.6;
}

/*ご請求***********************/
#request_bg {
}
#request_bg {
	/*display: none;*/
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color:rgba(0,0,20,0.6);
	opacity: 0;
	z-index: -100;
}
#request_bg.open {
	/*display: block;*/
	opacity: 1.0;
	z-index: 100;
}
#request_bg .txt-area {
	position: absolute;
	left: calc(50vw - 400px);
	top: calc(50vh - 300px);
	width: 800px;
	height: 600px;
	max-height: 100vh;
	padding: 10px 30px;
	background-color: #fff;
	line-height: 2;
	text-align: left;
	opacity: 0;
	transition: all 0.5s 0s ease;
	overflow-y: auto;
	overflow-x: hidden;
	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: 750px;
	height: 360px;
	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: 378px;
	height: 60px;
	margin: 10px auto 0 auto;
	font-size: 210%;
	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: 20px 0;
	font-size: 160%;
}
#main .overview ol.count_cap > li:before {
	top: 2px;
}
#contents .overview .cap {
	padding: 10px 20px;
	border: solid 1px #707070;
	font-size: 180%;
}

/*請求方法***********************/
#contents .request_area .request-link-area .btn_area {
	float: left;
	width: 440px;
	margin-bottom: 10px;
}
#contents .request_area .request-link-area .btn_area:last-child {
	float: right;
}
#contents .request_area .request-link-area .btn {
	width: 440px;
	margin-bottom: 10px;
	font-size: 210%;
	font-weight: bold;
}
#contents .request_area .request-link-area .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 96px;
	border:  solid 2px #0A7BCC;
	border-radius: 5px;
	text-decoration: none;
	/*line-height: 80px;*/
	text-align: center;
	color: #0A7BCC;
}
#contents .request_area .request-link-area .btn a:hover {
	opacity: 0.6;
}
#contents .request_area .request-link-area .btn a.off {
	border:  solid 2px #A2A2A2;
	color: #A2A2A2;
	cursor: default;
}
#contents .request_area .request-link-area .btn a.off:hover {
	opacity: 1.0;
}
#contents .request_area .request-link-area .btn a span {
	line-height: 24px;
}
#contents .request_area p {
	font-size: 180%;
	font-weight: bold;
}
#contents .request_area p a {
	position: relative;
	text-decoration: underline;
	color: #0A7BCC;
	line-height: 2;
	z-index: 2;
}
#contents .request_area p a:hover {
	opacity: 0.6;
}
#contents .request_area .btn_how {
	width: 440px;
	height: 100px;
	margin: 0 auto 40px auto;
}
#contents .request_area .btn_how a {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	background-color: #EB1E1E;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 270%;
	font-weight: bold;
	line-height: 1.3;
}
#contents .request_area .btn_how a.off {
	background-color: #CACBCC;
}
#contents .request_area .btn_how a:hover {
	opacity: 0.6;
}
#contents .request_area .btn_how a.off:hover {
	background-color: #CACBCC;
	border: none;
	color: #fff;
	opacity: 1.0;
	cursor: default;
}

/*請求手続き***********************/
#procedure_bg {
}
#procedure_bg {
	/*display: none;*/
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color:rgba(0,0,20,0.6);
	opacity: 0;
	z-index: -100;
}
#procedure_bg.open {
	/*display: block;*/
	opacity: 1.0;
	z-index: 100;
}
#procedure_bg .txt-area {
	position: absolute;
	left: calc(50vw - 400px);
	top: calc(50vh - 300px);
	width: 800px;
	/*height: 600px;*/
	max-height: 100vh;
	padding: 10px 30px;
	background-color: #fff;
	line-height: 2;
	text-align: left;
	opacity: 0;
	transition: all 0.5s 0s ease;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 101;
}
#procedure_bg.open .txt-area {
	opacity: 1.0;
	z-index: 101;
}
#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 h5 {
	color: #EB1E1E;
	font-weight: bold;
}
#procedure_bg .txt-area .txt {
	width: 750px;
	/*height: 360px;*/
	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;
}

