@charset "UTF-8";
/*◆◆◆モジュール別の記述PC START◆◆◆*/
/*◆◆◆モジュール別の記述PC END◆◆◆*/
/*★★★モジュール別の記述SP START★★★*/
/*★★★モジュール別の記述SP END★★★*/
/*各モジュールは/scss/base/moduleにてmixedで集約*/
/*------------------  769px以上の場合 PC タブレット含む -----------------*/
@media screen and (min-width: 769px) {
  .iconBase {
    fill: currentColor; /*colorのプロパティー値*/
  }
  /*余白調整*/
  .main_content_02.serviceM section,
.main_content_02.features_page section {
    margin-bottom: 65px;
  }
  .main_content_02.serviceM section:last-child,
.main_content_02.features_page section:last-child {
    margin-bottom: 0;
  }
  /*h2＋関連する<p>の共通ルーツ*/
  .hp_moduleA_Title h2, .hp_moduleB_Title h2, .hp_moduleC_Title h2 {
    font-size: 24px;
    border-bottom: none;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 20px 0;
    padding: 0 0 0 10px;
    color: #005648;
    border-left: 6px solid #005648;
  }
  .hp_moduleA_Title p, .hp_moduleB_Title p, .hp_moduleC_Title p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 20px 0;
    font-weight: normal;
    text-align: left;
  }
  /*コンテンツ間の間合い*/
  ul.hp_moduleA li, ul.hp_moduleB li, ul.hp_moduleC li {
    margin-bottom: 20px;
  }
  ul.hp_moduleA li a, ul.hp_moduleB li a, ul.hp_moduleC li a {
    text-decoration: none;
  }
  ul.hp_moduleA li a ul.el_moduleA li, ul.hp_moduleA li a ul.el_moduleB li, ul.hp_moduleA li a ul.el_moduleC li, ul.hp_moduleB li a ul.el_moduleA li, ul.hp_moduleB li a ul.el_moduleB li, ul.hp_moduleB li a ul.el_moduleC li, ul.hp_moduleC li a ul.el_moduleA li, ul.hp_moduleC li a ul.el_moduleB li, ul.hp_moduleC li a ul.el_moduleC li {
    margin: 0;
  }
  ul.hp_moduleA li:nth-child(2n+1):nth-last-child(-n+2),
ul.hp_moduleA li:nth-child(2n+1):nth-last-child(-n+2) ~ li,
ul.hp_moduleA_Box li:nth-child(2n+1):nth-last-child(-n+2),
ul.hp_moduleA_Box li:nth-child(2n+1):nth-last-child(-n+2) ~ li,
ul.hp_moduleB li:nth-child(2n+1):nth-last-child(-n+2),
ul.hp_moduleB li:nth-child(2n+1):nth-last-child(-n+2) ~ li,
ul.hp_moduleC li:nth-child(2n+1):nth-last-child(-n+2),
ul.hp_moduleC li:nth-child(2n+1):nth-last-child(-n+2) ~ li,
ul.hp_moduleD li:nth-child(2n+1):nth-last-child(-n+2),
ul.hp_moduleD li:nth-child(2n+1):nth-last-child(-n+2) ~ li,
ul.hp_moduleE li:nth-child(2n+1):nth-last-child(-n+2),
ul.hp_moduleE li:nth-child(2n+1):nth-last-child(-n+2) ~ li,
ul.hp_moduleF li:nth-child(2n+1):nth-last-child(-n+2),
ul.hp_moduleF li:nth-child(2n+1):nth-last-child(-n+2) ~ li,
.hp_modulePoint li:nth-child(2n+1):nth-last-child(-n+2),
.hp_modulePoint li:nth-child(2n+1):nth-last-child(-n+2) ~ li,
.hp_modulePoint.other li:nth-child(2n+1):nth-last-child(-n+2),
.hp_modulePoint.other li:nth-child(2n+1):nth-last-child(-n+2) ~ li,
.hp_modulePoint.noTran li:nth-child(2n+1):nth-last-child(-n+2),
.hp_modulePoint.noTran li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    margin-bottom: 0;
  }
  .hp_modulePoint li:nth-child(3n+1):nth-last-child(-n+3),
.hp_modulePoint li:nth-child(3n+1):nth-last-child(-n+3) ~ li,
.hp_modulePoint.other li:nth-child(3n+1):nth-last-child(-n+3),
.hp_modulePoint.other li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
    margin-bottom: 0;
  }
  .hp_moduleOption li:nth-child(4n+1):nth-last-child(-n+4),
.hp_moduleOption li:nth-child(4n+1):nth-last-child(-n+4) ~ li {
    margin-bottom: 0;
  }
  ul.hp_modulePoint.other li:nth-child(3),
ul.hp_moduleB_3col li:nth-child(3) {
    margin-right: 0;
  }
  ul.hp_modulePoint.noTran li:nth-child(2) {
    margin-right: 0;
  }
  /*共通ルール*/
  .ele_Cont h1 {
    font-size: 32px;
    border-bottom: 1px solid #07613A;
    font-weight: bold;
    line-height: 1;
    margin: 20px 0 20px 0;
    padding: 10px 0 10px 0;
    color: #1A1A1A;
    border-left: none;
    position: relative;
  }
  .ele_Cont h2 {
    position: relative;
    font-size: 24px;
    border-bottom: none;
    font-weight: bold;
    line-height: 1;
    margin: 30px 0 15px 0;
    padding: 0 0 0 15px;
    color: #1A1A1A;
    border-left: none;
  }
  .ele_Cont h2::before {
    position: absolute;
    content: "";
    width: 31px;
    height: 7px;
    top: 9px;
    left: -12px;
    line-height: 1;
    border-radius: 5px;
    text-align: center;
    transform: rotate(90deg);
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(0, 86, 72) 0%, rgb(49, 138, 123) 100%);
  }
  .ele_Cont h2.other {
    position: relative;
    font-size: 24px;
    border-bottom: none;
    font-weight: bold;
    line-height: 1;
    margin: 30px 0 15px 0;
    padding: 0 0 0 15px;
    color: #1A1A1A;
    border-left: none;
  }
  .ele_Cont h2.other::before {
    position: absolute;
    content: "";
    width: 31px;
    height: 7px;
    top: 9px;
    left: -12px;
    line-height: 1;
    border-radius: 5px;
    text-align: center;
    transform: rotate(90deg);
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(0, 34, 86) 0%, rgb(71, 124, 193) 100%);
  }
  .ele_Cont h2.bgCol_r_Green {
    position: relative;
    font-size: 24px;
    border-bottom: none;
    font-weight: bold;
    line-height: 1.3;
    margin: 30px 0 15px 0;
    padding: 0 0 0 15px;
    color: #1A1A1A;
    border-left: none;
  }
  .ele_Cont h2.bgCol_r_Green::before {
    position: absolute;
    content: "";
    width: 31px;
    height: 7px;
    top: 12px;
    left: -12px;
    line-height: 1;
    border-radius: 5px;
    text-align: center;
    transform: rotate(90deg);
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(0, 86, 72) 0%, rgb(49, 138, 123) 100%);
  }
  .ele_Cont h2.bgCol_r_Orange {
    position: relative;
    font-size: 24px;
    border-bottom: none;
    font-weight: bold;
    line-height: 1.3;
    margin: 45px 0 15px 0;
    padding: 0 0 0 15px;
    color: #1A1A1A;
    border-left: none;
  }
  .ele_Cont h2.bgCol_r_Orange::before {
    position: absolute;
    content: "";
    width: 31px;
    height: 7px;
    top: 12px;
    left: -12px;
    line-height: 1;
    border-radius: 5px;
    text-align: center;
    transform: rotate(90deg);
    background: rgb(255, 149, 0);
    background: linear-gradient(90deg, rgb(255, 149, 0) 0%, rgb(248, 195, 121) 100%);
  }
  .ele_Cont h2.bgCol_r_Blue {
    position: relative;
    font-size: 24px;
    border-bottom: none;
    font-weight: bold;
    line-height: 1.3;
    margin: 45px 0 15px 0;
    padding: 0 0 0 15px;
    color: #1A1A1A;
    border-left: none;
  }
  .ele_Cont h2.bgCol_r_Blue::before {
    position: absolute;
    content: "";
    width: 31px;
    height: 7px;
    top: 12px;
    left: -12px;
    line-height: 1;
    border-radius: 5px;
    text-align: center;
    transform: rotate(90deg);
    background: rgb(33, 150, 243);
    background: linear-gradient(90deg, rgb(33, 150, 243) 0%, rgb(109, 204, 243) 100%);
  }
  .ele_Cont h2.bgCol_r_Pink {
    position: relative;
    font-size: 24px;
    border-bottom: none;
    font-weight: bold;
    line-height: 1.3;
    margin: 45px 0 15px 0;
    padding: 0 0 0 15px;
    color: #1A1A1A;
    border-left: none;
  }
  .ele_Cont h2.bgCol_r_Pink::before {
    position: absolute;
    content: "";
    width: 31px;
    height: 7px;
    top: 12px;
    left: -12px;
    line-height: 1;
    border-radius: 5px;
    text-align: center;
    transform: rotate(90deg);
    background: rgb(233, 30, 99);
    background: linear-gradient(90deg, rgb(233, 30, 99) 0%, rgb(252, 129, 129) 100%);
  }
  .ele_Cont h3 {
    font-size: 22px;
    border-bottom: 2px solid #CCC;
    font-weight: bold;
    line-height: 1;
    margin: 10px 0 10px 0;
    padding: 0 0 5px 0;
    color: #1A1A1A;
    border-left: none;
  }
  .ele_Cont h3.other {
    font-size: 22px;
    border-bottom: 2px solid #CCC;
    font-weight: bold;
    line-height: 1;
    margin: 20px 0 20px 0;
    padding: 0 0 5px 0;
    color: #1A1A1A;
    border-left: none;
  }
  .ele_Cont h3.borNon {
    font-size: 22px;
    border-bottom: none;
    font-weight: bold;
    line-height: 1;
    margin: 20px 0 10px 0;
    padding: 0 0 5px 0;
    color: #1A1A1A;
    border-left: none;
  }
  .ele_Cont h4 {
    font-size: 20px;
    border-bottom: none;
    font-weight: bold;
    line-height: 1;
    margin: 10px 0 10px 0;
    padding: 0;
    color: #1A1A1A;
    border-left: none;
  }
  .ele_Cont h5 {
    font-size: 18px;
    border-bottom: 1px dotted #373737;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0 10px 0;
    padding: 0;
    color: #1A1A1A;
    border-left: none;
  }
  .ele_Cont p {
    font-size: 16px;
    border-bottom: none;
    font-weight: normal;
    line-height: 1.5;
    margin: none;
    padding: none;
    color: #1A1A1A;
    border-left: none;
  }
  /*arrowのみ*/
  .arowOnly:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 8px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  .arrowEX {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
    display: flex;
    align-items: center;
  }
  .arrowEX::after {
    font-weight: 900;
    content: "\f08e";
    font-family: "Font Awesome 6 Pro";
    color: #C1C1C1;
    font-size: 14px;
    margin: 0 0 0 5px;
    display: flex;
  }
  /* ▼▼▼ 使用箇所：決済手段 ▼▼▼ */
  .hp_modu_3col.service {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
  }
  .hp_modu_3col.service div {
    width: 288px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    display: block;
    margin-bottom: 20px;
    position: relative;
  }
  .hp_modu_3col.service div a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    align-items: center;
    height: 100%;
  }
  .hp_modu_3col.service div a h4 {
    font-size: 16px;
    line-height: 1.5;
    margin: 10px 0 0 0;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
  }
  .hp_modu_3col.service div a h4.ft12 {
    font-size: 12px;
  }
  .hp_modu_3col.service div a img {
    width: auto;
    color: none;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
  }
  .hp_modu_3col.service div a img.card {
    width: 278px;
    height: 29.77px;
  }
  .hp_modu_3col.service div a img.conveni {
    width: 288px;
    height: 27.95px;
  }
  .hp_modu_3col.service div a img.carrier {
    width: 278px;
    height: 33.64px;
  }
  .hp_modu_3col.service div a:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 5px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  .hp_modu_3col.service div:hover {
    background-color: #f4fffe;
  }
  /* ▲▲▲ hp_modu_3col.service  END  ▲▲▲ */
  /* ▼▼▼ 使用箇所：決済手段 ▼▼▼ */
  .hp_modu_4col.service {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
  }
  .hp_modu_4col.service div {
    width: 205px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    display: block;
    margin-bottom: 20px;
    position: relative;
  }
  .hp_modu_4col.service div a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    height: 100%;
    height: 60px;
  }
  .hp_modu_4col.service div a h4 {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
  }
  .hp_modu_4col.service div a h4.ft12 {
    font-size: 12px;
  }
  .hp_modu_4col.service div a img {
    width: auto;
    color: none;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
  }
  .hp_modu_4col.service div a img.payEasy {
    width: 54px;
    height: 40px;
    padding-right: 15px;
  }
  .hp_modu_4col.service div a img.applepay {
    width: 54.66px;
    height: 35px;
    padding-right: 15px;
  }
  .hp_modu_4col.service div a img.paypay {
    width: 107.72px;
    height: 34px;
  }
  .hp_modu_4col.service div a img.rakutenPay {
    width: 80.92px;
    height: 35px;
  }
  .hp_modu_4col.service div a img.rakutenBank_S {
    width: 64.47px;
    height: 35px;
    padding-right: 5px;
  }
  .hp_modu_4col.service div a img.REdy {
    width: 27px;
    height: auto;
    padding-right: 15px;
  }
  .hp_modu_4col.service div a img.paypal {
    width: 106.77px;
    height: 35px;
    padding-right: 8px;
  }
  .hp_modu_4col.service div a img.alipay {
    width: 89.52px;
    height: 21px;
    padding-right: 7px;
  }
  .hp_modu_4col.service div a img.anchorL {
    width: auto;
    height: 25px;
    padding-right: 10px;
  }
  .hp_modu_4col.service div a:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 5px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  .hp_modu_4col.service div:hover {
    background-color: #f4fffe;
    color: #005648;
  }
  .hp_modu_4col.service div:nth-child(4n+1):nth-last-child(-n+4),
.hp_modu_4col.service div:nth-child(4n+1):nth-last-child(-n+4) ~ div {
    margin-bottom: 0;
  }
  /* ▼▼▼ 使用箇所：決済手段 3カラム ▼▼▼ */
  .hp_modu_3col_Second.service {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
  }
  .hp_modu_3col_Second.service div {
    width: 295px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    display: block;
    margin-bottom: 10px;
    position: relative;
  }
  .hp_modu_3col_Second.service div a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    height: 50px;
  }
  .hp_modu_3col_Second.service div a h4 {
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
  }
  .hp_modu_3col_Second.service div a h4.ft12 {
    font-size: 12px;
  }
  .hp_modu_3col_Second.service div a img {
    width: auto;
    color: none;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
  }
  .hp_modu_3col_Second.service div a img.card {
    width: 140px;
    height: auto;
    padding-right: 3px;
  }
  .hp_modu_3col_Second.service div a img.conveni {
    width: 200px;
    height: auto;
    padding-right: 3px;
  }
  .hp_modu_3col_Second.service div a img.mypayment {
    width: 97px;
    height: auto;
    padding-right: 3px;
  }
  .hp_modu_3col_Second.service div a img.carrier {
    width: 175px;
    height: auto;
    padding-right: 3px;
  }
  .hp_modu_3col_Second.service div a img.payEasy {
    width: 40px;
    height: auto;
    padding-right: 4px;
  }
  .hp_modu_3col_Second.service div a img.applepay {
    width: 42px;
    height: auto;
    padding-right: 6px;
  }
  .hp_modu_3col_Second.service div a img.paypay {
    width: 85px;
    height: auto;
  }
  .hp_modu_3col_Second.service div a img.rakutenPay {
    width: 72px;
    height: auto;
  }
  .hp_modu_3col_Second.service div a img.rakutenBank_S {
    width: 48px;
    height: auto;
    padding-right: 7px;
  }
  .hp_modu_3col_Second.service div a img.REdy {
    width: 20px;
    height: auto;
    padding-right: 15px;
  }
  .hp_modu_3col_Second.service div a img.paypal {
    width: 80px;
    height: auto;
    padding-right: 7px;
  }
  .hp_modu_3col_Second.service div a img.webBank {
    width: 48px;
    height: auto;
    padding-right: 5px;
  }
  .hp_modu_3col_Second.service div a img.alipay {
    width: 77px;
    height: auto;
    padding-right: 2px;
  }
  .hp_modu_3col_Second.service div a img.anchorL {
    width: auto;
    height: 25px;
    padding-right: 10px;
  }
  .hp_modu_3col_Second.service div a:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 3px;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  .hp_modu_3col_Second.service div:hover {
    background-color: #f4fffe;
    color: #005648;
  }
  .hp_modu_3col_Second.service div:nth-child(3n+1):nth-last-child(-n+3),
.hp_modu_3col_Second.service div:nth-child(3n+1):nth-last-child(-n+3) ~ div {
    margin-bottom: 0;
  }
  .hp_modu_3col_Second.service div.last_item {
    border: none;
  }
  .hp_modu_3col_Second.service div.last_item:hover {
    background-color: #FFF;
    color: none;
  }
  /* ▲▲▲ 使用箇所：決済手段 3カラム END ▲▲▲ */
  /* ▼▼▼ 使用箇所：/guide/webBank_bankList.html ▼▼▼ */
  .hp_modu_5col.menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-content: center;
  }
  .hp_modu_5col.menu div {
    border: 1px solid #005648;
    border-radius: 5px;
    padding: 10px 25px 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    display: block;
    background-color: #004335;
    position: relative;
    margin-right: 10px;
  }
  .hp_modu_5col.menu div a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    height: 100%;
  }
  .hp_modu_5col.menu div a h4 {
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
    margin-left: 6px;
  }
  .hp_modu_5col.menu div a h4.ft12 {
    font-size: 12px;
  }
  .hp_modu_5col.menu div a:before {
    content: "";
    position: absolute;
    bottom: 16px;
    left: 19px;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #FFF;
    transform: rotate(90deg);
    text-decoration: none !important;
  }
  .hp_modu_5col.menu div:hover {
    opacity: 0.8;
  }
  .hp_modu_5col.menu div:nth-child(6n+1):nth-last-child(-n+6),
.hp_modu_5col.menu div:nth-child(6n+1):nth-last-child(-n+6) ~ div {
    margin-bottom: 0;
  }
  .hp_modu_5col.menu div:nth-child(6) {
    margin-right: 0;
  }
  .hp_modu_5col.inner {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
    /*liの場合*/
  }
  .hp_modu_5col.inner li {
    width: 198.8px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 15px 0;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
  }
  .hp_modu_5col.inner li span {
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: center;
    height: 100%;
  }
  .hp_modu_5col.inner li:nth-child(5n+1) {
    border-left: 1px solid #CCC;
  }
  .hp_modu_4col.inner {
    width: 800px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: center;
    /*liの場合*/
  }
  .hp_modu_4col.inner li {
    width: 198.5px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-top: none;
    border-left: none;
    padding: 15px 0;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    border-radius: 0 !important;
  }
  .hp_modu_4col.inner li span {
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: center;
    height: 100%;
  }
  .hp_modu_4col.inner li:nth-child(4n+1) {
    border-left: 1px solid #CCC;
  }
  /* 使用箇所：/guide/webBank_bankList.html END */
  /*アンカー（決済サービスの特徴）*/
  .hp_modu_3col.f-regi {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
    width: 800px;
    margin: 0 auto;
  }
  .hp_modu_3col.f-regi div {
    width: 215px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 0 15px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style-type: none;
    display: block;
    margin-bottom: 20px;
    position: relative;
  }
  .hp_modu_3col.f-regi div a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    height: 100%;
    height: 60px;
  }
  .hp_modu_3col.f-regi div a h4 {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 0 49px;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
  }
  .hp_modu_3col.f-regi div a h4.ft12 {
    font-size: 12px;
  }
  .hp_modu_3col.f-regi div a img {
    width: auto;
    color: none;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
  }
  .hp_modu_3col.f-regi div a img.anchorL {
    width: auto;
    height: 25px;
    padding-right: 36px;
  }
  .hp_modu_3col.f-regi div a:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 5px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  .hp_modu_3col.f-regi div:hover {
    background-color: #f4fffe;
    color: #005648;
  }
  .hp_modu_3col.f-regi div:nth-child(3n+1):nth-last-child(-n+3),
