@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* 査定ボタン */
.assessment__form {
    max-width: 450px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    border: 4px solid #f6ab00;
}
.assessment__container {
    box-sizing: inherit;
}
.assessment__head {
    text-align: center;
    background-color: #f6ab00;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    margin-bottom: 2px;
    letter-spacing: 2px;
    border-radius: 5px 5px 0 0;
    z-index: 3;
}
.assessment__container .assessment__head-inner {
    font-size: 12px;
    padding-bottom: 5px;
    font-weight: normal;
}
.assessment__container .assessment__head-inner p {
    font-weight: bold;
    color: #fff;
}
.assessment__head::after {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    transform: rotate(45deg) translateX(-50%);
    position: absolute;
    background-color: #f6ab00;
    left: 50%;
    z-index: -1;
}
.assessment__inner {
    padding: 20px;
}
.main__category-select {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 300;
    border-radius: 6px;
    color: #565757;
    position: relative;
    margin-bottom: 20px;
    height: 60px;
}
.sub__category-select {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 300;
    border-radius: 6px;
    color: #565757;
    position: relative;
    margin-bottom: 20px;
    height: 60px;
}
.assessment__btn-start {
    font-weight: bold;
    font-size: 1.0rem;
    background: #004ea2;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    white-space: nowrap;
    padding: 10px 25px;
    font-family: "Noto Sans Japanese";
    color: #FFF;
    line-height: 1.4;
    text-decoration: none;
    text-align: center;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    border: 1px solid #004ea2;
}
.assessment__btn-start:hover {
    background: #FFF;
    color: #004ea2;
}

.assessment__btn-start:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

.assessment__btn-start:hover:after {
    border-color: #004ea2;
}
.category-field {
    -webkit-appearance: none;
    border: 2px #004ea2 solid !important;
    animation-name: focusField;
    animation-fill-mode: none;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 0.2s;
    animation-direction: normal;
    animation-play-state: running;
}
@keyframes focusField {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(1, 88, 181, 0);
        box-shadow: 0 0 0 0 rgba(1, 88, 181, 0);
    }

    30% {
        -webkit-box-shadow: 0 0 1px 3px rgba(1, 88, 181, 0.5);
        box-shadow: 0 0 1px 3px rgba(1, 88, 181, 0.5);
    }

    50% {
        -webkit-box-shadow: 0 0 0 5px rgba(1, 88, 181, 0.3);
        box-shadow: 0 0 0 5px rgba(1, 88, 181, 0.3);
    }

    85% {
        -webkit-box-shadow: 0 0 0 8px rgba(1, 88, 181, 0.1);
        box-shadow: 0 0 0 8px rgba(1, 88, 181, 0.1);
    }

    90% {
        -webkit-box-shadow: 0 0 0 8px rgba(1, 88, 181, 0.07);
        box-shadow: 0 0 0 8px rgba(1, 88, 181, 0.07);
    }

    100% {
        -webkit-box-shadow: 0 0 0 8px rgba(1, 88, 181, 0.05);
        box-shadow: 0 0 0 8px rgba(1, 88, 181, 0.05);
    }
}
/* お問い合わせフォーム */
/* フォーム内のすべての入力要素に適用 */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
    font-size: 16px;
}

#wpcf7-f105-p106-o1 {
    max-width: 750px;
    width: 100%;
    padding: 15px;
    margin: auto;
}

.form-group {
    margin-bottom: 30px;
    text-align: left;
}

.form-group.form-group--category {
    margin-bottom: 10px;
}

.form-heading {
    background: #f6ab00;
    color: #FFF;
    font-size: 1.2rem;
    margin: 0 0 20px;
    padding: 8px 1rem;
    width: 100%;
    display: flex;
    align-items: center;
}

/* 「必須」文字 */
.CF7_req {
    margin-left: 5px;
    align-items: center;
    font-size: .5em;
    padding: 2px 5px;
    background: #565757;
    color: #fff;
    border-radius: 3px;
    margin-right: 1em;
}

.form-note {
    padding: 5px;
}

.small_txt {
    line-height: normal;
    font-size: .8em;
    margin-bottom: 5px;
}

.form-group select,
textarea,
input {
    max-width: 700px;
    width: 100%;
}

.flex-fields {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.field-item {
    display: flex;
    /* width: calc((100% - 40px) / 3); */
    align-items: center;
    padding: 5px;
}
.wpcf7-form-control.wpcf7-select {
    display: inline-block;
    padding: 6px 22px 6px 12px;
    border: 1px solid #747373;
    border-radius: 3px;
    background: #fff;
    color: #202020;
    text-decoration: none;
    line-height: normal;
    text-align: left;
    font-size: inherit;
    height: 40px;
}


/* 追加CSS */
#sidebar {
    margin: 0 auto;
    margin-bottom: 100px;
}
@media only screen and (max-device-width: 480px) {
    #sidebar {
        margin-bottom: 60px !important;
    }
}

.top #content {
    padding-top: 2em;
}
.about-torinavi {
    justify-content: center;
    height: 90px;
    align-items: center;
    border-radius: 20px;
    padding: 5px !important;
}
.about-torinavi.about-torinavi-sp {
    height: auto;
}
.about-trinavi_box {
    border-radius: 70px;
    width: 90%;
    margin: 0 auto;
}
p.about-trinavi_box {
    color: #fff;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.about-torinavi figure.align-bottom {
    align-self: flex-end;
}
.about-torinavi .about-torinavi_heading-txt {
    margin-left: -0.5rem;
}

.swell-block-column.swl-has-mb--s.about-trinavi_ttl {
    margin-left: 0;
}

.l-content.l-container {
    display: flex;
    flex-wrap: wrap-reverse !important;
}
.assessment-btn a {
    background-image: linear-gradient(90deg, #049630, #96d931) !important;
    box-shadow: 0 4px darkgreen;
}
/* .swell-block-step__number {
    padding: 10px;
    background: #f6ab00;
    font-weight: bold;
    border-radius: 10px !important;
} */
.assetment-btn_line .swell-block-button__link {
    font-size: 1rem;
    color: #fff;
    background: #469f01 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 6px;
}
.assetment-btn_line .swell-block-button__link:hover {
    background: #469f01 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 0.7;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}
div.torinavi_logo-sp {
    width: 90%;
    height: 90%;
}
.assetment-btn_line .swell-block-button__link .span-bold {
    color: #ffff09;
    font-size: 1.5rem;
    font-weight: bold;
}
.torinavi-about-4step {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}
.torinavi-about-4step_sp {
    border-radius: 10px;
}
/* ステップ */
.torinavi-about-step {
    position: relative;
}
.torinavi-about-step:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #004ea2;
    position: absolute;
    top: 0;
    right: -22px;
    bottom: 0;
    margin: auto;
}
