@charset "UTF-8";

/* 
------------------------------------*/
.contactLayout .h2_wrap h2::after {
    content: "FORM";
}
.contactLayout h3 {
    color: #EE5324;
    margin-bottom: 40px;
}
.contactLayout #powered_by_me {
    display: none;
}
.contactLayout .alert-danger {
    color: #EE5324;
    font-weight: bold;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }





/* c01
------------------------------------*/
.contactLayout #c01 .square_li > li {
    padding-left: 25px;
    position: relative;
}
.contactLayout #c01 .square_li > li::before {
    position: absolute;
    content: "■";
    top: 0;
    left: 0;
}
.contactLayout #c01 .square_li {
    margin-bottom: 30px;
}
.contactLayout #c01 table {
    border: none;
}
.contactLayout #c01 tr, .contactLayout #c01 th {
    border-bottom: none;
}
.contactLayout #c01 th, .contactLayout #c01 td {
    text-align: left;
}
.contactLayout #c01 th {
    padding-bottom: 0;
    vertical-align: baseline;
    background-color: transparent;
}
.contactLayout #c01 td {
    padding-top: 10px;
}
.contactLayout #c01 td input[type=text], .contactLayout #c01 td input[type=email],
.contactLayout #c01 td textarea {
    font-size: 100%;
    padding: 10px 20px;
    width: calc(100% - 40px);
}
.contactLayout #c01 td textarea {
    max-height: 150px;
}
.contactLayout #c01 th .icon {
    display: inline-block;
    padding: 2px 10px;
    color: #fff;
    background-color: #F0B29F;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 0.8rem;
}
.contactLayout #c01 th .icon.hissu {
    background-color: #EE5324;
}
.contactLayout #c01 td .solar_flex {
    margin: 15px 0;
}
.contactLayout #c01 td .solar_flex h4 {
    font-size: 1.1rem;
    color: #1D1D1D;
    font-weight: 500;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}
.contactLayout #c01 td .solar_flex h4::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 6px;
    left: 0;
    top: 0;
    background-color: #EE5324;
    border-radius: 15px;
}
.contactLayout #c01 td .solar_flex > div input[type=text] {
    width: calc(85% - 40px);
}
.contactLayout #c01 td .solar_flex > div span {
    display: inline-block;
    margin-left: 5px;
}
.contactLayout #c01 td input[type=file] {
    padding: 8px 20px;
    border: 1px solid #707070;
    border-radius: 5px;
    width: calc(100% - 40px);
}
.contactLayout #c01 .check_select {
    padding: 40px 20px;
    border: 3px solid #FFBDA8;
    border-radius: 15px;
    margin: 40px auto 60px;
    max-width: 600px;
}
.contactLayout #c01 .check_select label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 10px;
}
.contactLayout #c01 .check_select label input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}



            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .contactLayout #c01 th {
                    width: 30%;
                    padding-bottom: 20px;
                }
                .contactLayout #c01 td {
                    width: 70%;
                    padding-top: 20px;
                }
                .contactLayout #c01 td .solar_flex > div {
                    width: 58%;
                }
                .contactLayout #c01 td .solar_flex h4 {
                    width: 40%;
                    margin-bottom: 0;
                }
                .contactLayout #c01 td .solar_flex {
                    align-items: center;
                }
                .contactLayout #c01 td input[type=file] {
                    width: calc(70% - 40px);
                }
                .contactLayout #c01 .check_select {
                    padding: 40px 80px;
                    border-radius: 30px;
                    text-align: center;
                }
                .contactLayout #c01 .check_select label {
                    font-size: 2rem;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .contactLayout #c01 th {
                    width: 25%;
                }
                .contactLayout #c01 td {
                    width: 75%;
                }
            }




/* c02
------------------------------------*/
.contactLayout #c02 {
    text-align: center;
}
.contactLayout #c02 .tel_t {
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.2;
    margin: 10px 0 5px;
}
.contactLayout #c02 .tel_t span {
    font-size: 60%;
}
.contactLayout #c02 .txtRed {
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.5;
}



            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .contactLayout #c02 .tel_t {
                    font-size: 3rem;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }