.l-grid-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.is-txt-link {
    color: #43a6e5;
    display: inline-block;
    text-decoration: underline;
}

.u-pc-none {
    display: none !important;
}

@media (max-width: 767px) {
    .u-pc-none {
        display: block !important;
    }

    .u-pc-none.img {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .u-sp-none {
        display: none !important;
    }
}

.m-txt {
    font-size: 14px;
}

@media (max-width: 767px) {
    .m-txt {
        font-size: 11px !important;
    }
}

.m-txt-sm {
    font-size: 11px !important;
}

@media (max-width: 767px) {
    .m-txt-sm {
        font-size: 11px !important;
    }
}

.m-txt-md {
    font-size: 16px !important;
}

@media (max-width: 767px) {
    .m-txt-md {
        font-size: 12px !important;
    }
}

.m-txt-lg {
    font-size: 20px !important;
}

@media (max-width: 767px) {
    .m-txt-lg {
        font-size: 15px !important;
    }
}

.m-txt-xl {
    font-size: 24px !important;
}

@media (max-width: 767px) {
    .m-txt-xl {
        font-size: 18px !important;
    }
}

.m-txt-gap {
    margin-bottom: 10px;
}

.m-txt-gap-md {
    margin-bottom: 25px;
}

.m-txt-gap-lg {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .m-txt-gap-lg {
        margin-bottom: 15px;
    }
}

.m-txt-bold {
    font-weight: bold !important;
}

.m-txt-normal {
    font-weight: normal !important;
}

.m-align-left {
    text-align: left !important;
}

.m-align-center {
    text-align: center !important;
}

.m-align-right {
    text-align: right !important;
}

.m-txt-annotation {
    display: table;
    font-size: 11px;
}

.m-txt-annotation>span:first-child {
    display: table-cell;
    padding-right: 3px;
}

.m-txt-annotation-num>span:first-child {
    min-width: 2em;
}

.hojin-notes {
    padding: 5px;
    margin-top: 5px;
}

.l-section-inner>.m-txt-annotation-num>span:first-child {
    min-width: 2em;
}

.honne-award {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.honne-img {
    display: flex;
    align-items: flex-end;
    width: 30%;
}

.honne-notes {
    margin-left: -45px;
    font-size: 11px;
}

@media (max-width: 820px) {
    .honne-notes {
        margin-left: -25px;
    }
}

@media (max-width: 767px) {
    .honne-img {
        width: 22%;
    }
}

@media (max-width: 500px) {
    .honne-img {
        width: 24%;
    }

    .honne-notes {
        margin-left: -25px;
    }
}

@media (max-width: 450px) {
    .honne-img {
        width: 32%;
    }
}

@media (max-width: 390px) {
    .honne-img {
        width: 28%;
    }

    .honne-notes {
        margin-left: -13px;
    }
}

.l-list-container {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .l-list-container {
        margin-bottom: 15px;
    }
}

.l-list-container-xs {
    margin-bottom: 10px;
}

.l-list-container-sm {
    margin-bottom: 15px;
}

.l-list-container-line-corporation {
    padding-bottom: 15px;
    border-bottom: 1px solid #7db3b1;
}

.l-accordion {
    display: none;
}

.m-list>* {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .m-list>* {
        margin-bottom: 15px;
    }
}

.m-list>*:last-child {
    margin-bottom: 0;
}

.m-list-gap-none>* {
    margin-bottom: 0;
}

.m-list-gap-xs>* {
    margin-bottom: 5px;
}

.m-list-gap-sm>* {
    margin-bottom: 10px;
}

.m-list-bullet>li {
    display: table;
}

.m-list-bullet>li>span {
    display: table-cell;
}

.m-list-dir-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -5px 0 0 -5px;
}

.m-list-dir-row>* {
    margin: 5px 0 0 5px;
}

.m-definitionList dt,
.m-definitionList dd {
    font-size: 14px;
}

@media (max-width: 767px) {

    .m-definitionList dt,
    .m-definitionList dd {
        font-size: 10px;
    }
}

.m-definitionList-dt-gap {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .m-definitionList-dt-gap {
        margin-bottom: 10px;
    }
}

.l-btn-container-lg {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .l-btn-container-lg {
        margin-bottom: 40px;
    }
}

.l-fix-base {
    height: 120px;
    background-color: #f1f1f1;
}

.l-fix-area {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 11;
}

.l-fix-area-inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.l-fix-area .l-grid-row .l-grid-col {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .l-fix-base {
        height: 90px;
    }

    .l-fix-area {
        padding: 15px 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .l-fix-area .l-grid-row {
        margin: 0;
    }

    .l-fix-area .l-grid-row .l-grid-col {
        margin: 0;
        padding: 0 0 0 4px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .l-fix-area .l-grid-row .l-grid-col:first-child {
        padding: 0 4px 0 0;
    }
}

.l-grid-container {
    padding: 0 10px;
    margin-bottom: 80px;
}

.l-grid-container-line {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d7d1c4;
}

@media (max-width: 767px) {
    .l-grid-container {
        margin-bottom: 40px;
    }

    .l-grid-container-line {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .l-grid-container-line .l-grid-row .l-grid-col:first-child {
        margin-bottom: 15px !important;
        padding-bottom: 15px !important;
        border-bottom: 1px solid #d7d1c4;
    }
}

.l-grid-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 767px) {
    .l-grid-row:not(.l-grid-keep) {
        display: block;
        margin: 0;
    }

    .l-grid-row:not(.l-grid-keep) .l-grid-col {
        width: 100%;
        padding: 0;
    }

    .l-grid-row:not(.l-grid-keep) .l-grid-col:first-child {
        margin: 0;
    }

    .l-grid-row:not(.l-grid-keep).l-grid-col2 .l-grid-col,
    .l-grid-row:not(.l-grid-keep).l-grid-col3 .l-grid-col {
        width: 100%;
        padding: 0;
    }
}

.l-grid-col2 {
    margin: -20px -10px 0;
}

.l-fix-area .l-grid-col2 {
    margin: -20px 0 0;
}

.l-grid-col2 .l-grid-col {
    margin-top: 20px;
    padding: 0 10px;
}

@media (max-width: 767px) {
    .l-grid-col2-sp {
        margin: -20px -15px 0 !important;
    }

    .l-fix-area .l-grid-col2 {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .l-grid-col2-sp .l-grid-col {
        width: calc(100% / 2 - 30px) !important;
        margin-top: 20px !important;
        padding: 0 15px !important;
    }
}

.l-grid-col3 {
    margin: -20px -7px 0;
}

.l-grid-col3 .l-grid-col {
    margin-top: 20px;
    width: calc(100% / 3 - 15px);
    padding: 0 7px;
}

.l-grid-col4 {
    margin: -20px -16px 0;
}

.l-grid-col4 .l-grid-col {
    margin-top: 20px;
    width: calc(100% / 4 - 32px);
    padding: 0 16px;
}

.l-grid-gap-none {
    margin: -20px 0 0;
}

.l-grid-gap-none.l-grid-col2>.l-grid-col {
    width: 50%;
    padding: 0;
}

.l-grid-gap-lg {
    margin: -30px -17px 0;
}

.l-grid-gap-lg.l-grid-col3>.l-grid-col {
    width: calc(100% / 3 - 35px);
    margin-top: 30px;
    padding: 0 17px;
}

.l-grid-gap-xl {
    margin: 0 -37px 0;
}

.l-grid-gap-xl.l-grid-col2>.l-grid-col {
    width: calc(100% / 2 - 74px);
    padding: 0 37px;
}

@media (max-width: 767px) {
    .l-grid-gap-xl.l-grid-col2>.l-grid-col {
        margin-top: 25px;
    }
}

.l-grid-gap-xl.l-grid-col3>.l-grid-col {
    width: calc(100% / 2 - 75px);
    padding: 0 37px;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .l-grid-gap-xl.l-grid-col3>.l-grid-col {
        width: calc(100% / 3 - 75px);
        margin-top: 25px;
    }

    .l-grid-gap-xl.l-grid-col3>.l-grid-col:first-of-type {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .is-pc {
        display: none
    }

    .is-sp {
        display: block
    }
}

@media (min-width: 768px) {
    .is-pc {
        display: block
    }

    .is-sp {
        display: none;
    }
}

/* ボタン m-btn */
.m-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 260px;
    height: 50px;
    padding: 10px 35px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

@media (max-width: 767px) {
    .m-btn {
        width: 175px;
        height: 40px;
        padding: 10px 20px;
    }
}

.m-btn::before,
.m-btn::after {
    content: "";
    display: block;
}

.m-btn:hover {
    opacity: .8;
}

.m-btn-detail {
    color: #827352;
    font-size: 16px;
    border: 1px solid #c0b9aa;
    background-color: #fff;
}

@media (max-width: 767px) {
    .m-btn-detail {
        font-size: 12px;
    }
}

.m-btn-detail::before,
.m-btn-detail::after {
    position: absolute;
    top: 50%;
    background-color: #a19271;
}

.m-btn-detail::before {
    width: 2px;
    height: 14px;
    right: 23px;
    margin-top: -7px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

@media (max-width: 767px) {
    .m-btn-detail::before {
        width: 1px;
        height: 11px;
        right: 15px;
        margin-top: -5.5px;
    }
}

.m-btn-detail::after {
    width: 14px;
    height: 2px;
    right: 17px;
    margin-top: -1px;
}

@media (max-width: 767px) {
    .m-btn-detail::after {
        width: 11px;
        height: 1px;
        right: 10px;
        margin-top: -.5px;
    }
}

.m-btn-detail.is-open::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.m-btn-outside,
.m-btn-bizone,
.m-btn-corporation {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 460px;
    height: 80px;
    padding: 10px 55px;
    color: #fff;
}

@media (max-width: 767px) {

    .m-btn-outside,
    .m-btn-bizone,
    .m-btn-corporation {
        width: 100%;
        max-width: 345px;
        height: 60px;
        padding: 10px 25px;
        font-size: 13px;
    }
}

.m-btn-outside::after,
.m-btn-bizone::after,
.m-btn-corporation::after {
    width: 25px;
    height: 6px;
    background: url(../images/icon_arrow_right_white.png) no-repeat left center;
    background-size: 100% 100%;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -3px;
}

@media (max-width: 767px) {

    .m-btn-outside::after,
    .m-btn-bizone::after,
    .m-btn-corporation::after {
        width: 14px;
        height: 4px;
        right: 15px;
        margin-top: -2px;
    }
}

.m-btn-outside {
    background-color: #999;
}

.m-btn-bizone,
.m-btn-corporation {
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 767px) {

    .m-btn-bizone,
    .m-btn-corporation {
        padding: 10px;
        font-size: 12px;
    }
}

@media (max-width: 767px) {

    .m-btn-bizone::after,
    .m-btn-corporation::after {
        display: none;
    }
}

.m-btn-bizone>span,
.m-btn-corporation>span {
    display: block;
    width: 100%;
    text-align: center;
}

.m-btn-bizone>span:first-child,
.m-btn-corporation>span:first-child {
    font-size: 15px;
}

@media (max-width: 767px) {

    .m-btn-bizone>span:first-child,
    .m-btn-corporation>span:first-child {
        font-size: 12px;
        margin-bottom: -4px;
    }
}

.m-btn-bizone {
    background-color: #ff9000;
}

.m-btn-corporation {
    background-color: #ffab32;
}

.m-btn-cv {
    border-radius: 100px;
    width: 100%;
    max-width: 220px;
    height: 45px;
    margin-top: 30px;
    color: #fff;
    background-color: #ff9000;
    font-size: 16px;
    font-weight: bold;
}

.m-btn-cv::after {
    border-right: 0 none;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #fff;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
}

.m-btn-cv-sub {
    background-color: #fff;
    color: #ff9000;
    border: 2px solid #ff9000;
}

.m-btn-cv-sub::after {
    border-color: #ff9000;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.m-btn-cv-round {
    width: 100%;
    max-width: 324px;
    height: 56px;
    border-radius: 28px;
    color: #fff;
    background-color: #ff9000;
    font-size: 18px;
    transition: opacity .4s;
    margin-top: 20px;
    text-align: center;
}

.m-btn-cv-round .small {
    display: block;
    font-size: 14px;
}

@media (max-width: 767px) {
    .m-btn-cv {
        font-size: 14px;
    }

    .m-btn-cv-round {
        font-size: 13px;
        height: 40px;
        width: 80%;
        max-width: 280px;
        border-radius: 20px;
        margin-top: 10px;
    }

    .m-btn-cv-round .small {
        font-size: 11px;
    }
}

.m-btn-cv-sub {
    background-color: #fff;
    color: #ff9000;
    border: 2px solid #ff9000;
}

.m-btn-cv-sub::after {
    border-color: #ff9000;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

@media (min-width: 768px) {
    .m-btn-double {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .m-btn-double .m-btn-cv {
        margin: 30px 0 0;
    }
}

@media (max-width: 767px) {
    .m-btn-double {
        width: 100%;
        flex-flow: column;
    }

    .m-btn-cv {
        margin-top: 20px;
    }

    .m-btn-double .m-btn:nth-child(n+2) {
        margin-top: 15px;
    }
}

.m-link {
    color: #252525;
    text-decoration: underline;
}

.m-link:hover {
    text-decoration: none;
}

.l-3point-heading {
    max-width: 600px;
    margin: 0 auto 50px;
}

@media (max-width: 767px) {
    .l-3point-heading {
        width: 100%;
        margin-bottom: 30px;
    }
}

.l-3point-subheading {
    background-color: #787878;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    min-height: 120px;
    position: relative;
    padding: 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.l-3point-subheading-num {
    width: 90px;
    margin-right: 80px;
    flex-shrink: 0;
}

.l-3point-area .l-tab-content-area .l-tab-content {
    height: auto;
}

@media (max-width: 960px) {
    .l-3point-subheading {
        min-height: 120px;
        font-size: 24px;
    }

    .l-3point-subheading-num {
        width: 75px;
        margin-right: 50px;
    }
}

@media (max-width: 767px) {
    .l-3point-subheading {
        min-height: 80px;
        font-size: 16px;
        margin-bottom: 60px;
        justify-content: flex-start;
        padding: 20px 22px;
    }

    .l-3point-subheading-num {
        width: 45px;
        margin-right: 20px;
    }
}

.l-3point-subheading .emphasis {
    color: #fff57f;
}

.l-3point-subheading:before,
.l-3point-subheading:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
}

.l-3point-area03 .l-section-inner {
    padding: 0 20px;
    margin-top: 60px;
}

.l-3point-area03 .box-flex {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 32px;
}

.l-3point-area03 .icon_area {
    max-width: 90px;
}

.l-3point-area03 .text_area {
    margin-left: 30px;
    width: 48%;
}

.l-3point-area03 h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.l-3point-area .text_area p {
    font-size: 16px;
}

.l-card-dir-row {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .l-card-dir-row {
        margin-bottom: 40px;
    }

    .l-3point-area03 .l-section-inner {
        margin-top: 0;
    }

    .l-3point-area03 .box-flex {
        margin-top: 30px;
    }

    .l-3point-area03 .icon_area {
        max-width: 60px;
    }

    .l-3point-area03 .text_area {
        margin-left: 15px;
        width: 78%;
    }

    .l-3point-area03 h4 {
        font-size: 16px;
        margin-bottom: 6px;
    }
}

.l-card-dir-row .l-card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .l-card-dir-row .l-card-content {
        display: block;
    }
}

.l-card-dir-row .l-card-img {
    width: 320px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}

.l-card-dir-row .l-card-img.l-card-img--2-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 466px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.l-card-dir-row .l-card-img.l-card-img--2-images>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}

@media (max-width: 767px) {
    .l-card-dir-row .l-card-img {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .l-card-dir-row .l-card-img.l-card-img--2-images {
        width: 100%;
    }
}

.l-card-dir-row .l-card-body {
    padding-left: 30px;
}

@media (max-width: 767px) {
    .l-card-dir-row .l-card-body {
        padding: 0;
    }
}

.l-card-dir-row .l-card-dir-rowReverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.l-card-dir-row .l-card-dir-rowReverse .l-card-body {
    padding-left: 0;
    padding-right: 30px;
}

.l-card-biz .l-card-header,
.l-card-corporation .l-card-header {
    min-height: 130px;
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width: 767px) {

    .l-card-biz .l-card-header,
    .l-card-corporation .l-card-header {
        min-height: initial;
        margin-bottom: 10px;
    }
}

.l-card-header-img img {
    height: 48px;
}

.l-card-biz .l-card-header>*,
.l-card-corporation .l-card-header>* {
    font-size: 20px;
    font-weight: bold;
}

.l-card-biz .l-card-header>*:first-child,
.l-card-corporation .l-card-header>*:first-child {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .l-card-header-img img {
        height: 38px;
    }

    .l-card-header>*:first-child {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {

    .l-card-biz .l-card-header>*,
    .l-card-corporation .l-card-header>* {
        font-size: 14px;
    }
}

.l-card-biz .l-card-body,
.l-card-corporation .l-card-body {
    color: #262626;
    font-size: 16px;
}

.l-card-biz .l-card-header {
    color: #262626;
}

.l-card-corporation .l-card-header {
    color: #599290;
}

.l-card-service .l-card-header {
    min-height: 180px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .l-card-service .l-card-header {
        min-height: initial;
    }

    .l-card-biz .l-card-body,
    .l-card-corporation .l-card-body {
        font-size: 11px;
    }
}

.l-card-service .l-card-header>* {
    font-size: 18px;
    color: #827352;
    line-height: 1.2;
    font-weight: bold;
}

.l-card-service .l-card-header>*:first-child {
    margin-bottom: 10px;
}

.l-card-header-img {
    width: 170px;
    height: 95px;
    background-color: #fff;
    margin: 0 auto 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .l-card-header-img {
        width: 110px;
        height: 62px;
    }
}

.l-card-service .l-card-body {
    color: #555;
}

.l-jcbcard-box {
    padding: 30px 25px 20px;
    border: 1px solid #ccc;
    border-bottom: 0 none;
}

@media (max-width: 767px) {
    .l-jcbcard-box {
        padding: 20px;
    }
}

.l-jcbcard-box-biz {
    background-color: #819cb9;
}

.l-jcbcard-box-corporation {
    border-left: 0 none;
    background-color: #98c8c6;
}

.l-jcbcard-box .l-heading3-container {
    margin-bottom: 25px;
}

.l-jcbcard-box .l-heading3-container .m-heading3 {
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.l-card-service {
    display: block;
    transition: opacity .4s;
    position: relative;
}

.l-card-service:hover {
    opacity: .7;
}

@media (max-width: 767px) {
    .l-card-service-grid-container {
        max-width: 300px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .l-card-service-inner {
        padding: 0;
    }
}

.l-media::after {
    content: "";
    display: table;
    clear: both;
}

.l-media-img {
    width: 170px;
    margin: 0 auto 20px;
}

@media (max-width: 767px) {
    .l-media-img {
        width: 110px;
    }
}

@media (max-width: 767px) {
    .l-media {
        padding: 0 30px;
    }

    .l-media-body>* {
        font-size: 12px;
    }
}

.l-store-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px 30px;
}

.l-store-col {
    margin: 0 25px;
    max-width: 140px;
    position: relative;
}

.l-store-img {
    background-color: #fff;
}

.l-store-sup {
    font-size: 12px;
    text-align: right;
    margin-top: 5px;
    color: #888;
}

.l-3point-area02 .m-btn {
    margin-top: 40px;
}

@media (max-width: 767px) {
    .l-store-row {
        margin: 0 0 30px;
    }

    .l-store-col {
        margin: 0 10px;
    }
}

.l-point {
    background-color: #fff;
    margin-top: 60px;
    border-radius: 20px;
    padding: 40px 100px;
}

.l-3point-area02 .l-section-inner {
    padding: 0 12px;
}

@media (max-width: 767px) {
    .l-point {
        margin-top: 40px;
        border-radius: 8px;
        padding: 30px 14px;
    }
}

.l-point-heading {
    font-weight: 900;
    font-size: 32px;
    text-align: center;
    -webkit-font-smoothing: subpixel-antialiased;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .l-point-heading {
        font-size: 22px;
        margin-bottom: 30px;
    }
}

.l-point-heading .blue {
    color: #0f3877;
}

.l-point-heading .underline {
    border-bottom: 5px solid #fff57f;
    display: inline;
}

.l-point-each {
    margin: 0 auto 60px;
    max-width: 460px;
}

.l-point-text {
    font-size: 16px;
}

.l-point-subtitle {
    font-size: 22px;
    font-weight: 900;
    display: block;
    margin: 0 auto 16px;
    text-align: center;
}

@media (max-width: 767px) {
    .l-point-each {
        margin: 0 auto 30px;
    }

    .l-point-subtitle {
        font-size: 16px;
        margin-left: 0;
    }

    .l-point-text {
        font-size: 12px;
    }
}

.l-point-subtitle-amazon {
    width: 130px;
    margin: 0 auto 16px;
}

.l-point-subtitle-cashback {
    width: 110px;
    margin: 0 auto 16px;
}

.l-point-subtitle-gift {
    width: 130px;
    margin: 0 auto 16px;
}

@media (max-width: 767px) {
    .l-point-subtitle-amazon {
        width: 88px;
    }

    .l-point-subtitle-cashback {
        width: 88px;
    }

    .l-point-subtitle-gift {
        width: 100px;
    }
}

.l-table-container {
    max-width: 960px;
    margin: 0 auto 40px;
    padding: 0 20px;
}

@media (max-width: 767px) {
    .l-table-container {
        padding: 0 0 0 20px;
    }

    .l-table-scroll {
        position: relative;
    }

    .l-table-scroll::after {
        content: "";
        display: block;
        width: 20px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.2))) right/20px 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
        background-repeat: no-repeat;
        background-attachment: scroll;
    }
}

@media (max-width: 767px) {
    .l-table-scroll-inner {
        overflow: auto;
    }

    .l-table-scroll-inner>* {
        width: 800px;
    }
}

@media (max-width: 600px) {
    .l-table-scroll-inner>* {
        width: 600px;
    }
}

.m-table .l-img {
    max-width: 180px;
    margin: 0 auto;
}

.m-table table {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-collapse: collapse;
    table-layout: fixed;
    border: 1px solid #ccc;
}

.m-table table th,
.m-table table td {
    vertical-align: middle;
    font-size: 14px;
    border: 1px solid #ccc;
}

@media (max-width: 767px) {

    .m-table table th,
    .m-table table td {
        font-size: 13px;
    }
}

@media (max-width: 600px) {

    .m-table table th,
    .m-table table td {
        font-size: 12px;
    }
}

.m-table table th {
    width: 160px;
    padding: 25px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f8f8f8;
    border-right: 0 none;
}

@media (max-width: 767px) {
    .m-table table th {
        width: 140px;
    }
}

@media (max-width: 600px) {
    .m-table table th {
        width: 100px;
    }
}

.m-table table td {
    padding: 25px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 0 none;
    background-color: #fff;
}

@media (max-width: 767px) {
    .m-table table td {
        padding: 15px;
    }
}

.m-table-info table th {
    padding: 10px;
    text-align: center;
    border-right: 1px solid #ccc;
}

@media (max-width: 767px) {
    .m-table-info table th {
        padding: 10px 5px;
    }
}

.m-table-info table td {
    text-align: center;
}

.l-flow-container {
    max-width: 790px;
    margin: 0 auto 50px;
}

.m-flow-step {
    text-align: center;
}

.m-flow-step::after {
    content: "";
    display: inline-block;
    margin: 35px 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 40px solid #ded9cd;
    border-bottom: 0 solid transparent;
}

@media (max-width: 767px) {
    .m-flow-step::after {
        margin: 20px 0;
        border-left: 35px solid transparent;
        border-right: 35px solid transparent;
        border-top: 30px solid #ded9cd;
        border-bottom: 0 solid transparent;
    }
}

.m-flow-step:last-of-type::after {
    display: none;
}

.l-box-point {
    width: 480px;
    margin: 0 auto 40px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .l-box-point {
        width: 100%;
        max-width: 480px;
        margin-bottom: 20px;
    }
}

.l-box-point-header {
    padding: 5px 10px;
    background: #f4f1ea;
}

.l-box-point-header>* {
    color: #827352;
    font-size: 18px;
    font-weight: bold;
}

.l-box-point-sub {
    width: auto;
    margin-bottom: 10px;
}

.l-box-point-sub .l-box-point-header>* {
    font-size: 16px;
}

@media (max-width: 767px) {
    .l-box-point-sub {
        width: 190px;
        margin: 0 auto 5px;
    }
}

.m-caption {
    color: #555;
    font-size: 14px;
}

.m-tag {
    display: inline-block;
    width: 70px;
    padding: 3px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .m-tag {
        width: 55px;
        font-size: 10px;
    }
}

.m-tag-gold {
    background-color: #a19271;
}

.m-tag-platinum {
    background-color: #707070;
}

.m-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
}

.m-message-avator {
    width: 100px;
    margin-right: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
}

@media (max-width: 767px) {
    .m-message-avator {
        width: 80px;
        margin-right: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
    }
}

.m-message-body {
    padding: 25px;
    position: relative;
    border-radius: 5px;
    background-color: #f5f5f5;
}

@media (max-width: 767px) {
    .m-message-body {
        padding: 20px;
    }
}

.m-message-body::before {
    content: "";
    display: block;
    border-right: 14px solid #f5f5f5;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 0 none;
    position: absolute;
    left: -14px;
    top: 50%;
    margin-top: -4px;
}

.m-message-body>* {
    font-size: 16px;
}

@media (max-width: 767px) {
    .m-message-body>* {
        font-size: 14px;
    }
}

.m-message-txt {
    color: #666;
    font-size: 14px;
}

.m-align-left {
    text-align: left !important;
}

.m-align-center {
    text-align: center !important;
}

.m-align-right {
    text-align: right !important;
}

.m-pos-relative {
    position: relative;
}

.m-img-caption {
    color: #fff;
    display: block;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .m-img-caption {
        font-size: 1.8vw;
        margin-top: 2vw;
    }
}

.m-color-gray {
    color: #888;
}

.m-color-blue {
    color: #008dec;
}

.m-color-blue2 {
    color: #597695;
}

.m-color-white {
    color: #fff;
}

.m-color-green {
    color: #76a6a4;
}

.l-mainvisual {
    width: 100%;
}

.l-mainvisual .is-tab {
    display: none;
}

@media (max-width: 767px) {
    .l-mainvisual {
        display: block;
    }
}

@media screen and (max-width:1024px) {
    .l-mainvisual .is-tab {
        display: block;
    }

    .l-mainvisual .is-pc {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .l-mainvisual .is-tab {
        display: none;
    }

    .l-mainvisual .is-sp {
        display: block;
    }
}

.l-kv-contents {
    position: relative;
    z-index: 10;
}

.top-triangle {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
}

@media (max-width: 767px) {
    .top-triangle {
        width: 200%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
}

.bottom-triangle {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 100%;
}

@media (max-width: 767px) {
    .bottom-triangle {
        width: 200%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
}

.m-img {
    width: 100%;
    display: block;
}

.m-img-min {
    max-width: 180px;
}

.l-mainvisual .is-pc {
    position: relative;
}

.m-title {
    background: url(/promotion/ordercard/corp/standard3/images/kv_title_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 23px 0;
}

.m-title img {
    max-width: 498px;
    margin: 0 auto;
    width: 60%;
}

.l-mainvisual-content {
    background: url(/promotion/ordercard/corp/standard3/images/kv_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    max-height: 600px;
    text-align: center;
}

.m-logo {
    position: absolute;
    right: calc(0.9375rem + ((1vw - 10.67px) * 9.65825));
    z-index: 2;
    width: 70px;
    top: 1.5rem;
}

.l-mainvisual-content img {
    max-width: 1440px;
    margin: 0 auto;
}

.l-mainvisual p {
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
}

.l-section-inner,
.l-section-header-inner,
.l-section-content-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width: 767px) {

    .l-section-inner,
    .l-section-header-inner,
    .l-section-content-inner {
        padding: 0 15px;
    }
}

.l-section {
    padding: 100px 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .l-section {
        padding: 60px 0;
    }
}

.m-mil-box {
    background-color: #eeedec;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
}

.m-mil-title {
    position: absolute;
    content: "";
    top: -20px;
    margin: 0 auto;
    max-width: 550px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-weight: bold;
    text-align: center;
    background: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 11px 0 4px;
    line-height: 1.2;
    font-size: 20px;
}

.m-mil-title .large-text {
    font-size: 32px;
}

.is-orange {
    color: #ef6918;
}

.is-blue {
    color: #379fb2;
}

@media (max-width: 767px) {
    .m-mil-box {
        border-radius: 5px;
    }

    .m-mil-title {
        width: 84.4%;
        border-radius: 2.5px;
        padding: 13px 0 5px;
        letter-spacing: 0.02em;
    }
}

.m-mil-flex {
    display: block;
    padding: 90px 40px 40px;
}

.m-mil-txt {
    margin: auto;
    text-align: center;
}

.m-mil-txt img {
    width: 100%;
    max-width: 340px;
}

.m-mil-pop {
    max-width: 330px;
    width: 80%;
    margin: 0 auto;
}

.m-mil-txt h3 {
    margin-top: 30px;
    font-size: 38px;
    font-weight: bold;
    color: #4c6d98;
}

.m-mil-txt span {
    color: #379fb2;
}

.m-mil-video {
    max-width: 400px;
    max-height: 400px;
    width: 100%;
    margin: 20px auto 0;
}

.m-mil-video img {
    width: 100%;
}

@media (max-width: 767px) {
    .m-mil-flex {
        justify-content: center;
        align-items: center;
        flex-flow: column;
        padding: 80px 18px 20px;
    }

    .m-mil-txt {
        padding-right: 0px;
    }

    .m-mil-txt h3 {
        margin-top: 10px;
        font-size: 24px;
    }

    .m-mil-video {
        width: 84.2%;
    }
}

.m-mil-card-box {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .m-mil-card-box {
        margin-top: 50px;
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }
}

.m-mil-card-box-half {
    display: block;
    width: 50%;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
    color: #262626;
}

.m-mil-card-box-half:hover {
    opacity: .8;
}

.m-mil-card-box-half h2 {
    width: 70%;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    margin: 0 auto;
}

.m-mil-card-box-half p {
    margin: 15px auto 0;
    text-align: center;
}

.m-mil-card-box-half .card-text {
    margin: 0 auto 2px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .m-mil-card-box-half {
        width: 100%;
        padding: 20px 5px;
    }

    .m-mil-card-box-half h2 {
        font-size: 20px;
        width: 75%;
    }

    .m-mil-card-box-half p {
        font-size: 16px;
    }
}

.m-mil-card-img {
    width: 100%;
    margin: 10px auto 0;
}

.m-mil-card-biz .m-mil-card-img {
    max-width: 294px;
}

.m-mil-card-btn {
    margin: 0 auto;
    width: 52.2%;
    max-width: 200px;
}

.m-mil-card-hojin {
    background: #e1f3f2;
    margin-left: 20px;
    border-radius: 10px;
}

@media (max-width: 990px) {
    .m-mil-card-biz .m-mil-card-img {
        width: 27vw;
    }
}

@media (max-width: 767px) {
    .m-mil-card-hojin {
        margin-left: 0px;
        border-radius: 5px;
    }

    .m-mil-card-biz .m-mil-card-img {
        width: 100%;
        max-width: 229px;
    }

    .m-mil-card-hojin .m-mil-card-img {
        max-width: 352px;
    }
}

.m-mil-card-hojin .card-text {
    color: #0d6965;
}

.m-mil-card-hojin h2 {
    background: #106d69;
}

.m-mil-card-hojin span {
    color: #106d69;
}

.m-mil-card-biz {
    background: #dbe2ea;
}

.m-mil-card-biz .card-text {
    color: #4c6d98;
}

.m-mil-card-biz h2 {
    background: #4c6d98;
}

.m-mil-card-biz span {
    color: #4c6d98;
}

.l-section-bgGray {
    background-color: #eeedec;
}

.l-section-bgSkyblue {
    background-color: #eef7f7;
}

.l-section-bgBlue {
    background-color: #4c6d98;
    color: #fff;
}

.l-section-border {
    border-bottom: 4px solid #fff;
}

@media (max-width: 767px) {
    .m-mil-card-biz {
        border-radius: 5px;
        margin-bottom: 20px;
    }

    .l-section-border {
        border-bottom-width: 2px;
    }
}

.l-section-biz,
.l-section-corporation {
    padding: 0;
}

.l-section-biz {
    background-color: #eff2f4;
}

.l-section-corporation {
    background-color: #f2f5f5;
}

.l-section-header {
    height: 320px;
    margin-bottom: 100px;
    padding-top: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .l-section-header {
        height: 165px;
        margin-bottom: 60px;
        padding-top: 40px;
    }
}

.l-section-header-biz {
    background: url(../images/bg_biz.jpg) no-repeat center top #5a7e98;
    background-size: auto 100%;
}

@media (max-width: 767px) {
    .l-section-header-biz {
        background-image: url(../images/bg_biz_sp.jpg);
    }
}

.l-section-header-corporation {
    background: url(../images/bg_corporation.jpg) no-repeat center top #5e9192;
    background-size: auto 100%;
}

@media (max-width: 767px) {
    .l-section-header-corporation {
        background-image: url(../images/bg_corporation_sp.jpg);
    }
}

.l-section-content {
    padding: 60px 0;
}

@media (max-width: 767px) {
    .l-section-content {
        padding: 30px 0;
    }
}

.l-section-header+.l-section-content,
.l-section-content-top-none {
    padding: 0 0 60px;
}

@media (max-width: 767px) {

    .l-section-header+.l-section-content,
    .l-section-content-top-none {
        padding: 0 0 30px;
    }
}

/* Campaign */

.l-section-campaign {
    background-color: #e5edf2;
    border-bottom: 4px solid #fff;
}

.m-campaign-box {
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #fff;
    max-width: 960px;
    margin: 0 auto;
}

.m-campaign-box:not(:last-child) {
    margin-bottom: 20px;
}

.m-campaign-box-content {
    padding: 40px;
}


@media (max-width: 767px) {
    .m-campaign-box-content {
        padding: 20px 15px;
    }
}

.m-campaign-heading {
    text-align: center;
    font-size: 40px;
    color: #4c6d98;
    font-weight: 600;
    padding: 30px 20px;
    line-height: 1.2;
}

.l-hojin-feature .m-campaign-heading {
    color: #0d6965;
}

.m-heading-read {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
}

.l-section-feature .campaign-area {
    background: #dbe2ea;
    padding: 50px 10px;
}

.l-hojin-feature .campaign-area {
    background: #e6f5f5;
}

.l-section-feature .m-campaign-heading span {
    display: block;
    color: #262626;
    font-size: 20px;
    margin-bottom: 10px;
}

.l-hojin-feature .m-campaign-heading .heading-subtext {
    color: #0d6965;
}

@media (max-width: 767px) {
    .l-section-feature .campaign-area {
        padding: 18px 10px 20px;
    }

    .m-campaign-heading {
        font-size: 20px;
        padding: 15px 10px;
        border-width: 1px;
    }

    .l-hojin-feature .heading-subtext {
        font-size: 12px;
    }

    .m-heading-read {
        font-size: 13px;
    }

    .l-section-feature .m-campaign-heading span {
        font-size: 12px;
        margin-bottom: 4px;
    }
}

.m-campaign-txt-lg {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.02em;
}

@media (max-width: 767px) {
    .m-campaign-txt-lg {
        font-size: 16px;
    }
}

.m-campaign-txt-lg span {
    color: #4c6d98;
    font-weight: 900;
    font-size: 2em;
}

.l-hojin-feature .m-campaign-txt-lg span {
    color: #0d6965;
}

.m-campaign-term {
    background-color: #f2f5f5;
    font-size: 16px;
    display: inline-block;
    padding: .5em 1em;
    margin-top: 1em;
    border-radius: 20px;
    font-weight: 500;
}

.campaign-area .m-txt-annotation {
    margin: 10px auto 0;
}

.l-hojin-feature .m-campaign-term {
    background-color: #f5f6f6;
}

@media (max-width: 767px) {
    .m-campaign-term {
        font-size: 12px;
    }
}

.m-campaign-btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}

.m-campaign-btn {
    background-color: #004a85;
    color: #fff;
    width: 340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    padding: 10px 35px;
    margin: 5px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-radius: 25px;
    font-weight: 500;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    text-align: center;
    line-height: 1.2;
}

.m-campaign-btn .small {
    display: block;
    font-size: 14px;
}

.m-campaign-btn:hover {
    opacity: .8;
}

@media (max-width: 767px) {
    .m-campaign-btn {
        font-size: 13px;
        height: 36px;
        width: 214px;
        max-width: 280px;
        border-radius: 20px;
    }

    .m-campaign-btn.small {
        font-size: 11px;
    }
}

.m-campaign-btn:before {
    content: '';
    display: block;
    width: 100%;
    height: 50%;
    background-color: #0865a0;
    position: absolute;
    top: 0;
    left: 0;
}

.m-campaign-btn span {
    position: relative;
    z-index: 1;
}

/*feature-area*/
.feature-area {
    margin: 60px auto 0;
}

.feature-area h2 {
    margin: 0 auto;
    max-width: 400px;
    margin-bottom: 40px;
}

.feature-area h2 img {
    width: 100%;
}

@media (max-width: 767px) {
    .feature-area {
        margin: 40px auto 0;
    }

    .feature-area h2 {
        max-width: 100%;
        width: 14.2em;
        margin-bottom: 24px;
    }

    .l-hojin-feature .feature-area h2 {
        width: 14.5em;
    }
}

@media screen and (min-width:768px) {
    .m-feature {
        margin: auto;
        padding-top: 0;
        max-width: 1020px;
    }

    .m-feature-head>img {
        display: block;
        margin: auto;
        max-width: 400px;
    }
}

.m-feature-content>li {
    background-color: #dbe2ea;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0 auto 20px;
    padding: 35px 20px;
    position: relative;
    width: calc(100% - 20px);
    max-width: 958px;
}

.l-hojin-feature .m-feature-content>li {
    background: #e6f5f5;
}

.miryoku-num {
    position: absolute;
    width: 66px;
    top: 0;
    left: 0;
}

.m-feature-content-head {
    position: relative;
    color: #4c6d98;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.is-pink {
    color: #d4445c;
}

.l-hojin-feature .m-feature-content-head {
    color: #0d6965;
}

.l-hojin-feature .m-feature-content-head sup {
    font-size: 11px;
}

.m-feature-content-head+p {
    font-size: 12px;
    margin-top: 16px;
    text-align: center;
    letter-spacing: 0.02em;
}

.m-feature-content-head+p .annotation {
    font-size: 11px;
}

.l-hojin-feature .color-green {
    color: #0d6965;
}

.miryoku-hukidashi {
    position: absolute;
    transform: translateY(-60%);
    width: 14.6vw;
    right: 10%;
    top: 26px;
}

.feature-point-text {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #4c6d98;
    margin: 30px auto;
}

.feature-point-text p {
    font-weight: bold;
}

.feature-point-text span {
    font-size: 22px;
    font-weight: normal;
}

.feature-point-text .bold-text span {
    font-weight: bold;
}

.feature-point-text img {
    max-width: 220px;
    margin: 20px auto 0;
}

.feature-box {
    background: #fff;
    border-radius: 10px;
    padding: 30px 10px;
    color: #4c6d98;
    text-align: center;
}

.feature-area .free {
    margin-top: 40px;
}

.feature-area .free h4 {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.feature-area .free h4 .is-pink {
    font-size: 22px;
}

.feature-area .free .feature-box {
    padding: 20px 10px;
}

.feature-area .free .title_text {
    color: #262626;
    font-size: 15px;
    margin-bottom: 10px;
}

.feature-area .free .title_text .card_name {
    color: #8c90a8;
    font-size: 22px;
    font-weight: bold;
}

.feature-area .free .biz-one-card-gold-area {
    margin-top: 10px;
}

.feature-area .biz-one-card-gold-area .title_text .card_name {
    color: #cc961a;
}

.feature-area .free .box-text {
    font-size: 12px;
    text-align: left;
    margin: 20px auto 10px;
    color: #262626;
}

.feature-area .free .m-list .m-txt-annotation.t-pr {
    margin-top: -10px;
}

.feature-area .free .m-list .m-txt-annotation.t-pr span {
    padding-right: 0;
}

.l-hojin-feature .feature-box {
    color: #0d6965;
}

.feature-point p {
    font-weight: bold;
    font-size: 14px;
}

.feature-box .sub {
    font-weight: bold;
    font-size: 14px;
}

.feature-box .sub.black {
    color: #262626;
}

.feature-box-text {
    display: flex;
    justify-content: space-around;
    margin: 20px auto 0;
}

.feature-box-text li {
    width: 23%;
}

.feature-box-text li p {
    font-size: 12px;
    margin-top: 10px;
}

@media screen and (min-width:768px) {
    .miryoku-hukidashi {
        width: 90px;
        right: auto;
        left: 25%;
        top: 32px;
    }

    .m-feature-content-head {
        font-size: 30px;
    }

    .m-feature-content-head+p {
        font-size: 16px;
    }

    .m-feature-content>li {
        margin: 0 auto 30px;
    }

    .feature-point-text {
        font-size: 18px;
    }

    .feature-point-text span {
        font-size: 30px;
    }

    .feature-point-text img {
        max-width: 330px;
    }

    .feature-box {
        max-width: 660px;
        margin: 0 auto;
    }

    .feature-point p {
        font-size: 22px;
    }

    .feature-box-text {
        justify-content: center;
    }

    .feature-box-text li {
        max-width: 100px;
        margin-right: 50px;
    }

    .feature-box-text li:last-child {
        margin-right: 0;
    }

    .feature-box-text li p {
        font-size: 16px;
    }

    .feature-area .free {
        margin-top: 60px;
    }

    .feature-area .free h4 {
        font-size: 22px;
    }

    .feature-area .free h4 .is-pink {
        font-size: 30px;
    }

    .feature-area .free .feature-box {
        padding: 40px 20px;
    }

    .feature-area .free .title_text {
        font-size: 20px;
    }

    .feature-area .free .title_text .card_name {
        font-size: 30px;
    }

    .feature-area .free .card-img {
        max-width: 260px;
    }

    .feature-area .free .box-text {
        max-width: 530px;
        margin: 35px auto 15px;
        font-size: 18px;
    }

    .feature-area .free .m-list {
        max-width: 530px;
        margin: 0 auto;
    }

    .feature-area .free .m-list .m-txt-annotation {
        margin-bottom: 12px;
    }
}

.card-list {
    max-width: 660px;
    margin: 0 auto;
}

.card-list .feature-box {
    margin-top: 20px;
    padding: 40px 20px;
}

.feature-content-head2 {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.02em;
}

.list-check-v1 {
    width: 90%;
    text-align: left;
    margin: 24px auto 20px;
    max-width: 463px;
}

.list-check-v1 li {
    padding: 4px 0;
    position: relative;
    padding-left: 15px;
    color: #262626;
    font-size: 16px;
    width: 97%;
}

.list-check-v1 li::before {
    content: '✓';
    position: absolute;
    left: 0;
}

.box1 .m-campaign-btn {
    margin: 0 auto;
    z-index: 2;
}

.box1 .m-campaign-btn::before {
    z-index: -1;
}

.m-list {
    font-size: 11px;
    line-height: 1.5;
}

.card2 .m-list {
    max-width: 460px;
    margin: 30px auto 0;
}

.m-txt-annotation {
    display: table;
    text-align: left;
    color: #262626;
}

.card .icon-new-tab {
    font-size: 14px;
}

.icon-new-tab .is-txt-link::after {
    content: "";
    background: url(/promotion/ordercard/corp/standard3/images/icon_new_tab.png) no-repeat center;
    background-size: 100%;
    margin-left: 4px;
    display: inline-block;
    width: 13px;
    height: 13px;
}

.card2 .img {
    max-width: 500px;
    margin: 0 auto;
}

.campaign-text {
    max-width: 162px;
    margin: 0 auto 20px;
}

.card3 .wrap {
    max-width: 530px;
    margin: 0 auto;
}

.card3 .wrap p {
    margin: 24px 0 16px;
    color: #262626;
    line-height: 1.7;
    text-align: left;
}

.card3 .wrap .m-txt-annotation {
    margin: 0;
}

.feature-box03 {
    margin-top: 30px;
    padding: 30px 0;
}

.l-hojin-feature .feature-box03 .list-check-v1 {
    margin: 0px auto 20px;
}

.feature-box03 .box-flex {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 90%;
    margin: 0 auto 20px;
}

.feature-box03 .box-flex:last-child {
    margin-bottom: 0;
}

.feature-box03 .feature-icon img {
    width: 100px;
}

.l-bizone-feature .feature-box03 .feature-icon img {
    width: 80px;
}

.feature-box03 p {
    color: #262626;
    margin-left: 20px;
    text-align: left;
    line-height: 1.5;
}

.feature-box02 {
    margin-top: 30px;
    padding: 40px 20px;
}

.feature-box02 .card_area {
    color: #262626;
}

.feature-box02 .card_area:first-of-type {
    margin-bottom: 60px;
}

.feature-box02 .card_area .title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 22px;
}

.feature-box02 .card_area .img_area {
    max-width: 320px;
    margin: 0 auto;
}

.feature-box02 .card_area .m-campaign-term {
    margin-top: 0;
    text-align: left;
    padding: 0.8em 2.1em;
}

.l-hojin-feature .feature-text .ttl-text {
    font-size: 16px;
    font-weight: bold;
    color: #0d6965;
    margin-bottom: 6px;
}

.l-hojin-feature .feature-text .m-link {
    color: #43a6e5;
}

.l-3point-area02 .m-list {
    width: 90%;
    max-width: 638px;
    margin: 0 auto;
}

.l-3point-area02 .l-point .m-list {
    width: 100%;
}

@media (max-width: 767px) {
    .feature-box02 {
        margin-top: 20px;
    }

    .feature-box02 .card_area {
        color: #262626;
    }

    .feature-box02 .card_area:first-of-type {
        margin-bottom: 40px;
    }

    .feature-box02 .card_area .title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .feature-box02 .card_area .img_area {
        max-width: 190px;
    }

    .feature-box03 {
        padding: 30px 20px;
    }

    .feature-content-head2 {
        font-size: 18px;
    }

    .list-check-v1 li {
        font-size: 14px;
    }

    .card-list {
        width: 100%;
    }

    .m-list {
        font-size: 11px;
    }

    .box1 .m-campaign-btn {
        font-size: 12px;
        height: 32px;
        width: 65.5%;
    }

    .card .icon-new-tab {
        font-size: 11px;
    }

    .m-list .icon-new-tab .is-txt-link::after {
        width: 10px;
        height: 10px;
    }

    .feature-box03 .box-flex {
        width: 100%;
        justify-content: center;
    }

    .feature-box03 .feature-icon img {
        width: 77.5px;
    }

    .l-bizone-feature .feature-box03 .feature-icon img {
        width: 57.5px;
    }

    .feature-box03 p {
        margin-left: 15px;
    }

    .l-hojin-feature .feature-text {
        font-size: 11px;
    }

    .l-hojin-feature .feature-text .ttl-text {
        font-size: 13px;
        margin-bottom: 2px;
    }

    .campaign-text {
        max-width: 132px;
        width: 60vw;
        margin: 0 auto 10px;
    }
}

@media screen and (min-width:768px) {
    .m-cyber {
        display: flex;
        justify-content: center;
    }
}

.m-cyber-content {
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    margin-top: 40px;
    padding: 30px 25px 20px;
    position: relative;
}

@media screen and (min-width:768px) {
    .m-cyber-content {
        width: 46%;
    }
}

.m-cyber-content-1 {
    border-radius: 10px 10px 0 0;
    margin-bottom: 50px;
}

@media screen and (min-width:768px) {
    .m-cyber-content-1 {
        border-radius: 10px 0 0 10px;
        height: 194px;
        margin-right: 5%;
        margin-bottom: 0;
    }
}

.m-cyber-content-triangle {
    display: flex;
    overflow: hidden;
    height: 20px;
    justify-content: center;
    margin-left: -25px;
    margin-bottom: -10px;
    transform: translateY(30px);
    width: calc(100% + 50px);
}

.m-cyber-content-triangle::after {
    border-top: 20px solid #fff;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    content: "";
    display: block;
    width: 0;
}

@media screen and (min-width:768px) {
    .m-cyber-content-triangle {
        position: absolute;
        height: auto;
        width: auto;
        right: -20px;
        top: -30px;
    }

    .m-cyber-content-triangle::after {
        border-top: 97px solid transparent;
        border-right: none;
        border-bottom: 97px solid transparent;
        border-left: 20px solid #fff;
    }
}

.m-cyber-content-head {
    color: #0d6965;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.m-cyber-content-icon {
    margin: auto;
    position: absolute;
    transform: translateY(-50%);
    width: 42px;
    top: 0%;
    right: 0;
    left: 0;
}

.m-cyber-content-list>li {
    display: flex;
    font-size: 14px;
    margin-top: 10px;
}

.m-cyber-content-list-head {
    margin-right: .5em;
    width: 21px;
}

.m-cyber-content-small {
    font-size: 11px;
}

.cyber-note {
    margin-top: 20px;
}

@media screen and (min-width:768px) {
    .cyber-note {
        font-size: 12px;
        margin-left: auto;
        margin-right: auto;
        width: 94%;
    }
}

.m-feature-content-box {
    display: flex;
    margin-top: 10px;
}

.m-feature-content-img {
    width: 48%;
}

.m-feature-content-img>img {
    width: 100%;
}

.m-feature-content-txt {
    line-height: 1.7;
    margin-left: 4%;
    width: 48%;
}

/*campaign*/
.l-section-campaign02 {
    padding: 20px 10px;
    background: #eeedec;
}

.l-section-campaign02 .l-section-inner {
    padding: 0;
}

.l-section-campaign02 .m-campaign-box {
    border-radius: 10px;
    padding: 16px 10px 20px;
}

.l-section-campaign02 .campaign-text {
    margin: 0 auto;
}

.l-section-campaign02 .m-campaign-heading {
    color: #262626;
    padding: 15px 0;
    border-width: 0;
}

.l-section-campaign02 .campaign-img {
    max-width: 250px;
    margin: 0 auto 30px;
}

.l-section-campaign02 .m-campaign-box-content {
    padding: 0;
}

.l-section-campaign02 .cp-bizone {
    margin-top: 30px;
}

.l-section-campaign02 .card-img {
    width: 190px;
}

.l-section-campaign02 .ttl-text {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
}

.l-section-campaign02 .m-campaign-txt-lg {
    font-size: 12px;
}

.l-section-campaign02 .m-campaign-term {
    font-size: 11px;
}

.l-section-campaign02 .m-campaign-btn-area {
    margin-bottom: 40px;
}

.l-section-campaign02 .cp-hojin .m-campaign-txt-lg span {
    color: #0d6965;
}

.l-section-campaign02 .m-txt-annotation {
    margin: 10px auto 0;
    width: 92%;
}

@media screen and (min-width: 768px) {
    .l-section-campaign02 {
        padding: 40px 20px;
    }

    .l-section-campaign02 .m-campaign-box {
        padding: 36px 10px;
    }

    .l-section-campaign02 .campaign-text {
        max-width: 162px;
    }

    .l-section-campaign02 .m-campaign-heading {
        padding: 35px 0;
    }

    .l-section-campaign02 .campaign-img {
        max-width: 440px;
        margin: 0px auto 30px;
    }

    .l-section-campaign02 .cp-bizone {
        margin-top: 60px;
    }

    .l-section-campaign02 .card-img {
        width: 380px;
    }

    .l-section-campaign02 .ttl-text {
        font-size: 30px;
    }

    .l-section-campaign02 .m-campaign-txt-lg {
        font-size: 18px;
    }

    .l-section-campaign02 .m-campaign-term {
        font-size: 16px;
    }

    .l-section-campaign02 .m-campaign-btn-area {
        margin-bottom: 80px;
    }

    .l-section-campaign02 .cp-hojin .m-campaign-btn-area {
        margin-bottom: 20px;
    }

    .l-section-campaign02 .m-txt-annotation {
        width: auto;
    }
}


.l-section-content-bgGray {
    background-color: #f8f7f5;
}

.l-section-content-bgWhite {
    background-color: #fff;
}

.l-heading2-container {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .l-heading2-container {
        margin-bottom: 20px;
    }
}

.l-heading2-container-gap-lg {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .l-heading2-container-gap-lg {
        margin-bottom: 30px;
    }
}

.l-heading3-container {
    margin-bottom: 30px;
}

.l-heading3-border-biz {
    padding-bottom: 10px;
    border-bottom: 1px solid #a3b0bf;
}

.l-heading3-border-corporation {
    padding-bottom: 10px;
    border-bottom: 1px solid #9cbfbe;
}

.l-heading3-border-service {
    padding-bottom: 10px;
    border-bottom: 1px solid #c0b9aa;
}

.m-heading2 {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 28px;
    margin-top: 60px;
}

.m-heading2 span {
    color: #d4445c;
}

.store-text {
    font-size: 18px;
    text-align: center;
    margin-bottom: 24px;
}

.store-text p {
    font-weight: bold;
}

@media (max-width: 767px) {
    .m-heading2 {
        font-size: 22px;
        margin-bottom: 24px;
    }

    .store-text {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

.m-heading-read {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
}

.m-heading-line {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .m-heading-read {
        font-size: 13px;
    }
}

.l-detail-content-box {
    margin-bottom: 30px;
    padding: 0 30px 30px;
    border-bottom: 1px solid #c0b9aa;
}

@media (max-width: 767px) {
    .l-detail-content-box {
        margin-bottom: 15px;
        padding: 0;
    }
}

.l-detail-content-box:last-child {
    margin: 0;
    border: 0 none;
}

.l-section-campaign02 .l-detail-content-box {
    border-top: 1px solid #e6f5f5;
    margin: 0 -10px;
}

.m-card-area-title {
    margin: 100px auto 40px;
    max-width: 440px;
}

@media (max-width: 767px) {
    .m-card-area-title {
        margin: 60px auto 40px;
        max-width: 335px;
    }
}

.l-section-hojin-card {
    position: relative;
    background: #e1f3f2;
    padding-top: 0 !important;
    margin-top: 120px;
    overflow: visible;
}

.l-section-hojin-card h2 {
    background: #106d69;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
}

@media (max-width: 767px) {
    .l-section-hojin-card {
        margin-top: 60px;
    }

    .l-section-hojin-card h2 {
        font-size: 16px;
        padding: 10px;
    }
}

.hojin-card-pop {
    position: absolute;
    content: "";
    width: 530px;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

@media (max-width: 767px) {
    .hojin-card-pop {
        width: 80%;
        max-width: 500px;
        top: -34px;
    }
}

.m-hojin-card-box {
    background-color: #fff;
    padding: 40px 20px;
    margin-top: 30px;
}

.m-hojin-card-box:first-of-type {
    margin-top: 50px;
}

.sub-txt {
    text-align: center;
    color: #106d69;
    font-weight: bold;
}

.m-hojin-card-box h3 {
    font-size: 32px;
    font-weight: bold;
    margin: 10px auto 0;
    text-align: center;
}

.m-card-contents-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .m-card-contents-box {
        display: flex;
        justify-content: space-between;
        flex-flow: column;
        align-items: center;
        margin-top: 0;
    }

    .m-hojin-card-box h3 {
        font-size: 18px;
        margin: 6px auto 0;
    }

    .m-hojin-card-box {
        padding: 30px 12px;
        margin-top: 20px;
    }

    .m-hojin-card-box:first-of-type {
        margin-top: 20px;
    }

    .m-hojin-card-box .sub-text {
        font-size: 11px;
    }
}

.m-card-img-area {
    width: 38%;
}

.m-card-txt-area {
    width: 60%;
}

@media (max-width: 767px) {
    .m-card-img-area {
        width: 90%;
        min-width: 100px;
        max-width: 400px;
    }

    .m-card-txt-area {
        width: 100%;
        max-width: 600px;
    }
}

.m-card-triple-area {
    display: flex;
    justify-content: space-between;
}

.m-card-triple-01,
.m-card-triple-02,
.m-card-triple-03 {
    width: 30%;
    padding: 35px 5px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {

    .m-card-triple-01,
    .m-card-triple-02,
    .m-card-triple-03 {
        padding: 20px 5px;
    }

    .m-card-triple-01,
    .m-card-triple-02 {
        margin-right: 5px;
    }
}

.l-section-hojin-card .m-card-triple-01,
.l-section-hojin-card .m-card-triple-02,
.l-section-hojin-card .m-card-triple-03 {
    background: #e1f3f2;
    border-radius: 5px;
}

.l-section-hojin-card .m-card-triple-01::before,
.l-section-hojin-card .m-card-triple-02::before,
.l-section-hojin-card .m-card-triple-03::before {
    width: 30px;
    height: 26px;
    position: absolute;
    color: #fff;
    background: #106d69;
    border-radius: 0 0 5px 0;
    padding-top: 4px;
    top: 0;
    left: 0;
}

.l-section-hojin-card .m-card-triple-01::before {
    content: "01";
}

.l-section-hojin-card .m-card-triple-02::before {
    content: "02";
}

.l-section-hojin-card .m-card-triple-03::before {
    content: "03";
}

.m-card-triple-01 p,
.m-card-triple-02 p,
.m-card-triple-03 p {
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 767px) {

    .l-section-hojin-card .m-card-triple-01,
    .l-section-hojin-card .m-card-triple-02,
    .l-section-hojin-card .m-card-triple-03 {
        border-radius: 3px;
    }

    .l-section-hojin-card .m-card-triple-01::before,
    .l-section-hojin-card .m-card-triple-02::before,
    .l-section-hojin-card .m-card-triple-03::before {
        width: 20px;
        height: 15px;
        position: absolute;
        color: #fff;
        background: #106d69;
        border-radius: 0;
        padding-top: 2px;
        top: 0;
        left: 0;
        font-size: 10px;
    }

    .m-card-triple-01 p,
    .m-card-triple-02 p,
    .m-card-triple-03 p {
        margin: 0 auto;
        font-size: 12px;
        font-weight: bold;
    }
}

.m-card-triple-area span {
    color: #ea3c71;
}

.l-section-hojin-card .m-card-single-area {
    width: 100%;
    background: #e1f3f2;
    border-radius: 5px;
    padding: 20px;
    margin-top: 10px;
    box-sizing: border-box;
}

.card-cp-pc {
    width: 70%;
    margin: 0 auto;
}

.card-cp-sp {
    width: 70%;
    margin: 20px auto 40px;
}

.card-img {
    width: 90%;
    margin: 20px auto 0;
}

.m-card-single-area li {
    padding-left: 15px;
    font-weight: bold;
    position: relative;
    margin-top: 5px;
    text-align: left;
}

.m-card-single-area li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "・";
}

.m-card-single-area li:first-of-type {
    margin-top: 0px;
}

@media (max-width: 767px) {
    .card-img {
        margin: 6px auto 0;
        max-width: 175px;
    }

    .l-section-hojin-card .m-card-single-area {
        padding: 10px 20px;
        border-radius: 3px;
    }

    .m-card-single-area li {
        padding-left: 12px;
        font-size: 11px;
    }
}

.l-section-biz-card {
    position: relative;
    background: #dbe2ea;
    padding-top: 0 !important;
    margin-top: 120px;
    overflow: visible;
}

.l-section-biz-card h2 {
    background: #4c6d98;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
}

.tab_container {
    position: relative;
}

.tab_wrapper {
    text-align: center;
    position: relative;
    top: 10px;
    background-color: #fff;
    z-index: 11;
}

.tab_item {
    width: calc(100%/2);
    height: 50px;
    background-color: #4c6d98;
    border-radius: 10px 10px 0 0;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    transition: opacity 0.3s ease-out;
    max-width: 475px;
    vertical-align: bottom;
    position: sticky;
    top: 20px;
    margin-bottom: -1px;
    cursor: pointer;
    z-index: 12;
}

.tab_item02 {
    background-color: #0d6965;
    margin-left: 10px;
}

.tab_underline {
    display: block;
    position: sticky;
    top: 69px;
    background-color: #4c6d98;
    width: 100%;
    height: 2px;
    left: 0;
    z-index: 11;
}

.tab_underline::before {
    content: "";
    background: #fff;
    width: 100%;
    height: 68px;
    display: block;
    position: absolute;
    top: -69px;
    left: 0;

}

input#tab02:checked~.tab_underline {
    background-color: #0d6965;
}

input[name="tab_item"] {
    display: none;
}

input[type="radio"]:checked+.tab_item {
    height: 60px;
    line-height: 60px;
    top: 10px;
}

.card-tab-content {
    display: none;
    padding: 40px 0 120px;
}

#tab01:checked~.card-tab-content#bizInfo,
#tab02:checked~.card-tab-content#corporationInfo {
    display: block;
}

.biz-card-pop {
    position: absolute;
    content: "";
    width: 500px;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

@media (max-width: 960px) {
    .tab_item {
        width: calc(98%/2);
    }
}

@media (max-width: 767px) {
    .card-tab-content {
        margin-top: 70px;
        padding-bottom: 25px;
    }

    .l-section-biz-card h2 {
        font-size: 16px;
        padding: 7px 10px;
    }

    .biz-card-pop {
        width: 80%;
        max-width: 500px;
        top: -40px;
    }

    .tab_item {
        font-size: 14px;
    }
}

@media (max-width: 670px) {
    .tab_item {
        width: calc(99%/2);
    }

    .tab_item02 {
        margin-left: 0;
    }
}

@media (max-width: 320px) {
    .tab_item {
        width: calc(98.7%/2);
    }
}

.m-biz-card-box {
    background-color: #fff;
    padding: 40px 20px;
    margin-top: 30px;
    position: relative;
}

.m-biz-card-box:first-of-type {
    margin-top: 50px;
}

.m-biz-card-box h3 {
    font-size: 32px;
    font-weight: bold;
    margin: 10px auto 0;
    text-align: center;
}

.new-icon {
    position: absolute;
    width: 80px;
    top: 0;
    left: 0;
}

.sub-txt-biz {
    text-align: center;
    color: #4c6d98;
    font-weight: bold;
}

.l-section-biz-card .m-card-triple-01,
.l-section-biz-card .m-card-triple-02,
.l-section-biz-card .m-card-triple-03 {
    background: #dbe2ea;
    border-radius: 5px;
}

.l-section-biz-card .m-card-triple-01::before,
.l-section-biz-card .m-card-triple-02::before,
.l-section-biz-card .m-card-triple-03::before {
    width: 30px;
    height: 26px;
    position: absolute;
    color: #fff;
    background: #4c6d98;
    border-radius: 0 0 5px 0;
    padding-top: 4px;
    top: 0;
    left: 0;
}

.l-section-biz-card .m-card-triple-01::before {
    content: "01";
}

.l-section-biz-card .m-card-triple-02::before {
    content: "02";
}

.l-section-biz-card .m-card-triple-03::before {
    content: "03";
}

@media (max-width: 767px) {

    .l-section-biz-card .m-card-triple-01,
    .l-section-biz-card .m-card-triple-02,
    .l-section-biz-card .m-card-triple-03 {
        border-radius: 3px;
    }

    .m-biz-card-box {
        padding: 30px 12px;
        margin-top: 20px;
    }

    .m-biz-card-box:first-of-type {
        margin-top: 20px;
    }

    .l-section-biz-card .m-card-triple-01::before,
    .l-section-biz-card .m-card-triple-02::before,
    .l-section-biz-card .m-card-triple-03::before {
        width: 20px;
        height: 15px;
        position: absolute;
        color: #fff;
        background: #4c6d98;
        border-radius: 0;
        padding-top: 2px;
        top: 0;
        left: 0;
        font-size: 10px;
    }

    .m-biz-card-box h3 {
        font-size: 18px;
        margin: 6px auto 0;
    }

    .sub-txt-biz {
        font-size: 11px;
    }
}

.l-section-biz-card .m-card-single-area {
    width: 100%;
    background: #dbe2ea;
    border-radius: 5px;
    padding: 20px;
    margin-top: 10px;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .l-section-biz-card .m-card-single-area {
        padding: 10px 20px;
        border-radius: 3px;
    }
}

/* 比較表 table */
.m-table-title {
    text-align: center;
    margin: 0 auto;
    color: #787878;
    font-weight: bold;
}

.m-table-title p {
    font-size: 18px;
    font-weight: bold;
}

.m-table-title h2 {
    font-size: 32px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .m-table-title p {
        font-size: 14px;
    }

    .m-table-title h2 {
        font-size: 18px;
    }
}

.l-section-inner,
.l-section-header-inner,
.l-section-content-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width: 767px) {

    .l-section-inner,
    .l-section-header-inner,
    .l-section-content-inner {
        padding: 0 10px;
    }

    .m-flowbox .l-tab-wrap {
        padding: 0;
    }
}

/* div#footer */
div#footer {
    background: #f1f1f1;
    font-size: 1.4rem;
}

div#footer .container {
    max-width: 1030px;
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
    padding: 0 20px;
}

div#footer h4 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
}

div#footer .desk {
    overflow: hidden;
    letter-spacing: -0.4em;
    margin-bottom: 20px;
}

div#footer .desk>div {
    display: inline-block;
    margin-right: 10px;
    letter-spacing: normal;
}

div#footer .desk .num {
    width: 30%;
    margin-left: 10px;
}

div#footer .askid {
    margin-left: 18px;
}

@media (max-width:919px) {
    div#footer .askid {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    div#footer .num a {
        pointer-events: none;
    }
}

div#footer .forsp .telnum {
    margin: 10px 0;
}

