.stepList {
    margin: 0 0 75px;
    position: relative;
}

.stepList::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #AEAEAE;
    left: 0px;
    bottom: -35px;
}

.stepList ul {
    text-align: center;
    font-size: 0;
}

.stepList li {
    display: inline-block;
    vertical-align: middle;
    padding: 11px 10px;
    margin: 0 8px;
    width: 30%;
    max-width: 192px;
    background: #E6E6E6;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #E6E6E6;
}

.stepList li span {
    padding-right: 10px;
}

.stepList li.active {
    background: #0071B7;
    color: #fff;
}

.subTit {
    text-align: center;
}

.contactForm .sign {
    position: absolute;
    left: 0px;
    top: 14px;
    padding: 3px 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
}

.contactForm .sign.any {
    background: #888888;
}

.contactForm .sign.must {
    background: #ec2028;
}

.contactForm .sign.any:before {
    content: "任 意";
}

.contactForm .sign.must:before {
    content: "必 須";
}

.contactForm input[type="text"],
.contactForm input[type="email"],
.contactForm input[type="tel"] {
    padding: 0 20px;
    height: 50px;
    background: #f9f9f9;
    font-size: 17px;
    width: 100%;
}

.contactForm .bor {
    border: 1px solid #949494;
}

.contactForm .full {
    width: 100%;
}

.contactForm .half,
.contactForm input.half {
    width: 50%;
}

.contactForm .small {
    width: 138px;
}

.checkboxStyle label {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    font-size: 16px;
}

.contactForm select {
    padding: 0 45px 0 20px;
    height: 48px;
    background: url(../images/index/bg-select-contact.svg) no-repeat center right 24px;
    border-radius: 10px;
    background-size: 20px 14px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-weight: 500;
    width: 100%;
    border-color: #000;
    cursor: pointer;
    font-size: 1.6rem;
}

