@charset "utf-8";

/* -------------------------------------- */
/* reset */
/* -------------------------------------- */

html,body,div,span,object,iframe,
h1,h2,h3,h4,h5,h6,p,
strong,em,b,i,
dl,dt,dd,ul,ol,li,
img,
table,caption,tbody,tfoot,thead,tr,th,td,
pre,address,blockquote,
form,label{
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: baseline;
  text-decoration: none;
  border: 0;
  outline: 0;
  font-size: 100%;
}
ul,ol {
  list-style: none;
}
input, select {
  vertical-align: middle;
}
img {
  vertical-align: top;
  vertical-align: bottom;
}

:focus { outline: 0; }
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* -------------------------------------- */
/*common*/
/* -------------------------------------- */

.cf:after,.cf:before {display: table;content: '';}
.cf:after {clear: both;}
.cf{zoom: 1;}

.fwb{font-weight: bold;}
.ff{font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "HGS明朝E", "HG明朝", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", sans-serif;}

.inner{
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

/* -------------------------------------- */
/*contents*/
/* -------------------------------------- */

#contents{ 
  font-size: 10px;
}

@media screen and (max-width:340px){
  #contents{font-size: 8px;}
}
@media screen and (min-width:341px) and (max-width:480px){
  #contents{font-size: 9px;}
}

@media screen and (min-width:481px){
  #contents{font-size: 14px;}
}

/* -------------------------------------- */
/*body*/
/* -------------------------------------- */

body{
  overflow-x: hidden;
  letter-spacing: -0.02em;
  word-wrap:break-word;
  color: #32292d;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;

  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

.bg_pk{background: #ffe7ee;}

.index{
  padding-bottom: 10%;
  background-image: url("../images/idx_bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

/* -------------------------------------- */
/*contents*/
/* -------------------------------------- */

#contents{
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 0 0 10%;
}

/* -------------------------------------- */
/*contents*/
/* -------------------------------------- */

/*img*/

#contents img{
  max-width: 100%;
  height: auto;
}

/*link*/

#contents a{
  text-decoration: underline;
  color: #0668A7;
}

/*color*/

#contents .crd{color:#fd0000;}

/*oth*/

#contents .idt{display: inline-block;text-indent: -0.5em;}

/*btn*/

.btn{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.btn>*{
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 56px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #D6D6D6;
  font-size: 200%;
  font-weight: bold;
  line-height: 55px;
}

/* -------------------------------------- */
/*header*/
/* -------------------------------------- */

#header{
  padding: 3% 0;
  text-align: center;
  position: relative;
  background: #FFF;
}
#header *{
  margin: 0;
  padding: 0;
}
#header img{
  width: 100%;
  height: auto;
}

#header .logo{
  display: inline-block;
  width: 30%;
}

#header .close{
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 3%;
  width: 20px;
}

/* -------------------------------------- */
/*mod_ttl*/
/* -------------------------------------- */

.mod_ttl{
  width: 94%;
  margin: 0 auto;
  padding: 2% 0 0;
}

.mod_ttl .sub{
  width: 60%;
  margin: 3% auto 0;
}

/* -------------------------------------- */
/*mod_input*/
/* -------------------------------------- */

.mod_input{
  width: 94%;
  margin: 0 auto;
  padding: 4% 0 0;
}

.mod_input .txt{
  text-align: center;
  font-size: 140%;
}

.mod_input .ipt_txt{
  margin-top: 3%;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel]{
  border: 3px solid #ffcece;
}

/*focus*/

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus{
  border: 3px solid #ffab27;
}

.mod_input .ipt_note{
  margin-top: 2%;
  font-size: 190%;
}

/* -------------------------------------- */
/*mod_cth*/
/* -------------------------------------- */

.mod_cth{
  width: 94%;
  padding: 0 0 3%;
  margin: 5% auto 0;
}

.mod_cth_inner{
  width: 100%;
}
.mod_cth_inner:after,.mod_cth_inner:before {content: '';display: table;}
.mod_cth_inner:after {clear: both;}
.mod_cth_inner{zoom: 1;}

.mod_cth .ttl{
  width: 92%;
  margin: 0 auto 2%;
}

.mod_cth .list{
  font-size: 0;
  width: 100%;
}
.mod_cth .list:after,.mod_cth .list:before {content: '';display: table;}
.mod_cth .list:after {clear: both;}
.mod_cth .list{zoom: 1;}

.mod_cth .list li{
  display: inline-block;
  width: 48%;
  margin: 0 1%;
  font-size: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #ffa8ab;
  background-color: #FFF;
}

.mod_cth .txt{
  width: 53%;
  margin-left: 4%;
  margin-top: 2%;
}

.mod_cth .thm{
  float: right;
  font-size: 0;
  width: 48%;
  margin: -2% 0 0;
}

/* -------------------------------------- */
/*mod_rel*/
/* -------------------------------------- */

.mod_rel{
  width: 94%;
  margin: 0 auto;
  padding: 5% 0 0;
}

.mod_rel .btn{
  margin-top: 5%;
}

/*btn rel*/

