﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/* 共通
---------------------------------------- */
  .PSO {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 200px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #F4F4F4;
    max-width: none;
    min-width: auto;
    overflow: hidden;
  }
  
  .PSO a {
  display: block;
  }
  .PSO #contents {
    width: 85%;
    max-width: 1140px;
    margin: 0 auto;
    float: none;
  }
  .PSO #contentsinner {
    margin-right: auto;
    min-width: auto;
    padding: 0;
    width: 100%;
  }
  .PSO p{
    text-align: justify;
    text-justify: inter-ideograph;
  }
  
  
  
  /* 共通
  ---------------------------------------- */
  
  
  
  /* プラン選択ページ
  ---------------------------------------- */
    /* 打ち消し */
    .plan-list-wrap {
      padding-top: 0;
      margin: 0 0 20px 0;
      }
      @media only screen and (max-width: 599px) {
      .plan-list-wrap {
      padding-top: 0px;
      }
      }
  
    .plan-list-wrap .plan-container-n {
      text-align: center;
      padding: 0px 30px 10px 30px;
      }	
  
    .plan-list-wrap .doubleplan .plan-container-n {
      text-align: center;
      padding: 0px 30px 10px 15px;
      }
      .plan-list-wrap .doubleplan .plan-container-n:nth-child(2) {
        text-align: center;
        padding: 0px 15px 10px 30px;
        }
    .plan-list-wrap .plan-container-n:after {
      content: none;
      }
  
      .plan-container-n .picture {
        height: 160px;
        padding: 6px 10px 6px 20px;
        max-width: 100%;
        margin: 0 auto;
    }
    .plan-container-n .picture img {
      width: auto;
      height: 100%;
  }
  
    .plan-list-wrap .plan-container-n .plan-detail dl .price {
      font-size: 13px;
      color: #000;
      margin-top: 8px;
      height: 30px;
      /* display: inline-block; */
    }
  
    .plan-list-wrap .plan-container-n .plan-detail .point {
      display: block;
      padding: 16px 12px 16px 16px;
      text-align: left;
      list-style: none;
    }
    @media only screen and (max-width: 599px) {
      .plan-list-wrap .plan-container-n .plan-detail .point {
        margin-bottom: 0;
        padding: 14px;
      }
    }
    .PSO .ApplyButton{
      width: 100%;
      margin-top: 10px;
    }
    .PSO .ApplyButton a {
      width: 100%;
      font-size: 15px;
      font-weight: bold;
      color: #fff;
      line-height: 1.4em;
      padding: 12px 10px;
  }
    .PSO .ApplyButton a {
      background: #44B758;
    }
    .PSO .ApplyButton a:hover{
      opacity: .6;
    }
    @media only screen and (max-width: 1451px) {
   .PSO .ApplyButton a {
        font-size: 15px;
        letter-spacing: 1px;
        padding: 10px 6px;
    }
    }
    .PSO  .plan-list-wrap .RegisteButton a {
      background: #007AE4;
    }
    /* 打ち消し */
  
    /* プラン選択　追加 */
    .header-big h1 {
      font-size: 30px;
      color: #007AE4;
      font-weight: bold;
      margin-bottom: 20px;
    }
    .plan-container-n .logo {
      width: 70%;
      height: 42px;
      margin: 12px auto 12px auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      /* margin-top: 20px; */
  }
    .plan-container-n .logo img{
      width: 100%;
    }
    .PSO .contentsBlocks{
      width: 100%;
      float: none;
      /* margin: 0 auto; */
    }
    .contentsBlocks.plan-list-wrap {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 49% 25% 25%;
      grid-template-columns: 49% 25% 25%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0;
    }
    .PSO .contentsBlocks .title {
      font-size: 15px;
      padding: 8px;
      font-weight: bold;
      text-align: center;
      color: #fff;
      margin-bottom: 0;
    }
    .PSO .plan-subsc{
      width: 100%;
      height: 100%;
      margin: auto;
      background-color: #fff;
      border-top: none;
      border-radius: 10px;
    }
    .doubleplan-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: relative;
    }
    .doubleplan-inner .picture-mark {
      width: 64px;
      height: 64px;
      position: absolute;
      top: 125px;
      left: 50%;
      -webkit-transform: translate(-50% , 0%);
          -ms-transform: translate(-50% , 0%);
              transform: translate(-50% , 0%);
      z-index: 3;
  }
  .doubleplan-inner .picture-mark img{
    width: 100%;
  }
    .plan-subsc.doubleplan .plan-container-n {
      width: 50%;
    }
    .plan-detail .catch{
      font-size: 13px;
      margin-top: 6px;
    }
    .Emphasis{
      font-size: 16px;
      font-weight: bold;
    }
  
    .plan-detail dl .price {
      font-weight: bold;
    }
    .plan-detail dl .price .Emphasis{
      font-size: 28px;
      color: #DC000C;
      margin: 0 4px;
    }
    .plan-detail dl .price .Emphasis span{
      font-size: 13px;
    }
    .plan-detail dl .price .Emphasis.Emphasis_no{
      font-size: 22px;
      font-weight: bold;
    }
    
    .doubleplan .picture {
      display: block;
      margin: 0 auto;
      padding: 10px 0;
      height: 160px;
      position: relative;
  
    }
    .doubleplan-inner::after {
      content: "";
      background-color: aliceblue;
      width: calc(100% - 40px);
      top: 70px;
      left: 50%;
      height: 152px;
      -webkit-transform: translate(-50% , 0);
          -ms-transform: translate(-50% , 0);
              transform: translate(-50% , 0);
      position: absolute;
      z-index: 0;
  }
    .doubleplan .plan-container-n:nth-of-type(2) .picture::after{
      width: 100%;
    }
    .doubleplan .picture img{
      width: auto;
      height: 100%;
      position: relative;
      z-index: 2;
    }
  
  
    .plan-list-wrap .plan-subsc .title {
      background: #007AE4;
      border-radius: 10px 10px 0 0;
    }
    .plan-subsc.digplan .title{
      background: #8671E2;
    }
    .plan-subsc.GXplan .title{
      background: #F24841;
    }
    .PS-point{
      text-align: left;
      position: relative;
      font-size: 14px;
      margin-top: 14px;
      line-height: 1.6em;
    }
    .PS-point p{
      padding-left: 1.2em;
    }
    .PS-point::before{
      content: "";
      display: block;
      position: absolute;
      top: 0.5em;
      width: 10px;
      height: 5px;
      border-left: 2px solid #007AE4;
      border-bottom: 2px solid #007AE4;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
    }
    .digplan .PS-point::before{
      border-left: 2px solid #8671E2;
      border-bottom: 2px solid #8671E2;
    }
    .GXplan .PS-point::before{
      border-left: 2px solid #F24841;
      border-bottom: 2px solid #F24841;
    }
    .PSO .note{
      color: #686868;
      position: relative;
      padding-left: 1.2em;
      margin-top: 8px;
    }
    .PSO .note::before{
      content: "※";
      position: absolute;
      margin-left: -1.2em;
    }
    /* プラン選択　追加 */
  
  /* プラン選択ページ
  ---------------------------------------- */
  
  
  /* プラン比較
  ---------------------------------------- */
  
  .plan-comparison-wrap , .plan-question-wrap{
    /*padding: 40px 30px;*/
    padding-top: 40px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 0px;
    background-color: #fff;
    margin: 0 0 20px 0;
    border-radius: 10px;
    width: 96% !important;
  }
  
  .PSO .RegisteButton h2 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 18px;
    color: #007AE4;
  }
  ul.menu.QandA .submenu__item a {
    display: inline-block;
  }
  /* 表 */
  .plan-comparison-table dl{
    border-bottom: 1px solid #ededed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .plan-comparison-table dt{
    width: 25%;
    font-weight: bold;
    padding: 6px 20px;
    position: relative;
  }
  .plan-comparison-table #ac-child dt{
    font-weight: normal;
    position: relative;
  }
  .plan-comparison-table #ac-child dt::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1px;
    margin-bottom: 0.4em;
    margin-right: 0.3em;
    background-color: #000;
  }
  .plan-comparison-table dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ECF5FD;
    width: 25%;
    text-align: center;
    padding: 6px 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .plan-comparison-table dd:nth-of-type(2){
    background-color: #F6F4FD;
  }
  .plan-comparison-table dd:nth-of-type(3){
    background-color: #FEF1F0;
  }
  .planname-dl dd{
    background-color: #0079E4;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.4em;
  }
  .planname-dl dd:nth-of-type(2){
    background-color: #8B6CE9;
  }
  .planname-dl dd:nth-of-type(3){
    background-color: #F24941;
  }
  dl.application-dl dd{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  dl.application-dl p a{
    text-decoration: underline;
    color: #000;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition: all 0.5s ease 0s;
  }
  dl.application-dl p a:hover{
    color: #017ee2;
  }
  /* プラン比較折り畳み */
  
  /* アコーディオンメニュー全体のサイズ・位置 */
  .ac {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  
  /* クリック領域 */
  #ac-parent {
    cursor: pointer;
    position: relative;
  }
  
  /* クリックしたら表示される領域 */
  #ac-child {
    display: none;
  }
  
  /* 横の線 */
  #ac-parent dt::before , .QandA .js-menu__item__link::before{
    content: "";
    width: 2px;
    height: 20px;
    background-color: #0079E4;
    top: 50%;
    right: 20px;
    border-radius: 3px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  
  #ac-parent.active dt:before, .QandA .js-menu__item__link.active::before{
    
    -webkit-animation: line-S .3s ease;
            animation: line-S .3s ease;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
  }
  @-webkit-keyframes line-S{
    0%{
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
              transform: translate(-50%, -50%) rotate(0deg);
      opacity: 1;
    }
    100%{
      -webkit-transform: translate(-50%, -50%) rotate(90deg);
              transform: translate(-50%, -50%) rotate(90deg);
      opacity: 0;
    }
  }
  @keyframes line-S{
    0%{
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
              transform: translate(-50%, -50%) rotate(0deg);
      opacity: 1;
    }
    100%{
      -webkit-transform: translate(-50%, -50%) rotate(90deg);
              transform: translate(-50%, -50%) rotate(90deg);
      opacity: 0;
    }
  }
  /* 縦の線 */
  #ac-parent dt::after , .QandA .js-menu__item__link::after{
    content: "";
    width: 20px;
    height: 2px;
    background-color: #0079E4;
    top: 50%;
    right: 20px;
    border-radius: 3px;
    -webkit-transform: translate(8px, -50%) rotate(0deg);
        -ms-transform: translate(8px, -50%) rotate(0deg);
            transform: translate(8px, -50%) rotate(0deg);
    position: absolute;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  
  #ac-parent.active dt:before, .QandA .js-menu__item__link.active::before{
    -webkit-animation: line-V .3s ease;
            animation: line-V .3s ease;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
  }
  @-webkit-keyframes line-V{
    0%{
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
              transform: translate(-50%, -50%) rotate(0deg);
    }
    100%{
      -webkit-transform: translate(-50%, -50%) rotate(90deg);
              transform: translate(-50%, -50%) rotate(90deg);
    }
  }
  @keyframes line-V{
    0%{
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
              transform: translate(-50%, -50%) rotate(0deg);
    }
    100%{
      -webkit-transform: translate(-50%, -50%) rotate(90deg);
              transform: translate(-50%, -50%) rotate(90deg);
    }
  }
  
  details .bl_3daysSearchBlock {
    width: 100%;
  }
  
  /* 折り畳みー終わりー */
  
  
  /* よくあるご質問
  ---------------------------------------- */
  .QandA .menu__item {
    background: #ECF5FD;
    color: #000;
    cursor: pointer;
    display: block;
    margin-bottom: 5px;
    position: relative;
  }
  .QandA .menu__item__link{
    position: relative;
  }
  .QandA .menu__item__link h4{
    color: #000;
    display: block;
    padding: 1rem 3.2rem 1rem 3.2rem;
    font-weight: bold;
    position: relative;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.5em;
  }
  .QandA .menu__item__link h4::before, .QandA .submenu__item::before {
    content: "Q.";
    position: absolute;
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #007AE4;
    top: 16px;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    left: 0;
    margin-left: 16px;
  }
  .QandA .submenu {
    background: #fff;
    display: none;
  }
  .QandA .submenu__item {
    color: #222;
    padding: 1rem 1rem 2rem 3.2rem;
    position: relative;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.5em;
  }
    .QandA .submenu__item::before{
      content: "A.";
      margin-left: 16px;
    }
    .QandA .js-menu__item__link::before , .QandA .js-menu__item__link::after{
      /* left: auto;
      right: 2em;
      transform: translate(50%, -50%); */
    }
  
  
  
  
  
  
  /* ------------------------------------------------------------------------------------------------------------------------
  
  タブレット
  ------------------------------------------------------------------------------------------------------------------------ */
  
  
  /* 共通 タブレット
  ---------------------------------------- */
  @media only screen and (max-width:  1140px) {
  
  
    .PSO #contents {
      width: 95%;
      max-width: none;
    }
    header {
      height: 70px;
      position: fixed;
      top: 0;
      z-index: 10;
      background-color: #fff;
  }
  .pankuzu.pankuzu-ps ul {
    width: 95%;
  }
    .PSO .contentsBlocks{
      /* width: 90vw; */
    }
    .header-big h1 {
      font-size: 24px;}
    .pankuzu.pankuzu-ps {
      margin-top: 70px;
    }
  
  /* プラン選択 */
  .PSO .contentsBlocks .title {
    font-size: 12px;
    padding: 4px 8px;
  }
  .plan-list-wrap .plan-container-n {
    text-align: center;
    padding: 0px 10px 10px 10px;
  }
  .plan-list-wrap .doubleplan .plan-container-n {
    padding: 0px 0px 0px 5px;
  }
  .plan-list-wrap .doubleplan .plan-container-n:nth-child(2) {
    text-align: center;
    padding: 0px 5px 0px 0px;
  }
  .plan-container-n .logo {
    margin: 10px auto 4px auto;
  }
  .plan-container-n .picture {
    width: 95%;
    margin: 0 auto;
    padding: 0px 0px 10px 0px;
    height: 16vw;
    max-height: 110px;
  }
  .doubleplan .picture {
    padding: 0;
    height: 120px;
    width: auto;
    padding: 10px 0;
  }
  .plan-container-n .picture img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .plan-detail .catch {
    margin-top: 0px;
  }
  .plan-detail .catch ,.Emphasis{
    font-size: 12px;
  }
  
  .plan-detail dl .price .Emphasis{
    font-size: 24px;
    color: #DC000C;
    margin: 0 4px;
  }
  .plan-detail dl .price .Emphasis span{
    font-size: 12px;
  }
  .plan-detail dl .price .Emphasis.Emphasis_no{
    font-size: 20px;
    font-weight: bold;
  }
  span.Emphasis.Emphasis_no{
    font-size: 20px;
  }
  .plan-list-wrap .plan-container-n .plan-detail dl .price {
    margin-top: 8px;
    height: auto;
  }
  .PSO .ApplyButton {
    width: 100%;
    margin-top: 8px;
  }
  .PS-point {
    font-size: 12px;
    margin-top: 8px;
    line-height: 1.6em;
  }
  .PS-point::before {
    top: 0.5em;
    width: 7px;
    height: 3px;
  }
  
  .doubleplan-inner::after {
    width: calc(100% - 20px);
    top: 60px;
    left: 50%;
    height: 16vw;
    max-height: 100px;
  }
  .doubleplan-inner .picture-mark {
    width: 48px;
    height: 48px;
    top: 90px;
  }
  .doubleplan-inner{
    padding: 0px 10px 10px 10px;
  }
  /* プラン表 */
  #ac-parent dt::before, .QandA .js-menu__item__link::before{
    right: 16px;
    height: 16px;
  }
  #ac-parent dt::after, .QandA .js-menu__item__link::after{
    right: 16px;
    width: 16px;
    -webkit-transform: translate(6px, -50%) rotate(0deg);
        -ms-transform: translate(6px, -50%) rotate(0deg);
            transform: translate(6px, -50%) rotate(0deg);
  }
  .plan-comparison-table dd span.pc-only {
    display: none !important;
  }
  .plan-comparison-table dd span.sp-only {
    display: block !important;
  }
  /* フッター */
  .globalFooter-ps #globalFooterBottom {
    width: 95%;
  }
  #globalFooter.globalFooter-ps{
    padding-bottom: 0;
  }
  
  }
  
  
  
  
  
  
  
  
  
  /* ------------------------------------------------------------------------------------------------------------------------
  
  スマホ
  ------------------------------------------------------------------------------------------------------------------------ */
  
  
  /* 共通 スマホ
  ---------------------------------------- */
  @media only screen and (max-width:  599px) {
  .PSO{
      padding: 0 6px 60px 6px;
    }
  .PSO #contents {
      width: 100%;
      padding: 0;
    }
  .PSO #contentsinner .contentsBlocks {
      padding-top: 0px;
    }
  header {
    height: 50px;
  }
  .pankuzu.pankuzu-ps {
    margin-top: 50px;
  }
  .PSO .plan-subsc{
    -webkit-box-shadow: 0 0 10px #ddd;
            box-shadow: 0 0 10px #ddd;
    margin-bottom: 6px;
  }
  .header-big h1 {
    font-size: 14px;
    margin: 0 auto 10px auto;
  }
  
  
  
  /* プラン選択 */
  .PSO .contentsBlocks .title {
    font-size: 16px;
    color: #007AE4;
    background-color: #fff;
    border-bottom: 1px solid #ECECEC;
    padding: 6px 10px;
  }
  .PSO .contentsBlocks .plan-subsc:nth-of-type(2) .title{
    color: #8B6CEA;
  }
  .PSO .contentsBlocks .plan-subsc:nth-of-type(3) .title{
    color: #F24841;
  }
  .contentsBlocks.plan-list-wrap{
    display: block;
    padding: 0;
  }
  .doubleplan-inner{
    padding: 10px;
  }
  .digplan .plan-container-n , .GXplan .plan-container-n {
    padding: 12px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .doubleplan .plan-container-n .picture {
    height: 70px;
    padding: 0;
  }
  .digplan .plan-detail ,.GXplan .plan-detail {
    width: 48%;
  }
  .plan-container_sp-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 48%;
  }
  .plan-container-n .logo {
    width: auto;
    max-width: 80px;
    height: 20px;
    margin: 0 auto 10px auto;
  }
  .plan-container_sp-right .logo {
    width: 80%;
    max-width: 94px;
  }
  .PS-point{
    display: none;
  }
  .PSO .plan-detail .note{
    display: none;
  }
  .sp-column {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    line-height: 1em;
  }
  .plan-list-wrap .plan-container-n .plan-detail dl .price {
    font-size: 11px;
    margin-top: 4px;
  }
  
  .digplan .plan-container-n, .GXplan .plan-container-n{
    padding: 10px 10px;
  }
  .PSO .ApplyButton {
    margin-top: 4px;
  }
  .PSO .ApplyButton a {
    font-size: 13px;
    letter-spacing: 1px;
    padding: 8px 4px;
  }
  .plan-detail .catch, .Emphasis {
    font-size: 12px;
    letter-spacing: -0.5px;
  }
  dl.application-dl dd p{
    width: 100%;
  }
  
  .PSO #contentsinner .plan-comparison-wrap, .PSO #contentsinner.plan-question-wrap {
    padding: 20px 10px;
    -webkit-box-shadow: 0 0 10px #ddd;
            box-shadow: 0 0 10px #ddd;
  }
  .planname-dl dd{
    font-size: 11px;
    padding: 6px 4px;
    line-height: 1.4em;
  }
  .plan-comparison-table dd{
    font-size: 11px;
    padding: 6px 4px;
    width: 28%;
    line-height: 1.4em;
  }
  .plan-comparison-table dt {
    padding: 0px 4px 0px 0px;
    font-size: 11px;
    line-height: 1.4em;
  }
  .plan-comparison-table dt {
    width: 16%;
  }
  #ac-parent dt{
    padding: 0px 20px 0px 0px;
  }
  .container.PSO.second #contentsinner .contentsBlocks *{
    -webkit-box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: inherit;
  }
  #ac-parent dt::after, .QandA .js-menu__item__link::after {
    width: 10px;
    height: 1px;
  }
  #ac-parent dt::before, .QandA .js-menu__item__link::before {
    width: 1px;
    height: 10px;
  
  }
  .plan-comparison-table #ac-child dt::before {
    width: 0.8em;
  }
  dl.application-dl p a {
    text-decoration: none;
    color: #000;
    background-color: #E8E8E8;
    margin-top: 4px;
    padding: 4px 2px;
    text-align: center;
  }
  .doubleplan-inner::after {
    top: 36px;
    left: 50%;
    height: 78px;
  }
  .doubleplan-inner .catch{
    margin-top: 6px;
  }
  
  .doubleplan-inner .picture-mark {
    width: 40px;
    height: 40px;
    top: 58px;
  }
  .plan-container-n .picture {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    max-height: none;
    height: 22vw;
  }
  /* よくあるご質問 */
  .PSO #contentsinner .contentsBlocks.plan-question-wrap {
    padding: 20px 10px;
  }
  .QandA .menu__item__link h4 {
    padding: 10px 30px;
  }
  .QandA .menu__item__link h4::before, .QandA .submenu__item::before {
    top: 10px;
    font-size: 16px;
    margin-left: 6px;
  }
  #ac-parent dt::before, .QandA .js-menu__item__link::before{
    right: 10px;
    height: 10px;
  }
  #ac-parent dt::after, .QandA .js-menu__item__link::after{
    right: 10px;
    width: 10px;
    -webkit-transform: translate(4px, -50%) rotate(0deg);
        -ms-transform: translate(4px, -50%) rotate(0deg);
            transform: translate(4px, -50%) rotate(0deg);
  }
  .QandA .submenu__item {
    padding: 0.4rem 2rem 0.4rem 2rem;
  }
  .QandA .menu__item{
    margin-bottom: 2px;
  }
  /* フッター */
  #globalFooter p img{
    max-width: 95vw;
  }
  #globalFooter.globalFooter-ps{
    padding-bottom: 0;
  }
  }
  
  
  
  
   /* IE対策 */
  
  
  @media all and (-ms-high-contrast: none) and (min-width: 700px){
      .contentsBlocks.plan-list-wrap {
        display: flex;
        justify-content: space-between;
      
      }
      .plan-subsc.doubleplan{
        width: 49%;
        margin: 0 auto;
        align-self: stretch;
      }
      .plan-subsc.digplan, .plan-subsc.GXplan {
        width: 25%;
        height: auto;
        align-self: stretch;
        margin: 0 auto;
      }
  
  }

  @media only screen and (max-width:  599px) {
    .plan-detail dl {
      min-height: 56px;
    }
  }


/*231225_追加
	-------------------------------------------------------*/
.plan-detail .markup {
     display: block;
    line-height: 1.2;
    margin-top: 0.5rem;
    font-size: 1rem;
    font-weight: bold;
}
@media only screen and (max-width:  599px) {
  .plan-detail .markup {
    font-size: 0.9rem;
}  
}
.plan-list-wrap .plan-container-n .plan-detail dl .price.price_h50{
    height: 50px;
}

/*ここまで
	-------------------------------------------------------*/