﻿@charset "utf-8";
/* CSS Document */


/* -----------------------------------------------------------
	リセットCSS
------------------------------------------------------------*/
/*html5doctor.com Reset Stylesheet v1.4.1 2010-03-01 Author: Richard Clark - http://richclarkdesign.com*/
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,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block;}nav 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;}hr{display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}


/* -----------------------------------------------------------
	common
------------------------------------------------------------*/

body {
color: #333;
font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
line-height: 160%;
-webkit-text-size-adjust: 100%;
}

div {
margin: 0 auto;
  -webkit-box-sizing: border-box;
box-sizing: border-box;
}

p,li,dt,dd,th,td {
font-size: 18px;
line-height: 160%;
	-webkit-box-sizing:border-box;
box-sizing: border-box;
}

li {
list-style: none;
}

table {
width: 100%;
border-collapse: collapse;
}

a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}

a:hover {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
opacity: 0.7;
}

a:hover img {
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
}

img {
line-height: 0;
max-width: 100%;
width: auto;
height: auto;
margin: 0 auto;
vertical-align: bottom;
}

em {
font-style: normal;
}

h2 {
text-align: center;
}


/* -----------------------------------------------------------
	common name
------------------------------------------------------------*/

.small {
font-size: .7em;
}

.sp {
display: none;
}

.hamidashi {
position: absolute;
}

.pc-br {
display: block;
}


/* -----------------------------------------------------------
	page
------------------------------------------------------------*/

#page {
min-width: 1000px;
overflow: hidden;
}

.inner {
width: 100%;
max-width: 1000px;
height: 100%;
}


/* -----------------------------------------------------------
	cmn-box
------------------------------------------------------------*/

.cmn-box .inner {
padding: 35px 0;
}

.cmn-box h2 {
margin-bottom: 25px;
}

.h2-white {
padding-bottom: 45px;
background: url(img/ico_h2_white.png) no-repeat center bottom;
}

.h2-blue {
padding-bottom: 45px;
background: url(img/ico_h2_blue.png) no-repeat center bottom;
}


/* -----------------------------------------------------------
	action
------------------------------------------------------------*/

.action {
background: url(img/action_bg01.png);
}

.action .inner {
padding: 12px 0 23px;
position: relative;
background: url(img/action_img02.png) no-repeat 95% bottom;
}

.action h2 {
text-align: left;
margin: 0 auto 2px 135px;
}

.action-box {
text-align: center;
}

.action-box .btn-form02 {
margin-bottom: 6px;
}

.action-img01 {
left: 23px;
bottom: 0;
}


/* -----------------------------------------------------------
	header
------------------------------------------------------------*/

#header {
border-top: 5px solid #004a9f;
}

#header .inner {
padding: 15px 0;
overflow: hidden;
}

h1 {
float: left;
margin-top: 10px;
}

.head-info {
float: right;
overflow: hidden;
}

.head-info div {
float: left;
text-align: center;
}

.head-info img {
vertical-align: top;
}

.head-info .tel-link {
margin-right: 20px;
}

.header-txt01 {
line-height: 100%;
margin-bottom: 5px;
}


/* -----------------------------------------------------------
	firstview
------------------------------------------------------------*/

#firstview {
background: url(img/fv_bg.png) no-repeat center;
}


/* -----------------------------------------------------------
	area01
------------------------------------------------------------*/

#area01 {
text-align: center;
background: url(img/bg01.png);
}

#area01 .bg-inner {
background: url(img/area01_bg01.png) no-repeat center top;
}

#area01 .inner {
position: relative;
}

#area01 h2 {
margin-bottom: 15px;
position: relative;
z-index: 1;
}

.area01-box01 {
width: 75%;
margin: 25px auto 0;
position: relative;
z-index: 3;
}

.area01-box01 span {
color: #bd0006;
font-size: 24px;
font-weight: bold;
display: inline-block;
margin-top: 5px;
}

.area01-img01 {
right: -120px;
bottom: 0;
z-index: 2;
}


/* -----------------------------------------------------------
	area02
------------------------------------------------------------*/

