/*
Theme Name: ドローンによる太陽光発電所点検サービス
Author: niccot
Description: ドローンによる太陽光発電所点検サービス
*/

@charset "UTF-8";


/* --------------------------------
	TOP
-------------------------------- */

.sp-slide {
  width: 1200px;
  height: 500px;
  min-height:500px;
  margin: 0 auto;
  padding: 0;
  text-align:center;
}

.sp-slide img{
  height:auto;
  min-height:500px;
}

.h_boxin {
  width: 1000px;
  height: 98px;
  margin: 0 auto;
  padding: 12px 0 0 0;
  text-align: left;
}

.h_boxin h1{
  width: 320px;
  height: 84px;
  margin: 0 65px 0 0;
  padding: 0;
  float: left;
}

.h_tel{
  width: 320px;
  margin: 0;
  padding: 15px 0 0 0;
  float: left;
}

.h_tel a{
  font-size: 35px;
  line-height: 35px;
  font-weight: bold;
  color: #000;
}

.h_tel p{
  font-size: 14px;
  line-height: 14px;
  color: #000;
  padding: 5px 0 0 30px;
}

.h_contact {
  width: 222px;
  margin: 0;
  padding: 7px 0 0 0;
  float: right;
}

.bn_h_contact {
  position: relative;
  display: inline-block;
  padding: .7em 1.7em;
  font-size: 20px;/*文字のサイズ*/
  margin: 0;
  line-height: 90%;
  font-weight: bold;
  background: #fd7a1a;
  color: #fff !important;
  background-size: 200% 100%;
  background-image: -webkit-linear-gradient(left, transparent 50%, rgba(0, 41, 104, 1) 50%);	
  background-image: linear-gradient(to right, transparent 50%, rgba(0, 41, 104, 1) 50%);
  -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
  transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
  transition: all .3s;
}
.bn_h_contact:hover {
  background-color: #002968;
  background-position: -100% 100%;
}

.bn_h_contact i{ padding: 0 5px 0 0; }
.bn_h_contact span{ font-size: 13px; font-weight: normal; }


#top-con01 {
  width: 100%;
  background-image: url(img/bk_01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 100px 0;
  margin: 0;
  text-align:center;
}

#top-con01 h2{
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #033c95;
}

#top-con01 h3{
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
  letter-spacing: -1px;
  padding:20px 0 0 0;
}

#top-con01 p{
  font-size: 15px;
  line-height: 170%;
  padding:30px 0 0 0;
}

#top-con02 {
  width: 100%;
  background-image: url(img/img_01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 0;
  margin: 0;
  text-align:center;
}

#top-con02 h2{
  width: 100%;
  background: #002968;
  color: #fff;
  font-size:35px;
  letter-spacing: 4px;
  text-align: center;
  padding: 30px 0;
  position: relative;
}
#top-con02 h2:before{
  content: "";
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #002968 transparent transparent transparent;
  border-width: 30px 40px 0 40px;
}

.top-con02-img01 {
  width: 100%;
  padding: 60px 0 70px 0;
  margin: 0;
  text-align:center;
}

#top-con03 {
  width: 100%;
  padding: 90px 0;
  margin: 0;
  text-align:center;
}

#top-con03 h2{
  font-size:35px;
  line-height:35px;
  letter-spacing: 6px;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #002968;
}

.line_blue{
  border-bottom: 5px solid #002968;
}

.top-con03-listbox01 {
  width: 1000px;
  padding: 0;
  margin: 45px auto 50px auto;
  text-align:center;
}

.top-con03-listbox01 ul{
}

.top-con03-listbox01 ul li{
  width: 226px;
  float: left;
  margin: 0 32px 30px 0;
}

.top-con03-listbox01 ul li:nth-child(4n) {
  margin: 0;
}


.top-con03-listbox01 p.tit01 {
  background: #1565c0;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: bold;
}

.top-con03-listbox01 p.text01 {
  background: #ebebeb;
  font-size: 13px;
  padding: 15px;
  text-align: left;
}

.top-con03-img02 {
  width: 1000px;
  padding: 0;
  margin: 45px auto 60px auto;
  text-align:center;
}

.top_bn_contact01 {
  width: 90%;
  padding: 0;
  margin: 0 auto;
  text-align:center;
}

.top_bn_contact01 p{
  font-size: 20px;
  padding: 0;
}

.top-telbox a{
  font-size: 35px;
  line-height: 35px;
  padding: 0 0 5px 0;
  color: #002968;
  font-weight: bold;
}

