@charset "utf-8";
/* CSS Document */

/*パソコン・タブレットご利用の方へ・アプリの購入方法ページ
================================================ */
#forpc_top,
#howtobuy_top{
  width: 100%;
  min-width: 320px;
  height: 0;
  padding-top: calc(400 / 1280 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  position: relative;
  text-align: center;
}
#forpc_top{
  background: url(../images/topimg_forpc.jpg) center center / cover no-repeat;
}
#howtobuy_top{
  background: url(../images/topimg_buy.jpg) center center / cover no-repeat;
}
#forpc_top h2,
#howtobuy_top h2{
  position: absolute;
  top:50%;
  left:50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  width: 57.8%;
  max-width: 900px;
  min-width: 320px;
  height: auto;
}
#forpc_top h2 img,
#howtobuy_top h2 img{
  width: 100%;
}
#forpc,
#howtobuy{
  width: 98%;
  max-width: 1000px;
  color: #555;
  margin: 30px auto;
  font-size: 1.6rem;
  line-height: 1.8em;
}
#forpc span,
#howtobuy span{/*english*/
  margin-top: 10px;
}
#forpc p.head_txt,
#howtobuy p.head_txt{
  width: 94%;
  margin: 0 auto;
}
#forpc .chuki{
  display: block;
  color: #006699;
  border: solid 1px #5db5e6;
  padding: 20px;
  margin: 20px auto;
  text-align: center;
}
/*DLアプリ一覧テーブル設定*/
table#DL_table{
  margin: 30px auto 60px;
  width: 100%;
  color: #006699;
  font-size: 1.8rem;
  line-height: 1.4em;
}
table#DL_table th{
  color: #fff;
  background-color: #5db5e6;
  padding: 20px;
  text-align: center;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
table#DL_table td{
  background-color: #e7f4fb;
  padding: 20px;
  text-align: center;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  font-weight: bold;
}
table#DL_table th span,
table#DL_table td span{
  font-size: 1.4rem;
}
table#DL_table tr.thin td{
  background-color: #f7fbfd;
}
table#DL_table td.txt{
  font-weight: normal;
  font-size: 1.4rem;
}
table#DL_table td.price{
  font-size: 2.2rem;
}
table#DL_table td.price > span{
  font-size: 1.3rem;
  line-height: 1.3em;
}
/*お問い合わせフォームはこちらボタン*/
#inquiry_box{
  text-align: center;
}
#inquiry_box a.inquiry_btn{
  color: #fff;
  display: block;
  width:100%;
  height: 84px;
  -webkit-border-radius: 10px;/* 角丸 */
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #faaf3b;
  margin-top: 30px;
  position: relative;
}
#inquiry_box a.inquiry_btn p{
  font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	font-size: 2.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
#inquiry_box a.inquiry_btn p:before{
  content: '';
  display: inline-block;
  width: 32px;
  height: 24px;
  margin-right: 10px;
  background: url("../images/icon_inquiry.svg") top left no-repeat;
  background-size: 32px 24px;
}
#inquiry_box a.inquiry_btn span{
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 2.2rem;
  opacity: 0.8;
}
#inquiry_box a:hover{
  opacity: 0.7;
}