div#footer .forsp .telnum span {
    display: inline-block;
    vertical-align: middle;
}

div#footer .forsp .telnum span.tag {
    background: #fff;
    padding: 5px;
}

div#footer .forsp .telnum span.num {
    width: 20%;
    margin-left: 15px;
}

div#footer .forsp .telnum span.num a {
    display: block;
    margin-bottom: 10px;
}

div#footer .btmlk {
    padding-top: 20px;
    overflow: hidden;
    letter-spacing: -0.4em;
}

div#footer .btmlk .logo {
    width: 95px;
    display: inline-block;
    letter-spacing: normal;
    margin-right: 10px;
    vertical-align: middle;
}

div#footer .btmlk .name {
    display: inline-block;
    letter-spacing: normal;
    font-weight: bold;
    font-size: 18px;
    margin-right: 20px;
    vertical-align: middle;
}

div#footer .btmlk ul {
    display: inline-block;
    letter-spacing: normal;
    overflow: hidden;
    vertical-align: middle;
}

div#footer .btmlk ul li {
    float: left;
    margin-left: 20px;
}

div#footer .btmlk ul li>a {
    color: #000;
    text-decoration: underline;
}

div#footer .btmlk ul li>a:hover {
    text-decoration: none;
}

div#footer .copy {
    border-top: 1px solid #fff;
    font-size: 11px;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

