﻿@charset "utf-8";
/* CSS Document */

/*--------------------------------------
    page
--------------------------------------*/

h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

h2::before {
    content: attr(data-title);
    display: block;
    font-family: 'Barlow', sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: #0AB464;
}

h3.style001 {
    font-weight: 700;
    font-size: 38px;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 20px;
}

h3.style001::after {
    width: 30px;
    height: 2px;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    background: #0AB464;
}

h3.style002 {
    font-size: 28px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0AB464;
}

h3.style003 {
    color: #455869;
    font-weight: 700;
    font-size: 38px;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 20px;
}

h3.style003::after {
    width: 30px;
    height: 2px;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    background: #0AB464;
}

h4.style001 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
}

h4.style001::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 33px;
    border-radius: 5px;
    background: #0AB464;
}

h4.style001::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #78D2D2;
}

h4.style002 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0AB464;
}

table.style001 {
    width: 100%;
    border-top: 1px solid rgba(112, 112, 112, 0.15);
}

table.style001 tbody tr th {
    width: 20%;
    padding: 30px 10px 30px 50px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.15);
    color: #0AB464;
    background: rgba(10, 180, 100, 0.05);
    font-weight: 700;
}

table.style001 tbody tr td {
    width: 80%;
    padding: 30px 10px 30px 50px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.15);
    font-weight: 700;
}

sup {
    font-size: 60%;
}

.breadcrumbs {
    width: 100%;
    height: 43px;
    background: #455869;
    position: relative;
    margin-bottom: 83px;
}

.breadcrumbs ul {
    position: absolute;
    top: 50%;
    left: 70px;
    transform: translate(0, -50%);
}

.breadcrumbs ul li {
    padding-right: 24px;
    margin-right: 20px;
    position: relative;
    display: inline-block;
    font-weight: 500;
    color: #FFFFFF;
}

.breadcrumbs ul li::after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
    box-sizing: border-box;
    border: 1px solid;
    border-color: transparent #FFFFFF #FFFFFF transparent;
}

.breadcrumbs ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.breadcrumbs ul li:last-child::after {
    display: none;
}

.breadcrumbs ul li a {
    font-weight: 500;
    color: #FFFFFF;
    transition: 0.3s;
}

.breadcrumbs ul li a:hover {
    opacity: 0.5;
}

.pageAnchor {
    width: 90%;
    max-width: 1100px;
    background: rgba(10, 180, 100, 0.05);
    padding: 50px;
}

.pageAnchor ul li {
    display: inline-block;
    margin: 20px 30px 20px 0;
    transition: 0.3s;
    padding-left: 40px;
    position: relative;
}

.pageAnchor ul li::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: url("../common/images/icon_btn_004.png") no-repeat center center;
    background-size: contain;
    width: 27px;
    height: 27px;
    transform: rotate(90deg);
}

.pageAnchor ul li:hover {
    opacity: 0.5;
}

.pageAnchor ul li a {
    font-weight: 700;
}

.btn.btn001,
.btn.btn002 {
    min-width: 300px;
    width: fit-content;
    height: 65px;
    margin: 0 auto;
}

.btn.btn001 a,
.btn.btn002 a {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 33px;
    position: relative;
    background: #455869;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 23px 50px 24px 25px;
    box-sizing: border-box;
    transition: 0.3s;
    text-align: center;
}

.btn.btn001 a {
    background: #455869;
}

.btn.btn002 a {
    background: #0AB464;
}

.btn.btn001 a::before,
.btn.btn002 a::before {
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    z-index: 40;
}

.btn.btn001 a::after,
.btn.btn002 a::after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    transform: translate(-10px, 0) rotate(-45deg);
    z-index: 60;
}

.btn.btn001 a::after {
    border-right: 2px solid #455869;
    border-bottom: 2px solid #455869;
}

.btn.btn002 a::after {
    border-right: 2px solid #0AB464;
    border-bottom: 2px solid #0AB464;
}

.btn.btn001 a:hover,
.btn.btn002 a:hover {
    opacity: 0.7;
}

.naviArea {
    text-align: center;
}