/*アプリ購入方法ページ
================================================ */
#howtobuy h3{
  font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 3.4rem;
  line-height: 1.2em;
  text-align: center;
  color: #e65296;
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 70px 50px 40px;
}
#howtobuy h3 > span{
  font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 1.8rem;
  line-height: 1.2em;
  color: #e65296;
}
#howtobuy h3:before, #howtobuy h3:after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 23%;
  height: 6px;
  background-color: #fadcea;
}
#howtobuy h3:before{
  left: 0;
}#howtobuy h3:after{
  right: 0;
}
#howtobuy h4 img{
  max-width: 100%;
}
#howtobuy .flow_box,
#howtobuy .flow_box_last,
#howtobuy .flow_box_free{
  width: 96%;
  margin: 30px auto 30px;
}
#howtobuy .flow_box_last{
  margin-bottom: 100px;
}
#howtobuy .flow_box:after{
  content: '';
  display: block;
  width: 100%;
  height: 38px;
  background: url("../images/flow_arw.svg") center center no-repeat;
  background-size: 68px 38px;
}
#howtobuy .flow_box h5.num,
#howtobuy .flow_box_last h5.num,
#howtobuy .flow_box_free h5.num{
  width: 100%;
  height: 50px;
  color: #fff;
  background: #e65296;
  font-family: 'Heebo', sans-serif;
  font-size: 2.0rem;
  letter-spacing: 0.3em;
  text-align: center;
  vertical-align: middle;
}
#howtobuy .flow_box_free h5.num{
  background: #5db5e6;
}
#howtobuy .flow_box h5.num span,
#howtobuy .flow_box_last h5.num span,
#howtobuy .flow_box_free h5.num span{
  display: inline-block;
  vertical-align: bottom;
  font-size: 4.0rem;
}
#howtobuy .flow_box div.flow_txt,
#howtobuy .flow_box_last div.flow_txt,
#howtobuy .flow_box_free div.flow_txt{
  border: solid 1px #e65296;
  padding: 15px;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px;
}
#howtobuy .flow_box_free div.flow_txt{
  border: solid 1px #5db5e6;
}
#howtobuy .flow_box img.fl_l,
#howtobuy .flow_box_free img.fl_l{
  float: left;
  width: 40%;
  height: auto;
}
#howtobuy .flow_box_last img.fl_l2{/*画像svgの為サイズ調整*/
  float: left;
  width: 20%;
  height: auto;
  margin-left: 10%;
}
#howtobuy .flow_box div.flow_detail,
#howtobuy .flow_box_last div.flow_detail,
#howtobuy .flow_box_free div.flow_detail{
  float: right;
  width: 58%;
  height: auto;
  font-size: 1.4rem;/*日・英語共通*/
  line-height: 1.5;
  margin-bottom: 30px;
}
#howtobuy .flow_box div.flow_detail dl dt{
  display: block;
  width: 100%;
  height: auto;
  min-height: 54px;
	-webkit-border-radius: 27px;/* width,heightの半分 */
	-moz-border-radius: 27px;
	border-radius: 27px;
	color: #fff;
	padding: 15px 25px;
	font-size: 1.8rem;/*日・英語共通*/
  background-color: #004ea9;
  margin-bottom: 10px;
}
#howtobuy .flow_box div.flow_detail dl dd{
  display: block;
  padding-left: 10px;
  margin-bottom: 20px;
}
#howtobuy .flow_box div.flow_detail2{/*画像のみのパターン*/
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 30px;
}

/*プライバシーポリシー・利用規約・特定商取引表示項目
================================================ */
#privacy_top,
#terms_top,
#tokusho_top{
  width: 100%;
  height: 200px;
  background: #fff;
  text-align: center;
}
#privacy_top{
  background: url(../images/ttlbg_privacy.png) top center repeat-x;
}
#terms_top{
  background: url(../images/ttlbg_terms.png) top center repeat-x;
}
#tokusho_top{
  background: url(../images/ttlbg_tokusho.png) top center repeat-x;
}
#privacy_top h2,
#terms_top h2,
#tokusho_top h2{
  font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 4.2rem;
  line-height: 1.4em;
  color: #ffffff;
  padding-top: 50px;
}
#terms_top h2{
  letter-spacing: 0.5rem;
}
#privacy_top span,
#terms_top span,
#tokusho_top span{/*english*/
  font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 2.2rem;
  color: #ffffff;
  padding-top: 10px;
}
main .inner{
  display: flex;
  flex-flow: column;
  margin: 10px auto 50px;
}
section#privacy_jp,
section#privacy_en,
section#terms_jp,
section#terms_en,
section#tokusho_table{
  width: 90%;
  max-width: 940px;
  color: #555;
  margin: 0 auto;
}
section#privacy_jp{
  border-bottom: 1px solid #dbdbdb;
}
section#terms_jp{
  margin-top: 50px;
  border-bottom: 1px solid #dbdbdb;
}
section#privacy_jp h3,
section#privacy_en h3,
section#terms_jp h3,
section#terms_en h3,
section#tokusho_table h3{
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 50px auto 50px;
}
section#tokusho_table h3 p{
  font-size: 1.6rem;
  font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: italic;
  margin-top: 10px;
}
section#privacy_en p,
section#terms_en p{
  font-size: 1.5rem;
  line-height: 1.4em;
  margin-bottom: 50px;
}
section#privacy_jp dl,
section#privacy_en dl,
section#terms_jp dl,
section#terms_en dl{
  margin: 0 auto;
}
section#privacy_jp dl dt,
section#privacy_en dl dt,
section#terms_jp dl dt,
section#terms_en dl dt{
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}
section#privacy_jp dl dd,
section#privacy_en dl dd,
section#terms_jp dl dd,
section#terms_en dl dd{
  font-size: 1.4rem;
  line-height: 1.6em;
  margin-bottom: 60px;
}
section#privacy_jp ul.inn_lists li,
section#terms_jp ul.inn_lists li,
section#terms_en ul.inn_lists li{
  display: list-item;
  list-style: disc;
  margin-left: 20px;
}
section#privacy_en ul.inn_lists li{
  display: list-item;
  list-style: none;
  margin: 20px 0px 20px 0px;
}

