@charset "UTF-8";
.red {
  color: #f57e16; }

.blue {
  color: #2a94f4; }

.navy {
  color: #074898; }

.p-faq {
  margin-bottom: 50px; }
  @media screen and (max-width: 640px) {
    .p-faq {
      margin-bottom: 40px; } }
  .p-faq .p-faq-q, .p-faq .p-faq-a {
    border: none;
    background: #fff;
    padding: 15px 35px 15px calc(2rem + 25px);
    max-width: 1140px; }
    @media screen and (min-width: 1200px) {
      .p-faq .p-faq-q, .p-faq .p-faq-a {
        margin-right: 10px;
        margin-left: 10px; } }
    @media screen and (min-width: 641px) and (max-width: 1199px) {
      .p-faq .p-faq-q, .p-faq .p-faq-a {
        padding: 15px 35px 15px 45px; } }
    @media screen and (max-width: 640px) {
      .p-faq .p-faq-q, .p-faq .p-faq-a {
        padding: 15px 26px 15px 32px;
        font-size: 90%; } }
    .p-faq .p-faq-q::before, .p-faq .p-faq-a::before {
      display: inline-flex;
      border-radius: 50%;
      width: 2rem;
      height: 2rem;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 1.6rem;
      font-weight: 700;
      margin-right: 10px;
      margin-left: calc(-2rem - 5px); }
      @media screen and (max-width: 640px) {
        .p-faq .p-faq-q::before, .p-faq .p-faq-a::before {
          width: 1.6rem;
          height: 1.6rem;
          font-size: 1.4rem;
          margin-right: 1px;
          margin-left: calc(-1.6rem - 1px); } }
    .p-faq .p-faq-q .c-list-notice, .p-faq .p-faq-a .c-list-notice {
      margin-top: 10px;
      margin-bottom: 0; }
  .p-faq .p-faq-q {
    font-weight: 700;
    color: #452b1d;
    border-radius: 5px;
    position: relative;
    margin-bottom: -3px;
    cursor: pointer;
    transition: .2s;
    margin-top: 20px;
    /*&:not(:first-child){
    	margin-top: 20px;
    }*/ }
    .p-faq .p-faq-q:hover {
      color: #2280f1; }
      .p-faq .p-faq-q:hover::after {
        color: #2280f1; }
    .p-faq .p-faq-q::before {
      content: "Q";
      color: #f57e16;
      transition: .2s; }
    .p-faq .p-faq-q::after {
      font-weight: 700;
      font-size: 30px;
      display: inline-block;
      right: 20px;
      position: absolute;
      content: "+";
      top: 0;
      color: #452b1d;
      transition: .2s;
      transform-origin: 48% 57%; }
      @media screen and (min-width: 641px) and (max-width: 1199px) {
        .p-faq .p-faq-q::after {
          right: 10px;
          top: 6px; } }
      @media screen and (max-width: 640px) {
        .p-faq .p-faq-q::after {
          right: 5px;
          top: calc(50% - 15px);
          line-height: 1;
          font-size: 24px; } }
    .p-faq .p-faq-q.open {
      border-radius: 5px 5px 0 0; }
    .p-faq .p-faq-q.open::after {
      transform: rotate(45deg); }
  .p-faq .p-faq-a {
    border-radius: 0 0 5px 5px;
    display: none;
    background-color: #fff;
    position: relative;
    border-top: dashed 1px #ddd; }
    .p-faq .p-faq-a::before {
      content: "A";
      color: #ffbc00;
      position: absolute;
      top: 12px; }
      @media screen and (max-width: 640px) {
        .p-faq .p-faq-a::before {
          top: 13px; } }
    .p-faq .p-faq-a .c-telblock_data {
      padding-left: 0; }
    .p-faq .p-faq-a .c-telblock_number {
      margin-left: 0; }
  .p-faq img {
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 15px; }

#faq_link {
  display: flex;
  flex-wrap: wrap; }
  #faq_link .c-faq-button {
    padding: 10px;
    margin: 10px;
    width: calc(25% - 20px);
    height: 72px;
    text-decoration: none;
    color: #f57e16;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url("/common/img/right.svg");
    background-position: right 5px bottom 10px;
    background-size: 15px 15px;
    border-radius: 5px;
    background-repeat: no-repeat;
    border: 1px solid #f57e16;
    filter: drop-shadow(2px 2px 0px #FEE1B3);
    transition: .3s;
    font-weight: 700; }
    @media screen and (min-width: 641px) and (max-width: 1199px) {
      #faq_link .c-faq-button {
        margin: 7px;
        width: calc(33% - 14px);
        font-size: 85%; } }
    @media screen and (max-width: 640px) {
      #faq_link .c-faq-button {
        margin: 7px;
        width: calc(50% - 14px);
        font-size: 85%; } }
    #faq_link .c-faq-button:hover {
      background-color: rgba(255, 255, 255, 0.8);
      transform: translateY(-3px);
      filter: drop-shadow(4px 4px 4px #FEE1B3);
      background-position: right 2px bottom 10px; }

.u-bg_white .p-faq-q, .u-bg_white .p-faq-a {
  border: 1px solid #f5f2ee; }
.u-bg_white .p-faq-q {
  background: #f5f2ee; }
.u-bg_white .p-faq-a {
  background: #FFFEFB; }

.stepbar {
  margin: 0 auto; }
  .stepbar .stepbarwrap {
    margin: 2em 0;
    position: relative; }
  .stepbar .stepbarwrap .steptxt {
    padding-left: 3.5em; }
    .stepbar .stepbarwrap .steptxt .txt {
      font-size: 0.9em; }
  .stepbar .stepbarwrap .steptitle {
    display: inline-flex;
    align-items: center; }
    .stepbar .stepbarwrap .steptitle .title {
      margin: 0.5em;
      font-weight: bold;
      font-size: 1.2em;
      color: #452b1d; }
    .stepbar .stepbarwrap .steptitle .stepcircle {
      display: inline-block;
      width: 3em;
      height: 3em;
      content: "";
      border-radius: 50%;
      background-color: #452b1d;
      color: #fff;
      text-align: center;
      z-index: 2; }
      .stepbar .stepbarwrap .steptitle .stepcircle span {
        display: inline-block;
        line-height: 1.2em;
        font-size: 0.8em;
        font-weight: bold;
        position: relative;
        top: 0.75em; }
  .stepbar .stepbarwrap .stepline {
    width: 1px;
    height: calc(100% + 1em);
    background-color: #452b1d;
    position: absolute;
    top: 1em;
    left: 1.5em;
    z-index: 1; }
  .stepbar .stepbarwrap:last-of-type .stepline:last-of-type {
    display: none; }
  @media screen and (max-width: 640px) {
    .stepbar .box-border {
      padding: 10px; } }

.p-card-1 {
  position: relative;
  box-sizing: border-box;
  background: #ffdb36;
  border-radius: 10px;
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    .p-card-1 {
      width: 80%;
      padding: 10px 20px; } }
  .p-card-1::after {
    left: 8px;
    top: 8px;
    width: calc(100% - 18px);
    height: calc(100% - 18px); }
  .p-card-1::before {
    left: 16px;
    top: 16px;
    width: calc(100% - 16px);
    height: calc(100% - 16px); }
  .p-card-1 img {
    max-height: 180px;
    margin: 10px auto; }
    @media screen and (max-width: 640px) {
      .p-card-1 img {
        max-height: 32vw; } }
  @media screen and (max-width: 640px) {
    .p-card-1 .p-card-1-inner-in {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: -15px; }
      .p-card-1 .p-card-1-inner-in picture {
        flex: 1.5;
        display: inline-block;
        width: 15%;
        height: auto;
        margin-left: 10px;
        margin-bottom: 10px; }
      .p-card-1 .p-card-1-inner-in p {
        flex: 9;
        margin-right: 0;
        margin-left: 0; } }
  .p-card-1 .p-card-1-inner {
    border-radius: 8px; }
  .p-card-1 .u-title {
    background: #fff;
    color: #312300;
    font-size: clamp(16.5px, 5vw, 20px);
    font-weight: 700;
    line-height: 1.6; }
    .p-card-1 .u-title .u-title-inner {
      padding: 15px;
      display: block;
      text-align: center;
      margin-bottom: 10px;
      line-height: 1; }
  .p-card-1 .u-text {
    padding: 5px 0;
    text-align: left; }
    @media screen and (min-width: 641px) {
      .p-card-1 .u-text {
        text-align: center; } }

.p-card-1.bd-blue {
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px; }
  .p-card-1.bd-blue .bg-beta {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #452b1d;
    color: #fff;
    font-weight: bold;
    border-radius: 0 0 5px 5px;
    text-align: center; }
  .p-card-1.bd-blue .u-title .u-title-inner {
    padding: 5px 0 20px; }
  .p-card-1.bd-blue .u-text {
    text-align: center;
    margin-bottom: 20px; }
  .p-card-1.bd-blue .icon-text {
    margin-bottom: 10px; }

.u-title.h100 {
  min-height: 100px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center; }

.collabo-card {
  width: clamp(220px, 35vw, 310px);
  height: 180px;
  display: flex;
  background: #fff;
  border-radius: 10px;
  position: relative;
  color: #333;
  flex-direction: column;
  text-align: center;
  margin-right: 30px;
  text-decoration: none; }
  @media screen and (max-width: 640px) {
    .collabo-card {
      margin-right: 0;
      width: clamp(140px, 46vw, 310px);
      height: auto; } }
  .collabo-card::before {
    content: "";
    position: absolute;
    top: 99%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #e0edff; }
  .collabo-card.sbh:before {
    border-top: 15px solid #f7831c; }
  .collabo-card.biglobe:before {
    border-top: 15px solid #272286; }
  .collabo-card.sonet:before {
    border-top: 15px solid #cf2f7a; }
  .collabo-card.air:before {
    border-top: 15px solid #62b0dc; }
  .collabo-card .title {
    font-size: 150%;
    margin-bottom: 5px;
    padding-top: 5px;
    font-weight: bold;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 640px) {
      .collabo-card .title {
        padding-top: 0px !important; } }
  .collabo-card .card-l-title {
    padding: 2% 2% 3%; }
    @media screen and (max-width: 640px) {
      .collabo-card .card-l-title {
        padding: 2% 2% 5%; } }
  @media screen and (max-width: 640px) {
    .collabo-card.sbh .card-l-title {
      padding: 2%; } }
  .collabo-card.sbh .title {
    color: #312300 !important; }
  .collabo-card.air .title {
    color: #62b0dc !important; }
  @media screen and (max-width: 640px) {
    .collabo-card .right {
      margin-top: 3%;
      margin-left: 1%; } }
  .collabo-card .contents {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 640px) {
      .collabo-card .contents {
        position: relative;
        bottom: 1vw;
        margin: 0; } }
  .collabo-card .saidai {
    color: #f7831c;
    font-weight: bold;
    line-height: 1.2;
    font-size: clamp(10.5px, 2vw, 16px);
    margin-bottom: 6px; }
  .collabo-card p {
    margin-bottom: 2px; }
  .collabo-card small {
    display: block;
    font-size: clamp(12px, 2vw, 18px); }
  .collabo-card .naiyou {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: clamp(13px, 3vw, 17px);
    line-height: 1.3;
    color: #333;
    padding: 0 5px; }
    .collabo-card .naiyou small {
      font-size: 14px !important;
      font-weight: normal; }
  .collabo-card .shousai {
    color: #fff;
    border-radius: 0 0 10px 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 3px;
    font-size: clamp(12px, 2vw, 16px); }
    @media screen and (max-width: 640px) {
      .collabo-card .shousai {
        position: relative; } }
  .collabo-card.sbh .shousai {
    background: #f7831c; }
  .collabo-card.biglobe .shousai {
    background: #272286; }
  .collabo-card.sonet .shousai {
    background: #cf2f7a; }
  .collabo-card.air .shousai {
    background: #62b0dc; }
  .collabo-card .price {
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF; }
    .collabo-card .price .u-text-l {
      font-size: clamp(46px, 6.5vw, 68px);
      line-height: 1;
      margin: 0 3px;
      letter-spacing: 0;
      color: #f97d0f; }
      @media screen and (max-width: 640px) {
        .collabo-card .price .u-text-l {
          font-size: clamp(32px, 10vw, 68px);
          margin: 0; } }
    .collabo-card .price .u-text-m {
      font-size: clamp(14px, 2vw, 25px);
      font-weight: bold;
      color: #f7831c;
      display: inline-block;
      line-height: 1;
      text-align: left; }
      @media screen and (max-width: 640px) {
        .collabo-card .price .u-text-m {
          font-size: clamp(14px, 4vw, 25px); } }
  .collabo-card.card-l {
    max-width: 540px;
    max-height: 225px;
    min-width: 300px;
    width: 90vw;
    height: 37.4vw;
    margin: 0 auto 30px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 640px) {
      .collabo-card.card-l {
        margin: 0 auto 30px;
        border-width: 2px !important;
        background-size: 150%;
        background-position: center -5vw; } }
    @media screen and (max-width: 400px) {
      .collabo-card.card-l {
        height: 47vw; } }
    @media screen and (min-width: 401px) and (max-width: 500px) {
      .collabo-card.card-l {
        height: 43vw; } }
    @media screen and (min-width: 501px) and (max-width: 640px) {
      .collabo-card.card-l {
        height: 38vw; } }
    .collabo-card.card-l.sbh {
      background-image: url(/common/img/cp-base-sb.png);
      border: solid 4px #fba722; }
    .collabo-card.card-l.biglobe {
      background-image: url(/common/img/cp-base-bl.png);
      border: solid 4px #49a5e9; }
    .collabo-card.card-l.flets {
      background-image: url("/common/img/cp-base-flets.png");
      border: solid 4px #ffdd00;
      max-width: 640px;
      max-height: 266px;
      width: 90vw;
      height: 37vw;
      background-color: #fd0;
      background-size: 100% !important;
      background-position: center !important; }
      .collabo-card.card-l.flets .flex {
        height: 70%;
        margin-top: 14%;
        justify-content: space-evenly; }
      .collabo-card.card-l.flets .right {
        margin-top: 0 !important; }
      .collabo-card.card-l.flets .left {
        width: 26%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .collabo-card.card-l.flets .left img {
          margin: 0; }
      .collabo-card.card-l.flets .caption {
        font-size: clamp(10px, 2vw, 22px);
        background: #f7831c;
        text-align: center !important; }
      .collabo-card.card-l.flets .price .u-text-l {
        font-size: clamp(40px, 14vw, 100px); }
      .collabo-card.card-l.flets .saidai {
        font-size: clamp(12px, 4vw, 24px); }
      .collabo-card.card-l.flets .saidai, .collabo-card.card-l.flets .price .u-text-l, .collabo-card.card-l.flets .price .u-text-m {
        color: #452b1d; }
    .collabo-card.card-l .tag {
      position: absolute;
      top: -20px;
      left: -5px; }
    .collabo-card.card-l::before {
      border-top: none; }
    .collabo-card.card-l::after {
      position: absolute;
      top: 99%;
      left: 50%;
      margin-left: -15px;
      border: 15px solid transparent;
      border-top: 15px solid #e0edff; }
    .collabo-card.card-l.sbh::after {
      border-top: 20px solid #f7831c; }
    .collabo-card.card-l.biglobe::after {
      border-top: 20px solid #272286; }
    .collabo-card.card-l.sonet::after {
      border-top: 20px solid #cf2f7a; }
    .collabo-card.card-l.air::after {
      border-top: 20px solid #62b0dc; }
    .collabo-card.card-l .caption {
      padding: 2px;
      font-weight: bold;
      border-radius: 5px;
      font-size: clamp(10px, 3vw, 16px);
      color: #fff;
      margin-bottom: 10px;
      line-height: 140%; }
    .collabo-card.card-l.sbh .caption {
      background: #f7831c; }
    .collabo-card.card-l.biglobe .caption {
      background: #1784d5; }
    .collabo-card.card-l.sonet .caption {
      background: #cf2f7a; }
    .collabo-card.card-l.air .caption {
      background: #62b0dc; }
    .collabo-card.card-l .price .u-text-m {
      font-size: clamp(15px, 5vw, 32px); }
    .collabo-card.card-l .price .u-text-l {
      font-size: clamp(35px, 11vw, 65px); }
    .collabo-card.card-l .saidai {
      font-size: clamp(12px, 4vw, 16px); }
    .collabo-card.card-l .naiyou {
      font-size: clamp(10px, 2vw, 12px);
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      bottom: -5px;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      letter-spacing: 0; }
    .collabo-card.card-l .card-content {
      padding-right: 2%;
      height: 60%;
      display: flex;
      align-items: center; }
      .collabo-card.card-l .card-content .left {
        width: 30%;
        padding: 0 1%;
        position: relative;
        text-align: center !important; }
      .collabo-card.card-l .card-content img {
        margin: 0; }
      .collabo-card.card-l .card-content img.uni {
        width: 80%;
        max-width: 180px;
        margin: auto; }
        @media screen and (max-width: 640px) {
          .collabo-card.card-l .card-content img.uni {
            width: 100%; } }
    .collabo-card.card-l .card-mini {
      background: #ffe2b9;
      border-radius: 5px;
      color: #fa6518;
      padding: 4% 0%;
      font-size: clamp(10px, 2.5vw, 16px);
      text-align: center;
      line-height: 140%;
      font-weight: bold;
      letter-spacing: 0.05em; }
    .collabo-card.card-l .plus {
      width: clamp(12px, 2vw, 23px);
      height: clamp(12px, 2vw, 23px);
      font-size: clamp(10px, 2vw, 26px);
      background: #fa6518;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-weight: bold;
      border-radius: 50px;
      padding-bottom: 3%;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: 0;
      transform: translateX(-50%) translateY(-50%); }
      .collabo-card.card-l .plus::before {
        content: none; }
  .collabo-card.comment {
    width: clamp(120px, 40vw, 260px);
    height: 160px;
    display: flex;
    background: #fffedf;
    font-size: 110%;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    margin: 10px 10px 0 20px; }
    .collabo-card.comment::before {
      content: none;
      border-top: 15px solid #fffdd0; }
    .collabo-card.comment::after {
      content: none;
      position: absolute;
      top: 99%;
      left: 50%;
      margin-left: -15px;
      border: 15px solid transparent;
      border-top: 15px solid #e0edff; }
    .collabo-card.comment .u-pen-yellow {
      color: #f57e16; }
    .collabo-card.comment:hover {
      transform: rotate(5deg) scale(1.05); }

@media screen and (min-width: 900px) and (max-width: 1199px) {
  .collabo-card.comment {
    position: absolute;
    display: flex !important;
    width: clamp(165px, 18vw, 260px);
    left: calc(50% + 245px);
    font-size: clamp(11.5px, 1.3vw, 16px);
    height: clamp(130px, 14vw, 160px); }

  .shasen {
    padding: 10px 2vw;
    font-size: clamp(11.5px, 2vw, 24px); } }
.fee-box {
  width: 48%;
  max-width: 340px;
  border-radius: 10px;
  border: solid 3px #2a94f4;
  margin: 0 20px 20px; }
  @media screen and (max-width: 1199px) {
    .fee-box {
      margin: 0 10px 20px; } }
  @media screen and (max-width: 640px) {
    .fee-box {
      width: 90%; } }
  .fee-box .blue {
    background: #2a94f4;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
    .fee-box .blue p {
      margin: 0 auto 0 0;
      padding: 0; }
      @media screen and (max-width: 640px) {
        .fee-box .blue p {
          font-size: clamp(13px, 3vw, 20px); } }
    .fee-box .blue strong.u-text-120 {
      font-size: clamp(16px, 2.5vw, 24px); }
      @media screen and (max-width: 640px) {
        .fee-box .blue strong.u-text-120 {
          font-size: clamp(16px, 3.5vw, 24px); } }
    .fee-box .blue .blue img {
      width: clamp(40px, 15vw, 70px); }
  .fee-box .white {
    background: #fff;
    flex-direction: column;
    border-radius: 0 0 10px 10px; }
    .fee-box .white .price-contents {
      display: flex;
      align-items: center;
      color: #f7831c;
      font-weight: bold;
      font-size: 1.5rem;
      line-height: 1.1;
      margin: 10px 0; }
      .fee-box .white .price-contents .u-text-m {
        font-size: clamp(20px, 5vw, 2.5em);
        position: relative;
        bottom: 0.2rem; }
        @media screen and (max-width: 640px) {
          .fee-box .white .price-contents .u-text-m {
            font-size: clamp(20px, 8vw, 2.5em);
            bottom: 0rem; } }
      .fee-box .white .price-contents .u-text-s {
        margin-left: 3px;
        font-size: clamp(12px, 2vw, 16px);
        text-align: left; }
      .fee-box .white .price-contents .getsugaku {
        font-size: clamp(16px, 2.5vw, 24px);
        margin-right: 2px; }
      .fee-box .white .price-contents .kara {
        position: relative;
        bottom: 0.8rem; }
    .fee-box .white .price.u-text-l {
      font-size: clamp(55px, 9vw, 76px);
      letter-spacing: -0.1rem; }
      @media screen and (max-width: 640px) {
        .fee-box .white .price.u-text-l {
          font-size: clamp(55px, 18vw, 76px); } }

.sub .fee-box {
  width: 80%;
  margin: 0 auto;
  text-decoration: none;
  margin-bottom: 30px; }
  .sub .fee-box .blue, .sub .fee-box .white {
    padding: 10px; }

@media screen and (max-width: 1199px) {
  .collabo .fee-box {
    margin: 10px !important; } }

/**********************************************/
/*サブページの特典バナー
/**********************************************/
.sub .collabo-card.card-l.flets .saidai {
  font-size: clamp(12px, 3vw, 30px); }
.sub .collabo-card.card-l.flets .caption {
  font-size: clamp(14px, 3vw, 24px);
  padding: clamp(5px, 1vw, 10px);
  line-height: 1; }
.sub .collabo-card.card-l.flets .price {
  text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, 0 3px 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff; }
.sub .collabo-card.card-l.sub-main {
  max-width: 840px;
  max-height: 350px; }
  .sub .collabo-card.card-l.sub-main .price .u-text-l {
    font-size: clamp(40px, 11vw, 115px); }
  .sub .collabo-card.card-l.sub-main .price .u-text-m {
    font-size: clamp(18px, 6vw, 50px); }
  .sub .collabo-card.card-l.sub-main .saidai {
    font-size: clamp(12px, 4vw, 23px); }
  .sub .collabo-card.card-l.sub-main .caption {
    font-size: clamp(11px, 3vw, 23px);
    text-align: center !important; }
  .sub .collabo-card.card-l.sub-main .plus {
    width: clamp(12px, 2vw, 23px);
    height: clamp(12px, 2vw, 23px); }
  .sub .collabo-card.card-l.sub-main.flets .price .u-text-l {
    font-size: clamp(40px, 15vw, 135px); }
  .sub .collabo-card.card-l.sub-main.flets .price .u-text-m {
    font-size: clamp(18px, 6vw, 70px); }
  .sub .collabo-card.card-l.sub-main.flets .saidai {
    font-size: clamp(12px, 4vw, 24px); }
.sub.cp-index .flets {
  max-width: 540px;
  max-height: 225px; }
  .sub.cp-index .flets .caption {
    font-size: clamp(12px, 3vw, 21px) !important; }
  .sub.cp-index .flets .price .u-text-l {
    font-size: clamp(40px, 13vw, 85px); }
  .sub.cp-index .flets .saidai {
    font-size: clamp(12px, 4vw, 24px) !important; }

a[class^="p-card-2"] {
  padding: 0 0 20px;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 10px;
  text-decoration: none;
  transition: .2s; }
  a[class^="p-card-2"]:hover img {
    opacity: .8; }
    @media screen and (min-width: 641px) {
      a[class^="p-card-2"]:hover img {
        transform: scale(1.02); } }
  a[class^="p-card-2"]:hover .p-card-2_link {
    color: #f57e16; }
    @media screen and (min-width: 641px) {
      a[class^="p-card-2"]:hover .p-card-2_link::after {
        transform: translateX(3px); }
      a[class^="p-card-2"]:hover .p-card-2_link::before {
        transform: scale(1, 1); } }
  a[class^="p-card-2"]:hover .p-card-2_title {
    color: #f57e16; }
  a[class^="p-card-2"]:hover .p-card-2_title::before {
    background-color: #f57e16; }
  a[class^="p-card-2"]:hover .p-card-2_genre {
    background-color: #f57e16; }
  @media screen and (max-width: 640px) {
    a[class^="p-card-2"]:hover .p-card-2_title.u-bg-theme {
      background-color: #f57e16; }
      a[class^="p-card-2"]:hover .p-card-2_title.u-bg-theme::before {
        background-color: #f57e16; } }
  a[class^="p-card-2"] .p-card-2_genre {
    font-weight: 700;
    right: 20px;
    top: 20px;
    z-index: 1;
    position: absolute;
    font-size: 14px;
    line-height: 14px;
    padding: 6px 7px 6px 27px;
    background-color: #f57e16;
    color: #fff;
    background-repeat: no-repeat;
    border: 1px solid white;
    background-size: 18px 18px;
    background-position: left 5px top 4px;
    border-radius: 5px;
    transition: .2s; }
    a[class^="p-card-2"] .p-card-2_genre.u-ent {
      background-image: url("/common/img/op_ent.svg"); }
    a[class^="p-card-2"] .p-card-2_genre.u-kurashi {
      background-image: url("/common/img/op_kurashi.svg"); }
    a[class^="p-card-2"] .p-card-2_genre.u-net {
      background-image: url("/common/img/op_net.svg"); }
    a[class^="p-card-2"] .p-card-2_genre.u-sec {
      background-image: url("/common/img/op_sec.svg"); }
    a[class^="p-card-2"] .p-card-2_genre.u-spt {
      background-image: url("/common/img/op_spt.svg"); }
    a[class^="p-card-2"] .p-card-2_genre.u-tel {
      background-image: url("/common/img/op_tel.svg"); }
  a[class^="p-card-2"] .p-card-2_img {
    width: 100%;
    min-height: 109px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    border-bottom: solid 1px #fff6cc;
    display: inherit;
    background: #fff; }
    a[class^="p-card-2"] .p-card-2_img img {
      transition: .2s;
      object-fit: cover; }
  a[class^="p-card-2"] .p-card-2_exp {
    text-align: left;
    padding: 1em; }
  a[class^="p-card-2"] .p-card-2_link {
    color: #f57e16;
    position: absolute;
    bottom: 10px;
    right: 20px;
    padding-right: 24px;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    a[class^="p-card-2"] .p-card-2_link::before {
      position: absolute;
      bottom: -4px;
      left: 0;
      content: '';
      width: 100%;
      height: 1px;
      background: #f57e16;
      transform: scale(0, 1);
      transform-origin: left top;
      transition: transform .3s; }
    a[class^="p-card-2"] .p-card-2_link::after {
      transition: .2s;
      position: absolute;
      right: 0;
      transform: translateX(0px);
      content: "";
      text-align: center;
      display: block;
      width: 12px;
      height: 12px;
      background-image: url(/common/img/right.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      margin-right: 7px;
      margin-top: 2px; }
  a[class^="p-card-2"] .p-card-2_title {
    transition: .2s;
    background-color: #fff;
    padding: 15px 0 0;
    display: block;
    text-align: center;
    color: #f57e16;
    font-weight: 700;
    position: relative;
    margin-bottom: 0; }
    @media screen and (max-width: 640px) {
      a[class^="p-card-2"] .p-card-2_title.u-bg-theme {
        background-color: #f57e16;
        color: #fff;
        padding: 5px 20px; } }
  a[class^="p-card-2"].p-card-2_camp {
    width: calc(50% - 10px);
    border: 1px solid #e1ddda;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.1)); }
    @media screen and (max-width: 640px) {
      a[class^="p-card-2"].p-card-2_camp .p-card-2_link {
        position: absolute;
        right: 20px;
        bottom: 20px; } }
  @media screen and (max-width: 640px) {
    a[class^="p-card-2"] {
      border-radius: 10px;
      align-items: center; }
      a[class^="p-card-2"] .p-card-2_title {
        font-size: 120%;
        padding-bottom: 15px;
        background-color: #fefcf0;
        margin-bottom: 10px; }
        a[class^="p-card-2"] .p-card-2_title::before {
          top: unset;
          bottom: 0; }
      a[class^="p-card-2"] .p-card-2_img {
        min-height: 106px;
        margin-left: 0;
        margin-top: 0; }
      a[class^="p-card-2"] .p-card-2_genre {
        font-size: 11px;
        text-align: center;
        width: 102px;
        right: unset;
        top: unset;
        margin-left: -1px;
        padding-left: 25px;
        transform: translateY(47px);
        border-radius: 0; }
      a[class^="p-card-2"] .p-card-2_exp {
        margin: 0; }
      a[class^="p-card-2"] .p-card-2_link {
        text-align: right;
        margin-top: 15px;
        margin-right: -15px;
        position: relative; }
      a[class^="p-card-2"].p-card-2_camp {
        /*特典*/
        width: 100%;
        padding-bottom: 0; }
        a[class^="p-card-2"].p-card-2_camp .p-card-2_img {
          border-radius: 10px 10px 0 0;
          overflow: hidden; }
        a[class^="p-card-2"].p-card-2_camp .p-card-2_title {
          background-color: white;
          padding-bottom: 0;
          margin-bottom: 0; }
          a[class^="p-card-2"].p-card-2_camp .p-card-2_title::before {
            bottom: unset;
            top: 0; } }
  a[class^="p-card-2"] p {
    color: black;
    padding-top: 10px;
    padding-bottom: 20px; }

.sub .p-card-2_img {
  width: 100%;
  min-height: 96px; }

.op-list .p-card-2_camp .flex {
  width: 100%;
  background: #fff0e6; }
.op-list a[class^="p-card-2"] .p-card-2_img {
  width: calc(70px - 1em);
  height: calc(70px - 1em);
  min-height: inherit;
  border-radius: 0;
  border-bottom: none;
  background: initial;
  position: absolute;
  top: 0.5em;
  left: clamp(1em, 3vw, 2em); }
  @media (max-width: 920px) {
    .op-list a[class^="p-card-2"] .p-card-2_img {
      left: 0.5em; } }
.op-list .op-title {
  color: #eb6305;
  font-weight: bold;
  font-size: clamp(1em, 2vw, 20px);
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4; }
  @media (min-width: 641px) and (max-width: 920px) {
    .op-list .op-title {
      padding: 0.5em 0.5em 0.5em 70px; } }
  @media screen and (max-width: 640px) {
    .op-list .op-title {
      justify-content: flex-start;
      padding: 0.5em 0.5em 0.5em 70px;
      text-align: left; } }

@media screen and (min-width: 1200px) {
  div[class^="p-cardSet"].p-cardSet_pc2 .p-card-3 {
    width: calc(50% - 15px) !important; } }

.p-card-3 {
  border-radius: 10px;
  border: 1px solid #f7941b;
  overflow: hidden;
  margin-bottom: 30px;
  font-size: 14px; }
  .p-card-3 sup {
    font-size: 12px; }
  @media screen and (min-width: 1200px) {
    .p-card-3 img {
      max-width: 125px; } }
  @media screen and (min-width: 641px) and (max-width: 1199px) {
    .p-card-3 {
      width: calc(50% - 10px); }
      .p-card-3 img {
        max-height: 200px; } }
  @media screen and (max-width: 640px) {
    .p-card-3 {
      width: 100%; }
      .p-card-3 img {
        max-height: 150px; } }
  .p-card-3 .u-title {
    text-align: center;
    background: #f7941b;
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 8px; }
  .p-card-3 .p-card-inner {
    align-items: center;
    display: flex;
    padding: 10px; }
    @media screen and (min-width: 1200px) {
      .p-card-3 .p-card-inner {
        padding: 10px 0px 20px; } }
    @media screen and (max-width: 1199px) {
      .p-card-3 .p-card-inner {
        flex-direction: column; } }

#flow .p-card-flow {
  font-weight: 700;
  position: relative;
  overflow: visible !important;
  background: white;
  border-radius: 5px;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.16));
  border: 7px solid #fbc08e !important; }
  #flow .p-card-flow .title {
    background-color: #fbc08e; }
  @media screen and (min-width: 1200px) {
    #flow .p-card-flow {
      max-width: 265px; }
      #flow .p-card-flow:not(.last) {
        margin-right: 30px; } }
  @media screen and (min-width: 641px) and (max-width: 1199px) {
    #flow .p-card-flow {
      width: calc(50% - 30px) !important;
      margin: 10px; } }
  @media screen and (max-width: 640px) {
    #flow .p-card-flow {
      width: calc(100% - 15px) !important; } }
  #flow .p-card-flow::after {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    right: -40px;
    z-index: 5;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #452b1d;
    -webkit-mask-image: url("/common/img/sankaku.svg");
    mask-image: url("/common/img/sankaku.svg");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat; }
    @media screen and (max-width: 640px) {
      #flow .p-card-flow::after {
        top: calc(100% + 12px);
        right: calc(50% - 9px);
        transform: rotate(90deg); } }
  #flow .p-card-flow:last-child:after {
    content: none; }
  @media screen and (min-width: 641px) and (max-width: 1199px) {
    #flow .p-card-flow:nth-child(2n)::after {
      left: -10px;
      top: calc(100% + 12px);
      transform: rotate(135deg) translate(100%, 135%); } }
  #flow .p-card-flow .flow-number {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    margin: 0 0 0 -17px;
    height: 40px;
    padding: 0 0.7em 0.1em;
    line-height: 1;
    color: #fff;
    border-radius: 0 100vh 100vh 0;
    background: #452b1d;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
    font-size: clamp(17px, 5vw, 26px);
    justify-content: center;
    align-items: center; }
  #flow .p-card-flow .flow-number:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    border-top: 10px solid #6b390d;
    border-left: 10px solid transparent; }
  #flow .p-card-flow .title {
    text-shadow: 1px 1px 0 white;
    font-size: clamp(16px, 2vw, 20px);
    width: 100%;
    padding-bottom: 7px !important;
    margin: -5px 0 0 !important;
    border: none !important;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center; }
  #flow .p-card-flow .exp {
    padding: 1em !important;
    margin: 0;
    font-weight: normal; }
    @media screen and (min-width: 641px) {
      #flow .p-card-flow .exp {
        text-align: center; } }
    #flow .p-card-flow .exp img {
      margin-bottom: 10px;
      max-height: 195px; }
      @media screen and (min-width: 641px) and (max-width: 1199px) {
        #flow .p-card-flow .exp img {
          max-height: 15vw; } }
      @media screen and (max-width: 640px) {
        #flow .p-card-flow .exp img {
          width: auto;
          height: 120px;
          position: absolute;
          top: -10px;
          right: -10px; } }
      @media screen and (max-width: 500px) {
        #flow .p-card-flow .exp img {
          top: 10px; } }
      @media screen and (max-width: 400px) {
        #flow .p-card-flow .exp img {
          height: auto;
          max-width: 20vw;
          bottom: 5px;
          top: unset;
          right: 10px; } }
    @media screen and (min-width: 500px) and (max-width: 640px) {
      #flow .p-card-flow .exp br {
        display: none; } }

.p-card-about {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 5px;
  text-decoration: none;
  transition: .2s;
  padding: 0;
  max-width: 400px;
  border: 1px solid #e1ddda;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.1));
  background: #fff;
  color: #312300;
  margin: 10px;
  text-align: center; }
  @media screen and (min-width: 1200px) {
    .p-card-about {
      width: 33%; } }
  @media screen and (min-width: 641px) and (max-width: 1199px) {
    .p-card-about {
      width: calc(50% - 20px); } }
  @media screen and (max-width: 640px) {
    .p-card-about {
      width: 100%; } }
  @media screen and (max-width: 399px) {
    .p-card-about {
      width: 100%; } }
  @media screen and (max-width: 640px) {
    .p-card-about {
      max-width: inherit; } }
  .p-card-about img {
    max-height: 120px;
    width: clamp(1px, 90%, 342px);
    margin: 1em auto; }
  .p-card-about .p-card-about_title {
    padding: 13px 10px 10px;
    line-height: 1.5;
    font-size: clamp(14px, 2vw, 18px);
    font-weight: bold;
    background-color: #f9ca1b;
    color: #312300; }
    .p-card-about .p-card-about_title .u-big {
      font-size: 150%; }
      @media screen and (max-width: 640px) {
        .p-card-about .p-card-about_title .u-big {
          font-size: 5vw; } }
    @media screen and (max-width: 640px) {
      .p-card-about .p-card-about_title .u-mini {
        font-size: clamp(12px, 3vw, 19px); } }
  .p-card-about .u-link {
    padding-top: 5px;
    color: #f57e16;
    text-decoration: underline;
    display: block; }
  .p-card-about .u-exp {
    margin: 0 1em 1em; }
  @media screen and (min-width: 641px) and (max-width: 1199px) {
    .p-card-about:last-of-type {
      left: calc(25% + 5px); } }

.p-card-wide {
  text-decoration: none;
  color: #000;
  overflow: hidden;
  border-radius: 10px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  margin-bottom: 30px;
  flex-direction: row; }
  @media screen and (min-width: 1200px) {
    .p-card-wide {
      width: calc(100% - 30px); } }
  @media screen and (max-width: 1199px) {
    .p-card-wide {
      padding-bottom: 0;
      display: flex;
      flex-direction: column; } }
  @media screen and (min-width: 641px) and (max-width: 1199px) {
    .p-card-wide {
      margin: 20px auto; } }
  @media screen and (max-width: 640px) {
    .p-card-wide {
      border-radius: 10px;
      width: 96%; } }
  .p-card-wide img {
    transition: .2s;
    width: 100%;
    height: auto; }
    .p-card-wide img:hover {
      opacity: .8; }
  .p-card-wide .p-card-wide_title {
    font-size: 200%;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    background-color: #f57e16;
    color: white;
    grid-row: 1 / 2;
    grid-column: 1 / 3; }
    @media screen and (max-width: 640px) {
      .p-card-wide .p-card-wide_title {
        font-size: 140%; } }
  .p-card-wide .p-card-wide_left {
    padding: 0px;
    border-radius: 20px;
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f2ee; }
    @media screen and (min-width: 641px) and (max-width: 1199px) {
      .p-card-wide .p-card-wide_left {
        margin: 0; } }
    @media screen and (max-width: 640px) {
      .p-card-wide .p-card-wide_left {
        margin: 0; } }
    @media screen and (min-width: 1200px) {
      .p-card-wide .p-card-wide_left img {
        border-radius: 10px;
        max-width: 600px; }
        .p-card-wide .p-card-wide_left img:hover {
          transform: scale(1.02); } }
  .p-card-wide .p-card-wide_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    padding-top: 20px;
    padding-bottom: 30px; }
    @media screen and (max-width: 640px) {
      .p-card-wide .p-card-wide_right {
        width: 100%;
        padding-bottom: 20px; } }
    @media screen and (min-width: 1200px) {
      .p-card-wide .p-card-wide_right {
        max-width: 400px; } }
    .p-card-wide .p-card-wide_right .p-card-wide_right_exp {
      padding: 20px;
      margin-bottom: 0;
      line-height: 1.8; }
      @media screen and (max-width: 1199px) {
        .p-card-wide .p-card-wide_right .p-card-wide_right_exp {
          padding: 20px 0; } }
    .p-card-wide .p-card-wide_right .p-card-wide_right_title {
      font-size: 150%;
      color: #f57e16;
      font-weight: 700;
      border-bottom: 3px dotted #f57e16;
      text-align: center;
      line-height: 1.6;
      padding-bottom: 0.5em; }
      @media screen and (max-width: 640px) {
        .p-card-wide .p-card-wide_right .p-card-wide_right_title {
          font-size: 120%;
          margin: 10px 0 0; } }

/*.sub {
	.p-card-wide {
		@include mq(pc){
			.card-l.flets {
				max-width: 500px;
				max-height: 208px;
				width: 32vw;
				height: 13vw;
			}
			.collabo-card.card-l.flets .price .u-text-l {
				font-size: clamp(40px,4.5vw,70px);
			}
			.collabo-card.card-l.flets .price .u-text-m {
				font-size: clamp(18px,3vw,35px);
			}
			.collabo-card.card-l.flets .saidai {
				font-size: clamp(12px,2vw,16px);
			}
			.collabo-card.card-l.flets .caption {
				font-size: clamp(14px,1vw,20px);
				padding: clamp(3px,1vw,7px);
			}
		}
		@include mq(notpc){
			.collabo-card.card-l.flets {
				max-width: 640px;
				max-height: 266px;
			}
			.collabo-card.card-l.flets .caption {
				font-size: clamp(14px,3vw,22px);
			}
			.collabo-card.card-l.flets .price .u-text-l {
				font-size: clamp(40px,15vw,100px);
			}
		}
	}
}*/
div[class^="p-cardSet"] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%; }
  @media screen and (min-width: 1200px) {
    div[class^="p-cardSet"] > *[class^="p-card"] {
      width: calc(100% / 4 - 30px);
      margin-bottom: 30px; } }
  @media screen and (min-width: 641px) and (max-width: 1199px) {
    div[class^="p-cardSet"] > *[class^="p-card"] {
      margin-bottom: 20px; }
      div[class^="p-cardSet"] > *[class^="p-card"]:nth-of-type(odd) {
        margin-right: 10px; }
      div[class^="p-cardSet"] > *[class^="p-card"]:nth-of-type(even) {
        margin-left: 10px; } }
  @media screen and (max-width: 640px) {
    div[class^="p-cardSet"] {
      margin-bottom: 10px; }
      div[class^="p-cardSet"] > *[class^="p-card"] {
        margin: auto;
        margin-bottom: 20px; } }
  div[class^="p-cardSet"]::after {
    content: "";
    display: block;
    height: 0; }
    @media screen and (min-width: 1200px) {
      div[class^="p-cardSet"]::after {
        display: none;
        width: calc(100% / 4 - 30px); } }
    @media screen and (min-width: 641px) and (max-width: 1199px) {
      div[class^="p-cardSet"]::after {
        width: calc(50% - 30px); } }
    @media screen and (max-width: 640px) {
      div[class^="p-cardSet"]::after {
        width: 100%; } }
  @media screen and (min-width: 1200px) {
    div[class^="p-cardSet"].u-center-pc {
      justify-content: center; } }
  @media screen and (min-width: 1200px) {
    div[class^="p-cardSet"].u-wide {
      max-width: 1400px; } }
  @media screen and (max-width: 1199px) {
    div[class^="p-cardSet"].u-about {
      max-width: 860px; } }

@media screen and (min-width: 1200px) {
  div[class^="p-cardSet"].p-cardSet_pc2 > *[class^="p-card"] {
    width: 48% !important; } }

@media screen and (min-width: 1200px) {
  div[class^="p-cardSet"].p-cardSet_pc3 > *[class^="p-card"] {
    width: calc(100% / 3 - 30px) !important; } }

@media screen and (min-width: 641px) and (max-width: 1199px) {
  div[class^="p-cardSet"].p-cardSet_tb1 > *[class^="p-card"] {
    width: calc(100% - 30px) !important;
    margin-left: auto;
    margin-right: auto; } }

@media screen and (min-width: 641px) and (max-width: 1199px) {
  div[class^="p-cardSet"].p-cardSet_tb2 > *[class^="p-card"] {
    width: calc(50% - 15px) !important;
    margin-left: auto;
    margin-right: auto; } }

.p-contact {
  padding: 0;
  margin-bottom: 0;
  display: flex;
  background: #fff;
  z-index: 2;
  justify-content: space-evenly; }
  .p-contact > .p-inner {
    padding: 0;
    display: flex;
    width: 100%;
    max-width: 1200px;
    justify-content: center;
    align-items: center;
    margin: auto; }
  .p-contact .p-telblock {
    position: relative;
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .p-contact a[class^="c-button-block"] {
    height: 80px;
    width: clamp(230px, 90%, 400px);
    margin: 20px;
    border-radius: 10px; }

.tab_wrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }

.p-tabbox {
  display: flex;
  justify-content: center; }
  .p-tabbox.u-underline {
    position: relative;
    /*		&::before{
    			display: block;
    			width: 100vw;
    			height: 1px;
    			background: $black;
    			content: "";
    			position: absolute;
    			bottom: 0;
    			left: 0;
    			@include mq(pc){
    				transform: translateX(calc(-50vw + 490px));
    			}
    			@include mq(tb){
    				transform: translateX(-20px);
    			}
    			@include mq(sp){
    				transform: translateX(-10px);
    			}
    		}*/ }
  .p-tabbox .u-tab {
    border-width: 1px;
    border-style: solid;
    border-color: #312300 #312300 #f5f2ee #312300;
    background: #f5f2ee;
    border-radius: 5px 5px 0 0;
    grid-row: 1;
    text-align: center;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 10px);
    margin-right: 5px;
    margin-left: 5px;
    min-height: 90px;
    max-width: 440px;
    flex-direction: column;
    color: #c6c6c6; }
    @media screen and (max-width: 1199px) {
      .p-tabbox .u-tab {
        font-size: 13px; } }
    .p-tabbox .u-tab.u-selected {
      opacity: 1;
      color: #f57e16;
      background: #fff;
      font-weight: 700;
      border-color: #312300 #312300 #fff #312300; }
      .p-tabbox .u-tab.u-selected + .u-content {
        grid-row: 2;
        display: grid;
        background: #fff;
        border: 1px solid #312300;
        align-items: center;
        padding: 20px; }
        @media screen and (max-width: 640px) {
          .p-tabbox .u-tab.u-selected + .u-content {
            padding: 10px; } }
  .p-tabbox .u-content {
    display: none; }
  .p-tabbox .u-title {
    grid-row: 1;
    grid-column: 1/3;
    display: block;
    padding: 0px 15px 15px 15px;
    font-weight: 700;
    border-bottom: 1px solid #312300; }
  .p-tabbox .u-exp {
    grid-row: 2;
    grid-column: 2; }
    @media screen and (max-width: 640px) {
      .p-tabbox .u-exp {
        grid-row: 3;
        grid-column: 1; } }
  .p-tabbox .u-img {
    max-width: 200px;
    max-height: 200px;
    grid-row: 2;
    grid-column: 1;
    padding: 20px 20px 0px 20px; }
    @media screen and (max-width: 640px) {
      .p-tabbox .u-img {
        grid-row: 2;
        grid-column: 1;
        padding: 15px 0;
        display: block;
        margin-left: auto;
        margin-right: auto; }
        .p-tabbox .u-img img {
          height: 175px; } }
  .p-tabbox.u-fourtile {
    margin-top: 20px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    left: 0 !important;
    width: 100% !important; }
    .p-tabbox.u-fourtile .p-tabbox {
      position: absolute; }
      @media screen and (min-width: 1200px) {
        .p-tabbox.u-fourtile .p-tabbox {
          transform: translateY(calc(-100% - 50px)); } }
      @media screen and (min-width: 641px) and (max-width: 1199px) {
        .p-tabbox.u-fourtile .p-tabbox {
          transform: translateY(calc(-100% - 40px)); } }
      @media screen and (max-width: 640px) {
        .p-tabbox.u-fourtile .p-tabbox {
          width: 100% !important;
          left: 0 !important;
          transform: translateY(calc(-100% - 20px)); } }
    .p-tabbox.u-fourtile .u-tab {
      font-size: 12px;
      min-height: 50px;
      margin-bottom: 10px;
      width: calc(25% - 10px);
      border-radius: 5px;
      border-color: #312300; }
      @media screen and (max-width: 640px) {
        .p-tabbox.u-fourtile .u-tab {
          width: calc(33% - 10px); } }
      @media screen and (max-width: 400px) {
        .p-tabbox.u-fourtile .u-tab {
          width: calc(50% - 10px); } }
  @media screen and (max-width: 1199px) {
    .p-tabbox.u-many {
      flex-wrap: wrap; }
      .p-tabbox.u-many .u-tab {
        width: calc(25% - 10px); }
        .p-tabbox.u-many .u-tab:nth-child(3) {
          width: calc(25% - 9px); } }

/*UQのみ調整*/
.u-uq_tab {
  margin-top: 100px !important;
  position: relative; }
  .u-uq_tab .tab_wrap .p-tabbox {
    position: absolute; }
    @media screen and (min-width: 1200px) {
      .u-uq_tab .tab_wrap .p-tabbox {
        left: 5%;
        width: 90%;
        transform: translateY(calc(-100% - 30px)); } }
    @media screen and (min-width: 641px) and (max-width: 1199px) {
      .u-uq_tab .tab_wrap .p-tabbox {
        left: 2%;
        width: 96%;
        transform: translateY(calc(-100% - 20px)); } }
    @media screen and (max-width: 640px) {
      .u-uq_tab .tab_wrap .p-tabbox {
        left: 2%;
        width: 96%;
        transform: translateY(-100%); } }
  @media screen and (max-width: 400px) {
    .u-uq_tab .u-tab {
      font-size: clamp(10px, 3vw, 13px) !important; } }

#tab1 {
  position: relative; }
  #tab1 .mini {
    display: none; }
  #tab1 .batsu {
    pointer-events: none;
    position: relative;
    opacity: .33; }
    #tab1 .batsu::before {
      left: 0;
      top: 0;
      padding: 10px;
      position: absolute;
      content: "×電話サービスのお申し込みが必要です";
      width: 100%;
      height: 100%;
      display: flex;
      font-size: 12px;
      justify-content: center;
      align-items: center;
      background-color: white;
      border-radius: 30px; }
  #tab1 .otokutabset {
    margin-top: 35px;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 640px) {
      #tab1 .otokutabset {
        flex-direction: column;
        align-items: center; } }
    #tab1 .otokutabset .otokutab {
      margin: 0 5px -1px 5px;
      padding: 10px 10px 20px;
      border-radius: 10px 10px 0 0;
      cursor: pointer;
      text-align: center;
      width: 44%;
      max-width: 480px;
      background: #a5adb5;
      color: #fff; }
      @media screen and (max-width: 640px) {
        #tab1 .otokutabset .otokutab {
          width: 90%;
          min-width: 40%;
          font-size: 90%;
          padding: 5px 0 0;
          max-width: inherit !important; } }
      #tab1 .otokutabset .otokutab .chimei {
        background: #c1c1c1;
        width: 90%;
        max-width: initial; }
        @media screen and (max-width: 640px) {
          #tab1 .otokutabset .otokutab .chimei {
            width: 100%;
            padding: 5px !important;
            border-radius: 0; } }
      #tab1 .otokutabset .otokutab.selected {
        background: #1269c3; }
        #tab1 .otokutabset .otokutab.selected .chimei {
          background: #207ad7; }
  #tab1 .group {
    display: flex;
    flex-direction: row; }
    @media screen and (max-width: 640px) {
      #tab1 .group {
        flex-direction: column; } }
    #tab1 .group.noborder {
      border-bottom: none; }
  #tab1 .camp {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 640px) {
      #tab1 .camp {
        display: inline-block;
        padding: 5px 0px;
        font-size: 12px; } }
  #tab1 .buttonset {
    display: flex;
    flex: 5; }
    #tab1 .buttonset > * {
      width: 50%;
      max-width: 387px; }
    @media screen and (max-width: 640px) {
      #tab1 .buttonset {
        padding-bottom: 5px; } }
  #tab1 .mansion.none, #tab1 .home.none {
    display: none !important; }
  #tab1 button {
    /*opacity: .5;*/
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    max-width: 50%;
    min-height: 55px;
    background: white;
    font-weight: 300;
    color: #312300;
    border: 2px solid rgba(49, 35, 0, 0.2);
    margin: 16px; }
    #tab1 button.on {
      background: #FFF9EF;
      font-weight: 700;
      color: #f57e16;
      opacity: 1;
      border: 2px solid #f57e16;
      margin: 15.5px; }
      @media screen and (max-width: 640px) {
        #tab1 button.on {
          margin: 4px; } }
    #tab1 button img {
      border-radius: 10px; }
    @media screen and (max-width: 640px) {
      #tab1 button {
        font-size: 90%;
        margin: 5px; } }
    #tab1 button.u-dammy {
      opacity: 0;
      pointer-events: none; }
    @media screen and (max-width: 640px) {
      #tab1 button .u-text-s {
        display: none; } }
  #tab1 #result {
    position: fixed;
    bottom: -130px;
    height: 84px;
    color: #f57e16;
    border-top: 1px solid #f57e16;
    z-index: 50;
    left: 0;
    overflow: hidden;
    width: 100%;
    font-weight: 700;
    transition: .2s;
    background-size: auto auto;
    background-color: #ffeeb3;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, #ffeaa1 10px, #ffeaa1 20px);
    text-shadow: white 2px 0px 0px, white -2px 0px 0px, white 0px -2px 0px, white 0px 2px 0px, white 2px 2px 0px, white -2px 2px 0px, white 2px -2px 0px, white -2px -2px 0px, white 1px 2px 0px, white -1px 2px 0px, white 1px -2px 0px, white -1px -2px 0px, white 2px 1px 0px, white -2px 1px 0px, white 2px -1px 0px, white -2px -1px 0px, white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px; }
    @media screen and (min-width: 1200px) {
      #tab1 #result {
        display: inline-flex;
        justify-content: center;
        align-items: baseline; } }
    @media screen and (min-width: 641px) and (max-width: 1199px) {
      #tab1 #result {
        height: 80px; } }
    @media screen and (max-width: 640px) {
      #tab1 #result {
        height: 91px;
        z-index: 100; } }
    #tab1 #result.in {
      bottom: 90px; }
      @media screen and (max-width: 640px) {
        #tab1 #result.in {
          padding-top: 5px;
          bottom: 0px; } }
    @media screen and (max-width: 640px) {
      #tab1 #result.closed {
        height: 40px;
        transform: translate(calc(100% - 40px), -90px);
        background: none;
        border-top: none; }
        #tab1 #result.closed #result_close {
          right: unset;
          left: 10px;
          transform: rotate(180deg); } }
    #tab1 #result p {
      display: flex;
      justify-content: center;
      align-items: baseline; }
      @media screen and (min-width: 1200px) {
        #tab1 #result p {
          font-size: 130%; } }
      #tab1 #result p .odometer {
        font-weight: 700;
        z-index: 1;
        position: relative; }
        @media screen and (max-width: 1199px) {
          #tab1 #result p .odometer {
            font-size: 210%; } }
        @media screen and (min-width: 1200px) {
          #tab1 #result p .odometer {
            font-size: 260%;
            line-height: 45px; } }
    #tab1 #result p:first-of-type {
      position: relative;
      z-index: 2; }
      @media screen and (max-width: 1199px) {
        #tab1 #result p:first-of-type {
          padding-top: 2px;
          margin-bottom: -16px;
          font-size: 14px; } }
    #tab1 #result .last {
      display: inline-block;
      position: absolute;
      z-index: 2;
      text-align: center;
      top: 55px;
      width: 100%;
      font-size: 100%; }
      @media screen and (max-width: 1199px) {
        #tab1 #result .last {
          text-align: center;
          font-size: 12px; } }
      @media screen and (max-width: 640px) {
        #tab1 #result .last {
          padding-top: 8px; } }
      #tab1 #result .last #otoku_cb, #tab1 #result .last #otoku_dis {
        margin-right: 3px; }
  @media screen and (max-width: 530px) {
    #tab1 .last {
      font-size: 11px;
      line-height: 14px;
      padding-top: 7px; }
    #tab1 #result {
      height: 97px; }
    #tab1 .mini {
      display: unset; } }
  #tab1 #result_close {
    cursor: pointer;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 25px;
    height: 25px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #312300;
    border-radius: 3px;
    z-index: 999; }
    @media screen and (min-width: 641px) {
      #tab1 #result_close {
        display: none !important; } }
    #tab1 #result_close svg {
      margin-top: 4px; }
  #tab1 .noticewrap {
    border-bottom: 1px solid #312300;
    padding-bottom: 10px; }
    @media screen and (min-width: 1200px) {
      #tab1 .noticewrap {
        padding-bottom: 16px; } }

