@charset "utf-8";
/* CSS Document */

/*------------------------------------base*/
body{
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-size:14px;
	-webkit-text-size-adjust: none;
	line-height: 1.2;
  background-color: #ffee03;
	background-repeat: repeat-y;
	background-position:center top;
}


* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.main-bg {
  padding-top: 40px;
  margin: -40px auto 0px;
  background-image: url("../images/bg.png");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 1680px;
  position:relative;
}

@media (max-width: 1200px) {
  .main-bg {
    background-image: none;
  }
}


@media (max-width: 1024px) {
  .main-bg {
    width: 96%;
    background-image: none;
  }
}

@media (max-width: 600px) {
  .main-bg {
    width: 95%;
  }
}

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


.tab-list ul li{
	cursor: pointer;
}
.tab-contents{
	display: none;
}
.tab-contents.show{
	display: block;
}

.inner{
	width: 100%;
	max-width: 1000px; 
	margin: 0px auto;
	padding: 32px 0;
  text-align: center;
}

.inner .contents-title {
  margin: 0 auto;
  max-height: 128px;
  max-width: 80%;
}


@media (max-width: 559px) {
}


/* エントリー手順
================================================== */
#special {
  margin: 0 auto;
  width: 100%;
}

#special .specialContents{
  margin-top: 40px;
}

#special .inner_box {
  margin: 0 auto;
  width: 100%;
  background: #fff;
  padding: 24px;
  border-radius: 52px;
  box-shadow: 16px 16px 32px -16px rgba(0,0,0,0.6);
}

#special .special-title img {
  width: 100%;
  margin-top: 8px;
  padding: 0px 16px;
}

#special .tab-list{
  margin:0 auto;
  width:98%;
	padding-bottom:0;
}


#special .tab-list ul{
	width:100%;
	position:relative;
}

#special .tab-list li{
	float:left;
	width:33.33333%;
}

#special .tab-list li img{
  border-radius:40px 40px 0px 0px;
  width:100%;
  padding:0;
}


#special .tab-list ul::after {
  content: "";
  display: block;
  clear: both;
} 


.entryTab-bg {
  margin:-4px auto 4px;
  width:98%;
  padding:12px;
  border-radius:0px 0px 36px 36px;
}

.bg-brown {
  background: url("../images/tab-bg1.png");
}

.bg-yellow {
  background: url("../images/tab-bg2.png");
}

.bg-green {
  background: url("../images/tab-bg3.png");
}

.entryTab{
  margin:0 auto;
  border-radius:0px 0px 24px 24px;
	background:#fff;
}

.tab-title {
	position:relative;
	width:100%;
  font-size: 40px;
  text-align: center;
  padding: 5%;
  color: #fff;
  font-weight: bold;
  line-height: 1.25;
}

.tb-t2 {
  color: #000;
}

.tab-title a {
  color: rgb(225, 0, 0);
  text-decoration: none;
}


.info {
  font-size: 12px;
  padding: 48px;
  overflow: hidden;/*float解除*/
}

.info-none {
  background-image: url("../images/cs.png");
  background-position:right 48% top 35%;
  background-repeat:no-repeat;
  background-size: 55%;
}

.info .space {
  float: left;/*画像の位置を右下にしたい場合はright*/
}

.info .space1 {
  height: 139em;
}

.info .space2 { 
  height: 147em;
}

.info .space3 {
  height: 147em;
}
@media (max-width: 899px) {
  .info .space1 {
    height: 142em;
  }
}

.info .img-info {
}

.img-info img {
  max-height: 300px;
  float: right;/*画像の位置を右下にしたい場合はright*/
  clear: both;/*.spaceのfloat解除*/
  padding: 16px 0px 0px 16px;
}

.text-info {
  text-align: left;
}

.text-info p {
  
  font-size: 18px;
  line-height: 1.75;
}

.imgArea {
  margin: 1rem 0;
}

.imgArea img {
  margin: 0.25rem 1rem　0.25rem 0rem;
  width: 43%;
}

.imgArea p {
  font-size: 14px;
}

.imgArea-flex {
  display:flex;
}

.imgArea-flex img {
  width: 86%;
}

@media (max-width: 1023px) {
  .tab-title {
    font-size:33px;
    padding: 5% 1.2%;
  }
}

@media (max-width: 799px) {
  #special .specialContents {
    margin-top: 28px;
  }
  
  #special .inner_box {
    padding: 12px;
  }
  
  .info {
    padding: 28px;
    display: flex;
    flex-wrap: wrap;
  }
  
	.tab-title{
    font-size: 1.54rem;
		min-height: auto;
		text-align:center;
    letter-spacing: .5px;
	}
  
  .space {
    display:none;
  }
  
  .info .comingsoon {
    margin-top:580px;
  }
  
  .img-info {
    order:1;
    margin: 2rem auto 1rem;
    width: 95%;
  }
  
  .img-info img {
    width:100%;
    max-height: none;
    padding: 0;
  }
  
  .text-info {
    order:0;
  }
  
  .imgArea img {
    width: 46%;
  }
  .imgArea-flex img {
    width: 92%;
  }
  
  .imgArea p {
    font-size:10px;
  }
  @media (max-width: 599px) {
    .tab-title {
      font-size: 1.25rem;
      padding: 6% 1%;
      letter-spacing: normal;
    }
    
    .info {
      padding: 20px;
    }
    
    .imgArea {
      text-align:center;
    }
    
    .imgArea img {
      width: 85%;
    }
    
    .imgArea-flex {
      display:block;
    }
    
    .imgArea-flex div {
      margin-bottom: 1rem;
    }
    
    .img-info {
      margin : 1.25rem auto 1rem;
    }
  }
}




/* エントリーボタン
================================================== */
.exit {
  margin: 8% auto 6%;
}

.exit a {
}

.exit img {
  width: 56%;
}


/* footer
================================================== */
#footerCopy {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0px auto 1%;
  padding: 24px 0;
}

#footerCopy img{
  position: absolute;
	max-width: 72px;
  margin-left: 48px;
  top: 0;
  left: 0;
}

#footerCopy span{
  position: absolute;
  font-size: 0.75rem;
  color: #000;
  margin-right: 2.5%;
  top: 4px;
  right: 0;
}

.topBack{
  position: fixed;
  bottom: 16px;
  right: 16px;
}

.topBack img:hover {
  opacity: 0.85;
}

@media (max-width: 559px) {
  #footerCopy{
    position: static;
    text-align: center;
    padding: 20px 0px;
  }
  
  #footerCopy img {
    display: block;
    margin: 0 auto 8px;
    position: static; 
    max-width: 72px;
  }
  #footerCopy span {
    display: block;
    position: static; 
    font-size: 8px;
    margin-right: 0px; 
  }
    .topBack{
    position: fixed;
    bottom: 2px;
    right: 2px;
  }
    
  .topBack img {
    width: 75%;
    height: 75%;
    margin-left: 25%;
  }
}



.exit a:hover {
	opacity: 0.85;
}