.top-telbox p.time{
  font-size: 13px;
  padding:0 0 20px 0;
}

.bn_contact {
  position: relative;
  display: inline-block;
  padding: 1em 3em;
  font-size: 27px;/*文字のサイズ*/
  margin: 0;
  line-height: 90%;
  font-weight: bold;
  background: #fd7a1a;
  color: #fff !important;
  background-size: 200% 100%;
  background-image: -webkit-linear-gradient(left, transparent 50%, rgba(0, 41, 104, 1) 50%);	
  background-image: linear-gradient(to right, transparent 50%, rgba(0, 41, 104, 1) 50%);
  -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
  transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
  transition: all .3s;
  border-radius: 10px;
}
.bn_contact:hover {
  background-color: #002968;
  background-position: -100% 100%;
}

.bn_contact i{ padding: 0 5px 0 0; }



#top-con04 {
  width: 100%;
  background-image: url(img/bk_02.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 0 0 90px 0;
  margin: 0;
  text-align:center;
}

#top-con04 h2{
  width: 100%;
  background: #002968;
  color: #fff;
  font-size:35px;
  line-height: 100%;
  letter-spacing: 4px;
  text-align: center;
  padding: 40px 0 30px 0;
  position: relative;
}
#top-con04 h2 span{
  color: #57e5ff;
  font-size:15px;
  letter-spacing: 4px;
  text-align: center;
  padding: 0;
}

#top-con04 h2:before{
  content: "";
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #002968 transparent transparent transparent;
  border-width: 30px 40px 0 40px;
}

#top-con04-in {
  width: 1000px;
  padding: 0;
  margin: 80px auto 60px auto;
  text-align:center;
}

.top-con04-img01 {
  width: 450px;
  padding: 0;
  float: right;
}

#top-con04-in p{
  width: 500px;
  font-size:15px;
  line-height: 150%;
  text-align: left;
  float: left;
  padding: 50px 0 0 0;
}

#top-con05 {
  width: 100%;
  background-image: url(img/bk_03.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 0 0 90px 0;
  margin: 0;
  text-align: left;
}

#top-con05 h2{
  width: 100%;
  background: #002968;
  color: #fff;
  font-size:35px;
  line-height: 100%;
  letter-spacing: 4px;
  text-align: center;
  padding: 40px 0 30px 0;
  position: relative;
}
#top-con05 h2 span{
  color: #57e5ff;
  font-size:15px;
  letter-spacing: 4px;
  text-align: center;
  padding: 0;
}

#top-con05 h2:before{
  content: "";
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #002968 transparent transparent transparent;
  border-width: 30px 40px 0 40px;
}

#top-con05-in {
  width: 1000px;
  padding: 0;
  margin: 80px auto 60px auto;
}

.top-con05-img01 {
  width: 450px;
  padding: 0;
  float: left;
}

.top-con05-text01 {
  width: 455px;
  font-size:15px;
  line-height: 150%;
  padding: 20px 0 0 0;
  float: right;
}

.top-con05-text01-l {
  width: 255px;
  padding: 0;
  float: left;
}

.top-con05-text01-r {
  width: 180px;
  padding: 0;
  float: right;
}

.top-con05-text01 p{
  font-size:17px;
  line-height: 150%;
  padding: 0;
  color: #002968;
  font-weight: bold;
  border-bottom: 1px solid #002968;
}
.top-con05-text01 p.tit02{ padding: 40px 0 0 0; }
.top-con05-text01 p.tit04{ padding: 84px 0 0 0; }

.top-con05-text01 ul{ padding: 10px 0 0 0; }

.top-con05-text01 ul li {
  list-style-type: disc;
  padding-left: 1em;
  text-indent: -1em;
  list-style-position: inside;
}

#top-con05 {
  width: 100%;
  background-image: url(img/bk_03.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 0 0 90px 0;
  margin: 0;
  text-align: left;
}

#top-con06 h2{
  width: 100%;
  background: #002968;
  color: #fff;
  font-size:35px;
  line-height: 100%;
  letter-spacing: 4px;
  text-align: center;
  padding: 40px 0 30px 0;
  position: relative;
}
#top-con06 h2 span{
  color: #57e5ff;
  font-size:15px;
  letter-spacing: 4px;
  text-align: center;
  padding: 0;
}

#top-con06 h2:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #002968 transparent transparent transparent;
  border-width: 30px 40px 0 40px;
}