#area02 {
background: #0287d2;
}

.area02-box01 {
padding: 15px 20px;
text-align: center;
background: url(img/area02_img01.png) no-repeat left 85%;
}

.area02-box01 h2 {
margin-bottom: 15px;
}

.area02-box01-child {
width: 75%;
margin: 0 0 0 auto;
}

.area02-box01-child li {
color: #0186d2;
font-size: 24px;
font-weight: bold;
text-align: left;
padding: 8px 10px 4px 63px;
margin-bottom: 10px;
background: #fff url(img/ico_check.png) no-repeat 12px center;
}


#area02 .bg-inner {
padding-bottom: 40px;
background: url(img/bg01.png);
}

.area02-box02 {
background: url(img/area02_bg02.png) no-repeat center top;
}

.area02-txt01 {
text-align: center;
}

.area02-txt01 img {
margin-top: -12px;
}

.area02-txt02 {
margin-top: -20px;
}

.area02-box02-child {
color: #fff;
font-weight: bold;
}

.area02-box02-child table {
margin-bottom: 20px;
}

.area02-box02-child th,
.area02-box02-child td {
vertical-align: middle;
text-align: left;
}

.area02-box02-child th {
font-size: 30px;
width: 120px;
padding: 15px 0 15px 30px;
background: #026ba4;
}

.area02-box02-child td {
font-size: 40px;
line-height: 110%;
padding: 15px 15px 10px 60px;
background: #0287d2 url(img/area02_bg01.png) no-repeat left center;
background-size: 40px 100%;
}

.area02-box02-child td span {
font-size: 30px;
}


.area02-box03 {
height: 245px;
text-align: right;
padding-top: 45px;
background: url(img/area02_img03.png) no-repeat left bottom;
}

.area02-box03 p {
margin-right: 25px;
}


/* -----------------------------------------------------------
	area03
------------------------------------------------------------*/

#area03 {
background: url(img/bg01.png);
}

.area03-box01 dl {
text-align: center;
padding: 0 20px 15px 0;
overflow: hidden;
}

.area03-box01 dt {
float: left;
width: 160px;
color: #fff;
font-size: 30px;
line-height: 130%;
padding: 10px 0 3px 3px;
}

.area03-box01 dt span {
font-size: 14px;
display: inline-block;
line-height: 150%;
text-align: left;
margin-left: 20px;
}

.area03-box01 dd {
float: right;
width: 810px;
padding-top: 20px;
letter-spacing: 2px;
}

.area03-box01 dd p {
font-size: 20px;
line-height: 120%;
padding: 13px 10px 11px 10px;
background: #fff;
position: relative;
}

.area03-box01 dd p:after {
position: absolute;
display: block;
left: 0;
right: 0;
top: 100%;
margin: auto;
line-height: 0;
text-align: center;
content: url(img/area03_bg01.png);
}

.area03-box01 dd p span {
font-size: 18px;
}

.area03-box01 dd p + p {
margin-top: 20px;
}

.area03-box01 dd .tel-link {
margin-left: 3px;
}

.a3b1-01 {
background: #6cbdf0 url(img/area03_bg02.png) repeat-y 80px center;
}

.a3b1-01 dt {
background: #6cbdf0;
}

.a3b1-01-txt001 {
text-align: left;
padding-left: 150px !important;
}

.a3b1-02,
.a3b1-02 dt {
background: #33a0e0;
}

.a3b1-02 dd {
padding-bottom: 5px;
}

.a3b1-03 {
background: #098bd4 url(img/area03_bg02.png) repeat-y 80px center;
}

.a3b1-03 dt {
background: #098bd4;
}

.a3b1-03 dd {
padding-bottom: 30px;
}

.a3b1-03 dd p:last-of-type:after {
content: none;
}

.a3b1-03-img {
margin: 25px auto 10px;
}

.a3b1-03-img img {
display: block;
}

.a3b1-03-img img + img {
margin-top: 20px;
}


/* -----------------------------------------------------------
	area04
------------------------------------------------------------*/