#router {
  line-height: 0;
  padding: 0 5px;
  background-color: #eb5505;
  border: none;
  position: relative;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (min-width: 641px) and (max-width: 1199px) {
    #router {
      width: 100%; } }
  @media screen and (max-width: 640px) {
    #router {
      left: 0; } }

header {
  background: #fff !important;
  position: relative;
  z-index: 11; }

.p-header {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #fff; }
  @media screen and (min-width: 1200px) {
    .p-header {
      max-width: 1200px;
      margin-left: calc(50% - 1200px / 2);
      height: 70px; }
      .p-header::before {
        width: 100vw;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        z-index: -1;
        left: 50%;
        top: 0;
        transform: translateX(-50%); } }
  @media screen and (max-width: 1199px) {
    .p-header {
      box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.08); } }
  .p-header a {
    display: flex; }
  @media screen and (min-width: 1200px) {
    .p-header .c-telblock_data {
      position: absolute;
      top: 8px;
      right: 185px; } }
  .p-header .p-header_logo {
    height: clamp(20px, 3vw, 26px);
    width: auto; }
    @media screen and (min-width: 1200px) {
      .p-header .p-header_logo {
        margin: 10px; } }
    @media screen and (max-width: 1199px) {
      .p-header .p-header_logo {
        margin-right: auto;
        margin-left: auto;
        display: block;
        padding-left: 10px;
        padding-right: 10px; } }
    @media all and (max-width: 369px) {
      .p-header .p-header_logo {
        height: 17px;
        margin-top: 8px; } }
  .p-header .p-header_company {
    font-size: 11px;
    line-height: 1.4;
    padding: clamp(5px, 1.5vw, 20px);
    z-index: 1;
    margin-bottom: 0; }
    @media screen and (max-width: 640px) {
      .p-header .p-header_company {
        display: block;
        background-color: #fff;
        color: #312300;
        font-size: 10px;
        padding-right: 45px; } }
    @media all and (max-width: 369px) {
      .p-header .p-header_company {
        width: 100%;
        padding-right: 0;
        text-align: center; } }
  .p-header .p-header_button {
    position: absolute;
    top: 0;
    right: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f57e16;
    color: #fff; }
    .p-header .p-header_button img {
      max-width: 100%; }
  .p-header .p-header_menuButton {
    position: fixed;
    margin: 0;
    top: 5px;
    border: 0;
    border-radius: 0;
    padding: 0;
    right: 5px;
    width: 40px;
    height: 40px;
    background-color: #452b1d;
    color: #452b1d;
    cursor: pointer;
    overflow: hidden;
    z-index: 10000;
    transition: .3s; }
    .p-header .p-header_menuButton img {
      line-height: 0;
      max-width: unset;
      height: 40px;
      width: 80px;
      transition: .18s;
      transform: translateX(-50%); }
    .p-header .p-header_menuButton.close img {
      transform: translateX(0); }
    .p-header .p-header_menuButton.on {
      transform: translateY(0); }
  .p-header .u-mini {
    display: none; }
    @media all and (max-width: 400px) {
      .p-header .u-mini {
        display: block; } }
  @media all and (max-width: 369px) {
    .p-header .flex {
      flex-direction: column;
      width: 100%; }
      .p-header .flex .u-370 {
        display: none; } }
  .p-header.on + .p-navi .navi-btn span {
    padding-bottom: 20px !important; }

.p-header-top {
  position: absolute;
  left: clamp(5vw, calc(55vw - 1520px/2), 9999px);
  background: transparent;
  z-index: 10;
  max-width: 90vw;
  margin-left: unset; }
  @media screen and (min-width: 1200px) {
    .p-header-top {
      top: clamp(0px, calc(1vw + 35px), 110px); } }
  @media screen and (min-width: 641px) and (max-width: 1199px) {
    .p-header-top {
      left: 2vw;
      top: clamp(0px, 9vw, 80px); } }
  @media screen and (max-width: 640px) {
    .p-header-top {
      max-width: unset;
      position: relative;
      left: 0;
      height: 37px; } }

.p-header-top:before {
  display: none; }

.p-navi {
  background: #452b1d; }
  @media screen and (min-width: 1200px) {
    .p-navi {
      height: 40px;
      transition: .3s;
      top: -40px; }
      .on + .p-navi {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        z-index: 1; } }

@media screen and (min-width: 1200px) {
  .p-header.on {
    height: 110px;
    padding-bottom: 40px; } }
@media screen and (min-width: 1200px) {
  .p-header.on + .p-navi .navi-btn span {
    padding-bottom: 0 !important; }
  .p-header.on + .p-navi .img {
    opacity: 0; } }

.p-header_globalNavi {
  display: flex;
  background-color: #452b1d;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 12;
  /*	&::before{
  		background: transparent;
  		width: 100%;
  		height: 1px;
  		position: absolute;
  		content: "";
  		margin-top: -1px;
  	}*/ }
  .p-header_globalNavi .navi-btn {
    background: #f57e16;
    position: absolute;
    top: -70px;
    right: 0;
    height: 110px !important;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    max-width: 154px;
    margin-left: 14px;
    color: white !important; }
    @media screen and (max-width: 1199px) {
      .p-header_globalNavi .navi-btn {
        top: 0;
        position: relative;
        background: #f7941b;
        color: #fff;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        width: 80% !important;
        height: 50px;
        margin: 20px;
        border-radius: 5px; }
        .p-header_globalNavi .navi-btn .img {
          display: none; } }
    .p-header_globalNavi .navi-btn span {
      height: 40px;
      display: flex;
      align-content: center;
      justify-content: center;
      align-items: center; }
      @media screen and (min-width: 1200px) {
        .p-header_globalNavi .navi-btn span {
          padding-bottom: 20px; } }
      @media screen and (max-width: 1199px) {
        .p-header_globalNavi .navi-btn span {
          height: 50px;
          font-size: 110%; } }
    .p-header_globalNavi .navi-btn p {
      height: 70px;
      padding: 10px 0 0 6%;
      margin: 0; }
    .p-header_globalNavi .navi-btn img {
      width: 60px;
      margin: 0; }
  @media screen and (max-width: 1199px) {
    .p-header_globalNavi {
      background-color: #452b1d;
      width: 100%;
      transition: .18s;
      display: none;
      transform: translateX(-100%);
      position: fixed;
      top: 0;
      z-index: 1; }
      .p-header_globalNavi.on {
        display: flex;
        border: none;
        animation: slidein_header .18s ease-in-out 0s 1 normal forwards; }
    @-webkit-keyframes slidein_header {
      0% {
        transform: translateX(-100%); }
      100% {
        transform: translateX(0); } }
      .p-header_globalNavi.off {
        display: flex;
        animation: slideout_header .18s ease-in-out 0s 1 normal forwards; }
    @-webkit-keyframes slideout_header {
      0% {
        transform: translateX(0); }
      100% {
        transform: translateX(-100%); } } }
  .p-header_globalNavi.u-horizontal > .u-nav_parent {
    width: 14%;
    height: 40px; }
    @media screen and (max-width: 1199px) {
      .p-header_globalNavi.u-horizontal > .u-nav_parent {
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #8d654f; }
        .p-header_globalNavi.u-horizontal > .u-nav_parent.navi-btn_parent {
          width: 100%;
          height: 90px; }
          .p-header_globalNavi.u-horizontal > .u-nav_parent.navi-btn_parent .navi-btn {
            width: 80%;
            margin-left: 10%;
            max-width: unset;
            height: auto !important; } }
    .p-header_globalNavi.u-horizontal > .u-nav_parent > a {
      padding-top: 0;
      padding-bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .p-header_globalNavi.u-horizontal > .u-nav_parent > a::before {
        position: relative;
        display: block;
        left: unset;
        top: unset;
        transform: translate(-7px, -1px); }
      .p-header_globalNavi.u-horizontal > .u-nav_parent > a:hover {
        background: #8f441c; }
      .p-header_globalNavi.u-horizontal > .u-nav_parent > a.navi-btn:hover {
        background: #ffc310 !important; }
      @media screen and (max-width: 1199px) {
        .p-header_globalNavi.u-horizontal > .u-nav_parent > a {
          justify-content: flex-start;
          padding-left: 15px;
          width: 100%; } }
      .p-header_globalNavi.u-horizontal > .u-nav_parent > a::before {
        transform: translate(-7px, -1px); }
  @media screen and (max-width: 1199px) {
    .p-header_globalNavi > .u-nav_parent {
      width: 100%; } }
  .p-header_globalNavi > .u-nav_parent > a {
    position: relative;
                   /*
font-weight: 700;*/
    font-size: 90%;
    display: block;
    transition: .33s;
    width: 100%;
    color: #fff;
    text-decoration: none;
    height: 40px;
    padding-bottom: 2px; }
    .p-header_globalNavi > .u-nav_parent > a::before {
      pointer-events: none;
      content: none;
      display: block;
      position: absolute;
      width: 20px;
      height: 20px;
      background-image: url("/common/img/header_icon1.png");
      background-repeat: no-repeat;
      background-size: 140px 20px; }
    .p-header_globalNavi > .u-nav_parent > a:nth-child(1)::before {
      background-position: 0px 0px; }
    .p-header_globalNavi > .u-nav_parent > a:nth-child(2)::before {
      background-position: -20px 0px; }
    .p-header_globalNavi > .u-nav_parent > a:nth-child(3)::before {
      background-position: -40px 0px; }
    .p-header_globalNavi > .u-nav_parent > a:nth-child(4)::before {
      background-position: -60px 0px; }
    .p-header_globalNavi > .u-nav_parent > a:nth-child(5)::before {
      background-position: -80px 0px; }
    .p-header_globalNavi > .u-nav_parent > a:nth-child(6)::before {
      background-position: -100px 0px; }
    .p-header_globalNavi > .u-nav_parent > a:nth-child(7)::before {
      background-position: -120px 0px; }
    @media screen and (min-width: 1200px) {
      .p-header_globalNavi > .u-nav_parent > a {
        display: inline-block;
        text-align: center;
        /*width: calc(1200px/7 - 5px);*/
        width: auto;
        /*&:nth-child(1){flex:5}
        &:nth-child(2){flex:7}
        &:nth-child(3){flex:8}
        &:nth-child(4){flex:6}
        &:nth-child(5){flex:8}
        &:nth-child(6){flex:8}
        &:nth-child(7){flex:4}*/ }
        .p-header_globalNavi > .u-nav_parent > a::before {
          top: 10px;
          left: calc(50% - 20px/2); } }
    @media screen and (max-width: 1199px) {
      .p-header_globalNavi > .u-nav_parent > a {
        display: inline-flex;
        align-items: center;
        text-align: left;
        width: 100%;
        font-size: 100%;
        letter-spacing: 2px;
        font-weight: normal;
        height: 50px;
        color: #fff;
        text-decoration: none;
        border-bottom: 1px solid #8d654f; }
        .p-header_globalNavi > .u-nav_parent > a::after {
          opacity: 0; }
        .p-header_globalNavi > .u-nav_parent > a::before {
          left: 10px;
          top: 10px; }
        .p-header_globalNavi > .u-nav_parent > a:hover {
          background: #2e6fbd !important;
          color: #fff; }
        .p-header_globalNavi > .u-nav_parent > a:last-child {
          border-bottom: none; } }
    .p-header_globalNavi > .u-nav_parent > a:hover::before {
      animation: pyon .2s ease-in-out .0s 1 normal forwards; }
    .p-header_globalNavi > .u-nav_parent > a span {
      padding-bottom: 3px; }
  .p-header_globalNavi > .u-nav_parent .u-nav_child a {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    background: #fbe1cf;
    color: #452b1d;
    text-align: center;
    font-size: 80%;
    text-decoration: none;
    transition: .3s;
    width: 100%;
    height: 0px;
    white-space: nowrap; }
  .p-header_globalNavi > .u-nav_parent:hover .u-nav_child a {
    height: 40px; }
    @media screen and (min-width: 1200px) {
      .p-header_globalNavi > .u-nav_parent:hover .u-nav_child a {
        opacity: 1;
        pointer-events: unset; }
        .p-header_globalNavi > .u-nav_parent:hover .u-nav_child a:hover {
          background: #fff7f3; } }

table[class*="p-table"] {
  width: 100%;
  margin: 0 auto 30px;
  /*+ p{
  	margin-top: -10px;
  	padding-top: 0;
  }*/ }
  @media screen and (min-width: 641px) and (max-width: 1199px) {
    table[class*="p-table"] {
      width: 90%; } }
  table[class*="p-table"] table[class*="p-table"] {
    box-shadow: none; }
  table[class*="p-table"] tbody {
    box-shadow: 4px 4px 10px rgba(17, 17, 17, 0.1); }
  table[class*="p-table"] th, table[class*="p-table"] td {
    vertical-align: middle;
    padding: 15px; }
    table[class*="p-table"] th > *:last-child, table[class*="p-table"] td > *:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
    @media screen and (max-width: 640px) {
      table[class*="p-table"] th, table[class*="p-table"] td {
        padding: 10px 5px;
        font-size: 85%; } }
    table[class*="p-table"] th *, table[class*="p-table"] td * {
      word-break: break-all; }
  table[class*="p-table"] th {
    color: #312300;
    font-weight: 700;
    background: #f5f2ee !important; }
    table[class*="p-table"] th.blue {
      background: #452b1d !important;
      color: #fff !important; }
  table[class*="p-table"] td {
    background-color: #fff; }
  table[class*="p-table"] tr > *:first-child {
    border-left: 1px solid #b1aaa2; }
  table[class*="p-table"] tr > *:last-child {
    border-right: 1px solid #b1aaa2; }
  table[class*="p-table"] img {
    border-radius: 5px; }
  table[class*="p-table"] .c-list-notice {
    margin: 0 auto; }
  table[class*="p-table"].u-provider-table {
    width: 100%; }
    table[class*="p-table"].u-provider-table tr:first-child th, table[class*="p-table"].u-provider-table tr:first-child td {
      padding: 15px 5px; }
    table[class*="p-table"].u-provider-table tr:first-child img {
      width: 90%;
      max-width: 150px; }
  table[class*="p-table"].u-nallow th, table[class*="p-table"].u-nallow td {
    padding: 8px; }

table.p-table-half th, table.p-table-half td {
  text-align: center;
  width: 50%; }

@media screen and (max-width: 640px) {
  table.p-table-responsive th, table.p-table-responsive td {
    display: block;
    width: 100%;
    margin-bottom: 0px;
    border-right-style: solid;
    border-left-style: solid;
    border-right: none;
    border-bottom: 1px solid #b1aaa2 !important; }
  table.p-table-responsive .u-border-right-dotted, table.p-table-responsive .u-border-left-dotted {
    border-right-style: solid !important;
    border-left-style: solid !important; } }

@media screen and (max-width: 640px) {
  .u-scrollTable {
    padding-top: 1rem;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 30px; }
    .u-scrollTable > table {
      margin-top: 5px;
      margin-bottom: 10px !important; }
      .u-scrollTable > table th, .u-scrollTable > table td {
        width: unset !important;
        display: table-cell !important; }
    .u-scrollTable::before {
      max-width: 100vw;
      position: absolute;
      font-size: 12px;
      content: "下記表の全体はスクロールでご覧いただけます。";
      transform: translateY(-100%);
      left: 10px; } }
@media screen and (min-width: 641px) and (max-width: 1199px) {
  .u-scrollTable.notpc_scroll {
    padding-top: 1rem;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 30px; }
    .u-scrollTable.notpc_scroll > table {
      margin-top: 5px;
      margin-bottom: 10px !important; }
      .u-scrollTable.notpc_scroll > table th, .u-scrollTable.notpc_scroll > table td {
        width: unset !important;
        display: table-cell !important; }
    .u-scrollTable.notpc_scroll::before {
      max-width: 100vw;
      position: absolute;
      font-size: 12px;
      content: "下記表の全体が見えていない場合、スクロールでご覧いただけます。";
      transform: translateY(-100%);
      left: 10px; } }
.u-scrollTable.u-smartvalue ul {
  margin-bottom: 0; }
.u-scrollTable.u-smartvalue .u-uketsuke {
  margin-left: -5px; }
.u-scrollTable.u-smartvalue br + ul .u-uketsuke {
  margin-top: 15px; }
.u-scrollTable.u-smartvalue + div {
  margin-top: -10px; }

p + table[class*="p-table"], p + .u-scrollTable {
  margin-top: 30px; }

/*p + table[class^="p-table"],p + .u-scrollTable{
	margin-top: -10px;
}*/
tr.goukei td {
  background: #fffde7; }

.text-vl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  letter-spacing: .3em;
  padding: 5px;
  left: -10px;
  position: relative; }

table.th-td-p10 th, table.th-td-p10 td {
  padding: 10px; }

table.th-blue th {
  background-color: #3a6ca9;
  color: #fff; }

td.bg_blue {
  background: #d5e6fb !important; }

td.bg_green {
  background: #e6fdff !important; }

@media screen and (max-width: 640px) {
  table .u-center {
    text-align: left; } }

.vertical-top {
  vertical-align: top !important; }

/************************************************************/
/*角丸teble
/************************************************************/
table {
  border-radius: 6px;
  border-collapse: collapse;
  overflow: hidden;
  outline: 1px solid #b1aaa2;
  outline-offset: -1px; }

table th,
table th,
table td {
  padding: .6em 3em;
  border-bottom: 1px solid #b1aaa2; }

table th + th,
table td {
  border-left: 1px solid #b1aaa2; }

table tr:last-child th,
table tr:last-child td {
  border-bottom: none; }

table tr:first-child th:first-child {
  border-radius: 5px 0 0 0; }

table tr:first-child th:last-child {
  border-radius: 0 5px 0 0; }

table tr:last-child th:first-child {
  border-radius: 0 0 0 5px; }
  @media screen and (max-width: 640px) {
    table tr:last-child th:first-child {
      border-radius: 0 0 0 0; } }

table tr:last-child th:last-child {
  border-radius: 0 0 5px 0; }

table th {
  border-left: 1px solid #b1aaa2; }
  table th:first-child {
    border-left: none; }

table th + th:first-child, table td:first-child {
  border-left: none; }

/************************************************************/
/*プランtoggle
/************************************************************/
.u-other_plan {
  display: none; }

/************************************************************/
/*ルーター
/************************************************************/
#router_table {
  display: grid; }
  @media screen and (max-width: 640px) {
    #router_table {
      text-align: center; } }
  #router_table .u-text-vivid {
    font-size: clamp(20px, 5vw, 33px);
    font-weight: 700;
    white-space: nowrap;
    word-break: normal; }
  #router_table .u-flex {
    flex-wrap: wrap; }
    @media screen and (max-width: 1199px) {
      #router_table .u-flex {
        margin-bottom: 0; } }
    @media screen and (min-width: 641px) {
      #router_table .u-flex > * {
        width: calc(50% - 20px); } }
    #router_table .u-flex p {
      margin-left: 0;
      margin-right: 0; }
    #router_table .u-flex img {
      max-width: 200px; }
    #router_table .u-flex .modal_btn {
      display: inline-block;
      margin-top: 10px; }
  #router_table #th_10g, #router_table #th_1g {
    text-align: center;
    color: #222;
    font-weight: 700;
    background: #f1efed !important;
    padding: 15px;
    border: 1px solid #222;
    margin-bottom: -1px; }
  #router_table #td_10g, #router_table #td_1g {
    padding: 15px;
    border: 1px solid #222; }
  @media screen and (min-width: 1200px) {
    #router_table #th_10g, #router_table #td_10g {
      margin-right: -1px; } }
  @media screen and (max-width: 1199px) {
    #router_table #td_10g {
      margin-bottom: -1px; } }
  @media screen and (min-width: 1200px) {
    #router_table #th_10g {
      grid-column: 1/2; } }
  @media screen and (min-width: 641px) and (max-width: 1199px) {
    #router_table #th_10g {
      grid-column: 1/2; } }
  @media screen and (max-width: 640px) {
    #router_table #th_10g {
      grid-column: 1/2; } }
  @media screen and (max-width: 399px) {
    #router_table #th_10g {
      grid-column: 1/2; } }
  @media screen and (min-width: 1200px) {
    #router_table #th_10g {
      grid-row: 1/2; } }
  @media screen and (min-width: 641px) and (max-width: 1199px) {
    #router_table #th_10g {
      grid-row: 1/2; } }
  @media screen and (max-width: 640px) {
    #router_table #th_10g {
      grid-row: 1/2; } }
  @media screen and (max-width: 399px) {
    #router_table #th_10g {
      grid-row: 1/2; } }
  @media screen and (min-width: 1200px) {
    #router_table #th_1g {
      grid-column: 2/3; } }
  @media screen and (min-width: 641px) and (max-width: 1199px) {
    #router_table #th_1g {
      grid-column: 1/2; } }
  @media screen and (max-width: 640px) {
    #router_table #th_1g {
      grid-column: 1/2; } }
  @media screen and (max-width: 399px) {
    #router_table #th_1g {
      grid-column: 1/2; } }
  @media screen and (min-width: 1200px) {
    #router_table #th_1g {
      grid-row: 1/2; } }
  @media screen and (min-width: 641px) and (max-width: 1199px) {
    #router_table #th_1g {
      grid-row: 3/4; } }
  @media screen and (max-width: 640px) {
    #router_table #th_1g {
      grid-row: 3/4; } }
  @media screen and (max-width: 399px) {
    #router_table #th_1g {
      grid-row: 3/4; } }
  @media screen and (min-width: 1200px) {
    #router_table #td_10g {
      grid-column: 1/2; } }
  @media screen and (min-width: 641px) and (max-width: 1199px) {
    #router_table #td_10g {
      grid-column: 1/2; } }
  @media screen and (max-width: 640px) {
    #router_table #td_10g {
      grid-column: 1/2; } }
  @media screen and (max-width: 399px) {
    #router_table #td_10g {
      grid-column: 1/2; } }
  @media screen and (min-width: 1200px) {
    #router_table #td_10g {
      grid-row: 2/3; } }
  @media screen and (min-width: 641px) and (max-width: 1199px) {
    #router_table #td_10g {
      grid-row: 2/3; } }
  @media screen and (max-width: 640px) {
    #router_table #td_10g {
      grid-row: 2/3; } }
  @media screen and (max-width: 399px) {
    #router_table #td_10g {
      grid-row: 2/3; } }
  @media screen and (min-width: 1200px) {
    #router_table #td_1g {
      grid-column: 2/3; } }
  @media screen and (min-width: 641px) and (max-width: 1199px) {
    #router_table #td_1g {
      grid-column: 1/2; } }
  @media screen and (max-width: 640px) {
    #router_table #td_1g {
      grid-column: 1/2; } }
  @media screen and (max-width: 399px) {
    #router_table #td_1g {
      grid-column: 1/2; } }
  @media screen and (min-width: 1200px) {
    #router_table #td_1g {
      grid-row: 2/3; } }
  @media screen and (min-width: 641px) and (max-width: 1199px) {
    #router_table #td_1g {
      grid-row: 4/5; } }
  @media screen and (max-width: 640px) {
    #router_table #td_1g {
      grid-row: 4/5; } }
  @media screen and (max-width: 399px) {
    #router_table #td_1g {
      grid-row: 4/5; } }

