@charset "UTF-8";
/* reset */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  background-color   : #ffffff;
　overflow:hidden;

}
h1 img {
  vertical-align: bottom;
}ul



.imgf {
  margin-top: 15%;
}
.go {
  bottom: 50px;
}
img {
  border: 0;
  virtical-align: bottom;
}
ul, ol {
  list-style: none;
}

ul li{
	display: inline-block;
	margin-left:10px; 
	padding-bottom: 10px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
}
header {
  position: relative;
  width: 100%;
  padding: 0;
  background: #FFF;
}
header h1 {
  width: 95%;
  margin: 0 auto;
}
#wrap {}
#wrap h1 {
  position: relative;
}
.img {
  line-height: 0 !important;
}
#movie_fixed video {
  display: none;
}



.btn_frame {
  margin: 0;
  display: block;
  background-size: 100%;
  border: #ff8420 dotted 6px;
  padding:3%;
  margin:2% 0%;
}

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

	.btn_frame{
  display: block;
  width: 90%;
  background-size: 100%;
  border: #3cb616 dotted 3px;
  padding:3%;
  margin: auto;

}
	
}


.btn_a img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.bottom_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  z-index: 999999;
  background: rgba(255, 255, 255, 0.90)
}
.bottom_btn span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 5px;
}

.btn_b{
	text-align: center;
	margin-top:2%; 
	font-size:23px; 
}


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

	.btn_b{
	text-align: center;
	margin-top:2%; 
	font-size:10px; 
}
	
}


	
	
#content {
  background: #FFF;
}
footer {
  text-align: center;
  border-top: 2px solid #eee;
  padding: 4% 0 3% 0;
  position: relative;
  z-index: 9999;
  color: #666;
  background:#3bb615;
}
footer a {
  color: #fff;
  text-decoration: none;
}

.copy{color: #fff;
	margin-top: 5px;
}

.contents_frames {
  background: #FFF;
  padding: 10%;
}
.contents_frames h2 {
  font-size: 20px;
  text-align: center;
  margin: 5% 0;
  font-weight: normal;
}
.policy {
  font-size: 12px;
  line-height: 1.8;
}
.policy h1 {
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 5px solid #F1F1F1;
}
.policy_contents {
  padding: 7px;
}
.policy ul {
  padding: 10px;
}
.policy dl {
  padding: 0 0 0 40px;
}
/* 各コンテンツアニメーション設定 */
.post .inner {
  -moz-transform: scale(1.0);
  -webkit-transform: scale(1.0);
  -ms-transform: scale(1.0);
  transform: scale(1.0);
  -moz-transition: opacity 1.25s ease, -moz-transform 1s ease;
  -webkit-transition: opacity 1.25s ease, -webkit-transform 1s ease;
  -ms-transition: opacity 1.25s ease, -ms-transform 1s ease;
  transition: opacity 1.25s ease, transform 1s ease;
  position: relative;
  z-index: 2;
}
#one.post .inner {
  opacity: 0;
  transform: translate3d(0, 0, 0);
}
#one.post .inner.current {
  opacity: 1;
  transform: none
}
#two.post .inner {
  opacity: 0;
  transform: translate3d(200px, 0, 0);
}
#two.post .inner.current {
  opacity: 1;
  transform: none
}
#three.post .inner {
  opacity: 0;
  transform: translate3d(-200px, 0, 0);
}
#three.post .inner.current {
  opacity: 1;
  transform: none
}
#four.post .inner {
  opacity: 0;
  transform: translate3d(200px, 0, 0);
}
#four.post .inner.current {
  opacity: 1;
  transform: none
}




/**
 * ----------------------------------------
 * animation rotate-scale-up
 * ----------------------------------------
 */
@-webkit-keyframes rotate-scale-up {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
            transform: scale(1) rotateZ(0);
  }
  50% {
    -webkit-transform: scale(2) rotateZ(180deg);
            transform: scale(2) rotateZ(180deg);
  }
  100% {
    -webkit-transform: scale(1) rotateZ(360deg);
            transform: scale(1) rotateZ(360deg);
  }
}
@keyframes rotate-scale-up {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
            transform: scale(1) rotateZ(0);
  }
  50% {
    -webkit-transform: scale(2) rotateZ(180deg);
            transform: scale(2) rotateZ(180deg);
  }
  100% {
    -webkit-transform: scale(1) rotateZ(360deg);
            transform: scale(1) rotateZ(360deg);
  }
}


/* PC */
@media screen and (min-width: 480px) {
  .pc {
    display: block;
  }
  header h1 {
    width: 70%;
    margin: 0 auto;
  }
  .btn_frame {
    margin: 0;
    display: block;
    background-size: 100%;
  }
  .btn_a {
    width: 100%;
    padding: 0;
    margin: 0% auto;
  }
  header span {
    height: 10px;
  }
  .bottom_btn {
    position: relative;
    bottom: 0;
    left: 0;
  }
  .bottom_btn img {
    display: block;
    width: 50%;
    margin: 0 auto 0;
  }
  .bottom_box {
    width: 100%;
    height: 0px;
  }
	
	
  
  #wrap {
    max-width: 800px;
    margin: 0 auto;
  }
  #wrap h1 {
    width: 100%;
    margin: 0 auto;
  }
  #content {}
  .table_a table {
    font-size: 15px;
  }
  .table_a th {
    width: 40%;
  }
  #movie_fixed video {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -2;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .ic {
    position: absolute;
    z-index: 999;
    width: 90%;
    bottom: 54%;
    left: 10%;
  }
 
}


/*アニメーション*/



/*概要欄*/

.privacy-all{
	  padding:5%; 
	
}

.privacy{
  position: relative;
  color: #158b2b;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}

.privacy:before {
  content: "";
  position: absolute;
  top: -14px;
  left: 50%;
  width: 150px;
  height: 58px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

p{line-height:1.5;}
 
.mail{
	font-weight:bold;
	color: #048BD7
}



#footer_menu{
	text-align:center;
	padding-bottom:1%; 
	color: #fff;
}


@media screen and (max-width: 600px){
#footer_menu {
    font-size: 13px;
}
}



#footer_menu a{color: #fff;}

