@charset "UTF-8";
/* WIN */
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

/* HTML */
html {
  font-size: 62.5%;
  overflow-wrap: break-word;
}

body, h1, h2, h3, p, div, ul, ol, li, dl, dd, dt, table, form, blockquote, pre, address {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
}

body {
  background-color: #fff;
  color: #404040;
  font-family: 'Noto Sans JP','-apple-system','BlinkMacSystemFont','Helvetica Neue','Segoe UI','游ゴシック','YuGothic','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ','Meiryo',sans-serif;
  width: 100%;
  font-size: 1.5rem;
}

/* a */
a {
  color: #E7380D;
}

a:hover:not(.menu-trigger) {
  color: #040772;
  cursor: pointer;
  position: relative;
  top:1px;
}

/* FONT option */
.small {
  font-size: 14px;
}

::-webkit-scrollbar{display: none;}


/* Pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}

/* ----------------------------------------
　h
---------------------------------------- */
h1,
h2,
h3,
h4 {
  color: #333;
}

h1 {
  position: relative;
  width: 300px;
  height: 118px;
  margin-left: 179px;
  text-indent: -9999em;
}

h2 {
  font-size: 2.6rem;
  font-weight: bold;
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 767px) {

  h2 {
  width: 100%;
  }
}

h3 {
  position: relative;
  font-size: 1.6em;
  line-height: 22px;
  margin: 0 auto;
  margin-top: 25px;
  width: 90%;
  text-align: center;
}

h3::after{
  content: '';
  display: block;
  position: relative;
  margin: 10px auto;
  width: 20px;
  height: 4px;
  background-color: #E7380D;
}
@media screen and (min-width: 767px) {
  h3 {
    margin-top: 15px;
    width: 100%;
  }
}


.function-box h4 {
  font-size: 2.2rem;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0px;
  text-align: center;
}

/* ヘッダーナビ  ————————————————————————————— */

header {
  width: 100%;
  height: 65px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  transition: .3s;
  text-align: center;
  box-sizing: border-box;
}

header .header_navigation ul li {
  transition: .3s;
}

#header_txt {
  position: relative;
  right: 0;
}

#header_txt span {
  font-weight: bold;
}

@media screen and (min-width: 767px) {

  #header_txt {
    position: absolute;
    top: 0px;
    right: 1rem;
    display: block;
    margin: 1.5px auto;
    font-size: 11px;
    line-height: 1.4;
    font-size: 1.2rem;
    text-align: right;
    width: 100%;
    color: #777;
  }
}

.header_logo {
  display: block;
  padding: 0;
}

.header_logo img {
  display: inline-block;
  height: 35px;
}

.header_logo_sp,
.header_logo_sp_sub {
  display: none;
}

.header_container {
  position: relative;
  margin: 0 auto 5px;
  padding: 0;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: -webkit-flex-start;
  justify-content: -ms-flex-start;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
}

.header_navigation {
  display: block;
  padding: 2rem;
  height: auto;
  box-sizing: border-box;
  position: fixed;
  top:150px;
  right: 20px;
  width: 240px;
  box-shadow: #0000001d 0px 0px 10px 0px;
  border-radius: 25px;
  background-color: #fff;
}


.header_icn_logo {
  margin-top: 5px;
}

.header_icn_logo img {
  display: block;
}

.header_nav_block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 3px 0 0 17px;
  box-sizing: border-box;
  text-align: left;
}

.header_nav_block::before{
  display: inline-block;
  width: 7px;
  height: 151px;
  content: '';
  border-left:#E7380D solid 5px;
  position: absolute;
  top: 32px;
  left: 32px;
}

.win{
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 3px 0 0 17px;
  box-sizing: border-box;
  text-align: left;
}

.win::before {
  /* Windows (全バージョン)のみ */
  display: inline-block;
  width: 7px;
  height: 160px;
  content: '';
  border-left:#E7380D solid 5px;
  position: absolute;
  top: 32px;
  left: 32px;
}


