@charset "utf-8";

/* #firstBlock
============================================================ */

input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

input[type=file] {
    display: none;
}

.cl-flex-right-wrap {
    display: flex;
    align-items: center;
}

.cl-flex-right-wrap .file-name {
    font-weight: 400;
    line-height: 1.5;
}

.form-btn-wrap {
    text-align: center;
    margin-top: 50px;
}

.form-btn-wrap button:nth-child(n+2) {
    margin-left: 70px;
}

.form-thanks-txt {
    font-size: 3rem;
    line-height: 1.466;
}

.form-guide-complete {
    margin-top: 53px;
    margin-bottom: 53px;
}

.form-thanks-txt {
    text-align: center;
    color: #00b187;
    font-size: 3rem;
    line-height: 1.4666;
}

.form-contact-box {
    width: 100%;
    margin-top: 53px;
    padding-top: 40px;
    padding-bottom: 48px;
    border: 2px solid #ccc;
    text-align: center;
}

.form-btn-wrap {
    text-align: center;
    margin-top: 50px;
}

.form-btn-wrap button:nth-child(n+2) {
    margin-left: 70px;
}

.form-thanks-txt {
    font-size: 3rem;
    line-height: 1.466;
}

.form-guide-complete {
    margin-top: 53px;
    margin-bottom: 120px;
}

.form-thanks-txt {
    text-align: center;
    color: #00b187;
    font-size: 3rem;
    line-height: 1.4666;
}

.form-contact-box {
    width: 100%;
    margin-top: 53px;
    padding-top: 40px;
    padding-bottom: 48px;
    border: 2px solid #ccc;
    text-align: center;
}

.form-flow-list {
    display: flex;
    justify-content: center;
}

.form-flow-list.-input {
    margin-top: 75px;
}

.form-step {
    position: relative;
    text-align: center;
    width: 170px;
    background-color: #eee;
    padding-top: 22px;
    padding-bottom: 22px;
}

.form-step.-current {
    background-color: #e0f6f0;
}

.form-step:nth-child(n+2) {
    margin-left: 50px;
}

.form-step:nth-child(n+2)::after {
    content: "";
    position: absolute;
    left: -33px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 13px;
    border-color: transparent transparent transparent #ccc;
}

.form-step-num {
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 30px;
    display: inline-block;
    position: absolute;
    line-height: 1;
    top: -16px;
    transform: translateX(-50%);
}

.form-step-num.-current {
    color: #00b187;
}

.form-step-ttl {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.45;
}

.form-step-ttl.-current {
    color: #00b187;
}

.form-guide {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
}

.form-guide.-mt40 {
    margin-top: 40px;
}

.form-guide.-mt20 {
    margin-top: 20px;
}

.form-input-wrap {
    text-align: center;
}

.form-input-wrap.-input {
    margin-top: 60px;
    margin-bottom: 120px;
}

.form-input-wrap.-confirmation {
    margin-top: 84px;
    margin-bottom: 120px;
}

.form-input-row {
    width: 100%;
    display: flex;
    align-items: center;
    border-top: 1px solid #ccc;
    padding-top: 50px;
    padding-bottom: 50px;
}

.form-input-row.-bm {
    border-bottom: 1px solid #ccc;
}

.form-input-ttl-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 380px;
    padding-left: 30px;
}

.form-input-ttl {
    width: 170px;
    text-align: left;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.45;
}

.option {
    display: inline-block;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    color: #666;
    padding: 6px 10px;
    margin-right: 12px;
    width: 46px;
    text-align: center;
    background-color: #eee;
}

.flex {
    display: flex;
    flex-direction: row;
}

.flex-text {
    line-height: 58px;
    padding-left: 20px;
}

.select-box {
    position: relative;
    width: 160px;
    padding: 10px 10px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-box label {
    position: relative;
}

.select-box label:after {
    display: block;
    content: " ";
    position: absolute;
    top: 65%;
    right: 10px;
    width: 15px;
    height: 20px;
    margin-top: -8px;
    background: url("../../../images/down-arrow.png") 0 0 no-repeat;
    background-size: 12px;
    pointer-events: none;
}

.select-form {
    border: 1px solid #aaa;
    padding: 10px 10px;
    border-radius: 4px;
    width: 180px;
    margin-left: -10px;
    -webkit-appearance: none;
    appearance: none;
    /* デフォルトのスタイルを無効 */
}

.select-file-wrap {
    cursor: pointer;
    width: 180px;
    height: 40px;
    border-radius: 25px;
    background-color: #e0f6f0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3px;
    margin-left: 50px;
}

.select-file-wrap p {
    color: #333;
    font-weight: 400;
    margin-left: 8px;
}

.submit_btn {
    background-color: #00B187;
    text-align: center;
    width: 600px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 26px 0px 24px;
    border-radius: 40px;
    position: relative;
    height: 73px;
}

.util-back-btn {
    cursor: pointer;
    background-color: #666666;
    position: relative;
    width: 250px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    border: solid 2px #666;
    border-radius: 40px;
    line-height: 1.5;
    padding-top: 11px;
    padding-bottom: 11px;
    transition: all 0.3s;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

.util-back-btn:hover {
    background-color: #fff;
    border: solid 2px #666;
    color: #666;
    opacity: 1;
}

.util-back-btn::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 6px 4.5px 0;
    border-color: transparent #fff transparent transparent;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.util-back-btn:hover::after {
    border-color: transparent #666 transparent transparent;
}

.util-btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 250px;
    font-size: 20px;
    font-weight: 700;
    background-color: #00b187;
    color: #fff;
    border: solid 2px #00b187;
    border-radius: 40px;
    padding-top: 11px;
    padding-bottom: 11px;
    transition: all 0.3s;
    line-height: 1.5;
    text-decoration: none;
}