@media (max-width: 767px) {
    div#footer {
        padding: 0 0 25px 0;
        font-size: 12px;
    }

    div#footer .container {
        padding: 0 15px;
    }

    div#footer h4 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    div#footer .desk>div {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }

    div#footer .desk .num {
        width: 80%;
        margin-left: 0;
    }

    div#footer .forsp .telnum span.num {
        width: 50%;
        margin-left: 10px;
    }

    div#footer .btmlk .logo {
        float: left;
    }

    div#footer .btmlk .name {
        font-size: 12px;
        margin-right: 0;
        margin-top: 10px;
    }

    div#footer .btmlk ul {
        font-size: 11px;
        margin-top: 5px;
    }

    div#footer .btmlk ul li {
        float: left;
        margin-left: 0;
    }

    div#footer .copy {
        padding-top: 25px;
    }
}

/* Modal */
.is-layer {
    z-index: 100;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.modal_layer {
    position: fixed;
    z-index: 11;
    display: none;
}

.modal_layer .modal_content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Yu Mincho", Georgia, "Hiragino Mincho ProN", serif;
    z-index: 100;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .modal_layer .modal_content {
        width: 85.28646vw;
        max-width: none;
        padding: 0;
    }
}

.modal_layer .modal_inner {
    background-color: #0a2240;
    padding: 40px 0;
    text-align: center;
}