.header_nav_block li {
  font-size: .8em;
  box-sizing: border-box;
  padding: 5px 0;
}

.header_nav_block li::before {
  display: inline-block;
  margin: 0px 8px 0px 0px;
  width: 7px;
  height: 7px;
  content: '';
  border-radius: 100%;
  border: #000 4px solid;
  background:#ffffff;
  position: relative;
  top: 2px;
  left: -10px;
}


.header_nav_block li a {
  margin: 10px;
  color: #404040;
  font-weight:bold;
  text-decoration: none;
  font-size: 1.4rem;
}

.header_nav_block li a:hover {
  color: #f96f41;
}

.header_icn_app a img:hover,
.header_nav_block li a img:hover {
  opacity: .8;
}

.header_nav_sns{
  display: flex;
  justify-content: space-around;
  margin-top: 15px;
}

.header_nav_sns li{
  margin: 0 2px;
  width: 50px;
}

.header_nav_sns li img{
  width: 100%;
  height: auto;
}

/* アプリストア誘導（共通） ————————————————————————————— */

.ap_dl{
  width: 100%;
}

.ap_dl img {
  width: 100%;
  height: auto;
}

.ap_dl .applogo {
  width: 250px;
  display: flex;
  margin: 0 auto;
}

.ap_dl .dl_btn {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  max-width: 500px;
}

.ap_dl .dl_btn a {
  margin-right: 2px;
}

.ap_dl .dl-ios img {
  width: 150px;
  height: auto;
}

.ap_dl .dl-and img {
  width: 180px;
  height: auto;
}

/* アプリストア誘導（ヘッダー） ————————————————————————————— */

header .ap_dl {
  background: #fff;
  border-radius: 25px;
  box-shadow: #0000001d 0px 0px 10px 0px;
  -webkit-box-shadow: #0000001d 0px 0px 10px 0px;
  -moz-box-shadow: #0000001d 0px 0px 10px 0px;
  padding: 10px;
  width: 240px;
  position: relative;
  margin: 0 auto;
}

header .ap_dl .applogo{
  width: 100%;
}

header .ap_dl .dl-ios img {
    width: auto;
    height: 37px;

}

header .ap_dl .dl-and img {
    width: auto;
    height: 47px;

}


@media screen and (min-width: 1240px) {

header .ap_dl {
    display: block;
    position: fixed;
    top:465px;
    right: 20px;
  }

}

@media  (orientation: landscape)and (max-height: 600px) {
header .ap_dl{
    display: none;
  }

}


#header_pc {
  display: none;
}

@media screen and (min-width: 1240px) and (min-height: 600px){

  #header_pc {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 1350px;
    overflow: hidden;
  }
}


#header_container_sp {
  display: block;
  width: 100%;
  height: 65px;
  box-sizing: border-box;
  text-align: left;
  background: #ffffff7e;
}

#header_container_sp img{
  height: 50px;
  margin-top: 8px;
}

@media screen and (min-width: 1240px) and (min-height: 600px){



  #header_container_sp {
    display: none;
  }
}

/* ハンバーガーメニュー  ————————————————————————————— */

.menu-trigger,
.menu-trigger span {
  display: inline-block;
}

@media screen and (min-width: 1240px) and (min-height: 600px) {

  .menu-trigger,
  .menu-trigger span {
    display: none;
    transition: all .3s;
    box-sizing: border-box;
  }
}

.menu-trigger {
  position: fixed;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  z-index: 9999;
  border-radius: 100px;
}

/* a.menu-trigger:hover {
  background: rgba(230, 68, 19, 0.5);
} */

.menu-trigger span {
  position: absolute;
  z-index: 9999;
  left: 13px;
  width: 50%;
  height: 4px;
  background-color: #071D4F;
  border-radius: 4px;
  transition: all .4s;/*アニメーションの設定*/
}

.menu-trigger span:nth-of-type(1) {
  top: 15px;
}