.top-con06-img01 {
  width: 100%;
  padding: 0;
  text-align: center;
  margin: 0px auto 60px auto;
}

#top-con06-in {
  width: 1000px;
  background-image: url(img/img_10.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0 auto 50px auto;
  text-align: left;
}

#top-con06-in ul{ padding: 25px 0 0 0; }
#top-con06-in ul li {
  color: #1565c0;
  font-size:20px;
  line-height: 180%;
  font-weight: bold;

}

#top-con07 {
  width: 100%;
  padding: 50px 0;
  margin: 90px 0 0 0;
  text-align: center;
  background-color: #d8f5f6;
}

#top-con07 h2{
  width: 100%;
  color: #002968;
  font-size:35px;
  line-height: 100%;
  letter-spacing: 4px;
  text-align: center;
  padding: 40px 0 30px 0;
}
#top-con07 h2 span{
  border-bottom: 5px solid #002968;
}

#top-con07 h3{
  color: #002968;
  font-size:15px;
  letter-spacing: 4px;
  text-align: center;
  padding: 0 0 45px 0;
}

#top-con07-in {
  width: 1000px;
  margin: 0 auto;
}

#top-con07-in-l {
  width: 460px;
  float:left;
  text-align: center;
}
#top-con07-in-l p{
  font-size: 20px;
  font-weight: bold;
  color: #002968;
  padding: 0 0 3px 0;
}

#top-con07-in-lbox {
  border: 5px solid #002968;
  padding: 15px 0 7px 0;
  font-size: 30px;
  line-height: 120%;
  font-weight: bold;
  color: #002968;
}
#top-con07-in-lbox a{
  font-size: 30px;
  font-weight: bold;
  color: #002968;
}
#top-con07-in-lbox i{
  padding: 0 5px 0 0;
}
#top-con07-in-lbox p.time{
  font-size: 14px;
  font-weight: normal;
  color: #000;
  margin:-5px 0 0 0;
}

#top-con07-in-r {
  width: 460px;
  float: right;
  text-align: center;
}
#top-con07-in-r p{
  font-size: 20px;
  font-weight: bold;
  color: #002968;
  padding: 0 0 3px 0;
}
.bn_contact02 {
  position: relative;
  display: inline-block;
  padding: 2em 0;
  width: 100%;
  font-size: 27px;/*文字のサイズ*/
  margin: 0;
  line-height: 90%;
  font-weight: bold;
  background: #fd7a1a;
  color: #fff !important;
  background-size: 200% 100%;
  background-image: -webkit-linear-gradient(left, transparent 50%, rgba(0, 41, 104, 1) 50%);	
  background-image: linear-gradient(to right, transparent 50%, rgba(0, 41, 104, 1) 50%);
  -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
  transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
  transition: all .3s;
}
.bn_contact02:hover {
  background-color: #002968;
  background-position: -100% 100%;
}

.bn_contact02 i{ padding: 0 5px 0 0; }


