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

*{
	margin:0;
	padding:0;
}
img{
    border: none;
}
ul, ol, dl{
	list-style-type:none;
}
a{
	text-decoration:none;
}
body{
	text-align:center;
}
.clearfix:after {  
content: ".";  
display: block;  
visibility: hidden;  
height: 0.1px;  
font-size: 0.1em;  
line-height: 0;  
clear: both;  
} 

.clr{
clear: both;  
}

#backToTop{
	display:inline-block;
	position:fixed;
	bottom:0px;
	right:10px;
}
#container{
	position:relative;
}
div#footTel {
	display:none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
	z-index:10;
}
div#footTel a {
	background-color:#1C85BE;
	color:#ffffff;
	font-weight:bold;
	font-size:20px;
	padding:5px;
	display:block;
	text-align:center;
margin: 5px;
    border-radius: 10px;
    box-shadow: 1px 1px 1px rgba(255,255,255,.5) inset, -1px -1px 1px rgba(0,0,0,.5) inset;
	}
div#footTel a span{
    display: block;
    font-size: 14px;
    font-weight: normal;
}
h3{
    padding: 50px 0 30px;
    color: #1C85BE;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
}
h3 span{
	font-weight:normal;
	font-size:16px;
	display:block;
}

#header{
    background-color: #FFFFFF;
    color: #222222;
}
#header > div{
	max-width:1200px;
	margin:auto;
	text-align:left;
	padding:10px;
}
#header h1{
	font-size:12px;
	font-weight:normal;
	float:left;
}
#header h1 img{
display:block;
max-width:100%;
}
#header ul{
	float:right;
}
#header ul li{
	display:inline-block;
	font-size:14px;
	margin:4px;
}
#header ul li a{
	color:#1c85be;
}

#top{
    border-top: solid #32a1ce;
    position: relative;
    background: url(./images/top_bg.jpg) center no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 150px;
    padding-right: 400px;
    padding-left: 20px;
    padding-bottom: 150px;

}
.resizeimage img { width: 100%; }
#top div{
display:inline-block;
margin:auto;
max-width:800px;
}
#top h2{
    font-size: 44px;
    text-align: left;
    color: #1C85BE;
}
#top h2 span{
	font-size:14px;
	text-align:left;
	display:block;
}
#top p{
	font-size:12px;
	text-align:left;
}



#advantage{
}
#advantage h2{
}
#advantage > p{
}

#advantage ul{
	text-align:center;
}
#advantage ul li{
    display: inline-block;
    width: 532px;
    vertical-align: top;
    margin: 10px;
}
#advantage ul li img{
	display:block;
	width:100%;
}
#advantage ul li h4{
	font-size:24px;
	font-weight:normal;
	text-align:center;
	display:inline-block;
	padding:10px 0;
}
#advantage ul li h4:after{
	content:'';
	width:4em;
	height:2px;
	display:block;
	background-color:#3c60ac;
}
#advantage ul p{
    font-size: 15px;
    text-align: center;
    line-height: 1.9;
    padding-top: 10px;
    padding-right: 20%;
    padding-left: 20%;
    padding-bottom: 150px;
	margin-left: auto;
	margin-right: auto;
}


#contents{
}

#contents h3{
}
#contents h3 span{
}
#contents ul{
text-align:center;
}
#contents ul li{
	margin:15px;
	width:340px;
	display:inline-block;
	padding:15px;
	vertical-align:top;
	text-align:left;
	background-color:#ffffff;
	min-height:370px;
}
#contents ul li img{
	display:block;
	max-width:100%;
	margin:10px 0;
}
#contents ul li h4{
	font-size:24px;
	font-weight:normal;
	text-align:left;
	display:inline-block;
}
#contents ul li h4:after{
	content:'';
	width:2em;
	height:2px;
	display:block;
	background-color:#1c85be;
}

#contents ul li p{
	font-size:12px;
	text-align:left;
	line-height:1.7;
}