.top-fee {
  flex-direction: row !important; }

.top-fee .p-table {
  position: relative;
  width: clamp(1px, 96%, 400px); }
  .top-fee .p-table th {
    background: #fddbbd !important;
    height: 60px;
    padding: 0;
    color: #452b1d;
    font-size: clamp(18px, 3vw, 24px); }
    .top-fee .p-table th img {
      position: absolute;
      width: clamp(20px, 12vw, 40px);
      height: clamp(20px, 12vw, 40px);
      top: calc((60px - clamp(20px,12vw,40px)) / 2);
      left: clamp(10px, 2vw, 20px); }

.fee-card {
  width: clamp(1px, 100%, 400px);
  margin: auto; }

.fee-card .title {
  background: #fddbbd !important;
  height: 60px;
  padding: 0;
  color: #452b1d;
  font-size: clamp(18px, 3vw, 24px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px 5px 0 0;
  border: 1px solid #e79254; }

.fee-card img {
  position: absolute;
  width: clamp(20px, 12vw, 40px);
  height: clamp(20px, 12vw, 40px);
  top: calc((60px - clamp(20px,12vw,40px)) / 2);
  left: clamp(10px, 2vw, 20px); }

.fee-card .text {
  background: #fff;
  padding: 1em;
  border-radius: 0 0 5px 5px;
  border: 1px solid #e79254;
  border-top: none; }

.fee-card .text-s {
  font-size: 12px;
  line-height: 1.2;
  height: 2.4em;
  display: flex;
  justify-content: center;
  align-items: center; }

.fee-card .c-button-block.btn-m {
  margin: 0.5em auto 0;
  height: 40px; }

*[class*="c-h"] + *[class*="c-h"],
table[class*="p-table"] + *[class*="c-h"]
p {
  margin-top: 10px !important; }

h3 {
  /*	margin-bottom: 1rem;
  	@include mq(sp){
  		margin-bottom: 10px;
  	}*/ }

h4 {
  font-size: clamp(16px, 2vw, 18px); }

.c-h1 {
  padding: 20px 10px 70px;
  font-size: clamp(20px, 5vw, 40px);
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
  position: relative;
  background: #ffcd96; }
  @media screen and (max-width: 640px) {
    .c-h1 {
      margin-bottom: 0px;
      font-size: clamp(26px, 5vw, 40px);
      letter-spacing: 0px;
      padding: 30px 10px; }
      .c-h1 .u-text-m {
        font-size: 75%; } }
  @media screen and (min-width: 641px) and (max-width: 1199px) {
    .c-h1 {
      padding: 20px 10px 50px; } }
  .c-h1.u-top {
    text-shadow: none;
    color: #f57e16;
    background: none;
    border: none; }
    .c-h1.u-top::before {
      display: none; }
  .c-h1 + .sub {
    display: none; }
  .c-h1 .u-text-s {
    margin-top: -0px;
    display: block; }
  .c-h1 .u-h1img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100px;
    position: relative;
    z-index: 3;
    opacity: 1;
    height: 90px;
    width: 90px;
    margin-right: 1rem; }
    @media screen and (max-width: 640px) {
      .c-h1 .u-h1img {
        height: 70px;
        width: 70px;
        margin-right: 0.6rem;
        position: absolute;
        left: 5vw; } }
    .c-h1 .u-h1img img {
      width: 60px; }
      @media screen and (max-width: 640px) {
        .c-h1 .u-h1img img {
          width: 45px; } }

body:not(#top) .c-h2 {
  position: relative;
  border-bottom: 3px solid #f57e16;
  color: #312300;
  font-size: clamp(17px, 4vw, 32px);
  font-weight: bold;
  text-align: center;
  margin: 2em auto 1.5em; }
body:not(#top) .c-h2 span:first-child {
  position: relative;
  padding: .2em; }
body:not(#top) .c-h2 span:first-child::before {
  position: absolute;
  display: block;
  background: #ff7700;
  top: -.2em;
  right: calc(0px - clamp(1px,2vw,0.5em));
  content: '';
  width: 0.5em;
  height: 0.5em;
  clip-path: polygon(50% 0, 100% 45%, 0 100%); }
body:not(#top) .c-h2 span:first-child::after {
  position: absolute;
  display: block;
  background: #f57e16;
  top: 0.1em;
  right: calc(0px - clamp(1px,2.2vw,0.6em));
  content: '';
  width: 0.4em;
  height: 0.4em;
  clip-path: polygon(75% 31%, 100% 87%, 0 100%); }

.p-inner > .c-h2:first-child, .u-content > .c-h2:first-child {
  margin-top: 0 !important; }

.c-h3 {
  position: relative;
  font-size: clamp(16px, 4vw, 24px);
  font-weight: bold;
  color: #312300;
  margin: 2em 0 1.5em;
  padding: 0.2em 0.5em;
  background: #ffe8ce;
  border-radius: 5px; }

.c-h4 {
  color: #312300;
  font-size: clamp(16px, 3.5vw, 20px);
  font-weight: bold;
  text-align: left;
  position: relative;
  padding-left: 0.5em;
  margin: 1.5em 0 1em;
  border-left: solid 5px #f57e16;
  line-height: 1.6; }

.c-h5 {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: bold;
  color: #312300;
  margin: 0.5em 0 0.2em; }
  .c-h5::before {
    content: "●";
    color: #f57e16;
    margin-right: 0.2em; }

/*******************************************/
/*下線ふきだし
/*******************************************/
h3.fukidashi {
  text-align: center;
  font-size: clamp(16px, 5vw, 28px);
  font-weight: bold;
  color: #f7831c;
  line-height: 1; }
  @media screen and (max-width: 640px) {
    h3.fukidashi {
      margin-bottom: 0; } }
  h3.fukidashi span {
    display: inline-block;
    text-align: center;
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 30px;
    border-bottom: 3px solid; }
    h3.fukidashi span::before, h3.fukidashi span::after {
      position: absolute;
      top: 100%;
      left: 50%;
      content: "";
      height: 0;
      width: 0; }
    h3.fukidashi span::before {
      border: 16px solid;
      border-color: transparent;
      border-top-color: #f7831c;
      margin-left: -16px; }
    h3.fukidashi span::after {
      border: 11px solid;
      border-color: transparent;
      border-top-color: white;
      margin-left: -11px; }

/*******************************************/
/*見出し装飾
/*******************************************/
.midashi-shikaku {
  padding: 1rem;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #452b1d;
  font-weight: bold;
  font-size: clamp(20px, 3vw, 30px);
  text-align: center;
  color: #fff;
  line-height: 1; }

.midashi-underline {
  padding: 1rem 0 0.5rem;
  margin-bottom: 50px;
  font-weight: bold;
  font-size: clamp(20px, 3vw, 30px);
  text-align: center;
  color: #452b1d;
  border-bottom: 2px solid #bcd7f3; }

.u-toge {
  position: relative;
  z-index: 1; }
  .u-toge::before, .u-toge::after {
    font-size: 75%;
    content: "▼";
    display: inline-block;
    color: #f77324; }
  .u-toge::before {
    transform: rotate(330deg) scale(0.33, 1.3); }
  .u-toge::after {
    transform: rotate(-330deg) scale(0.33, 1.3); }

.ribbon {
  position: relative;
  width: clamp(200px, 90%, 750px);
  margin: 1em auto 1.5em;
  padding: .2em;
  background-color: #f9ca1b;
  color: #452b1d;
  font-weight: bold;
  text-align: center;
  font-size: clamp(18px, 4vw, 30px);
  line-height: 1.4; }
  .ribbon::before, .ribbon::after {
    position: absolute;
    bottom: -10px;
    z-index: -1;
    border-style: solid;
    border-color: #e9ba0b;
    content: ''; }
  .ribbon::before {
    left: -.8em;
    border-width: 0.8em 0.8em 0.8em 0.6em;
    border-left-color: transparent; }
  .ribbon::after {
    right: -.8em;
    border-width: 0.8em 0.6em 0.8em 0.8em;
    border-right-color: transparent; }
  .ribbon span::before,
  .ribbon span::after {
    position: absolute;
    bottom: -10px;
    width: 0.6em;
    height: 10px;
    background-color: #996a00;
    content: ''; }
  .ribbon span::before {
    left: 0;
    clip-path: polygon(0 0, 100% 0%, 100% 100%); }
  .ribbon span::after {
    right: 0;
    clip-path: polygon(0 0, 100% 0%, 0% 100%); }

#top .c-h2 {
  border-bottom: none !important;
  display: inline-flex;
  position: relative;
  padding: 0 1em;
  border-bottom: 3px solid #f57e16;
  color: #312300;
  font-size: clamp(20px, 6vw, 40px);
  font-weight: bold;
  text-align: center;
  margin: 0 auto 0.5em;
  line-height: 1.4;
  font-weight: 800; }
  #top .c-h2 span:before, #top .c-h2 span:after {
    content: none; }
#top .c-h2::before {
  position: absolute;
  display: block;
  background: #f57e16;
  bottom: 0.3em;
  left: 0;
  content: '';
  width: 0.7em;
  height: 0.7em;
  clip-path: polygon(30% 0, 0 30%, 100% 100%); }
#top .c-h2::after {
  position: absolute;
  display: block;
  background: #f57e16;
  bottom: 0.3em;
  right: 0;
  content: '';
  width: 0.7em;
  height: 0.7em;
  clip-path: polygon(100% 30%, 70% 0, 0 100%); }
