@charset "utf-8";

html, body, * {
    padding: 0;
    margin: 0;
}
#body {
    display: flex;
    flex-direction: column;
    border-top: 20px solid rgba(95 175 160/ 0.8);
    border-bottom: 20px solid rgba(95 175 160/ 0.8);
}
#body::before {
    content: "";
    width: 200px;
    height: 120px;
    margin: 0 auto;
    background: url(../img/header_img.png) no-repeat center center;
    background-size: contain;
}
#footer {
    width: 960px;
    padding: 30px 10px;
    margin: 40px auto 0 auto;
    border-top: 1px solid rgba(200 200 200/ 1.00);
}
#progress {
    position: relative;

    width: 200px;
    height: 1px;
    margin: 30px auto !important;
    background: rgba(210 210 210/ 1.00);
}
#progress span {
    position: absolute;
    top: 5px;

    display: block;
    width: 10px;
    height: 10px;
    background: rgba(200 200 200/ 1.00);
}
#progress span {
    position: absolute;
    top: -5px;

    display: block;
    width: 10px;
    height: 10px;
    background: rgba(200 200 200/ 1.00);
    border-radius: 100%;
}
#progress span.active {
    background: rgba(200 100 100/ 1.00);
    animation: blink 1.5s ease-in-out infinite alternate;
}
#progress span.done {
    background: rgb(153, 214, 141);
}
#progress span:nth-child(1) {
    left: calc(25% - 5px);
}
#progress span:nth-child(2) {
    left: calc(50% - 5px);
}
#progress span:nth-child(3) {
    left: calc(75% - 5px);
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#caution {
    padding: 30px;
}
#caution h4 {
    margin-bottom: 2.00rem;
    text-align: center;
}
#caution h4 strong {
    padding: 0.50rem 1.00rem;
    background: rgba(245 245 245/ 1.00);
    border-bottom: 3px solid rgba(200 100 50/ 1.00);
}
#caution article {
    padding: 30px;
    background: rgba(250 250 250/ 1.00);
}
#caution a {
    color: rgba(51 51 51/ 1.00);
    font-size: 1.15rem;
    font-weight: bold;
}
h2{
    padding: 1rem 0;
    text-align: center;
}
section {
    width: 960px;
    margin: 0 auto;
    background: rgba(255 255 255/ 1.00);
}
#area_form > * {
    margin: 15px auto 15px auto;
}

#area_form > p,
#area_form > div {
    padding: 0 60px;

}
#fm {
    padding: 30px;
}
#fm input[type=text],
#fm input[type=number],
#fm input[type=email],
#fm input[type=date],
#fm textarea,
#fm select {
    border: 5px solid rgba(0 0 0/ 0.10);
}
#fm input[type=text]:focus,
#fm input[type=number]:focus,
#fm input[type=email]:focus,
#fm input[type=date]:focus,
#fm textarea:focus,
#fm select:focus {
    border: 10px solid rgba(180 50 75/ 0.10);
    outline: none;
}
#fm textarea {
    height: 125px;
}
ul {
    list-style-type: none !important;
}
* {
    color: rgba(51 51 51/ 1.00);
    font-style: normal;
    line-height: 1.35;
}
#fm > ul {
    display: flex;
    flex-direction: column;

    padding: 0;
}
#fm > ul > li:not(:last-child) {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

    padding: 0 0 0.75rem 0 !important;
    margin: 0 0 0.75rem 0 !important;
    border-bottom: 1px dotted rgba(200 200 200/ 1.00) !important;
}
/*#fm > ul > li:not(:last-child) {*/
#area_btns {
    display: flex;
    justify-content: center;

    padding-top: 30px;
}
#fm > ul > li > * {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
#fm > ul > li > label {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: start;
    justify-content: center;

    width: 30%;

    font-weight: bold;
}
#fm > ul > li > span {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: start;

    width: 70%;
}
#fm > ul > li > span > em {
    margin-right: 1.25rem;
}
#fm > ul > li > span > em > input[type=radio] {
    margin-right: 0.25rem;
}


.ff > label > span::before,
.ff_label::before {
    content: "◆";
    margin-right: 0.75rem;
    color: rgb(169 119 100);

}

.ff_label::before {
    margin-left: 0;
}



