@charset "UTF-8";
/* CSS Document */


/* layout01 */

.layout01 p {
    text-align: center;
    font-size: 18px;
}


/*contact*/

.contact table {
    width: 100%;
    text-align: left;
}

.contact table tr {
    display: flex;
    flex-wrap: wrap;
}

.contact table tr:not(:last-child) {
    padding-bottom: 20px;
}

.contact table tr td {
    line-height: 1.6;
    font-size: 18px;
}

.contact table tr td:first-child {
    font-size: 20px;
    color: #FFF;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: var(--base-font-weight);
    background-color: var(--color-sub3);
    width: 27%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px;
}

.contact table tr td:last-child {
    flex: 1;
    background-color: #F2F2F2;
}

.box-checkbox-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0px 20px;
    padding: 20px;
}

.contact table span.sp-view {
    display: none;
}

.contact table tr td input {
    width: 100%;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
    border-width: 1px;
}

.contact table tr td input.radio {
    width: 15px;
}

.contact table tr td textarea {
    width: 100%;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
    border-width: 1px;
}

.contact table tr.errer td {
    color: #f3516c;
    vertical-align: middle;
}


.contact span.c01 {
    font-size: 16px;
    line-height: 1.6;
    color: #C30D23;
    vertical-align: top;
    display: inline-block;
    padding-left: 10px;
}

p.text02 {
    line-height: 1.6;
}


input,
textarea,
button {
    margin: 0;
    padding: 10px;
    font-size: 100%;
    font-weight: var(--base-font-weight);
}

td div.space {
    margin-top: 20px;
}

input[type="text"] {
    outline: 0;
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #F2F2F2;
}

textarea[type="textarea"] {
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #F2F2F2;
    padding: 10px;
}


.button {
    text-align: center;
    margin-top: 50px;
}

button {
    cursor: pointer;
    border: none;
    background-color: rgba(0, 0, 0, 0);
}

.button img {
    height: 40px;
    width: auto;
}

button span,
a.btn-mail,
.btn-box input,
.btn-back {
    display: inline-block;
    padding: 17px 80px;
    background-color: var(--color-sub2);
    font-weight: var(--base-weight2);
    font-size: 18px;
    color: #FFF;
    letter-spacing: 0.1em;
    transition: .5s;
    border: solid rgba(255, 255, 255, 0) 1px;
    border-radius: 60px;
}

button:hover span,
a.btn-mail:hover,
.btn-box input:hover,
.btn-back:hover {
    background-color: var(--color-sub);
    opacity: 1;
}


.btn-box {
    padding-top: 40px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}



#formWrap {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 16px;
}

table.formtable {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}


table.formtable tr {
    display: flex;
    flex-wrap: wrap;
}

table.formtable tr:not(:last-child) {
    padding-bottom: 20px;
}

table.formtable td,
table.formtable th {
    line-height: 1.6;
    font-size: 18px;
    text-align: left;
}

table.formtable th {
    font-size: 20px;
    color: #FFF;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: var(--base-font-weight);
    background-color: var(--color-sub3);
    width: 27%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px;
}

table.formtable td {
    flex: 1;
    background-color: #F2F2F2;
    padding: 10px 20px;
}


.contact h4 {
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: var(--base-font-weight);
    margin-bottom: 30px;
}

.contact h5 {
    line-height: 1.6;
    letter-spacing: 0.2em;
    font-size: 24px;
    font-weight: var(--base-font-weight);
    text-align: center;
    margin-bottom: 20px;
}

span.text003 {
    display: none;
}


.contact .checktext {
    width: 100%;
    text-align: center;
    padding-top: 90px;
}

.contact .checktext h6 {
    color: var(--color-sub3);
    font-weight: var(--base-font-weight);
    line-height: 1.2;
    letter-spacing: 0.15em;
    font-size: 28px;
    margin-bottom: 25px;
}

.contact .checktext div.box-text {
    border-style: solid;
    border-color: #E6E6E6;
    border-width: 2px;
    background-color: #FFF;
    margin-bottom: 40px;
    text-align: left;
    overflow: auto;
    height: 200px;
}

.contact .checktext div.box-text .box-box {
    padding: 30px;
}

.contact .checktext div.box-text p {
    line-height: 1.8;
    letter-spacing: 0.05em;
}

.contents-contact .maincontents-inner {
    padding-top: 0px;
}



.sp-view {
    display: none;
}
