@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-color: #FFFFFF;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
img {
	vertical-align: bottom;
}
body {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 500;
	padding: 0;
	margin: 0;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mtb20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mtb30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.mtb50 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.pt10 {
	padding-top: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pt50 {
	padding-top: 50px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb50 {
	padding-bottom: 50px;
}
.ptb30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.ptb50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.mr30 {
	margin-right: 30px;
}

.f_l {
	float: left;
}

.f_r {
	float: right;
}

.border_s {
	border: solid 1px #888;
}

.align-r {
	text-align: right;
}

#header {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 15px;
	display: flex;
  justify-content: space-between;
  align-items: stretch;
	align-items: center;
}
#header h1 {
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 10px;
	font-family: 'Noto Sans Japanese', sans-serif;
}
#logoarea {
	width: 350px;
}
#contactarea {
	width: 350px;
	margin-top: 10px;
}
#imagearea {
	margin-top: 10px;
	text-align: center;
}
#header #contactarea .txt {
	margin-bottom: 5px;
}
.tel {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 48px;
	letter-spacing: 2px;
	padding-left: 0px;
	color: #FF8002;
}
.time {
	margin-top: 10px;
	font-size: 12px;
	font-weight: 900;
	width: 454px;
	line-height: 2;
}
.time span {
	background-color: #E10003;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	color: #FFFFFF;
}
#imagearea .hoken {
	font-weight: bold;
	padding: 5px;
	border-top: 1px solid #ed6c1b;
	border-bottom: 1px solid #ed6c1b;
	margin-top: 10px;
	text-align: center;
	font-size: 13px;
	line-height: 1.2;
}
#mainout {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../img/main_visual_back.png);
	background-repeat: repeat;
	width: 100%;
}
.clearfloat { /* このクラスは、.container で overflow:hidden が削除されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#mainvisual {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.pointbox {
	margin-top: 10px;
	margin-bottom: 10px;
}
.pointbox ul {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.pointbox ul li {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-image: -webkit-linear-gradient(270deg, rgba(10,107,171,1.00) 0%, rgba(9,108,159,1.00) 49.18%, rgba(14,61,119,1.00) 55.32%, rgba(17,55,114,1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(10,107,171,1.00) 0%, rgba(9,108,159,1.00) 49.18%, rgba(14,61,119,1.00) 55.32%, rgba(17,55,114,1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(10,107,171,1.00) 0%, rgba(9,108,159,1.00) 49.18%, rgba(14,61,119,1.00) 55.32%, rgba(17,55,114,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(10,107,171,1.00) 0%, rgba(9,108,159,1.00) 49.18%, rgba(14,61,119,1.00) 55.32%, rgba(17,55,114,1.00) 100%);
	color: #FFFFFF;
	font-size: 17px;
	line-height: normal;
	font-weight: bold;
	float: left;
	margin-right: 2px;
	margin-bottom: 10px;
	display: table;
}


.pointbox2 {
	margin-top: 10px;
	background-image: url(../img/pointbox2_bg.png);
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	font-family: 'Noto Sans Japanese', sans-serif;
}
.pointbox2 ul li {
	display: inline-block;
}
.pointbox2 ul .one {
	/* background-image: url(../img/m_block01.png); */
	background-repeat: no-repeat;
	width: 230px;
	height: 171px;
	margin-right: 15px;
	margin-left: 10px;
	/* position: relative; */
}
/* .pointbox2 ul .one p {
	position: absolute;
	left: 10px;
	top: 100px;
	font-size: 37px;
	font-weight: bold;
	color: #FFFFFF;
} */
.pointbox2 ul .two {
	/* background-image: url(../img/m_block02.png); */
	width: 230px;
	height: 171px;
	margin-right: 15px;
	/* position: relative; */
}
/* .pointbox2 ul .two p {
	position: absolute;
	left: 40px;
	top: 86px;
	font-size: 56px;
	font-weight: bold;
	color: #FFFFFF;
} */
.pointbox2 ul .three {
	/* background-image: url(../img/m_block03.png); */
	width: 230px;
	height: 171px;
	margin-right: 15px;
	/* position: relative; */
}
/* .pointbox2 ul .three p {
	position: absolute;
	left: 70px;
	top: 80px;
	font-size: 58px;
	font-weight: bold;
	color: #FFFFFF;
} */
.pointbox2 ul .four {
	/* background-image: url(../img/m_block04.png); */
	width: 230px;
	height: 171px;
	/* position: relative; */
}
/* .pointbox2 ul .four p {
	position: absolute;
	left: 15px;
	top: 90px;
	font-size: 48px;
	font-weight: bold;
	color: #FFFFFF;
} */
#nayami {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	margin-top: 50px;
	position: relative;
}
.nayamititle {
	position: absolute;
	left: -100px;
	top: -50px;
}
.contents {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
.otoku {
	background-image: url(../img/otoku_pic2.png);
	background-repeat: no-repeat;
	height: 662px;
	position: relative;
}
.otokutext {
	position: absolute;
	left: 30px;
	top: 290px;
	background-color: RGBA(0, 70, 140, 0.9);
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
	color: #FFF;
	width: 750px;
	line-height: 1.5em;
	font-size: 18px;
}
.otokutext h2 {
	font-size: 27px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.3);
	box-shadow: 0px 1px 0px rgba(255,255,255,0.3);
	color: yellow;
}
.otokutext h3 {
	font-size: 18px;
}
#priceblock {
	background-color: #004689;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pricebox {
	background-color: #FFFFFF;
	width: 480px;
	margin-left: 10px;
	float: left;
	margin-right: 10px;
}
.pricebox table {
	margin-left: 15px;
	margin-bottom: 15px;
	border-collapse: collapse;
}
.pricebox table tr {
	border-bottom: 1px dashed #ccc
}
.pricebox table tr:last-child {
	border-bottom: 1px dashed #ccc
}
.pricebox table tr td {
	width: 150px;
	text-align: center;
	line-height: 3em;
	font-size: 25px;
	font-weight: bold;
	vertical-align: middle;
	color: #232323;
}
.pricebox table tr td img {
	vertical-align: middle;
}
.pricebox2 {
	background-color: #FFFFFF;
	width: 480px;
	margin-left: 10px;
	float: left;
	margin-right: 10px;
	clear: both;
}
.pricebox2 table {
	margin-left: 15px;
	margin-bottom: 15px;
	border-collapse: collapse;
}
.pricebox2 table tr {
	border-bottom: 1px dashed #ccc
}
.pricebox2 table tr td {
	width: 150px;
	text-align: center;
	line-height: 3em;
	font-size: 25px;
	font-weight: bold;
	vertical-align: middle;
	color: #232323;
}
.pricebox2 table tr td img {
	vertical-align: middle;
}
.bigred {
	color: #D72326;
	font-size: 150%;
}
.small {
	font-size: 20px;
}
#pointblock01 {
	border: 12px solid #FFCA00;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 25px;
	position: relative;
}
#pointblock02 {
	border: 12px solid #FFCA00;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 25px;
	position: relative;
}
#pointblock03 {
	border: 12px solid #FFCA00;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 25px;
	position: relative;
}
#pointblock04 {
	border: 12px solid #FFCA00;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 25px;
	position: relative;
}
#pointblock05 {
	border: 12px solid #FFCA00;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 25px;
	position: relative;
}
.pointblock04 {
	border: 12px solid #FFCA00;
	padding-top: 15px;
	padding-bottom: 30px;
	position: relative;
	text-align: center;
}
.pointtitle {
	background-color: #FFCA00;
	font-size: 28px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	clear: both;
	margin-top: 50px;
	font-family: 'Noto Sans Japanese', sans-serif;
}
.pointtitle02 {
	background-color: #FFCA00;
	font-size: 28px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	clear: both;
	margin-top: 50px;
}
.pointtitle03 {
	background-color: #FFCA00;
	font-size: 28px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	clear: both;
	margin-top: 50px;
	font-family: 'Noto Sans Japanese', sans-serif;
}
.pointtitle04 {
	background-color: #FFCA00;
	font-size: 28px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	clear: both;
	margin-top: 50px;
	font-family: 'Noto Sans Japanese', sans-serif;
}
.pointtitle05 {
	background-color: #FFCA00;
	font-size: 28px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	clear: both;
	margin-top: 50px;
	font-family: 'Noto Sans Japanese', sans-serif;
}
.pointtitle h4 {
	width: 660px;
	padding-left: 280px;
	font-size: 38px;
	line-height: 1.3em;
	padding-top: 10px;
	font-family: 'Noto Sans Japanese', sans-serif;
}
.pointtitle02 h4 {
	width: 700px;
	padding-left: 270px;
	font-size: 38px;
	line-height: 1.3em;
	padding-top: 10px;
	font-family: 'Noto Sans Japanese', sans-serif;
}
.pointtitle03 h4 {
	width: 680px;
	padding-left: 300px;
	font-size: 42px;
	line-height: 1.3em;
	padding-top: 10px;
	font-family: 'Noto Sans Japanese', sans-serif;
}
.pointtitle04 h4 {
	width: 700px;
	padding-left: 290px;
	font-size: 38px;
	line-height: 1.3em;
	padding-top: 10px;
	font-family: 'Noto Sans Japanese', sans-serif;
}
.pointtitle05 h4 {
	width: 700px;
	padding-left: 270px;
	font-size: 38px;
	font-weight: bold;
	line-height: 1.3em;
	padding-top: 10px;
	font-family: 'Noto Sans Japanese', sans-serif;
}
.pointcircle01 {
	background-repeat: no-repeat;
	width: 330px;
	height: 330px;
	position: absolute;
	left: -80px;
	top: -185px;
}
.pointcircle02 {
	background-image: url(../img/point02_circle.png);
	background-repeat: no-repeat;
	width: 330px;
	height: 330px;
	position: absolute;
	left: -80px;
	top: -205px;
}
.pointcircle03 {
	background-image: url(../img/point03_circle.png);
	background-repeat: no-repeat;
	width: 330px;
	height: 330px;
	position: absolute;
	left: -90px;
	top: -190px;
}
.pointcircle04 {
	background-image: url(../img/point04_circle.png);
	background-repeat: no-repeat;
	width: 330px;
	height: 330px;
	position: absolute;
	left: -80px;
	top: -185px;
}
.pointcircle05 {
	background-image: url(../img/point05_circle.png);
	background-repeat: no-repeat;
	width: 330px;
	height: 330px;
	position: absolute;
	left: -80px;
	top: -185px;
}
.pointcircle01 h3 {
	left: 30px;
	top: 140px;
	position: absolute;
	color: #FDFDFD;
	font-size: 44px;
}
.pointcircle02 h3 {
	left: 20px;
	top: 140px;
	position: absolute;
	color: #FDFDFD;
	font-size: 40px;
}
.pointcircle03 h3 {
	left: 45px;
	top: 130px;
	position: absolute;
	color: #FDFDFD;
	font-size: 40px;
	line-height: 1.2em;
}
.pointcircle04 h3 {
	left: 45px;
	top: 140px;
	position: absolute;
	color: #FDFDFD;
	font-size: 40px;
	line-height: 1.2em;
}
.pointcircle05 h3 {
	left: 40px;
	top: 140px;
	position: absolute;
	color: #FDFDFD;
	font-size: 42px;
	line-height: 1.2em;
}
.pointcircle02 p {
	left: 70px;
	top: 200px;
	position: absolute;
	font-size: 30px;
	text-align: center;
	line-height: 1.3em;
	color: #fffd38;
}
.pointcircle05 p {
	left: 60px;
	top: 200px;
	position: absolute;
	font-size: 30px;
	text-align: center;
	line-height: 1.3em;
	color: #005383;
	font-style: italic;
	font-family: 'Oswald', sans-serif;
}
.pointsub {
	text-align: right;
}
.point-left {
	float: left;
	margin-top: 50px;
}
.point-right {
	float: right;
	margin-top: 50px;
	text-align: center;
}
.pointsub02 table tr td {
	padding: 10px 5px 5px 5px;
}
#pointblock03 .hikaku-title img {
}
.point04inner {
	background-image: url(../img/point04_back.png);
	background-repeat: no-repeat;
	width: 930px;
	height: 878px;
	position: relative;
	z-index: -1;
}
.inner-text {
	position: absolute;
	left: 0px;
	top: 360px;
	width: 630px;
	line-height: 1.5em;
	font-size: 19px;
	font-weight: bold;
}
.inner-text2 {
	line-height: 1.5em;
	font-size: 19px;
	font-weight: bold;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}