.naviArea .wp-pagenavi {
    display: inline-block;
    position: relative;
}

.naviArea .wp-pagenavi a {
    transition: 0.3s;
}

.naviArea .wp-pagenavi a:hover {
    opacity: 0.5;
}

.naviArea .wp-pagenavi a.page,
.naviArea .wp-pagenavi span.current {
    width: 32px;
    line-height: 32px;
    text-align: center;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin: 0 8px;
}

.naviArea .wp-pagenavi span.current {
    color: #FFFFFF;
    background: #455869;
}

.naviArea .wp-pagenavi a.previouspostslink {
    position: absolute;
    top: 0;
    right: calc(100% + 30px);
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
}

.naviArea .wp-pagenavi a.nextpostslink {
    position: absolute;
    top: 0;
    left: calc(100% + 30px);
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
}

@media (max-width: 740px) {
    h2 {
        font-size: 24px;
    }

    h2::before {
        font-size: 15px;
    }

    h3.style001 {
        font-size: 24px;
        margin-top: 16px;
        margin-bottom: 30px;
        padding-bottom: 15px;
    }

    h3.style001::after {
        width: 20px;
    }

    h3.style002 {
        font-size: 21px;
        padding-bottom: 8px;
    }

    h3.style003 {
        font-size: 24px;
        margin-top: 16px;
        margin-bottom: 30px;
        padding-bottom: 15px;
    }

    h3.style003::after {
        width: 20px;
    }

    h4.style001 {
        font-size: 18px;
    }

    h4.style001::before {
        height: 27px;
    }

    h4.style002 {
        font-size: 16px;
    }

    table.style001,
    table.style001 tbody,
    table.style001 tbody tr,
    table.style001 tbody tr th,
    table.style001 tbody tr td {
        display: block;
    }

    table.style001 tbody tr th {
        width: 100%;
        padding: 15px 10px 15px 10px;
    }

    table.style001 tbody tr td {
        width: 100%;
        padding: 15px 10px 15px 10px;
    }

    .breadcrumbs {
        width: 100%;
        height: auto;
        padding: 5px 3%;
        box-sizing: border-box;
        margin-bottom: 50px;
    }

    .breadcrumbs ul {
        position: static;
        transform: none;
        text-align: left;
    }

    .breadcrumbs ul li {
        font-size: 13px;
        padding-right: 12px;
        margin-right: 9px;
    }

    .breadcrumbs ul li a {
        font-size: 14px;
    }

    .pageAnchor {
        padding: 20px;
    }

    .pageAnchor ul li {
        margin: 15px 10px 15px 0;
    }

    .btn.btn001,
    .btn.btn002 {
        width: fit-content;
    }

    .naviArea .wp-pagenavi a.page,
    .naviArea .wp-pagenavi span.current {
        width: 28px;
        line-height: 28px;
        font-size: 14px;
        margin: 0 4px;
    }

    .naviArea .wp-pagenavi a.previouspostslink {
        right: calc(100% + 7px);
        font-size: 16px;
        line-height: 28px;
    }

    .naviArea .wp-pagenavi a.nextpostslink {
        left: calc(100% + 7px);
        font-size: 16px;
        line-height: 28px;
    }
}


/*--------------------------------------
    sitepolicyPage
--------------------------------------*/
.sitepolicyPage {
    margin-bottom: 100px;
}

.sitepolicyPage .contentWidth {
    margin-top: 70px;
}

.sitepolicyPage .contentWidth a {
    color: #0AB464;
    text-decoration: underline;
}

@media (max-width: 740px) {
    .sitepolicyPage {
        margin-bottom: 40px;
    }

    .sitepolicyPage .contentWidth {
        margin-top: 30px;
    }
}


/*--------------------------------------
    contact
--------------------------------------*/

.contactPage .introArea {
    margin-top: 70px;
}

.contactPage .introArea .text {
    text-align: center;
    line-height: 1.8;
    font-size: 18px;
    font-weight: 500;
}

.caution {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0;
    border: 1px solid rgba(69, 88, 105, 0.22);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0 55px;
}

