/* CSS Document */

@media screen and (max-width: 768px) {
html body {
	font-family: Yu Gothic , ‘游ゴシック’ , ‘Hiragino Kaku Gothic ProN’ , ‘ヒラギノ角ゴ ProN’ , Meiryo , メイリオ , sans-serif ;
	background:#FFF;
	background-image:none;
}
/*-----------------------------------------------------
レスポンシブ画像
------------------------------------------------------*/

  img {
    max-width: 100%;
    height: auto;
  }
  html body #wrapper .head {
    width: 100%;
    height: 0;
    padding-top: 98%;
    background: url("../images/sphead.png") no-repeat center top;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
/*-----------------------------------------------------
ヘッダー
------------------------------------------------------*/

  html body #wrapper .headbg {
    width: 100%;
    height: 900px;
    background: url("../images/spbg.png")#1a2f64 no-repeat center top;
    background-size: cover;
  }
	
html body #wrapper .head_area{
	width: 100%;
}


  html body #wrapper #mask,
  html body #wrapper #mask_in,
  html body #wrapper .main,
  html body #wrapper .main2,
  html body #wrapper #footer .content,
  html body #wrapper form.bottom,
  html body #wrapper form.bottom div .text,
  html body #wrapper iframe,
  html body #wrapper #tokuten {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	box-shadow: none;
  }

/*-----------------------------------------------------
youtube
------------------------------------------------------*/

  html body #wrapper .youtube {
    position: relative;
    width: 90%;
    height: 0;
    margin: 0 auto 16px;
    padding-top: 50%;
  }
  html body #wrapper .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
.youtubebg {
  background: #fff;
    padding-bottom: 5px;
		width: auto;
	margin: 0 auto;
	padding: 10px 0 5px;
}


/*-----------------------------------------------------
form
------------------------------------------------------*/
html body #wrapper .formbg{
	width: auto;
	margin: 0 auto;
	padding: 10px 0 40px;
	font-size: 12px;
}
	
  html body #wrapper .form  {
	width:auto;
	margin: 10px 5px 5px;
	padding: 5px;
	background-size: cover;
  }
  html body #wrapper .bt {
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
}

/*-----------------------------------------------------
main
------------------------------------------------------*/


  html body #wrapper .main .img1 {
    padding: 0 0 16px;
  }
  html body #wrapper .main .img2 {
    padding: 16px 0;
  }
html body #wrapper .sub-bg {
  padding: 20px 0;
  margin:  0;
}

html body #wrapper .sub {
  font-size: 20px;
}



  html body #wrapper .main p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
	padding: 5% 3.125%;
  }
html body #wrapper .main img {
    padding: 10px 0;
	width: 90%;
	margin: 0 auto;
}
  html body #wrapper .main .big {
    font-size: 16px;
  }
  html body #wrapper .main .big2 {
    font-size: 24px;
	  line-height: 32px;
  }
  html body #wrapper .main .spRight {
    width: 40%;
  }
  html body #wrapper .main2 p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
	padding: 5% 3.125%;
  }

	.right { width: 80px;}
	

.spbn{display:block;}
.pcbn{display:none;}

html body #wrapper .section01 {

    padding: 10px 2%;
}
html body #wrapper .section02 {
    background-image: url(../images/bg_section02.jpg);
    padding: 10px 0;
}
html body #wrapper .section03 {
    background-image: url(../images/bg_section03.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 20px 0;
}

html body #wrapper .section03 img{
	width: 90%;
	margin: 0 auto;
	display: block;
}
#close_button {
    position: absolute;
    top: 0;
    right: 0;
	display: block;
}

#line_banner img {
    height: auto;
    width: 100%;
	display: block;
}
/*-----------------------------------------------------
footer
------------------------------------------------------*/

  #footer{
    margin-bottom: -20px !important;
    padding-bottom: 20px;
  }
}