.w_very_short {
    width: 100px;
}
.w_short {
    width: 150px;
}
.w_middle_short {
    width: 250px;
}
.w_middle {
    width: 350px;
}
.w_full {
    width: 100%;
}

.btn {
    padding: 15px 20px;
    margin: 0 10px;
    border: none;
    border-radius: 30px;
}

#btn_go,
#btn_go_to_send {
    background: rgba(95 175 160/ 1.00) !important;
}

#btn_back {
    background: rgb(169 119 100) !important;
}

a#btn_go {
    margin-top: 3.00rem;
    color: white !important;
}

#area_res {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 100px auto !important;
}

#area_res ul {
    padding: 0 !important;
    border: 3px solid rgba(180 180 180/ 1.00);
}

#area_res ul li {
    display: flex;
    align-items: center;
    justify-content: center;
}

#area_res ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.00rem;
    border: 1px solid rgba(180 180 180/ 1.00);
}

#area_res ul li span:nth-child(2) {
    border-left: none;
}






#footer > div:nth-child(1) {
    box-sizing: border-box;
    width: 90%;
    padding: 25px;
    margin: 8px auto 30px auto;
}

#footer > div:nth-child(1) * {
    width: 100%;
    background: none;
}

#footer > div:nth-child(2) > ul:nth-child(1),
#footer > div:nth-child(2) > ul:nth-child(2) {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#footer > div:nth-child(2) > ul:nth-child(1) li {
    padding: 5px 15px;
    border-right: 1px solid rgba(200 200 200/ 1.00);
}

#footer > div:nth-child(2) > ul:nth-child(1) li:last-child {
    border: none;
}

#footer > div:nth-child(2) > ul:nth-child(1) li a {
    color: rgba(51 51 51/ 1.00);
    text-decoration: none;
}

#footer > div:nth-child(2) > ul:nth-child(2) li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 0 10px;
}

#footer > div:nth-child(2) > ul:nth-child(2) li:nth-child(1) {
    width: 150px;
    height: 43px;
    background: url(../img/header_img.png) no-repeat;
    background-size: contain;
}

#footer > div:nth-child(2) > ul:nth-child(2) li:nth-child(3) > a {
    color: rgba(51 51 51/ 1.00);
    font-family: serif;
    font-size: 1.50rem;
    font-weight: bold;
    text-decoration: none;
}

#footer > div:nth-child(2) > ul:nth-child(2) li:nth-child(3) > a > span {
    font-size: 1.00rem;
}


@media all and (max-width: 960px) {
    section {
        width: 100%;
    }

    #fm > ul > li:not(:last-child) {
        flex-wrap: wrap;
        flex-direction: column;
    }
    #fm > ul > li > label {
        width: 100%;
        margin-bottom: 0.75rem;
    }
    #fm > ul > li > span {
        width: 100%;
    }


    #footer {
        width: 100%;
    }
    #footer > div:nth-child(2) > ul:nth-child(1),
    #footer > div:nth-child(2) > ul:nth-child(2) {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: start;

        width: 90%;
        margin: 10px auto;
    }

    #footer > div:nth-child(2) > ul:nth-child(1) li,
    #footer > div:nth-child(2) > ul:nth-child(1) li:last-child {
        padding: 5px 8px;
        margin-right: 8px;
        margin-bottom: 8px;
        border: 1px solid rgba(200 200 200/ 1.00);
        border-radius: 4px;
    }

    #footer > div:nth-child(2) > ul:nth-child(2) {
        justify-content: center;
    }

    #footer > div:nth-child(2) > ul:nth-child(2) > li {
        margin-bottom: 10px;
    }

}





.swal-title {
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 !important;
    background: rgba(203 149 127/ 1.00);
    padding: 0.75rem !important;
    
    color: white;
    font-size: 1.15rem;
    font-weight: normal !important;
    text-align: left;
}

.swal-title:not(:last-child) {
    margin-bottom: 0;
}

.swal-title:first-child {
    margin-top: 0;
}

.swal-text {
    width: 100%;
    padding: 0.75rem;
    font-size: 1.00rem;
    text-align: left !important;
}

.swal-button--confirm {
    background: rgba(148 203 229/ 1.00);
}