#top .c-h2 small {
  font-weight: bold;
  font-size: clamp(12px, 3vw, 19px);
  display: block;
  margin-bottom: 0.2em; }
#top .c-h3 {
  border-left: none;
  padding: 0.2em 1em;
  background: #f57e16;
  font-size: clamp(16px, 3vw, 22px);
  font-weight: bold;
  color: #fff;
  margin: 1.5em auto;
  display: inline-block;
  border-radius: 5px; }
  #top .c-h3::after {
    position: absolute;
    left: calc(50% - 10px);
    bottom: -9px;
    width: 20px;
    height: 10px;
    background: #f57e16;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: ''; }

*[class*="c-list"] {
  text-align: left;
  list-style-position: outside;
  margin-left: 1rem; }
  *[class*="c-list"] *[class*="c-list"] {
    margin-bottom: 0;
    margin-left: 0; }

table .c-list {
  margin-top: 0 !important; }

.c-list-none {
  list-style-type: none !important;
  padding-left: 1rem;
  text-indent: -1rem; }

.c-list {
  list-style-type: "● ";
  padding-left: 1rem; }

.c-list-notice, .hanyou_ul.fs12 {
  list-style-type: "※ ";
  font-size: clamp(12px, 1.2vw, 14px);
  margin: 20px auto;
  color: #555;
  padding-left: 1rem; }
  .c-list-notice li, .hanyou_ul.fs12 li {
    margin: 0.2em 0; }

