
/*-------------------------------------------
    Overseas Common
--------------------------------------------*/
img{
  vertical-align:top;
}
table{
  border-collapse: collapse;
  border-spacing: 0;
}
section:nth-of-type(odd){
  background: #ffffff;
}
section:nth-of-type(even),
section.kv{
  background: #f2f5f5;
}

section:not(.kv) {
  padding: 90px 0 100px;
}
section.other-first {
  padding-top: 45px;
}
section h2{
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  section:not(.kv){
    padding: 50px 0 55px;
  }
  section p{
    font-size: 1.4rem;
    line-height: 1.7em;
  }
}

.other-first .features{
  text-align: center;
  margin: auto;
}

.other-first .features p{
  display: inline-block;
  text-align: left;
}
/*-------------------------------------------
    FEATURES
-------------------------------------------*/
div.white-content-box-sub-title{
  margin-bottom: 30px;
}
div.white-content-box-sub-title p,
div.white-content-box-sub-title h3{
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
}

.box{
  box-sizing: border-box;
  margin: 50px auto 0;
}
.box .second_box{
  margin-top: 10px;
}
.box ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box ul li{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 30px;
  background-color: #edeef0;
}
.box ul li:first-of-type {
  margin-right: 10px;
}
.box ul li h5,
.box ul li h4{
  font-size: 24px;
  line-height: 1.5em;
  margin: 0;
}
.box ul li h5 span,
.box ul li h4 span{
  border-bottom: 5px solid #00bfbf;
}
.box ul li img{
  width: 30%;
  height: 120px;
  margin-left: 40px;
}
.box ul li:last-child img{
  width: 20%;
}
@media screen and (max-width: 767px) {
  .box ul li h4{
    font-size: 5vw;
  }
  div.white-content-box-sub-title p, 
  div.white-content-box-sub-title h3{
    font-size: 1.6rem;
    line-height: 25px;
  }

  .box{
    padding: 0 15px;
  }
  .box .first_box{
    padding-bottom: 0;
    border-bottom: none;
  }
  .box .second_box{
    margin-top: 0;
  }
  .box ul{
    display: inherit;
  }
  .box ul li{
    width: 100%;
    padding: 30px 20px;
    justify-content: space-between;
  }
  .box ul li:first-child{
    border-right: none;
  }
  .first_box ul li, .second_box ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .box ul li h5{
    font-size: 5vw;
  }
  .box ul li img{
    width: 30%;
    height: 70px;
    margin-left: auto;
  }
  .box ul li:last-child img{
    width: 20%;
  }
  .box ul li.border_none{
    border: none;
  }
  .box ul li h4 span{
    display: inline-block;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  div#overseas section.other-first .box ul li h4 {
    font-size: 20px;
  }
  .box ul li h4 {
    font-size: 20px;
  }
}
/*-------------------------------------------
    HOW TO USE
-------------------------------------------*/
.userflow{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.userflow > div{
  width: 30%;
  background: #FFFFFF;
  height: 240px;
  padding: 28px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.userflow div div{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.userflow div div p{
  font-size: 1.8rem;
  line-height: 3.0rem;
}
.userflow div div p.step-font{
  width: 30px;
  margin-right: 5px;
  font-weight: bold;
  font-size: 4rem;
}
.userflow div:not(:first-of-type) div p.step-font {
  margin-right: 10px;
}
.userflow div div span.green-line{
  position: relative;
}
.userflow div div span.green-line::before{
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #68d8d5;
}
.userflow div p.button a{
  transition: 0.2s;
}
.userflow div p.button a img{
  box-shadow: -5px -5px 7px 0px #dfdfdf, 5px 5px 7px 0px #dfdfdf;
}
.userflow div p.button:hover a{
  filter: drop-shadow(0 0 5px #4ee4ea);
}
.userflow > p{
  color: #ff003c;
  font-size: 3.5rem;
}
div.flow-area p.arrow{
  width: 2%;
}

@media screen and (max-width: 767px){
  .userflow{
    flex-direction: column;
    margin: auto auto 0px;
    width: 87%;
  }
  .userflow > div{
    width: 100%;
    height: auto;
    padding: 20px 30px 15px;
  }
  .userflow div div{
    margin-bottom: 10px;
  }
  .userflow div div p{
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .userflow div div p.step-font{
    font-size: 4rem;
    width: 20px;
    margin-right: 10px;
  }
  .userflow div:not(:first-of-type) div p.step-font {
    margin-right: 13px;
  }
  .userflow img{
    width: 100%;
  }
  .userflow > p{
    font-size: 2.5rem;
  }
  .userflow.flow-area > p.arrow {
    width: 6%;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 320px) {
  .userflow > div {
    padding: 20px 10px 15px;
  }
}
/*-------------------------------------------
    DATA PLAN
-------------------------------------------*/

/*カテゴリーボックス*/
div.faq-nav-icons{
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  width: 100%;
}

div.faq-nav-icons div.nav-box{
  background: url(/assets/img/arrow03.png) #fff no-repeat center 66px / 14px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000000;
  border-radius: 12px;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0px 0 15px;
  margin-bottom: 20px;
  border: 1px solid #00bfbf;
  transition: .35s;
  width: auto;
  filter: none;
}
div.faq-nav-icons div.nav-box:hover,
div.faq-nav-icons div.overseas-category-box-selected div.nav-box{
  background: url(/assets/img/arrow03.png) #68d8d5 no-repeat center 66px / 14px;
  transform: translateY(5px);
  color: #000;
}

div.faq-nav-icon-box,
div.overseas-category-box{
  position: relative;
  text-align: center;
  cursor: pointer;
  margin: 20px 0;
}
div.overseas-category-box{
  width: 14.5%;
  margin: 0;
}

/*プラン利用料*/
div.overseas-plan-area {
  padding: 45px 0 0;
  margin-bottom: 70px;
  position: relative;
}
div.white-content-box-overseas-recommended {
  position: absolute;
  width: 60px;
  top: 15px;
  left: 545px;
  z-index: 2;
}
div.overseas-category-area-hidden {
  display: none;
}

table.overseas-plan-table {
  border-collapse: collapse;
  width: 760px;
  margin: auto;
  padding-top: 0;
}
table.overseas-plan-table thead,
table.overseas-plan-table tbody.plan-area{
  display: block;
}
div.overseas-category-area thead {
  background-color: #00bfbf;
  display: block;
}
table.overseas-plan-table tbody {
  display: block;
  max-height: 295px;
  margin-bottom: 0.5em;
  overflow-y: scroll;
}
div.overseas-category-area thead th,
table.overseas-plan-table tbody tr td:first-child{
  border: 1px solid #00bfbf;
  background-color: #f2f5f5;
}
table.overseas-plan-table thead th {
  font-size: 1.3rem;
}
table.overseas-plan-table thead tr th,
table.overseas-plan-table tbody tr td:first-child,
span.overseas-table-th-large{
  font-weight: bold;
  font-size: 16px;
}
table.overseas-plan-table thead tr th,
table.overseas-plan-table tbody.plan-area tr td{
  width: 190px;
  height: 50px;
}
table.overseas-plan-table tbody tr td {
  font-size: 16px;
  border: 1px solid #00bfbf;
  text-align: center;
}

table.overseas-plan-table thead tr th.overseas-table-pc,
table.overseas-plan-table tbody.plan-area td.plan-300m,
table.overseas-plan-table tbody.plan-area td.plan-1g,
table.overseas-plan-table tbody.plan-area td.plan-3g{
  width: 25%;
}

@media screen and (min-width: 768px) {
  table.overseas-plan-table tbody{
    margin-right: -17px;
  }
}
@media screen and (max-width: 767px) {

  /*プラン利用料*/
  div.overseas-plan-area {
    padding: 25px 0 0;
    margin-bottom: 30px;
  }
  div.faq-nav-icons {
    padding: 0;
    justify-content: center;
    gap: 20px;
  }
  div.faq-nav-icons div.nav-box{
    height: 65px;
    font-size: 1.35rem;
    padding: 15px 0;
    margin-bottom:0;
    justify-content: flex-start;
    background: url(/assets/img/arrow03.png) #fff no-repeat center 45px / 14px;
  }
  div.faq-nav-icons div.overseas-category-box-selected div.nav-box{
    background: url(/assets/img/icon-arrow-hover-white.svg) #00bfbf no-repeat center 45px / 14px;
  }
  
  table.overseas-plan-table,
  table.overseas-plan-table tbody.plan-area{
    width: 100%;
  }
  table.overseas-plan-table thead tr th{
    padding: 10px 0;
  }
  table.overseas-plan-table thead tr th,
  table.overseas-plan-table tbody.plan-area tr td{
    width: 24.5%;
    height: 40px;
  }
  table.overseas-plan-table thead tr th,
  table.overseas-plan-table tbody tr td:first-child{
    font-size: 14px;
  }
  table.overseas-plan-table tbody.plan-area,
  table.overseas-plan-table tbody.plan-scroll{
    margin-right: 0;
  }
  div.faq-nav-icon-box.overseas-category-box{
    width: 32%;
  }
  div.overseas-plan-select-sp-div {
    display: block;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    position: relative;
  }
  div.overseas-plan-select-sp-div p.label {
    line-height: 20px;
    margin-left: -5px;
    margin-top: 3px;
    width: 100%;
    position: absolute;

  }
  div.overseas-plan-select-sp-div select {
    width: 100%;
    border: 0px;
    background-color: transparent;
    color: transparent;
    text-align: center;
  }
  .overseas-plan-select-sp option{
    color: #000;
  }
  div.overseas-plan-select-sp-div::before,
  div.overseas-plan-select-sp-div::after {
    position: absolute;
    content: '';
    display: block;
    pointer-events: none;
    border: 1px solid transparent;
    width: 0;
    height: 0;
    right: 4px;
  }
  div.overseas-plan-select-sp-div::before {
    bottom: 60%;
    border-width: 0 6.5px 8px 6.5px;
    border-bottom-color: #fff;
  }
  div.overseas-plan-select-sp-div::after {
    top: 55%;
    border-width: 8px 6.5px 0 6.5px;
    border-top-color: #fff;
  }
  div.overseas-top-remark {
    width: 100%;
  }
}

/*-------------------------------------------
    DATA PLAN　FUJIからコピペ
-------------------------------------------*/

div.contents-box-price {
  width: 843px;
  height: 480px;
  margin: 0 auto;
  padding: 40px 40px 0;
  box-sizing: border-box;
  font-size: 1.5rem;
  position: relative;
}

div.overseas-gray-area {
  padding-top: 18px;
  position: relative;
}

div.overseas-category-area-hidden {
  display: none;
}
div.overseas-category-area {
  height: 280px;
}
table.overseas-plan-table {
  position: relative;
  z-index: 0;
}
table.overseas-plan-table {
  border-collapse: collapse;
  width: 100%;
  padding-top: 0;
}
table.overseas-plan-table thead, table.overseas-plan-table tbody.plan-area {
  display: block;
}
table.overseas-plan-table thead tr th.overseas-table-th-first {
  width: 187.5px;
}
table.overseas-plan-table thead tr th {
  background-color: #68d8d5;
  height: 60px;
  border-width: 0 2px 0 0;
  color: #000;
}
table.overseas-plan-table thead tr th:not(.overseas-table-th-last) {
  border-right-color: #fff;
}
caption {
  caption-side: bottom;
  margin-bottom: 0.5em;
  font-size: 1.2rem;
  text-align: right;
  color: #646464;
}
.caution-text-all {
  font-size: 1.2rem;
  line-height: 1.1;
  color: #646464;
  margin-top: 20px;
}
@media screen and (min-width: 768px){
  .pc,
  div.div-pc,
  img.div-pc,
  span.pc_dot,
  table.overseas-plan-table .overseas-table-pc,
  #cv dl dt a.pc, span.pc_br,
  .overseas-table-unselected {
      display: "";
  }
}

table.overseas-plan-table thead tr th,
table.overseas-plan-table tbody.plan-area tr td {
  width: 187.5px;
  height: 50px;
  border: 1px solid #68d8d5;
  text-align: center;
  font-size: 1.5rem;
}
span.overseas-table-th-large {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  div.contents-box-price {
    width: 100%;
    height: 415px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    font-size: 1.5rem;
  }
  div.overseas-gray-area {
    padding-top: 16px;
    position: relative;
  }
  table.overseas-plan-table tbody.plan-area {
    height: 231px;
  }

  table.overseas-plan-table tbody.plan-scroll {
      width: 100%;
  }
  table.overseas-plan-table .overseas-table-sp {
    display: table-cell;
    width: 17%;
  }
  table.overseas-plan-table thead tr th.overseas-table-sp:last-child{
    border-right-color: #00bfbf;
  }
  table.overseas-plan-table thead tr th.overseas-table-th-first,
  table.overseas-plan-table tbody.plan-area tr td {
    width: 15%;
    display: table-cell;
  }
  table.overseas-plan-table thead tr th.overseas-table-pc,
  table.overseas-plan-table tbody.plan-area td.plan-300m,
  table.overseas-plan-table tbody.plan-area td.plan-1g,
  table.overseas-plan-table tbody.plan-area td.plan-3g{
    width: 15%;

  }
  table.overseas-plan-table tbody.plan-area tr td.overseas-table-unselected {
    display: none;
  }
  caption {
    margin: 0.5em 0 0;
  }
  section div.caution-text-all {
    margin-top: 10px;
  }
  section div.caution-text-all p {
    font-size: 1.2rem;
  }
  table.overseas-plan-table caption.sp {
    display: table-caption;
  }
}
/*-------------------------------------------
    DATA PLAN　FUJIからコピペここまで
-------------------------------------------*/


.tab_content dt {
  background-color: #fff;
}
.tab_content {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .tab_content dd {
    margin: 0;
    padding-top: 20px;
  }
  .tab_content dd span {
    top: 14px;
    left: 12px;
  }
  div.tab_content dt span {
    left: 12px;
    margin-top: 2px;
  }
}

/*-------------------------------------------
    kv
-------------------------------------------*/

@media screen and (min-width: 768px) {
  div.main section.kv::after {
    content: '';
    width: 683px;
    height: 175px;
    position: absolute;
    bottom: -15px;
    right: 0;
    background: url(/assets/img/back-kv-bottom-2.svg) no-repeat 0 0 / contain;
    z-index: 1;
  }
}