#area04 {
background: url(img/area04_bg01.png) no-repeat center;
}

#area04 .inner {
padding: 30px 0;
}

.area04-img01 {
display: block;
margin: 15px auto 20px;
}

.area04-box01 {
overflow: hidden;
}

.a4b1-left {
float: left;
}

.a4b1-right {
float: right;
width: 700px;
}

.a4b1-right h3 {
font-size: 40px;
line-height: 110%;
margin-bottom: 10px;
}

.a4b1-right h3 span {
font-size: 25px;
}

.a4b1-right .name {
text-align: right;
}


/* -----------------------------------------------------------
	area05
------------------------------------------------------------*/

#area05 {
text-align: center;
background: url(img/area05_bg01.png) no-repeat center;
}

#area05 .inner {
padding: 15px 0;
}

#area05 h2 {
margin-bottom: 5px;
}

#area05 p {
color: #fff;
font-size: 20px;
font-weight: bold;
letter-spacing: 1px;
margin-bottom: 12px;
}

.area05-box01 a {
display: inline-block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.area05-box01 a:hover {
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
opacity: 1;
	-webkit-transform: translateX(10px);
transform: translateX(10px);
}


/* -----------------------------------------------------------
	area06
------------------------------------------------------------*/

#area06 {
background: url(img/bg01.png);
}

#area06 .inner {
position: relative;
}

.area06-img01 {
right: -75px;
bottom: 35px;
}

.area06-box01-wrap {
color: #fff;
padding: 20px 20px 5px;
background: #2766bf;
}

.area06-box01 {
width: 80.5%;
padding: 12px 25px 15px 20px;
margin: 0 auto 25px 0;
border: 1px solid #fff;
position: relative;
}

.area06-box01:before,
.area06-box01:after {
content: "";
display: block;
position: absolute;
border: 1px solid #fff;
}

.area06-box01:before {
width: 10px;
height: 100%;
left: 100%;
top: 10px;
border-bottom: none;
border-left: none;
}

.area06-box01:after {
width: 100%;
height: 10px;
left: 10px;
top: 100%;
border-top: none;
border-right: none;
}

.area06-box01 h3 {
width: 80%;
font-size: 18px;
font-weight: bold;
padding-bottom: 8px;
margin-bottom: 10px;
border-bottom: 1px solid #fff;
}

.area06-box01 .ttl {
font-size: 24px;
font-weight: bold;
margin-bottom: 3px;
}

.area06-box01 p {
line-height: 125%;
}


/* -----------------------------------------------------------
	form
------------------------------------------------------------*/

#form {
background: #004a9f;
}

#form .text-link {
text-align: center;
font-size: 16px;
margin-bottom: 30px;
}

#form .text-link a {
color: inherit;
text-decoration: none;
padding-left: 17px;
background: url(img/ico_arrow01.png) no-repeat left 35%;
}

#formWrap {
width: 95%;
padding: 5px 20px 40px;
background: #fff;
}

.formTable {
margin-bottom: 20px;
}

.formTable th,
.formTable td {
border-bottom: 1px solid #ccc;
font-size: 16px;
font-weight: normal;
text-align: left;
}

.formTable th {
padding: 15px 5px 0 40px;
vertical-align: top;
width: 280px;
}

.formTable th.hissu {
background-image: url(img/ico_hissu.png);
background-repeat: no-repeat;
background-position: left center;
}

.formTable td {
padding: 10px 0;
vertical-align: middle;
}


/* フォームタグ */

input,
textarea,
select {
font-family: inherit;
padding: 5px;
}

input,
textarea {
border-radius: 0;
}

select {
cursor: pointer;
}

