*,
html,
body {
    margin: 0;
    padding: 0;
}

.wcm {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
    letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
    .wcm {
        width: 90%;
    }
}

.u-flex {
    display: flex;
}

@media screen and (max-width: 767px) {
    .u-flex {
        display: block;
    }
}
.u-hide_sp{
    display: block;
}
@media screen and (max-width: 767px) {
    .u-hide_sp {
        display: none;
    }
}

.p-trading-tools{
    padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
    .p-trading-tools {
        padding-bottom: 60px;
    }
}
.p-pageName {
    background: #000;
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
    padding: 80px 0;
}

@media screen and (max-width: 767px) {
    .p-pageName {
        padding: 40px 0;
    }
}

.p-pageName .ttl {
    font-size: 48px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .p-pageName .ttl {
        font-size: 24px;
    }
}

.p-pageName .txt{
    font-size: 18px;
    line-height: 1.6;
}
@media screen and (max-width: 767px) {
    .p-pageName .txt {
        font-size: 15px;
    }
}

.toolForm{
    max-width: 1177px;
    width: 100%;
    margin: 0 auto;
    border: 2px solid #b8b8b9;
    padding: 30px 30px 50px;
    box-sizing: border-box;
    margin: auto;
}
@media screen and (max-width: 767px) {
    .toolForm {
        padding: 15px;
    }
}
.toolForm .box-form{
    margin-bottom: 65px;
    padding: 60px 20px;
    background: #f6f4f4;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .toolForm .box-form {
        margin-bottom: 30px;
        padding: 30px 20px;
    }
}
.toolForm .box-form__head{
    font-size: 36px;
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .toolForm .box-form__head {
        font-size: 18px;
        margin-bottom: 20px;
    }
}
.toolForm .form-row{
    display: flex;
    align-items: center;
    max-width: 550px;
    width: 100%;
    margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
    .toolForm .form-row {
        display: block;
    }
}
.toolForm .form-row__head{
    width: 200px;
    padding-right: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    text-transform: capitalize;
    color: #000;
}
@media screen and (max-width: 767px) {
    .toolForm .form-row__head {
        width: 100%;
        padding-right: 0;
        font-size: 15px;
        margin-bottom: 5px;
    }
}
.toolForm .form-row__data{
    width: calc(100% - 200px);
}
@media screen and (max-width: 767px) {
    .toolForm .form-row__data {
        width: 100%;
    }
}
.toolForm .form-row__data input{
    width: 100%;
    display: block;
    height: 50px;
    box-sizing: border-box;
    appearance: none;
    border: 1px solid #b8b8b9;
    background: #fff;
    -webkit-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.55);
    box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.55);
    border-radius: 10px;
    padding: 10px;
}
@media screen and (max-width: 767px) {
    .toolForm .form-row__data input {
        height: 45px;
        border-radius: 8px;
    }
}
.toolForm .form-note{
    margin-bottom: 40px;
    color: #fd0000;
    text-transform: capitalize;
}
@media screen and (max-width: 767px) {
    .toolForm .form-note {
        margin-bottom: 20px;
        font-size: 12px;
    }
}
.toolForm .form-transfter{
    margin-top: 60px;
    text-transform: capitalize;
}
@media screen and (max-width: 767px) {
    .toolForm .form-transfter {
        margin-top: 25px;
        font-size: 12px;
    }
}
.toolForm .form-transfter a{
    text-decoration: underline;
}
.toolForm .btn-submit{
    display: block;
    width: 239px;
    margin: 0 auto;
    padding: 14px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    border: 1px solid #000;
    background: rgb(248, 54, 0);
    background: linear-gradient(180deg, rgba(248, 54, 0, 1) 0%, rgba(250, 204, 34, 1) 100%);
    border-radius: 29px;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .toolForm .btn-submit {
        font-size: 15px;
        width: 180px;
        padding: 10px;
    }
}
.toolForm .btn-submit:hover{
    opacity: .65;
}
.toolForm .form-transfter a{
    color: #000;
}

.toolForm .box-info{
    max-width: 870px;
    margin: 0 auto;
    color: #ac05c5;
    line-height: 1.6;
}
@media screen and (max-width: 767px) {
    .toolForm .box-info {
        font-size: 14px;
    }
}
.toolForm .box-info p + p{
    margin-top: 15px;
}