.menu-trigger span:nth-of-type(2) {
  top: 23px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 15px;
}

.menu-trigger.active span:nth-of-type(1) {
  top: 15px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.menu-trigger.active span:nth-of-type(2) {
  top: 23px;
  opacity: 0;/*真ん中の線は透過*/
}

.menu-trigger.active span:nth-of-type(3) {
  bottom: 19px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

/* スマホナビ ————————————————————————————— */

#overlay {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  box-sizing: border-box;
}

#overlay p.overlay_caption {
  margin: 8% auto 0;
  font-size: 1.1em;
  line-height: 3em;
  background: #43434b;
  color: #fff;
}

#overlay ul {
  margin-top: 0;
  margin-bottom: 2em;
  padding-left: 0px;
}

#overlay ul li {
  margin: 0;
  padding-left: 0px;
  list-style-type: none;
  line-height: 4em;
  border-bottom: 1px dashed #666;
}

#overlay ul li:first-child {
  margin-top: 0;
}

#overlay ul li a {
  display: block;
  width: 100%;
  font-size: 1.3em;
  color: #333;
  text-decoration: none;
  font-weight: bold;
}

#overlay ul li a:hover {
  background: #f96f41;
  color: #fff;
}

#overlay ul li a:active {
  background: #fff;
  color: #f96f41;
}

#overlay p.overlay_p {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 2.5em;
  color: #f96f41;
}

#overlay p.overlay_p::before {
  margin-right: 5px;
  font-size: 1.2em;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  content: "\f358";
}

.overlay_applink {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: -webkit-center;
  justify-content: -ms-center;
  justify-content: center;
}

.overlay_applink img {
  width: 100%;
}

.overlay_applink a:first-child {
  margin-right: 10px;
}

/* メイン */

main {
  width: 100%;
  margin-top: 65px;
  overflow: hidden;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

.container,.box {
  margin: 0 auto;
  width: 1024px;
}

.container {
  background: #333;
}

#link_brank {
  padding: 2.5em 0;
}

/* ヒーローイメージ ————————————————————————————— */

#hero {
  background: url("../img/top/hero_bg.png")  bottom repeat-x;
  background-size: 100%;
  background-attachment:fixed;
}

#hero::before{
  /*headerの疑似要素に背景画像を指定*/
display: none;
}

@media screen and (min-width: 767px) {

  #hero {
    background-image: none;
    width: 100%;
    min-height: 670px;
  }
  #hero::before{
    /*headerの疑似要素に背景画像を指定*/
    content:"";
    display: block;
    position:fixed;
    /* top: -200px; */
    left:0;
    z-index:-2;
    width:100%;
    min-height: 670px;
    background: url("../img/top/hero_bg.png")  bottom repeat-x;
    background-size: 30%;
  }

}


.hero_global {
  display: block;
  margin: 0 auto;
  width: 90%;
}

@media screen and (min-width: 767px) {

  .hero_global {
    width: 1024px;
  }
}

.hero_box {
  padding: 0;
  padding-bottom: 40px;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
}

@media screen and (min-width: 767px) {

  .hero_box {
    flex-direction: row;
    justify-content: center;
    padding: 20px 20px 0;

  }
}