input[type="submit"] {
color: #fff;
font-size: 18px;
letter-spacing: 2px;
display: block;
width: 220px;
height: 45px;
cursor: pointer;
	-webkit-appearance: none;
border-radius: 5px;
border: none;
margin: 0 auto;
background: #193d99 url(img/ico_arrow02.png) no-repeat 75% center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}

input[type="submit"]:hover {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
opacity: 0.7;
}

input[type="text"],
textarea {
width: 100%;
	-webkit-box-sizing:border-box;
box-sizing: border-box;
border: 1px solid #ccc;
box-shadow: 1px 1px 2px #ddd inset;
}

input[type="text"] {
max-width: 260px;
}

textarea {
max-width: 400px;
vertical-align: bottom;
}

input[type="text"].input-long {
max-width: 100%;
}

.btn-submit {
text-align: center;
}


/* -----------------------------------------------------------
	footer
------------------------------------------------------------*/

#footer {
color: #fff;
border-top: 1px solid #fff;
background: #004a9f;
}

#footer .inner {
padding: 20px 0;
}

#footer h2 {
font-size: 24px;
text-align: left;
}

#footer p {
font-size: 16px;
}


/* -----------------------------------------------------------
	copyright
------------------------------------------------------------*/

#copyright {
padding: 10px;
border-top: 1px solid #fff;
background: #004a9f;
}

#copyright p {
color: #fff;
font-size: 16px;
text-align: center;
}



/* -----------------------------------------------------------
	media query
------------------------------------------------------------*/

/* スマホ横1*/
@media screen and (max-width: 767px) {

p,li,dt,dd,th,td {
font-size: 14px;
}

.sp {
display: block;
}

.pc {
display: none;
}

.pc-br {
display: inline;
}


/* -----------------------------------------------------------
	page
------------------------------------------------------------*/

#page,
.inner {
width: 100%;
min-width: 100%;
max-width: 100%;
}

#area01,
#area03 {
background-size: 15px;
}


/* -----------------------------------------------------------
	cmn-box
------------------------------------------------------------*/

.cmn-box .inner {
padding: 20px 10px;
}

.cmn-box h2 {
margin-bottom: 20px;
}

.h2-blue,
.h2-white {
padding-bottom: 30px;
background-size: auto 20px;
}


/* -----------------------------------------------------------
	action
------------------------------------------------------------*/

.action .inner {
padding: 5px 10px 15px;
background: none;
position: static;
}

.action h2 {
text-align: center;
margin: 0 auto;
}

.action-box {
text-align: center;
}

.action-box .btn-form02 {
margin-bottom: 6px;
}

.action-img01 {
left: 23px;
bottom: 0;
}


/* -----------------------------------------------------------
	header
------------------------------------------------------------*/

#header .inner {
padding: 5px;
}

h1 {
width: 80%;
float: none;
margin: 0 auto 10px;
text-align: center;
}

.head-info {
float: none;
display: table;
margin: 0 auto;
}

.head-info .tel-link {
width: 55%;
margin: 0 3% 0 0;
}

.head-info .btn-form01 {
float: right;
width: 42%;
}


/* -----------------------------------------------------------
	firstview
------------------------------------------------------------*/

#firstview {
background: none;
}


/* -----------------------------------------------------------
	area01
------------------------------------------------------------*/

#area01 .bg-inner {
background-size: contain;
background-position: -50px top;
}

.area01-box01 {
width: 100%;
margin-top: 15px;
}

.area01-box01 span {
font-size: 20px;
line-height: 130%;
}


/* -----------------------------------------------------------
	area02
------------------------------------------------------------*/

.area02-box01 {
padding: 10px 0;
background: none;
}

.area02-box01-child {
width: 95%;
margin: 0 auto;
}

.area02-box01-child li {
font-size: 16px;
padding: 7px 5px 5px 40px;
background-size: 20px;
}

#area02 .bg-inner {
padding-bottom: 20px;
}

.area02-box02 {
background-size: contain;
}

.area02-txt02 {
margin: 0 10px;
}

.area02-box02-child {
width: 95%;
margin: 0 auto;
}

.area02-box02-child table {
margin-bottom: 10px;
}

.area02-box02-child th {
font-size: 14px;
width: 60px;
padding: 10px 0 10px 10px;
}

.area02-box02-child td {
font-size: 18px;
padding: 10px 5px 10px 20px;
line-height: 130%;
background-size: 12px 100%;
}

.area02-box02-child td span {
font-size: 14px;
}