.caution .icon {
    width: 47px;
    height: 47px;
    display: inline-block;
    margin: auto 45px auto 27px;
}

.caution .comment {
    width: calc(100% - 140px);
    font-size: 14px;
    font-weight: 500;
}

.caution .domain {
    font-weight: 500;
}

.caution .domain::before {
    content: "@";
}

.contactPage .contactArea {
    padding: 60px 0 85px;
    background: rgba(120, 210, 210, 0.15);
}

.contactPage .contactArea table {
    width: 100%;
}

.contactPage .contactArea table tr th {
    width: 236px;
    position: relative;
    vertical-align: top;
    text-align: left;
    padding: 32px 0 32px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 60px;
}

.contactPage .contactArea table tr th span.required {
    float: right;
    width: 49px;
    height: 22px;
    display: inline-block;
    color: #FFFFFF;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    font-weight: 500;
    background: #0AB464;
    margin-top: 19px;
    margin-right: 36px;
}

.contactPage .contactArea table tr td {
    width: 865px;
    padding: 30px 0;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
    font-family: inherit;
    word-break: break-all;
    overflow: hidden;
}

.contactPage .contactArea .mw_wp_form_confirm table tr th {
    padding: 20px 0;
    line-height: 1.5;
}

.contactPage .contactArea .mw_wp_form_confirm table tr th span.required {
    margin-top: 5px;
}

.contactPage .contactArea .mw_wp_form_confirm table tr td {
    padding: 20px 0;
    line-height: 27px;
}

.contactPage .contactArea table tr td input:focus,
.contactPage .contactArea table tr td textarea:focus {
    outline: none !important;
}

.contactPage .contactArea table tr td input[type="text"],
.contactPage .contactArea table tr td input[type="email"],
.contactPage .contactArea table tr td input[type="tel"],
.contactPage .contactArea table tr td input[type="number"],
.contactPage .contactArea table tr td input[type="password"] {
    padding: 10px;
    box-sizing: border-box;
    font-family: inherit;
    background: #FFFFFF;
    line-height: 1.5;
    width: 100%;
    height: 60px;
    border-radius: 4px;
    border: none;
}

.contactPage .contactArea table tr td .mwform-radio-field {
    display: inline-block;
    margin-top: 18px;
    width: 30%;
}

.contactPage .contactArea table tr td .mw_wp_form_confirm .mwform-radio-field {
    margin-top: 0px;
}

.contactPage .contactArea table tr td .horizontal-item+.horizontal-item {
    margin-left: 0px;
}

.contactPage .contactArea table tr td input[type="radio"] {
    box-sizing: border-box;
    background: #FFFFFF;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #0AB464;
    vertical-align: middle;
    -webkit-appearance: none;
    position: relative;
}

.contactPage .contactArea table tr td input[type="radio"]:checked::after {
    content: "";
    box-sizing: border-box;
    background: #0AB464;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.contactPage .contactArea table tr td .mwform-radio-field-text {
    vertical-align: middle;
    font-size: 18px;
    font-weight: 700;
}

.contactPage .contactArea table tr td textarea {
    width: 100%;
    height: 240px;
    padding: 10px;
    box-sizing: border-box;
    font-family: inherit;
    background: #FFFFFF;
    line-height: 1.5;
    border-radius: 4px;
    border: none;
}

.contactPage .contactArea table tr td input::placeholder,
.contactPage .contactArea table tr td textarea::placeholder {
    color: rgba(69, 88, 105, 0.2);
}

.contactPage .contactArea table tr td.withUnit {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    column-gap: 20px;
}

.contactPage .contactArea .text {
    text-align: center;
    margin: 30px 0 60px;
}

.contactPage .contactArea .text a {
    color: #0AB464;
    text-decoration: underline;
    display: inline-block;
}

.contactPage .contactArea .button {
    width: 300px;
    height: 65px;
    margin: 0 auto 60px;
    text-align: center;
}

.contactPage .contactArea .mw_wp_form_confirm .button {
    width: 660px;
}