.hp_modu_3col.f-regi div:nth-child(3n+1):nth-last-child(-n+3) ~ div {
    margin-bottom: 0;
  }
  /* ▲▲▲ hp_modu_4col.service  END  ▲▲▲ */
  /* ▼▼▼ Aパターン START ▼▼▼ */
  ul.hp_moduleA {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: inherit;
  }
  ul.hp_moduleA li {
    position: relative;
  }
  ul.hp_moduleA li a {
    display: flex;
    height: 100%;
  }
  ul.hp_moduleA li a ul.el_moduleA {
    width: 446.5px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
  }
  ul.hp_moduleA li a ul.el_moduleA li svg {
    width: 65px;
    color: #07613A;
    height: auto;
    display: block;
    margin: 0 20px 0 0;
    padding: 0;
  }
  ul.hp_moduleA li a ul.el_moduleA li img {
    width: auto;
    color: none;
    height: auto;
    display: block;
    margin: 0 20px 0 0;
    padding: 0;
  }
  ul.hp_moduleA li a ul.el_moduleA li h3 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 10px 0;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_moduleA li a ul.el_moduleA li h4 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 7px 0;
    font-weight: normal;
    text-align: left;
    display: flex;
    align-items: center;
  }
  ul.hp_moduleA li a ul.el_moduleA li p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_moduleA li a ul.el_moduleA.other {
    display: flex;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    list-style-type: none;
  }
  ul.hp_moduleA li a ul.el_moduleA.other li:nth-child(1) {
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  ul.hp_moduleA li a ul.el_moduleA.other li:nth-child(1) img.resize {
    width: 110px;
  }
  ul.hp_moduleA li a ul.el_moduleA.other li:nth-child(1) img.resizeB {
    width: 140px;
  }
  ul.hp_moduleA li a ul.el_moduleA.other li:nth-child(1) img.resizeS {
    width: 88px;
  }
  ul.hp_moduleA li a:hover {
    background-color: #f4fffe;
    color: #005648;
  }
  ul.hp_moduleA li a:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 8px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  /* ▲▲▲ Aパターン END ▲▲▲ */
  /* ▼▼▼ A_Boxパターン START ▼▼▼ */
  ul.hp_moduleA_Box {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: inherit;
  }
  ul.hp_moduleA_Box li {
    margin-bottom: 20px;
  }
  ul.hp_moduleA_Box li a {
    display: flex;
    height: 100%;
  }
  ul.hp_moduleA_Box li a ul.el_moduleA_Box {
    height: 107px;
    width: 446.5px;
    border: 1px solid #CCCCCC;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
  }
  ul.hp_moduleA_Box li a ul.el_moduleA_Box li img {
    width: none;
    color: none;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
  }
  ul.hp_moduleA_Box li a ul.el_moduleA_Box li h4 {
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
    font-weight: normal;
    text-align: left;
    display: flex;
    align-items: flex-start;
  }
  ul.hp_moduleA_Box li a ul.el_moduleA_Box li h4:after {
    font-weight: 900;
    content: "\f08e";
    font-family: "Font Awesome 6 Pro";
    color: #C1C1C1;
    font-size: 16px;
    margin: 2px 0 0 8px;
  }
  ul.hp_moduleA_Box li a ul.el_moduleA_Box li p.txt_Red {
    color: #E13939 !important;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 2px 0;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_moduleA_Box li a ul.el_moduleA_Box li ul {
    margin-top: 10px;
    padding: 0;
  }
  ul.hp_moduleA_Box li a ul.el_moduleA_Box li ul li {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
    list-style-type: none;
  }
  ul.hp_moduleA_Box li a ul.el_moduleA_Box li.iconArea {
    width: 135px;
    display: flex;
    justify-content: center;
  }
  ul.hp_moduleA_Box li a ul.el_moduleA_Box li.txtArea {
    width: 305px;
  }
  ul.hp_moduleA_Box li:hover {
    background-color: #f4fffe;
  }
  /* ▲▲▲ A_Boxパターン END ▲▲▲ */
  /* ▼▼▼ Bパターン_2col START ▼▼▼ */
  ul.hp_moduleB {
    text-decoration: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: inherit;
  }
  ul.hp_moduleB li {
    position: relative;
  }
  ul.hp_moduleB li a.fit {
    height: 100%;
  }
  ul.hp_moduleB li a {
    text-decoration: none;
    display: flex;
    height: 100%;
  }
  ul.hp_moduleB li a ul.el_moduleB {
    width: 485px;
    padding: 0;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
  }
  ul.hp_moduleB li a ul.el_moduleB li {
    margin: 0;
    padding: 20px 20px 0 20px;
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: inherit;
  }
  ul.hp_moduleB li a ul.el_moduleB li svg {
    width: 65px;
    color: #07613A;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
  }
  ul.hp_moduleB li a ul.el_moduleB li img {
    width: auto;
    color: none;
    height: 70px;
    display: block;
    margin: 0 20px 0 0;
    padding: 0;
  }
  ul.hp_moduleB li a ul.el_moduleB li img.service12 {
    width: 69px;
    color: none;
    height: auto;
    display: block;
    margin: 0 20px 0 0;
    padding: 0;
  }
  ul.hp_moduleB li a ul.el_moduleB li img.mailA {
    width: 107px;
    color: none;
    height: auto;
    display: block;
    margin: 0 20px 0 0;
    padding: 0;
  }
  ul.hp_moduleB li a ul.el_moduleB li h3 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
    display: flex;
    align-items: center;
  }
  ul.hp_moduleB li a ul.el_moduleB li h4 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
    display: flex;
    align-items: center;
  }
  ul.hp_moduleB li a ul.el_moduleB li p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_moduleB li a ul.el_moduleB li.optionH {
    display: flex;
    width: auto;
    height: 80px;
    align-items: center;
  }
  ul.hp_moduleB li a ul.el_moduleB li:nth-child(2) {
    padding: 10px 20px 20px 20px;
  }
  ul.hp_moduleB li a:hover {
    background-color: #f4fffe;
    color: #005648;
  }
  ul.hp_moduleB li a:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 7px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  /* ▲▲▲ Bパターン_2col END ▲▲▲ */
  /* ▼▼▼ Bパターン_3col START ▼▼▼ */
  ul.hp_moduleB_3col {
    text-decoration: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: inherit;
  }
  ul.hp_moduleB_3col li {
    position: relative;
  }
  ul.hp_moduleB_3col li a {
    text-decoration: none;
    display: flex;
    height: 100%;
  }
  ul.hp_moduleB_3col li a ul.el_moduleB {
    width: 316px;
    padding: 0;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
  }
  ul.hp_moduleB_3col li a ul.el_moduleB li {
    margin: 0;
    padding: 20px 20px 0 20px;
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: inherit;
  }
  ul.hp_moduleB_3col li a ul.el_moduleB li svg {
    width: 65px;
    color: #07613A;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
  }
  ul.hp_moduleB_3col li a ul.el_moduleB li img {
    width: 100px;
    color: none;
    height: auto;
    display: block;
    margin: 0 18px 0 0;
    padding: 0;
  }
  ul.hp_moduleB_3col li a ul.el_moduleB li img.kifu {
    width: 70px;
    color: none;
    height: auto;
    display: block;
    margin: 0 18px 0 0;
    padding: 0;
  }
  ul.hp_moduleB_3col li a ul.el_moduleB li img.kantan {
    width: 80px;
    color: none;
    height: auto;
    display: block;
    margin: 0 18px 0 0;
    padding: 0;
  }
  ul.hp_moduleB_3col li a ul.el_moduleB li h3 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
    display: flex;
    align-items: center;
  }
  ul.hp_moduleB_3col li a ul.el_moduleB li h4 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
    display: flex;
    align-items: center;
  }
  ul.hp_moduleB_3col li a ul.el_moduleB li p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_moduleB_3col li a ul.el_moduleB li:nth-child(1) {
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  ul.hp_moduleB_3col li a ul.el_moduleB li:nth-child(2) {
    padding: 10px 20px 20px 20px;
  }
  ul.hp_moduleB_3col li a li:nth-child(2n) {
    padding: 10px 20px 20px 20px;
  }
  ul.hp_moduleB_3col li a:hover {
    background-color: #f4fffe;
    color: #005648;
  }
  ul.hp_moduleB_3col li a:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 7px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  /* ▲▲▲ Bパターン_3col END ▲▲▲ */
  /* ▼▼▼ Cパターン START ▼▼▼ */
  ul.hp_moduleC {
    text-decoration: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: inherit;
  }
  ul.hp_moduleC li {
    position: relative;
  }
  ul.hp_moduleC li a {
    text-decoration: none;
    display: flex;
    height: 100%;
  }
  ul.hp_moduleC li a ul.el_moduleC {
    width: 485px;
    padding: 0;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
  }
  ul.hp_moduleC li a ul.el_moduleC li {
    margin: 0;
    padding: 20px 20px 20px 20px;
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
  }
  ul.hp_moduleC li a ul.el_moduleC li svg {
    width: 65px;
    color: #07613A;
    height: auto;
    display: block;
    margin: 0 20px 0 0;
    padding: 0;
  }
  ul.hp_moduleC li a ul.el_moduleC li h3 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
    display: flex;
    align-items: center;
  }
  ul.hp_moduleC li a ul.el_moduleC li p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_moduleC li a ul.el_moduleC li:nth-child(2n) {
    padding: 20px;
  }
  ul.hp_moduleC li a:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 8px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  ul.hp_moduleC li a:hover {
    background-color: #f4fffe;
    color: #005648;
  }
  /* ▼▼▼ Cパターン END ▼▼▼ */
  /* ▼▼▼ C2パターン START ▼▼▼ */
  ul.hp_modulePoint {
    text-decoration: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: inherit;
  }
  ul.hp_modulePoint li div {
    text-decoration: none;
    display: flex;
    height: 100%;
  }
  ul.hp_modulePoint li div ul.el_moduleC {
    width: 323.3333333333px;
    padding: 0;
    border: 1px solid #CCC;
    border-radius: 5px;
  }
  ul.hp_modulePoint li div ul.el_moduleC li {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column-reverse;
    text-align: center;
  }
  ul.hp_modulePoint li div ul.el_moduleC li img {
    margin: 20px auto 0 auto;
  }
  ul.hp_modulePoint li div ul.el_moduleC li h3 {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto 0 auto;
    font-weight: normal;
    text-align: center;
    padding: 10px 0 10px 0;
    width: 100%;
    background-color: #eee;
    border-bottom: 1px solid #CCC;
    border-radius: 5px 5px 0 0px;
    font-weight: bold;
  }
  ul.hp_modulePoint li div ul.el_moduleC li p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_modulePoint li div ul.el_moduleC li:nth-child(2n) {
    padding: 10px 20px 20px 20px;
  }
  ul.hp_modulePoint li.coL2 div {
    text-decoration: none;
    display: flex;
    height: 100%;
  }
  ul.hp_modulePoint li.coL2 div ul.el_moduleC.coL2 {
    width: 485px;
    padding: 0;
    border: 1px solid #CCC;
    border-radius: 5px;
  }
  ul.hp_modulePoint li.coL2 div ul.el_moduleC.coL2 li {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column-reverse;
    text-align: center;
  }
  ul.hp_modulePoint li.coL2 div ul.el_moduleC.coL2 li h3 {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto 0 auto;
    font-weight: normal;
    text-align: center;
    padding: 10px 0 10px 0;
    width: 100%;
    background-color: #eee;
    border-bottom: 1px solid #CCC;
    border-radius: 5px 5px 0 0px;
    font-weight: bold;
  }
  ul.hp_modulePoint li.coL2 div ul.el_moduleC.coL2 li img {
    width: 60px;
    height: auto;
    margin: 0 10px 0 0;
  }
  ul.hp_modulePoint li.coL2 div ul.el_moduleC.coL2 li p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_modulePoint li.coL2 div ul.el_moduleC.coL2 li:nth-child(2n) {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 10px 20px 10px 20px;
    align-items: center;
  }
  ul.hp_modulePoint li.coL2 div ul.el_moduleC.coL2 ul.el_moduleC_inner li:nth-child(1), ul.hp_modulePoint li.coL2 div ul.el_moduleC.coL2 ul.el_moduleC_inner li:nth-child(2) {
    display: flex;
    flex-direction: column;
    padding: 0;
    align-items: baseline;
  }
  /* ▼▼▼ C2パターン END ▼▼▼ */
  /* ▼▼▼ Cパターンoption リンクありPCグレー背景  ▼▼▼ */
  ul.hp_moduleOption_Link {
    text-decoration: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: inherit;
  }
  ul.hp_moduleOption_Link li {
    position: relative;
  }
  ul.hp_moduleOption_Link li a {
    text-decoration: none;
    display: flex;
    height: 100%;
  }
  ul.hp_moduleOption_Link li a ul.el_moduleC_Link {
    width: 318.3333333333px;
    padding: 0;
    border: 1px solid #CCC;
    border-radius: 5px;
  }
  ul.hp_moduleOption_Link li a ul.el_moduleC_Link li {
    margin: 0;
    padding: 10px 10px 0 10px;
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    text-align: center;
  }
  ul.hp_moduleOption_Link li a ul.el_moduleC_Link li img.el_moduleC_01 {
    margin: 20px auto 20px auto;
  }
  ul.hp_moduleOption_Link li a ul.el_moduleC_Link li h3 {
    font-size: 16px !important;
    line-height: 1.5;
    margin: 0 auto 0 auto;
    font-weight: normal;
    text-align: center;
    padding: 10px 0 10px 0;
    background-color: #eee;
    width: 100%;
    border-bottom: 1px solid #CCC;
    border-radius: 5px 5px 0 0px;
    font-weight: bold;
  }
  ul.hp_moduleOption_Link li a ul.el_moduleC_Link li p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_moduleOption_Link li a ul.el_moduleC_Link li:nth-child(1) {
    padding: 0;
  }
  ul.hp_moduleOption_Link li a ul.el_moduleC_Link li:nth-child(2) {
    height: 120px;
  }
  ul.hp_moduleOption_Link li a ul.el_moduleC_Link li:nth-child(3) {
    padding: 10px 10px 20px 10px;
  }
  ul.hp_moduleOption_Link li a:hover {
    background-color: #f4fffe;
    color: #005648;
  }
  ul.hp_moduleOption_Link li a:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 7px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  /*  Cパターンoption リンクありPCグレー背景 END  */
  /* ▼▼▼ Cパターンoption リンクなしPCグレー背景  ▼▼▼ */
  ul.hp_moduleOption_LinkNone {
    text-decoration: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: inherit;
  }
  ul.hp_moduleOption_LinkNone li {
    position: relative;
    margin-bottom: 15px;
  }
  ul.hp_moduleOption_LinkNone li div {
    text-decoration: none;
    display: flex;
    height: 100%;
  }
  ul.hp_moduleOption_LinkNone li div ul.el_moduleC_LinkNone {
    width: 316px;
    padding: 0;
    border: 1px solid #CCC;
    border-radius: 5px;
  }
  ul.hp_moduleOption_LinkNone li div ul.el_moduleC_LinkNone li {
    margin: 0;
    padding: 10px 10px 0 10px;
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    text-align: center;
  }
  ul.hp_moduleOption_LinkNone li div ul.el_moduleC_LinkNone li img.el_moduleC_01 {
    margin: 20px auto 20px auto;
  }
  ul.hp_moduleOption_LinkNone li div ul.el_moduleC_LinkNone li h3 {
    font-size: 16px !important;
    line-height: 1.5;
    margin: 0 auto 0 auto;
    font-weight: normal;
    text-align: center;
    padding: 10px 0 10px 0;
    background-color: #eee;
    width: 100%;
    border-bottom: 1px solid #CCC;
    border-radius: 5px 5px 0 0px;
    font-weight: bold;
  }
  ul.hp_moduleOption_LinkNone li div ul.el_moduleC_LinkNone li p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_moduleOption_LinkNone li div ul.el_moduleC_LinkNone li:nth-child(1) {
    padding: 0;
  }
  ul.hp_moduleOption_LinkNone li div ul.el_moduleC_LinkNone li:nth-child(2) {
    height: 120px;
  }
  ul.hp_moduleOption_LinkNone li div ul.el_moduleC_LinkNone li:nth-child(3) {
    padding: 10px 20px 20px 20px;
  }
  /* Cパターンoption リンクなしPCグレー背景 END */
  /* ▼▼▼  一部表示あり開閉メニュー PCSP_同じデザイン  ▼▼▼ */
  div.hp_modulePoint.toggleArea {
    /*ul.first*/
  }
  div.hp_modulePoint.toggleArea ul.first {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    place-items: flex-start;
  }
  div.hp_modulePoint.toggleArea ul.first li {
    border: 1px solid #CCC;
    width: 485px;
    /*以下div内は表示エリア*/
  }
  div.hp_modulePoint.toggleArea ul.first li div h3 {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto 0 auto;
    font-weight: normal;
    text-align: center;
    padding: 10px 0 10px 0;
    width: 100%;
    background-color: #eee;
    border-bottom: 1px solid #CCC;
    border-radius: 5px 5px 0 0px;
    font-weight: bold;
  }
  div.hp_modulePoint.toggleArea ul.first li div div.el_module.coL2 {
    padding: 20px 20px 0 20px;
    height: 99px;
  }
  div.hp_modulePoint.toggleArea ul.first li div div.el_module.coL2 ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  div.hp_modulePoint.toggleArea ul.first li div div.el_module.coL2 ul li:first-child {
    border: none;
  }
  div.hp_modulePoint.toggleArea ul.first li div div.el_module.coL2 ul li:first-child img {
    width: 83px;
    height: auto;
    margin: 0 20px 0 0;
    padding: 0;
    border: none;
  }
  div.hp_modulePoint.toggleArea ul.first li div div.el_module.coL2 ul li:last-child {
    border: none;
  }
  div.hp_modulePoint.toggleArea ul.first li div div.el_module.coL2 ul li:last-child p {
    width: 342px !important;
    width: auto;
    margin: 0 0 10px 0;
  }
  div.hp_modulePoint.toggleArea ul.first li div div.el_module.coL2 ul li:last-child img.el_mod_card {
    width: 340px;
    height: auto;
  }
  div.hp_modulePoint.toggleArea ul.first li div.el_moduleC_hiddneArea {
    display: none;
    padding: 0 20px 20px 20px;
  }
  div.hp_modulePoint.toggleArea ul.first li div.el_moduleC_hiddneArea div {
    /*アイコン別 secur2*/
    /*アイコンなし*/
    /*2項目 CSS*/
  }
  div.hp_modulePoint.toggleArea ul.first li div.el_moduleC_hiddneArea div h4 {
    line-height: 1.5;
    padding-left: 27px;
    margin: 0 0 5px 0;
    border-bottom: 1px dotted #373737;
    color: #004335;
  }
  div.hp_modulePoint.toggleArea ul.first li div.el_moduleC_hiddneArea div h4:before {
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    display: block;
    width: 10%;
    height: 20px;
    background-image: url(../image/svg/iconScene09.svg);
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 3;
    padding-left: 10px;
  }
  div.hp_modulePoint.toggleArea ul.first li div.el_moduleC_hiddneArea div h4.secur2 {
    line-height: 1.5;
    padding-left: 40px;
    margin: 0 0 5px 0;
    border-bottom: 1px dotted #373737;
    color: #004335;
  }
  div.hp_modulePoint.toggleArea ul.first li div.el_moduleC_hiddneArea div h4.secur2:before {
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    display: block;
    width: 10%;
    height: 20px;
    background-image: url(../image/svg/secur2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 3;
    padding-left: 10px;
  }
  div.hp_modulePoint.toggleArea ul.first li div.el_moduleC_hiddneArea div h4.plane {
    line-height: 1.5;
    padding-left: 0;
    margin: 0 0 5px 0;
    border-bottom: 1px dotted #373737;
    color: #004335;
  }
  div.hp_modulePoint.toggleArea ul.first li div.el_moduleC_hiddneArea div h4.plane:before {
    display: none;
  }
  div.hp_modulePoint.toggleArea ul.first li div.el_moduleC_hiddneArea div div.f-regi_07 {
    width: 250px;
    margin: 0 97.5px;
  }
  div.hp_modulePoint.toggleArea ul.first li div.el_moduleC_hiddneArea div div.f-regi_07 img {
    width: 250px;
  }
  div.hp_modulePoint.toggleArea ul.first li div.el_moduleC_hiddneArea div img.f-regi_08 {
    width: 445px;
  }
  div.hp_modulePoint.toggleArea ul.first li div.el_moduleC_hiddneArea div img.f-regi_09 {
    width: 445px;
  }
  div.hp_modulePoint.toggleArea ul.first li div.el_moduleC_hiddneArea div div.posiSet {
    margin-left: 100px;
    position: relative;
  }
  div.hp_modulePoint.toggleArea ul.first li div.el_moduleC_hiddneArea div div.posiSet p.icon::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    display: block;
    width: 10%;
    height: 20px;
    background-image: url(../image/svg/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 3;
  }
  div.hp_modulePoint.toggleArea ul.first li div.el_moduleC_hiddneArea div div.posiSet p.icon {
    margin-left: 30px;
    margin-bottom: 5px;
  }
  /*div.hp_modulePoint.toggleArea*/
  /*   一部表示あり開閉メニュー END PCSP_同じデザイン  */
  /* ▼▼▼  一部表示あり開閉メニュー SPのみ_accordionデザイン  ▼▼▼ */
  /* "spTrigger" payeasy使用*/
  div.hp_modulePoint.spOnly_toggleArea {
    /*ul.first*/
  }
  div.hp_modulePoint.spOnly_toggleArea ul.first li {
    /*以下div内は表示エリア*/
    /*支払い方法エリア*/
  }
  div.hp_modulePoint.spOnly_toggleArea ul.first li div.spTrigger:first-child {
    display: none;
  }
  div.hp_modulePoint.spOnly_toggleArea ul.first li div.el_moduleC_hiddneArea {
    display: block !important;
  }
  div.hp_modulePoint.spOnly_toggleArea ul.first li div.detail-item {
    display: none;
  }
  /*div.hp_modulePoint.spOnly_toggleArea*/
  /*   一部表示あり開閉メニュー　SPのみ_accordionデザイン  END  */
  /* ▼▼▼  矢印 一部表示あり開閉メニュー open  ▼▼▼ */
  div.detail-item {
    width: 100%;
    height: 50px;
    display: block;
    position: relative;
  }
  div.detail-item span.detail-item_arow {
    display: block;
    position: absolute;
    top: 23px;
    left: 278px;
    z-index: 20px;
  }
  div.detail-item span.detail-item_arow::before, div.detail-item span.detail-item_arow::after {
    position: absolute;
    content: "";
    width: 23px;
    height: 4px;
    background-color: #7B7B7B;
    border-radius: 3px;
  }
  div.detail-item span.detail-item_arow::before {
    top: 48%;
    right: 28px;
    transform: rotate(45deg);
  }
  div.detail-item span.detail-item_arow::after {
    top: 48%;
    right: 14px;
    transform: rotate(135deg);
  }
  /* ▼▼▼  矢印 一部表示あり開閉メニュー close  ▼▼▼ */
  div.detail-item.closeArrow {
    width: 100%;
    height: 50px;
    display: block;
    position: relative;
  }
  div.detail-item.closeArrow span.detail-item_arow::before, div.detail-item.closeArrow span.detail-item_arow::after {
    content: "";
    width: 23px;
    height: 4px;
    background-color: #7B7B7B;
    border-radius: 3px;
  }
  div.detail-item.closeArrow span.detail-item_arow::before {
    top: 48%;
    right: 28px;
    transform: rotate(-45deg);
  }
  div.detail-item.closeArrow span.detail-item_arow::after {
    top: 48%;
    right: 14px;
    transform: rotate(-135deg);
  }
  /* 矢印 一部表示あり開閉メニュー END */
  /* ▼▼▼  Cパターン 縦積み (fee/card) ▼▼▼ */
  ul.hp_modulePoint.other {
    text-decoration: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: inherit;
  }
  ul.hp_modulePoint.other li {
    position: relative;
    margin-bottom: 15px;
    /* -- ▼▼▼ 以下リンク無場合 ▼▼▼ -- */
  }
  ul.hp_modulePoint.other li a {
    text-decoration: none;
    height: 100%;
  }
  ul.hp_modulePoint.other li a div ul.el_moduleC {
    width: 316px;
    padding: 0;
    border: 1px solid #CCC;
    border-radius: 5px;
  }
  ul.hp_modulePoint.other li a div ul.el_moduleC li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  ul.hp_modulePoint.other li a div ul.el_moduleC li img {
    margin: 0 auto 0;
  }
  ul.hp_modulePoint.other li a div ul.el_moduleC li h3 {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto 0 auto;
    font-weight: normal;
    text-align: left;
    padding: 10px 0 10px 0;
    border-bottom: none;
    font-weight: bold;
    background-color: initial;
  }
  ul.hp_modulePoint.other li a div ul.el_moduleC li h3.centerTitle {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto 0 auto;
    font-weight: normal;
    text-align: center;
    padding: 0 0 5px 0;
    border-bottom: none;
    font-weight: bold;
    background-color: initial;
  }
  ul.hp_modulePoint.other li a div ul.el_moduleC li p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_modulePoint.other li a div ul.el_moduleC li:nth-child(1) {
    padding: 25px 0 10px 0;
    height: 80px;
  }
  ul.hp_modulePoint.other li a div ul.el_moduleC li:nth-child(2) {
    padding: 0 20px 20px 20px;
  }
  ul.hp_modulePoint.other li a div ul.el_moduleC li.fee:nth-child(1) {
    padding: 15px 0 0 0;
    height: 80px;
  }
  ul.hp_modulePoint.other li a div ul.el_moduleC li.fee:nth-child(2) {
    padding: 0 10px 15px 10px;
  }
  ul.hp_modulePoint.other li a div ul.el_moduleC li p.fee_txt {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 auto 0 auto;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_modulePoint.other li a div:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 7px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  ul.hp_modulePoint.other li a div:hover {
    background-color: #f4fffe;
    color: #005648;
    border-radius: 5px;
  }
  ul.hp_modulePoint.other li div div {
    text-decoration: none;
    height: 100%;
  }
  ul.hp_modulePoint.other li div div ul.el_moduleC {
    width: 316px;
    padding: 0;
    border: 1px solid #CCC;
    border-radius: 5px;
  }
  ul.hp_modulePoint.other li div div ul.el_moduleC li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  ul.hp_modulePoint.other li div div ul.el_moduleC li img {
    margin: 0 auto 0;
  }
  ul.hp_modulePoint.other li div div ul.el_moduleC li h3 {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto 0 auto;
    font-weight: normal;
    text-align: left;
    padding: 10px 0 10px 0;
    border-bottom: none;
    font-weight: bold;
    background-color: initial;
  }
  ul.hp_modulePoint.other li div div ul.el_moduleC li h3.centerTitle {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto 0 auto;
    font-weight: normal;
    text-align: center;
    padding: 0 0 5px 0;
    border-bottom: none;
    font-weight: bold;
    background-color: initial;
  }
  ul.hp_modulePoint.other li div div ul.el_moduleC li p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_modulePoint.other li div div ul.el_moduleC li:nth-child(1) {
    padding: 25px 0 10px 0;
    height: 80px;
  }
  ul.hp_modulePoint.other li div div ul.el_moduleC li:nth-child(2) {
    padding: 0 20px 20px 20px;
  }
  ul.hp_modulePoint.other li div div ul.el_moduleC li.fee:nth-child(1) {
    padding: 15px 0 0 0;
    height: 80px;
  }
  ul.hp_modulePoint.other li div div ul.el_moduleC li.fee:nth-child(2) {
    padding: 0 10px 15px 10px;
  }
  ul.hp_modulePoint.other li div div ul.el_moduleC li p.fee_txt {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 auto 0 auto;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_modulePoint.other li div div:hover {
    background-color: transparent;
  }
  /* ▼▼▼  Cパターン 縦積み 2col~2col  ▼▼▼ */
  ul.hp_moduleOption_LinkB {
    text-decoration: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: inherit;
  }
  ul.hp_moduleOption_LinkB li {
    position: relative;
    margin-right: 15px;
  }
  ul.hp_moduleOption_LinkB li a {
    text-decoration: none;
    display: flex;
    height: 100%;
  }
  ul.hp_moduleOption_LinkB li a ul.el_moduleC_LinkB {
    width: 318.3333333333px;
    padding: 0;
    border: 1px solid #CCC;
    border-radius: 5px;
  }
  ul.hp_moduleOption_LinkB li a ul.el_moduleC_LinkB li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    text-align: center;
  }
  ul.hp_moduleOption_LinkB li a ul.el_moduleC_LinkB li img.el_moduleC_01 {
    margin: 0;
  }
  ul.hp_moduleOption_LinkB li a ul.el_moduleC_LinkB li h3 {
    font-size: 20px !important;
    line-height: 1.5;
    margin: 0 auto 0 auto;
    font-weight: normal;
    text-align: center;
    padding: 20px 0 10px 0;
    width: 100%;
    border-radius: 5px 5px 0 0px;
    font-weight: bold;
    border-bottom: none;
  }
  ul.hp_moduleOption_LinkB li a ul.el_moduleC_LinkB li p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_moduleOption_LinkB li a ul.el_moduleC_LinkB li:nth-child(1) {
    padding: 0;
  }
  ul.hp_moduleOption_LinkB li a ul.el_moduleC_LinkB li:nth-child(2) {
    height: 80px;
  }
  ul.hp_moduleOption_LinkB li a ul.el_moduleC_LinkB li:nth-child(3) {
    padding: 10px 20px 20px 20px;
  }
  ul.hp_moduleOption_LinkB li a:hover {
    background-color: #f4fffe;
    color: #005648;
  }
  ul.hp_moduleOption_LinkB li a:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 7px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  /*   Cパターン 縦積み END  */
  /* ▼▼▼  Cパターン リンクなし2カラム  ▼▼▼ */
  ul.hp_modulePoint.noTran {
    text-decoration: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: inherit;
  }
  ul.hp_modulePoint.noTran li {
    position: relative;
  }
  ul.hp_modulePoint.noTran li div {
    text-decoration: none;
    display: flex;
    height: 100%;
  }
  ul.hp_modulePoint.noTran li div ul.el_moduleC {
    width: 485px;
    padding: 0;
    border: none;
  }
  ul.hp_modulePoint.noTran li div ul.el_moduleC li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column-reverse;
    text-align: center;
  }
  ul.hp_modulePoint.noTran li div ul.el_moduleC li img.el_moduleC_01 {
    margin: 20px auto 0 auto;
    height: 200px;
  }
  ul.hp_modulePoint.noTran li div ul.el_moduleC li img.el_moduleC_02 {
    margin: 20px auto 0 auto;
    height: 200px;
  }
  ul.hp_modulePoint.noTran li div ul.el_moduleC li h3 {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto 0 auto;
    font-weight: normal;
    text-align: center;
    padding: 20px 0 5px 0;
    width: 100%;
    background-color: initial;
    border-bottom: none;
    border-radius: 5px 5px 0 0px;
    font-weight: bold;
  }
  ul.hp_modulePoint.noTran li div ul.el_moduleC li p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_modulePoint.noTran li div ul.el_moduleC li:nth-child(1) {
    display: flex;
    flex-direction: column;
  }
  ul.hp_modulePoint.noTran li div ul.el_moduleC li:nth-child(2) {
    padding: 10px 20px 20px 20px;
  }
  /*  Cパターン リンクなし2カラム  END */
  /* ▼▼▼  不正利用対策 注釈説明 リンクなし2カラム  ▼▼▼ */
  div.hp_annotation {
    height: 100%;
    position: relative;
  }
  div.hp_annotation p.annotation {
    position: absolute;
    border: 1px solid #CCCCCC;
    border-radius: 50px;
    font-size: 16px;
    top: -20px;
    left: 7px;
    padding: 5px;
    display: flex;
    align-items: center;
    margin: 0;
    background-color: #FFF;
  }
  div.hp_annotation p.annotation span.num {
    border-radius: 50%;
    background-color: #7B7B7B;
    color: #FFF;
    width: 23px;
    height: 23px;
    display: inline-block;
    text-align: center;
    margin: 7px;
  }
  div.hp_annotation p.annotation span.after {
    padding-right: 10px;
  }
  div.hp_annotation p.annotation.txt_Red {
    color: #E13939 !important;
  }
  div.hp_annotation ul.hp_modulePoint.annotation {
    text-decoration: none;
    list-style-type: none;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 30px 20px 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: inherit;
    list-style-type: none;
  }
  div.hp_annotation ul.hp_modulePoint.annotation li {
    position: relative;
  }
  div.hp_annotation ul.hp_modulePoint.annotation li h5 {
    padding-left: 27px;
    margin: 0 0 5px 0;
    border-bottom: 1px dotted #373737;
  }
  div.hp_annotation ul.hp_modulePoint.annotation li h5:before {
    position: absolute;
    content: "";
    top: 33;
    left: 0;
    display: block;
    width: 10%;
    height: 20px;
    background-image: url(/image/svg/noteicon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 3;
    padding-left: 10px;
  }
  div.hp_annotation ul.hp_modulePoint.annotation li h5 span.txt {
    color: #E13939;
  }
  div.hp_annotation ul.hp_modulePoint.annotation li ul {
    list-style-type: none;
    padding-left: 0;
  }
  div.hp_annotation ul.hp_modulePoint.annotation.first {
    width: 545px;
  }
  div.hp_annotation ul.hp_modulePoint.annotation.second {
    width: 350px;
  }
  /*  不正利用対策 注釈説明 リンクなし2カラム  END */
  /*Apple Pay*/
  div.hp_annot_Apple {
    height: 100%;
    position: relative;
  }
  div.hp_annot_Apple ul.hp_modulePoint.annotation {
    text-decoration: none;
    list-style-type: none;
    border: none;
    border-radius: 5px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: inherit;
    list-style-type: none;
  }
  div.hp_annot_Apple ul.hp_modulePoint.annotation li {
    position: relative;
  }
  div.hp_annot_Apple ul.hp_modulePoint.annotation li ul {
    list-style-type: none;
    padding-left: 0;
  }
  div.hp_annot_Apple ul.hp_modulePoint.annotation li ul li.checkList {
    display: flex;
    align-items: flex-start;
  }
  div.hp_annot_Apple ul.hp_modulePoint.annotation li ul li:last-child {
    margin-bottom: 0;
  }
  div.hp_annot_Apple ul.hp_modulePoint.annotation.first {
    width: 560px;
  }
  div.hp_annot_Apple ul.hp_modulePoint.annotation.second {
    width: 350px;
    height: 309px;
  }
  div.hp_annot_Apple ul.hp_modulePoint.annotation.second li ul {
    display: flex;
    flex-direction: column;
  }
  div.hp_annot_Apple ul.hp_modulePoint.annotation.second li ul li img {
    display: flex;
    margin: 0 auto;
  }
  /* Apple Pay  END */
  /* ▼▼▼  Cパターンoption 3col  ▼▼▼ */
  ul.hp_moduleOption {
    text-decoration: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: inherit;
  }
  ul.hp_moduleOption li {
    position: relative;
    margin-bottom: 15px;
  }
  ul.hp_moduleOption li a {
    text-decoration: none;
    display: flex;
    height: 100%;
  }
  ul.hp_moduleOption li a ul.el_moduleC {
    width: 318.3333333333px;
    padding: 0;
    border: 1px solid #CCC;
    border-radius: 5px;
  }
  ul.hp_moduleOption li a ul.el_moduleC li {
    margin: 0;
    padding: 20px 20px 0 20px;
    list-style-type: none;
    display: flex;
  }
  ul.hp_moduleOption li a ul.el_moduleC li h3 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 auto 0 auto;
    font-weight: normal;
    text-align: center;
    padding: 10px 0 15px 0;
    width: 100%;
    background-color: initial;
    border-bottom: none;
    border-radius: 5px 5px 0 0px;
    font-weight: bold;
  }
  ul.hp_moduleOption li a ul.el_moduleC li p {
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_moduleOption li a ul.el_moduleC li:nth-child(1) {
    flex-direction: column;
    height: 150px;
    width: auto;
  }
  ul.hp_moduleOption li a ul.el_moduleC li:nth-child(2) {
    padding: 0;
    height: 90px;
  }
  ul.hp_moduleOption li a ul.el_moduleC li:nth-child(2) img.el_moduleC_01 {
    height: 90px;
    margin: 0 auto;
  }
  ul.hp_moduleOption li a ul.el_moduleC li:nth-child(3) {
    margin: 0 auto 25px auto;
  }
  ul.hp_moduleOption li a ul.el_moduleC li:nth-child(3) div {
    width: 250px;
    margin: 0 auto;
  }
  ul.hp_moduleOption li a ul.el_moduleC li:nth-child(3) div p {
    line-height: 1.8;
    position: relative;
    padding: 0 0 0 25px !important;
  }
  ul.hp_moduleOption li a ul.el_moduleC li:nth-child(3) div p::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../image/svg/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 3;
  }
  ul.hp_moduleOption li a:hover {
    background-color: #f4fffe;
    color: #005648;
  }
  ul.hp_moduleOption li a:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 7px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  /*   Cパターンoption 4col END  */
  /* ▼▼▼ Cパターン 決済の流れフロー START ▼▼▼ */
  ul.hp_modulePoint_flow {
    text-decoration: none;
    list-style-type: none;
    padding: 0;
    border-left: 1px solid #CCC;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: left;
    flex-wrap: nowrap;
    align-content: inherit;
  }
  ul.hp_modulePoint_flow li div {
    text-decoration: none;
    display: flex;
    height: 100%;
    /*決済の流れ３カラム*/
  }
  ul.hp_modulePoint_flow li div ul.el_moduleC {
    width: 248.75px;
    padding: 0;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
  }
  ul.hp_modulePoint_flow li div ul.el_moduleC li {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column-reverse;
    text-align: center;
  }
  ul.hp_modulePoint_flow li div ul.el_moduleC li img {
    margin: 20px auto 0 auto;
  }
  ul.hp_modulePoint_flow li div ul.el_moduleC li h3 {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto 0 auto;
    font-weight: normal;
    text-align: center;
    padding: 10px 0 10px 0;
    width: 100%;
    background-color: #eee;
    border-bottom: 1px solid #CCC;
    border-radius: 5px 5px 0 0px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  ul.hp_modulePoint_flow li div ul.el_moduleC li p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_modulePoint_flow li div ul.el_moduleC li:nth-child(2n) {
    padding: 10px 20px 20px 20px;
  }
  ul.hp_modulePoint_flow li div ul.el_moduleC3col {
    width: 331.6666666667px;
    padding: 0;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
  }
  ul.hp_modulePoint_flow li div ul.el_moduleC3col li {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column-reverse;
    text-align: center;
  }
  ul.hp_modulePoint_flow li div ul.el_moduleC3col li h3 {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto 0 auto;
    font-weight: normal;
    text-align: center;
    padding: 10px 0 10px 0;
    width: 100%;
    background-color: #eee;
    border-bottom: 1px solid #CCC;
    border-radius: 5px 5px 0 0px;
    font-weight: bold;
  }
  ul.hp_modulePoint_flow li div ul.el_moduleC3col li p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_modulePoint_flow li div ul.el_moduleC3col li:nth-child(2n) {
    padding: 10px 20px 20px 20px;
  }
  /* Cパターン 決済の流れフロー END */
  /* ▼▼▼ 鍵カッコ吹き出し2col (契約形態 決済代行サービス使用） START ▼▼▼ */
  ul.hp_moduleD {
    margin: 15px 0 15px 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-content: inherit;
  }
  ul.hp_moduleD li {
    padding: 0 !important;
  }
  ul.hp_moduleD li div {
    display: flex;
    height: 100%;
    text-decoration: none;
  }
  ul.hp_moduleD li div ul.el_moduleD {
    width: 420px;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    list-style-type: none;
  }
  ul.hp_moduleD li div ul.el_moduleD li svg {
    width: 65px;
    color: #07613A;
    height: auto;
    display: block;
    margin: 0 20px 0 0;
    padding: 0;
  }
  ul.hp_moduleD li div ul.el_moduleD li h4 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 10px 0;
    font-weight: normal;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  ul.hp_moduleD li div ul.el_moduleD li p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
  }
  /*  契約形態 決済代行サービス END */
  /* ▼▼▼ 鍵カッコ吹き出し3col START ▼▼▼ */
  ul.hp_moduleE {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: inherit;
  }
  ul.hp_moduleE li {
    padding: 0 !important;
  }
  ul.hp_moduleE li a {
    display: flex;
    height: 100%;
    text-decoration: none;
  }
  ul.hp_moduleE li a ul.el_moduleE {
    width: 270px;
    padding: 20px;
    display: flex;
    align-items: center;
    list-style-type: none;
  }
  ul.hp_moduleE li a ul.el_moduleE li svg {
    width: 65px;
    color: #07613A;
    height: auto;
    display: block;
    margin: 0 20px 0 0;
    padding: 0;
  }
  ul.hp_moduleE li a ul.el_moduleE li h3 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 10px 0;
    font-weight: normal;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  ul.hp_moduleE li a ul.el_moduleE li p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
  }
  /*  鍵カッコ吹き出し3col END */
  /*  ▼▼▼ アイコン＋リンクボタン  ▼▼▼ */
  ul.hp_moduleF {
    text-decoration: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: inherit;
    /*「コンビニ 決済の流れ」 / 「キャリア 決済の流れ」/「WEB口座振替 支払い方法」 */
    /* END「コンビニ 決済の流れ」 / 「キャリア 決済の流れ」/「WEB口座振替 支払い方法」 */
  }
  ul.hp_moduleF li {
    height: 68px;
    margin: 0 0 20px 0;
    position: relative;
  }
  ul.hp_moduleF li a.fit {
    height: 100%;
  }
  ul.hp_moduleF li a {
    text-decoration: none;
    display: flex;
  }
  ul.hp_moduleF li a ul.el_moduleF {
    width: 485px;
    padding: 0;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    display: flex;
  }
  ul.hp_moduleF li a ul.el_moduleF li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: inherit;
  }
  ul.hp_moduleF li a ul.el_moduleF li svg {
    width: 65px;
    color: #07613A;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
  }
  ul.hp_moduleF li a ul.el_moduleF li img {
    width: auto;
    color: none;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
  }
  ul.hp_moduleF li a ul.el_moduleF li img.con_01 {
    width: 43px;
    height: auto;
  }
  ul.hp_moduleF li a ul.el_moduleF li img.con_02 {
    width: 100px;
    height: auto;
  }
  ul.hp_moduleF li a ul.el_moduleF li img.con_03 {
    width: 103px;
    height: auto;
  }
  ul.hp_moduleF li a ul.el_moduleF li img.con_04 {
    width: 52px;
    height: auto;
  }
  ul.hp_moduleF li a ul.el_moduleF li img.con_05 {
    width: 105px;
    height: auto;
  }
  ul.hp_moduleF li a ul.el_moduleF li h3 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
    display: flex;
    align-items: center;
  }
  ul.hp_moduleF li a ul.el_moduleF li h4 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
    display: flex;
    align-items: center;
  }
  ul.hp_moduleF li a ul.el_moduleF li p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_moduleF li a ul.el_moduleF.other {
    width: 323.3333333333px;
    padding: 0;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  ul.hp_moduleF li a ul.el_moduleF.other li.other {
    margin: 0;
    padding: 0 3% 0 0;
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: inherit;
  }
  ul.hp_moduleF li a ul.el_moduleF.other li.other svg {
    width: 65px;
    color: #07613A;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
  }
  ul.hp_moduleF li a ul.el_moduleF.other li.other img {
    width: auto;
    color: none;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
  }
  ul.hp_moduleF li a ul.el_moduleF.other li.other img.pay_01 {
    width: 45px;
    height: auto;
  }
  ul.hp_moduleF li a ul.el_moduleF.other li.other h4 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
    display: flex;
    align-items: center;
  }
  ul.hp_moduleF li a ul.el_moduleF.other li.other p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_moduleF li a ul.el_moduleF.other li:nth-child(2n) {
    padding: 0;
  }
  ul.hp_moduleF li a:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 8px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  ul.hp_moduleF li a:hover {
    background-color: #f4fffe;
    color: #005648;
  }
  ul.hp_moduleF li:last-child {
    margin-bottom: 0;
  }
  ul.hp_moduleF li.conv_but,