textarea {
    resize: none;
    padding: 10px 20px;
    height: 240px;
    background: #f7f7f7;
    font-size: 17px;
    width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
    width: 28px;
    height: 28px;
    border: 1px solid #000;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    position: relative;
    margin-right: 5px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input[type="radio"]:checked:before,
input[type="checkbox"]:checked:before {
    width: 18px;
    height: 18px;
    background: #006AC3;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    content: "";
}

.contactForm .case {
    margin: 6px 0;
    color: #575757;
    font-size: 14px;
}

.contactForm .confirm {
    margin: 6px 0;
    font-size: 14px;
}

.contactForm .note {
    margin: 6px 0;
}

.contactForm .element li {
    display: inline-block;
    vertical-align: top;
    margin-right: 28px;
    font-size: 20px;
}

.contactForm .element select {
    font-size: 17px;
}

.contactForm .policy {
    overflow-y: scroll;
    padding: 12px 18px;
    height: 135px;
    border: 1px solid #575757;
}

.contactForm .policy p {
    margin-bottom: 20px;
    line-height: 1.33;
}

.contactForm .policy .cate {
    font-weight: bold;
}

.contactForm .argee {
    display: block;
    padding: 13px;
    background: #F2F2F2;
}

.btnTeams input {
    margin: 5px;
    width: 315px;
    height: 80px;
    border: 1px solid;
    border-radius: 6px;
    font-size: 25px;
}

.btnTeams .submit {
    background: url(../image/common/ico_link_white.png) no-repeat 95% center #006AC3;
    border-color: #006AC3;
    color: #fff;
}

.btnTeams .submit:hover {
    background: url(../image/common/ico_link.png) no-repeat 95% center #fff;
    color: #006AC3;
}

.btnTeams .edit {
    background: #eee;
    border-color: #eee;
}

.btnTeams .edit:hover {
    opacity: 0.7;
}

.contactAccess {
    padding: 45px 0;
}

.contactAccess .box {
    padding: 5px 30px 20px;
    border: 1px solid #006AC3;
    border-radius: 16px;
}

.contactAccess .tit {
    padding: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #006AC3;
    text-align: center;
    font-size: 17px;
}

.contactAccess .txt {
    padding: 0 25px;
    line-height: 1.75;
    font-size: 15px;
}

.errorMessage {
    color: #ec2028;
}

.btnTeams {
    display: flex;
    justify-content: center;
    margin: 50px auto 25px;
}

.btnTeams input.btn,
.btnTeams button.btn {
    position: relative;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    cursor: pointer;
    color: #fff;
    border-radius: 0;
}

.btnTeams input.btn:hover,
.btnTeams button.btn:hover {
    opacity: 0.6;
}

.btnTeams .one-btn {
    position: relative;
}

.btnTeams .one-btn:after {}

.btnTeams .one-btn:hover:after {}

table.cf-er {
    max-width: 650px;
    width: 100%;
    margin: auto;
}

table.cf-er th {
    width: 210px;
    font-weight: bold;
    text-align: right;
    padding-right: 20px;
}

table.cf-er .msg {
    color: red;
}

a.condition {
    color: #E81C24;
    text-decoration: underline;
}


/*--------*/

body .btnTeams .one-btn input {
    width: 100%;
    height: 80px;
    font-size: 17px;
    letter-spacing: 0.1em;
    background-color: #993D8C;
}

body.page-contact-main .btnTeams .one-btn {
    width: 315px;
}

body:not(.page-contact-main) .btnTeams .one-btn {
    margin: 0 35px;
    width: 330px;
    position: relative;
}

body .btnTeams .one-btn:after {
    content: '';
    display: block;
    position: absolute;
    right: 40px;
    background-size: 100% 100%;
    background-image: url(../images/index/icon-right-white.svg);
    width: 34px;
    height: 9px;
    top: 50%;
    transform: translateY(-50%);
}

body .btnTeams .one-btn.back-btn input {
    background-color: white;
    border: 1px solid #4D4D4D;
    color: black;
}

body:not(.page-contact-main) .btnTeams .one-btn:after {
    right: 20px;
}

body .btnTeams .one-btn.back-btn:after {
    background-image: url(../images/index/icon-right-black.svg);
}

body:not(.page-contact-main) .btnTeams.thanks-btn .one-btn {
    width: 386px;
}

body:not(.page-contact-main) .btnTeams .one-btn.thanks-btn:after {
    left: unset;
    right: 20px;
}

.access-title {
    border-bottom: 1px solid #AEAEAE;
}

.thanks-btn a.btn-green {
    width: 330px;
    height: 80px;
    background-color: #00A63C;
    color: white;
}

.thanks-btn a.btn-green:after {
    background-image: url(../images/index/icon-arrow-right.png);
}

.thanks-btn a.btn-green:hover {
    opacity: 0.6;
}

.form-item {
    display: flex;
    max-width: 950px;
    margin: auto;
    margin-bottom: 30px;
}

.form-item.form-item-cs {
    margin-bottom: 53px;
}

.form-item .left {
    width: 265px;
    padding-left: 55px;
    position: relative;
    font-weight: 500;
    padding-top: 10px;
}

.form-item .right {
    width: calc(100% - 265px);
}

input[type="checkbox"] {
    border-radius: 50%;
}

input[type="radio"]:checked:before,
input[type="checkbox"]:checked:before {
    border-radius: 50%;
}

.submit-btn .one-btn {
    text-align: center;
    margin-top: 80px;
}

.submit-btn input {
    cursor: pointer;
    width: 271px;
    height: 79px;
    border-radius: 0;
    font-size: 1.7rem;
    letter-spacing: 0.2rem;
    font-weight: 600;
    color: #fff;
    margin: auto;
    border: none;
    background-image: url(../images/index/bg-submit.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/* .submit-btn input:hover {
    background-color: white;
    color: #993D8C;
    cursor: pointer;
    background-image: url(../images/index/icon-right-purple.svg);
} */

.checkboxStyle label {
    margin-right: 0;
    font-size: 1.4rem;
    vertical-align: middle;
}

a.btn.btn-thanks {
    width: 330px;
    height: 80px;
    font-size: 17px;
    letter-spacing: 0.1em;
    background-color: #993D8C;
    margin: auto;
    color: #fff;
    background-image: url(../images/index/icon-right-white.svg);
    background-size: 5px;
    background-position: center right 30px;
    background-repeat: no-repeat;
}

.contactForm .box-select select {
    border-radius: 5px;
    background-size: 16px 11px;
    background-position: center right 10px;
}


/*MOBILE*/

@media(max-width:736px) {
    .stepList ul {
        display: flex;
        width: 100%;
    }
    .stepList {
        margin-bottom: 30px;
    }
    .stepList::after {
        bottom: -25px;
    }
    .stepList li {
        display: flex;
        align-items: flex-start;
        padding: 6px 0 6px 20px;
        margin: 0 4px;
        width: calc(33.33% - 10px);
        font-size: 13px;
        font-weight: 500;
        line-height: 1.4;
        flex-direction: column;
    }
    .stepList li {
        text-align: left;
    }
    th {
        padding: 7px 40px 7px 10px;
        font-size: 14px;
    }
    .contactForm .sign {
        font-size: 1.3rem;
        padding: 2px 4px;
        border-radius: 4px;
        top: 50%;
        transform: translateY(-50%);
    }
    .form-item.form-item-cs {
        margin-bottom: 0;
    }
    td {
        padding: 10px;
    }
    .box-select {
        flex-direction: column;
        align-items: flex-start;
    }
    .contactForm input[type="text"],
    .contactForm input[type="email"],
    .contactForm input[type="tel"] {
        height: 30px;
    }
    .contactForm .case {
        font-size: 13px;
    }
    .contactForm .confirm {
        font-size: 13px;
    }
    .komoku .wpcf7-list-item {
        display: block;
        margin-bottom: 10px;
    }
    .contactForm textarea {
        height: 150px;
    }
    .checkboxStyle span.condition label {
        margin-right: 0;
        font-size: 13px;
    }
    table.cf-er th {
        width: 120px;
        padding-right: 10px;
    }
    body:not(.contact-page) .btnTeams {
        flex-wrap: wrap;
    }
    body:not(.contact-page) .btnTeams .one-btn {
        margin-bottom: 10px;
    }
    #mailform a.btn-black-2 {
        width: 100%;
        height: 50px;
    }
    body:not(.contact-page) .btnTeams.thanks-btn .one-btn {
        width: 200px;
    }
    .text-mb-left {
        text-align: left;
    }
    .btnTeams {
        margin-top: 35px;
    }
    body .btnTeams .one-btn input {
        height: 60px;
    }
    body.page-contact-main .btnTeams .one-btn {
        width: 230px;
    }
    body .btnTeams .one-btn:after {
        width: 23px;
        height: 6px;
        right: 15px;
    }
    .thanks-btn a.btn-green {
        width: 240px;
        height: 60px;
    }
    .form-item {
        flex-wrap: wrap;
        padding-top: 0;
        margin-bottom: 0px;
        padding: 10px 15px;
    }
    .form-item>.left {
        padding-top: 0;
        padding-left: 50px;
        font-size: 1.35rem;
        margin: 10px 0;
    }
    .form-item>.left,
    .form-item .right {
        width: 100%;
    }
    .case {
        font-size: 10px;
    }
    .contactForm .half,
    .contactForm input.half {
        width: 100%;
    }
    .submit-btn .one-btn {
        margin-top: 30px;
    }
    .submit-btn input {
        width: 175px;
        height: 43px;
        font-size: 14px;
    }
    .access-title {
        text-align: center;
        font-weight: 500;
        position: relative;
    }
    .access-title.active::after {
        background-image: url(../images/index/icon-toggle-close.svg);
    }
    .contactForm select {
        height: 30px;
        background-size: 13px 11px;
        border-radius: 5px;
        font-size: 1.4rem;
    }
    .title-trouble::after {
        bottom: -15px;
    }
    .stepList li.active {
        background: linear-gradient(90deg, rgba(0, 2, 42, 1) 0%, rgba(0, 63, 148, 1) 51%, rgba(0, 139, 233, 1) 100%);
    }
    .stepList li span {
        padding-right: 0px;
    }
    input[type="radio"],
    input[type="checkbox"] {
        width: 20px;
        height: 20px;
    }
    input[type="radio"]:checked:before,
    input[type="checkbox"]:checked:before {
        width: 14px;
        height: 14px;
    }
}
/*------------------*/
@media(min-width:768px){
    .mega-menu{
        padding-bottom: 43px;
    }
}
@media(max-width:767px){
    .box-rout-home{
        margin-bottom: 10px;
    }
    .content-ss-2{
        padding-bottom: 15px;
    }
    .content-ss-2 p{
        width: 995px;
    }
    .tbl-fare-price-01 tbody tr td{
        padding: 7px;
    }
}
.panel-accodian-child .toggle-cont .content table th,.panel-accodian-child .toggle-cont .content table td{
    padding: 5px;
    background-color: white;
}
.panel-accodian-child .toggle-cont .content table th{
    font-weight: bold;
    text-align: center;
    background-color: #ececec;
}