@charset "UTF-8";
/* ■■ width940 ■■ */
@media screen and (max-width: 901px) {

/*--------------------------------------------------------
定数
--------------------------------------------------------*/

.visible900{
  display: block;
  margin:auto;
  }
.hidden900{
  display: none;
  }

.sp_l {
  text-align:left;
}


/*--------------------------------------------------------
サイト毎に変化のある定数
--------------------------------------------------------*/
.contents{
  width: 100%;
}

.img_center {
  margin-left:0px;
}

body {
	min-width: 100%;
}

/*画像関係*/
img {
	width:100%;
	max-width: 100%;
	height: auto;
}


/*--------------------------------------------------------
各種レイアウト
--------------------------------------------------------*/

.input {
  width:90%;
}

.button {
  width:100%;
  height:auto;
  padding-top: 30%;
}
input[type="text"]
,input[type="email"] {
  font-size: 1.0em;
  font-size: 4vw;

  border:1px solid #FFA936;

  padding:0% 2%;
  margin:0%;
}
.input_item_title{

}
.input_item_title
,.input_item {
  display:block;
  width:100%;
  max-width: 100%;
  padding:0 5%;

  font-size:1.5em;
  font-size:4vw;
}

#sj_02_01 {
  width:51%;
}


#top_01 {
  top: -9%;
}
.timer_top {
  font-size:2em;
  font-size:5vw;
}
.timer {
  font-size:3em;
  font-size:10vw;
}


/*--------------------------------------------------------
//各種レイアウト
--------------------------------------------------------*/

/*--------------------------------------------------------
//サンキュー用レイアウト
--------------------------------------------------------*/

#sj_08_01 {
  width:55.5%;
}
#sj_08_01 img {
  width:100%;
}

#sj_08_02 {
  width:25.8888%;
}
#sj_08_03 {
  width:40.2222%;
}





/*--------------------------------------------------------
//特定商用レイアウト
--------------------------------------------------------*/
#law {
  font-size: 20px;
}
.law_contents {
  width: 95%;
  max-width: 95%;
}
.law_padding {
    padding-top: 10%;
}







}


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

  .visible500{
    display: block;
    margin:auto;
    }
  .hidden500{
    display: none;
    }

  .timer_top {
    font-size:1.3em;
    font-size:5.0vw;

    border-bottom:2px solid #BAA400;
  }
  .timer {
    font-size:2.6em;
    font-size:10vw;
  }

  .input_item_title
  ,.input_item {
    font-size:1em;
    font-size:4vw;
  }



  #sj_thx_03_02 {
    font-size:1.0em;
    font-size:4.5vw;
  }


  #law {
    font-size: 15px;
    font-size: 4vw;
  }

  .law_h3 {
    top: 0px;
  }

  .law_img {
    width: 7%;
  }



  .swal-modal {
      width: calc(100% - 20px);
      width: -webkit-calc(100% - 20px);
  }

}

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

  #top_01 {
    top: -8%;
    right:3%;
  }

  .timer {
    font-size:2.0em;
    font-size:10vw;
  }

  .input_item_title
  ,.input_item {
    font-size:1em;
    font-size:4vw;
  }


  .law_title01 {
    bottom: 35%;
  }

}