#company{
	 border-bottom: solid #32a1ce;

}

#company h3{
}
#company h3 span{
}
#company ul{
text-align:center;
}
#company ul li {
    margin: 15px;
    width: 439px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    background-color: #ffffff;
    min-height: 449px;
}
#company ul li img{
	display:block;
	max-width:100%;
	margin:10px 0;
}
#company ul li h4{
	font-size:24px;
	font-weight:normal;
	text-align:left;
	display:inline-block;
}
#company ul li h4:after{
	content:'';
	width:2em;
	height:2px;
	display:block;
	background-color:#1c85be;
}

#company ul li p{
    font-size: 12px;
    text-align: left;
    letter-spacing: normal;
    line-height: 1.2;
}

#footer{
    max-width: 1280px;
    margin: auto;
}
#footer ul{
	float:right;
	margin-top:0px;
}
#footer ul li{
	display:inline-block;
	font-size:13px;
	margin:4px;
	color:#1c85be;
}
#footer ul li:before{
	content:'▶';
	display:inline-block;
}
#footer ul li a{
    color: #1C85BE;
}
#footer #logo{
	float:left;
	padding:10px;
}
#footer #logo img{
	display:block;
	max-width:100%;
}

address{
background-color:#1c85be;
color:#ffffff;
text-align:center;

font-size:11px;
padding:14px;
}


@media screen and (max-width: 667px) {

div#footTel {
	display:block;
}
address {
    margin-bottom: 62px;
}

#top {
    padding-top: 150px;
    padding-right: 40px;
	padding-left: 1px;
    padding-bottom: 150px;
	background-size: cover;
}
#top h2 {
    font-size: 22px;
}
#advantage ul li {
    width: calc(80% - 30px);
}
#advantage ul li h4 {
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    display: inline-block;
    padding: 10px 0;
}
#advantage ul li p {
    font-size: 12px;
    text-align: left;
    line-height: 1.7;
    padding: 10px;
}
#advantage ul p {
    text-align: center;
    line-height: 1.7;
    padding-top: 10px;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
#contents ul li{
	width:calc(100% - 60px);
	min-height:inherit;
}
#contents ul li img {
    margin: 10px auto;
}

#company ul li {
    margin: 15px;
width: calc(100% - 30px);
    display: inline-block;
    vertical-align: top;
    text-align: left;
    background-color: #ffffff;
    min-height: 200px;
}
#company ul li h4 {
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    display: inline-block;
    padding: 10px 0;
}
#company ul li p {
    font-size: 12px;
    text-align: left;
    line-height: 1.2;
    letter-spacing: normal;
}

#header div ul {
border-radius:5px;
background-color:#1c85be;
	padding:10px;
	border:none;
	margin:0 0 8px;
	}

#header div ul.shownMenu {
background-color:rgba(255, 255, 255, 1);
width:calc(100% - 20px);
}
#header div ul li{
	max-width:100%;
	font-size:13px;
}
#header div ul li{
	display:none;	
}
#header div ul a:link{
	display:block;
	padding:5px;
	color:#1c85be;
}
#header div ul::before {
    content: none;
}
#header div ul:before{
    content: 'Menu';
	color:#ffffff;
	display:block;
   font-size: 13px;
    font-weight: bold;
	font-family:Century Gothic,Arial,Helvetica,sans-serif;
}
#header div ul.shownMenu:before{
    content: 'Menu';
color:#1c85be;
border-bottom:1px solid #1c85be;
padding:5px;
}

#header div ul.shownMenu li{
	display:block;
	font-size:14px;
	font-weight:bold;
}

#header div ul.shownMenu li:first-child{
	margin-top:10px;
}
#head ul.shownMenu li a{
	padding:20px 10px;
	color:#000000;
}
#backToTop{
	bottom:58px;
}


}
@media screen and (min-width: 768px){
.br-sp {display: none; }
}