.modal_layer .modal_inner figure {
    margin: 0 0 30px;
}

.modal_layer .modal_close {
    position: absolute;
    right: -4px;
    top: -25px;
    width: 56px;
}

@media (max-width: 767px) {
    .modal_layer .modal_close {
        right: -3.38542vw;
        top: -4.6875vw;
        width: 10.41667vw;
    }
}

.modal_layer .modal_title {
    color: #f3c873;
    font-size: 26px;
    font-weight: bold;
}

.modal_layer .modal_txt {
    color: #fff;
    font-size: 18px;
    max-width: 388px;
    margin: 26px auto 0;
    text-align: left;
    line-height: 1.7;
    width: 100%;
}

.modal_layer .modal_note {
    font-size: 14px;
    margin-top: 10px;
}

.modal_layer .modal_flex {
    font-size: 14px;
    display: flex;
    text-align: left;
}

@media (max-width: 767px) {
    .modal_layer .modal_title {
        font-size: 4.42708vw;
    }

    .modal_layer .modal_txt {
        font-size: 3.125vw;
        max-width: 72.26562vw;
        margin: 5.85938vw auto 0;
    }
}

.modal_layer .modal_txt a {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    color: #b3d4ff;
    text-decoration: none;
}

.m-icon-blank {
    width: 10px;
    height: 10px;
    margin-left: .3em;
    vertical-align: middle;
}