.yellowline {
	background-color: yellow;
}
.redtext {
	color: red;
}
.bigtext1 {
	font-size: 28px;
}
.bigtext2 {
	font-size: 24px;
}
#voice-title {
	background-image: url(../img/voicetitle_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}
#voicebox {
	background-color: #ADE6EE;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.voice-inner {
	background-color: #FFFFFF;
	padding: 35px 25px;
	box-shadow: rgba(0, 140, 142, 0.380392) 0px 0px 4px 3px;
	-webkit-box-shadow: rgba(0, 140, 142, 0.380392) 0px 0px 4px 3px;
	-moz-box-shadow: rgba(0, 140, 142, 0.380392) 0px 0px 4px 3px;
	background-image: url(../img/voice_pic01.png);
	background-repeat: no-repeat;
	background-position: 570px 20px;
	position: relative;
	margin-bottom: 20px;
}
.voice-inner2 {
	background-color: #FFFFFF;
	padding: 35px 25px;
	box-shadow: rgba(0, 140, 142, 0.380392) 0px 0px 4px 3px;
	-webkit-box-shadow: rgba(0, 140, 142, 0.380392) 0px 0px 4px 3px;
	-moz-box-shadow: rgba(0, 140, 142, 0.380392) 0px 0px 4px 3px;
	background-image: url(../img/voice_pic02.png);
	background-repeat: no-repeat;
	background-position: 550px 20px;
	position: relative;
}
.voice-textarea {
	width: 470px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	margin-bottom: 70px;
}
.voice-pic1 {
	position: absolute;
	top: 10px;
	left: 470px;
}
.voice-textarea h3 {
	color: #228DC7;
	font-size: 40px;
	padding-top: 15px;
	padding-bottom: 10px;
}
.voice-textarea .subtitle {
	font-size: 35px;
	border-bottom: 1px dashed #ABE6EF;
	padding-bottom: 10px;
	padding-top: 10px;
}
.voice-textarea2 {
	font-size: 19px;
	line-height: 1.5em;
}
.pinktext {
	color: #FF4D4D;
}
.voice-inner3 {
	float: left;
	width: 450px;
	background-color: #FFFFFF;
	box-shadow: rgba(0, 140, 142, 0.380392) 0px 0px 4px 3px;
	-webkit-box-shadow: rgba(0, 140, 142, 0.380392) 0px 0px 4px 3px;
	-moz-box-shadow: rgba(0, 140, 142, 0.380392) 0px 0px 4px 3px;
	margin-top: 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	line-height: 1.3em;
}
.voice-inner3 h3 {
	font-size: 24px;
	color: #0085B2;
	line-height: 1.2;
}
.voice-inner3 .subtitle {
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 24px;
	margin: 20px 0px;
}
.voice-inner3 table tr th {
	width: 200px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.voice-inner3 table tr td {
	vertical-align: top;
}
.voice-inner4 {
	float: right;
	width: 450px;
	background-color: #FFFFFF;
	box-shadow: rgba(0, 140, 142, 0.380392) 0px 0px 4px 3px;
	-webkit-box-shadow: rgba(0, 140, 142, 0.380392) 0px 0px 4px 3px;
	-moz-box-shadow: rgba(0, 140, 142, 0.380392) 0px 0px 4px 3px;
	margin-left: 10px;
	margin-top: 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	line-height: 1.3em;
}
.voice-inner4 .subtitle {
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 24px;
	margin: 20px 0px;
}
.voice-inner4 h3 {
	font-size: 24px;
	color: #0085B2;
	line-height: 1.2;
}
.voice-inner4 table tr th {
	width: 200px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.voice-inner4 table tr td {
	vertical-align: top;
}
#flow-title {
	background-image: url(../img/flow_bg.png);
	background-repeat: repeat-x;
	text-align: center;
	background-position: center 190px;
	margin-top: 50px;
}
#flowbox {
	background-color: #003996;
	padding: 0 20px 15px;
}
.flow-inner {
	background-color: #FFFFFF;
	padding: 25px 30px 30px 10px;
	margin-bottom: 10px;
}
.flow-inner table tr th {
	width: 280px;
	padding-right: 50px;
	padding-left: 10px;
}
.flow-inner table tr td {
	vertical-align: top;
}
.flow-inner h3 {
	color: #0085EB;
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 1.3em;
}
.flow-inner p {
	font-size: 20px;
	line-height: 1.4em;
}
#foot-contactarea {
	clear: both;
	background-image: url(../img/contact_bg.png);
	background-repeat: repeat-x;
	margin-top: 50px;
	height: 900px;
}