.area02-box03 {
height: auto;
width: 95%;
padding: 3% 0;
margin: 0 auto;
background-size: contain;
}

.area02-box03 p {
width: 80%;
margin: 0 0 0 auto;
}


/* -----------------------------------------------------------
	area03
------------------------------------------------------------*/

.area03-box01 dl {
padding: 0 10px 15px;
}

.area03-box01 dt {
float: none;
width: 100%;
font-size: 22px;
font-weight: bold;
text-align: left;
padding: 10px 0 0;
margin-bottom: 10px;
}

.area03-box01 dt span {
font-size: 14px;
font-weight: normal;
}

.area03-box01 dd {
float: none;
width: 92%;
padding: 0;
margin: 0 0 0 auto;
letter-spacing: 0;
}

.area03-box01 dd p {
font-size: 16px;
line-height: 130%;
padding: 7px 10px;
}

.area03-box01 dd p span {
font-size: 14px;
}

.area03-box01 dd .tel-link img {
vertical-align: middle;
}

.a3b1-01,
.a3b1-02,
.a3b1-03 {
background-position: 6% center;
background-size: 5px;
}

.a3b1-01-txt001 {
text-align: center;
padding-left: 10px !important;
}


/* -----------------------------------------------------------
	area04
------------------------------------------------------------*/

#area04 {
background-size: cover;
}

.area04-img01 {
margin: 20px auto;
}

.area04-box01 {
width: 95%;
margin: 0 auto;
}

.a4b1-left {
width: 25%;
}

.a4b1-right {
width: 71%;
}

.a4b1-right h3 {
font-size: 22px;
line-height: 120%;
}

.a4b1-right h3 span {
font-size: 16px;
}


/* -----------------------------------------------------------
	area05
------------------------------------------------------------*/

#area05 {
background-size: cover;
}

#area05 .inner {
padding: 15px 10px;
}

#area05 p {
font-size: 16px;
}

.area05-box01 a:hover {
	-webkit-transform: none;
transform: none;
}


/* -----------------------------------------------------------
	area06
------------------------------------------------------------*/

#area06 .inner {
padding: 20px 0;
}

.area06-box01-wrap {
padding: 10px 17px 5px 10px;
}

.area06-box01 {
width: 100%;
padding: 10px;
}

.area06-box01 h3 {
font-size: 16px;
}

.area06-box01 .ttl {
font-size: 20px;
}

.area06-box01 p {
line-height: 150%;
}


/* -----------------------------------------------------------
	form
------------------------------------------------------------*/

#form .text-link {
font-size: 14px;
margin-bottom: 10px;
}

#formWrap {
width: 100%;
padding: 10px 10px 20px;
}

.formTable {
border: 1px solid #ccc;
border-bottom: none;
}

.formTable th,
.formTable td {
font-size: 14px;
display: block;
width: 100%;
}

.formTable th {
padding: 7px 10px 3px;
background-color: #f5f5f5;
}

.formTable td {
padding: 5px 10px;
}

.formTable th.hissu {
padding-left: 40px;
background-position: 5px center;
}


/* フォームタグ */

input[type="text"],
textarea {
max-width: 100%;
}


/* -----------------------------------------------------------
	footer
------------------------------------------------------------*/

#footer .inner {
padding: 10px;
}

#footer h2 {
font-size: 20px;
}

#footer p {
font-size: 12px;
}


/* -----------------------------------------------------------
	copyright
------------------------------------------------------------*/

#copyright p {
font-size: 12px;
}



}


/* スマホ横2 */
@media screen and (max-width: 640px) {



}


/* スマホ縦 */
@media screen and (max-width: 414px) {

.br-414 {
display: block;
}


/* -----------------------------------------------------------
	area04
------------------------------------------------------------*/

.a4b1-left {
float: none;
width: 100%;
max-width: 180px;
margin-bottom: 10px;
text-align: center;
}

.a4b1-right {
float: none;
width: 100%;
}

.a4b1-right h3 {
text-align: center;
}

.a4b1-right .name {
margin-top: 10px;
}

}