/* Modal */
.modal_outer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal {
    position: relative;
    margin: 10% auto;
    width: 100%;
    max-width: calc(100% - 20px);
    background: #fff;
    padding: 2.2em 1.8em;
    box-sizing: border-box;
    text-align: center;
    max-height: 90%;
    overflow-y: auto;
}

.modal_inner {
    display: flex;
    flex-direction: column;
}

.modal_title {
    font-size: 14px;
    font-weight: bold;
}

.modal_outer .modal_title {
    border-bottom: 2px solid #FF9000;
    padding-bottom: 10px;
}

.card-title {
    margin: 20px auto 10px;
}

.card-title h2 {
    font-size: 16px;
    font-weight: bold;
}

.modal-outer h2 {
    font-size: 22px;
    font-weight: bold;
    color: #262626;
}

.modal-card-cta {
    display: flex;
}

.modal-card-cta .card-img {
    width: calc(40% - 10px);
    margin: 0 5px;
}

.modal-card-cta .cta-area {
    width: calc(60% - 10px);
    margin: 0 5px;
}

.modal_outer .modal_applybtn {
    width: 100%;
    box-sizing: border-box;
    max-width: 180px;
    font-size: 12px;
    padding: 1em;
    display: inline-block;
    text-align: center;
    border-radius: 2em;
    font-weight: 600;
    color: #fff;
    background: #ff9000;
    transition: .3s;
}

.modal_outer .modal_applybtn:hover {
    opacity: .8;
}

.modal_outer .m-btn-cv-main {
    background-image: none;
    margin-bottom: .7em;
}

.modal_outer .m-btn-cv-sub {
    background-image: none;
    color: #ff9000;
    background: #fff;
    border: 2px solid #ff9000;
}

#modal_close {
    cursor: pointer;
    text-align: center;
    padding-top: 2.2em;
}

.modal_outer #modal_close span {
    display: inline-block;
    font-weight: 600;
    background: #f0f0f0;
    font-size: 13px;
    border-radius: 2em;
    padding: 1.2em 2.6em;
}

.modal_outer.visible {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-title p span {
    color: #2E75B6;
    font-weight: bold;
}

@media (min-width: 768px) {
    .modal {
        max-width: 760px;
        padding: 30px;
    }

    .modal_outer .modal_title {
        font-size: 16px;
        padding-bottom: 8px;
    }

    .card-title {
        margin: 20px auto 12px;
    }

    .card-title h2 {
        font-size: 20px;
    }

    .card-title p {
        font-size: 12px;
    }

    .modal-card-cta {
        justify-content: center;
        align-items: center;
    }

    .modal-card-cta .card-img {
        max-width: 180px;
        margin: 0 20px 0 0;
    }

    .modal-card-cta .cta-area {
        width: auto;
    }

    .modal_outer .modal_applybtn {
        max-width: 260px;
        width: 260px;
        font-size: 14px;
        padding: 14.5px;
    }

    .modal_outer .m-btn-cv-main {
        margin-bottom: 10px;
    }

    .modal_outer #modal_close span {
        width: 300px;
        font-size: 15px;
        padding: 14px 0;
    }
}

/* Tab */
.l-tab-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    width: 90%;
    margin: 0 auto;
}

.l-tab-area .l-tab {
    flex-grow: 1;
    height: 80px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #888;
    position: relative;
    cursor: pointer;
}

@media (max-width: 767px) {
    .l-tab-area .l-tab {
        height: 40px;
        font-size: 14px;
    }
}

.l-tab-area .l-tab-biz {
    background-color: #cbe0df;
    color: #106d69;
}

.l-tab-area .l-tab-biz.is-active {
    background-color: #4c6d98;
    color: #fff;
    outline: none;
}

.l-tab-area .l-tab.is-active:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: -20px;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 20px solid #4c6d98;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .l-tab-area .l-tab.is-active:after {
        border-width: 12px 10px 0 10px;
        bottom: -12px;
    }
}

.l-tab-area .l-tab-corporation {
    background-color: #d3dee5;
    color: #4c6d98;
}

.l-tab-area .l-tab-corporation.is-active {
    background-color: #106d69;
    color: #fff;
    outline: none;
}

.l-tab-area .l-tab-corporation.is-active:after {
    border-color: #106d69 transparent #106d69 transparent;
}

.l-tab-content-area .l-tab-content {
    height: 0;
    overflow: hidden;
}

.l-tab-content-area .l-tab-content.is-show {
    height: auto;
    margin-top: 50px;
    display: block;
}

@media (max-width: 767px) {
    .l-tab-content-area .l-tab-content.is-show {
        margin-top: 30px;
    }
}

.feature-tab {
    position: sticky;
    top: 0;
    background: #fff;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    z-index: 11;
    padding-top: 10px;
}

.feature-tab .l-tab {
    flex-grow: 0;
    position: static;
    height: 50px;
    width: 49.5%;
    color: #fff;
    border-radius: 10px 10px 0 0;
    max-width: 475px;
}

.feature-tab .l-tab-bizone {
    background: #4c6d98;
    margin-right: 10px;
}

.feature-tab .l-tab-hojin {
    background: #0d6965;
}

.feature-tab .l-tab.is-active {
    height: 60px;
}

.feature-tab .l-tab.is-active:after {
    content: "";
    position: absolute;
    display: block;
    background-color: #4c6d98;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    border: none;
    transform: none;
}

.feature-tab .l-tab-hojin.is-active::after {
    background-color: #0d6965;
}

.l-section-feature {
    padding: 0;
    max-width: 100%;
}

.l-section-feature .l-tab-content-area .l-tab-content {
    margin: 0 auto;
}

.l-section-feature .l-tab-content-area .l-tab-content.is-show {
    margin-top: 0;
}