.contactPage .contactArea .button .rightBox {
    width: 300px;
    height: 65px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.contactPage .contactArea .button .rightBox input[name="submitConfirm"],
.contactPage .contactArea .button .rightBox input[name="確認"] {
    display: block;
    text-align: center;
    border: 2px solid #0AB464;
    background: #FFFFFF;
    line-height: 61px;
    font-size: 18px;
    color: #0AB464;
    font-weight: 700;
    transition: 0.3s;
    cursor: pointer;
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-family: inherit;
    position: relative;
    border-radius: 33px;
}

.contactPage .contactArea .button .rightBox:hover input[name="submitConfirm"],
.contactPage .contactArea .button .rightBox:hover input[name="確認"] {
    opacity: 0.5;
}

.contactPage .contactArea .button .rightBox:after {
    content: "";
    width: 24px;
    height: 24px;
    background: url("../common/images/icon_btn_004.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
}

.contactPage .contactArea .mw_wp_form_input .button .leftBox {
    display: none;
}

.contactPage .contactArea .button .leftBox {
    width: 300px;
    height: 65px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.contactPage .contactArea .button .leftBox input[name="submitBack"] {
    display: block;
    text-align: center;
    border: 2px solid #707070;
    background: #FFFFFF;
    line-height: 61px;
    font-size: 18px;
    font-weight: 700;
    transition: 0.3s;
    cursor: pointer;
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-family: inherit;
    position: relative;
    border-radius: 33px;
}

.contactPage .contactArea .button .leftBox:hover input[name="submitBack"] {
    opacity: 0.5;
}

.contactPage .contactArea .button .leftBox:after {
    content: "";
    width: 24px;
    height: 24px;
    background: url("../common/images/icon_btn_004.png") no-repeat center center;
    background-size: contain;
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    margin: auto;
}

@media (max-width: 740px) {
    .contactPage .introArea {
        margin-top: 30px;
    }

    .contactPage .introArea .text {
        font-size: 14px;
        text-align: justify;
    }

    .caution {
        margin: 30px 0 40px;
    }

    .caution .icon {
        width: 30px;
        height: 30px;
        margin: auto 10px auto 15px;
    }

    .caution .comment {
        width: calc(100% - 70px);
        font-size: 12px;
    }

    .contactPage .contactArea {
        padding: 40px 0;
    }

    .contactPage .contactArea table,
    .contactPage .contactArea table tbody,
    .contactPage .contactArea table tbody tr,
    .contactPage .contactArea table tbody tr th,
    .contactPage .contactArea table tbody tr td {
        display: block;
    }

    .contactPage .contactArea table tr th {
        width: 100%;
        padding: 20px 0 10px 0;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5;
    }

    .contactPage .contactArea table tr th span.required {
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        margin-top: 0px;
        margin-right: 0px;
    }

    .contactPage .contactArea table tr td {
        width: 100%;
        padding: 0;
        font-size: 14px;
    }

    .contactPage .contactArea .mw_wp_form_confirm table tr th {
        padding: 20px 0 10px;
    }

    .contactPage .contactArea .mw_wp_form_confirm table tr th span.required {
        margin-top: 0px;
    }

    .contactPage .contactArea .mw_wp_form_confirm table tr td {
        padding: 0;
    }

    .contactPage .contactArea table tr td input[type="text"],
    .contactPage .contactArea table tr td input[type="email"],
    .contactPage .contactArea table tr td input[type="tel"],
    .contactPage .contactArea table tr td input[type="number"],
    .contactPage .contactArea table tr td input[type="password"] {
        height: auto;
    }

    .contactPage .contactArea table tr td .mwform-radio-field {
        margin-top: 5px;
        margin-right: 5px;
        width: auto;
    }

    .contactPage .contactArea table tr td input[type="radio"] {
        width: 20px;
        height: 20px;
    }

    .contactPage .contactArea table tr td input[type="radio"]:checked::after {
        width: 14px;
        height: 14px;
    }

    .contactPage .contactArea table tr td .mwform-radio-field-text {
        font-size: 14px;
    }

    .contactPage .contactArea table tr td textarea {
        height: 200px;
    }

    .contactPage .contactArea .text {
        margin: 30px auto;
    }

    .contactPage .contactArea .button {
        width: 100%;
        height: auto;
        margin: 30px auto 30px;
    }

    .contactPage .contactArea .mw_wp_form_confirm .button {
        width: 100%;
    }

    .contactPage .contactArea .button .rightBox {
        width: 100%;
        max-width: 300px;
    }

    .contactPage .contactArea .button .leftBox {
        width: 100%;
        max-width: 300px;
        margin: 20px auto 0;
    }
}

/*--------------------------------------
    notfound
--------------------------------------*/

.notfound {
    padding: 70px 0 100px;
    background: rgba(120, 210, 210, 0.13);
    text-align: center;
}

.notfound h2 {
    margin-bottom: 50px;
}

.notfound .text {
    line-height: 2;
    margin-bottom: 30px;
}

.notfound .btn {
    width: 300px;
    height: 65px;
    margin: 25px auto 0;
}

.notfound .btn a {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 33px;
    position: relative;
    background: #455869;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 23px 0 24px;
    box-sizing: border-box;
    transition: 0.3s;
    text-align: center;
}

.notfound .btn a::before {
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    z-index: 40;
}

.notfound .btn a::after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    transform: translate(-10px, 0) rotate(-45deg);
    border-right: 2px solid #455869;
    border-bottom: 2px solid #455869;
    z-index: 60;
}

.notfound .btn a:hover {
    opacity: 0.5;
}

@media (max-width: 740px) {
    .notfound {
        padding: 50px 5%;
    }

    .notfound h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .notfound h2::before {
        font-size: 15px;
    }

    .notfound .text {
        text-align: left;
        margin-bottom: 20px;
    }

    .notfound .btn {
        width: 100%;
        max-width: 300px;
        margin: 20px auto 0;
    }
}

/*--------------------------------------
    partsPage
--------------------------------------*/

.partsPage section {
    margin: 220px auto;
}

.partsPage .gridBox {
    display: grid;
    grid-column-gap: 190px;
    grid-row-gap: 125px;
    grid-template-columns: 1fr 1fr;
}

.partsPage .gridBox .Box001 {
    grid-column: 1 / 3;
}

@media (max-width: 740px) {
    .partsPage section {
        margin: 40px auto;
    }

    .partsPage .gridBox {
        display: block;
    }

    .partsPage .gridBox .Box001,
    .partsPage .gridBox .Box002,
    .partsPage .gridBox .Box003 {
        margin-bottom: 30px;
    }
}

/*--------------------------------------
    trading
--------------------------------------*/

.tradingPage .trading {
    border: 1px solid rgba(112, 112, 112, 0.15);
    border-radius: 10px;
    padding: 40px 60px;
    margin: 60px auto;
}

.tradingPage .trading:last-child {
    margin-bottom: 100px;
}

.tradingPage .imgGrid {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 80px;
    margin-top: 60px;
    margin-bottom: 40px;
}

.tradingPage .imgGrid .leftImg {
    grid-row: span 3;
    grid-column: 1;
    aspect-ratio: 1 / 1;
    width: 200px;
}

.tradingPage .imgGrid *:not(.leftImg) {
    grid-column: 2;
}

.tradingPage .imgGrid .text {
    font-weight: 500;
    line-height: 2;
}

.tradingPage .imgGrid section {
    margin-top: 30px;
}

.tradingPage .imgGrid h4.style002 {
    margin-bottom: 0;
}

@media (max-width: 740px) {
    .tradingPage .trading {
        padding: 20px;
        margin: 40px auto;
    }

    .tradingPage .trading:last-child {
        margin-bottom: 40px;
    }

    .tradingPage .imgGrid {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }

    .tradingPage .imgGrid .leftImg {
        grid-row: 1;
        grid-column: 1;
        margin: 0 auto 20px;
        width: 150px;
    }

    .tradingPage .imgGrid *:not(.leftImg) {
        grid-column: 1;
    }

    .tradingPage .text {
        font-size: 14px;
    }
}

/*--------------------------------------
    hikaseki
--------------------------------------*/

.tradingServicePage>section {
    margin: 0 auto 90px;
}

@media (max-width: 740px) {
    .tradingServicePage>section {
        margin: 0 auto 30px;
    }
}

.tradingServicePage .titleImg {
    display: block;
    margin: 30px auto;
}

.tradingServicePage .serviceImg {
    display: block;
    margin: 0 auto 30px;
    width: min(100%, 750px);
}

.tradingServicePage .text {
    line-height: 2;
    font-weight: 500;
}

.tradingServicePage .small.text {
    font-size: 14px;
    margin-top: 10px;
}

@media (max-width: 740px) {
    .tradingServicePage .text {
        font-size: 14px;
        line-height: 2;
        font-weight: 500;
    }

    .tradingServicePage .small.text {
        font-size: 10px;
    }
}

.tradingServicePage .contactAnchor {
    margin-top: 60px;
}


@media (max-width: 740px) {
    .tradingServicePage .contactAnchor {
        margin-top: 30px;
    }
}

.tradingServicePage .supportNonFit {
    background: #0AB464;
    color: white;
    font-weight: 700;
    font-size: 38px;
    text-align: center;
    padding: 20px 0;
    margin-top: 24px;
    margin-bottom: 30px;
}

@media (max-width: 740px) {
    .tradingServicePage .supportNonFit {
        font-size: 18px;
    }
}

.tradingServicePage .contactDescription {
    margin-bottom: 50px;
}

@media (max-width: 740px) {
    .tradingServicePage .contactDescription {
        margin-bottom: 30px;
    }
}

.accordion_icon {
    position: relative;
    width: 30px;
    height: 12px;
}

.accordion_icon,
.accordion_icon span {
    display: inline-block;
    box-sizing: border-box;
    transition: all .4s;
}

.accordion_icon span {
    position: absolute;
    right: 0;
    width: calc(66.6%);
    height: 2px;
    background-color: #0ab464;
    border-radius: 4px;
}

.accordion_icon span:nth-of-type(1) {
    top: 5px;
    transform: rotate(0deg);
}

.accordion_icon span:nth-of-type(2) {
    top: 5px;
    transform: rotate(90deg);
}

.accordion_icon.active span:nth-of-type(1) {
    display: none;
}

.accordion_icon.active span:nth-of-type(2) {
    top: 5px;
    transform: rotate(180deg);
}

@media (max-width: 740px) {
    .accordion_icon {
        width: 20px;
    }
}

.tradingServicePage .questions>div {
    border-radius: 16px;
    border: solid 1px #D0D0D0;
    margin-bottom: 24px;
}

.tradingServicePage .questions>div:last-child {
    margin-bottom: 40px;
}

.tradingServicePage .questions dt {
    display: grid;
    grid-template-columns: auto 1fr auto;
    column-gap: 12px;
    align-items: center;
    cursor: pointer;
    min-height: 45px;
    margin: 12px 18px;
}

.tradingServicePage .questions dt div {
    font-size: 16px;
    font-weight: bold;
}

.tradingServicePage .questions dt::before {
    content: "";
    background: url('../common/images/icon_q.svg') no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
    margin: auto;
}

.tradingServicePage .questions dd {
    display: none;
}

.tradingServicePage .questions dd p {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 12px;
    border-top: 1px solid #D0D0D0;
    font-size: 16px;
    min-height: 45px;
    padding: 12px 18px;
}

.tradingServicePage .questions dd p::before {
    content: "";
    background: url('../common/images/icon_a.svg') no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
    margin: auto;
}

@media (max-width: 740px) {
    .tradingServicePage .questions>div {
        border-radius: 12px;
    }

    .tradingServicePage .questions dt div {
        font-size: 15px;
    }

    .tradingServicePage .questions dt::before {
        width: 30px;
        height: 30px;
    }

    .tradingServicePage .questions dd p {
        font-size: 15px;
    }

    .tradingServicePage .questions dd p::before {
        width: 30px;
        height: 30px;
    }
}