.util-btn:hover {
    background-color: #00b187;
    border: solid 2px #00b187;
    color: #fff !important;
    opacity: 0.5;
}

.util-btn::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 6px;
    border-color: transparent transparent transparent #fff;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.util-btn:hover::after {
    border-color: transparent transparent transparent #00b187;
}

.-p10 {
    padding: 10px;
}

.postalcode {
    width: 160px !important;
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    -webkit-animation: sp-anime 0.8s infinite linear;
    animation: sp-anime 0.8s infinite linear;
}

.spinner-send {
    width: 80px;
    height: 80px;
    border: 4px #ddd solid;
    border-top: 4px #999 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.is-hide {
    display: none;
}

.textarea {
    height: 100px;
    width: 400px;
}

.checkbox-wrap {
    font-size: 18px;
    margin-left: 11px;
}

.checkbox-wrap input,
.checkbox-wrap label {
    vertical-align: middle;
}


/* ローディングアニメーション */

.button {
    position: relative;
    background-image: none;
    border: none;
    outline: none;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

.button::after {
    content: '';
    display: block;
    position: absolute;
    width: 160px;
    height: 40px;
    background-color: black;
    z-index: -1;
    left: calc(50% - 80px);
    top: 10px;
    opacity: 0.3;
    filter: blur(5px);
    transition: all 0.2s ease-out;
}

.button:hover::after {
    opacity: 0.5;
    filter: blur(20px);
    transform: translatey(10px) scalex(1.2);
}

.button:active::after {
    opacity: 0.3;
}

.loading {
    border-radius: 50px;
    width: 50px;
}

.button.loading::after {
    width: 40px;
    left: 5px;
    top: 12px;
    border-radius: 100%;
}

.spinner {
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 18px;
    left: calc(50% - 17px);
    background: transparent;
    box-sizing: border-box;
    border-top: 4px solid white;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-radius: 100%;
    animation: spin 0.6s ease-out infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg)
    }
}


/* チェックした項目を削除するボタン */

.deleteBtn {
    height: 36px;
    margin-left: 20px;
    border-radius: 10px;
    border: 1px solid #ccc;
    transition: all 0.3s ease;
    padding: 0 20px;
}

.deleteBtn:hover {
    border-color: #00B187;
    background: linear-gradient(to bottom, #Fff, rgba(0, 177, 135, 0.5))
}

#modal-show-btn:hover {
    cursor: pointer;
}

/* CSVダウンロードボタン */
.csvDownloadBtn {
    height: 36px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #ccc;
    transition: all 0.3s ease;
    padding: 0 20px;
}


/*モーダル*/

.modal-wrapper {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
    width: 100%;
    height: 100%;
}

.modal {
    position: fixed;
    top: 7%;
    left: 34%;
    background-color: #fff;
    padding: 0px 0 10px;
    border-radius: 10px;
    width: 600px;
    height: 750px;
    text-align: center;
    font-size: 12px;
    overflow-y: scroll;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 0 2px #777;
}

table {
    border-collapse: collapse;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
    box-shadow: none;
}

#close-modal {
    color: rgba(128, 128, 128, 0.46);
    cursor: pointer;
}

#close-modal button {
    margin-top: 20px;
}

.submit-btn {
    display: inline-block;
    padding: 14px 140px;
    background-color: #2294d6;
    border: none;
    border-radius: 3px;
    color: white;
    margin: 10px auto;
    cursor: pointer;
}

.modal-table-wrapper {
    width: 500px;
    border-collapse: collapse;
}

.modal-table {
    width: 100%;
    border-collapse: collapse;
}

.modal-table tr {
    border-collapse: collapse;
    border: solid 1px #ccc;
}

.modal-table tr:last-child {
    /* border-bottom: none; */
}

.modal-table th {
    position: relative;
    width: 30%;
    background-color: #f2f0ec;
    color: #8C7755;
    text-align: center;
    padding: 5px 5px;
    height: 40px;
    border-collapse: collapse;
}


/* .modal-table th:after {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: calc(50% - 10px);
    right: -10px;
    border-left: 10px solid #ccc;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
} */

.modal-table td {
    text-align: left;
    width: 70%;
    background-color: #fff;
    padding: 10px 0 10px 35px;
    border-collapse: collapse;
}

.d-flex {
    display: flex;
}

.deleteBtnBox {
    cursor: not-allowed;
}

.deleteBtnPosition {
    display: inline;
}

.deleteBtnBox button {
    pointer-events: none;
}

.iconRadioBtn {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    overflow: hidden;
    position: relative
}

.iconRadioBtn input {
    position: absolute;
    left: -999px;
    top: 0
}

.iconRadioBtn .txt {
    padding-left: 45px
}

.iconRadioBtn {
    margin-right: 30px;
    position: relative;
}

.iconRadioBtn .txt:before {
    content: "";
    display: block;
    border: 2px solid #aaa;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 55%;
    margin-top: -13px;
}

.iconRadioBtn input:checked+.txt:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 5px;
    top: 50%;
    background-color: #00B187;
    margin-top: -7px;
    border-radius: 50%;
}