@media (max-width: 767px) {
    .feature-tab {
        width: 100%;
        justify-content: space-between;
        padding-top: 6px;
    }

    .feature-tab .l-tab-bizone {
        margin-right: 0;
    }
}

/* added by tmr */
.m-card-tablearea {
    box-sizing: border-box;
    margin: 50px auto 30px;
    width: 960px;
}

.m-card-tablearea-shadow {
    display: none;
}

@media screen and (max-width:960px) {
    .m-card-tablearea {
        overflow-x: auto;
        border-left: 15px solid #fff;
        transition: .3s;
        width: 100%;
    }

    .m-card-tablearea-shadow {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 100%);
        display: block;
        width: 25px;
        position: absolute;
        right: 0;
        opacity: 1;
    }

    .m-card-tablearea-shadow.is-hide {
        opacity: 0;
    }
}

.m-card-table-header {
    box-sizing: border-box;
    display: flex;
    padding-left: 150px;
    width: 960px;
}

.m-card-table-head {
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-left: 24px;
    padding: .5em 0;
    text-align: center;
    width: 460px;
}

.m-card-table-head.bg-biz {
    width: 302px;
    margin-left: 10px;
}

.m-card-table-title {
    font-size: 16px;
    font-weight: bold;
}

.m-card-table {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 60px;
    width: 960px;
}

.m-card-table th {
    background: #787878;
    border-top: 1px solid #fff;
    color: #fff;
    padding: 1em;
    position: sticky;
    width: 120px;
    z-index: 1;
    left: 0;
}

.m-card-table td {
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    padding: 1.5em 5px;
    text-align: center;
    width: 150px;
}

.m-card-table td:first-of-type {
    border-left: none;
}

.m-card-table tr:first-of-type th~td {
    border-top: none;
}

.m-card-table sup {
    font-size: 10px;
    line-height: 1;
}

.m-card-table tr:first-child th:after {
    content: "";
    background-color: #fff;
    height: 100px;
    left: 0;
    position: absolute;
    top: -100px;
    width: 100%;
}

.table-card-img {
    width: 120px;
    margin-top: -60px;
}

.table-payment {
    display: flex;
    justify-content: center;
    gap: 6px;
}

.table-payment>* {
    margin: 0 1em;
}

.bg-table-biz .table-payment>* {
    margin: 0 auto;
}

.table-payment-img {
    margin-bottom: 1em;
}

.table-payment-img div {
    color: #fff;
    background: #262626;
    margin-bottom: 10px;
    padding: 2px 10px 0;
}

.table-payment-img>img {
    margin: 0 7px;
}

.table-payment-txt {
    text-align: left;
}

.payment01 {
    max-width: 94px;
}

.payment02 {
    max-width: 49px;
}

.payment03 {
    max-width: 56px;
}

.payment04 {
    max-width: 50px;
}

@media (max-width: 767px) {
    .m-card-table-header {
        padding-left: 122px;
    }

    .m-card-table td {
        width: 140px;
    }

    .m-card-table th {
        width: 80px;
        padding: 1em 0.5em;
    }
}

/* bg */
.bg-hojin {
    background-color: #116d69;
}

.bg-biz {
    background-color: #4c6d98;
}

.bg-table-hojin {
    background: #f6f6f6;
    color: #106d69;
}

.bg-table-biz {
    background: #eee;
    color: #4c6d98;
}

.bg-table-hojin+.bg-table-biz {
    border-left: none;
}

/* state */
.is-fz-smaller {
    font-size: 12px;
}

.is-color-grey {
    color: #888;
}

.m-flow {
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    max-width: 958px;
}

.m-flow:first-of-type {
    margin-bottom: 12px;
}

.m-flow-pricon {
    position: absolute;
    width: 61px;
    top: 0;
    left: 0;
}

.m-flow-head {
    color: #4c6d98;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 14px;
}

.l-hojin-feature .m-flow-head {
    color: #0d6965;
}

.m-flow-head>span {
    display: block;
    font-size: 14px;
}

.flow-show-btn {
    color: #4c6d98;
    background: #fff;
    padding: 10px;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 20px;
    transition: .3s;
    position: relative;
    width: 100%;
    font-weight: bold;
}

.l-hojin-feature .flow-show-btn {
    color: #0d6965;
}

.mobasoku-btn .button-icon {
    width: 56px;
    float: left;
}

.flow-show-btn .button-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.flow-show-btn .black {
    font-size: 18px;
    color: #262626;
    font-weight: normal;
}

.flow-show-btn::before,
.flow-show-btn::after {
    content: "";
    background: #4c6d98;
    display: block;
    height: 4px;
    position: absolute;
    transform: translateY(-50%);
    transition: .3s;
    width: 20px;
    top: 50%;
    right: 1em;
}

.l-hojin-feature .flow-show-btn::before,
.l-hojin-feature .flow-show-btn::after {
    background: #0d6965;
}

.flow-show-btn::after {
    transform: rotate(90deg) translateX(-1px);
}

.flow-show-btn.is-opened::after {
    transform: rotate(0);
    opacity: 0;
}

.m-flowbox {
    display: none;
    transition: max-height 0.5s ease;
    padding: 20px;
}

.m-flowbox .l-tab-area {
    box-sizing: border-box;
    margin: 10px auto -20px;
    padding: 0 20px;
    width: 100%;
    max-width: 900px;
}

/*flow*/
.flow-area h2 {
    max-width: 278px;
    margin: 60px auto 20px;
}

.flow-wrap {
    background: #dbe2ea;
    padding: 18px 10px;
    border-bottom: 2px solid #4c6d98;
}

.l-hojin-feature .flow-wrap {
    background: #e6f5f5;
    border-bottom: 2px solid #0d6965;
}

.open {
    height: auto
}

@media screen and (min-width: 768px) {
    .flow-area h2 {
        max-width: 400px;
        margin: 60px auto 40px;
    }

    .flow-wrap {
        padding: 40px 20px;
    }

    .flow-show-btn {
        font-size: 30px;
        padding: 20px;
    }

    .mobasoku-btn .button-icon {
        width: 85px;
    }

    .flow-show-btn .black {
        font-size: 24px;
    }

    .flow-show-btn::before,
    .flow-show-btn::after {
        width: 40px;
        height: 8px;
        right: 30px;
    }

    .flow-show-btn::after {
        top: 48%;
    }
}

/* tab */
.tab-wrapper {
    margin: 20px auto 0;
    overflow: hidden;
    max-width: 900px;
}

.flow-area .tab-wrapper {
    margin: 0 auto;
}

.tab-item {
    box-sizing: border-box;
    width: 49%;
    background-color: #eff2f4;
    border-radius: 10px 10px 0 0;
    float: left;
    text-align: center;
    margin-bottom: -3px;
    padding: 10px;
    transition: all 0.2s ease;
    position: relative;
    font-size: 16px;
    font-weight: bold;
}

.tab-item:nth-of-type(n+2) {
    margin-left: 2%;
}

input[name="tab-item"] {
    display: none;
}

.tab-content {
    clear: both;
    display: none;
    overflow: hidden;
    position: relative;
    z-index: 10;
    margin-bottom: 30px;
    background: #eff2f4;
    border-radius: 0 0 10px 10px;
    padding: 0 3% 20px;
}

.l-hojin-feature .tab-content {
    background: #f0f5f5;
}

.panels .tab-content {
    background: transparent;
    padding: 0;
    border-radius: 0;
}

.tab-bg {
    background: #eff2f4;
    border-radius: 0 0 10px 10px;
    padding: 30px 3% 20px;
}

.tab-content h3 .marker {
    color: #f06825;
    font-weight: bold;
}

#hojin-flow-content.tab-content {
    border-radius: 10px 10px 10px 10px;
    background: none;
}

#mobasoku-flow-content,
#hojin-flow-content {
    display: block;
}

#mobasoku-flow:checked~#mobasoku-flow-content,
#normal-flow:checked~#normal-flow-content,
#biz-webflow:checked~#biz-webflow-content,
#biz-mailflow:checked~#biz-mailflow-content,
#hojin-flow:checked~#hojin-flow-content {
    display: block;
}

#biz-webflow:checked~.panels #content-biz-webflow {
    display: block;
}

#biz-mailflow:checked~.panels #content-biz-mailflow {
    display: block;
}

.l-tab-content-area input:not(:checked)+.tab-item {
    background-color: #f7f8f9;
}

.flow-title {
    font-size: 24px;
    margin-top: 20px;
    padding-bottom: 0;
}

.headline {
    margin-top: 30px;
    text-align: center;
    line-height: 1.7;
    font-size: 15px;
}

.panels .headline {
    margin-top: 0;
}

.flow-icon {
    display: block;
    margin: 20px auto 0;
    width: 100%;
    max-width: 268px;
}

.note {
    margin-top: 20px;
    text-align: center;
}

.mobasoku-note {
    margin: 0 auto 30px;
    max-width: 800px;
}

.panels .m-list {
    font-size: 12px;
    margin-top: 20px;
}

@media screen and (min-width:768px) {
    .headline {
        font-size: 18px;
    }

    .mobasoku-note {
        font-size: 12px;
    }

    .panels .m-list {
        font-size: 14px;
    }
}

/* slide */
.tab-content .slider {
    margin: 0 auto 30px;
    padding-left: 0;
    width: 100%;
    display: block;
}

.tab-content .slick-slide {
    align-items: center;
    display: flex !important;
    justify-content: center;
    height: 180px;
    margin: 20px;
    box-shadow: 5px 5px 12px 1px rgba(18, 99, 153, 0.2);
    width: 100%;
}

.l-hojin-feature .tab-content .slick-slide {
    height: 300px;
    box-shadow: 5px 5px 12px 1px rgba(13, 105, 101, 0.2);
}

.panels .tab-content .slick-slide {
    height: 230px;
}

#mobasoku-flow .tab-content .slick-slide {
    height: 150px;
}

.tab-content .slide-step {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
}

.tab-content .slider-box {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 12px;
    position: relative;
    text-align: center;
    width: 100%;
}

.tab-content .slider-box p {
    text-align: center;
    margin-bottom: 0;
    line-height: 1.5;
}

.tab-content .slick-active {
    font-size: 15px;
}

.slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.slide-arrow::before {
    display: block;
    color: #0082c5;
}

.l-hojin-feature .slide-arrow::before {
    color: #93bcba;
}

.next-arrow {
    transition: .3s;
    right: 10px;
}

.prev-arrow {
    left: 10px;
    transition: .3s;
}

.next-arrow::before {
    border-top: 2px solid #4c6d98;
    border-right: 2px solid #4c6d98;
    transform: rotate(45deg);
}

.prev-arrow::before {
    border-top: 2px solid #0f3877;
    border-left: 2px solid #0f3877;
    transform: rotate(-45deg);
}

.l-hojin-feature .next-arrow::before {
    border-top: 2px solid #0d6965;
    border-right: 2px solid #0d6965;
}

.l-hojin-feature .prev-arrow::before {
    border-top: 2px solid #0d6965;
    border-left: 2px solid #0d6965;
}

.next-arrow::before,
.prev-arrow::before {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
}

.slick-disabled {
    cursor: default;
    opacity: .25;
}

.slider-box-icon {
    margin: 0 auto 20px;
    display: block;
}

.s-box01 .slider-box-icon {
    max-width: 68px;
}

.s-box02 .slider-box-icon {
    max-width: 80px;
}

.s-box03 .slider-box-icon {
    max-width: 76px;
}

.s-box04 .slider-box-icon {
    max-width: 88px;
    margin-left: 35%;
}

.mailflow .s-box04 .slider-box-icon {
    margin-left: 35%;
}

.s-box05 .slider-box-icon {
    max-width: 112px;
    margin-left: 36%;
}

.s-box06 .slider-box-icon {
    max-width: 90px;
}

.l-hojin-feature .s-box03 .slider-box-icon {
    max-width: 88px;
    margin-left: 35%;
}

.l-hojin-feature .s-box04 .slider-box-icon {
    max-width: 112px;
    margin-left: 36%;
}

.l-hojin-feature .s-box05 .slider-box-icon {
    max-width: 69px;
}

.slick-dots {
    bottom: -15px;
}

@media (min-width: 768px) {
    .slider-box-icon {
        max-width: 150px;
    }

    .tab-content .slider-box p {
        font-size: 16px;
    }

    .s-box04 .slider-box-icon {
        margin-left: 39%;
    }

    .mailflow .s-box04 .slider-box-icon {
        margin-left: 39%;
    }

    .s-box05 .slider-box-icon {
        margin-left: auto;
    }

    .l-hojin-feature .s-box03 .slider-box-icon {
        margin-left: 38%;
    }

    .l-hojin-feature .s-box04 .slider-box-icon {
        margin-left: 42%;
    }
}

