@charset "UTF-8";

html {
    font-size: 100%;
    font-family: "Hiragino Sans", Meiryo, sans-serif;
}

body {
    background-color: #ffffff;
    color: #121212;
    font-size: 62.5%;
}

p {
    font-size: 1rem;
    line-height: 1.8;
}

.thanks p {
    font-size: 1.2rem;
    line-height: 2em;
    margin-bottom: 30px;
}

.thanks a {
    display: block;
    font-size: 1rem;
    margin-top: 100px;
    text-decoration: none;
    color: #b61d22;
    font-weight: bold;
    border: solid 2px #b61d22;
    align-items: center;
    margin: 0 auto;
    max-width: 300px;
    padding: 24px 50px;
}


.inner {
    max-width: 1200px;
    padding: 0 10px 60px 10px;
    margin: 0 auto;
}

.thanks {
    max-width: 1200px;
    padding: 200px 10px;
    margin: 0 auto;
    text-align: center;
}

.inner img {
    width: 100%;
    margin-bottom: 30px;
}

.inner h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #b61d22;
    font-size: 2rem;
}

.thanks h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #b61d22;
    font-size: 2rem;
}

.note {
    font-size: 0.8rem;
    font-weight: lighter;
}

.pc_only {
    display: block;
}

.sp_only {
    display: none;
}

@media (max-width:768px) {
    .sp_only {
        display: block;
    }
}

.lead {
    font-weight: bold;
    color: #b61d22;
    text-align: center;
    margin: 30px auto 0 auto;
    font-size: 1.6rem;
}

@media (max-width:768px) {
    .lead {
        font-size: 1.1rem;
    }
}
#formWrap {
    background-color: #f2f2f2;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 30px 100px;
    text-align: left;
    font-size: 1rem;
}

tbody {
    vertical-align: middle;
}

table th, table td {
    display: block;
    text-align: left;
}
table th {
    display: block;
    margin-bottom: 10px;
}

#otherInput {
    margin-top: 10px;
}

table th:before {
    content: "必須";
    font-size: 0.8rem;
    margin-right: 0.5rem;
    padding: 0 0.5rem;
    color: #fff;
    background-color: #b61d22;
    display: inline-block;
}

table .input:before {
    content: "任意";
    font-size: 0.8rem;
    margin-right: 0.5rem;
    padding: 0 0.5rem;
    color: #fff;
    background-color: #3e3e3e;
    display: inline-block;
}


table td {
    margin-bottom: 48px;
}

.select {
    background-color: #fff;
    padding: 10px 10px;
    border: solid 1px #ccc;
}

table input[type="radio"] {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-right: 0.5rem;
}

table input[type="checkbox"] {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-right: 0.5rem;
}

table input[type="tel"] {
    border: 1px solid #cccccc;
    background-color: #fff;
    width: 100%;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
}

table input[type="email"] {
    border: 1px solid #cccccc;
    background-color: #fff;
    width: 100%;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
}

table input[type="text"] {
    border: 1px solid #cccccc;
    background-color: #fff;
    width: 100%;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
}

table select {
    border: 1px solid #cccccc;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0.5rem 1rem;
}

table textarea {
    border: 1px solid #cccccc;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 0.5rem 1rem;
}

.form_btn {
    background-color: #b61d22;
    color: #fff;
    font-weight: bold;
    border-radius: 999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 250px;
    padding: 14px 25px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.form_btn:hover {
    background-color: #8f151a;
}



.btn {
    color: #fff;
    font-weight: bold;
}

footer {
    text-align: center;
}

@media (max-width:768px) {
    .text {
        padding: 0 10px;
    }
    .text {
        text-align: left;
    }
    .pc_only {
        display: none;
    }
    label {
        display: block;
    }
    .inner h2 {
        font-size: 24px;
    }
    .thanks h2 {
        font-size: 24px;
    }
    .thanks p {
        font-size: 1rem;
        text-align: left;
    }
}

/* 募集要項 */
.recruit-wrapper {
max-width: 1000px;
margin: 20px auto 40px auto;
padding: 30px;
border: 1px solid #ccc;
background: #fff;
box-sizing: border-box;
font-family: sans-serif;
}

 .recruit-wrapper h2 {
font-size: 32px;
margin-bottom: 20px;
border-bottom: 2px solid #333;
padding-bottom: 10px;
color: #333;
}

.recruit-terms dt {
font-weight: bold;
margin-top: 20px;
font-size: 16px;
            }

.recruit-terms dd {
margin: 8px 0 0 0;
padding-left: 1em;
font-size: 15px;
line-height: 1.6;}

.recruit-terms ul {
margin: 0;
padding-left: 1.2em;
}

@media (max-width: 600px) {
.recruit-wrapper {
padding: 20px;
}
.recruit-wrapper h2 {
font-size: 20px;
}

.recruit-terms dt {
font-size: 15px;
}

.recruit-terms dd {
font-size: 14px;
}
}