ul.hp_moduleF li.koufuri_but {
    height: 68px;
    margin: 0 0 20px 0;
    position: relative;
  }
  ul.hp_moduleF li.conv_but a.fit,
ul.hp_moduleF li.koufuri_but a.fit {
    height: 100%;
  }
  ul.hp_moduleF li.conv_but a,
ul.hp_moduleF li.koufuri_but a {
    text-decoration: none;
    display: flex;
    padding: 0;
  }
  ul.hp_moduleF li.conv_but a ul.el_moduleF,
ul.hp_moduleF li.koufuri_but a ul.el_moduleF {
    width: 323.3333333333px;
    padding: 0;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    display: flex;
  }
  ul.hp_moduleF li.conv_but a ul.el_moduleF li,
ul.hp_moduleF li.koufuri_but a ul.el_moduleF li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: inherit;
  }
  ul.hp_moduleF li.conv_but a ul.el_moduleF li svg,
ul.hp_moduleF li.koufuri_but a ul.el_moduleF li svg {
    width: 65px;
    color: #07613A;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
  }
  ul.hp_moduleF li.conv_but a ul.el_moduleF li img,
ul.hp_moduleF li.koufuri_but a ul.el_moduleF li img {
    width: auto;
    color: none;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
  }
  ul.hp_moduleF li.conv_but a ul.el_moduleF li img.con_01,