.hero_left {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.catch{
  width: 100%;

}
.logo{
 display: none;
}

.hero_point{
  display: flex;
  justify-content: space-around;
  margin-top:5px;
}

.hero_point img{
  display: block;
  width: 105px;
  margin: 0 5px;
}

@media screen and (min-width: 767px) {

  .hero_left {
    padding: 0;
    width: 50%;
    justify-content: center;
  }


  .logo{
    display: block;
    width: 80%;
    margin: 20px 0;
  }

  .hero_point{
    width: 75%;
  }

  .hero_point img{
    width: 115px;
  }
}

.hero_right{
width: 100%;
margin: 0 auto;
margin-bottom: -460px;

}

.hero_right .flame{
  width: 310px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}



.hero_right .splide{
  position: relative;
  top:-519px;
  margin: 0 auto;
  width:225px;
}

.hero_right .splide__track{
  width: 100%;
  border-radius: 30px;
}


.hero_right .splide img{
width: 100%;
border-radius: 25px;
will-change: transform;
}


@media screen and (min-width: 767px) {

  .hero_right{
    width: 50%;
    margin-bottom: -460px;

    }

  .hero_right .flame{
      width: 68%;
      display: block;
      margin: 0 auto;
      }

  .hero_right .splide{
        position: relative;
        top:-560px;
        left: -2px;
        width: 242px;
}

.hero_right .splide__track{
  border-radius: 25px;
}


.hero_right .splide img{
  width: 100%;
}

}

.title {
  padding: 20px 0 20px;
  text-align: center;
}

@media screen and (min-width: 767px) {

  .title {
    padding: 40px 0 20px;
  }
  /* SP時topアプリDLボタン */
  .sp{display: none;}
  
}

.inner-wrap {
  min-width: 320px;
  max-width: 1100px;
  margin: 0 auto;
}

.large-txt {
  display: block;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: bold;
  margin-top: 1rem;
  text-align: center;
}

/* キャプチャ並べdev ————————————————————————————— */

.feature_area {
  text-align: center;
  margin:0 10px;
}

.feature_area ul.feature_area_ul {
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: -webkit-center;
  justify-content: -ms-center;
  justify-content: center;
  width: 90%;
  flex-direction: column;
}


@media screen and (min-width: 767px) {

  .feature_area ul.feature_area_ul {
    flex-direction: row;
  }

  .feature_area ul li.feature_block:first-child {
    margin-right: 30px;
  }
}





/* メイン機能紹介(heroすぐ下) ————————————————————————————— */

#top,.main-box {
  padding: 1rem 1rem 0rem;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

#top {
  padding: 1rem 1rem 0rem;}

@media screen and (min-width: 767px) {

  #top,.main-box {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top {
    padding: 6rem 1rem 0rem;}
}


.top_left,.top_right{
  margin: 0 10px;
  margin-bottom: 2rem;
}

.top_left img,.top_right img{
width: 80%;
display: block;

}

.top_left{
  margin-top: 0px;
}

.route{
  border: #DBDBDB solid 5px;
  border-radius: 25px;
  height: 590px;
  width: 80%;
  margin: 0 auto;
  overflow-y: scroll;
}

.route img{
width: 100%;
}

.top_right p{
  margin: 0 auto;
  padding: 12px;
  font-size: 1.5rem;
  line-height: 2.3rem;

}

.top_right .midashi{
  display: inline-block;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.3rem;
}

.deco{
  /* color: #E7380D; */
  border-bottom: 1px solid #E7380D;
  /* font-weight: bold; */
}