li.midashi {
  list-style-type: none;
  font-weight: bold;
  padding-top: 1em;
  text-indent: -1.2em; }

.c-list-check {
  list-style: none;
  margin-left: 1.5em;
  text-indent: -1.5em; }
  .c-list-check li:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    background-image: url(/common/img/check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 0.2em;
    fill: #f7831c; }
  .c-list-check.inyou li:before {
    background-image: url(/common/img/inyou.svg); }

li {
  margin: 0.8em 0; }

ol.c-list-number, ol {
  margin-left: 0;
  counter-reset: count 0; }
  ol.c-list-number > *:not(:first-of-type), ol > *:not(:first-of-type) {
    margin-top: 15px; }
  ol.c-list-number > li, ol > li {
    list-style: none;
    padding-left: 31px;
    position: relative; }
    ol.c-list-number > li::before, ol > li::before {
      position: absolute;
      left: 0;
      top: 2px;
      font-family: Heebo,sans-serif;
      content: counter(count);
      counter-increment: count 1;
      display: inline-flex;
      justify-content: center;
      line-height: 25px;
      font-weight: 700;
      width: 25px;
      height: 25px;
      color: #fff;
      background: #312300;
      border-radius: 50%;
      z-index: 1; }
    ol.c-list-number > li:not(:last-of-type)::after, ol > li:not(:last-of-type)::after {
      position: absolute;
      height: 100%;
      width: 1px;
      background: #312300;
      top: 25px;
      left: 12px;
      content: "";
      display: block;
      z-index: 0; }
  ol.c-list-number ol.c-list-number > li::before, ol ol.c-list-number > li::before {
    color: #312300;
    background: #fff;
    border: 2px solid #312300;
    width: 25px;
    height: 25px;
    line-height: 23px; }

ol:not(.c-list-number) li:after {
  content: none; }

.u-disk {
  list-style-type: "●" !important; }

.u-kome, li.u-notice {
  list-style-type: "※" !important; }

.u-star {
  list-style-type: "★" !important; }

.u-none {
  list-style: none !important;
  margin-left: -1rem !important; }

@-webkit-keyframes pyon {
  0% {
    transform: translate(0, 0px) scale(1); }
  50% {
    transform: translate(0, -10px) scale(1.05); }
  100% {
    transform: translate(0, 0px) scale(1); } }
@-webkit-keyframes slidein {
  0% {
    transform: translate(0, 80px);
    opacity: .15; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
.c-h-img.anime.on, .p-pyon.anime.on {
  animation: pyon .33s ease-in 0s 1 normal forwards; }

*[class^="p-card-"].anime,
.p-flow-card.anime,
.p-faq.anime,
.p-popup.anime {
  transform: translate(0, 80px);
  opacity: 0.15; }
  *[class^="p-card-"].anime.on,
  .p-flow-card.anime.on,
  .p-faq.anime.on,
  .p-popup.anime.on {
    animation: slidein .2s ease-in-out .0s 1 normal forwards;
    opacity: 1 !important; }

.tab_wrap.anime {
  transform: translate(0, 80px);
  opacity: 0.33; }
  .tab_wrap.anime.on {
    animation: slidein .2s ease-in-out .0s 1 normal forwards;
    opacity: 1 !important; }