ul.hp_moduleF li.koufuri_but a ul.el_moduleF li img.con_01 {
    width: 43px;
    height: auto;
  }
  ul.hp_moduleF li.conv_but a ul.el_moduleF li img.con_02,
ul.hp_moduleF li.koufuri_but a ul.el_moduleF li img.con_02 {
    width: 100px;
    height: auto;
  }
  ul.hp_moduleF li.conv_but a ul.el_moduleF li img.con_03,
ul.hp_moduleF li.koufuri_but a ul.el_moduleF li img.con_03 {
    width: 103px;
    height: auto;
  }
  ul.hp_moduleF li.conv_but a ul.el_moduleF li img.con_04,
ul.hp_moduleF li.koufuri_but a ul.el_moduleF li img.con_04 {
    width: 52px;
    height: auto;
  }
  ul.hp_moduleF li.conv_but a ul.el_moduleF li img.con_05,
ul.hp_moduleF li.koufuri_but a ul.el_moduleF li img.con_05 {
    width: 105px;
    height: auto;
  }
  ul.hp_moduleF li.conv_but a ul.el_moduleF li img.con_06,
ul.hp_moduleF li.koufuri_but a ul.el_moduleF li img.con_06 {
    width: 43px;
    height: auto;
  }
  ul.hp_moduleF li.conv_but a ul.el_moduleF li img.con_07,
ul.hp_moduleF li.koufuri_but a ul.el_moduleF li img.con_07 {
    width: 105px;
    height: auto;
  }
  ul.hp_moduleF li.conv_but a ul.el_moduleF li h3,
ul.hp_moduleF li.koufuri_but a ul.el_moduleF li h3 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
    display: flex;
    align-items: center;
  }
  ul.hp_moduleF li.conv_but a ul.el_moduleF li h4,
ul.hp_moduleF li.koufuri_but a ul.el_moduleF li h4 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
    display: flex;
    align-items: center;
  }
  ul.hp_moduleF li.conv_but a ul.el_moduleF li p,
ul.hp_moduleF li.koufuri_but a ul.el_moduleF li p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_moduleF li.conv_but a ul.el_moduleF li:first-child,
ul.hp_moduleF li.koufuri_but a ul.el_moduleF li:first-child {
    padding: 0 0 0 20px;
  }
  ul.hp_moduleF li.conv_but a ul.el_moduleF li:last-child,
ul.hp_moduleF li.koufuri_but a ul.el_moduleF li:last-child {
    padding: 0 20px 0 0;
  }
  ul.hp_moduleF li.conv_but a ul.el_moduleF li.convImg:nth-child(1),
ul.hp_moduleF li.koufuri_but a ul.el_moduleF li.convImg:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
  }
  ul.hp_moduleF li.conv_but a:after,
ul.hp_moduleF li.koufuri_but a:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 8px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  ul.hp_moduleF li.conv_but a:hover,
ul.hp_moduleF li.koufuri_but a:hover {
    background-color: #f4fffe;
    color: #005648;
  }
  ul.hp_moduleF li.conv_but:last-child,
ul.hp_moduleF li.koufuri_but:last-child {
    margin-bottom: 0;
  }
  ul.hp_moduleF li.conv_but:after,