///////////////

.footer_contact {

margin-bottom: 32px;
}
.footer_contact_online,
.footer_contact_tel {
font-size: 127%;
line-height: 1;
}
.footer_contact_tel span {
	margin-top: 20px; 
    font-size: 250%;
	font-weight: 300;
}
.footer_contact_online {
padding-left: 24px;
border-left: 1px solid #f4e5e5;
}
.footer_contact_online span {
display: none;
}
.footer_contact_tel img {
margin-right: 8px;
transform: translateY(-2px);
}
.footer_contact_online a,
.footer_contact_tel a {
margin-top: 10px;
font-size: 195%;
line-height: 1;
}
.footer_contact_online,
.footer_contact_online a {
color: #faa75e;
}
.footer_contact_tel,
.footer_contact_tel a {
    color: #1C85BE;
}
.footer_contact_online a {
position: relative;
display: inline-block;
margin-top: 8px;
}
.footer_contact_online a i {
position: absolute;
z-index: 2;
top: calc(50% - 4px);
right: -24px;
display: block;
width: 16px;
height: 16px;
background-color: #faa75e;
border-radius: 3px;
}
.footer_contact_online a i::before,
.footer_contact_online a i::after {
content: "";
position: absolute;
display: block;
width: 6px;
height: 0;
border-top: solid 2px #fff;
}
.footer_contact_online a i::before {
transform: rotate(45deg);
top: calc(50% - 3px);
left: calc(50% - 2.5px);
}
.footer_contact_online a i::after {
transform: rotate(-45deg);
top: 50%;
left: calc(50% - 2.5px);
}
@media all and (-ms-high-contrast:none) {
.footer_contact_online,
.footer--contact_tel {
white-space: nowrap;
}
.footer_contact_online a {
margin-top: 16px;
}
.footer_contact_tel a {
line-height: .5;
}
.footer_contact_online a i {
top: calc(50% - 16px);
}
.footer_contact_tel {
letter-spacing: .05em;
}
}
.footer_contact_day {
margin-bottom: 28px;
}

.contact_day-table {
    width: 100%;
    border: 2px solid #1C85BE;
    border-top: none;
    border-radius: 5px;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 6px;
    overflow: hidden;
    line-height: 1;
	margin-bottom: 20px;
}
.contact_day-table tr:not(.contact_day-table--head) th,
.contact_day-table tr td:not(:last-of-type) {
padding: 10px 0 11px;
font-size: 114%;
color: #1c85be;
letter-spacing: .04em;
border-right: solid 1px #c9e4f3;
}
.contact_day-table tr:not(:last-of-type):not(:last-of-type) th,
.contact_day-table tr:not(:last-of-type) td {
border-bottom: solid 1px #c9e4f3;
text-align: center;
}
.contact_day-table--head th {
padding: 10px 0 11px;
font-size: 120%;
background-color: #1c85be;
color: #fff;
}
@media all and (-ms-high-contrast:none) {
.contact_day-table tr:not(.contact_day-table--head) th,
.contact_day-table tr td:not(:last-of-type),
.contact_day-table--head th {
padding: 13px 0 8px;
}
}
.contact_day-table--head th:not(:last-of-type) {
border-right: solid 1px #c9e4f3
}
.contact_day-table tr th:first-of-type {
width: 41%;
text-align: center;
}
.contact_day-table tr:first-of-type th:last-of-type {
width: 20%;
letter-spacing: 0;
}
.footer_contact_day p {
    color: #1c85be;
    line-height: 0;
}
.icon_line::before {
content: "";
display: block;
width: 7px;
height: 2px;
margin: 0 auto;
background-color: #1c85be;
transform: translateY(-6px);
}
.icon_circle::before {
content: "";
display: block;
width: 14px;
height: 14px;
margin: 0 auto;
background-color: #1c85be;
border-radius: 7px;
}
.flex-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.flex-between {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
.flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}