/*特定商取引テーブル設定*/
table#tokusho {
  margin: 0px auto 60px;
  width: 100%;
  color: #555;
  line-height: 1.4em;
}
.tbl-r02 th {
  background: #f5f5f5;
  border-top: solid 1px #d3d3d3;
  border-bottom: solid 1px #d3d3d3;
  width: 26%;
  padding: 20px 30px;
  vertical-align: top;
}
.tbl-r02 td {
  border-top: solid 1px #d3d3d3;
  border-bottom: solid 1px #d3d3d3;
  padding: 20px 30px;
}
.tbl-r02 th span,
.tbl-r02 td span{ /*english*/
  display: block;
  font-size: 1.4rem;
  padding-top: 10px;
}

/*------------------------------------------------------
  メディアクエリSP
------------------------------------------------------*/
@media screen and (max-width: 740px) {/*表示崩れ対応　howtobuy_H3要素*/
  #howtobuy h3:before, #howtobuy h3:after{
    width: 15%;
  }
}
@media screen and (max-width: 660px) {
  /* SPまで効くスタイル */
  /*forPCページ　DLアプリ一覧テーブル設定*/
  .scroll table{
      display: block;
      overflow-x: scroll;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
  }
  /*お問い合わせボタン調整*/
  #inquiry_box a.inquiry_btn p{
    font-size: 1.8rem;
  }
  #inquiry_box a.inquiry_btn span{
    font-size: 1.2rem;
  }
  /*アプリ購入までの流れ　調整*/
  #forpc p.head_txt,
  #howtobuy p.head_txt{
    width: 90%;
    margin: 0 auto;
  }
  #howtobuy h3:before, #howtobuy h3:after{
    width: 10%;
  }
  #howtobuy .flow_box img.fl_l,
  #howtobuy .flow_box_free img.fl_l{
    float: none;
    width: 100%;
  }
  #howtobuy .flow_box_last img.fl_l2{
    float: none;
    width: 40%;
    margin-left: 30%;
  }
  #howtobuy .flow_box div.flow_detail,
  #howtobuy .flow_box_last div.flow_detail,
  #howtobuy .flow_box_free div.flow_detail,
  #howtobuy .flow_box div.flow_detail2 img{
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  /*プライバシー・特商ページ　タイトル調整*/
  #privacy_top h2,
  #tokusho_top h2{
    font-size: 3.4rem;
  }
  #privacy_top span,
  #tokusho_top span{
    font-size: 1.8rem;
  }
  /*特定商取引テーブル設定*/
  .last td:last-child {
    border-bottom: solid 1px #d3d3d3;
    width: 100%;
  }
  .tbl-r02 {
    width: 90%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
    border-top: none;
  }
  .tbl-r02 tr:first-child th{
      border-top: 1px solid #d3d3d3; /* 一番上にあるthだけborder-topを追加 */
    }
}