ul.hp_moduleF li.koufuri_but:after {
    content: "";
    display: block;
    width: 325px;
  }
  ul.hp_moduleG {
    text-decoration: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: inherit;
  }
  ul.hp_moduleG li {
    height: 68px;
    margin: 0 0 20px 0;
    position: relative;
  }
  ul.hp_moduleG li a.fit {
    height: 100%;
  }
  ul.hp_moduleG li a {
    text-decoration: none;
    display: flex;
  }
  ul.hp_moduleG li a ul.el_moduleG {
    width: 520px;
    padding: 0;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    display: flex;
    justify-content: center;
  }
  ul.hp_moduleG li a ul.el_moduleG li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: inherit;
  }
  ul.hp_moduleG li a ul.el_moduleG li svg {
    width: 50px;
    color: #07613A;
    height: auto;
    display: block;
    margin: 0 20px 0 0;
    padding: 0;
  }
  ul.hp_moduleG li a ul.el_moduleG li img {
    width: auto;
    color: none;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
  }
  ul.hp_moduleG li a ul.el_moduleG li img.pay_01 {
    width: 45px;
    height: auto;
  }
  ul.hp_moduleG li a ul.el_moduleG li h4 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 0 10px;
    font-weight: normal;
    text-align: left;
    display: flex;
    align-items: center;
  }
  ul.hp_moduleG li a:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 8px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  ul.hp_moduleG li a:hover {
    background-color: #f4fffe;
    color: #005648;
  }
  ul.hp_moduleG li p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: right;
  }
  ul.hp_moduleG li:last-child {
    margin-bottom: 0;
  }
  /*  アイコン＋リンクボタン  END */
  /* ▼▼▼ 外部リンク 濃い緑枠の遷移ボタン Start ▼▼▼ */
  .hp_cta_btn {
    display: flex;
    justify-content: center;
  }
  .hp_cta_btn div.cta_btn {
    position: relative;
    width: 400px;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    color: #005648;
    font-weight: bold;
    border: 2px solid #005648;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.2s;
    text-align: center;
  }
  .hp_cta_btn div.cta_btn a.lowR {
    text-decoration: none;
  }
  .hp_cta_btn div.cta_btn a.lowR:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 8px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  .hp_cta_btn div.cta_btn a.midR {
    text-decoration: none;
  }
  .hp_cta_btn div.cta_btn a.midR:after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 15px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(360deg);
    text-decoration: none !important;
  }
  .hp_cta_btn div.cta_btn a.midR2 {
    text-decoration: none;
  }
  .hp_cta_btn div.cta_btn a.midR2:after {
    margin: 0 0 0 0;
    content: "\f0da";
    font-family: "Font Awesome 6 Pro";
    font-size: 15px;
    vertical-align: middle;
    color: #07613A;
  }
  .hp_cta_btn div.cta_btn:hover, .hp_cta_btn div.cta_btn:active {
    background-color: #005648;
  }
  .hp_cta_btn div.cta_btn:hover a, .hp_cta_btn div.cta_btn:active a {
    color: #FFF;
  }
  .hp_cta_btn div.cta_btn a {
    display: block;
    width: 100%;
  }
  .hp_cta_btn div.cta_btnS {
    position: relative;
    width: 250px;
    padding: 7px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    color: #005648;
    font-weight: bold;
    border: 2px solid #005648;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.2s;
    text-align: center;
  }
  .hp_cta_btn div.cta_btnS a.lowR {
    text-decoration: none;
  }
  .hp_cta_btn div.cta_btnS a.lowR:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 8px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  .hp_cta_btn div.cta_btnS a.midR {
    text-decoration: none;
  }
  .hp_cta_btn div.cta_btnS a.midR:after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 15px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(360deg);
    text-decoration: none !important;
  }
  .hp_cta_btn div.cta_btnS a.midR2 {
    text-decoration: none;
  }
  .hp_cta_btn div.cta_btnS a.midR2:after {
    margin: 0 0 0 0;
    content: "\f0da";
    font-family: "Font Awesome 6 Pro";
    font-size: 15px;
    vertical-align: middle;
    color: #07613A;
  }
  .hp_cta_btn div.cta_btnS:hover, .hp_cta_btn div.cta_btnS:active {
    background-color: #005648;
  }
  .hp_cta_btn div.cta_btnS:hover a, .hp_cta_btn div.cta_btnS:active a {
    color: #FFF;
  }
  .hp_cta_btn div.cta_btnS a {
    display: block;
    width: 100%;
  }
  .hp_cta_btn div.cta_btn.official {
    position: relative;
    width: 200px;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    color: #005648;
    font-weight: bold;
    border: 2px solid #005648;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.2s;
    text-align: center;
  }
  .hp_cta_btn div.cta_btnEX {
    position: relative;
    width: 425px;
    padding: 11px;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    color: #005648;
    font-weight: bold;
    border: 2px solid #005648;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.2s;
    text-align: center;
  }
  .hp_cta_btn div.cta_btnEX a {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
  }
  .hp_cta_btn div.cta_btnEX a::after {
    font-weight: 900;
    content: "\f08e";
    font-family: "Font Awesome 6 Pro";
    color: #C1C1C1;
    font-size: 16px;
    margin: 0 0 0 8px;
  }
  .hp_cta_btn div.cta_btnEX:hover, .hp_cta_btn div.cta_btnEX:active {
    background-color: #005648;
  }
  .hp_cta_btn div.cta_btnEX:hover a, .hp_cta_btn div.cta_btnEX:active a {
    color: #FFF;
  }
  .hp_cta_btn div.cta_btnEX:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 8px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  div.hp_cta_btnEX.official {
    position: relative;
    width: 500px;
    padding: 0;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    color: #005648;
    font-weight: bold;
    border: 2px solid #005648;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.2s;
    text-align: center;
    transition: background-color 0.5s;
  }
  div.hp_cta_btnEX.official a {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 64px;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
  }
  div.hp_cta_btnEX.official a::after {
    font-weight: 900;
    content: "\f08e";
    font-family: "Font Awesome 6 Pro";
    color: #C1C1C1;
    font-size: 16px;
    margin: 0 0 0 8px;
    display: contents;
  }
  div.hp_cta_btnEX.official:hover, div.hp_cta_btnEX.official:active {
    background-color: #005648;
  }
  div.hp_cta_btnEX.official:hover a, div.hp_cta_btnEX.official:active a {
    color: #FFF;
  }
  div.hp_cta_btnEX.official:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 8px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  /*  外部リンク 濃い緑枠の遷移ボタン END */
  /*外部リンク複数*/
  div.hp_cta_btnEX.officials {
    position: relative;
    width: 350px;
    padding: 0;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    color: #005648;
    font-weight: bold;
    border: 2px solid #005648;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.2s;
    text-align: center;
    transition: background-color 0.5s;
  }
  div.hp_cta_btnEX.officials a {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 64px;
    align-items: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.5;
  }
  div.hp_cta_btnEX.officials a::after {
    font-weight: 900;
    content: "\f08e";
    font-family: "Font Awesome 6 Pro";
    color: #C1C1C1;
    font-size: 14px;
    margin: 0 0 0 8px;
    display: contents;
  }
  div.hp_cta_btnEX.officials:hover, div.hp_cta_btnEX.officials:active {
    background-color: #005648;
  }
  div.hp_cta_btnEX.officials:hover a, div.hp_cta_btnEX.officials:active a {
    color: #FFF;
  }
  div.hp_cta_btnEX.officials:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 8px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  /*外部リンク複数*/
  div.hp_cta_btnEX.officials2 {
    position: relative;
    width: 350px;
    padding: 0;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    color: #005648;
    font-weight: bold;
    border: 2px solid #005648;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.2s;
    text-align: center;
    transition: background-color 0.5s;
  }
  div.hp_cta_btnEX.officials2 a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 64px;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.5;
  }
  div.hp_cta_btnEX.officials2:hover, div.hp_cta_btnEX.officials2:active {
    background-color: #005648;
  }
  div.hp_cta_btnEX.officials2:hover a, div.hp_cta_btnEX.officials2:active a {
    color: #FFF;
  }
  div.hp_cta_btnEX.officials2:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 8px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  /*  外部リンク 濃い緑枠の遷移ボタン END */
  /* ▼▼▼ 外部リンク 濃い緑枠の遷移ボタン(決済手段別 公式サイト) Start ▼▼▼ */
  .hp_cta_btn.official {
    display: flex;
    justify-content: left;
  }
  .hp_cta_btn.official div.cta_btn {
    position: relative;
    width: 200px;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    color: #005648;
    font-weight: bold;
    border: 2px solid #005648;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.2s;
    text-align: center;
  }
  .hp_cta_btn.official div.cta_btn.other {
    position: relative;
    width: 390px;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    color: #005648;
    font-weight: bold;
    border: 2px solid #005648;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.2s;
    text-align: center;
  }
  .hp_cta_btn.official div.cta_btn.official {
    position: relative;
    width: 500px;
    padding: 14px;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    color: #005648;
    font-weight: bold;
    border: 2px solid #005648;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.2s;
    text-align: center;
  }
  /*  外部リンク 濃い緑枠の遷移ボタン(決済手段別 公式サイト) END */
  /* ▼▼▼ 内部リンク 角ありの遷移ボタン Start ▼▼▼ */
  .hp_next_btn_A {
    display: flex;
    justify-content: center;
  }
  .hp_next_btn_A div.cta_btn {
    position: relative;
    width: 400px;
    padding: 11px;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    color: #005648;
    font-weight: bold;
    border: 2px solid #005648;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.2s;
    text-align: center;
  }
  .hp_next_btn_A div.cta_btn a.midR {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
  }
  .hp_next_btn_A div.cta_btn a.midR:after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 15px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #005648;
    transform: rotate(360deg);
    text-decoration: none !important;
  }
  .hp_next_btn_A div.cta_btn a.arrowR {
    text-decoration: none;
    background-color: #fff;
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    overflow-wrap: break-word;
  }
  .hp_next_btn_A div.cta_btn a.arrowR.fav {
    display: block;
    width: 100%;
    background-image: url("../image/svg/arrow_midR_G.svg");
  }
  .hp_next_btn_A div.cta_btn:hover {
    background-color: #f4fffe;
    border-color: #005648;
  }
  .hp_next_btn_A div.cta_btn:hover a {
    color: #005648;
    background-color: #f4fffe;
  }
  /*  内部リンク 角ありの遷移ボタン END */
  /* ▼▼▼ 内部リンク 角丸の遷移ボタン Start ▼▼▼ */
  .hp_next_btn_B {
    display: flex;
    justify-content: center;
  }
  .hp_next_btn_B div.cta_btn {
    position: relative;
    width: 100%;
    padding: 11px;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    color: #005648;
    font-weight: bold;
    border: 2px solid #005648;
    border-radius: 50px;
    box-sizing: border-box;
    transition: all 0.2s;
    text-align: center;
    font-weight: normal !important;
    font-weight: normal !important;
  }
  .hp_next_btn_B div.cta_btn a {
    width: 100%;
  }
  .hp_next_btn_B div.cta_btn a.midR {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
  }
  .hp_next_btn_B div.cta_btn a.midR:after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 15px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #005648;
    transform: rotate(360deg);
    text-decoration: none !important;
  }
  .hp_next_btn_B div.cta_btn a.arrowR {
    text-decoration: none;
    background-color: #fff;
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    overflow-wrap: break-word;
  }
  .hp_next_btn_B div.cta_btn a.arrowR.fav {
    display: block;
    width: 100%;
    background-image: url("../image/svg/arrow_midR_G.svg");
  }
  .hp_next_btn_B div.cta_btn:hover {
    background-color: #f4fffe;
    border-color: #005648;
  }
  .hp_next_btn_B div.cta_btn:hover a {
    color: #005648;
    background-color: #f4fffe;
  }
  /*  内部リンク 角丸の遷移ボタン END */
  /* ▼▼▼ 内部リンク 角丸_問い合わせ遷移ボタン Start ▼▼▼ */
  .hp_next_btn_Cont {
    display: flex;
    justify-content: center;
  }
  .hp_next_btn_Cont div.cta_btn {
    position: relative;
    width: 30%;
    padding: 8px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    border-radius: 50px;
    box-sizing: border-box;
    transition: all 0.2s;
    text-align: center;
    background: rgb(175, 33, 39);
    background: linear-gradient(357deg, rgb(175, 33, 39) 36%, rgb(232, 101, 107) 100%);
    font-weight: normal !important;
    font-weight: normal !important;
  }
  .hp_next_btn_Cont div.cta_btn a {
    width: 100%;
  }
  .hp_next_btn_Cont div.cta_btn a.midR {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
  }
  .hp_next_btn_Cont div.cta_btn a.midR:after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 15px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #005648;
    transform: rotate(360deg);
    text-decoration: none !important;
  }
  .hp_next_btn_Cont div.cta_btn a.arrowR {
    text-decoration: none;
    color: #FFF;
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    overflow-wrap: break-word;
  }
  .hp_next_btn_Cont div.cta_btn a.arrowR.fav {
    display: block;
    width: 100%;
    background-image: url("../image/svg/arrow_midR_W.svg");
  }
  .hp_next_btn_Cont div.cta_btn:hover {
    opacity: 0.8;
  }
  /*  内部リンク 角丸_角丸の遷移ボタン END */
  /* ▼▼▼ fregi コストパフォーマンス表 START  ▼▼▼ */
  /*  fregi コストパフォーマンス表 END */
}
/*-------------              PC END              -------------*/
/*----------▼▼▼  SP タブレット以下全てipadminiまで  ▼▼▼---------*/
@media only screen and (max-width: 768px) {
  /* ▼▼▼ 共通ルール抜きele_Cont START  ▼▼▼ */
  .hp_Wrap h2 {
    font-size: 5vw;
    border-bottom: none;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 2.6vw 0;
    padding: 0;
    color: #333;
    border-left: none;
  }
  .hp_Wrap p {
    font-size: 3.7vw;
    line-height: 1.3;
    margin: 0 0 4vw 0;
    font-weight: normal;
    text-align: left;
  }
  /*  共通ルール抜きele_Cont END   */
  /* ▼▼▼ コンテンツ間のdistance START  ▼▼▼ */
  .hp_moduleA_Title h2, .hp_moduleB_Title h2, .hp_moduleC_Title h2, .hp_modulePoint h2 {
    font-size: 5vw;
    border-bottom: none;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 2.6vw 0;
    padding: 0;
    color: #333;
    border-left: none;
  }
  .hp_moduleA_Title p, .hp_moduleB_Title p, .hp_moduleC_Title p, .hp_modulePoint p {
    font-size: 3.7vw;
    line-height: 1.3;
    margin: 0 0 4vw 0;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_moduleA, ul.hp_moduleA_Box, ul.hp_moduleB, .hp_moduleB_3col, ul.hp_moduleC, ul.hp_modulePoint {
    margin: 0;
  }
  ul.hp_moduleA li, ul.hp_moduleA_Box li, ul.hp_moduleB li, .hp_moduleB_3col li, ul.hp_moduleC li, ul.hp_modulePoint li {
    margin-bottom: 4vw;
  }
  ul.hp_moduleA li a, ul.hp_moduleA_Box li a, ul.hp_moduleB li a, .hp_moduleB_3col li a, ul.hp_moduleC li a, ul.hp_modulePoint li a {
    text-decoration: none;
  }
  ul.hp_moduleA li a ul li, ul.hp_moduleA_Box li a ul li, ul.hp_moduleB li a ul li, .hp_moduleB_3col li a ul li, ul.hp_moduleC li a ul li, ul.hp_modulePoint li a ul li {
    margin: 0;
  }
  ul.hp_moduleA li:nth-child(1n+1):nth-last-child(-n+1),
ul.hp_moduleA li:nth-child(1n+1):nth-last-child(-n+1) ~ li, ul.hp_moduleB li:nth-child(1n+1):nth-last-child(-n+1),
ul.hp_moduleB li:nth-child(1n+1):nth-last-child(-n+1) ~ li, .hp_moduleB_3col li:nth-child(1n+1):nth-last-child(-n+1),
.hp_moduleB_3col li:nth-child(1n+1):nth-last-child(-n+1) ~ li, ul.hp_moduleC li:nth-child(1n+1):nth-last-child(-n+1),
ul.hp_moduleC li:nth-child(1n+1):nth-last-child(-n+1) ~ li, ul.hp_moduleD li:nth-child(1n+1):nth-last-child(-n+1),
ul.hp_moduleD li:nth-child(1n+1):nth-last-child(-n+1) ~ li, ul.hp_moduleE li:nth-child(1n+1):nth-last-child(-n+1),
ul.hp_moduleE li:nth-child(1n+1):nth-last-child(-n+1) ~ li, ul.hp_moduleF li:nth-child(1n+1):nth-last-child(-n+1),
ul.hp_moduleF li:nth-child(1n+1):nth-last-child(-n+1) ~ li, .hp_modulePoint li:nth-child(1n+1):nth-last-child(-n+1),
.hp_modulePoint li:nth-child(1n+1):nth-last-child(-n+1) ~ li, .hp_modulePoint.other li:nth-child(1n+1):nth-last-child(-n+1),
.hp_modulePoint.other li:nth-child(1n+1):nth-last-child(-n+1) ~ li, .hp_moduleOption li:nth-child(1n+1):nth-last-child(-n+1),
.hp_moduleOption li:nth-child(1n+1):nth-last-child(-n+1) ~ li {
    margin-bottom: 0;
  }
  /*  コンテンツ間のdistance END   */
  /* ▼▼▼ arrowのみ START  ▼▼▼ */
  .arowOnly:after {
    content: "";
    position: absolute;
    bottom: 1px;
    right: 5px;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  .arrowEX {
    font-size: 4.2vw;
    line-height: 1.3;
    margin: 0 0 3% 0;
    font-weight: normal;
    text-align: left;
    display: flex;
    align-items: center;
  }
  .arrowEX::after {
    font-weight: 900;
    content: "\f08e";
    font-family: "Font Awesome 6 Pro";
    color: #C1C1C1;
    font-size: 3.2vw;
    margin: 0 0 0 5px;
    display: flex;
  }
  /* ▼▼▼ 共通ルール START  ▼▼▼ */
  .ele_Cont h1 { /*21px*/
    font-size: 5.8vw;
    border-bottom: 1px solid #07613A;
    font-weight: bold;
    line-height: 1;
    margin: 2.6vw 0 1.6vw 0;
    padding: 0 0 2.6vw 0;
    color: #1A1A1A;
    border-left: none;
    position: relative;
  }
  .ele_Cont h2 { /*18px*/
    position: relative;
    font-size: 5vw;
    border-bottom: none;
    font-weight: bold;
    line-height: 1;
    margin: 6vw 0 2.8vw 0;
    padding: 0 0 0 3vw;
    color: #1A1A1A;
    border-left: none;
  }
  .ele_Cont h2::before {
    position: absolute;
    content: "";
    width: 6vw;
    height: 1.4vw;
    top: 1.6vw;
    left: -2.3vw;
    line-height: 1;
    border-radius: 5px;
    text-align: center;
    transform: rotate(90deg);
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(0, 86, 72) 0%, rgb(49, 138, 123) 100%);
  }
  .ele_Cont h2.other { /*18px*/
    position: relative;
    font-size: 5vw;
    border-bottom: none;
    font-weight: bold;
    line-height: 1;
    margin: 6vw 0 2.8vw 0;
    padding: 0 0 0 3vw;
    color: #1A1A1A;
    border-left: none;
  }
  .ele_Cont h2.other::before {
    position: absolute;
    content: "";
    width: 6vw;
    height: 1.4vw;
    top: 1.6vw;
    left: -2.3vw;
    line-height: 1;
    border-radius: 5px;
    text-align: center;
    transform: rotate(90deg);
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(0, 34, 86) 0%, rgb(71, 124, 193) 100%);
  }
  .ele_Cont h2.bgCol_r_Green {
    position: relative;
    font-size: 5vw;
    border-bottom: none;
    font-weight: bold;
    line-height: 0.9;
    margin: 10vw 0 2.8vw 0;
    padding: 1vw 0 1vw 3vw;
    color: #1A1A1A;
    border-left: none;
  }
  .ele_Cont h2.bgCol_r_Green::before {
    position: absolute;
    content: "";
    width: 6vw;
    height: 1.4vw;
    top: 2.6vw;
    left: -2.3vw;
    line-height: 1;
    border-radius: 5px;
    text-align: center;
    transform: rotate(90deg);
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(0, 86, 72) 0%, rgb(49, 138, 123) 100%);
  }
  .ele_Cont h2.bgCol_r_Orange {
    position: relative;
    font-size: 5vw;
    border-bottom: none;
    font-weight: bold;
    line-height: 0.9;
    margin: 10vw 0 2.8vw 0;
    padding: 1vw 0 1vw 3vw;
    color: #1A1A1A;
    border-left: none;
  }
  .ele_Cont h2.bgCol_r_Orange::before {
    position: absolute;
    content: "";
    width: 6vw;
    height: 1.4vw;
    top: 2.6vw;
    left: -2.3vw;
    line-height: 1;
    border-radius: 5px;
    text-align: center;
    transform: rotate(90deg);
    background: rgb(255, 149, 0);
    background: linear-gradient(90deg, rgb(255, 149, 0) 0%, rgb(248, 195, 121) 100%);
  }
  .ele_Cont h2.bgCol_r_Blue {
    position: relative;
    font-size: 5vw;
    border-bottom: none;
    font-weight: bold;
    line-height: 0.9;
    margin: 10vw 0 2.8vw 0;
    padding: 1vw 0 1vw 3vw;
    color: #1A1A1A;
    border-left: none;
  }
  .ele_Cont h2.bgCol_r_Blue::before {
    position: absolute;
    content: "";
    width: 6vw;
    height: 1.4vw;
    top: 2.6vw;
    left: -2.3vw;
    line-height: 1;
    border-radius: 5px;
    text-align: center;
    transform: rotate(90deg);
    background: rgb(33, 150, 243);
    background: linear-gradient(90deg, rgb(33, 150, 243) 0%, rgb(109, 204, 243) 100%);
  }
  .ele_Cont h2.bgCol_r_Pink {
    position: relative;
    font-size: 5vw;
    border-bottom: none;
    font-weight: bold;
    line-height: 0.9;
    margin: 10vw 0 2.8vw 0;
    padding: 1vw 0 1vw 3vw;
    color: #1A1A1A;
    border-left: none;
  }
  .ele_Cont h2.bgCol_r_Pink::before {
    position: absolute;
    content: "";
    width: 6vw;
    height: 1.4vw;
    top: 2.6vw;
    left: -2.3vw;
    line-height: 1;
    border-radius: 5px;
    text-align: center;
    transform: rotate(90deg);
    background: rgb(233, 30, 99);
    background: linear-gradient(90deg, rgb(233, 30, 99) 0%, rgb(252, 129, 129) 100%);
  }
  .ele_Cont h3 { /*18px*/
    font-size: 4.8vw;
    border-bottom: 2px solid #CCC;
    font-weight: bold;
    line-height: 1;
    margin: 2.6vw 0 2.6vw 0;
    padding: 0 0 2.6vw 0;
    color: #1A1A1A;
    border-left: none;
  }
  .ele_Cont h3.other {
    font-size: 4.8vw;
    border-bottom: 2px solid #CCC;
    font-weight: bold;
    line-height: 1;
    margin: 2.6vw 0 2.6vw 0;
    padding: 0 0 2.6vw 0;
    color: #1A1A1A;
    border-left: none;
  }
  .ele_Cont h3.borNon {
    font-size: 4.8vw;
    border-bottom: none;
    font-weight: bold;
    line-height: 1;
    margin: 2.6vw 0 2vw 0;
    padding: 0;
    color: #1A1A1A;
    border-left: none;
  }
  .ele_Cont h4 { /*16px*/
    font-size: 4.2vw;
    border-bottom: none;
    font-weight: bold;
    line-height: 1.3;
    margin: 10px 0 10px 0;
    padding: 0;
    color: #1A1A1A;
    border-left: none;
  }
  .ele_Cont h5 { /*16px*/
    font-size: 4.2vw;
    border-bottom: 1px dotted #373737;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0 10px 0;
    padding: 0;
    color: #1A1A1A;
    border-left: none;
  }
  .ele_Cont p { /*14px*/
    font-size: 3.7vw;
    border-bottom: none;
    font-weight: normal;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    color: #1A1A1A;
    border-left: none;
  }
  .ele_Cont p.ftsp12.pcNo { /*sp時のサブタイトルのみ*/
    font-weight: bold;
  }
  /* ▼▼▼ Aパターン START ▼▼▼ */
  ul.hp_moduleA {
    margin-bottom: 0;
  }
  ul.hp_moduleA li {
    position: relative;
  }
  ul.hp_moduleA li a {
    display: flex;
    height: 100%;
  }
  ul.hp_moduleA li a ul.el_moduleA {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 3%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style-type: none;
  }
  ul.hp_moduleA li a ul.el_moduleA li {
    margin: 0;
  }
  ul.hp_moduleA li a ul.el_moduleA li svg {
    width: 13vw;
    color: #07613A;
    height: auto;
    display: block;
    margin: 0 2.6vw 0 0;
    padding: 0;
  }
  ul.hp_moduleA li a ul.el_moduleA li img {
    width: 20vw;
    color: #07613A;
    height: auto;
    display: block;
    margin: 0 2.6vw 0 0;
    padding: 0;
    max-width: 130px;
  }
  ul.hp_moduleA li a ul.el_moduleA li h3 {
    font-size: 4.2vw;
    line-height: 1.3;
    margin: 0 0 3% 0;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_moduleA li a ul.el_moduleA li h4 {
    font-size: 4.2vw;
    line-height: 1.3;
    margin: 0 0 3% 0;
    font-weight: normal;
    text-align: left;
    align-items: center;
  }
  ul.hp_moduleA li a ul.el_moduleA li p {
    font-size: 3.2vw;
    line-height: 1.3;
    margin: 0;
    font-weight: normal;
    text-align: left;
    margin-bottom: none;
  }
  ul.hp_moduleA li a:after {
    content: "";
    position: absolute;
    bottom: 1px;
    right: 5px;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  ul.hp_moduleA li a:hover {
    background-color: #f4fffe;
    border-color: #005648;
    color: #005648;
  }
  /* ▲▲▲ Aパターン END ▲▲▲ */
  /* ▼▼▼ A_Boxパターン START ▼▼▼ */
  ul.hp_moduleA_Box {
    margin-bottom: 0;
  }
  ul.hp_moduleA_Box li a {
    height: 100%;
  }
  ul.hp_moduleA_Box li a ul.el_moduleA_Box {
    border: 1px solid #CCCCCC;
    padding: 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    height: 28vw;
  }
  ul.hp_moduleA_Box li a ul.el_moduleA_Box li img {
    width: none;
    color: #07613A;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 130px;
    display: flex;
    align-content: center;
    justify-content: space-evenly;
  }
  ul.hp_moduleA_Box li a ul.el_moduleA_Box li h4 {
    display: flex;
    font-size: 4.2vw;
    line-height: 1.3;
    margin: 0;
    font-weight: normal;
    text-align: left;
    align-items: flex-start;
  }
  ul.hp_moduleA_Box li a ul.el_moduleA_Box li h4:after {
    font-weight: 900;
    content: "\f08e";
    font-family: "Font Awesome 6 Pro";
    color: #C1C1C1;
    font-size: 3.2vw;
    margin: 0.5vw 0 0 1vw;
  }
  ul.hp_moduleA_Box li a ul.el_moduleA_Box li p.txt_Red {
    color: #E13939 !important;
    font-size: 3.2vw;
    line-height: 1.3;
    margin: 0 0 2% 0;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_moduleA_Box li a ul.el_moduleA_Box li ul {
    margin-top: 2.6vw;
    padding: 0;
  }
  ul.hp_moduleA_Box li a ul.el_moduleA_Box li ul li {
    list-style-type: none;
    font-size: 3.2vw;
    line-height: 1.3;
    margin: 0;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_moduleA_Box li a ul.el_moduleA_Box li.iconArea {
    width: 30%;
    display: flex;
    justify-content: center;
  }
  ul.hp_moduleA_Box li a ul.el_moduleA_Box li.txtArea {
    width: 65%;
    margin-left: 5%;
  }
  ul.hp_moduleA_Box li:hover {
    background-color: #f4fffe;
  }
  /* ▲▲▲ A_Boxパターン END ▲▲▲ */
  /* ▼▼▼ Bパターン START ▼▼▼ */
  ul.hp_moduleB {
    text-decoration: none;
  }
  ul.hp_moduleB li {
    position: relative;
  }
  ul.hp_moduleB li a {
    text-decoration: none;
  }
  ul.hp_moduleB li a ul.el_moduleB {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 3%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style-type: none;
  }
  ul.hp_moduleB li a ul.el_moduleB li svg {
    width: 13vw;
    color: #07613A;
    height: auto;
    display: block;
    margin: 0 2.6vw 0 0;
    padding: 0;
  }
  ul.hp_moduleB li a ul.el_moduleB li img {
    width: 20vw;
    color: #07613A;
    height: auto;
    display: block;
    margin: 0 2.6vw 0 0;
    padding: 0;
    max-width: 130px;
  }
  ul.hp_moduleB li a ul.el_moduleB li img.service12 {
    width: 20vw;
    color: none;
    height: auto;
    display: block;
    margin: 0 2.6vw 0 0;
    padding: 3.4vw;
    max-width: 130px;
  }
  ul.hp_moduleB li a ul.el_moduleB li h3 {
    font-size: 4.2vw;
    line-height: 1.3;
    margin: 0 0 3% 0;
    font-weight: normal;
    text-align: left;
    align-items: center;
  }
  ul.hp_moduleB li a ul.el_moduleB li h4 {
    font-size: 4.2vw;
    line-height: 1.3;
    margin: 0 0 3% 0;
    font-weight: normal;
    text-align: left;
    align-items: center;
  }
  ul.hp_moduleB li a ul.el_moduleB li p {
    font-size: 3.2vw;
    line-height: 1.3;
    margin: 0;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_moduleB li a:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 8px;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  ul.hp_moduleB li a:hover {
    background-color: #f4fffe;
    color: #005648;
  }
  /* ▲▲▲ Bパターン END ▲▲▲ */
  /* ▼▼▼ Bパターン_3col START ▼▼▼ */
  ul.hp_moduleB_3col {
    text-decoration: none;
  }
  ul.hp_moduleB_3col li {
    position: relative;
  }
  ul.hp_moduleB_3col li a {
    text-decoration: none;
  }
  ul.hp_moduleB_3col li a ul.el_moduleB {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 3%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style-type: none;
  }
  ul.hp_moduleB_3col li a ul.el_moduleB li svg {
    width: 13vw;
    color: #07613A;
    height: auto;
    display: block;
    margin: 0 2.6vw 0 0;
    padding: 0;
  }
  ul.hp_moduleB_3col li a ul.el_moduleB li img {
    width: 20vw;
    color: none;
    height: auto;
    display: block;
    margin: 0 2.6vw 0 0;
    padding: 0;
    max-width: 152px;
  }
  ul.hp_moduleB_3col li a ul.el_moduleB li img.kifu {
    width: 20vw;
    color: none;
    height: auto;
    display: block;
    margin: 0 2.6vw 0 0;
    padding: 2vw;
    max-width: 152px;
  }
  ul.hp_moduleB_3col li a ul.el_moduleB li img.kantan {
    width: 20vw;
    color: none;
    height: auto;
    display: block;
    margin: 0 2.6vw 0 0;
    padding: 0 0 0 2vw;
    max-width: 152px;
  }
  ul.hp_moduleB_3col li a ul.el_moduleB li h3 {
    font-size: 4.2vw;
    line-height: 1.3;
    margin: 0 0 3% 0;
    font-weight: normal;
    text-align: left;
    align-items: center;
  }
  ul.hp_moduleB_3col li a ul.el_moduleB li h4 {
    font-size: 4.2vw;
    line-height: 1.3;
    margin: 0 0 3% 0;
    font-weight: normal;
    text-align: left;
    align-items: center;
  }
  ul.hp_moduleB_3col li a ul.el_moduleB li p {
    font-size: 3.2vw;
    line-height: 1.3;
    margin: 0;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_moduleB_3col li a:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 8px;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  ul.hp_moduleB_3col li a:hover {
    background-color: #f4fffe;
    color: #005648;
  }
  /* ▲▲▲ Bパターン_3col END ▲▲▲ */
  /* ▼▼▼ Cパターン START ▼▼▼ */
  ul.hp_moduleC {
    text-decoration: none;
  }
  ul.hp_moduleC li {
    position: relative;
  }
  ul.hp_moduleC li a {
    text-decoration: none;
  }
  ul.hp_moduleC li a ul.el_moduleC {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 3%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style-type: none;
    flex-direction: column;
  }
  ul.hp_moduleC li a ul.el_moduleC li svg {
    width: 13vw;
    color: #07613A;
    height: auto;
    display: block;
    margin: 0 2.6vw 0 0;
    padding: 0;
  }
  ul.hp_moduleC li a ul.el_moduleC li h3 {
    font-size: 4.2vw;
    line-height: 1.3;
    margin: 0 0 3% 0;
    font-weight: normal;
    text-align: left;
    align-items: center;
  }
  ul.hp_moduleC li a ul.el_moduleC li p {
    font-size: 3.2vw;
    line-height: 1.3;
    margin: 0;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_moduleC li a ul.el_moduleC li:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  ul.hp_moduleC li a:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 8px;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  ul.hp_moduleC li a:hover {
    background-color: #f4fffe;
    color: #005648;
  }
  /* ▲▲▲ Cパターン_3col END ▲▲▲ */
  /* ▼▼▼ C2パターン START ▼▼▼ */
  ul.hp_modulePoint {
    text-decoration: none;
    list-style-type: none;
    padding: 0;
  }
  ul.hp_modulePoint li div {
    text-decoration: none;
  }
  ul.hp_modulePoint li div ul.el_moduleC {
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style-type: none;
    flex-direction: column;
  }
  ul.hp_modulePoint li div ul.el_moduleC li {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column-reverse;
    text-align: center;
  }
  ul.hp_modulePoint li div ul.el_moduleC li img.paycard_01 {
    width: 66vw;
    height: auto;
    margin: 5% auto 0 auto;
  }
  ul.hp_modulePoint li div ul.el_moduleC li img.paycard_02 {
    width: 19vw;
    height: auto;
    margin: 5% auto 0 auto;
  }
  ul.hp_modulePoint li div ul.el_moduleC li img.paycard_03 {
    width: 14vw;
    height: auto;
    margin: 4% auto 0 auto;
  }
  ul.hp_modulePoint li div ul.el_moduleC li img {
    margin: 0 auto;
  }
  ul.hp_modulePoint li div ul.el_moduleC h3 {
    font-size: 4.2vw;
    line-height: 1.3;
    margin: 0;
    font-weight: normal;
    text-align: center;
    width: 100%;
    align-items: center;
    background-color: #eee;
    border-bottom: 1px solid #CCC;
    border-radius: 5px 5px 0 0px;
    font-weight: bold;
    padding: 3% 0;
  }
  ul.hp_modulePoint li div ul.el_moduleC p {
    font-size: 3.2vw;
    line-height: 1.3;
    margin: 3%;
    font-weight: normal;
    text-align: left;
  }
  /* ▲▲▲ C2パターン_3col END ▲▲▲ */
  /* ▼▼▼ Cパターンoption リンクありPCグレー背景  ▼▼▼ */
  ul.hp_moduleOption_Link {
    text-decoration: none;
    list-style-type: none;
    padding: 0;
  }
  ul.hp_moduleOption_Link li {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
  }
  ul.hp_moduleOption_Link li a {
    text-decoration: none;
    display: flex;
    width: 100%;
    height: 100%;
  }
  ul.hp_moduleOption_Link li a ul.el_moduleC_Link {
    width: 100%;
    padding: 0;
    border: 1px solid #CCC;
    border-radius: 5px;
  }
  ul.hp_moduleOption_Link li a ul.el_moduleC_Link li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
  }
  ul.hp_moduleOption_Link li a ul.el_moduleC_Link li h3 {
    font-size: 4.2vw;
    line-height: 1.3;
    margin: 0;
    font-weight: normal;
    text-align: center;
    width: 100%;
    align-items: center;
    background-color: #eee;
    border-bottom: 1px solid #CCC;
    border-radius: 5px 5px 0 0px;
    font-weight: bold;
    padding: 3% 0;
  }
  ul.hp_moduleOption_Link li a ul.el_moduleC_Link li p {
    font-size: 3.2vw;
    line-height: 1.3;
    margin: 0 3% 3% 3%;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_moduleOption_Link li a ul.el_moduleC_Link li:nth-child(1) {
    padding: 0;
  }
  ul.hp_moduleOption_Link li a ul.el_moduleC_Link li:nth-child(2) {
    height: 32vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    max-height: 170px;
  }
  ul.hp_moduleOption_Link li a:hover {
    background-color: #f4fffe;
    color: #005648;
  }
  ul.hp_moduleOption_Link li a:after {
    content: "";
    position: absolute;
    bottom: 1px;
    right: 5px;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  /*  Cパターンoption リンクありPCグレー背景 END  */
  /* ▼▼▼ Cパターンoption リンクなしPCグレー背景  ▼▼▼ */
  ul.hp_moduleOption_LinkNone {
    text-decoration: none;
    list-style-type: none;
    padding: 0;
  }
  ul.hp_moduleOption_LinkNone li {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
  }
  ul.hp_moduleOption_LinkNone li div {
    text-decoration: none;
    display: flex;
    width: 100%;
    height: 100%;
  }
  ul.hp_moduleOption_LinkNone li div ul.el_moduleC_LinkNone {
    width: 100%;
    padding: 0;
    border: 1px solid #CCC;
    border-radius: 5px;
  }
  ul.hp_moduleOption_LinkNone li div ul.el_moduleC_LinkNone li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
  }
  ul.hp_moduleOption_LinkNone li div ul.el_moduleC_LinkNone li h3 {
    font-size: 4.2vw;
    line-height: 1.3;
    margin: 0;
    font-weight: normal;
    text-align: center;
    width: 100%;
    align-items: center;
    background-color: #eee;
    border-bottom: 1px solid #CCC;
    border-radius: 5px 5px 0 0px;
    font-weight: bold;
    padding: 3% 0;
  }
  ul.hp_moduleOption_LinkNone li div ul.el_moduleC_LinkNone li p {
    font-size: 3.2vw;
    line-height: 1.3;
    margin: 0 3% 3% 3%;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_moduleOption_LinkNone li div ul.el_moduleC_LinkNone li:nth-child(1) {
    padding: 0;
  }
  ul.hp_moduleOption_LinkNone li div ul.el_moduleC_LinkNone li:nth-child(2) {
    height: 32vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    max-height: 170px;
  }
  /* Cパターンoption リンクなしPCグレー背景 END */
  /* ▼▼▼  Cパターン 縦積み (fee/card) ▼▼▼ */
  ul.hp_modulePoint.other {
    text-decoration: none;
    list-style-type: none;
    padding: 0;
  }
  ul.hp_modulePoint.other li {
    position: relative;
    /* -- リンク無場合 -- */
  }
  ul.hp_modulePoint.other li a div {
    text-decoration: none;
  }
  ul.hp_modulePoint.other li a div ul.el_moduleC {
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style-type: none;
    flex-direction: column;
  }
  ul.hp_modulePoint.other li a div ul.el_moduleC li {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
  }
  ul.hp_modulePoint.other li a div ul.el_moduleC li h3 {
    font-size: 4.2vw;
    line-height: 1.3;
    margin: 0;
    font-weight: normal;
    text-align: left;
    width: 100%;
    align-items: center;
    background-color: inherit;
    border-bottom: none;
    border-radius: 5px 5px 0 0px;
    font-weight: bold;
  }
  ul.hp_modulePoint.other li a div ul.el_moduleC li p {
    font-size: 3.2vw;
    line-height: 1.3;
    margin: 0;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_modulePoint.other li a div ul.el_moduleC li:nth-child(1) {
    margin: 5vw 0 0 0;
    height: 20vw;
    max-height: 121px;
  }
  ul.hp_modulePoint.other li a div ul.el_moduleC li:nth-child(2) {
    padding: 1vw 5.5vw 5.5vw;
  }
  ul.hp_modulePoint.other li a div ul.el_moduleC_2SP {
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 3%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style-type: none;
    flex-direction: row;
    width: 100%;
  }
  ul.hp_modulePoint.other li a div ul.el_moduleC_2SP li {
    margin: 0 auto;
    padding: 3%;
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
  ul.hp_modulePoint.other li a div ul.el_moduleC_2SP li h3 {
    font-size: 4.2vw;
    line-height: 1.3;
    margin: 0 0 3% 0;
    font-weight: normal;
    text-align: left;
    padding: 0;
  }
  ul.hp_modulePoint.other li a div ul.el_moduleC_2SP li p {
    font-size: 3.2vw;
    line-height: 1.3;
    margin: 0;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_modulePoint.other li a div ul.el_moduleC_2SP li:nth-child(1) {
    width: 30%;
    position: relative;
    margin: 0;
    padding: 0;
    height: auto;
  }
  ul.hp_modulePoint.other li a div ul.el_moduleC_2SP li:nth-child(1) img {
    height: auto;
    display: block;
    margin: 0 2.6vw 0 0;
    padding: 0;
    max-width: 130px;
  }
  ul.hp_modulePoint.other li a div ul.el_moduleC_2SP li:nth-child(2) {
    width: 70%;
    padding: 0;
  }
  ul.hp_modulePoint.other li a:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 8px;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  ul.hp_modulePoint.other li a:hover {
    background-color: #f4fffe;
    color: #005648;
  }
  ul.hp_modulePoint.other li div div {
    text-decoration: none;
  }
  ul.hp_modulePoint.other li div div ul.el_moduleC {
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style-type: none;
    flex-direction: column;
  }
  ul.hp_modulePoint.other li div div ul.el_moduleC li {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
  }
  ul.hp_modulePoint.other li div div ul.el_moduleC li h3 {
    font-size: 4.2vw;
    line-height: 1.3;
    margin: 0;
    font-weight: normal;
    text-align: left;
    width: 100%;
    align-items: center;
    background-color: inherit;
    border-bottom: none;
    border-radius: 5px 5px 0 0px;
    font-weight: bold;
  }
  ul.hp_modulePoint.other li div div ul.el_moduleC li p {
    font-size: 3.2vw;
    line-height: 1.3;
    margin: 0;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_modulePoint.other li div div ul.el_moduleC li:nth-child(1) {
    margin: 5vw 0 0 0;
    height: 20vw;
    max-height: 121px;
  }
  ul.hp_modulePoint.other li div div ul.el_moduleC li:nth-child(2) {
    padding: 1vw 5.5vw 5.5vw;
  }
  ul.hp_modulePoint.other li div div ul.el_moduleC_2SP {
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 3%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style-type: none;
    flex-direction: row;
    width: 100%;
  }
  ul.hp_modulePoint.other li div div ul.el_moduleC_2SP li {
    margin: 0 auto;
    padding: 3%;
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
  ul.hp_modulePoint.other li div div ul.el_moduleC_2SP li h3 {
    font-size: 4.2vw;
    line-height: 1.3;
    margin: 0 0 3% 0;
    font-weight: normal;
    text-align: left;
    padding: 0;
  }
  ul.hp_modulePoint.other li div div ul.el_moduleC_2SP li p {
    font-size: 3.2vw;
    line-height: 1.3;
    margin: 0;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_modulePoint.other li div div ul.el_moduleC_2SP li:nth-child(1) {
    width: 30%;
    position: relative;
    margin: 0;
    padding: 0;
    height: auto;
  }
  ul.hp_modulePoint.other li div div ul.el_moduleC_2SP li:nth-child(1) img {
    height: auto;
    display: block;
    margin: 0 2.6vw 0 0;
    padding: 0;
    max-width: 130px;
  }
  ul.hp_modulePoint.other li div div ul.el_moduleC_2SP li:nth-child(2) {
    width: 70%;
    padding: 0;
  }
  /* ▼▼▼ 内部リンク 角丸_問い合わせ遷移ボタン Start ▼▼▼ */
  .hp_next_btn_Cont {
    display: flex;
    justify-content: center;
  }
  .hp_next_btn_Cont div.cta_btn {
    position: relative;
    width: 80%;
    padding: 2.8%;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    border-radius: 50px;
    box-sizing: border-box;
    transition: all 0.2s;
    text-align: center;
    background: rgb(175, 33, 39);
    background: linear-gradient(357deg, rgb(175, 33, 39) 36%, rgb(232, 101, 107) 100%);
    font-weight: normal !important;
    font-weight: normal !important;
  }
  .hp_next_btn_Cont div.cta_btn a {
    width: 100%;
  }
  .hp_next_btn_Cont div.cta_btn a.midR {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
  }
  .hp_next_btn_Cont div.cta_btn a.midR:after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 15px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #005648;
    transform: rotate(360deg);
    text-decoration: none !important;
  }
  .hp_next_btn_Cont div.cta_btn a.arrowR {
    text-decoration: none;
    color: #FFF;
    background-position: right 7px center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    overflow-wrap: break-word;
  }
  .hp_next_btn_Cont div.cta_btn a.arrowR.fav {
    display: block;
    width: 100%;
    background-image: url("../image/svg/arrow_midR_W.svg");
  }
  .hp_next_btn_Cont div.cta_btn:hover {
    opacity: 0.8;
  }
  /*  内部リンク 角丸_角丸の遷移ボタン END */
  /* ▼▼▼  Cパターン 縦積み 2col~2col  ▼▼▼ */
  ul.hp_moduleOption_LinkB {
    text-decoration: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: inherit;
  }
  ul.hp_moduleOption_LinkB li {
    width: 48.5%;
    position: relative;
  }
  ul.hp_moduleOption_LinkB li a {
    text-decoration: none;
    display: flex;
    height: 100%;
  }
  ul.hp_moduleOption_LinkB li a ul.el_moduleC_LinkB {
    padding: 0;
    border: 1px solid #CCC;
    border-radius: 5px;
  }
  ul.hp_moduleOption_LinkB li a ul.el_moduleC_LinkB li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    text-align: center;
  }
  ul.hp_moduleOption_LinkB li a ul.el_moduleC_LinkB li img.el_moduleC_01 {
    margin: auto;
  }
  ul.hp_moduleOption_LinkB li a ul.el_moduleC_LinkB li h3 {
    font-size: 4.2vw;
    line-height: 1.3;
    margin: 0 auto 0 auto;
    font-weight: normal;
    text-align: center;
    padding: 7% 0 0 0;
    width: 100%;
    border-radius: 5px 5px 0 0px;
    font-weight: bold;
    border-bottom: none;
  }
  ul.hp_moduleOption_LinkB li a ul.el_moduleC_LinkB li p {
    font-size: 3.2vw;
    line-height: 1.3;
    margin: 0;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_moduleOption_LinkB li a ul.el_moduleC_LinkB li:nth-child(1) {
    padding: 0;
    width: 100%;
    border-bottom: none;
  }
  ul.hp_moduleOption_LinkB li a ul.el_moduleC_LinkB li:nth-child(2) {
    height: 20vw;
    width: 100%;
  }
  ul.hp_moduleOption_LinkB li a ul.el_moduleC_LinkB li:nth-child(3) {
    padding: 5% 5% 10% 5%;
    width: 100%;
  }
  ul.hp_moduleOption_LinkB li a:hover {
    background-color: #f4fffe;
    color: #005648;
  }
  ul.hp_moduleOption_LinkB li a:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 8px;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  /*   Cパターン 縦積み END  */
  /* ▼▼▼  Cパターン リンクなし2カラム  ▼▼▼ */
  ul.hp_modulePoint.noTran {
    text-decoration: none;
    list-style-type: none;
    padding: 0;
  }
  ul.hp_modulePoint.noTran li {
    position: relative;
  }
  ul.hp_modulePoint.noTran li div {
    text-decoration: none;
  }
  ul.hp_modulePoint.noTran li div ul.el_moduleC {
    border: none;
    border-radius: 5px;
    padding: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style-type: none;
    flex-direction: column;
    margin-bottom: 5.1vw;
  }
  ul.hp_modulePoint.noTran li div ul.el_moduleC li {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column-reverse;
    text-align: center;
  }
  ul.hp_modulePoint.noTran li div ul.el_moduleC li img {
    margin: 0 auto;
    width: 75%;
    height: auto;
  }
  ul.hp_modulePoint.noTran li div ul.el_moduleC li h3 {
    font-size: 4.2vw;
    line-height: 1.3;
    margin: 0;
    font-weight: normal;
    text-align: center;
    width: 100%;
    align-items: center;
    background-color: inherit;
    border-bottom: none;
    border-radius: 5px 5px 0 0px;
    font-weight: bold;
    padding: 3% 0 0 0;
  }
  ul.hp_modulePoint.noTran li div ul.el_moduleC li p {
    font-size: 3.2vw;
    line-height: 1.3;
    margin: 3%;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_modulePoint.noTran li div ul.el_moduleC li:first-child {
    display: flex;
    flex-direction: column;
  }
  /*  Cパターン リンクなし2カラム  END */
  /* ▼▼▼ Cパターン 決済の流れフロー START ▼▼▼ */
  ul.hp_modulePoint_flow {
    text-decoration: none;
    list-style-type: none;
    padding: 0;
  }
  ul.hp_modulePoint_flow li div {
    text-decoration: none;
    /*決済の流れ３カラム*/
  }
  ul.hp_modulePoint_flow li div ul.el_moduleC {
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style-type: none;
    border-radius: 0 !important;
    flex-direction: column;
  }
  ul.hp_modulePoint_flow li div ul.el_moduleC li {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column-reverse;
    text-align: center;
  }
  ul.hp_modulePoint_flow li div ul.el_moduleC li img {
    margin-right: auto;
    margin-left: auto;
  }
  ul.hp_modulePoint_flow li div ul.el_moduleC h3 {
    font-size: 4.2vw;
    line-height: 1.3;
    margin: 0;
    font-weight: normal;
    text-align: center;
    width: 100%;
    align-items: center;
    background-color: #eee;
    border-bottom: 1px solid #CCC;
    font-weight: bold;
    padding: 3% 0;
  }
  ul.hp_modulePoint_flow li div ul.el_moduleC p {
    font-size: 3.2vw;
    line-height: 1.3;
    margin: 3%;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_modulePoint_flow li div ul.el_moduleC3col {
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style-type: none;
    border-radius: 0 !important;
    flex-direction: column;
  }
  ul.hp_modulePoint_flow li div ul.el_moduleC3col li {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column-reverse;
    text-align: center;
  }
  ul.hp_modulePoint_flow li div ul.el_moduleC3col h3 {
    font-size: 4.2vw;
    line-height: 1.3;
    margin: 0;
    font-weight: normal;
    text-align: center;
    width: 100%;
    align-items: center;
    background-color: #eee;
    border-bottom: 1px solid #CCC;
    font-weight: bold;
    padding: 3% 0;
  }
  ul.hp_modulePoint_flow li div ul.el_moduleC3col p {
    font-size: 3.2vw;
    line-height: 1.3;
    margin: 3%;
    font-weight: normal;
    text-align: left;
  }
  /* Cパターン 決済の流れフロー END */
  /* ▼▼▼  Cパターンoption  ▼▼▼ */
  ul.hp_moduleOption {
    text-decoration: none;
    list-style-type: none;
    padding: 0;
  }
  ul.hp_moduleOption li {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
  }
  ul.hp_moduleOption li a {
    text-decoration: none;
    display: flex;
    width: 100%;
    height: 100%;
  }
  ul.hp_moduleOption li a ul.el_moduleC {
    width: 100%;
    padding: 0;
    border: 1px solid #CCC;
    border-radius: 10px;
  }
  ul.hp_moduleOption li a ul.el_moduleC li {
    margin: 0;
    padding: 3%;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    text-align: center;
  }
  ul.hp_moduleOption li a ul.el_moduleC li img.el_moduleC_01 {
    margin: 20px auto 20px auto;
    height: 120px;
  }
  ul.hp_moduleOption li a ul.el_moduleC li h3 {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto 0 auto;
    font-weight: normal;
    text-align: center;
    padding: 10px 0 10px 0;
    width: 100%;
    background-color: initial;
    border-bottom: none;
    border-radius: 5px 5px 0 0px;
    font-weight: bold;
  }
  ul.hp_moduleOption li a ul.el_moduleC li p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_moduleOption li a ul.el_moduleC li:nth-child(2) ul {
    padding: 0 0 20px 70px;
  }
  ul.hp_moduleOption li a ul.el_moduleC li:nth-child(2) ul li {
    padding: 0;
    position: relative;
  }
  ul.hp_moduleOption li a ul.el_moduleC li:nth-child(2) ul li::before {
    position: absolute;
    content: "";
    top: 5px;
    left: -20px;
    display: block;
    width: 10%;
    height: 20px;
    background-image: url(../image/svg/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 3;
  }
  ul.hp_moduleOption li a:hover {
    background-color: #f4fffe;
    border-color: #005648;
    color: #005648;
  }
  ul.hp_moduleOption li a:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 7px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  /*   Cパターンoption  END  */
  /* ▼▼▼  不正利用対策 注釈説明 リンクなし  ▼▼▼ */
  div.hp_annotation {
    margin-bottom: 3vw;
    width: 100%;
    position: relative;
  }
  div.hp_annotation p.annotation {
    position: absolute;
    border: 1px solid #CCCCCC;
    border-radius: 50px;
    font-size: 3.7vw;
    top: -5.3vw;
    left: 1.8vw;
    padding: 1.3vw;
    display: flex;
    align-items: center;
    margin: 0;
    background-color: #FFF;
  }
  div.hp_annotation p.annotation span.num {
    border-radius: 50%;
    background-color: #7B7B7B;
    color: #FFF;
    width: 4.5vw;
    height: 4.5vw;
    display: inline-block;
    text-align: center;
    margin: 1vw 1vw 1vw 2vw;
  }
  div.hp_annotation p.annotation span.after {
    padding-right: 3vw;
  }
  div.hp_annotation p.annotation.txt_Red {
    color: #E13939 !important;
  }
  div.hp_annotation ul.hp_modulePoint.annotation {
    text-decoration: none;
    list-style-type: none;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 4% 3% 3% 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
  }
  div.hp_annotation ul.hp_modulePoint.annotation li {
    width: 100%;
    position: relative;
  }
  div.hp_annotation ul.hp_modulePoint.annotation li h5 {
    padding: 0 0 0 6vw;
    margin: 0 0 5px 0;
    border-bottom: 1px dotted #373737;
    font-size: 4.2vw;
  }
  div.hp_annotation ul.hp_modulePoint.annotation li h5:before {
    position: absolute;
    content: "";
    top: 1.3vw;
    left: 1vw;
    display: block;
    width: 4vw;
    height: 4vw;
    background-image: url(/image/svg/noteicon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 3;
    padding-left: 10px;
  }
  div.hp_annotation ul.hp_modulePoint.annotation li h5 span.txt {
    color: #E13939;
  }
  div.hp_annotation ul.hp_modulePoint.annotation li ul {
    list-style-type: none;
    padding-left: 0;
    padding: 2% 2% 0 2%;
    font-size: 3.4vw;
  }
  div.hp_annotation ul.hp_modulePoint.annotation li ul li {
    margin-bottom: 2%;
  }
  /*  不正利用対策 注釈説明 リンクなし  END */
  /*Apple Pay*/
  div.hp_annot_Apple {
    height: 100%;
    position: relative;
  }
  div.hp_annot_Apple ul.hp_modulePoint.annotation {
    text-decoration: none;
    list-style-type: none;
    border: none;
    border-radius: 5px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: inherit;
    list-style-type: none;
  }
  div.hp_annot_Apple ul.hp_modulePoint.annotation li {
    position: relative;
  }
  div.hp_annot_Apple ul.hp_modulePoint.annotation li h5 {
    padding-left: 27px;
    margin: 0 0 5px 0;
    border-bottom: 1px dotted #373737;
  }
  div.hp_annot_Apple ul.hp_modulePoint.annotation li h5:before {
    position: absolute;
    content: "";
    top: 33;
    left: 0;
    display: block;
    width: 10%;
    height: 20px;
    background-image: url(/image/svg/noteicon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 3;
    padding-left: 10px;
  }
  div.hp_annot_Apple ul.hp_modulePoint.annotation li ul {
    list-style-type: none;
    padding-left: 0;
  }
  div.hp_annot_Apple ul.hp_modulePoint.annotation li ul li.checkList {
    display: flex;
    align-items: flex-start;
  }
  div.hp_annot_Apple ul.hp_modulePoint.annotation li ul li:first-child {
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
  div.hp_annot_Apple ul.hp_modulePoint.annotation li ul li:last-child {
    margin-bottom: 0;
  }
  div.hp_annot_Apple ul.hp_modulePoint.annotation.second li ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  /*Apple Pay　END*/
  /* ▼▼▼ 鍵カッコ吹き出し (契約形態 決済代行サービス使用） START ▼▼▼ */
  ul.hp_moduleD {
    margin-bottom: 0;
  }
  ul.hp_moduleD h3 {
    font-size: 4.8vw;
    border-bottom: none;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #005648;
    border-left: none;
    text-align: center;
  }
  ul.hp_moduleD h3 span.merit {
    display: inline;
    border-bottom: 3px solid #005648 !important;
  }
  ul.hp_moduleD li div {
    display: flex;
    height: 100%;
    text-decoration: none;
  }
  ul.hp_moduleD li div ul.el_moduleD {
    border: none;
    border-radius: 5px;
    padding: 3%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style-type: none;
  }
  ul.hp_moduleD li div ul.el_moduleD li p {
    font-size: 3.2vw;
    line-height: 1.3;
    margin: 0;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_moduleD li div ul.el_moduleD li:first-child {
    content: "";
    background-color: #F4FBFA;
    padding: 23px;
    border-radius: 100%;
    width: 23vw;
    height: 23vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  ul.hp_moduleD li div ul.el_moduleD li:last-child {
    width: 70%;
    margin-left: 2.6vw;
  }
  ul.hp_moduleD li div ul.el_moduleD li:last-child h4 {
    font-size: 3.8vw;
    border-bottom: none;
    font-weight: bold;
    line-height: 1;
    margin: 10px 0 10px 0;
    padding: 0;
    color: #005648;
    border-left: none;
  }
  /*  契約形態 決済代行サービス END */
  /* ▼▼▼ 鍵カッコ吹き出し3col START ▼▼▼ */
  ul.hp_moduleE {
    margin-bottom: 0;
  }
  ul.hp_moduleE li a {
    display: flex;
    height: 100%;
    text-decoration: none;
  }
  ul.hp_moduleE li a ul.el_moduleE {
    border: none;
    border-radius: 5px;
    padding: 3%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style-type: none;
  }
  ul.hp_moduleE li a ul.el_moduleE li {
    margin: 0;
  }
  ul.hp_moduleE li a ul.el_moduleE li svg {
    width: 13vw;
    color: #07613A;
    height: auto;
    display: block;
    margin: 0 2.6vw 0 0;
    padding: 0;
  }
  ul.hp_moduleE li a ul.el_moduleE li h3 {
    font-size: 4.2vw;
    line-height: 1.3;
    margin: 0 0 3% 0;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_moduleE li a ul.el_moduleE li p {
    font-size: 3.2vw;
    line-height: 1.3;
    margin: 0;
    font-weight: normal;
    text-align: left;
    margin-bottom: none;
  }
  /*  鍵カッコ吹き出し3col END */
  /*  ▼▼▼ アイコン＋リンクボタン  ▼▼▼ */
  ul.hp_moduleF {
    width: 100%;
    /* ▼コンビニ決済の流れ */
  }
  ul.hp_moduleF li {
    min-height: 60px;
    position: relative;
    height: 16vw;
    display: flex;
    align-items: center;
    margin-bottom: 3%;
  }
  ul.hp_moduleF li a {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0;
    text-decoration: none;
  }
  ul.hp_moduleF li a ul.el_moduleF {
    width: 100%;
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 3%;
    display: flex;
    justify-content: first-child;
    align-items: center;
    list-style-type: none;
  }
  ul.hp_moduleF li a ul.el_moduleF li svg {
    width: 13vw;
    color: #07613A;
    height: auto;
    display: block;
    margin: 0 2.6vw 0 0;
    padding: 0;
  }
  ul.hp_moduleF li a ul.el_moduleF li img {
    width: auto;
    color: none;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
  }
  ul.hp_moduleF li a ul.el_moduleF li img.con_01 {
    width: 10.6vw;
    height: auto;
    max-width: 45.58px;
  }
  ul.hp_moduleF li a ul.el_moduleF li img.con_02 {
    width: 21vw;
    height: auto;
    max-width: 90.3px;
  }
  ul.hp_moduleF li a ul.el_moduleF li img.con_03 {
    width: 21vw;
    height: auto;
    max-width: 90.3px;
  }
  ul.hp_moduleF li a ul.el_moduleF li img.con_04 {
    width: 13vw;
    height: auto;
    max-width: 55.89px;
  }
  ul.hp_moduleF li a ul.el_moduleF li img.con_05 {
    width: 23vw;
    height: auto;
    max-width: 98.89px;
  }
  ul.hp_moduleF li a ul.el_moduleF li h4 {
    font-size: 4.2vw;
    line-height: 1.3;
    margin: 0 0 0 10px;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_moduleF li a ul.el_moduleF li:first-child {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  ul.hp_moduleF li a ul.el_moduleF li.convImg:nth-child(1) {
    width: 29.3vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  ul.hp_moduleF li a ul.el_moduleF.other {
    padding: 0;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  ul.hp_moduleF li a ul.el_moduleF.other li.other {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: inherit;
  }
  ul.hp_moduleF li a ul.el_moduleF.other li.other svg {
    width: 65px;
    color: #07613A;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
  }
  ul.hp_moduleF li a ul.el_moduleF.other li.other img {
    width: auto;
    color: none;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
  }
  ul.hp_moduleF li a ul.el_moduleF.other li.other img.pay_01 {
    width: 12.2vw;
    height: auto;
    max-width: 80px;
  }
  ul.hp_moduleF li a ul.el_moduleF.other li.other img.price_01 {
    width: 8vw;
    height: auto;
  }
  ul.hp_moduleF li a ul.el_moduleF.other li.other h4 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
    display: flex;
    align-items: center;
  }
  ul.hp_moduleF li a ul.el_moduleF.other li.other p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_moduleF li a ul.el_moduleF.other li:nth-child(2n) {
    padding: 0;
  }
  ul.hp_moduleF li a:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 8px;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  ul.hp_moduleF li a:hover {
    background-color: #f4fffe;
    color: #005648;
  }
  ul.hp_moduleF li:last-child {
    margin-bottom: 0;
  }
  ul.hp_moduleF li.conv_but {
    min-height: 60px;
    position: relative;
    height: 16vw;
    display: flex;
    align-items: center;
    margin-bottom: 3%;
  }
  ul.hp_moduleF li.conv_but a {
    display: flex;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  ul.hp_moduleF li.conv_but a ul.el_moduleF {
    width: 100%;
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 3%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style-type: none;
  }
  ul.hp_moduleF li.conv_but a ul.el_moduleF li svg {
    width: 13vw;
    color: #07613A;
    height: auto;
    display: block;
    margin: 0 2.6vw 0 0;
    padding: 0;
  }
  ul.hp_moduleF li.conv_but a ul.el_moduleF li img {
    width: auto;
    color: none;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
  }
  ul.hp_moduleF li.conv_but a ul.el_moduleF li img.con_01 {
    width: 10.6vw;
    height: auto;
    max-width: 45.58px;
  }
  ul.hp_moduleF li.conv_but a ul.el_moduleF li img.con_02 {
    width: 21vw;
    height: auto;
    max-width: 90.3px;
  }
  ul.hp_moduleF li.conv_but a ul.el_moduleF li img.con_03 {
    width: 21vw;
    height: auto;
    max-width: 90.3px;
  }
  ul.hp_moduleF li.conv_but a ul.el_moduleF li img.con_04 {
    width: 13vw;
    height: auto;
    max-width: 55.89px;
  }
  ul.hp_moduleF li.conv_but a ul.el_moduleF li img.con_05 {
    width: 23vw;
    height: auto;
    max-width: 98.89px;
  }
  ul.hp_moduleF li.conv_but a ul.el_moduleF li img.con_06 {
    width: 23vw;
    height: auto;
  }
  ul.hp_moduleF li.conv_but a ul.el_moduleF li img.con_07 {
    width: 23vw;
    height: auto;
  }
  ul.hp_moduleF li.conv_but a ul.el_moduleF li h4 {
    font-size: 4.2vw;
    line-height: 1.3;
    margin: 0;
    font-weight: normal;
    text-align: left;
  }
  ul.hp_moduleF li.conv_but a ul.el_moduleF li:first-child {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  ul.hp_moduleF li.conv_but a ul.el_moduleF li:last-child {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  ul.hp_moduleF li.conv_but a ul.el_moduleF li.convImg:nth-child(1) {
    width: 22.9vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2.6vw;
  }
  ul.hp_moduleF li.conv_but a ul.el_moduleF li.otherImg1:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2.6vw;
  }
  ul.hp_moduleF li.conv_but a:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 8px;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  ul.hp_moduleF li.conv_but a:hover {
    background-color: #f4fffe;
    color: #005648;
  }
  ul.hp_moduleF li.conv_but:last-child {
    margin-bottom: 0;
  }
  ul.hp_moduleG {
    width: 100%;
  }
  ul.hp_moduleG li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 3%;
  }
  ul.hp_moduleG li a {
    display: flex;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  ul.hp_moduleG li a ul.el_moduleG {
    position: relative;
    width: 100%;
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
  }
  ul.hp_moduleG li a ul.el_moduleG li svg {
    width: 13vw;
    color: #07613A;
    height: auto;
    display: block;
    margin: 0 2.6vw 0 0;
    padding: 0;
  }
  ul.hp_moduleG li a ul.el_moduleG li img {
    width: auto;
    color: none;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
  }
  ul.hp_moduleG li a ul.el_moduleG li img.pay_01 {
    width: 12.2vw;
    height: auto;
    max-width: 80px;
  }
  ul.hp_moduleG li a ul.el_moduleG li h4 {
    font-size: 4.2vw;
    line-height: 1.3;
    margin: 0 0 0 2.6vw;
    font-weight: normal;
    text-align: start;
  }
  ul.hp_moduleG li a ul.el_moduleG li:first-child {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  ul.hp_moduleG li a ul.el_moduleG:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 8px;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  ul.hp_moduleG li a:hover {
    background-color: #f4fffe;
    color: #005648;
  }
  ul.hp_moduleG li p {
    font-size: 3.2vw;
    line-height: 1.3;
    margin: 2.5vw 0 0 0;
    font-weight: normal;
    text-align: end;
  }
  ul.hp_moduleG li:last-child {
    margin-bottom: 0;
  }
  /*  アイコン＋リンクボタン  END */
  /* ▼▼▼  一部表示あり開閉メニュー PCSP_同じデザイン ▼▼▼ */
  div.hp_modulePoint.toggleArea {
    /*ul.first*/
  }
  div.hp_modulePoint.toggleArea ul.first {
    list-style-type: none;
    padding-left: 0;
    /*li*/
  }
  div.hp_modulePoint.toggleArea ul.first li {
    border: 1px solid #CCC;
    /*div*/
    /*div.el_moduleC_hiddneArea*/
  }
  div.hp_modulePoint.toggleArea ul.first li div {
    /*div.el_module.coL2*/
  }
  div.hp_modulePoint.toggleArea ul.first li div h3 {
    font-size: 4.8vw;
    line-height: 1.5;
    margin: 0 auto 0 auto;
    font-weight: normal;
    text-align: center;
    padding: 10px 0 10px 0;
    width: 100%;
    background-color: #eee;
    border-bottom: 1px solid #CCC;
    border-radius: 5px 5px 0 0px;
    font-weight: bold;
  }
  div.hp_modulePoint.toggleArea ul.first li div div.el_module.coL2 {
    padding: 5% 3% 0 3%;
  }
  div.hp_modulePoint.toggleArea ul.first li div div.el_module.coL2 ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  div.hp_modulePoint.toggleArea ul.first li div div.el_module.coL2 ul li:first-child {
    border: none;
    width: 20%;
  }
  div.hp_modulePoint.toggleArea ul.first li div div.el_module.coL2 ul li:first-child img {
    height: auto;
    margin: 0 2vw 0 0;
    padding: 0;
    border: none;
    width: 14vw;
  }
  div.hp_modulePoint.toggleArea ul.first li div div.el_module.coL2 ul li:last-child {
    border: none;
  }
  div.hp_modulePoint.toggleArea ul.first li div div.el_module.coL2 ul li:last-child p {
    width: auto;
    margin: 0 0 3% 0;
  }
  div.hp_modulePoint.toggleArea ul.first li div div.el_module.coL2 ul li:last-child img.el_mod_card {
    width: 95%;
    height: auto;
  }
  div.hp_modulePoint.toggleArea ul.first li div.el_moduleC_hiddneArea {
    padding: 4% 3% 4% 3%;
    display: none;
    /*div*/
  }
  div.hp_modulePoint.toggleArea ul.first li div.el_moduleC_hiddneArea div {
    /*アイコンなし*/
    /*2項目 CSS*/
  }
  div.hp_modulePoint.toggleArea ul.first li div.el_moduleC_hiddneArea div h4 {
    font-size: 4.2vw;
    border-bottom: 1px dotted #373737;
    padding-left: 5.8vw;
    padding-bottom: 1vw;
    color: #004335;
  }
  div.hp_modulePoint.toggleArea ul.first li div.el_moduleC_hiddneArea div h4:before {
    position: absolute;
    content: "";
    top: 33;
    left: 0;
    display: block;
    width: 10%;
    height: 5.3vw;
    background-image: url(/image/svg/iconScene09.svg);
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 3;
    padding-left: 10px;
  }
  div.hp_modulePoint.toggleArea ul.first li div.el_moduleC_hiddneArea div h4.secur2 {
    line-height: 1.5;
    padding-left: 8.5vw;
    margin: 0 0 5px 0;
    border-bottom: 1px dotted #373737;
    color: #004335;
  }
  div.hp_modulePoint.toggleArea ul.first li div.el_moduleC_hiddneArea div h4.secur2:before {
    position: absolute;
    content: "";
    top: 8px;
    left: 0;
    display: block;
    width: 10%;
    height: 4.3vw;
    background-image: url(/image/svg/secur2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 3;
    padding-left: 10px;
  }
  div.hp_modulePoint.toggleArea ul.first li div.el_moduleC_hiddneArea div h4.plane {
    line-height: 1.5;
    padding-left: 0;
    margin: 0 0 3% 0;
    border-bottom: 1px dotted #373737;
    color: #004335;
  }
  div.hp_modulePoint.toggleArea ul.first li div.el_moduleC_hiddneArea div h4.plane:before {
    display: none;
  }
  div.hp_modulePoint.toggleArea ul.first li div.el_moduleC_hiddneArea div img.el_mod_card2 {
    width: 100%;
    margin: 0 auto;
  }
  div.hp_modulePoint.toggleArea ul.first li div.el_moduleC_hiddneArea div div.f-regi_07 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  div.hp_modulePoint.toggleArea ul.first li div.el_moduleC_hiddneArea div div.f-regi_07 span {
    text-align: center;
  }
  div.hp_modulePoint.toggleArea ul.first li div.el_moduleC_hiddneArea div div.f-regi_07 img {
    width: 60%;
  }
  div.hp_modulePoint.toggleArea ul.first li div.el_moduleC_hiddneArea div img.f-regi_08 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  div.hp_modulePoint.toggleArea ul.first li div.el_moduleC_hiddneArea div img.f-regi_08 img {
    width: 60%;
  }
  div.hp_modulePoint.toggleArea ul.first li div.el_moduleC_hiddneArea div img.f-regi_09 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  div.hp_modulePoint.toggleArea ul.first li div.el_moduleC_hiddneArea div img.f-regi_09 img {
    width: 60%;
  }
  div.hp_modulePoint.toggleArea ul.first li div.el_moduleC_hiddneArea div div.posiSet {
    margin-top: 3vw;
    margin-left: 18vw;
    position: relative;
  }
  div.hp_modulePoint.toggleArea ul.first li div.el_moduleC_hiddneArea div div.posiSet p.icon::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    display: block;
    width: 10%;
    height: 20px;
    background-image: url(../image/svg/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 3;
  }
  div.hp_modulePoint.toggleArea ul.first li div.el_moduleC_hiddneArea div div.posiSet p.icon {
    margin-left: 9%;
    margin-bottom: 6%;
  }
  div.hp_modulePoint.toggleArea ul.first li div.el_moduleC_hiddneArea div.hp_next_btn_B div.cta_btn.hparrowR {
    padding: 2vw 2.6vw;
  }
  /*div.hp_modulePoint.toggleArea*/
  /*   一部表示あり開閉メニュー PCSP_同じデザイン END  */
  /* ▼▼▼  一部表示あり開閉メニュー　SPのみ_accordionデザイン  ▼▼▼ */
  div.hp_modulePoint.spOnly_toggleArea {
    /*ul.first*/
  }
  div.hp_modulePoint.spOnly_toggleArea ul.first {
    list-style-type: none;
    padding-left: 0;
    /*li*/
  }
  div.hp_modulePoint.spOnly_toggleArea ul.first li {
    border: 1px solid #CCC;
    border-radius: 5px 5px 0 0;
    /* accrdionタイトル部分 */
    /* ▼以下accordionない */
    /*div.el_moduleC_hiddneArea*/
  }
  div.hp_modulePoint.spOnly_toggleArea ul.first li div {
    /* div.el_module.coL2 */
  }
  div.hp_modulePoint.spOnly_toggleArea ul.first li div h3.spTrigger {
    line-height: 1.3;
    font-weight: normal;
    padding: 2.6vw 2vw;
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
  }
  div.hp_modulePoint.spOnly_toggleArea ul.first li div div.el_module.coL2 {
    padding: 4% 3% 0 4%;
  }
  div.hp_modulePoint.spOnly_toggleArea ul.first li div div.el_module.coL2 ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  div.hp_modulePoint.spOnly_toggleArea ul.first li div div.el_module.coL2 ul li:first-child {
    border: none;
  }
  div.hp_modulePoint.spOnly_toggleArea ul.first li div div.el_module.coL2 ul li:first-child img {
    height: auto;
    padding: 0;
    border: none;
    width: 19vw;
    display: block;
    max-width: 130px;
  }
  div.hp_modulePoint.spOnly_toggleArea ul.first li div div.el_module.coL2 ul li:last-child {
    border: none;
  }
  div.hp_modulePoint.spOnly_toggleArea ul.first li div div.el_module.coL2 ul li:last-child p {
    font-size: 3.2vw;
    font-weight: normal;
    width: auto;
    margin: 0 0 0 2.5vw;
  }
  div.hp_modulePoint.spOnly_toggleArea ul.first li div.el_moduleC_hiddneArea {
    padding: 4% 3% 4% 3%;
    display: none;
    /* selection */
  }
  div.hp_modulePoint.spOnly_toggleArea ul.first li div.el_moduleC_hiddneArea section ul.hp_modulePoint_flow li {
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: none;
  }
  div.hp_modulePoint.spOnly_toggleArea ul.first li div.el_moduleC_hiddneArea div.hp_next_btn_B div.cta_btn.hparrowR {
    padding: 2vw 2.6vw;
  }
  /*div.hp_modulePoint.toggleArea*/
  /*   一部表示あり開閉メニュー　SPのみ_accordionデザイン  END  */
  /* ▼▼▼  矢印 一部表示あり開閉メニュー open  ▼▼▼ */
  div.detail-item {
    width: 100%;
    height: 9.3vw;
    display: block;
    position: relative;
  }
  div.detail-item span.detail-item_arow {
    display: block;
    position: absolute;
    top: 33%;
    left: 60%;
    z-index: 20px;
  }
  div.detail-item span.detail-item_arow::before, div.detail-item span.detail-item_arow::after {
    position: absolute;
    content: "";
    width: 5vw;
    height: 0.8vw;
    background-color: #7B7B7B;
    border-radius: 3px;
  }
  div.detail-item span.detail-item_arow::before {
    top: 48%;
    right: 7.2vw;
    transform: rotate(45deg);
  }
  div.detail-item span.detail-item_arow::after {
    top: 48%;
    right: 4vw;
    transform: rotate(135deg);
  }
  /* ▼▼▼  矢印 一部表示あり開閉メニュー close  ▼▼▼ */
  div.detail-item.closeArrow {
    width: 100%;
    height: 9.3vw;
    display: block;
    position: relative;
  }
  div.detail-item.closeArrow span.detail-item_arow::before, div.detail-item.closeArrow span.detail-item_arow::after {
    content: "";
    width: 5vw;
    height: 0.8vw;
    background-color: #7B7B7B;
    border-radius: 3px;
  }
  div.detail-item.closeArrow span.detail-item_arow::before {
    top: 48%;
    right: 7.2vw;
    transform: rotate(-45deg);
  }
  div.detail-item.closeArrow span.detail-item_arow::after {
    top: 48%;
    right: 4vw;
    transform: rotate(-135deg);
  }
  /* 矢印 一部表示あり開閉メニュー END */
  /* ▼▼▼  矢印 一部表示あり開閉メニュー open  ▼▼▼ */
  div.detail-item {
    width: 100%;
    height: 9.3vw;
    display: block;
    position: relative;
  }
  div.detail-item span.detail-item_text {
    display: block;
    position: absolute;
    top: -4vw;
    right: 5.3vw;
  }
  div.detail-item span.detail-item_text::before {
    content: "詳しく見る";
    font-size: 3.6vw;
  }
  div.detail-item span.detail-item_text::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 0 3px 9px;
    border-right: 2px solid #7B7B7B;
    border-bottom: 2px solid #7B7B7B;
    transform: rotate(45deg);
    padding: 0;
    line-height: none;
  }
  /* ▼▼▼  矢印 一部表示あり開閉メニュー close  ▼▼▼ */
  div.detail-item.close {
    width: 100%;
    height: 9.3vw;
    display: block;
    position: relative;
  }
  div.detail-item.close span.detail-item_text::before {
    content: "閉じる";
    font-size: 3.4vw;
  }
  div.detail-item.close span.detail-item_text::after {
    transform: rotate(225deg);
    margin: 0 0 -0.5vw 2.5vw;
  }
  /*   矢印 一部表示あり開閉メニュー close   */
  /* ▼▼▼ 外部リンク 濃い緑枠の遷移ボタン Start ▼▼▼ */
  .hp_cta_btn {
    display: flex;
    justify-content: center;
  }
  .hp_cta_btn div.cta_btn {
    position: relative;
    width: 80%;
    padding: 3%;
    text-decoration: none;
    display: inline-block;
    font-size: 3.7vw;
    color: #005648;
    font-weight: bold;
    border: 2px solid #005648;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.2s;
    text-align: center;
    max-width: 400px;
  }
  .hp_cta_btn div.cta_btn a.lowR {
    text-decoration: none;
    color: #333;
  }
  .hp_cta_btn div.cta_btn a.lowR:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 8px;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  .hp_cta_btn div.cta_btn a.arrowR {
    text-decoration: none;
    background-color: #fff;
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    overflow-wrap: break-word;
  }
  .hp_cta_btn div.cta_btn a.arrowR.fav {
    background-image: url("../image/svg/arrow_midR.svg");
  }
  .hp_cta_btn div.cta_btn:hover, .hp_cta_btn div.cta_btnaction {
    background-color: #005648;
  }
  .hp_cta_btn div.cta_btn:hover a, .hp_cta_btn div.cta_btnaction a {
    color: #FFF;
    background-color: #005648;
  }
  .hp_cta_btn div.cta_btn.circle {
    width: 80%;
    padding: 15px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    color: #005648;
    font-weight: bold;
    border: 2px solid #005648;
    border-radius: 50px;
    box-sizing: border-box;
    transition: all 0.2s;
    text-align: center;
  }
  .hp_cta_btn div.cta_btnEX {
    position: relative;
    width: 80%;
    padding: 3%;
    text-decoration: none;
    display: inline-block;
    font-size: 5.3vw;
    color: #005648;
    font-weight: bold;
    border: 2px solid #005648;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.2s;
    text-align: center;
    color: #333 !important;
  }
  .hp_cta_btn div.cta_btnEX a {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    font-weight: bold;
    font-size: 3.7vw;
    line-height: 1.3;
  }
  .hp_cta_btn div.cta_btnEX a::after {
    font-weight: 900;
    content: "\f08e";
    font-family: "Font Awesome 6 Pro";
    color: #C1C1C1;
    font-size: 3.2vw;
    margin: 0 0 0 8px;
  }
  .hp_cta_btn div.cta_btnEX:hover, .hp_cta_btn div.cta_btnEX:active {
    background-color: #005648;
  }
  .hp_cta_btn div.cta_btnEX:hover a, .hp_cta_btn div.cta_btnEX:active a {
    color: #FFF;
  }
  .hp_cta_btn div.cta_btnEX:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 8px;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  div.hp_cta_btnEX.official {
    position: relative;
    margin: 0 auto;
    width: 80%;
    padding: 0;
    text-decoration: none;
    display: inline-block;
    font-size: 5.3vw;
    color: #005648;
    font-weight: bold;
    border: 2px solid #005648;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.2s;
    text-align: center;
    color: #333 !important;
    display: flex;
    transition: background-color 0.5s;
  }
  div.hp_cta_btnEX.official a {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 11.2vw;
    max-height: 80px;
    align-items: center;
    font-weight: bold;
    font-size: 3.7vw;
    line-height: 1.3;
  }
  div.hp_cta_btnEX.official a::after {
    font-weight: 900;
    content: "\f08e";
    font-family: "Font Awesome 6 Pro";
    color: #C1C1C1;
    font-size: 3.2vw;
    margin: 0 0 0 8px;
    display: contents;
  }
  div.hp_cta_btnEX.official:hover, div.hp_cta_btnEX.official:active {
    background-color: #005648;
  }
  div.hp_cta_btnEX.official:hover a, div.hp_cta_btnEX.official:active a {
    color: #FFF;
  }
  div.hp_cta_btnEX.official:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 8px;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  /*  外部リンク 濃い緑枠の遷移ボタン END */
  div.hp_cta_btnEX.officials {
    position: relative;
    margin: 0 auto;
    width: 90%;
    padding: 1% 0;
    text-decoration: none;
    display: inline-block;
    font-size: 5.3vw;
    color: #005648;
    font-weight: bold;
    border: 2px solid #005648;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.2s;
    text-align: center;
    color: #333 !important;
    display: flex;
    transition: background-color 0.5s;
  }
  div.hp_cta_btnEX.officials a {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 11.2vw;
    max-height: 80px;
    align-items: center;
    font-weight: normal;
    font-size: 3.7vw;
    line-height: 1.3;
  }
  div.hp_cta_btnEX.officials a::after {
    font-weight: 900;
    content: "\f08e";
    font-family: "Font Awesome 6 Pro";
    color: #C1C1C1;
    font-size: 3.2vw;
    margin: 0 0 0 8px;
    display: contents;
  }
  div.hp_cta_btnEX.officials:hover, div.hp_cta_btnEX.officials:active {
    background-color: #005648;
  }
  div.hp_cta_btnEX.officials:hover a, div.hp_cta_btnEX.officials:active a {
    color: #FFF;
  }
  div.hp_cta_btnEX.officials:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 8px;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  /*  外部リンク 複数の場合 END */
  div.hp_cta_btnEX.officials2 {
    position: relative;
    margin: 0 auto;
    width: 90%;
    padding: 1% 0;
    text-decoration: none;
    display: inline-block;
    font-size: 5.3vw;
    color: #005648;
    font-weight: bold;
    border: 2px solid #005648;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.2s;
    text-align: center;
    color: #333 !important;
    display: flex;
    transition: background-color 0.5s;
  }
  div.hp_cta_btnEX.officials2 a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 11.2vw;
    max-height: 80px;
    align-items: center;
    font-weight: normal;
    font-size: 3.7vw;
    line-height: 1.5;
  }
  div.hp_cta_btnEX.officials2:hover, div.hp_cta_btnEX.officials2:active {
    background-color: #005648;
  }
  div.hp_cta_btnEX.officials2:hover a, div.hp_cta_btnEX.officials2:active a {
    color: #FFF;
  }
  div.hp_cta_btnEX.officials2:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 8px;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  /*  外部リンク 複数の場合 END */
  /* ▼▼▼ 内部リンク 角ありの遷移ボタン Start ▼▼▼ */
  .hp_next_btn_A {
    display: flex;
    justify-content: center;
  }
  .hp_next_btn_A div.cta_btn {
    position: relative;
    width: 80%;
    padding: 4vw 2.6vw;
    text-decoration: none;
    display: inline-block;
    font-size: 3.7vw;
    color: #005648;
    font-weight: bold;
    border: 2px solid #005648;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.2s;
    text-align: center;
  }
  .hp_next_btn_A div.cta_btn a.midR {
    text-decoration: none;
    text-decoration: none;
    background-color: #fff;
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    overflow-wrap: break-word;
  }
  .hp_next_btn_A div.cta_btn a.midR:after {
    display: block;
    width: 100%;
    background-image: url("../image/svg/arrow_midR_G.svg");
  }
  .hp_next_btn_A div.cta_btn a.arrowR {
    text-decoration: none;
    background-color: #fff;
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    overflow-wrap: break-word;
  }
  .hp_next_btn_A div.cta_btn a.arrowR.fav {
    display: block;
    width: 100%;
    background-image: url("../image/svg/arrow_midR_G.svg");
  }
  .hp_next_btn_A div.cta_btn:hover {
    background-color: #f4fffe;
    border-color: #005648;
  }
  .hp_next_btn_A div.cta_btn:hover a {
    color: #005648;
    background-color: #f4fffe;
  }
  .hp_next_btn_C {
    display: flex;
    justify-content: center;
  }
  .hp_next_btn_C div.cta_btn {
    position: relative;
    width: 90%;
    padding: 2.2vw;
    text-decoration: none;
    display: inline-block;
    font-size: 3.7vw;
    color: #005648;
    font-weight: bold;
    border: 2px solid #005648;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.2s;
    text-align: center;
    margin: 1vw 5vw 6vw 5vw;
    border: 1px solid #005648 !important;
    font-weight: normal !important;
  }
  .hp_next_btn_C div.cta_btn a.arrowR {
    text-decoration: none;
    background-color: #fff;
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    overflow-wrap: break-word;
  }
  .hp_next_btn_C div.cta_btn a.arrowR.fav {
    display: block;
    width: 100%;
    background-image: url("../image/svg/arrow_midR_G.svg");
  }
  .hp_next_btn_C div.cta_btn:hover {
    background-color: #f4fffe;
    border-color: #005648;
  }
  .hp_next_btn_C div.cta_btn:hover a {
    color: #005648;
    background-color: #f4fffe;
  }
  /*  内部リンク 角ありの遷移ボタン END */
  /* ▼▼▼ 内部リンク 角丸の遷移ボタン Start ▼▼▼ */
  .hp_next_btn_B {
    display: flex;
    justify-content: center;
  }
  .hp_next_btn_B div.cta_btn {
    position: relative;
    width: 100%;
    padding: 4vw 2.6vw;
    text-decoration: none;
    display: inline-block;
    font-size: 3.7vw;
    color: #005648;
    font-weight: bold;
    border: 2px solid #005648;
    border-radius: 50px;
    box-sizing: border-box;
    transition: all 0.2s;
    text-align: center;
  }
  .hp_next_btn_B div.cta_btn a.midR {
    text-decoration: none;
  }
  .hp_next_btn_B div.cta_btn a.midR:after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 15px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #005648;
    transform: rotate(360deg);
    text-decoration: none !important;
  }
  .hp_next_btn_B div.cta_btn a.arrowR {
    text-decoration: none;
    background-color: #fff;
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    overflow-wrap: break-word;
  }
  .hp_next_btn_B div.cta_btn a.arrowR.fav {
    background-image: url("../image/svg/arrow_midR_G.svg");
  }
  .hp_next_btn_B div.cta_btn:hover {
    background-color: #f4fffe;
    border-color: #005648;
  }
  .hp_next_btn_B div.cta_btn:hover a {
    color: #005648;
    background-color: #f4fffe;
  }
  /*  内部リンク 角丸の遷移ボタン END */
  /* ▼▼▼ 使用箇所：決済手段 ▼▼▼ */
  .hp_modu_3col.service {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
  }
  .hp_modu_3col.service div {
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    display: block;
    margin-bottom: 3%;
    position: relative;
  }
  .hp_modu_3col.service div a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    align-items: center;
    height: 100%;
  }
  .hp_modu_3col.service div a h4 {
    font-size: 3.7vw;
    line-height: 1.3;
    margin: 2.5vw 0 0 0;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
  }
  .hp_modu_3col.service div a img {
    width: auto;
    color: none;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
  }
  .hp_modu_3col.service div a img.card {
    width: 85%;
    height: auto;
  }
  .hp_modu_3col.service div a img.conveni {
    width: 85%;
    height: auto;
  }
  .hp_modu_3col.service div a img.carrier {
    width: 85%;
    height: auto;
  }
  .hp_modu_3col.service div a:after {
    content: "";
    position: absolute;
    bottom: 1px;
    right: 5px;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  .hp_modu_3col.service div:hover {
    background-color: #f4fffe;
    color: #005648;
  }
  /* ▲▲▲ hp_modu_3col.service  END  ▲▲▲ */
  /* ▼▼▼ 使用箇所：決済手段 ▼▼▼ */
  .hp_modu_4col.service {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
  }
  .hp_modu_4col.service div {
    width: 48.5%;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    display: block;
    margin-bottom: 3%;
    position: relative;
  }
  .hp_modu_4col.service div a {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-decoration: none;
    flex-direction: column-reverse;
    height: 100%;
  }
  .hp_modu_4col.service div a h4 {
    font-size: 3.2vw;
    line-height: 1.5;
    margin: 3% 0 0 0;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
  }
  .hp_modu_4col.service div a img {
    width: auto;
    color: none;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
  }
  .hp_modu_4col.service div a img.payEasy {
    width: 12.5vw;
    height: 9.3vw;
  }
  .hp_modu_4col.service div a img.applepay {
    width: 14.5vw;
    height: 9.3vw;
  }
  .hp_modu_4col.service div a img.paypay {
    width: 29.3vw;
    height: 9.3vw;
  }
  .hp_modu_4col.service div a img.rakutenPay {
    width: 21.4vw;
    height: 9.3vw;
  }
  .hp_modu_4col.service div a img.rakutenBank_L {
    width: 100%;
    height: 100%;
  }
  .hp_modu_4col.service div a img.REdy {
    width: 6.5vw;
    height: 10.3vw;
  }
  .hp_modu_4col.service div a img.paypal {
    width: 28.2vw;
    height: 9.3vw;
  }
  .hp_modu_4col.service div a img.alipay {
    width: 22.5vw;
    height: 5.3vw;
  }
  .hp_modu_4col.service div a:after {
    content: "";
    position: absolute;
    bottom: 1px;
    right: 5px;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  .hp_modu_4col.service div:hover {
    background-color: #f4fffe;
    color: #005648;
  }
  .hp_modu_4col.service div:nth-child(2n+1):nth-last-child(-n+2),
.hp_modu_4col.service div:nth-child(2n+1):nth-last-child(-n+2) ~ div {
    margin-bottom: 0;
  }
  /* ▲▲▲ hp_modu_4col.service  END  ▲▲▲ */
  /* ▼▼▼ 使用箇所：決済手段 3カラム ▼▼▼ */
  .hp_modu_3col_Second.service {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
  }
  .hp_modu_3col_Second.service div {
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 0 4%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    margin-bottom: 3%;
    position: relative;
  }
  .hp_modu_3col_Second.service div a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    height: 100%;
    min-height: 14.6vw;
  }
  .hp_modu_3col_Second.service div a h4 {
    font-size: 3.2vw;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
  }
  .hp_modu_3col_Second.service div a h4.ft12 {
    font-size: 12px;
  }
  .hp_modu_3col_Second.service div a img.card {
    width: 48vw;
    height: auto;
    padding-right: 4px;
  }
  .hp_modu_3col_Second.service div a img.conveni {
    width: 61vw;
    height: auto;
    padding-right: 2px;
  }
  .hp_modu_3col_Second.service div a img.mypayment {
    width: 28vw;
    height: auto;
    padding-right: 2px;
    padding-left: 5px;
  }
  .hp_modu_3col_Second.service div a img.carrier {
    width: 46vw;
    height: auto;
    padding-right: 3px;
  }
  .hp_modu_3col_Second.service div a img.payEasy {
    width: 11vw;
    height: auto;
    padding-right: 2px;
  }
  .hp_modu_3col_Second.service div a img.applepay {
    width: 12.2vw;
    height: auto;
    padding-right: 5px;
  }
  .hp_modu_3col_Second.service div a img.paypay {
    width: 20vw;
    height: auto;
  }
  .hp_modu_3col_Second.service div a img.rakutenPay {
    width: 19.2vw;
    height: auto;
    padding-left: 5px;
  }
  .hp_modu_3col_Second.service div a img.rakutenBank_L {
    width: 29.8vw;
    height: auto;
    margin-right: 4px;
  }
  .hp_modu_3col_Second.service div a img.REdy {
    width: 5.8vw;
    height: auto;
    margin-right: 5px;
    padding-left: 1px;
  }
  .hp_modu_3col_Second.service div a img.paypal {
    width: 20vw;
    height: auto;
  }
  .hp_modu_3col_Second.service div a img.alipay {
    width: 19.4vw;
    height: auto;
  }
  .hp_modu_3col_Second.service div a img.webBank {
    width: 13vw;
    height: auto;
    padding-right: 5px;
  }
  .hp_modu_3col_Second.service div a:after {
    content: "";
    position: absolute;
    bottom: 1px;
    right: 3px;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #C1C1C1;
    transform: rotate(45deg);
    text-decoration: none !important;
  }
  .hp_modu_3col_Second.service div:hover {
    background-color: #f4fffe;
    color: #005648;
  }
  .hp_modu_3col_Second.service div:nth-child(1n+1):nth-last-child(-n+1),
.hp_modu_3col_Second.service div:nth-child(1n+1):nth-last-child(-n+1) ~ div {
    margin-bottom: 0;
  }
  .hp_modu_3col_Second.service div.last_item {
    display: none;
  }
  /* ▲▲▲ hp_modu_3col_Second.service  END  ▲▲▲ */
  /* ▼▼▼ fregi コストパフォーマンス表 START  ▼▼▼ */
  .kospaWrap {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .kospaWrap li {
    width: 50%;
    font-size: 3.2vw;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(231, 242, 240) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 18.3vw;
    border-top: 2px solid #005648;
    border-right: 1px solid #CCCCCC;
  }
  .kospaWrap li p {
    line-height: 1.5;
    font-size: 3.2vw;
  }
  .kospaWrap li h4 {
    line-height: 1.5;
    margin: 0;
    font-weight: 900;
    text-shadow: 0 0 1px #005648;
    font-size: 4.8vw;
    color: #005648;
  }
  .kospaWrap li:nth-child(3), .kospaWrap li:nth-child(4) {
    border-bottom: 2px solid #005648;
  }
  .kospa {
    width: 100%;
    list-style-type: none;
    padding-left: 0;
    font-size: 18px;
    color: #004335;
    text-align: center;
    padding: 30px 0;
    align-items: center;
  }
  .ul > .kospa {
    padding-left: 0;
    width: 246.75px;
  }
  .kospa li {
    display: flex;
  }
  /*  fregi コストパフォーマンス表 END */
  /* ▼▼▼ 使用箇所：/guide/webBank_bankList.html ▼▼▼ */
  .hp_modu_5col.menu {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
  }
  .hp_modu_5col.menu div {
    width: 32.3333333333%;
    border: 1px solid #005648;
    border-radius: 5px;
    padding: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    display: block;
    background-color: #004335;
    position: relative;
    margin-bottom: 3%;
    height: 100%;
  }
  .hp_modu_5col.menu div a, .hp_modu_5col.menu div .trigger01, .hp_modu_5col.menu div .trigger02, .hp_modu_5col.menu div .trigger03, .hp_modu_5col.menu div .trigger04 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    height: 100%;
  }
  .hp_modu_5col.menu div a h4, .hp_modu_5col.menu div .trigger01 h4, .hp_modu_5col.menu div .trigger02 h4, .hp_modu_5col.menu div .trigger03 h4, .hp_modu_5col.menu div .trigger04 h4 {
    font-size: 4vw;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
    margin-left: 6px;
  }
  .hp_modu_5col.menu div a h4.ft12, .hp_modu_5col.menu div .trigger01 h4.ft12, .hp_modu_5col.menu div .trigger02 h4.ft12, .hp_modu_5col.menu div .trigger03 h4.ft12, .hp_modu_5col.menu div .trigger04 h4.ft12 {
    font-size: 12px;
  }
  .hp_modu_5col.menu div a:before, .hp_modu_5col.menu div .trigger01:before, .hp_modu_5col.menu div .trigger02:before, .hp_modu_5col.menu div .trigger03:before, .hp_modu_5col.menu div .trigger04:before {
    content: "";
    position: absolute;
    bottom: 40%;
    left: 10%;
    border-style: solid;
    border-width: 1.2vw 0 1.2vw 1.7vw;
    border-color: transparent transparent transparent #FFF;
    transform: rotate(90deg);
    text-decoration: none !important;
  }
  .hp_modu_5col.menu div:hover {
    background-color: #2C9483;
    border: 1px solid #2C9483;
  }
  .hp_modu_5col.menu div:nth-child(5n+1):nth-last-child(-n+5),
.hp_modu_5col.menu div:nth-child(5n+1):nth-last-child(-n+5) ~ div {
    margin-bottom: 0;
  }
  .hp_modu_5col.menu div:nth-child(5) {
    margin-bottom: 0;
  }
  .hp_modu_5col.menu div:nth-child(1) {
    width: 60%;
  }
  .hp_modu_5col.menu div:nth-child(1) a, .hp_modu_5col.menu div:nth-child(1) .trigger01_SP {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    height: 100%;
  }
  .hp_modu_5col.menu div:nth-child(1) a h4, .hp_modu_5col.menu div:nth-child(1) .trigger01_SP h4 {
    font-size: 4vw;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
    margin-left: 6px;
  }
  .hp_modu_5col.menu div:nth-child(1) a h4.ft12, .hp_modu_5col.menu div:nth-child(1) .trigger01_SP h4.ft12 {
    font-size: 12px;
  }
  .hp_modu_5col.menu div:nth-child(1) a:before, .hp_modu_5col.menu div:nth-child(1) .trigger01_SP:before {
    content: "";
    position: absolute;
    bottom: 40%;
    left: 5.5%;
    border-style: solid;
    border-width: 1.2vw 0 1.2vw 1.7vw;
    border-color: transparent transparent transparent #FFF;
    transform: rotate(90deg);
    text-decoration: none !important;
  }
  .hp_modu_5col.menu div:nth-child(1):hover {
    background-color: #2C9483;
    border: 1px solid #2C9483;
  }
  .hp_modu_5col.menu div:nth-child(3) {
    width: 38.4%;
  }
  .hp_modu_5col.inner {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
    /*liの場合*/
  }
  .hp_modu_5col.inner li {
    width: 50%;
    border-right: 1px solid #CCC !important;
    border-bottom: none;
    border-top: 1px solid #CCC !important;
    padding: 3% 0 3% 0;
    font-size: 3.7vw;
    line-height: 1.3;
    margin: 0;
    font-weight: normal;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: auto;
    align-items: center;
    justify-content: space-between;
  }
  .hp_modu_5col.inner li span {
    font-size: 3.2vw;
    line-height: 1.3;
    margin: 0;
    font-weight: normal;
    text-align: center;
    height: 100%;
  }
  .hp_modu_5col.inner li:nth-child(odd) {
    border-left: 1px solid #CCC !important;
  }
  .hp_modu_4col.inner {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
    /*liの場合*/
  }
  .hp_modu_4col.inner li {
    width: 50%;
    border-right: 1px solid #CCC !important;
    border-bottom: none;
    border-top: 1px solid #CCC !important;
    padding: 3% 0 3% 0;
    font-size: 3.7vw;
    line-height: 1.3;
    margin: 0;
    font-weight: normal;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: auto;
    align-items: center;
    justify-content: space-between;
  }
  .hp_modu_4col.inner li span {
    font-size: 3.2vw;
    line-height: 1.3;
    margin: 0;
    font-weight: normal;
    text-align: center;
    height: 100%;
  }
  .hp_modu_4col.inner li:nth-child(odd) {
    border-left: 1px solid #CCC !important;
  }
  /* 使用箇所：/guide/webBank_bankList.html END */
} /* max-width:768px SP  END */
/*# sourceMappingURL=sp_content_style.css.map */