/*ナビゲーションボタンの色*/
.sp-button {
	border:2px solid #ccc;
}
.sp-selected-button {
	background-color: #ccc;
}
/*サムネイルのポインターの色を変える*/
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before,
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	border-color: #ffa801;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after,
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	color: #ffa801;
}




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

	/* --------------------------------
		TOP
	-------------------------------- */
	
	.sp-slide {
	  width: 100%;
	  height: auto;
	  min-height:auto;
	  max-height: 300px;
	  margin: 0 auto;
	  padding: 110px 0 0 0;
	  text-align:center;
	}
	
	.sp-slide img{
	  width: 100%;
	  height:auto;
	  min-height:auto;
	}
	
	.h_boxin { display: none; }

	#header h1{
	  width: 300px;
	  height: auto;
	  margin: 0 auto;
	  padding: 0;
	}
	
	#header h1 img{
	  width: 100%;
	  height: auto;
	}

	#top-con01 {
	  width: 100%;
	  background-image: url(img/sp_bk_01.jpg);
	  background-position: center bottom;
	  background-repeat: no-repeat;
	  background-size: 100% auto;
	  padding: 30px 0;
	  margin: 0 0 0 0;
	  text-align:center;
	}

	#top-con01 h2{
	  font-size: 25px;
	  line-height: 25px;
	  font-weight: bold;
	  letter-spacing: 0;
	  color: #033c95;
	}
	
	#top-con01 h3{
	  font-size: 18px;
	  line-height: 18px;
	  font-weight: bold;
	  letter-spacing: 0;
	  padding: 15px 0 0 0;
	}
	
	#top-con01 p{
	  font-size: 13px;
	  line-height: 140%;
	  padding: 15px 0 0 0;
	}

	#top-con02 {
	  width: 100%;
	  background-image: url(img/img_01.jpg);
	  background-position: center center;
	  background-repeat: no-repeat;
	  background-attachment: fixed;
	  background-size: cover;
	  padding: 0;
	  margin: 0;
	  text-align:center;
	}
	
	#top-con02 h2{
	  width: 100%;
	  background: #002968;
	  color: #fff;
	  font-size: 25px;
	  letter-spacing: 1px;
	  text-align: center;
	  padding: 15px 0;
	  position: relative;
	}
	#top-con02 h2:before{
	  content: "";
	  position: absolute;
	  right: 0;
	  bottom: -20px;
	  left: 0;
	  width: 0px;
	  height: 0px;
	  margin: auto;
	  border-style: solid;
	  border-color: #002968 transparent transparent transparent;
	  border-width: 20px 30px 0 30px;
	}
	
	.top-con02-img01 {
	  width: 94%;
	  padding: 30px 0 30px 0;
	  margin: 0 auto;
	  text-align: center;
	}
	.top-con02-img01 img{
	  width: 100%;
	  height: auto;
	}

	#top-con03 {
	  width: 96%;
	  padding: 30px 0;
	  margin: 0 auto;
	  text-align:center;
	}
	
	#top-con03 h2{
	  font-size:25px;
	  line-height:25px;
	  letter-spacing: 4px;
	  text-align: center;
	  margin: 0;
	  padding: 0;
	  color: #002968;
	}

	.top-con03-listbox01 {
	  width: 100%;
	  padding: 0;
	  margin: 25px auto 30px auto;
	  text-align:center;
	}

	.top-con03-listbox01 ul{
	}
	
	.top-con03-listbox01 ul li{
	  width: 49%;
	  float: left;
	  margin: 0 2% 15px 0;
	}
	.top-con03-listbox01 ul li img{
	  width: 100%;
	  height: auto;
	}
	.top-con03-listbox01 ul li:nth-child(2n) {
	  margin: 0 0 15px 0;
	}
	.top-con03-listbox01 ul li:nth-child(4n) {
	  margin: 0;
	}


	.top-con03-listbox01 p.tit01 {
	  background: #1565c0;
	  color: #fff;
	  font-size: 16px;
	  letter-spacing: 1px;
	  font-weight: bold;
	}
	
	.top-con03-listbox01 p.text01 {
	  background: #ebebeb;
	  font-size: 13px;
	  padding: 15px;
	  text-align: left;
	}

	.top-con03-img02 {
	  width: 98%;
	  padding: 0;
	  margin: 30px auto 30px auto;
	  text-align:center;
	}
	.top-con03-img02 img{
	  width: 100%;
	  height: auto;
	}
	
	.top_bn_contact01 {
	  width: 90%;
	  padding: 0;
	  margin: 0 auto;
	  text-align:center;
	}

	.top_bn_contact01 p{
	  font-size: 15px;
	  padding:0 0 5px 0;
	}
	
	.top-telbox a{
	  font-size: 25px;
	  line-height: 25px;
	  padding: 0 0 5px 0;
	  color: #002968;
	  font-weight: bold;
	}
	
	.top-telbox p.time{
	  font-size: 13px;
	  padding:0 0 10px 0;
	}


	.bn_contact {
	  width: 90%;
	  position: relative;
	  display: inline-block;
	  padding: 1em 0;
	  font-size: 20px;/*文字のサイズ*/
	  margin: 0;
	  line-height: 90%;
	  font-weight: bold;
	  background: #fd7a1a;
	  color: #fff !important;
	  background-size: 200% 100%;
	  background-image: -webkit-linear-gradient(left, transparent 50%, rgba(0, 41, 104, 1) 50%);	
	  background-image: linear-gradient(to right, transparent 50%, rgba(0, 41, 104, 1) 50%);
	  -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	  transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	  transition: all .3s;
	  border-radius: 10px;
	}


	#top-con04 {
	  width: 100%;
	  background-image: url(img/bk_02.jpg);
	  background-position: center center;
	  background-repeat: no-repeat;
	  background-attachment: fixed;
	  background-size: cover;
	  padding: 0 0 30px 0;
	  margin: 0;
	  text-align:center;
	}
	
	#top-con04 h2{
	  width: 100%;
	  background: #002968;
	  color: #fff;
	  font-size:25px;
	  line-height: 100%;
	  letter-spacing: 0;
	  text-align: center;
	  padding: 25px 0 25px 0;
	  position: relative;
	}
	#top-con04 h2 span{
	  color: #57e5ff;
	  font-size:12px;
	  letter-spacing: 1px;
	  text-align: center;
	  padding: 0;
	}

	#top-con04 h2:before{
	  content: "";
	  position: absolute;
	  right: 0;
	  bottom: -20px;
	  left: 0;
	  width: 0px;
	  height: 0px;
	  margin: auto;
	  border-style: solid;
	  border-color: #002968 transparent transparent transparent;
	  border-width: 20px 30px 0 30px;
	}

	#top-con04-in {
	  width: 94%;
	  padding: 0;
	  margin: 35px auto 15px auto;
	  text-align:center;
	}

	.top-con04-img01 {
	  width: 45%;
	  padding: 0;
	  float: right;
	}
	.top-con04-img01 img{
	  width: 100%;
	  height: auto;
	}
	
	#top-con04-in p{
	  width: 52%;
	  font-size:13px;
	  line-height: 140%;
	  text-align: left;
	  float: left;
	  padding: 0 0 0 0;
	}

	#top-con05 {
	  width: 100%;
	  background-image: url(img/bk_03.jpg);
	  background-position: center center;
	  background-repeat: no-repeat;
	  background-attachment: fixed;
	  background-size: cover;
	  padding: 0 0 30px 0;
	  margin: 0;
	  text-align:center;
	}

	#top-con05 h2{
	  width: 100%;
	  background: #002968;
	  color: #fff;
	  font-size:25px;
	  line-height: 100%;
	  letter-spacing: 0;
	  text-align: center;
	  padding: 25px 0 25px 0;
	  position: relative;
	}
	#top-con05 h2 span{
	  color: #57e5ff;
	  font-size:12px;
	  letter-spacing: 1px;
	  text-align: center;
	  padding: 0;
	}

	#top-con05 h2:before{
	  content: "";
	  position: absolute;
	  right: 0;
	  bottom: -20px;
	  left: 0;
	  width: 0px;
	  height: 0px;
	  margin: auto;
	  border-style: solid;
	  border-color: #002968 transparent transparent transparent;
	  border-width: 20px 30px 0 30px;
	}

	#top-con05-in {
	  width: 94%;
	  padding: 0;
	  margin: 35px auto 25px auto;
	  text-align: left;
	}

	.top-con05-img01 {
	  width: 45%;
	  padding: 0;
	  float: left;
	}
	.top-con05-img01 img{
	  width: 100%;
	  height: auto;
	}

	.top-con05-text01 {
	  width: 52%;
	  font-size:13px;
	  line-height: 140%;
	  padding: 0;
	  float: right;
	}

	.top-con05-text01-l {
	  width: 100%;
	  padding: 0;
	  float: left;
	}
	
	.top-con05-text01-r {
	  width: 100%;
	  padding: 0;
	  float: right;
	}

	.top-con05-text01 p{
	  font-size:15px;
	  line-height: 120%;
	  padding: 10px 0 0 0;
	  color: #002968;
	  font-weight: bold;
	  border-bottom: 1px solid #002968;
	}
	.top-con05-text01 p.tit02{ padding: 10px 0 0 0; }
	.top-con05-text01 p.tit04{ padding: 10px 0 0 0; }

	.top-con05-text01 ul{ padding: 5px 0 0 0; }
	
	.top-con05-text01 ul li {
	  list-style-type: disc;
	  padding-left: 1em;
	  text-indent: -1em;
	  list-style-position: inside;
	  font-size:12px;
	  line-height: 130%;
	}


	#top-con06 h2{
	  width: 100%;
	  background: #002968;
	  color: #fff;
	  font-size:25px;
	  line-height: 100%;
	  letter-spacing: 0;
	  text-align: center;
	  padding: 25px 0 25px 0;
	  position: relative;
	}
	#top-con06 h2 span{
	  color: #57e5ff;
	  font-size:12px;
	  letter-spacing: 1px;
	  text-align: center;
	  padding: 0;
	}

	#top-con06 h2:before{
	  content: "";
	  position: absolute;
	  right: 0;
	  bottom: -20px;
	  left: 0;
	  width: 0px;
	  height: 0px;
	  margin: auto;
	  border-style: solid;
	  border-color: #002968 transparent transparent transparent;
	  border-width: 20px 30px 0 30px;
	}

	.top-con06-img01 {
	  width: 100%;
	  padding: 0;
	  text-align: center;
	  margin: 0px auto 20px auto;
	}
	
	.top-con06-img01 img{
	  width: 100%;
	  height: auto;
	}
	
	#top-con06-in {
	  width: 94%;
	  background-image: none;
	  background-position: right center;
	  background-repeat: no-repeat;
	  padding: 0;
	  margin: 0 auto 25px auto;
	  text-align: left;
	}

	#top-con06-in ul{ padding: 15px 0 0 0; }
	#top-con06-in ul li {
	  color: #1565c0;
	  font-size:15px;
	  line-height: 160%;
	  font-weight: bold;
	
	}
	
	#top-con07 {
	  width: 100%;
	  padding: 25px 0;
	  margin: 30px 0 0 0;
	  text-align: center;
	  background-color: #d8f5f6;
	}
	
	#top-con07 h2{
	  width: 100%;
	  color: #002968;
	  font-size:25px;
	  line-height: 100%;
	  letter-spacing: 0;
	  text-align: center;
	  padding: 25px 0 20px 0;
	}
	#top-con07 h2 span{
	  border-bottom: 5px solid #002968;
	}

	#top-con07 h3{
	  color: #002968;
	  font-size:14px;
	  letter-spacing: 0px;
	  text-align: center;
	  padding: 0 0 25px 0;
	}

	#top-con07-in {
	  width: 96%;
	  margin: 0 auto;
	}
	
	#top-con07-in-l {
	  width: 49%;
	  float:left;
	  text-align: center;
	}
	#top-con07-in-l p{
	  font-size: 15px;
	  font-weight: bold;
	  color: #002968;
	  padding: 0 0 3px 0;
	}

	#top-con07-in-lbox {
	  border: 5px solid #002968;
	  padding: 15px 0 7px 0;
	  font-size: 25px;
	  line-height: 120%;
	  font-weight: bold;
	  color: #002968;
	}
	#top-con07-in-lbox a{
	  font-size: 25px;
	  font-weight: bold;
	  color: #002968;
	}
	#top-con07-in-lbox i{
	  padding: 0 5px 0 0;
	}
	#top-con07-in-lbox p.time{
	  font-size: 13px;
	  font-weight: normal;
	  color: #000;
	  margin:-5px 0 0 0;
	}

	#top-con07-in-r {
	  width: 49%;
	  float: right;
	  text-align: center;
	}
	#top-con07-in-r p{
	  font-size: 15px;
	  font-weight: bold;
	  color: #002968;
	  padding: 0 0 3px 0;
	}
	.bn_contact02 {
	  position: relative;
	  display: inline-block;
	  padding: 1.9em 0;
	  width: 100%;
	  font-size: 25px;/*文字のサイズ*/
	  margin: 0;
	  line-height: 90%;
	  font-weight: bold;
	  background: #fd7a1a;
	  color: #fff !important;
	  background-size: 200% 100%;
	  background-image: -webkit-linear-gradient(left, transparent 50%, rgba(0, 41, 104, 1) 50%);	
	  background-image: linear-gradient(to right, transparent 50%, rgba(0, 41, 104, 1) 50%);
	  -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	  transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	  transition: all .3s;
	}
	.bn_contact02:hover {
	  background-color: #002968;
	  background-position: -100% 100%;
	}
	
	.bn_contact02 i{ padding: 0 5px 0 0; }
	
	
}



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

	/* --------------------------------
		TOP
	-------------------------------- */
	
	.sp-slide {
	  width: 100%;
	  height: auto;
	  min-height:auto;
	  margin: 0 auto;
	  padding: 55px 0 0 0;
	  text-align:center;
	}
	
	.sp-slide img{
	  width: 100%;
	  height:auto;
	  min-height:auto;
	}
	
	.h_boxin { display: none; }
	
	#header h1{
	  width: 170px;
	  height: auto;
	  margin: -2px auto 0 auto;
	  padding: 0;
	}
	
	#header h1 img{
	  width: 100%;
	  height: auto;
	}

	#top-con01 h2{
	  font-size: 16px;
	  line-height: 16px;
	  font-weight: bold;
	  letter-spacing: 0;
	  color: #033c95;
	}
	
	#top-con01 h3{
	  font-size: 14px;
	  line-height: 14px;
	  font-weight: bold;
	  letter-spacing: 0;
	  padding: 15px 0 0 0;
	}
	
	#top-con01 p{
	  font-size: 13px;
	  line-height: 120%;
	  padding: 10px 0 0 0;
	}

	#top-con02 {
	  width: 100%;
	  background-image: url(img/img_01.jpg);
	  background-position: center center;
	  background-repeat: no-repeat;
	  background-attachment: fixed;
	  background-size: cover;
	  padding: 0;
	  margin: 0;
	  text-align:center;
	}
	
	#top-con02 h2{
	  width: 100%;
	  background: #002968;
	  color: #fff;
	  font-size: 18px;
	  letter-spacing: 1px;
	  text-align: center;
	  padding: 15px 0;
	  position: relative;
	}
	
	#top-con03 h2{
	  font-size:18px;
	  line-height:18px;
	  letter-spacing: 4px;
	  text-align: center;
	  margin: 0;
	  padding: 0;
	  color: #002968;
	}

	.top-con03-listbox01 {
	  width: 100%;
	  padding: 0;
	  margin: 25px auto 30px auto;
	  text-align:center;
	}

	.top-con03-listbox01 ul{
	}
	
	.top-con03-listbox01 ul li{
	  width: 49%;
	  float: left;
	  margin: 0 2% 15px 0;
	}
	.top-con03-listbox01 ul li img{
	  width: 100%;
	  height: auto;
	}
	.top-con03-listbox01 ul li:nth-child(2n) {
	  margin: 0 0 15px 0;
	}
	.top-con03-listbox01 ul li:nth-child(4n) {
	  margin: 0;
	}


	.top-con03-listbox01 p.tit01 {
	  background: #1565c0;
	  color: #fff;
	  font-size: 14px;
	  letter-spacing: 1px;
	  font-weight: bold;
	}
	
	.top-con03-listbox01 p.text01 {
	  background: #ebebeb;
	  font-size: 13px;
	  padding: 10px;
	  text-align: left;
	}

	.top_bn_contact01 p{
	  font-size: 14px;
	  padding:0 0 5px 0;
	}


	.bn_contact {
	  width: 90%;
	  position: relative;
	  display: inline-block;
	  padding: 1em 0;
	  font-size: 16px;/*文字のサイズ*/
	  margin: 0;
	  line-height: 90%;
	  font-weight: bold;
	  background: #fd7a1a;
	  color: #fff !important;
	  background-size: 200% 100%;
	  background-image: -webkit-linear-gradient(left, transparent 50%, rgba(0, 41, 104, 1) 50%);	
	  background-image: linear-gradient(to right, transparent 50%, rgba(0, 41, 104, 1) 50%);
	  -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	  transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	  transition: all .3s;
	  border-radius: 10px;
	}

	#top-con04 h2{
	  width: 100%;
	  background: #002968;
	  color: #fff;
	  font-size:18px;
	  line-height: 100%;
	  letter-spacing: 0;
	  text-align: center;
	  padding: 25px 0 25px 0;
	  position: relative;
	}

	#top-con04-in {
	  width: 94%;
	  padding: 0;
	  margin: 35px auto 15px auto;
	  text-align:center;
	}

	.top-con04-img01 {
	  width: 100%;
	  padding: 0;
	  float: right;
	}
	.top-con04-img01 img{
	  width: 100%;
	  height: auto;
	}
	
	#top-con04-in p{
	  width: 100%;
	  font-size:13px;
	  line-height: 130%;
	  text-align: left;
	  float: left;
	  padding: 15px 0 0 0;
	}

	#top-con05 h2{
	  width: 100%;
	  background: #002968;
	  color: #fff;
	  font-size:18px;
	  line-height: 100%;
	  letter-spacing: 0;
	  text-align: center;
	  padding: 25px 0 25px 0;
	  position: relative;
	}
	#top-con05 h2 span{
	  color: #57e5ff;
	  font-size:12px;
	  letter-spacing: 1px;
	  text-align: center;
	  padding: 0;
	}

	#top-con05 h2:before{
	  content: "";
	  position: absolute;
	  right: 0;
	  bottom: -20px;
	  left: 0;
	  width: 0px;
	  height: 0px;
	  margin: auto;
	  border-style: solid;
	  border-color: #002968 transparent transparent transparent;
	  border-width: 20px 30px 0 30px;
	}

	.top-con05-img01 {
	  width: 100%;
	  padding: 0;
	  float: left;
	}
	.top-con05-img01 img{
	  width: 100%;
	  height: auto;
	}

	.top-con05-text01 {
	  width: 100%;
	  font-size:13px;
	  line-height: 140%;
	  padding: 0;
	  float: right;
	}


	#top-con06 h2{
	  width: 100%;
	  background: #002968;
	  color: #fff;
	  font-size:18px;
	  line-height: 100%;
	  letter-spacing: 0;
	  text-align: center;
	  padding: 25px 0 25px 0;
	  position: relative;
	}
	#top-con06 h2 span{
	  color: #57e5ff;
	  font-size:12px;
	  letter-spacing: 1px;
	  text-align: center;
	  padding: 0;
	}

	#top-con06 h2:before{
	  content: "";
	  position: absolute;
	  right: 0;
	  bottom: -20px;
	  left: 0;
	  width: 0px;
	  height: 0px;
	  margin: auto;
	  border-style: solid;
	  border-color: #002968 transparent transparent transparent;
	  border-width: 20px 30px 0 30px;
	}

	.top-con06-img01 {
	  width: 100%;
	  padding: 0;
	  text-align: center;
	  margin: 0px auto 10px auto;
	}
	
	.top-con06-img01 img{
	  width: 100%;
	  height: auto;
	}
	
	#top-con06-in {
	  width: 94%;
	  background-image: none;
	  background-position: right center;
	  background-repeat: no-repeat;
	  padding: 0;
	  margin: 0 auto 15px auto;
	  text-align: left;
	}

	#top-con06-in ul{ padding: 15px 0 0 0; }
	#top-con06-in ul li {
	  color: #1565c0;
	  font-size:13px;
	  line-height: 130%;
	  font-weight: bold;
	  padding: 0 0 8px 0;
	
	}
	
	#top-con07 {
	  width: 100%;
	  padding: 25px 0;
	  margin: 15px 0 0 0;
	  text-align: center;
	  background-color: #d8f5f6;
	}
	
	#top-con07 h2{
	  width: 100%;
	  color: #002968;
	  font-size: 18px;
	  line-height: 100%;
	  letter-spacing: 0;
	  text-align: center;
	  padding: 15px 0 10px 0;
	}
	#top-con07 h2 span{
	  border-bottom: 5px solid #002968;
	}

	#top-con07 h3{
	  color: #002968;
	  font-size:14px;
	  letter-spacing: 0px;
	  text-align: center;
	  padding: 0 0 25px 0;
	}

	#top-con07-in {
	  width: 96%;
	  margin: 0 auto;
	}
	
	#top-con07-in-l {
	  width: 100%;
	  float:left;
	  text-align: center;
	}
	#top-con07-in-l p{
	  font-size: 14px;
	  font-weight: bold;
	  color: #002968;
	  padding: 0 0 1px 0;
	}

	#top-con07-in-lbox {
	  border: 5px solid #002968;
	  padding: 15px 0 7px 0;
	  font-size: 18px;
	  line-height: 120%;
	  font-weight: bold;
	  color: #002968;
	}
	#top-con07-in-lbox a{
	  font-size: 18px;
	  font-weight: bold;
	  color: #002968;
	}
	#top-con07-in-lbox i{
	  padding: 0 5px 0 0;
	}
	#top-con07-in-lbox p.time{
	  font-size: 13px;
	  font-weight: normal;
	  color: #000;
	  margin: 0 0 0 0;
	}

	#top-con07-in-r {
	  width: 100%;
	  float: right;
	  text-align: center;
	  margin: 20px 0 0 0;
	}
	#top-con07-in-r p{
	  font-size: 15px;
	  font-weight: bold;
	  color: #002968;
	  padding: 0 0 3px 0;
	}
	.bn_contact02 {
	  position: relative;
	  display: inline-block;
	  padding: 1.5em 0;
	  width: 100%;
	  font-size: 18px;/*文字のサイズ*/
	  margin: 0;
	  line-height: 90%;
	  font-weight: bold;
	  background: #fd7a1a;
	  color: #fff !important;
	  background-size: 200% 100%;
	  background-image: -webkit-linear-gradient(left, transparent 50%, rgba(0, 41, 104, 1) 50%);	
	  background-image: linear-gradient(to right, transparent 50%, rgba(0, 41, 104, 1) 50%);
	  -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	  transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	  transition: all .3s;
	}
	.bn_contact02:hover {
	  background-color: #002968;
	  background-position: -100% 100%;
	}
	
	.bn_contact02 i{ padding: 0 5px 0 0; }

	
}

