@charset "utf-8";

/* ブレイクポイントを指定 */

/* @mixin sp {
    @media (max-width:600px){
        @content;
    } 
}
@mixin tb {
    @media (max-width:850px) {
        @content;
    }
} */


/*  全体設定  */

body {
    background-color: #fff;
    font-family: 'Noto Sans JP', sans-serif; 
}

.wrapper {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    @media (max-width:600px){
        width: 85%;
    }
    @media (max-width:400px){
        width: 80%;
    }
}


section{
    max-width: 1080px;
    margin: 0 auto;
    @media (max-width:600px){
        margin-bottom: 3rem;
    }
}

.titleBox {
    margin-bottom: 5rem;
}

.page__sec__title {
    font-size: 30px;
    color: #000;
    font-family: "Arimo";
    font-weight: bold;
    text-align: center;
    @media (max-width:375px){
        font-size: 25px;
    }
}

.titleBox span {
    font-size: 16px;
}


.register__message {
    margin: 40px auto;
    text-align: center;
}

.register__textBox {
    font-size: 18px;
    text-indent: 1rem;
    line-height: 1.8;
    font-weight: bold;
    margin-bottom: 2rem;
}





/* =====================================================================================入力フォーム 
=====================================================================================*/

/* テーブル/入力フォーム */
.formTable {
    margin: 0 auto;
    width: 100%;
    border: 1px solid #969da3;
    border-bottom: none;
    
    @media (max-width:860px){
        border: none;
    }
}

/* テーブル/確認画面 */
.formTable2 {
    margin: 0 auto;
    width: 90%;
    border: 1px solid #969da3;
    border-bottom: none;
    @media (max-width:860px){
        width: 85%;
    }
}

.container {
    width: 70%;
    margin: 0 auto;
}



.box_con02 {
    margin: 0  auto;
}

.box_con02 form table tr {
    position: relative;
    border-bottom: solid 1px rgba(28, 46, 83, 0.5);
    display: flex;
    @media (max-width:860px){
        display: block;
        border-bottom: none;
    }
}

.box_con02 th:last-child {
    position: relative;
    border-bottom: none;
}

.box_con02 form table tr:first-child td:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 1px;
}

.box_con02 form table tr th {
    width: 280px;
    font-weight: normal;
    padding: 1em;
    background: #3d9c8d;
    color: #fff;
    position: relative;
    @media (max-width:1280px){
        width: 180px;

}
    @media (max-width:860px){
        display: block;
        font-size: 15px;
        width: 90%;
        padding: 0.2em 0.5em;
        margin: 0 auto;
    }
    @media (max-width:400px){
        width: 100%;
    }
}

.box_con02 form table tr th span {
    background: #cd6f55;
    border-radius: 5px;
    padding: 1px 0.5em;
    color: #fff;
    margin-left: 0.5em;
    font-size: 13px;
}

.box_con02 form table tr th:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    border-bottom: solid 1px #fff;
}

.box_con02 form table tr td {
    position: relative;
    padding: 2em 1em;
    display: flex;
    align-items: center;
    @media (max-width:1280px){
        padding: 1em 0.3em;
    }
    @media (max-width:860px){
        padding: 1em 0.5em;
    }
}

.box_con02 form table tr .box_br {
    display: block;
}

.box_con02 form table tr select, 
.box_con02 form table tr textarea, 
.box_con02 form table tr .wide {
    height: 3em;
    padding: .5em;
    border: 1px solid #969da3;
    width: 100%;
    box-sizing: border-box;
    @media (max-width:860px){
        width: 80%;
        margin: 0 auto;
    }
    @media (max-width:400px){
        width: 100%;
    }
}




.box_con02 form table tr textarea {
    height: 10em;
    width: 35em;
}


.box_con03 form table tr {
    position: relative;
    border-bottom: solid 1px rgba(28, 46, 83, 0.5);
    display: flex;
}

.box_con03 form table tr th {
    width: 280px;
    font-weight: normal;
    padding: 1em;
    background: #3d9c8d;
    color: #fff;
    position: relative;
    @media (max-width:792px){
        width: 165px;
    }
    @media (max-width:535px){
        width: 150px;
    }
}

.box_con03 form table tr th:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    border-bottom: solid 1px #fff;
}

.box_con03 form table tr th span {
    background: #cd6f55;
    border-radius: 5px;
    padding: 1px 0.5em;
    color: #fff;
    margin-left: 0.5em;
    font-size: 13px;
}


.agree__text {
    margin: 80px 0 30px;
    text-align: center;
}


.btn {
    text-align: center;
}

.btn input {
    width: 100%;
    display: inline-block;
    background: #eee;
    padding: .5em 4em;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: all 0.4s;
}

.form__item {
    margin: 0 1rem;
    white-space: nowrap;
    @media (max-width:860px){
        margin-left: 2rem;
        margin-right: -1.5rem;
    }
    @media (max-width:600px){
        margin-left: 1rem;
        margin-right: 0.2rem;
    }
    @media (max-width:400px){
        margin-left: 0.3rem;
        margin-right: 0.8rem;
    }
}

.form__item1 {
    margin: 0 1.5em;
    @media (max-width:860px){
        margin-left: 2rem;
        margin-right: -1.5rem;
    }
    @media (max-width:600px){
        margin-left: 1rem;
        margin-right: 0.2rem;
    }
    @media (max-width:400px){
        margin-left: 0.3rem;
        margin-right: 0.3rem;
    }
}

.form__item3 {
    margin: 0 1rem;
    @media (max-width:880px){
        width: 280px; 
    }
    @media (max-width:535px){
        width: 150px; 
        font-size: 15px;
    }
}


.form__text {
    font-size: 13px;
    width: 36%;
    @media (max-width:1000px){
        width: 33%;
    }
    @media (max-width:860px){
        width: 90%;
        margin: 0 auto;
        padding-top: 0!important;
    }

}

.form__text2 {
    width: 25%;
    font-size: 13px;
    @media (max-width:768px){
        width: 80%;
        padding: 0 0 1em 0!important;
    }
}

.form__text3 {
    width: 30%;
    max-width: 300px;
    font-size: 13px;
    @media (max-width:768px){
        width: 80%;
    }
}

.privacy__policy {
    width: 85%;
    border: 3px solid #000;
    height: 180px;
    overflow: scroll;
    padding: 25px;
    line-height: 1.5;
    margin: 25px auto;

}

.privacy__policy__item p {
    margin-bottom: 25px;
}




.pp__title {
    font-size: 22px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

.privacy__policy__item p {
    margin-bottom: 16px;
}

.agree {
    margin: 35px 0 75px;
    text-align: center;
    padding-left: 10px;
}


.btn__container {
    margin: 4rem auto;
    @media (max-width:1000px){
        margin: 2.5rem auto;
    }
    @media (max-width:375px){
        margin: 1rem auto;
    }
}


.orderSet__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin: 25px auto;
    padding: 1.2em 0;
    border: none;
    border-radius: 5px;
    background-color: #3d9c8d;
    color: #fff;
    font-size: 18px;
}

.orderSet__btn:hover {
    opacity: .7;
}

.backHome__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin: 0 auto;
    padding: .9em 2em;
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
}

.backHome__btn:hover {
    opacity: .7;
}