.btn_rel>*{
  color: #fff !important;
  border: #8cc227 solid 4px;
  background-color: #a6cf59;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
}
.btn_rel>*:active{
  border: #8cc227 solid 4px;
  background-color: #8cc227;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
}
.btn_rel .ic_rel{
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 20px;
  padding: 13px 7px 0 0;
  vertical-align: top;
  font-size: 0;
  line-height: 55px;
  line-height: 20px;
}
.btn_rel .cap{
  display: inline-block;
  vertical-align: top;
  line-height: 50px;
}

/*btn now*/

.mod_rel .btn_now{
  margin-top: 3%;
}

.btn_now .ic_now{
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 38px;
  padding: 6px 7px 0 0;
  vertical-align: top;
  font-size: 0;
  line-height: 55px;
  line-height: 20px;
}
.btn_now .cap{
  font-size: 110%;
  font-weight: bold;
}

/*btn signup*/

.btn_signup>*{
  height: 42px;
  line-height: 40px;
  font-size: 165%;
  color: #ff9b00 !important;
  border: #ff9b00 solid 2px;
  background-color: #fffcdf;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.2);
}
.btn_signup>*:active{
  border: #ff9b00 solid 2px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
}
.btn_signup .cap{
  display: inline-block;
  vertical-align: top;
  letter-spacing: -0.05em;
  line-height: 40px;
}

/*txt*/

.mod_rel .txt{
  font-size: 130%;
}

.mod_rel .cth01{
  width: 92%;
  margin: 0 auto;
}

.mod_rel .list{
  margin-top: 5%;
  list-style-type: none;
  font-size: 130%;
}

.mod_rel .list li{
  padding: 0 0 0 12px;
  background: url("../images/ic_list.png") no-repeat left 4%;
  -webkit-background-size: 10px auto;
  -o-background-size: 10px auto;
  background-size: 10px auto;
}

/* -------------------------------------- */
/*box_cmp*/
/* -------------------------------------- */

.box_cmp{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 94%;
  margin: 5% auto 0;
  padding-bottom: 5%;
  border: #FF9595 3px solid;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #FFF;
}

/* -------------------------------------- */
/*mod_mess*/
/* -------------------------------------- */

.mod_mess{
  position: relative;
  display: block;
  overflow: hidden;
  padding: 10% 0 0;
}
.mod_mess:before,
.mod_mess:after{
  position: absolute;
  width: 10%;
  height: 200px;
  content:'';
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
.mod_mess:before{
  top: 17%;
  left: 8%;
  width: 4%;
  height: 200px;
  background-image: none;
}
.mod_mess:after{
  top: 4%;
  right: 7%;
  width: 10%;
  height: 200px;
  background-image: none;
}

.mod_mess .txt{
  text-align: center;
  font-size: 200%;
  font-weight: bold;
}
.mod_mess .img{
  width: 70%;
  margin: 0 auto;
  padding: 5% 0 0;
}

/* -------------------------------------- */
/*mod_btm*/
/* -------------------------------------- */

.mod_btm{
  width: 90%;
  margin: 0 auto;
  padding: 5% 0 0;
}

.mod_btm .txt{
  text-align: center;
  font-size: 150%;
  font-weight: bold;
}

/* -------------------------------------- */
/*mod_close*/
/* -------------------------------------- */

.mod_close{
  width: 94%;
  margin: 0 auto;
  padding-top: 5%;
}

.btn_close>*{
  border: #e5636d solid 4px;
  color: #FFF !important;
  background-color: #ec747a;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
}
.btn_close>*:active{
  border: #e5636d solid 4px;
  background-color: #e5636d;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
}
.btn_close .ic_close{
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 20px;
  padding: 15px 15px 0 0;
  vertical-align: top;
  font-size: 0;
  line-height: 55px;
  line-height: 20px;
}
.btn_close .cap{
  display: inline-block;
  vertical-align: top;
  font-size: 130%;
  line-height: 50px;
}

/* -------------------------------------- */
/*box_info*/
/* -------------------------------------- */

.box_info{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 94%;
  margin: 5% auto 0;
  padding: 5% 5% 5%;
  border: #FF9595 3px solid;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #FFF;
}

/* -------------------------------------- */
/*mod_sub*/
/* -------------------------------------- */

.mod_sub{
  display: table;
  width: 100%;
  margin: 0 auto;
}
.mod_sub:after,.mod_sub:before {display: table;content: '';}
.mod_sub:after {clear: both;}
.mod_sub{zoom: 1;}

.mod_sub .sub{
  display: table-cell;
  vertical-align: middle;
  letter-spacing: -0.05em;
  color: #FF6564;
  font-size: 180%;
  font-weight: bold;
}
.mod_sub .img{
  display: table-cell;
  width: 18%;
  vertical-align: middle;
}

/* -------------------------------------- */
/*mod_info*/
/* -------------------------------------- */

.list_info{
  margin-top: 5%;
  font-size: 130%;
}
.list_info li{
  list-style: none;
}

.list_info>li{
  padding-bottom: 8%;
}
.list_info .sub{
  display: block;
  margin-bottom: 2%;
  font-size: 110%;
  font-weight: bold;
}
.list_info .blk{
  margin-bottom: 5%;
}
.list_info .list{
  margin: 0 0 2%;
}

.list_info .opt li{
  margin: 0 0 3%;
}