#foot-contactarea-no-mt {
	margin-top: -50px;
	margin-bottom: 80px;
}

.foot-contactarea-inner {
	background-image: url(../img/contact_pic.png);
	background-repeat: no-repeat;
	background-position: center 50px;
	height: 800px;
	position: relative;
	width: 1200px;
	margin: 0 auto 120px;
}
.contact-text {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 500px;
	left: 180px;
}
.contact-text p {
	color: #FFFFFF;
	padding: 0px 15px;
	line-height: 1.4em;
}
#foot-contactarea2 {
	clear: both;
	background-image: url(../img/contact_bg.png);
	margin-top: 50px;
	padding-bottom: 140px;
	padding-top: 40px;
}
.foot-contactarea-inner2 {
	background-repeat: no-repeat;
	background-position: center 50px;
	height: 800px;
	position: relative;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.contact-text2 {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 500px;
	left: 180px;
}
.contact-text2 p {
	color: #FFFFFF;
	padding: 0px 15px;
	line-height: 1.4em;
}
.tel2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 70px;
	letter-spacing: 3px;
	padding-left: 0px;
	text-align: center;
	padding-bottom: 5px;
	color: #FF8002;
	margin-bottom: 10px;
}
.time2 {
	text-align: center;
	color: #FFFFFF;
	font-size: 27px;
	margin-bottom: 20px;
	font-family: 'Noto Sans Japanese', sans-serif;
}
.form-button {
	position: absolute;
	padding-top: 0px;
	bottom: -80px;
	left: 200px;
}
#questinbox {
	background-color: #444444;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.question-inner1 {
	float: left;
	background-color: #FFFFFF;
	width: 440px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: 220px;
	margin-bottom: 10px;
}
.question-inner1 dl dt {
	background-image: url(../img/q.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	font-size: 24px;
	padding-left: 100px;
	border-bottom: 1px solid #A5A5A5;
	padding-bottom: 30px;
	margin-bottom: 25px;
	color: #DA0000;
	padding-top: 10px;
	line-height: 1.4em;
	font-family: 'Noto Sans Japanese', sans-serif;
}
.question-inner1 dl dd {
	background-image: url(../img/a.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 60px;
	font-size: 20px;
	line-height: 1.5em;
}
.question-inner2 {
	float: right;
	background-color: #FFFFFF;
	width: 440px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: 220px;
	margin-bottom: 10px;
}
.question-inner2 dl dt {
	background-image: url(../img/q.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	font-size: 24px;
	padding-left: 100px;
	border-bottom: 1px solid #A5A5A5;
	padding-bottom: 30px;
	margin-bottom: 25px;
	color: #DA0000;
	padding-top: 10px;
	line-height: 1.4em;
	font-family: 'Noto Sans Japanese', sans-serif;
}
.question-inner2 dl dd {
	background-image: url(../img/a.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 60px;
	font-size: 20px;
	line-height: 1.5em;
}
#area-title {
	text-align: center;
	margin-top: 40px;
	background-image: url(../img/free_fukidashi.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 100px;
	padding-top: 30px;
	padding-bottom: 20px;
	clear: both;
}
#areabox {
	background-color: #004083;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.area-inner {
	background-image: url(../img/area_pic.png);
	background-repeat: no-repeat;
	background-position: 550px 10px;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.area-inner p {
	line-height: 1.5em;
	font-size: 20px;
}
.bigtext3 {
	color: #004083;
	font-size: 55px;
	width: 520px;
	border-bottom: 1px solid #5F5F5F;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: 20px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 900;
}
.regionlist {
	width: 520px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: 20px;
}
.redtext2 {
	color: red;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.3em;
}
.redtext3 {
	color: red;
	font-weight: bold;
	font-size: 33px;
	line-height: 1.3em;
	font-family: 'Noto Sans Japanese', sans-serif;
}
.c_title {
	background-image: url(../img/c_line.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 135px;
	width: 100%;
}
.c_title img {
}

table#table-01 {
	width: 100%;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 85%;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}



table#table-01 th {
	padding: 15px 5px 15px 10px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background-color: #EEEDED;
	font-weight: bold;
	line-height: 2;
	text-align: left;
	width: 20%;
	color: #4B4747;
	vertical-align: middle;
}

table#table-01 tr:first-child th {
	border-top: 5px solid #FFC439;
}

table#table-01 tr:first-child td {
	border-top: 5px solid #787877;
}

table#table-01 td {
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	border: 1px solid #D1D1D1;
	text-align: left;
	padding-right: 15px;
}
.text-area {
	line-height: 1.5em;
}