.top_right img{
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

@media screen and (min-width: 767px) {

.top_left{
  margin-top: -50px;
  width: 30%;
}
.route{
  width: 100%;
}

.top_right{
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.top_right img{
  width: 60%;
  margin-bottom: 30px;
}

.top_right p{
  width: 80%;
}
}

/* メイン機能紹介 ————————————————————————————— */

.main-box img{
  width: 80%;
  height: auto;
}

.main-box .item-box {
  width: 100%;
  margin-bottom: 2rem;
}

@media screen and (min-width: 767px) {

  .main-box .item-box {
    width: 30%;
    margin: 0 10px;
  }
}

.main-box .item-box p:not(.btn) {
  text-align: left;
  min-height: 70px;
  line-height: 2.2rem;
  padding: 12px;
}

@media screen and (min-width: 767px) {
  .main-box .item-box p:not(.btn) {
    min-height: 90px;
  }
}

.main-box .item-box .btn {
  padding: 16px;
  margin: 0 auto;
  margin-top: 15px;
  width: 70%;
  font-weight: bold;
  text-align: center;
  border: #DBDBDB solid 3px;
  border-radius: 50px;
}

.main-box .item-box .btn::after{
content: '';
position: relative;
display: inline-block;
top:-1px;
right: -50px;
width: 18px;
height: 18px;
background-image: url(../img/cmn/btn_bow.svg);
background-size: contain;
background-repeat: no-repeat;
vertical-align: middle;
}

.main-box .item-box .btn span{
  position: relative;
  left: 8px;
}

.item-box img{
  width: 100%;
  height: auto;
  border-radius: 25px;
  border: 5px solid #DBDBDB;
  box-sizing: border-box;
}

/* ピン&機能タイトル ————————————————————————————— */



.f-title {
  width: 55%;
  position: relative;
  margin: 0 auto;
  z-index: 5;
}

.f-title img{
  position: relative;
  max-width: 45px;
  z-index: 6;
  margin: 0 auto;
  border: none;
}

 .f-title h4 {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  box-shadow: #b9b9b9 0px 1px 5px 0px;
  padding: 5px;
  border-radius: 50px;
  margin: 5px auto;
  color:#E7380D;
}

@media screen and (min-width: 767px) {

  .f-title {
    width: 100%;
    display: inline-block;

  }
  
  .f-title img{
    max-width: 60px;
  }


.f-title  h4 {
  width: 70%;
  }


}

/*---function---*/
/* #plus {
  background: #071d4f;
  color: #fff;
} */

/* #plus .title h2 {
  color: #f4c603;
} */


/* 機能一覧（TOP） */

.function-tab-wrap {
  width: 100%;
  max-width: 1100px;
  margin: 10px auto 20px;
}

.function-box {
  padding: 1rem 1rem 0rem;
}

div[class^="group"]{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 10px 0;
  padding: 5px 0;
}

.function-box h4{
  position: relative;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.4;
  padding:0.25em 0.5em;
  margin: 12px auto;
  margin-bottom: 20px;
  width: 330px;
}

.function-box h4:before,.function-box h4:after { 
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

.function-box h4:before {
  border-left: solid 1px #ff5722;
  border-top: solid 1px #ff5722;
  top:0;
  left: 0;
}

.function-box h4:after {
  border-right: solid 1px #ff5722;
  border-bottom: solid 1px #ff5722;
  bottom:0;
  right: 0;
}
@media screen and (min-width: 767px) {

  .plus-tab-wrap {
    margin: 40px auto 20px;
  }

  .function-box {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1100px;
  }
  div[class^="group"]{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 10px 0;
    padding: 5px 0;
  }
}

.function-box .item-box {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 1rem;
}

@media screen and (min-width: 767px) {

  .function-box .item-box {
    width: 30%;
  }
}

.function-box .item-box img {
  width: 100%;
  height: auto;
}

.function-box .item-box .large-txt {
  display: block;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: bold;
  margin-top: 0rem;
}

.function-box .item-box p {
  text-align: left;
  line-height: 2.2rem;
}

.plus,.free,.login{
  position: relative;
  width: 100%;
  margin-top: 10px;
  z-index: 2;
}

[class^="plus"]::before,.free::before,.login::before{
  position: relative;
  top:34px;
  left: 80%;
  font-size: 1.8rem;
  font-weight: bold;
  width: 40px;
  padding: 3px 10px;
  border-radius: 20px;
  text-align: center;
  box-shadow: #a3a3a355 0px 0px 2px 2px;
}

[class^="plus"]::before{
  content: 'Plus';
  color: #fff;
  background-color: #F77049;
}

.free::before{
  content: '無料';
  color: #fff;
  background-color: #05056A;
  font-size: 14px;
  padding: 6px 15px;
}

.login::before{
  content: 'ログイン';
  left: 70%;
  color: #05056A;
  background-color: #fff;
  border: 1px solid #05056A;
 top:38px;
}

@media screen and (min-width: 767px) {

  [class^="plus"]::before,.free::before,.login::before{
    left:255px;
  }
  .login::before{
    left: 220px;
  }

}

/*---pay---*/
#pay {
  margin-top: -2rem;
}


.pay-box{
  margin: 0 auto;
}

.pay-box h4{
  background-color: #040772;
  color: #fff;
  margin-bottom: 0px;
  padding: 2px 0;
  font-size: 2rem;
}

.pay-box .merit{
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media screen and (min-width: 767px) {
  .pay-box .merit{
   flex-direction: row;
  }
}

.pay-box .merit p{
  width: 200px;
  }

.pay-box .merit span{
display: block;
text-align: center;
margin: 0 auto;
}

.pay-box .merit .catch{
  font-weight: bold;
  border:3px solid #DBDBDB;
  border-radius: 15px;
  padding: 10px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  margin-bottom: 5px;
}

.pay-box .merit .catch img{
  width: 60px;
  margin-right: 3px;
}


.pay-box p{
margin: 0 auto;
text-align: left;
  }

.pay-subtxt{
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 10px 20px;
  margin-top: 20px!important;
}

@media screen and (min-width: 767px) {
  .pay-box{
    max-width: 900px;
  }

}

/* 今回テーブルを囲っているクラス
（スクロールが分かりやすいようにheightを設定しています） */
.p_table_wrap {
  position: relative;
  overflow: auto;
  height: 450px;
  border:solid 3px #E0E1E3;
}

/* tableのスタイル widthなどはデザインに合わせて要変更 */
table#p-table {
  width: 100%;
  font-size: 1.4rem;
  border-spacing: 0px;
  border-collapse: separate;
  text-align: left;
  table-layout: fixed;
}

@media screen and (min-width: 767px) {
  table#p-table {
    min-width: 894px;}
}

/* ヘッダー固定 */
table#p-table th {
  background-color: #C9C9C9;
  color: #333333;
  padding: 10px;
  border-bottom: 1px solid #E0E1E3;
  border-right: 1px solid #E0E1E3;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100px;
}

