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

.blue {
  color: #40a4db; }

.black {
  color: #2c2927; }

.yellow {
  color: #fdd600; }

.orange {
  color: #f7831d; }

.white {
  color: #fff; }

.vivid, .u-text-vivid {
  color: #fa7f00 !important; }

.u-text-dark {
  color: #2c2927; }

.u-bg-white {
  background-color: #fff; }

.u-bg-theme {
  background-color: #fdd600; }

.u-bg-light1 {
  background-color: #f0f9fd !important; }

.u-bg-lb {
  background-color: #f9f5ee; }

.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 {
    padding: 10px 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-left: 20px; } }
    @media screen and (max-width: 640px) {
      .p-faq .p-faq-q, .p-faq .p-faq-a {
        padding: 10px 26px 14px 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: 5px;
          margin-left: calc(-1.6rem - 5px); } }
    .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: #2c2927;
    position: relative;
    cursor: pointer;
    transition: .2s;
    border-top: solid 1px #cad0d5; }
    .p-faq .p-faq-q:hover {
      background: #eef9ff; }
      .p-faq .p-faq-q:hover::after {
        color: #2280f1; }
    .p-faq .p-faq-q::before {
      content: "Q";
      color: #40a4db;
      transition: .2s; }
    .p-faq .p-faq-q::after {
      font-weight: 700;
      font-size: 30px;
      display: inline-block;
      right: 20px;
      position: absolute;
      content: "+";
      top: 5px;
      color: #2c2927;
      transition: .2s; }
      @media screen and (min-width: 641px) and (max-width: 1199px) {
        .p-faq .p-faq-q::after {
          right: 10px;
          top: 5px; } }
      @media screen and (max-width: 640px) {
        .p-faq .p-faq-q::after {
          right: 5px;
          top: calc(50% - 13px);
          line-height: 1;
          font-size: 24px; } }
    .p-faq .p-faq-q:last-of-type {
      border-bottom: solid 1px #cad0d5; }
    .p-faq .p-faq-q.open {
      border-bottom: none; }
      .p-faq .p-faq-q.open:last-of-type {
        border-bottom: none; }
    .p-faq .p-faq-q.open::after {
      transform: rotate(45deg); }
  .p-faq .p-faq-a {
    display: none;
    position: relative;
    border-top: dashed 1px #ddd; }
    .p-faq .p-faq-a::before {
      content: "A";
      color: #f9be00;
      position: absolute;
      top: 12px; }
      @media screen and (max-width: 640px) {
        .p-faq .p-faq-a::before {
          top: 13px; } }
    .p-faq .p-faq-a:last-of-type {
      border-bottom: solid 1px #cad0d5; }
    .p-faq .p-faq-a .c-telblock_data {
      padding-left: 0; }
    .p-faq .p-faq-a .c-telblock_number {
      margin-left: 0; }

.stepbar {
  margin: 0 auto; }
  .stepbar .stepbarwrap {
    margin: 2em 0;
    position: relative; }
  .stepbar .stepbarwrap .steptxt {
    padding-left: 3.5em; }
  .stepbar .stepbarwrap .steptitle {
    display: inline-flex;
    align-items: center; }
    .stepbar .stepbarwrap .steptitle .title {
      margin: 0.5em;
      font-weight: bold;
      font-size: 1.2em;
      color: #0856a7; }
    .stepbar .stepbarwrap .steptitle .stepcircle {
      display: inline-block;
      width: 3em;
      height: 3em;
      content: "";
      border-radius: 50%;
      background-color: #0856a7;
      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.9em; }
  .stepbar .stepbarwrap .stepline {
    width: 1px;
    height: calc(100% + 1em);
    background-color: #0856a7;
    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: #fff;
  border-radius: 10px;
  filter: drop-shadow(3px 3px 12px rgba(0, 0, 0, 0.1)); }
  @media screen and (max-width: 640px) {
    .p-card-1 {
      width: clamp(100px, 90%, 500px);
      padding: clamp(0px, 1vw, 10px) 5% 10px; } }
  .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; }
      .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 {
    color: #2c2927;
    font-size: clamp(16.5px, 5vw, 20px);
    font-weight: 700;
    line-height: 1.6;
    margin: 1em auto; }
    .p-card-1 .u-title .u-title-inner {
      display: block;
      text-align: center;
      line-height: 1; }
  .p-card-1 .u-text {
    margin: 1em clamp(10px, 2vw, 20px) clamp(10px, 2vw, 20px);
    text-align: left;
    font-size: clamp(16px, 4vw, 17px); }
    @media screen and (min-width: 641px) {
      .p-card-1 .u-text {
        text-align: center; } }
  .p-card-1 .hata {
    position: absolute;
    margin: 0 !important;
    width: clamp(70px, 7vw, 87px);
    top: -6px;
    left: 10px; }

/******************************************/
/*料金表示
/******************************************/
.fee-box-wrap {
  display: flex;
  justify-content: space-between;
  margin: 1em auto 2em;
  width: 96%; }
  @media screen and (max-width: 640px) {
    .fee-box-wrap {
      margin: 1em auto 0;
      flex-direction: column; } }

.fee-box {
  width: 48%;
  background-color: #faa218;
  background-image: linear-gradient(135deg, #ffab19 25%, transparent 25%), linear-gradient(225deg, #ffab19 25%, transparent 25%), linear-gradient(45deg, #ffab19 25%, transparent 25%), linear-gradient(315deg, #ffab19 25%, #faa218 25%);
  background-repeat: repeat;
  background-position: 30px 0, 30px 0, 0 0, 0 0 !important;
  background-size: 30px 30px !important;
  border-radius: 5px;
  margin-top: clamp(10px, 2vw, 20px);
  padding: 1em 1em;
  position: relative; }
  @media screen and (max-width: 1199px) {
    .fee-box {
      width: 100%;
      padding: 1em 1em;
      margin-bottom: 0; }
      .fee-box.home, .fee-box.mansion {
        padding: clamp(38px, 7vw, 60px) clamp(0.5em, 1vw, 1em) 1em;
        margin-top: 2em; } }
  .fee-box.home:before, .fee-box.mansion:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -20px;
    left: 0;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }
    @media screen and (max-width: 1199px) {
      .fee-box.home:before, .fee-box.mansion:before {
        position: absolute;
        top: -25px;
        right: 0;
        left: 0;
        margin: 0 auto; } }
  .fee-box.home:before {
    background-image: url(/common/img/fee-home.png); }
  .fee-box.mansion {
    background-color: #40a4db;
    background-image: linear-gradient(135deg, #43ace6 25%, transparent 25%), linear-gradient(225deg, #43ace6 25%, transparent 25%), linear-gradient(45deg, #43ace6 25%, transparent 25%), linear-gradient(315deg, #43ace6 25%, #40a4db 25%); }
    .fee-box.mansion:before {
      background-image: url(/common/img/fee-mansion.png); }
  .fee-box .title {
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    color: #2c2927;
    position: relative;
    z-index: 2;
    top: -25px;
    line-height: 1.2em; }
    @media screen and (min-width: 1200px) {
      .fee-box .title {
        height: 75px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; } }
    @media screen and (max-width: 640px) {
      .fee-box .title {
        line-height: 1em; } }

.fee-content {
  margin: 1em 0;
  padding: 0.5em clamp(0.5em, 1vw, 1em) 1em;
  background: #fff;
  border-radius: 5px;
  text-align: center; }
  .fee-content .tag {
    background: #ffd531;
    color: #2c2927;
    font-weight: normal;
    padding: .3em 1em;
    border-radius: 5px;
    line-height: 1;
    display: inline-block;
    font-size: 80%;
    margin-bottom: 0.5em; }
  .fee-content .getsugaku {
    margin-right: .5em;
    font-size: clamp(10px, 1.5vw, 15px);
    font-weight: normal; }
    .fee-content .getsugaku .u-text-m {
      bottom: 0.1em; }
  .fee-content .title2 {
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 8px; }
  .fee-content.g1 .title2 {
    background: #40a4db; }
  .fee-content.g1 .tag {
    background: #bdeeff; }
  .fee-content.g10 .title2 {
    background: #f9be00; }
  .fee-content.g10 .tag {
    background: #ffe157; }

@media screen and (max-width: 1199px) {
  .fee-content-box-sp2 {
    display: flex;
    justify-content: space-between; } }
.fee-content-box-sp2 .fee-content {
  width: 100%; }
.fee-content-box-sp2 .price .u-text-l, .fee-content-box-sp2 .price.u-text-l {
  font-size: clamp(28px, 4vw, 50px);
  padding: 5px 0;
  line-height: 1; }
@media screen and (max-width: 1199px) {
  .fee-content-box-sp2 .fee-content {
    width: 49%;
    padding: 0;
    margin: 1em 0 0; }
    .fee-content-box-sp2 .fee-content .title2 {
      border-radius: 5px 5px 0 0;
      margin-bottom: 5px; }
    .fee-content-box-sp2 .fee-content .tag {
      display: none; }
    .fee-content-box-sp2 .fee-content .price.flex {
      flex-direction: column; } }

.fee-wrap-img img {
  width: 92%;
  min-width: 270px;
  margin: 0 5px; }
@media screen and (max-width: 640px) {
  .fee-wrap-img {
    flex-direction: column; }
    .fee-wrap-img img {
      margin: 0 auto 20px; }
      .fee-wrap-img img:last-child {
        margin: 10px auto; } }

/******************************************/
/*スマホセット料金
/******************************************/
.flex.spset-card-wrap {
  justify-content: space-evenly;
  margin: clamp(20px, 3vw, 30px) auto;
  width: 90%; }
  @media screen and (max-width: 1199px) {
    .flex.spset-card-wrap {
      flex-wrap: wrap;
      width: 97%; } }
  @media screen and (max-width: 640px) {
    .flex.spset-card-wrap {
      flex-direction: column;
      width: 100%; } }

.spset-card {
  background: #fff5d7;
  border-radius: 10px;
  width: 45%;
  margin: 1em 6px 0;
  text-decoration: none;
  color: #2c2927;
  cursor: pointer;
  transition: .3s ease;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1)); }
  .spset-card:hover {
    opacity: 0.8;
    filter: drop-shadow(3px 3px 12px rgba(0, 0, 0, 0.14)); }
  @media screen and (min-width: 641px) and (max-width: 1199px) {
    .spset-card {
      width: calc(50% - 12px); } }
  @media screen and (max-width: 800px) {
    .spset-card {
      width: 90%; } }
  .spset-card .title {
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: clamp(20px, 5vw, 30px);
    font-weight: 900;
    line-height: 1;
    padding: 10px; }
    @media screen and (max-width: 640px) {
      .spset-card .title {
        display: block; } }
  .spset-card .title small {
    font-size: 0.9rem;
    font-weight: normal;
    margin: 0 5px; }
  .spset-card .text {
    padding: 10px; }
  .spset-card .price .u-text-l, .spset-card .price.u-text-l {
    font-size: clamp(28px, 5vw, 50px); }
  .spset-card .price.u-text-m {
    font-size: clamp(19px, 3vw, 30px); }
  .spset-card.au .title {
    background: #f86b09; }
  .spset-card.au .u-text-vivid {
    color: #f86b09 !important; }
  .spset-card.uq .title {
    background: #009fe8; }
  .spset-card.uq .u-text-vivid {
    color: #009fe8 !important; }

.f-link {
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 1199px) {
    .f-link {
      flex-direction: column; } }

/******************************************/
/*番号入りカード
/******************************************/
.p-cardSet_pc4.number .p-card-1:before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #40a4db;
  border-top: none; }

.p-cardSet_pc4.number .p-card-1:before {
  color: #fff;
  position: absolute;
  top: -10px;
  left: -10px;
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  font-family: 'Heebo';
  text-align: center; }

.p-cardSet_pc4.number .p-card-1:nth-child(1):before {
  content: '1'; }

.p-cardSet_pc4.number .p-card-1:nth-child(2):before {
  content: '2'; }

.p-cardSet_pc4.number .p-card-1:nth-child(3):before {
  content: '3'; }

.p-cardSet_pc4.number .p-card-1:nth-child(4):before {
  content: '4'; }

a[class^="p-card-2"] {
  padding: 0 0 20px;
  background-color: #fff;
  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.05); } }
  @media screen and (min-width: 641px) {
    a[class^="p-card-2"]:hover .p-card-2_link::after {
      transform: rotate(45deg) translate(3px, -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: #2c2927; }
  @media screen and (max-width: 640px) {
    a[class^="p-card-2"]:hover .p-card-2_title.u-bg-theme::before {
      background-color: #fdd600; } }
  a[class^="p-card-2"] .p-card-2_img {
    width: 100%;
    min-height: 109px;
    border-radius: 10px 10px 0 0;
    display: inherit;
    overflow: hidden; }
    a[class^="p-card-2"] .p-card-2_img img {
      transition: .2s;
      object-fit: cover; }
  a[class^="p-card-2"] .p-card-2_exp {
    padding: 10px;
    max-width: 90%;
    margin: 0 auto;
    min-height: 100px; }
  a[class^="p-card-2"] .p-card-2_link {
    cursor: pointer;
    color: #fff;
    background: #fa7f00;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0px auto 10px;
    border-radius: 50px;
    width: 90%;
    border: none;
    font-size: clamp(14px, 4vw, 16px);
    min-height: 40px; }
    @media screen and (max-width: 640px) {
      a[class^="p-card-2"] .p-card-2_link {
        font-size: clamp(12px, 4vw, 18px);
        padding-right: 10px; } }
    a[class^="p-card-2"] .p-card-2_link::after {
      content: '';
      position: absolute;
      transform: rotate(45deg);
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      width: 10px;
      height: 10px;
      margin-left: 10px;
      right: 10%;
      transition: .2s ease; }
      @media screen and (max-width: 640px) {
        a[class^="p-card-2"] .p-card-2_link::after {
          right: 5%; } }
      @media screen and (max-width: 340px) {
        a[class^="p-card-2"] .p-card-2_link::after {
          display: none; } }
  a[class^="p-card-2"] .p-card-2_title {
    transition: .2s;
    padding: 15px 0 0;
    display: block;
    text-align: center;
    color: #2c2927;
    font-weight: 700;
    position: relative;
    margin-bottom: 0;
    border-bottom: 3px dotted #fa5;
    margin: 0 20px;
    padding-bottom: .5em;
    font-size: clamp(20px, 3vw, 22px); }
    @media screen and (max-width: 640px) {
      a[class^="p-card-2"] .p-card-2_title.u-bg-theme {
        background-color: #fdd600;
        color: #fff;
        padding: 5px 20px; } }
  a[class^="p-card-2"].p-card-2_camp {
    width: 48%;
    filter: drop-shadow(3px 3px 12px rgba(0, 0, 0, 0.1)); }
  @media screen and (max-width: 640px) {
    a[class^="p-card-2"] {
      border-radius: 10px;
      display: grid;
      align-items: center; }
      a[class^="p-card-2"] .p-card-2_title {
        grid-row: 1 / 2;
        grid-column: 1 / 3;
        font-size: 120%;
        padding-bottom: 15px;
        background-color: #fdfbe3;
        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;
        grid-row: 2 / 3;
        grid-column: 1 / 2;
        margin-left: 0;
        margin-top: 0; }
      a[class^="p-card-2"] .p-card-2_exp {
        grid-row: 2 / 3;
        grid-column: 2 / 3; }
      a[class^="p-card-2"] .p-card-2_link {
        text-align: right;
        position: relative;
        grid-row: 3 / 4;
        grid-column: 1 / 3; }
      a[class^="p-card-2"].p-card-2_camp {
        /*キャンペーン*/
        width: 95%; }
        a[class^="p-card-2"].p-card-2_camp .p-card-2_img {
          overflow: hidden;
          grid-row: 1 / 2;
          grid-column: 1 / 3; }
        a[class^="p-card-2"].p-card-2_camp .p-card-2_title {
          grid-row: 2 / 3;
          grid-column: 1 / 3;
          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-card-2_camp .p-card-2_exp {
          grid-row: 3 / 4;
          grid-column: 1 / 3; }
        a[class^="p-card-2"].p-card-2_camp .p-card-2_link {
          grid-row: 4 / 5;
          grid-column: 1 / 3; } }
  a[class^="p-card-2"] p {
    color: black;
    padding-top: 10px;
    padding-bottom: 20px; }
  a[class^="p-card-2"] h3 {
    font-size: clamp(20px, 3vw, 24px); }

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

.p-cardSet_pc3:after {
  content: none !important; }

.sub .main-img {
  background-image: linear-gradient(135deg, #1054af 25%, transparent 25%), linear-gradient(225deg, #1054af 25%, transparent 25%), linear-gradient(45deg, #1054af 25%, transparent 25%), linear-gradient(315deg, #1054af 25%, #0e5fb2 25%);
  background-position: 30px 0, 30px 0, 0 0, 0 0 !important;
  background-size: 30px 30px !important;
  background-repeat: repeat !important; }

.p-card-wide {
  text-decoration: none;
  color: #000;
  border-radius: 10px;
  background-color: #fff;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  margin-bottom: 30px;
  flex-direction: row;
  filter: drop-shadow(3px 3px 12px rgba(0, 0, 0, 0.1)); }
  @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;
      margin: 3vw; } }
  @media screen and (max-width: 1050px) {
    .p-card-wide {
      flex-direction: column; } }
  @media screen and (min-width: 641px) and (max-width: 1199px) {
    .p-card-wide {
      margin: 20px auto;
      justify-content: center;
      align-items: center; } }
  @media screen and (max-width: 640px) {
    .p-card-wide {
      border-radius: 10px;
      width: 96%;
      justify-content: center;
      align-items: center; } }
  .p-card-wide img {
    transition: .2s; }
    .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: #f7831d;
    color: white; }
    @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;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    min-width: 230px;
    overflow: hidden; }
    @media screen and (min-width: 641px) and (max-width: 1050px) {
      .p-card-wide .p-card-wide_left {
        width: 80%;
        max-width: 800px;
        padding-top: 20px; } }
    @media screen and (min-width: 641px) and (max-width: 1199px) {
      .p-card-wide .p-card-wide_left img {
        border-radius: 10px 10px 0 0;
        width: 100%;
        height: auto; } }
    @media screen and (max-width: 640px) {
      .p-card-wide .p-card-wide_left {
        width: 100%; }
        .p-card-wide .p-card-wide_left img {
          border-radius: 10px 10px 0 0;
          width: 100%;
          height: auto; } }
    @media screen and (min-width: 1200px) {
      .p-card-wide .p-card-wide_left img {
        border-radius: 10px 0 0 10px;
        max-height: 100%;
        width: auto;
        height: 100%; }
        .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;
    width: 50%;
    min-width: 200px; }
    @media screen and (max-width: 1199px) {
      .p-card-wide .p-card-wide_right {
        display: block;
        padding-bottom: 20px; } }
    @media screen and (max-width: 1050px) {
      .p-card-wide .p-card-wide_right {
        width: 100%;
        max-width: 740px; } }
    .p-card-wide .p-card-wide_right .p-card-wide_right_exp {
      padding: 10px 20px;
      line-height: 1.8;
      margin-bottom: 0;
      min-height: 130px; }
      @media screen and (max-width: 1199px) {
        .p-card-wide .p-card-wide_right .p-card-wide_right_exp {
          width: 90%;
          padding: 10px;
          margin: 0 auto; } }
    .p-card-wide .p-card-wide_right .p-card-wide_right_title {
      font-size: clamp(20px, 3vw, 22px) !important;
      color: #2c2927;
      font-weight: 700;
      border-bottom: 3px dotted #ffaa55;
      text-align: center;
      line-height: 1.6;
      padding-bottom: 0.5em;
      margin: 0 20px; }
      .p-card-wide .p-card-wide_right .p-card-wide_right_title:before {
        content: none; }
      @media screen and (max-width: 640px) {
        .p-card-wide .p-card-wide_right .p-card-wide_right_title {
          font-size: 120%;
          margin: 10px 20px 0; } }
      @media screen and (max-width: 1199px) {
        .p-card-wide .p-card-wide_right .p-card-wide_right_title {
          padding-top: 10px; } }
    .p-card-wide .p-card-wide_right .c-button-radius {
      cursor: pointer;
      color: #fff;
      background: #fa7f00;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin: 0px auto 10px !important;
      border-radius: 50px;
      width: 90%;
      padding: 0;
      border: none;
      font-size: clamp(14px, 4vw, 16px);
      min-height: 40px;
      max-width: 420px; }
      @media screen and (max-width: 640px) {
        .p-card-wide .p-card-wide_right .c-button-radius {
          font-size: clamp(12px, 4vw, 18px);
          padding-right: 10px; } }
      .p-card-wide .p-card-wide_right .c-button-radius::after {
        content: '';
        position: absolute;
        transform: rotate(45deg);
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        width: 10px;
        height: 10px;
        margin-left: 10px;
        transition: .2s ease; }
        @media screen and (max-width: 640px) {
          .p-card-wide .p-card-wide_right .c-button-radius::after {
            right: 5%; } }
        @media screen and (max-width: 340px) {
          .p-card-wide .p-card-wide_right .c-button-radius::after {
            display: none; } }

div[class^="p-cardSet"] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  width: 100%; }
  @media screen and (min-width: 1200px) {
    div[class^="p-cardSet"] > *[class^="p-card"] {
      width: calc(100% / 4 - 30px);
      margin-bottom: 30px;
      /*&:not(:first-child){
      	margin-left:30px;
      }
      &:nth-of-type(4n + 1){
      	margin-left:15px;
      }*/ } }
  @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 (min-width: 1200px) {
  div[class^="p-cardSet"].p-cardSet_pc2 > *[class^="p-card"] {
    width: 48% !important;
    /*&:not(:first-child){
    	margin-left:30px;
    }
    &:nth-of-type(2n + 1){
    	margin-left:15px;
    }*/ } }

@media screen and (min-width: 1200px) {
  div[class^="p-cardSet"].p-cardSet_pc3 > *[class^="p-card"] {
    width: calc(100% / 3 - 30px) !important;
    max-width: 320px; }
    div[class^="p-cardSet"].p-cardSet_pc3 > *[class^="p-card"]:not(:first-child) {
      margin-left: 30px; } }
@media screen and (min-width: 641px) and (max-width: 1199px) {
  div[class^="p-cardSet"].p-cardSet_pc3 {
    justify-content: space-around; }
    div[class^="p-cardSet"].p-cardSet_pc3 > *[class^="p-card"] {
      width: calc(50% - 10px);
      margin-bottom: 20px; }
    div[class^="p-cardSet"].p-cardSet_pc3 .p-card-1 {
      width: calc(50% - 20px);
      margin: 10px; }
    div[class^="p-cardSet"].p-cardSet_pc3 .p-card-1:nth-child(3) {
      position: relative; } }
@media screen and (max-width: 640px) {
  div[class^="p-cardSet"].p-cardSet_pc3 > *[class^="p-card"] {
    width: calc(100% - 20px);
    margin-bottom: 15px;
    margin-left: 10px; } }

@media screen and (min-width: 1200px) {
  div[class^="p-cardSet"].p-cardSet_pc4 > *[class^="p-card"] {
    width: calc(100% / 4 - 30px) !important;
    max-width: 320px;
    margin: 0 15px;
    /*&:not(:first-child){
    	margin-left:30px;
    }
    &:nth-of-type(3n + 1){
    	margin-left:15px;
    }*/ } }
@media screen and (min-width: 641px) and (max-width: 1199px) {
  div[class^="p-cardSet"].p-cardSet_pc4 {
    justify-content: center; }
    div[class^="p-cardSet"].p-cardSet_pc4 .p-card-1 {
      width: calc(50% - 30px);
      margin: 0 10px 20px 15px; }
      div[class^="p-cardSet"].p-cardSet_pc4 .p-card-1:nth-child(1), div[class^="p-cardSet"].p-cardSet_pc4 .p-card-1:nth-child(3) {
        margin-right: 0; } }

@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; } }

/*
.linkcard_set{
	display: flex;
	flex-wrap: wrap;
}

.linkcard{
	background-color: #fff;
	text-align: center;
	border: 1px solid #e8e8e8;
	max-width: calc(24% - 10px);
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 80%;
	transition: .33s;
	padding: 10px;
	border-radius: 5px;
}
.linkcard img{
	margin-bottom: 5px;
}
.linkcard:hover{
	filter: drop-shadow(0 0 3px #CCCCCC);
}
@media only screen and (max-width:640px){
	.linkcard{
	max-width: calc(50% - 10px);
	}
}*/
.p-contact {
  padding: 0;
  margin-bottom: 0;
  display: flex;
  z-index: 2;
  justify-content: space-evenly; }
  .p-contact > .p-inner {
    padding: 0;
    display: inline-block;
    width: 100%;
    max-width: 1200px;
    justify-content: center;
    align-items: center;
    margin: auto; }
  .p-contact .p-telblock {
    position: relative;
    margin: clamp(5px, 3vw, 20px) 0;
    display: flex;
    justify-content: center;
    align-items: center; }

.-box {
  border: 1px solid #f4f4f4; }

.p-tabSet {
  display: flex;
  justify-content: center;
  max-width: 840px;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    .p-tabSet {
      margin: 0 10px; } }

.p-tabSet_tab {
  width: 50%;
  padding: clamp(10px, 2vw, 20px);
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0 0;
  border-bottom: 3px solid #fff;
  font-size: 110%;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  background-color: #ddd;
  color: #777;
  position: relative;
  bottom: -3px;
  z-index: 11;
  transition: none; }
  .p-tabSet_tab.select {
    border: solid 2px #e5ddd6;
    border-bottom: 3px solid #fff;
    background-color: #fff;
    color: #fa7f00;
    font-weight: bold; }
    .p-tabSet_tab.select:after {
      content: "";
      width: calc(100% + 4px);
      height: 3px;
      background: #ffffff;
      position: absolute;
      bottom: -4px;
      left: 50%;
      transform: translateX(-50%); }
  @media screen and (min-width: 641px) and (max-width: 1199px) {
    .p-tabSet_tab {
      width: 40%; } }
  @media screen and (max-width: 640px) {
    .p-tabSet_tab {
      width: 47%;
      font-size: 14px; } }
  .p-tabSet_tab .noborder {
    border-bottom: none !important; }

.p-tab_content {
  display: none;
  border: solid 2px #e5ddd6;
  padding: clamp(30px, 3vw, 50px) 5%;
  background: #fff;
  border-radius: clamp(10px, 3vw, 20px);
  position: relative; }
  .p-tab_content.select {
    display: block; }
  .p-tab_content a[class^="c-button-block"] {
    margin-bottom: 8px;
    min-width: 230px; }
  .p-tab_content .c-h3 {
    margin-top: 0; }

#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 .tabset {
    margin-top: 35px;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 640px) {
      #tab1 .tabset {
        flex-direction: column;
        align-items: center; } }
    #tab1 .tabset .tab {
      margin: 0 5px -1px 5px;
      padding: 10px 10px 20px;
      border-radius: 10px 10px 0 0;
      cursor: pointer;
      text-align: center;
      width: 44%;
      max-width: 500px;
      background: #fff;
      color: #a4b0b8;
      border: solid #b6c1c8;
      border-width: 1px 1px 0 1px; }
      @media screen and (max-width: 640px) {
        #tab1 .tabset .tab {
          width: 90%;
          min-width: 40%;
          font-size: 90%;
          padding: 5px 0 0;
          max-width: inherit !important; } }
      #tab1 .tabset .tab .chimei {
        font-weight: initial;
        width: 90%;
        max-width: initial;
        font-size: 14px;
        padding: 10px 0 0 0 !important;
        border-radius: 5px;
        margin: auto;
        text-align: left;
        max-width: 400px; }
        @media screen and (max-width: 640px) {
          #tab1 .tabset .tab .chimei {
            width: 100%;
            max-width: initial;
            font-size: 12px;
            padding: 5px !important;
            margin-top: 5px !important;
            border-radius: 0; } }
        #tab1 .tabset .tab .chimei span {
          display: inline-block;
          margin: 0 3px; }
      #tab1 .tabset .tab.selected {
        color: #40a4db;
        border-color: #40a4db;
        position: relative; }
        @media screen and (max-width: 640px) {
          #tab1 .tabset .tab.selected {
            color: #fff;
            border-color: #2372c0;
            background: #2372c0; } }
  #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: #2c2927;
    border: 2px solid rgba(44, 41, 39, 0.2);
    margin: 16px; }
    #tab1 button.on {
      background: #FFF9EF;
      font-weight: 700;
      color: #fdd600;
      opacity: 1;
      border: 2px solid #fdd600;
      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;
    background-color: white;
    color: #fa7f00;
    background-color: #fff;
    border-top: 1px solid #fa7f00;
    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 #2c2927;
    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 #2c2927;
    padding-bottom: 10px; }
    @media screen and (min-width: 1200px) {
      #tab1 .noticewrap {
        padding-bottom: 16px; } }

/************************************/
/*タブ・料金ボックス
/************************************/
.u-center-tb .white {
  border-top: solid 1px #1c6ebf; }

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

.p-header .header-inner {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #fff; }
  @media screen and (min-width: 1200px) {
    .p-header .header-inner {
      height: 70px;
      max-width: 1200px;
      margin: auto;
      padding-right: calc(clamp(1px,100%,1200px) / 7);
      display: flex;
      justify-content: space-between; }
      .p-header .header-inner::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 .header-inner {
      box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.08); } }
  @media screen and (max-width: 640px) {
    .p-header .header-inner {
      padding: 0; } }
  .p-header .header-inner a {
    display: flex; }
  .p-header .header-inner .p-header_logo {
    width: 200px;
    padding: 10px 1em; }
    @media screen and (min-width: 1200px) {
      .p-header .header-inner .p-header_logo {
        margin: 10px; } }
    @media screen and (max-width: 1199px) {
      .p-header .header-inner .p-header_logo {
        width: 170px;
        min-width: 170px;
        margin-right: auto;
        margin-left: auto;
        display: block; } }
  .p-header .header-inner .p-header_company {
    font-size: 11px;
    line-height: 1.4;
    padding: 0 clamp(1em, 3vw, 50px);
    z-index: 1; }
    @media screen and (max-width: 640px) {
      .p-header .header-inner .p-header_company {
        display: block;
        width: 80%;
        background-color: #fff;
        color: #2c2927;
        font-size: 10px;
        padding-right: 45px; } }
    @media all and (max-width: 369px) {
      .p-header .header-inner .p-header_company {
        width: 100%;
        padding-right: 0;
        text-align: center;
        padding-bottom: 10px; } }
  .p-header .header-inner .p-header_button {
    position: absolute;
    top: 0;
    right: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: linear-gradient(90deg, #ff8019, #fe593e);
    color: #fff; }
    .p-header .header-inner .p-header_button img {
      max-width: 100%; }
  .p-header .header-inner .p-header_menuButton {
    position: fixed;
    margin: 0;
    top: 5px;
    border: 0;
    border-radius: 0;
    padding: 0;
    right: 5px;
    width: 40px;
    height: 40px;
    background-color: #6bc8e9;
    color: #6bc8e9;
    background-image: linear-gradient(90deg, #61c4e7, #a4ddf1);
    cursor: pointer;
    overflow: hidden;
    z-index: 10000;
    transition: .3s;
    border-radius: 50%; }
    .p-header .header-inner .p-header_menuButton img {
      line-height: 0;
      max-width: unset;
      height: 40px;
      width: 80px;
      transition: .18s;
      transform: translateX(-50%); }
    .p-header .header-inner .p-header_menuButton.close img {
      transform: translateX(0); }
    .p-header .header-inner .p-header_menuButton.on {
      transform: translateY(0); }
  .p-header .header-inner .u-mini {
    display: none; }
    @media all and (max-width: 400px) {
      .p-header .header-inner .u-mini {
        display: block; } }
  @media all and (max-width: 369px) {
    .p-header .header-inner .flex {
      flex-direction: column;
      width: 100%; }
      .p-header .header-inner .flex .u-370 {
        display: none; } }
.p-header .p-telblock {
  color: #fa7f00;
  padding: 0 clamp(1em, 3vw, 50px);
  width: 40%; }

.p-navi {
  background: #fff;
  box-shadow: 0px 0px 7px 2px #37404b14;
  position: relative; }

.p-header_globalNavi {
  display: flex;
  background-color: #fff;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 12; }
  .p-header_globalNavi::before {
    background: transparent;
    width: 100%;
    height: 1px;
    position: absolute;
    content: "";
    margin-top: -1px; }
  .p-header_globalNavi .navi-btn {
    position: absolute;
    top: -70px;
    right: 0;
    background: linear-gradient(90deg, #ff8019, #fe593e);
    height: 120px;
    color: #fff;
    font-weight: bold;
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 1199px) {
      .p-header_globalNavi .navi-btn {
        top: 0;
        position: relative;
        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:hover {
      opacity: 0.7; }
    .p-header_globalNavi .navi-btn span {
      display: flex;
      align-content: center;
      justify-content: center;
      align-items: center;
      font-size: 1.1em; }
      @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%; }
    .p-header_globalNavi .navi-btn span.img {
      display: flex;
      height: 70px;
      justify-content: center;
      align-items: center; }
    .p-header_globalNavi .navi-btn img {
      width: 60px; }
  .p-header_globalNavi .gnavi__wrap {
    width: 1200px;
    margin: 0 auto; }
  .p-header_globalNavi .gnavi__lists {
    display: flex; }
  .p-header_globalNavi .gnavi__list {
    width: calc(100% / 7);
    height: 50px;
    position: relative;
    transition: all .2s;
    margin: 0;
    cursor: pointer;
    padding-top: 3px;
    border-bottom: 3px solid #fff; }
    @media screen and (max-width: 1199px) {
      .p-header_globalNavi .gnavi__list {
        width: 100%;
        height: 10vh;
        border-left: none;
        border-bottom: none; } }
  .p-header_globalNavi .gnavi__list:hover {
    border-bottom: 3px solid #fdd600; }
    @media screen and (max-width: 1199px) {
      .p-header_globalNavi .gnavi__list:hover {
        background-color: #fff;
        border-bottom: none; } }
  .p-header_globalNavi .gnavi__list:hover::before {
    background-color: #e5f8ff; }
  .p-header_globalNavi .gnavi__list a, .p-header_globalNavi .gnavi__list.midashi {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #716b67;
    font-size: 15px;
    letter-spacing: 0.05em;
    font-weight: normal;
    transition: all .3s; }
    @media screen and (max-width: 1199px) {
      .p-header_globalNavi .gnavi__list a, .p-header_globalNavi .gnavi__list.midashi {
        color: #716b67; } }
  .p-header_globalNavi .gnavi__list.midashi {
    padding-top: 0;
    text-indent: initial;
    background: #06539e; }
  .p-header_globalNavi .gnavi__list:hover a {
    color: #2c2927; }
  .p-header_globalNavi .dropdown__lists {
    display: none;
    /*デフォルトでは非表示の状態にしておく*/
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0; }
  .p-header_globalNavi .dropdown__lists li {
    margin: 0; }
  .p-header_globalNavi .gnavi__list:hover .dropdown__lists {
    display: block;
    /*Gナビメニューにホバーしたら表示*/ }
  .p-header_globalNavi .dropdown__list {
    background-color: #004d80;
    height: 60px;
    transition: all .3s;
    position: relative; }
  .p-header_globalNavi .dropdown__list:not(:first-child)::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #3492d1;
    position: absolute;
    top: 0;
    left: 0; }
  .p-header_globalNavi .dropdown__list:hover {
    background-color: #003558; }
  .p-header_globalNavi .dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative; }
  .p-header_globalNavi .dropdown__list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px); }
  .p-header_globalNavi .menu-toggle:hover > .toggle-inner,
  .p-header_globalNavi .menu-toggle:focus > .toggle-inner {
    display: block;
    position: absolute;
    width: 168px; }
  @media screen and (max-width: 1199px) {
    .p-header_globalNavi {
      background-color: #fdfbe3f2;
      width: 100%;
      transition: .18s;
      display: none;
      transform: translateX(-100%);
      position: fixed;
      top: 0;
      z-index: 1; }
      .p-header_globalNavi.on {
        display: flex;
        flex-direction: column;
        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 .gnavi__list.midashi {
        padding-top: 0;
        text-indent: initial;
        background: #0e5fae;
        border-bottom: dashed #458bd1 1px; }
      .p-header_globalNavi li.gnavi__list.dash {
        border-bottom: dashed #458bd1 1px; }
      .p-header_globalNavi li.gnavi__list.dash-last {
        border-bottom: solid #458bd1 1px; } }
  .p-header_globalNavi.u-horizontal > a {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 7); }
    .p-header_globalNavi.u-horizontal > a::before {
      position: relative;
      display: block;
      left: unset;
      top: unset;
      transform: translate(-7px, -1px); }
    @media screen and (max-width: 1199px) {
      .p-header_globalNavi.u-horizontal > a {
        justify-content: flex-start;
        padding-left: 15px;
        width: 100%; } }
    .p-header_globalNavi.u-horizontal > a::before {
      transform: translate(-7px, -1px); }
  .p-header_globalNavi > a {
    position: relative;
                   /*
font-weight: 700;*/
    font-size: 90%;
    display: block;
    transition: .33s;
    width: 100%;
    color: #2c2927;
    text-decoration: none;
    height: 50px; }
    .p-header_globalNavi > 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 > a:nth-child(1)::before {
      background-position: 0px 0px; }
    .p-header_globalNavi > a:nth-child(2)::before {
      background-position: -20px 0px; }
    .p-header_globalNavi > a:nth-child(3)::before {
      background-position: -40px 0px; }
    .p-header_globalNavi > a:nth-child(4)::before {
      background-position: -60px 0px; }
    .p-header_globalNavi > a:nth-child(5)::before {
      background-position: -80px 0px; }
    .p-header_globalNavi > a:nth-child(6)::before {
      background-position: -100px 0px; }
    .p-header_globalNavi > a:nth-child(7)::before {
      background-position: -120px 0px; }
    @media screen and (min-width: 1200px) {
      .p-header_globalNavi > a {
        display: inline-block;
        text-align: center;
        width: auto; }
        .p-header_globalNavi > a::before {
          top: 10px;
          left: calc(50% - 20px/2); } }
    @media screen and (max-width: 1199px) {
      .p-header_globalNavi > a {
        display: inline-flex;
        align-items: center;
        text-align: left;
        width: 100%;
        font-size: 100%;
        letter-spacing: 2px;
        font-weight: normal;
        height: 50px;
        text-decoration: none; }
        .p-header_globalNavi > a::after {
          opacity: 0; }
        .p-header_globalNavi > a::before {
          left: 10px;
          top: 10px; }
        .p-header_globalNavi > a:last-child {
          border-bottom: none; } }
    .p-header_globalNavi > a:hover::before {
      animation: pyon .2s ease-in-out .0s 1 normal forwards; }

table {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 30px;
  border-collapse: collapse;
  text-align: center;
  border: solid 2px #cbc5c0; }
  table table[class*="p-table"] {
    box-shadow: none; }
  table tbody {
    box-shadow: 4px 4px 10px rgba(17, 17, 17, 0.1); }
  table th, table td {
    vertical-align: middle;
    padding: 10px; }
    table th > *:last-child, table td > *:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
    @media screen and (max-width: 640px) {
      table th, table td {
        padding: 10px 5px;
        font-size: 85%; } }
    table th *, table td * {
      word-break: break-all; }
  table th {
    color: #374044;
    font-weight: 700;
    background: #efeee8; }
    table th.blue {
      background: #035fbe !important;
      color: #fff !important; }
  table td {
    background-color: #fff; }
  table tr > *:first-child {
    border-left: 1px solid #cbc5c0 !important; }
  table tr > *:last-child {
    border-right: 1px solid #cbc5c0; }
  table .c-list-notice {
    margin: 0 auto; }

.sub table th.u-bg-vivid {
  background: repeating-linear-gradient(135deg, #ffe2cb 0, #ffe2cb 5px, #ffddc3 5px, #ffddc3 10px); }

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 #cbc5c0 !important; } }

td .u-text-l, td .u-text-m {
  font-family: Heebo,'Noto Sans JP',sans-serif; }

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

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; }

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

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

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

.sub.op table {
  margin: clamp(10px, 2vw, 20px) auto clamp(15px, 3vw, 30px); }

@media screen and (max-width: 640px) {
  table.option.u-scrollTable {
    padding-top: 0;
    margin-top: 0; }
    table.option.u-scrollTable::before {
      display: none; } }

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

table th, table td {
  line-height: normal;
  padding: 15px;
  border-bottom: 1px solid #cbc5c0; }
  @media screen and (max-width: 640px) {
    table th, table td {
      padding: 10px 5px; } }

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

table tr:first-child, table tr:last-child {
  border-left: none !important; }

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

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

@media screen and (min-width: 641px) {
  table.table-with-pro-left {
    width: 70%;
    height: 140px; } }

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

.w15 {
  width: 15%; }

.w20 {
  width: 20%; }

.w25 {
  width: 25%; }

.w30 {
  width: 30%; }

.w35 {
  width: 35%; }

.w40 {
  width: 40%; }

.w45 {
  width: 45%; }

.w55 {
  width: 55%; }

.w65 {
  width: 65%; }

.w75 {
  width: 75%; }

.th-bg-lb th {
  background-color: #e5f8ff; }

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

.c-h1 {
  padding: clamp(25px, 5vw, 50px) 10px clamp(30px, 6vw, 70px);
  font-size: clamp(26px, 5vw, 40px);
  color: #2c2927;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  position: relative; }
  @media screen and (max-width: 640px) {
    .c-h1 {
      margin-bottom: 0px; }
      .c-h1 .u-text-m {
        font-size: 75%; } }
  .c-h1.u-top {
    text-shadow: none;
    color: #fdd600;
    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; } }

h2 {
  text-align: center;
  color: #2c2927;
  font-weight: 900;
  font-size: clamp(20px, 5vw, 38px);
  text-align: center;
  line-height: 1.4;
  margin: clamp(20px, 5vw, 40px) 0; }
  h2.c-h3 {
    line-height: inherit; }
  @media screen and (max-width: 1199px) {
    h2.u-text-dark {
      margin-top: 0; } }

.c-h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .c-h2 span {
    display: inline-block;
    position: relative;
    padding: 0 0.5em; }
    .c-h2 span.dashed:before, .c-h2 span.dashed:after {
      position: absolute;
      bottom: 0;
      height: 70%;
      border-left: #f9be00 3px dashed;
      border-top: none;
      content: ''; }
      @media screen and (max-width: 640px) {
        .c-h2 span.dashed:before, .c-h2 span.dashed:after {
          border-left: #f9be00 3px dashed; } }
    .c-h2 span.dashed.dashed-blue:before, .c-h2 span.dashed.dashed-blue:after {
      border-left: #40a4db 4px dashed; }
    .c-h2 span.dashed.dashed-yellow:before, .c-h2 span.dashed.dashed-yellow:after {
      border-left: #fdd600 4px dashed; }
    .c-h2 span.dashed:before {
      left: calc(0px - clamp(10px,9vw,30px));
      transform: rotate(145deg); }
    .c-h2 span.dashed:after {
      right: calc(0px - clamp(10px,9vw,30px));
      transform: rotate(35deg); }

.u-dashed {
  display: inline-block;
  position: relative;
  padding: 0 0.5em;
  font-size: clamp(20px, 8vw, 52px); }
  .u-dashed.dashed:before, .u-dashed.dashed:after {
    position: absolute;
    bottom: 0;
    height: 70%;
    border-left: #f9be00 4px dashed;
    border-top: none;
    content: ''; }
    @media screen and (max-width: 640px) {
      .u-dashed.dashed:before, .u-dashed.dashed:after {
        border-left: #f9be00 3px dashed; } }
  .u-dashed.dashed.dashed-blue:before, .u-dashed.dashed.dashed-blue:after {
    border-left: #40a4db 4px dashed; }
  .u-dashed.dashed.dashed-yellow:before, .u-dashed.dashed.dashed-yellow:after {
    border-left: #fdd600 4px dashed; }
  .u-dashed.dashed:before {
    left: clamp(-30px, -1vw, -5px);
    transform: rotate(135deg); }
  .u-dashed.dashed:after {
    right: clamp(-30px, -1vw, -5px);
    transform: rotate(45deg); }

@media screen and (max-width: 640px) {
  span.dashed:before, span.dashed:after {
    border-width: 3px !important; } }

.midashi-s {
  display: block;
  font-weight: bold;
  font-size: clamp(16px, 3vw, 24px) !important;
  margin-bottom: 0.2em; }

.midashi-l {
  display: block;
  font-weight: 900;
  font-size: clamp(20px, 7vw, 43px);
  text-align: center;
  position: relative;
  line-height: 1.4; }

img.midashi-l {
  width: clamp(200px, 70vw, 451px);
  margin-top: 15px; }

h3 {
  font-size: clamp(20px, 4vw, 30px);
  font-weight: bold;
  color: #40a4db;
  margin-bottom: 1rem;
  line-height: 1.4; }
  @media screen and (max-width: 640px) {
    h3 {
      margin-bottom: 10px; } }

.c-h3 {
  display: block;
  text-align: center;
  font-size: clamp(20px, 4vw, 30px);
  font-weight: 700;
  letter-spacing: 1px;
  margin: clamp(30px, 4vw, 60px) auto clamp(20px, 3vw, 40px);
  background: #fff5b2;
  position: relative;
  border-radius: 3px;
  padding: .2em .5em;
  border-left: 5px solid #f9be00;
  color: #2c2927; }
  @media screen and (max-width: 640px) {
    .c-h3 {
      letter-spacing: 0px; } }

h4, .c-h4 {
  color: #2c2927;
  margin-top: clamp(22px, 6vw, 40px);
  margin-bottom: clamp(20px, 3vw, 30px);
  padding: 0 15px;
  font-size: clamp(19px, 3vw, 24px);
  font-weight: bold;
  text-align: left;
  position: relative;
  z-index: 1;
  line-height: normal; }
  h4:before, .c-h4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #f9be00;
    border-radius: 2px; }
  h4.center, .c-h4.center {
    text-align: center;
    background: #f9be00;
    border-radius: 5px; }
    h4.center:before, .c-h4.center:before {
      content: none; }

h5 {
  font-size: clamp(17px, 3vw, 20px);
  font-weight: bold;
  margin: 0px auto 20px;
  line-height: 1.6; }

.c-h5 {
  font-weight: 700;
  color: #fdd600; }
  .c-h5::before {
    content: "●"; }

/*******************************************/
/*下線ふきだし
/*******************************************/
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-fukidashi {
  margin-bottom: 1rem;
  display: block;
  position: relative;
  text-align: center;
  font-size: clamp(17px, 4vw, 32px);
  font-weight: 700;
  letter-spacing: 1px;
  margin: 10px auto clamp(20px, 5vw, 30px);
  position: relative;
  background: #31a5ef;
  background-image: linear-gradient(90deg, #31a5ef, #91d7f1);
  border-radius: 50px;
  padding: 5px 0.5em 10px;
  color: #fff; }
  .midashi-fukidashi:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    border: 7px solid transparent;
    border-top: 10px solid #5fbdef; }

.ribbon {
  width: 100%;
  padding: 10px 40px 10px 40px;
  background: #ffcd2b;
  font-size: clamp(18px, 3vw, 28px);
  line-height: 1.4;
  color: #3d3834;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 40px auto 30px; }
  @media screen and (max-width: 640px) {
    .ribbon {
      margin: 20px auto; } }
  .ribbon span {
    font-size: clamp(20px, 3vw, 24px); }

.ribbon {
  --r: .8em;
  /* control the ribbon shape */
  padding-inline: calc(var(--r) + .3em);
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, 0 100%, var(--r) 50%); }

.ribbon.ribbon-blue {
  margin-top: 50px;
  background: #40a4db;
  color: #fff; }
  .ribbon.ribbon-blue:before, .ribbon.ribbon-blue:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20style%3D%22enable-background%3Anew%200%200%2060%20155%22%20viewBox%3D%220%200%2060%20155%22%3E%3Cpath%20d%3D%22M60%2077.5%200%200v155z%22%20style%3D%22fill%3A%23d9effd%22%2F%3E%3C%2Fsvg%3E"); }
  @media screen and (max-width: 640px) {
    .ribbon.ribbon-blue {
      margin-top: 30px; } }

.ribbon-m {
  padding: 5px 40px;
  font-size: clamp(16px, 2vw, 24px); }

h3:has(.ribbon.point) {
  position: relative; }

.ribbon.point {
  --r: 0.5em;
  padding-inline: var(--r);
  padding-left: 0;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - var(--r)) 50%, 100% 100%, 0% 100%, 0% 0%);
  display: flex;
  flex-direction: column;
  width: clamp(38px, 13vw, 100px);
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-40%);
  margin: 0;
  padding: clamp(5px, 1vw, 10px); }
  @media screen and (max-width: 640px) {
    .ribbon.point {
      --r: 1em;
      flex-direction: row;
      width: 100%;
      position: relative;
      left: initial;
      top: 0;
      transform: none;
      margin: 0 auto 10px; } }
  .ribbon.point .text-s {
    font-size: clamp(12px, 1vw, 14px); }
    @media screen and (max-width: 640px) {
      .ribbon.point .text-s {
        margin-right: 2px;
        position: relative; } }
  .ribbon.point .number {
    font-size: clamp(24px, 4vw, 40px);
    line-height: 1; }
    @media screen and (max-width: 640px) {
      .ribbon.point .number {
        position: relative; } }

.icon-tdog.cp img {
  position: absolute;
  right: clamp(0px, 4vw, 50px);
  width: clamp(100px, 17vw, 130px);
  top: 0;
  z-index: 3;
  transform: translateY(-80%); }
  @media screen and (max-width: 640px) {
    .icon-tdog.cp img {
      width: clamp(70px, 16vw, 100px);
      transform: translateY(-75%);
      display: block; } }
.icon-tdog.cp .ribbon {
  margin-top: 0px; }
  .icon-tdog.cp .ribbon .white {
    color: #fff; }

.option-midashi {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative; }
  .option-midashi .img-op {
    position: absolute;
    transform: translate(-50%);
    top: initial !important;
    left: initial !important;
    right: clamp(-140px, -10vw, -50px) !important;
    z-index: 2;
    width: clamp(100px, 23vw, 250px); }
    @media screen and (max-width: 380px) {
      .option-midashi .img-op {
        left: clamp(5px, 86vw, 500px) !important;
        right: initial !important; } }

.shasen {
  position: relative;
  width: fit-content;
  margin: auto;
  padding: 10px 1.5vw;
  color: transparent;
  background-image: linear-gradient(180deg, #3c3fc5 50%, #29239e 50%);
  -webkit-background-clip: text;
  font-size: clamp(11px, 2vw, 24px);
  font-weight: bold;
  text-align: center; }

.shasen::before,
.shasen::after {
  --gradient: linear-gradient(180deg, #3c3fc5 50%, #29239e 50%);
  position: absolute;
  bottom: 16px;
  width: 0.3vw;
  height: clamp(12px, 2vw, 30px);
  content: '';
  max-width: 4px; }

.shasen::before {
  background-image: var(--gradient);
  left: 0;
  transform: rotate(-30deg); }

.shasen::after {
  background-image: var(--gradient);
  right: 0;
  transform: rotate(30deg); }

.fusen {
  display: inline-block;
  position: relative;
  padding: 5px 1rem;
  color: #035fbe;
  background: #b4eaff;
  border-left: solid 5px #035fbe;
  font-weight: bold;
  margin: 40px 0 30px;
  border-radius: 3px;
  min-width: 40%; }
  .fusen:before {
    content: none; }

.ribbon3 {
  position: relative;
  margin-bottom: 30px;
  padding: 0.2rem 1rem;
  background-color: #ffd200;
  background-image: linear-gradient(135deg, transparent 0 15px, #fd831b 15px 27px, transparent 15px), linear-gradient(-45deg, transparent 0 15px, #fd831b 15px 27px, transparent 15px);
  color: #333;
  font-weight: bold;
  text-align: center; }

.c-h-line {
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: clamp(20px, 5vw, 36px);
  font-weight: 900;
  font-size: clamp(20px, 5vw, 36px);
  color: #40a4db;
  text-align: center;
  line-height: 1.4; }
  .c-h-line:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #40a4db, #40a4db 1px, transparent 1px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #40a4db, #40a4db 1px, transparent 1px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .c-h-line small {
    font-size: clamp(16px, 3vw, 22px);
    margin-left: 0.5em;
    font-weight: 700; }
  .c-h-line .number {
    font-size: 150%;
    font-weight: 900; }

*[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;
  padding-left: 1rem;
  text-indent: -1rem; }

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

.c-list-notice, .hanyou_ul.fs12 {
  list-style-type: "※ ";
  font-size: clamp(12px, 1vw, 14px);
  margin: 20px auto;
  color: #777;
  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.4em 0; }

ol, .hanyou_ol {
  margin-left: .5rem;
  counter-reset: number;
  list-style-type: none !important; }
  ol > *:not(:first-of-type), .hanyou_ol > *:not(:first-of-type) {
    margin-top: 15px; }
  ol > li, .hanyou_ol > li {
    position: relative;
    padding-left: 30px;
    line-height: 1.5em; }
  ol > li:before, .hanyou_ol > li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #40a4db;
    color: white;
    font-family: Avenir,'Arial Black',Arial,sans-serif;
    font-weight: bold;
    font-size: 15px;
    border-radius: 50%;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; }

ol.no-decoration {
  list-style-type: decimal !important; }
  ol.no-decoration > li {
    position: relative;
    line-height: 1.8rem;
    padding-left: 0;
    margin: 1rem; }
  ol.no-decoration > li:before {
    display: none; }

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

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

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

/*********************************************/
/* オプション */
/*********************************************/
.option-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  width: clamp(260px, 94%, 1000px);
  margin: 0 auto;
  border-radius: 10px;
  font-size: clamp(16px, 2vw, 24px);
  filter: drop-shadow(3px 3px 12px rgba(0, 0, 0, 0.1));
  padding: clamp(5px, 2vw, 15px); }
  .option-ul > li {
    text-align: center;
    width: 50%; }
  .option-ul > li > p {
    margin-bottom: 0; }
  .option-ul .u-text-l {
    font-size: clamp(20px, 4vw, 40px);
    line-height: 1.4;
    margin-bottom: 0.3em; }
  .option-ul .u-text-ll {
    font-size: clamp(32px, 8vw, 65px); }
  @media screen and (max-width: 450px) {
    .option-ul {
      flex-direction: column;
      padding: 0 0 5px; }
      .option-ul > li {
        width: 100%; }
      .option-ul li:has(img) {
        margin: 0;
        aspect-ratio: 16 / 9;
        overflow: hidden; } }

@media screen and (max-width: 640px) {
  ul.option-ul > li:last-child {
    padding-left: 5px; } }
@media screen and (max-width: 450px) {
  ul.option-ul > li:last-child {
    padding: 0.4em; } }

.option-ul .blue {
  line-height: 1;
  margin-top: clamp(5px, 1vw, 20px) !important; }

.op-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between; }
  @media screen and (max-width: 550px) {
    .op-list {
      flex-direction: column; } }
  .op-list:last-child {
    margin-left: auto; }
  .op-list > a {
    width: 49%;
    color: #2c2927;
    text-decoration: none;
    margin-bottom: 20px; }
    @media screen and (max-width: 900px) {
      .op-list > a {
        margin-bottom: 80px; } }
    @media screen and (max-width: 550px) {
      .op-list > a {
        width: 100%; }
        .op-list > a:last-child {
          margin-bottom: 0; } }
  .op-list .recommend::after {
    display: flex;
    text-align: center;
    position: absolute;
    content: 'おすすめ';
    width: 60px;
    height: 60px;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    left: -10px;
    top: -10px;
    background: #fa7f00;
    border-radius: 50px; }

.op-list-inner {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  max-width: 600px;
  border-radius: 10px;
  filter: drop-shadow(3px 3px 12px rgba(0, 0, 0, 0.1));
  font-size: 16px;
  height: 100%; }
  .op-list-inner:hover .op-list-link:before {
    width: 130%; }
  .op-list-inner:hover img {
    transform: scale(1.1); }
  .op-list-inner > li {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px; }
    .op-list-inner > li.w35 {
      padding: 0; }
  .op-list-inner > li p {
    margin: 10px 0 !important; }
  .op-list-inner img {
    border-radius: 10px 0 0 10px;
    width: clamp(110px, 12vw, 140px);
    height: clamp(110px, 12vw, 140px);
    transition: 0.3s ease; }
    @media screen and (max-width: 900px) {
      .op-list-inner img {
        width: 70%;
        height: 70%;
        aspect-ratio: initial;
        margin: 0; } }
  @media screen and (max-width: 900px) {
    .op-list-inner .w65 {
      width: 95%;
      padding-top: 70px !important; } }
  .op-list-inner .w35 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 35%;
    aspect-ratio: 1 / 1;
    background-image: linear-gradient(-45deg, #fcc338 50%, #fdcb47 50%);
    border-radius: 10px 0 0 10px; }
    @media screen and (max-width: 900px) {
      .op-list-inner .w35 {
        height: 120px;
        width: 120px;
        border-radius: 50%;
        position: absolute;
        top: -60px; } }
  .op-list-inner .li-right {
    text-align: center;
    padding: clamp(10px, 2vw, 20px); }
  .op-list-inner .li-title {
    padding-bottom: 0.5em;
    line-height: 1.2;
    margin-top: 0 !important; }
  .op-list-inner .option-price {
    width: 95%;
    color: #fff;
    background-color: #f9be00;
    text-align: center;
    border-radius: 80px;
    margin: auto;
    margin-bottom: 5px; }
  .op-list-inner .price {
    font-size: 130%; }
  .op-list-inner .li-text {
    font-size: 16px;
    display: block;
    margin: 0 auto; }
  .op-list-inner .op-list-link {
    position: relative;
    color: #40a4db;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
    display: inline-block;
    width: fit-content;
    margin-top: 1em; }
    .op-list-inner .op-list-link::before {
      content: '';
      position: absolute;
      bottom: -3px;
      left: 0;
      display: block;
      width: 0;
      height: 2px;
      background-color: #009fe8;
      opacity: 0.7;
      transition: width .3s; }
    .op-list-inner .op-list-link::after {
      content: '';
      position: absolute;
      transform: translateY(50%) rotate(45deg);
      width: 8px;
      height: 8px;
      margin-left: 10px;
      border-top: 2px solid #009fe8;
      border-right: 2px solid #009fe8;
      transition: .2s ease;
      bottom: 50%; }
  @media screen and (max-width: 900px) {
    .op-list-inner {
      flex-direction: column; }
      .op-list-inner > li {
        width: 100%;
        padding: 10px 10px 20px; }
        .op-list-inner > li span {
          width: 100%;
          margin-bottom: 10px; }
      .op-list-inner .u-text-m {
        font-size: 20px; } }
  @media screen and (min-width: 900px) and (max-width: 1050px) {
    .op-list-inner p.u-text-s br {
      display: none; } }

@-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; } }
.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; }

.anime.up {
  transition: .33s;
  transform: translateY(100%); }
  .anime.up.in {
    transform: translateY(0%); }

@-webkit-keyframes pyon2 {
  0% {
    margin-top: 20%;
    opacity: 0; }
  10% {
    margin-top: -4%; }
  20% {
    margin-top: 6%; }
  30% {
    margin-top: -3%; }
  40% {
    margin-top: -6%; }
  50% {
    margin-top: -3%; }
  60% {
    margin-top: 2%; }
  70% {
    margin-top: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }
.p-pyon2.anime {
  opacity: 0; }

.p-pyon2.anime.on {
  animation: pyon2 .8s ease-in-out forwards; }