/* tools Cont*/
.p-toolsCont{
    margin: 60px 0;
}
@media screen and (max-width: 767px) {
    .p-toolsCont {
        margin: 30px 0;
    }
}
.p-toolsCont__head{
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
    color: #00b058;
}
@media screen and (max-width: 767px) {
    .p-toolsCont__head {
        font-size: 20px;
        margin-bottom: 8px;
    }
}
.p-toolsCont__txt01{
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.5;
}
@media screen and (max-width: 767px) {
    .p-toolsCont__txt01 {
        text-align: left;
        line-height: 1.5;
        font-size: 15px;
        margin-bottom: 10px
    }
}
.p-toolsCont__image{
    margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
    .p-toolsCont__image {
        margin-bottom: 40px;
    }
}
.p-toolsCont__image img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.p-toolsCont__advantage{
    max-width: 930px;
    width: 100%;
    margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
    .p-toolsCont__advantage {
        margin-bottom: 40px;
    }
}
.p-toolsCont__advantage-head{
    text-align: center;
    font-size: 48px;
    margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
    .p-toolsCont__advantage-head {
        font-size: 22px;
        line-height: 1.4;
    }
}
.p-toolsCont__advantage-desc{
    line-height: 1.5;
    text-align: center;
    margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
    .p-toolsCont__advantage-desc {
        margin-bottom: 30px;
    }
}
.p-toolsCont__advantage-box .item + .item{
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .p-toolsCont__advantage-box .item+.item {
        margin-top: 15px;
    }
}
.p-toolsCont__advantage-box .item .head{
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .p-toolsCont__advantage-box .item .head {
        font-size: 16px;
    }
}
.p-toolsCont__advantage-box .item .txt{
    padding-left: 60px;
    line-height: 1.6;
}
@media screen and (max-width: 767px) {
    .p-toolsCont__advantage-box .item .txt {
        padding-left: 0;
        line-height: 1.5;
        font-size: 15px;
    }
}
/* tools List*/
.p-toolsList__head{
    padding: 40px 0;
    margin-bottom: 40px;
    text-align: center;
    background: #5c7805;
}
@media screen and (max-width: 767px) {
    .p-toolsList__head {
        padding: 20px 0;
        margin-bottom: 30px;
    }
}
.p-toolsList__head  h3{
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 48px;
}
@media screen and (max-width: 767px) {
    .p-toolsList__head h3 {
        font-size: 22px;
    }
}
.p-toolsList__cont{
    margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
    .p-toolsList__cont {
        margin-bottom: 70px;
    }
}
.p-toolsList__cont .tool-box{
    max-width: 1177px;
    width: 100%;
    margin: 0 auto 45px;
}
@media screen and (max-width: 767px) {
    .p-toolsList__cont .tool-box {
        margin-bottom: 30px;
    }
}
.p-toolsList__cont .tool-box:last-child{
    margin-bottom: 0;
}
.p-toolsList__cont .tool-box h4{
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 5px
}
@media screen and (max-width: 767px) {
    .p-toolsList__cont .tool-box h4 {
        font-size: 18px;
    }
}
.p-toolsList__cont .tool-boxItem{
    display: flex;
    margin-bottom: 10px;
    min-height: 382px;
}
@media screen and (max-width: 767px) {
    .p-toolsList__cont .tool-boxItem {
        display: block;
        min-height: 0;
    }
}
.p-toolsList__cont .tool-boxItem__image{
    width: 396px;
    background: #f2e0e0;
    padding: 30px;
    box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
    .p-toolsList__cont .tool-boxItem__image {
        width: 40%;
    }
}
@media screen and (max-width: 767px) {
    .p-toolsList__cont .tool-boxItem__image {
        width: 100%;
        padding: 20px;
    }
}
.p-toolsList__cont .tool-boxItem__image p{
    text-align: center;
    margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
    .p-toolsList__cont .tool-boxItem__image p {
        font-size: 15px;
    }
}
.p-toolsList__cont .tool-boxItem__image img{
    display: block;
    width: auto;
    max-width: 100%;
    margin: auto;
}
@media screen and (max-width: 767px) {
    .p-toolsList__cont .tool-boxItem__image img {
        max-width: 300px;
    }
}
@media screen and (max-width: 568px) {
    .p-toolsList__cont .tool-boxItem__image img {
        max-width: 220px;
    }
}
.p-toolsList__cont .tool-boxItem__cont{
    width: calc(100% - 396px);
    padding: 35px 40px;
    background: #f3f2f2;
    font-size: 18px;
    line-height: 1.6;
    box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
    .p-toolsList__cont .tool-boxItem__cont {
        width: 60%;
    }
}
@media screen and (max-width: 767px) {
    .p-toolsList__cont .tool-boxItem__cont {
        width: 100%;
        padding: 20px;
        font-size: 15px;
    }
}
.p-toolsList__cont .tool-boxItem__cont p + p{
    margin-top: 15px;
}
@media screen and (max-width: 767px) {
    .p-toolsList__cont .tool-boxItem__cont p+p {
        margin-top: 10px;
    }
}
.p-toolsList__cont .tool-boxItem__cont .btn-more{
    display: block;
    max-width: 180px;
    text-decoration: none;
    background: #FFD700;
    text-align: center;
    color: #000;
    padding: 8px 10px;
    font-weight: bold;
    margin: 20px 0 0 auto;
}
@media screen and (max-width: 767px) {
    .p-toolsList__cont .tool-boxItem__cont .btn-more {
        max-width: 140px;
        font-size: 15px;
        margin: 20px auto 0;
    }
}