table#p-table thead table th {
  border-top: 1px solid #E0E1E3;
}

/* 左上端を重なり順一番前へ */
table#p-table thead tr:first-of-type th:first-of-type {
  z-index: 2;
}

table#p-table thead tr:last-of-type th:last-of-type {
 background-color: #040772;
 color: #fff;
}

table#p-table tbody td {
  padding: 10px;
  font-weight: normal;
  border-bottom: 1px solid #E0E1E3;
  border-right: 1px solid #E0E1E3;}

  table#p-table td:first-of-type {
    position: sticky;
    left: 0px;
    background-color: #fff;
    font-weight: bold;
    border-left: 1px solid #E0E1E3;
  }
  
  table#p-table tr:nth-child(odd) td {
    background: #f5f5f5;
  }

  table#p-table td:last-of-type {
    color: #040772;
    font-size: 1.6rem;
    font-weight: bold;

  }

  .scrolltri{
    width: 100%;
    display: none;
    
  }

  .scrolltri div {
    position: relative;
    right: 0px;
    height: calc(tan(60deg) * 30px / 2);
    width: 30px;
    background-color: #040772;
    z-index: 10;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
  @media screen and (min-width: 767px) {

  }

/* SNS */

#sns{
  margin-top: 6rem;
  background: #F4F4F4;
}

.sns-box {
  margin: 0 auto;
  max-width: 900px;
  padding-bottom: 60px;
  width: 90%;
}

