@charset "utf-8";

/* CSS Document */

body {
    line-height:1;
    margin:0;
	/*自動でテキスト拡大をしない*/
	-webkit-text-size-adjust : none;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

ul {
	list-style:none;
	padding:0;
	margin:0;
}
li {
	padding:0;	margin:0;
}

input, select {
    vertical-align:middle;
}

a {
    display: block;
	text-decoration:none;
    -webkit-tap-highlight-color:transparent;
}

img, object, embed { max-width: 100% !important; height: auto !important; width:100%; }

body {
	background:#FFF;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #444444;
	line-height:1.4;
}

.pc {display: none;}
.sp {display: block;}

/*header
---------------------------------------------------*/
header {
	background-color: #0099ff;
  width:100%;
  margin: 0 auto;
	font-size:0;
  overflow:hidden;
}
header p {
  width: 55%;
  margin: 10px;
}

/*footer
---------------------------------------------------*/
footer {
	background:#0088FF;
	clear:both;
	padding:20px 0;
	margin:0 auto;
	text-align:center;
}
footer img {
	/*width:72%;*/
}
footer a {
	margin:0 auto;
	text-align:center;
}


/*メインコンテンツ
---------------------------------------------------*/
/* 共通 */
.fc_red {
  font-weight: bold;
  color: #b22e15;
}
.fc_blue {
  color: #0099ff;
}
.fs_s {
  font-size: small !important;
}

/* sectionMv */
.sectionMv{
	line-height:0;
}
.sectionMv h1 {
	line-height:0;
}

/* sec02 */
.sec02 {
  background: #f7f7f7;
  margin: 0;
  line-height: 0;
}
.sec02 img{
  padding: 0;
  margin: 0;
}

/* sectionIntro */
.sectionIntro {
  background: #f7f7f7;
}
.sectionIntro .wrapper {
	background:url(../img/secIntro_Bg2.gif) top left repeat-y;
	background-size:contain;
}
.sectionIntro .topimg{line-height:0;}
.sectionIntro .sectionTitle{
	padding-top:10px;
	color:#7d9700;
	text-align:center;
	font-size:18px;
	margin-bottom: 13px;
}
.sectionIntro .box{
  width: 88%;
  margin: 0 auto 0 auto;
}
.sectionIntro .box p {
	font-size: 17px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.sectionIntro .box .line{
	margin-bottom:5px;
}
.sectionIntro .box .img{
	float:left;
	width: 43%;
	margin-right: 3%;
}
.sectionIntro .box .text{
	font-size:13px;
	width: 53%;
	float: right;
	margin-right: 1%;
}
.sectionIntro .bottomimg{
	line-height:0;
  background-color: #f7f7f7;
  padding-bottom: 15px;
}

/* sec03 / sec04 */
.sec03 {
  padding-bottom: 10px;
  background: #e1eb94;
}
.sec03 .box {
  margin: 8px auto 0;
  width: 88%;
  font-size: 14px;
}
.sec04  {
  width: 100%;
  background: #e1eb94;
  margin-top: -1px;
}
.sec04 .wrapper {
  background: url(../img/sec04_bg2.gif) repeat-y top center;
  background-size: contain;
}
.sec03 h2,
.sec04 .top {
  line-height: 0;
}
.sec04 .box {
  margin: 0 auto 0 auto;
  width: 80%;
  font-size: 14px;
  padding-bottom: 0;
  border-bottom: 0;
}
.sec03 .box p,
.sec04 .box p {
	font-size:17px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.sec04 .bottom {
  line-height: 0;
  margin: 0 0 0 0;
  padding: 0;
}

/* sec05 */
.sec05 {
}
.sec05 h2 {
  background-color: #0099ff;
  margin-bottom: 15px;
  padding: 10px;
  color: #fff;
  text-align: center;
}
.sec05 .box {
  margin: 0 auto;
  width: 92%;
}
.sec05 .sec05_movie {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
}
.sec05 .sec05_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.sec05 .box p {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.sec05 .box ul li {
  margin-bottom: 20px;
}
/*
.sec05 .box ul li:first-child {
  border-bottom: 1px solid #b5b5b5;
  padding-bottom: 4px;
}
*/
.sec05 .box .sec05_sb {
  border: 2px solid #0099ff;
  margin: 0 auto 20px auto;
  padding: 15px;
}

/* sec04 動画 */
.sec04 {
  padding-bottom: 20px;
}
.sec04 .sec04_movie {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
}
.sec04 .sec04_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.sec04 .sec04_txt_wrap p {
  margin-top: 10px;
  font-size: 16px;
}

/* sectionSns */
.sectionSns  {
  margin-top: 20px;
	padding:10px 5%;
}
.sectionSns .btn {
	float:left;
	margin-right:15px;
}

/************************** 670px以上 ****************************/
@media screen and (min-width: 670px) {

.sp {display: none;}
.pc {display: block !important;}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

/*header
---------------------------------------------------*/
header p {
  width: 35%;
}

/*footer
---------------------------------------------------*/
#footer {
    width: 100%;
    background-color: #0099ff;
    margin: 0px;
    padding: 0px;
}
.footinner  {
    margin: 0 auto;
    overflow: hidden;
    max-width: 1000px;
    padding-bottom:10px;
}
.footinner .footerleft{
float:left;
}

.footinner .footernav{
    overflow: hidden;
}
.footinner .footernav .text1{
    float: left;
    margin-right: 20px;
    margin-top: 15px;
}
.footinner .footernav .text2{
    float: left;
    margin-top: 15px;
}
.footinner .copyright{
    margin-top: 10px;
    padding-bottom:15px;
}
.footinner .footerright{
    margin-top: 15px;
    float: right;
}

/*メインコンテンツ
---------------------------------------------------*/
/* sectionMv */
.sectionMv{
  position: relative;
	background: url(../img/secMV_bg.png) center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 600px;
}
.sectionMv:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  background: -moz-linear-gradient(left, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
  width: 60%;
  min-height: 100px;
  padding: 15px 0;
}
.sectionMv h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-500px, -50%);
	line-height:0;
}
.sectionMv h1 img {
  width: 80%;
  height: auto;
}
@media screen and (max-width: 999px) {
  .sectionMv{
    height: 400px;
  }
  .sectionMv h1 {
    transform: translate(-100%, -50%);
  }
  .sectionMv h1 img {
    width: 100%;
  }
}

/* sectionIntro */
.sectionIntro h2 {
  background: url(../img/sec02_b1_bg.png) center top no-repeat;
  background-size: cover;
  width: 100%;
  text-align: center;
}
.sectionIntro h2 img {
  width: 500px;
  height: auto;
  padding: 16px 0 14px;
}
.sectionIntro .box:after {
  content:" ";
  display:block;
  clear:both;
}
.sectionIntro .box h3 {
  width: 500px;
  margin: 0 auto;
}
.sectionIntro .box .pic {
  float: left;
  width: 45%;
  margin: 0 2% 2% 0;
}
.sectionIntro .box .pic + p {
  padding-top: 1%;
}

/* sec02 */
.sec02 .wrapper {
  text-align: center;
}
.sec02 img {
  width: 600px;
}

/* sec03 */
.sec03 h2 {
  background: url(../img/sec03_1_bg.png) center top repeat-x;
  background-size: contain;
  width: 100%;
  text-align: center;
}
.sec03 h2 img {
  width: 50%;
  padding: 20px 0;
}
.sec03 .pic {
  float: left;
  width: 43%;
  margin: 2% 2% 0 2%;
}
.sec03 .box {
  float: right;
  width: 51%;
  margin: 2% 2% 0 0;
}

/* sec04 */
.sec04 h2 {
  max-width: 600px;
  margin: 0 auto;
}
.sec04 .box {
  margin-top: 2%;
}
.sec04 .pic {
  float: left;
  width: 45%;
  margin: 0 2% 2% 0;
}

/* sec05 */
.sec05 .sec05_movie_wrap {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.sec05 .sec05_txt_wrap {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.sec05 .sec05_txt_wrap p {
  padding-left: 4%;
}
.sec05 .box ul {
  text-align: center;
}
.sec05 .box ul li {
  display: inline-block;
  width: 48%;
  margin: 2% 0.5%;
}
.sec05 .box ul li:first-child {
  border-bottom: none;
  padding-bottom: 0;
}
.sec05 .box .sec05_sb {
  border: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.sec05 .box .sec05_sb a {
  width: 30%;
  margin: 0 auto;
}

/* sec04 動画 */
.sec04 .box.movie_box {
  font-size: 0;
}
.sec04 .sec04_movie_wrap {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.sec04 .sec04_txt_wrap {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.sec04 .sec04_txt_wrap p {
  margin-top: 0px;
  padding-left: 4%;
}

}
