@charset "utf-8";
/* CSS Document */
body{
	font-family: "Hiragino Maru Gothic W4 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.container{
	max-width: 1080px;
}
.h1, .h2, .h3, .h4, .h5, .h6, .navbar-brand,h1, h2, h3, h4, h5, h6, nav {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
}
a{
	text-decoration: none;
}
strong{
	font-weight: bold;
}
.red{
	color: red;
}
.navbar{
	border-top: 3px solid #2c3e50;
	box-shadow: rgb(113 135 164 / 12%) 0px 0px 5px 2px;
	background: #e6f2e0;
}
.nav-item{
	font-size: 15px;
	color: #333;
}
.pc-only{
	display: none;
}
.header-tel {
  font-size: 1em;
  margin-top: 15px;
}
.header-tel a{
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.3rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
	background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1e767), to(#feb645));
  background: -webkit-linear-gradient(top, #f1e767 0%, #feb645 100%);
  background: linear-gradient(to bottom, #f1e767 0%, #feb645 100%);
}
.header-tel a:hover{
	background: -webkit-gradient(linear, left bottom, left top, from(#f1e767), to(#feb645));
  background: -webkit-linear-gradient(bottom, #f1e767 0%, #feb645 100%);
  background: linear-gradient(to top, #f1e767 0%, #feb645 100%);
}
@media (min-width: 768px) {
  .navbar-brand{
	padding-right: 40px;
}
	.sm-only{
		display: none;
	}
	.pc-only{
		display: inline;
	}
}

.mini{
	font-size: 0.8em;
	color: #2c3e50;
}
.bg01{
	padding: 20px 0 30px;
	background: rgba(255,255,255,1);
}
.bg02{
	padding: 10px 0 30px;
	background: rgba(0,0,0,0.05);
}
h1{
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 15px;
	background: rgba(0,0,0,0.6);
}
.navbar h1{
	background: none;
}
.page-header{
	background: url("../img/header-bg.jpg");
	padding: 20px 0;
}
#page h1{
	font-size: 20px;
	text-align: center;
	padding: 15px 5px;
	color: #FFF;
}
.position{
	position: relative;
}
.starter-template img{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
h1.title{
	position: absolute;
	max-width: 620px;
	bottom: 5%;
	left: 20%;
	transform: translate(-12%, 0);
    -webkit-transform: translate(-12%, 0);
    -ms-transform: translate(-12%, 0);
	font-size: 18px;
	padding: 30px;
	background: rgba(255,255,255,0.7);
	text-align: center;
	font-weight: bold;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	h1.title{
	bottom: 10%;
		left: 30%;
	transform: translate(-12%, 0);
    -webkit-transform: translate(-12%, 0);
    -ms-transform: translate(-12%, 0);
	font-size: 20px;
	}
}
@media screen and (min-width:1024px) {
   h1.title{
	bottom: 10%;
		left: 50%;
	transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
	font-size: 20px;
	}
}
h2{
	color: #000000;
	font-size: 22px;
	padding: 0.5rem;
	margin: 30px auto 50px;
    position: relative;
	text-align: center;
	font-weight: bold;
}
h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 4px;
  content: '';
  border-radius: 3px;
  background: #006266;
}
footer .col-sm-6 .box:first-child{
	margin-top: 0;
}
footer h2{
	color: #FFF;
}
footer h2:before{
	background: #FFF;
}
h3{
	font-size: 18px;
	padding: 12px 10px;
	margin: 35px 0 20px 0;
	font-weight: bold;
}


.bg01 h3, .bg02 h3{
	position: relative;
	background: #20bf6b;
	color: #FFF;
	-webkit-box-shadow: 5px 5px 0 #009432;
	box-shadow: 5px 5px 0 #009432;
}
.menu-img h3{
	text-align: center;
	box-shadow: none;
}
h3.h3green{
  background: #111111;
	color: #FFFFFF;
}
footer h3{
	padding: 0;
	margin-top: 5px;
}
h4{
	font-size: 17px;
	font-weight: bold;
	padding: 2px 8px 2px 12px;
	border-left: solid 3px #006266;
	margin: 25px 0 25px;
}
main ul li{
	margin-bottom: 12px;
}
main ul {
  color: #1e366a;
  border: double #006266 4px;/*ドット 色 太さ*/
  padding: 0.5em 0.5em 0.5em 2em;
}
main ul li {
  line-height: 1.5;
  padding: 0.2em 0;
}
main ul.inline-list li {
  font-size: 15px;
  padding-right: 1em;
  margin-right: 1em;
  display: inline-block;
}
footer ul.inline-list{
	padding-left: 0;
}
footer ul.inline-list li {
  font-size: 15px;
  padding-right: 1em;
  margin-right: 1em;
  display: inline-block;
  margin-bottom: 8px;
}
table.table{
	background: #FFF;
}
/*
table.table tr:nth-child(2n){
	background: #ffffc8;
}
*/
table.table th{
	vertical-align: middle;
	padding: 20px 10px;
	font-size: 15px;
	background: #666;
	color: #FFF;
	text-align: center;
	min-width: 70px;
}
table.table td{
	padding: 20px 10px;
	vertical-align: middle;
}
.tenpo table.table th,.tenpo table.table td{
	width: 33.333333%;
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
}
.box{
	border-top: solid 6px #006266;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
	margin: 30px auto 40px;
	padding: 1rem 1.5rem 0.5rem;
}
.box02{
	margin: 30px auto 40px;
	padding: 1rem 1.5rem 0.5rem;
	background: #FFF;
}
.bg02 .box{
	background: #FFF;
}
footer .box{
	background: #efefef;
	color: #000;
}
a img:hover{
	opacity: 0.75;
}
footer{
	background: url("../img/green_00042.jpg");
	padding: 50px 0px 30px;
	color: #FFFFFF;
}
@media screen and (min-width:1024px) {
   footer{
	background-size: cover;
	}
}
footer a{
	color: #FFFFFF;
}
footer .box a{
	color: #333333;
}
aside .copy{
	background: #031009;
	color: #FFF;
	padding: 8px;
}


/*トップ画像メニュー*/
.menu-img {
  padding: 30px 15px;
  margin: 15px -15px;
}
.menu-img:after {
  content: "";
  display: block;
  clear: both;
}
.menu-img .boxb {
  float: left;
  width: 47%;
  margin-right: 6%;
  position: relative;
}
.menu-img .boxb:nth-child(2n) {
  margin-right: 0;
}
.menu-img .boxb img {
  width: 100%;
  height: auto;
  vertical-align: top;
  object-fit: cover;
}
.menu-img .boxb img:hover{
	opacity: 0.6;
}
.menu-img .boxb h3.name {
  position: absolute;
  bottom: -5px;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  font-weight: bold;
  font-size: 1em;
  border: none;
}
#gyomu .menu-img .boxb h3.name{
	padding: 5px;
}
.menu-img .boxb h3.name:after {
  content: none;
}
.menu-img .boxb h3.name a {
  color: #FFF;
	text-decoration: none;
}
/*faq*/
.qa-004 dt,
.qa-004 dd {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 1em 2em 1em 3.1em;
    color: #333333;
}

.qa-004 dt {
    font-weight: 600;
}

.qa-004 dd + dt {
    margin-top: 1em;
}

.qa-004 dt::before,
.qa-004 dd::before {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
    line-height: 40px;
    text-align: center;
}

.qa-004 dt::before {
    background-color: #0910f1;
    content: 'Q';
}

.qa-004 dd::before {
    background-color: #fb3c3c;
    content: 'A';
}
/**/
@media (min-width: 577px) {
  .menu-img {
    padding: 45px;
    margin: 15px -45px;
  }
}
@media (min-width: 992px) {
  .menu-img .boxb {
    width: 22%;
    margin-right: 3%;
  }
  .menu-img .boxb:nth-child(2n) {
    margin-right: 3%;
  }
  .menu-img .boxb:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  #gyomu .menu-img .boxb h3.name {
    display: table-cell;
    position: static;
    vertical-align: middle;
    font-size: 1em;
    padding: 0 0 20px;
    ;
    margin-top: 10px;
    background: none;
    color: #000;
  }
  .menu-img .boxb h3.name a {
    color: #000;
  }
  .menu-img .boxb p, .menu-img .boxb h3 {
    margin-bottom: 0;
  }
}

/*スライドボタン*/
.mobile-fotter{
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99;
}
.mobile-fotter p{
	font-size: 12px;
	text-align: center;
	background-color: #11683a;
	margin-bottom: 0;
	font-weight: bold;
	color: #FFF;
}
.mobile-fotter ul{
	padding:0;
	margin:0;
	width: 100%;
	display: table;
}

.mobile-fotter ul li{
	list-style: none;
	width: 100%;
	display: table-cell;
	text-align: center;
        padding: 0;
	margin:0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#999999));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #999999 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #999999 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
}
.mobile-fotter ul li img{
 max-width: 100%;
}
.mobile-fotter ul li:first-child{
	
}
.mobile-fotter p{
	padding: 3px;
}
.mobile-fotter ul li a{
	display: inline-block;
	width: 100%;
	font-weight: bold;
	color: #000000;
    text-decoration: none;
}
.section-inverse {
  background: #74b9ff;
}
#formWrap h4{
	font-size: 1.2rem;
	color: red;
	margin-bottom: 35px;
}
@media (min-width: 768px) {
  .mobile-fotter {
    display: none;
  }
	.contact_line #tel {
	margin-bottom: 0px;
}
}