

/* =Reset
-------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;width:100%;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
img {vertical-align:bottom;}
input[type="radio"], input[type="checkbox"] {vertical-align: -3px;}

html>/**/body {
font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", "Osaka",sans-serif;
}
* + html body {
font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", "Osaka",sans-serif;
}

/* For modern browsers */
.cf:before,
.cf:after {
	content:"";
	display:table;}
.cf:after {clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.cf {zoom:1;}

.clr {
	clear: both;
	line-height: 0;
	display: block;
	height: -1px;
}

a:link { color: #ffffff; }
a:visited { color: #ffffff; }
a:hover { color: #ffffff; }
a:active { color: #ffffff; }

body {
    width: 100%;
    background: #fff;
    min-width: 100%;
    max-width: 1200px;
    /*background-image: url(../img/bg.jpg);
    background-size: cover;
    background-attachment: fixed;*/
    color: #000;
    font-size: 17px;
    line-height: 0;
}


#header img {
	width: 100%;
}

body img {
	width:100%;
	vertical-align:bottom;
}

h1 {
    margin:0;
    padding:0;
    text-align: center;
	width: 100%;
}

.line {
	margin:10px auto;
	text-align:center;
	line-height: 0; 
    width: 100%;
}
.line img {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 0;
	line-height: 0;
}



#footer {
	padding:30px 0;
	text-align:center;
	font-size:60%;
	color:#ccc;
	margin-top: 0;
}

.main_container {
	width: 100%;
	margin: 0 auto; 
}

.container {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
}
.bg_green{
	background: #00bd00;
}
.bg_white{
	background: #fff;
    padding: 10%;
    width: 94.5%;
    margin: 0 auto;
}
.pc_none {
    display:none;
}
.btn{
    padding: 0 0 0 0;
}
.btn a img {
    display: block;
    width: 80%;
    margin: 0 auto;
}
.btn_end{
    padding: 0;
}
.comment{
	font-size: 80%;
	text-align: center;
	margin: 0 auto;
	height: 40px;
}
.text_box{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: block;
	padding-bottom: 5%;
    font-size: 250%;
    color: #6dbbec;
    font-weight: bold;
    line-height: 1.3;
}
.mb30{
	margin-bottom: 30px !important;
}
.mt30{
	margin-top: 30px !important;
}
.mt10{
	margin-top: 10px !important;
}
.mt20{
	margin-top: 20px !important;
}
.pb30{
	padding-bottom: 30px !important;
}
#wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.mtb0{
  margin: 0 auto !important;
}


/* バウンド */

.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@media screen and (max-width: 568px) {
#header img {
	width:100%;
}

.container {
    margin: 0 auto;
	padding: 0;
    width: 100%;
}
.container2 {
    margin: 0 auto;
	padding: 0;
    width: 100%;
}
.pc_none {
    display: inline-block;
}
.text_box{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: block;
	padding-bottom: 5%;
    font-size: 100%;
    color: #6dbbec;
    font-weight: bold;
    line-height: 1.3;
}
}