.sns-box .sns-follow {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.sns-box .sns-follow .sns-x{
  min-width: 200px;
  margin-top:20px;
  display: flex;
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: #b9b9b9 0px 1px 5px 0px;
}

.sns-x div{
  display: flex;
  flex-wrap: wrap;
}

.sns-box .sns-follow img{
  width: 70px;
  height: auto;
  margin-right: 10px;
}

.sns-box .sns-follow .sns-x span{
  display: block;
  width: 100%;
}

.sns-box .sns-follow .sns-x span:nth-of-type(1){
  font-weight: bold;
}

.sns-box .sns-follow .sns-x span:nth-of-type(2){
  margin-bottom: 2px;
  font-size: 1.3rem;

}

.sns-box .sns-account{
  width: 90%;
  margin: 0 auto;
  margin-top: 60px;
  text-align: center;
}

.sns-box .sns-account img{
  height: 50px;
  margin: 0 15px;
}

@media screen and (min-width: 767px) {

  .sns-box .sns-follow {
    justify-content: space-around;
  }
.sns-box .sns-follow .sns-x{
  width: 350px;
}


}

/* サポート範囲・スペック ————————————————————————————— */

#link_feature { 
  background: #fff;
  padding: 2em 0;
  max-width: 900px;
  margin:0 auto;
}

.feature_spec_cell #go_appstore{ 
padding-bottom: 10px;
}

.feature_spec_cell {
  font-size: .9em;
  text-align: left;
  margin-bottom: 20px;
  line-height: 2rem;
}

.feature_spec_cell p.b {
  font-weight: bold;
}

.feature_spec_cell p.come {
  font-size: .9em;
  line-height: 1.3em;
  color: #555555;
}

.support_block {
  padding: 5px 0;
}

.support_block .flex{
 display: flex;
}

.support_block img {
  width: 50px;
  height: 50px;
}

ul li .support_img {
  width: auto;
  margin-right: 10px;
}

ul li .support_txt {
  width: 100%;
}

.trademark {
  max-width:800px ;
  margin: 0 auto;
  font-size: .8em;
  line-height: 1.5em;
  color: #595959;
  text-align: left;
  width: 90%;
}
@media screen and (min-width: 767px) {
  .trademark {
    width: 80%;
  }
  .feature_spec_cell #go_appstore .goa_container{ 
    text-align: left;
    width: 100%;
  }

}

hr.dot {
  border-top: 2px dotted;
  border-right: none;
  border-bottom: none;
  border-left: none;
  padding-bottom: 2rem;
}




/* splide */
.splide__pagination,.splide__arrows{
  display: none;
}


/* グループプラン宣伝用 */

.floatbtn {
  color:#ffffff ;
  text-align: center;
  position: fixed;
  left: 5px;
  bottom: 5px;
  width: 280px;
  z-index: 20;
  display: flex;
  overflow: hidden;
}

.g_plan img,.threedays img{
  width: 40%;
  height: auto;
}

.g_plan span,.threedays span{
  width: 55%;
  margin-left: 5px;
}

.floatbtn a{
  color: #ffffff;
  text-decoration: underline ;
}

.g_plan,.threedays{
  width: 280px;
  padding: 10px;
  border-radius: 25px;
  display: flex;
  text-align: center;
  position: fixed;
  font-weight: bold;
  font-size: 13px;
  text-align: justify;
  box-shadow: #c2c2c25d 0px 0px 10px 3px;
  vertical-align: middle; 
}

.g_plan{
  background-color: #34ccb5ea;
  bottom: 10px;
}

.threedays {
  background-color: #49a8ebea;
  bottom: 120px;
}

#app-footer{
  padding-bottom: 160px!important;
}

@media screen and (min-width: 1240px) and (min-height: 600px) {

.floatbtn {
  top: 620px ;
  right: 40px;
  left: auto;
  bottom: auto;
}

.threedays {
  top:740px; 
  bottom: auto;
}

.g_plan{
   bottom: auto;
}

}

@media screen and (max-height: 959px) {

  .floatbtn {
  bottom: 15px;
  padding: 15px;
  top: auto;
}

}

/* 引用パーツ制御 */

#info{
  display: none;
}

#plus-plan-list{
  max-width: none!important;
  padding: 0!important;
  font-size: 1.8rem!important;
}

#plus-plan-list .table-ttl{
  font-size: 2rem;
}