.req {
	background-color: #FF3538;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 15px;
	font-size: 90%;
}

.tx_red {
	color: #FF3538;
	font-size: 18px;
	font-weight: bold;
}

#footerarea {
	width: 100%;
	padding: 20px 0;
	text-align: center;
	color: #ffffff;
	background: #004083;
	line-height: 1.6;
	padding-bottom: 150px;
}

#footerarea a {
	color: #fff;
	text-decoration: none;
}

#footerarea a:hover {
	color: #fff;
	text-decoration: underline;
}

.gotop {
	/* background-color: black; */
	border-radius: 100px;
	bottom: 65px;
	color: white;
	float: left;
	margin: 0 20px 40px;
	/* background-color: rgba(0, 0, 0, 0.2); */
	/* padding: 36px 28px; */
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 4;
	cursor: pointer;
	text-decoration: none;
}

.gotop:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration: none;
}

.privacy_policy_open {
	text-decoration: underline;
	vertical-align: 10%;
}

#privacy_policy {
	display: none;
	width: 85%;
	margin: 20px auto;
	line-height: 1.8;
}

#privacy_policy span {
	font-size: 110%;
	font-weight: bold;
}

input[type="checkbox"]{
   -webkit-transform: scale(1.5);
   transform: scale(1.5);
   margin-right: 0.5em;
}



#mapbox iframe {
	width: 100%;
}