.is-fz-large {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.is-fz-small {
    font-size: 14px;
}

.subtxt-box {
    font-size: 12px;
}

.is-hide {
    display: none;
}

.is-hide~.tab-content {
    border-radius: 10px;
}

.is-ta-c {
    text-align: center;
}

@media (min-width: 768px) {
    .subtxt-box {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .is-pc {
        display: none
    }

    .is-sp {
        display: block
    }
}

@media (min-width: 768px) {
    .is-pc {
        display: block
    }

    .is-sp {
        display: none;
    }
}

@media screen and (min-width:768px) {

    /*----------------------*/
    /*----            P C            ---*/
    /*----------------------*/
    /*tab*/
    .tab-item {
        margin-bottom: -5px;
        font-size: 22px;
        padding: 20px;
    }

    .tab-wrapper input:not(:checked)+.tab-item:hover {
        background-color: #d6e6f3;
    }

    .flow-title {
        font-size: 30px;
    }

    /* slide */
    .tab-content .slider {
        width: 70%;
    }

    .next-arrow:not(.slick-disabled):hover {
        right: 5px;
    }

    .prev-arrow:not(.slick-disabled):hover {
        left: 5px;
    }

    /* campaign */
    .banner-slick .next-arrow {
        right: 30px;
    }

    .banner-slick .prev-arrow {
        left: 30px;
    }

    .banner-slick .next-arrow:not(.slick-disabled):hover {
        right: 26px;
    }

    .banner-slick .prev-arrow:not(.slick-disabled):hover {
        left: 26px;
    }

    .is-fz-large {
        font-size: 20px;
    }
}

/* end media */
.m-feature-content .box1 {
    text-align: center;
    padding: 40px 20px;
}

.m-feature-ballon {
    background: #fff;
    border-radius: 8px;
    display: inline-block;
    font-size: 14px;
    padding: 14px 22px 10px;
    margin-bottom: 18px;
}

.m-feature-ballon::after {
    background: #fff;
    content: "";
    display: block;
    height: 15px;
    margin: auto auto -15px;
    transform: rotate(45deg);
    width: 15px;
}

.m-feature-content-head-txt {
    margin-top: 20px;
    font-size: 14px;
}

.box1>.m-btn-detail {
    margin-top: 20px;
    margin-bottom: 20px;
}

.box1 .m-feature-content-head .ic {
    position: absolute;
    left: calc(50% - 220px);
    top: 15px;
}

.l-hojin-feature .box1 .m-feature-content-head+p {
    color: #262626;
}

.box1 .title1 {
    width: auto;
    display: inline-block;
    border-top: 1px solid #4c6d98;
    border-bottom: 1px solid #4c6d98;
    padding: 10px 40px;
    margin-top: 30px;
}

.box1 .title1 h4 {
    font-size: 14px;
    color: #4c6d98;
}

.box1 .title1 h5 {
    font-size: 20px;
    color: #4c6d98;
    font-weight: bold;
    line-height: 1.2;
}

.box1 .title1 h5 .cl {
    color: #0f8d9c;
    font-weight: bold;
}

.box1 .title1 h5 .fs {
    font-size: 30px;
}

.box1 .block {
    text-align: left;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 850px;
    margin: 0 auto;
    padding: 40px 0px 10px;
}

.box1 .block .item01 {
    border-radius: 10px;
    border: 2px solid #0f8d9c;
    background: #fff;
    width: auto;
    height: auto;
    margin-bottom: 10px;
    padding: 40px 30px;
    position: relative;
    text-align: center;
    position: relative;
    width: 22%;
}

.item01-icon {
    background: #0f8d9c;
    border-radius: 6px 0 10px 0;
    padding: 6px 20px 8px;
    position: absolute;
    top: 0;
    left: 0;
}

.item01-icon img {
    display: block;
    max-width: 67px;
}

.box1 .block .item01 .icon {
    margin: 0 auto 6px;
    max-width: 60px;
}

.box1 .block .item01 .icon img {
    width: 100%;
}

.box1 .block .item01 h6 {
    font-size: 18px;
    color: #4c6d98;
    font-weight: bold;
    line-height: 1.4;
}

.box1 .block .item01 h6 span {
    font-size: 25px;
    color: #0f8d9c;
    font-weight: bold;
    line-height: 1.2;
}

.box1 .block .item01 .number {
    font-size: 38px;
    color: #0f8d9c;
    font-weight: bold;
    line-height: 0.8;
}

.box1 .block .item01 .number span {
    font-size: 20px;
}

.box1 .block .item01 p {
    margin-top: 10px;
    color: #333333;
    font-size: 12px;
}

.box1 .title2 {
    font-size: 15px;
    color: #0865a0;
    margin: 18px 0px 10px;
}

.box1 .m-cyber img {
    max-width: 100%;
}

.js-aco.is-open {
    display: none;
}

.js-closeAccordion::before {
    transform: rotate(90deg);
    opacity: 0;
}

@media screen and (max-width:767px) {
    .m-feature-content-head-txt {
        text-align: left;
    }

    .box1>.m-btn-detail {
        width: 230px;
    }

    .box1 .m-feature-content-head .ic {
        position: absolute;
        right: calc(50% - 150px);
        left: auto;
        top: 15px;
    }

    .box1 .title1 {
        width: 100%;
        padding: 5px 0px;
        margin-top: 20px;
    }

    .box1 .title1 h4 {
        padding-bottom: 5px;
        border-bottom: 1px solid #4c6d98;
    }

    .box1 .block {
        justify-content: start;
        padding: 20px 0px 0px;
    }

    .box1 .block .item01 {
        width: 100%;
        padding: 30px;
        margin-bottom: 30px;
    }

    .box1 .title2 {
        font-size: 13px;
    }
}

@media screen and (max-width:374px) {
    .box1 .block .item01 h6 {
        font-size: 16px;
    }
}

.m-btn {
    cursor: pointer;
}

.mg-t40 {
    margin-top: 40px;
}

.point-subttl {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

@media (min-width: 768px) {
    .point-subttl {
        font-size: 24px;
    }
}

/*contact*/
.contact {
    background-color: #d0e3ee;
    text-align: center;
}

.section__inner {
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 640px;
    margin: 0 auto;
}

h2.headline.v2 {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 7px;

    font-weight: 600;
    letter-spacing: 2px;

    display: block;
    font-size: 40px;
}

h2.headline.v2::before {
    content: '';
    background: #005184;
    width: 100px;
    height: 5px;
    position: absolute;
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5px;
}

.contact .section__button {
    position: relative;
    display: block;
    box-sizing: border-box;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    background-color: #005184;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 20px 40px 20px 20px;
    text-decoration: none;
    text-align: center;
    border-radius: 8px;
    max-width: 468px;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.section__button:hover {
    filter: brightness(1.3);
}

.section__button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 87%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url(/promotion/ordercard/corp/standard3/images/icon_arrow.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
}

.contact__text {
    font-size: 12px;
    margin-bottom: 12px;
    text-align: center;
}

.contact__text .mb0 {
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .contact .section__inner {
        padding: 30px 20px;
        width: auto;
    }

    h2.headline.v2 {
        font-size: 28px;
        margin-bottom: 15px;
        padding-bottom: 5px;
    }

    h2.headline.v2::before {
        width: 80px;
        height: 3px;
    }

    .contact .section__button {
        font-size: 18px;
        padding: 16px 36px 16px 16px;
    }
}

/*contact*/
.is-color-biz {
    color: #4c6d98;
}

.is-bcolor-biz {
    background-color: #4c6d98;
}

.is-color-hojin {
    color: #0d6965;
}

.is-bcolor-hojin {
    background-color: #0d6965;
}

.limited {
    width: fit-content;
    position: relative;
    margin: auto;
}

.m-campaign-heading.limited::after {
    background-image: url(../images/txt-limited.png);
    background-size: 100%;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    height: 54px;
    width: 73px;
    top: -5px;
    left: -27px;
}

.cp-head {
    display: flex;
    flex-direction: column;
    width: 80%;
    gap: 10px;
    margin: 0 auto 16px;
    line-height: normal;
}

.cp-head h3 {
    font-size: 30px;
    font-weight: bold;
    margin: auto;
}

.cp-head .span-emphasis {
    font-size: 60px;
}

.cp-note {
    font-size: 11px;
    color: #262626;
}

.span-emphasis {
    font-size: 40px;
    font-weight: bold;
    margin: 0 4px;
}

.houjin-cover {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.cp-content-cover {
    padding: 32px;
}

.cp-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 80%;
    margin: auto;
    background-color: #f6f9ff;
    border: 2px solid #4c6d98;
    border-radius: 12px;
}

.cp-content.hojin {
    border: 2px solid #0d6965;
    background-color: #f8ffff;
}

.cp-item-cover {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 20px;
}

.cp-item {
    line-height: normal;
}

.cp-title {
    width: 100%;
    color: #ffffff;
    padding: 12px 0px;
    font-weight: bold;
    font-size: 28px;
    border-radius: 10px 10px 0 0;
}

.cp-item img {
    width: 40px;
}

.cp-item.biz img {
    filter: brightness(0) saturate(100%) invert(38%) sepia(96%) saturate(245%) hue-rotate(174deg) brightness(89%) contrast(89%);
}

.hojin .cp-item img {
    filter: 0;
}

.cp-txt-b {
    font-weight: bold;
}

.anchor a {
    position: relative;
    margin-top: 16px;
}

.anchor a::after {
    content: '';
    position: absolute;
    margin-left: 4px;
    top: 12px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #43a6e5;
    border-right: 2px solid #43a6e5;
    transform: translateY(-2px) rotate(135deg);
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .anchor a::after {
        top: 9px;
    }
}

.cp-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 8px 32px;
    margin: 20px auto 0;
    background-color: #ffffff;
    box-sizing: border-box;
    border: 2px solid #4c6d98;
    border-radius: 100px;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
}

.cp-button.hojin a {
    border: 2px solid #0d6965;
}

.cp-button:hover {
    opacity: .8;
}

.biz .icon-new-tab::after {
    content: "";
    background: url(/promotion/ordercard/corp/standard3/images/icon_new_tab.png) no-repeat center;
    background-size: 100%;
    margin-left: 6px;
    display: inline-block;
    width: 18px;
    height: 18px;
    filter: brightness(0) saturate(100%) invert(38%) sepia(96%) saturate(245%) hue-rotate(174deg) brightness(89%) contrast(89%);
}

.hojin .icon-new-tab::after {
    content: "";
    background: url(/promotion/ordercard/corp/standard3/images/icon_new_tab.png) no-repeat center;
    background-size: 100%;
    margin-left: 6px;
    display: inline-block;
    width: 18px;
    height: 18px;
    filter: brightness(0) saturate(100%) invert(32%) sepia(11%) saturate(3555%) hue-rotate(130deg) brightness(94%) contrast(90%);
}

@media screen and (max-width:767px) {
    .limited {
        font-size: 26px;
    }

    .m-campaign-heading.limited::after {
        top: -8px;
        left: -30px;
    }

    .m-campaign-box {
        border-radius: 10px;
    }

    .cp-head {
        width: 100%;
    }

    .cp-head h3 {
        font-size: 20px;
    }

    .cp-content {
        width: 94%;
    }

    .cp-title {
        font-size: 20px;
    }

    .cp-content-cover {
        padding: 20px;
    }

    .cp-item {
        font-size: 16px;
    }

    .cp-button a {
        font-size: 14px;
        padding: 8px 20px;
    }

    .biz .icon-new-tab::after {
        width: 14px;
        height: 14px;
    }

    .hojin .icon-new-tab::after {
        width: 14px;
        height: 14px;
    }

    .cp-hojin .m-campaign-btn-area {
        margin-bottom: 20px;
    }

    .cp-subtext {
        margin-bottom: 20px;
    }

    .span-emphasis {
        font-size: 32px;
    }
}

.title-1 {
    width: fit-content;
    margin: auto;
}

.box1 .title-1::before {
    content: "";
    position: absolute;
    background: url(/promotion/ordercard/corp/standard3/images/icon-new.png) no-repeat center;
    background-size: 100%;
    width: 80px;
    height: 80px;
    top: -60px;
    right: -70px;
}

.cash-cp {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cash-title p {
    color: #262626;
}

.cash-title h3 {
    font-size: 40px;
    line-height: normal;
}

.cash-cp p {
    margin-bottom: 10px;
}

.cash-img {
    width: 100%;
    margin: 0 auto;
    transition: .3s;
}

.cash-img img:nth-of-type(2) {
    margin: 14px auto 0;
    width: 80%;
}

.bubble {
    line-height: normal;

    position: relative;
    width: fit-content;
    background-color: #e6edf1;
    padding: 6px 24px;
    margin: 0 auto 16px;
    border-radius: 8px;
}

.hojin-area .bubble {
    background-color: #e6f5f5;
}

.bubble::after {
    border-left: 1em solid transparent;
    border-right: 1em solid transparent;
    border-top: 1em solid #e6edf1;
    content: "";
    display: block;
    height: 0;
    margin: auto;
    position: absolute;
    width: 0;
    right: 0;
    left: 0;
    bottom: -.4em;
}

.hojin-area .bubble::after {
    border-top: 1em solid #e6f5f5;
}

@media screen and (max-width: 767px) {
    .box1 .title-1::before {
        width: 60px;
        height: 60px;
        top: -50px;
        right: -60px;
    }
}

.l-cp-area {
    padding: 20px 0;
}

@media (max-height: 740px) {
    .modal_layer .modal_inner {
        max-height: 60vh;
        overflow-y: scroll;
    }
}

.biz .m-campaign-box {
    background-color: #e7f3fa;
}

.hojin .m-campaign-box {
    background-color: #e6f5f5;
    margin-top: 20px;
}

@media (max-height: 740px) {
    .l-cp-area {
        padding: 20px 6px;
    }
}

a.jump_point {
    height: 1px;
    display: block;
    padding-top: 90px;
    margin-top: -90px;
}

.icon-plus {
    display: block;
    height: 1em;
    position: relative;
    margin: 10px auto 10px;
}

.icon-plus.biz::after,
.icon-plus.biz::before {
    background-color: #4c6d98;
    content: "";
    display: block;
    height: .25em;
    margin: 10px auto 30px;
    position: absolute;
    width: 1.2em;
    top: 0;
    right: 0;
    left: 0;
}

.icon-plus.hojin::after,
.icon-plus.hojin::before {
    background-color: #0d6965;
    content: "";
    display: block;
    height: .25em;
    margin: 10px auto 30px;
    position: absolute;
    width: 1.2em;
    top: 0;
    right: 0;
    left: 0;
}

.icon-plus::after {
    transform: rotate(90deg);
}

.cp_banner {
    max-width: 760px;
    margin: 20px auto 0;
    width: 94%;
}

.cp_banner .cp_banner_img {
    max-width: 600px;
    margin: 10px auto;
}

.cp_banner .cp_banner_txt {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(90deg, #fd5392 0%, #f86f64 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cp_banner .cp_banner_txt span {
    font-size: 14px;
    color: #262626;
    -webkit-text-fill-color: #262626;
}

@media (min-width: 768px) {
    .cp_banner {
        margin: 30px auto 0px;
    }

    .cp_banner .cp_banner_txt {
        font-size: 24px;
    }

    .cp_banner .cp_banner_txt span {
        font-size: 18px;
    }

    .cp_banner .cp_banner_img {
        margin: 20px auto;
    }

    .cp_banner .m-txt-annotation {
        text-align: center;
        margin: 0 auto;
    }
}


.l-card-service-heading {
    margin: 0 auto;
    background: linear-gradient(to right, #7f704d, #9e9278);
    ;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 20px 10px;
}

.card-service {
    background: #e8e3d8;
    margin: 30px -10px 0;
    padding: 0 0 30px;
    color: #262626;
    border-radius: 0 0 10px 10px;
}

.card-service-box {
    width: 92%;
    margin: 0 auto;
    padding: 30px 0;
}

.card-service-box .wrap {
    background: #fff;
    box-shadow: 0px 0px 12.6px 1.4px rgba(225, 226, 229, 1);
    padding: 20px 10px;
}

.card-service-heading {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.g-service {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 8px;
}

.g-service li img {
    width: 70px;
}

.card-service-box .m-list {
    margin: 0 auto;
}

.g-service li p {
    font-size: 12px;
    margin-top: 15px;
    font-weight: bold;
    text-align: center;
}

.g-text {
    width: 100%;
    margin: 15px auto 0;
}

.point-btn.gold {
    border: none;
    background: #9E9278;
    color: #fff;
    border-radius: 50px;
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    box-sizing: border-box;
    cursor: pointer;
}

.point-btn.gold::before {
    background-color: #fff;
    top: 40%;
    width: 1px;
    height: 11px;
    right: 20px;
    transition: .3s;
    content: "";
    display: block;
    position: absolute;
}

.point-btn.gold::after {
    background-color: #fff;
    top: 50%;
    width: 11px;
    height: 1px;
    right: 15px;
    transition: .3s;
    content: "";
    display: block;
    position: absolute;
}

.point-btn.is-open::before {
    transform: rotate(-90deg);
    opacity: 0;
}

.l-accordion.gold {
    margin-top: 10px;
}

.ac-btn.gold {
    width: 175px;
    height: 40px;
    padding: 10px 20px;
    font-size: 12px;
    color: #827352;
    border: 1px solid #c0b9aa;
    margin: 0 auto 20px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    border-radius: 0;
}

.ac-btn.gold::before {
    display: block;
    content: "";
    width: 1px;
    height: 11px;
    right: 15px;
    margin-top: -5.5px;
    transition: transform .5s ease, opacity .5s ease;
    ;
    position: absolute;
    top: 50%;
    background-color: #a19271;
}

.ac-btn.gold::after {
    display: block;
    content: "";
    position: absolute;
    width: 11px;
    height: 1px;
    right: 10px;
    margin-top: -.5px;
    top: 50%;
    background-color: #a19271;
    transition: transform .5s ease;
}

.ac-btn.is-open::before {
    transform: rotate(-90deg);
    opacity: 0;
}

.ac-btn+.l-accordion {
    margin: 20px auto 30px;
    width: 90%;
}

.gold .m-definitionList {
    text-align: left;
}

.m-list .icon-new-tab.is-txt-link::after {
    content: "";
    background: url(/promotion/ordercard/corp/standard3/images/icon_new_tab.png) no-repeat center;
    background-size: 100%;
    width: 10px;
    height: 10px;
    margin-left: 4px;
    display: inline-block;
}

.feature-area .free .biz-one-card-gold-area .feature-box {
    padding: 20px 10px 0;
}

@media screen and (min-width:768px) {
    .cash-img img:nth-of-type(1) {
        width: 80%;
        margin: 0 auto;
    }

    .cash-img img:nth-of-type(2) {
        margin: 20px auto;
        width: 60%;
    }

    .card-service {
        margin: 30px auto 0;
        border-radius: 0;
    }

    .l-card-service-content {
        max-width: 760px;
        margin: 0 auto;
    }

    .l-card-service-heading {
        margin: 0 auto;
        font-size: 24px;
    }

    .card-service-box {
        max-width: 760px;
        padding: 40px 0;
    }

    .card-service-box .wrap {
        padding: 40px 20px;
    }

    .card-service-heading {
        font-size: 22px;
    }

    .g-service {
        margin-top: 24px;
        margin-bottom: 24px;
        gap: 60px;
    }

    .g-service li img {
        width: 100px;
    }

    .card-service-box .m-list {
        max-width: 560px;
        width: 76%;
        margin: 0 auto;
    }

    .g-service li p {
        font-size: 20px;
    }

    .point-btn.gold {
        font-size: 22px;
        max-width: 500px;
        transition: .3s;
        border: none;
        background: #9E9278;
        color: #fff;
        border-radius: 50px;
        width: 90%;
        margin: 0 auto;
        height: 69px;
    }

    .point-btn.gold::before {
        top: 30%;
        width: 4px;
        height: 25px;
        right: 31px;
    }

    .point-btn.gold::after {
        top: 46%;
        width: 25px;
        right: 20px;
        height: 4px;
    }

    .ac-btn.gold {
        font-size: 16px;
        width: 260px;
        height: 50px;
        padding: 10px 35px;
        margin: 0 auto 30px;
    }

    .ac-btn.gold::before {
        width: 2px;
        height: 14px;
        right: 23px;
    }

    .ac-btn.gold::after {
        width: 14px;
        height: 2px;
        right: 17px;
    }

    .feature-area .free .biz-one-card-gold-area .feature-box {
        padding: 40px 20px;
    }
}

.l-table-container.gold {
    margin: 20px auto 30px;
}

.l-table-container.gold .circle {
    font-size: 24px;
}

.l-table-container.gold .m-txt-annotation {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .l-table-container.gold {
        padding: 0 10px;
        margin: 10px auto 20px;
    }

    .l-table-container.gold .l-table-scroll-inner>* {
        width: 100%;
    }

    .l-table-container.gold .m-table table th {
        width: 70px;
    }

    .l-table-container.gold .m-table table th,
    .m-table table td {
        font-size: 11px;
    }

    .l-table-container.gold .l-table-scroll::after {
        content: none;
    }

    .l-table-container.gold .circle {
        font-size: 20px;
    }
}

@media screen and (min-width:768px) {
    .m-miryoku {
        margin: auto;
        padding-top: 0;
    }

    /* .m-miryoku-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    } */
    .m-miryoku-head>img {
        display: block;
        margin: auto;
        max-width: 400px;
    }
}

.m-miryoku-content>li {
    background-color: #e6f5f5;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
    max-width: 958px;
    padding: 20px 20px;
    margin: 0 auto 20px;
    width: 90%;
}

@media screen and (min-width:768px) {
    .m-miryoku-content>li.l-miryoku-2col-pc {
        font-size: 14px;
        margin: 20px;
        width: 45%;
        max-width: 459px;
    }
}

.miryoku-num {
    position: absolute;
    width: 66px;

    top: 0;
    left: 0;
}

.m-miryoku-content-head {
    color: #15487a;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.m-miryoku-content-head+p {
    color: #15487a;
    font-size: 14px;
    margin-top: 6px;
    text-align: center;
}

.m-feature-content-head {
    margin-top: 20px;
}

.m-feature-content-head:not(:first-of-type) {
    margin-top: 50px;
}

.m-feature-content-head-emphasis {
    color: #d4445c;
}

.m-feature-content-head-emphasis.is-short-lh {
    display: inline-block;
    line-height: 1.1;
}

.m-feature-content-head-smaller {
    font-size: 80%;
}

.m-feature-content-head.lined {
    position: relative;
    z-index: 1;
}

.m-feature-content-head.lined::after {
    background-color: #315e8a;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: translateY(-50%);
    width: 100%;

    top: 50%;
    z-index: -1;
}

.lined-bg {
    background-color: #e6f5f5;
    padding: 0 .7em;
    display: inline-block;
}

.miryoku-hukidashi {
    position: absolute;
    transform: translateY(-60%);
    width: 70px;

    right: 7%;
    top: 15px;
}

.m-miryoku-content .m-feature-content-head+p {
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    letter-spacing: 0.02em;
}

.m-miryoku-content .feature-box {
    background: #fff;
    border-radius: 10px;
    color: #0d6965;
    margin-top: 20px;
    overflow: hidden;
    padding: 20px;
    text-align: center;
}

.m-miryoku-content .feature-box.f04 {
    padding: 30px 10px;
}

@media (768px <=width) {
    .m-miryoku-content .feature-box {
        padding: 40px;
    }
}

.feature-box-head {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}

.feature-box-img {
    margin: 20px auto;
    width: calc(100% - 40px);
}

.feature-box-img img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 262px;
}

.feature-box-belt {
    background-color: #0d6965;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: .7em 0;
    position: relative;
}

.feature-box-belt::before {
    content: "";
    display: block;
    border-right: .5em solid transparent;
    border-top: .5em solid #fff;
    border-left: .5em solid transparent;
    height: .4em;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    top: -1px;
    left: 50%;
}

.m-miryoku-content .no-padding {
    padding: 0;
}

.m-miryoku-content .is-txt-link::after {
    content: none;
}

.m-miryoku-content .feature-box03 {
    margin: 15px auto 0;
    padding: 0;
}

.m-feature-content-head-ballon {
    position: absolute;
    transform: translate(153%, -90%);
    width: 62px;
    top: 0;
    left: 50%;
}

@media (768px <=width) {
    .m-feature-content-head-ballon {
        transform: translate(230%, -80%);
    }
}

.card-list .feature-box {
    margin-top: 20px;
    padding: 40px 20px;
}

.m-miryoku-content .card-list {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 25px;
}

.feature-content-ballon {
    background-color: #e6f5f5;
    border-radius: 6px;
    margin: 0 auto 1.5em;
    padding: .4em 2em;
    position: relative;
    width: fit-content;
}

.feature-content-ballon::after {
    content: "";
    border-right: 10px solid transparent;
    border-top: 10px solid #e6f5f5;
    border-left: 10px solid transparent;
    display: block;
    margin: auto;
    position: absolute;
    width: 0;
    right: 0;
    left: 0;
    bottom: -10px;
}

.feature-content-head3 {
    width: 80%;
    margin: 16px auto 0;
}

.m-campaign-box2 {
    width: 100%;
    margin: 0 auto;
    transition: .3s;
}

.m-campaign-box2 div:nth-of-type(2) {
    margin: 14px auto 0;
    width: 80%;
}

@media (768px <=width) {
    .feature-content-head3 {
        max-width: 320px;
    }

    .m-campaign-box2 div:nth-of-type(1) {
        width: 80%;
        margin: 0 auto;
    }

    .m-campaign-box2 div:nth-of-type(2) {
        margin: 20px auto;
        width: 60%;
    }
}

.is-mt-short {
    margin-top: 20px;
}

.feature-box-logo {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 15px;
}

.feature-box-logo>li {
    color: #888;
    text-align: right;
    width: 30%;
    max-width: 135px;
}

.feature-box-logo img {
    border: 1px solid #eee;
    margin-bottom: .2em;
}

.m-miryoku-content .m-btn-detail {
    margin-top: 20px;
}

.m-miryoku-content .m-list {
    max-width: 700px;
    margin: auto;
}

.hojin-card-img {
    max-width: 490px;
    margin: 0 auto 20px;
}

.l-3point-area .service-content>li {
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 10px;
}

.service-content-head {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.service-text-img {
    max-width: 198px;
    margin: 20px auto 12px;
}

.service-text-ttl {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
}

.service-payment {
    display: flex;
    justify-content: center;
}

.service-payment img {
    border: 6px solid #fff;
    background: #fff;
    box-sizing: border-box;
}

.service-payment+.m-txt-annotation {
    margin-top: 10px;
    padding-left: 6px;
}

.banner_area a {
    transition: .3s;
}

.banner_area a:hover {
    opacity: .7;
}

.banner_area {
    max-width: 500px;
    margin: 20px auto 40px;
}

@media screen and (max-width:767px) {
    .banner_area {
        margin: 20px auto 0;
    }

    .l-3point-area .m-campaign-box {
        margin: 0 10px;
    }

    .l-3point-subheading {
        margin-bottom: 30px;
    }
}

.l-3point-area03 {
    padding: 100px 0 20px;
}

@media screen and (min-width:768px) {
    .service-text-ttl {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .service-text-img {
        max-width: 276px;
    }

    .service-content-head {
        font-size: 30px;
    }

    .l-3point-area .service-content>li {
        padding: 10px 20px;
    }

    .hojin-card-img {
        margin: 20px auto 40px;
    }

    .m-miryoku-content .card-list {
        margin-bottom: 40px;
    }

    .m-miryoku-content .feature-box03 {
        max-width: 736px;
    }

    .miryoku-hukidashi {
        width: 90px;
        right: auto;
        left: 25%;
        top: 16px;
    }

    .m-miryoku-content .m-feature-content-head+p {
        font-size: 16px;
    }
}

@media screen and (min-width:768px) {
    .m-cyber {
        display: flex;
        justify-content: center;
    }
}

.m-cyber-content {
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    margin-top: 40px;
    padding: 30px 25px 20px;
    position: relative;
}

@media screen and (min-width:768px) {
    .m-cyber-content {
        width: 46%;
    }
}

.m-cyber-content-1 {
    border-radius: 10px 10px 0 0;
    margin-bottom: 50px;
}

@media screen and (min-width:768px) {
    .m-cyber-content-1 {
        border-radius: 10px 0 0 10px;
        height: 194px;
        margin-right: 5%;
        margin-bottom: 0;
    }
}

.m-cyber-content-triangle {
    display: flex;
    overflow: hidden;
    height: 20px;
    justify-content: center;
    margin-left: -25px;
    margin-bottom: -10px;
    transform: translateY(30px);
    width: calc(100% + 50px);
}

.m-cyber-content-triangle::after {
    border-top: 20px solid #fff;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    content: "";
    display: block;
    width: 0;
}

@media screen and (min-width:768px) {
    .m-cyber-content-triangle {
        position: absolute;
        height: auto;
        width: auto;

        right: -20px;
        top: -30px;
    }

    .m-cyber-content-triangle::after {
        border-top: 97px solid transparent;
        border-right: none;
        border-bottom: 97px solid transparent;
        border-left: 20px solid #fff;
    }

}

.m-cyber-content-head {
    color: #005184;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.m-cyber-content-icon {
    margin: auto;
    position: absolute;
    transform: translateY(-50%);
    width: 42px;

    top: 0%;
    right: 0;
    left: 0;
}

.m-cyber-content-list>li {
    display: flex;
    font-size: 14px;
    margin-top: 10px;
}

.m-cyber-content-list-head {
    margin-right: .5em;
    width: 21px;
}

.m-cyber-content-small {
    font-size: 11px;
}

.m-cyber-note {
    margin-top: 20px;
    line-height: 1.5;
}

@media screen and (min-width:768px) {
    .m-cyber-note {
        font-size: 12px;
        margin-left: auto;
        margin-right: auto;
        width: 94%;
    }
}

.m-miryoku-content-box {
    display: flex;
    margin-top: 10px;
}

.m-miryoku-content-img {
    width: 48%;
}

.m-miryoku-content-img>img {
    width: 100%;
}

.m-miryoku-content-txt {
    line-height: 1.7;
    margin-left: 4%;
    width: 48%;
}


.m-miryoku .open {
    height: auto
}

.m-miryoku .m-flow {
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0 auto 10px;
    /* padding: 20px 20px 30px; */
    position: relative;
    /* width: calc(100% - 30px); */
    max-width: 958px;
}

.m-miryoku .m-flow-pricon {
    position: absolute;
    width: 61px;
    top: 0;
    left: 0;
}

.m-miryoku .m-flow-head {
    color: #0d6965;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.m-miryoku .m-flow-head>span {
    display: block;
    font-size: 14px;
}

.m-miryoku .flow-show-btn {
    background: #fff;
    padding: 10px;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 20px;
    transition: .3s;
    position: relative;
    width: 100%;
    font-weight: bold;
}

.m-miryoku .flow-show-btn::before,
.m-miryoku .flow-show-btn::after {
    content: "";
    background: #0d6965;
    display: block;
    height: 4px;
    position: absolute;
    transform: translateY(-50%);
    transition: .3s;
    width: 20px;
    top: 50%;
    right: 1em;
}

.m-miryoku .m-flowbox .l-tab-area {
    box-sizing: border-box;
    margin: 10px auto -20px;
    padding: 0 20px;
    width: 100%;
    max-width: 900px;
}

/*flow*/

.m-miryoku .m-flow:first-of-type {
    margin-bottom: 12px;
}

.m-miryoku .flow-area .m-flow {
    background: none;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    max-width: 958px;
}

.m-miryoku .tab-content .slider {
    margin: 0 auto 30px;
    padding-left: 0;
    width: 80%;
    display: block;
}

.slider-step {
    color: #0d6965;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-size: 26px;
    font-variation-settings: "wdth" 100;
    letter-spacing: .05em;
    margin-bottom: 20px;
}

@media screen and (max-width:767px) {
    .m-miryoku .tab-content .slider {
        margin: 10px auto 30px;
        padding-left: 0;
        width: 100%;
        display: block;
    }

    .m-miryoku .tab-content .slick-slide {
        margin: 0 auto;
    }

    .m-miryoku .prev-arrow {
        left: -5px;
    }

    .m-miryoku .next-arrow {
        right: -5px;
    }

    .m-miryoku .slick-dots {
        bottom: -23px;
    }

    .m-miryoku .tab-content .slider {
        margin-bottom: 40px;
    }

    .l-hojin-feature .tab-content .slick-slide {
        box-shadow: none;
        padding: 20px;
    }
}

.l-card-service {
    position: relative;
}

.l-card-service::after {
    content: "";
    position: absolute;
    background: #fff;
    height: 16px;
    width: 10px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .l-card-service::after {
        height: 12px;
        width: 8px;
        right: 20px;
    }
}