@charset "UTF-8";
/*----- フェードイン -----*/
    .inviewfadeIn {
        opacity: 0;
        transition: .8s;
    }
    
    .fadeIn {
        opacity: 1.0;
    }

    /*----- 上へスライド -----*/
    .inviewUp {
        transform: translate(0, 40px);
        -webkit-transform: translate(0, 40px);
        transition: .8s;
    }
    
    .Up {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }

    /*----- ズームイン -----*/
    .inviewzoomIn {
        transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        transition: .8s;
    }
    
    .zoomIn {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
    } 
    
    /*----- フェードインしながら上へスライド -----*/
    .inviewfadeInUp {
        opacity: 0;
        transform: translate(0, 60px);
        -webkit-transform: translate(0, 60px);
        transition: .8s;
    }
    
    .fadeInUp {
        opacity: 1.0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }

body{padding-top:70px;}
a{
  color: rgba(233, 80, 12, 1);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover{
  color: rgba(233, 80, 12,.8);
}
a img:hover{ filter:alpha(opacity=75);
   -moz-opacity: .75;
   opacity: .75;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width:767px){
	body{padding-top:0;}
	img{max-width: 100%; height: auto;}	
}
.mb10{margin-bottom: 10px;}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(236,151,31,0.8)/*rgba(233, 80, 12, 0.8)*/;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(233, 80, 12, 0.6);
  outline: 0 none;
}
.lp-title .btn-warning {
    color: #fff/*rgba(236,151,31,1)*/;
    background-color: rgba(236, 151, 31, 1);
    border-color: rgba(236,151,31,1)/*rgba(233, 80, 12, 1)*/;
	border-radius: 0 0 0;
	font-weight: bold;
}
.lp-title .btn-warning:hover {
    color: #fff;
    background-color:  rgba(236,151,31,1)/*rgba(233, 80, 12, 0.8)*/;
    border-color: rgba(255,255,255,1)/*rgba(233, 80, 12, 1)*/;
	font-weight: bold;
}
.bg-faded {background: rgba(255,255,255,1);}

@media (min-width:769px){
header nav,header .navbar {height:70px; margin: 0; padding: 0; font-size: 13px; margin: 0; padding: 0;}
header .navbar-brand {margin: 12px 10px;}
.otoiawase {
    background: url(../img/tel.png) bottom;
    background-size: cover;
    height: 95px;
    width: 220px;
    text-indent: -99999px;
}
	section::after{
	content: "";
	background: url(../img/allow.png);
	background-size: cover;
	width:100px;
	height:50px;
    margin: 10px auto;
    position: relative;
    top: 8px;
	left:46%;
	float: left;
}
}
@media (max-width:768px){
header .navbar-brand img { max-width:75% !important;}
header .navbar-nav .nav-item {height: 40px; margin-top: 18px;}
header .navbar-nav .nav-item:last-child {height: 70px; margin-top: 0;}
section::after{
	content: "";
	background: url(../img/allow.png);
	background-size: cover;
	width:50px;
	height:25px;
    margin: 10px auto;
    position: relative;
    top: 8px;
	left:43%;
	float: left;
}
}
.dear {display: inline; color:#fff; border-bottom: 1px solid #fff;}
@media (min-width:992px){
.dear {margin-left:180px;}
}
@media (min-width:769px){
.lp-title {
	background: /*url("../img/axiom-pattern.png") repeat fixed,*/ url(../img/title_bg2.jpg) center fixed;
	background-size: /*auto,*/ cover;
		  }
}
@media (max-width:768px){
.lp-title {
	background: url("../img/axiom-pattern.png") repeat fixed, url(../img/title_bg2.jpg) top center fixed;
	background-size: auto, 100vh auto;
		  }
}
.jumbotron{	padding: 15px 40px ; border-radius: 0;}
.col-box{ border: 5px #45b7cc solid; padding:15px; margin-bottom: 15px; min-height:140px;}
.col-box2{ padding:15px; margin-bottom: 15px; min-height:140px; background: rgba(69,183,204,0.6); color: #fff;}
.col-box p{  margin:15px 15px 15px 115px;}
h2,h3 {font-size:29px; margin:40px auto; text-align: center;}
#sec03 h3 {font-size:29px; margin:0 0 10px 0; color:#fff; padding-bottom:5px; border-bottom: 3px solid #fff; text-align: center;}
#sec05 h2 {font-size:29px; margin:0 0 20px 0; color:#666; padding-bottom:5px; border-bottom: 3px solid #666; text-align: center;}
#sec01,#sec02,#sec03,#sec04,#sec05{margin:80px auto;}
#sec01 .row {margin:auto 80px;}
#sec02 .row {margin:auto 60px; background: #eee/*url("../img/l_198.png") top center*/; padding:60px 40px 40px 40px; border-radius: 10px; box-shadow: 0 3px 3px rgba(0,0,0,.15);}
@media (min-width:768px){ #sec02 .col-sm-5 { margin-left:20px; } }
#sec03 { /*padding-bottom: 40px;*/ background: url("../img/axiom-pattern.png") repeat fixed rgba(69,183,204,0.8); }
#sec03 .row {margin:0 -15px 20px -15px; min-height:140px; }
#sec05 .row {margin:auto 60px; background: #eee/*url("../img/l_198.png") top center*/; padding:60px 40px 40px 40px; border-radius: 10px; box-shadow: 0 3px 3px rgba(0,0,0,.15);}
@media (max-width:768px){
.col-box p{  margin:0 0 0 0;}
h2,h3 {font-size:21px; margin:20px auto; text-align: center;}
#sec01 .row {margin:auto 0;}
#sec02 .row {margin:auto 0; padding:60px 20px 40px 20px; }
#sec05 .row {margin:auto 0; padding:60px 20px 40px 20px; }
}
.col-box2 .row {margin: 0 0 0 0 !important; padding: 20px 0 20px 0 !important; background: rgba(69,183,204,0.6) !important; border-radius: 0 !important; box-shadow: 0 0 0 !important;}
.col-box2 .row　p{
    margin-bottom: 0 0 0 0 !important;
}

h2.hukidashi {
	color: #fff;
	position: relative;
	padding: .5em .75em;
	margin:40px 95px -30px 95px;
	background-color: #45b7cc;
	border: 1px solid #fff;
	border-radius: 6px;
	/*color: #fff;*/
}
@media (max-width:768px){
h2.hukidashi {
	position: relative;
	padding: .5em .75em;
	margin:0 0 -30px 0;
	background-color: #45b7cc;
	border: 1px solid #fff;
	border-radius: 6px;
}
}
h2.hukidashi::before,
h2.hukidashi::after {
	position: absolute;
	top: 100%;
	left: 49%;
	content: '';
	height: 0;
	width: 0;
	border: 10px solid transparent;
}
h2.hukidashi::before {
	border-top: 15px solid #fff;
}
h2.hukidashi::after {
	margin-top: -2px;
	border-top: 15px solid #45b7cc;
}

.footer { color: rgba(236,151,31,1); background: #333; margin-top: 20px; padding:10px; text-align: center; font-size: 12px;}

.navbar-brand>img {
    display: inline-block;
    margin-right: 10px;
}

@media(max-width: 1123px){
  ul.pull-xs-right {
    display: none;
  }
}

@media(min-width: 769px){
  .sp {
    display: none;
  }
}
@media(max-width: 768px){
  .pc {
    display: none;
  }
}