@charset "UTF-8";
/* CSS Document */
/*----- content01 -----*/
#content01 {overflow: hidden;width: 100%;padding: 8vw 0;background-color: #F6F6F4;}
.content01 {width: 80%;margin: 0 auto;padding: 7vw 0;background-color: #fff;border-radius: 0.5vw;}
/* content01_01 */
.content01_01 {width: 70%;margin: 0 auto;}
.content01_01 table {width: 100%;margin: 0 auto 0;border-collapse: collapse;border-spacing: 0;border-top: solid 2px #efefef;}
.content01_01 table tr {display: block;width: 100%;padding: 1.5vw 0;font-size: 0;border-bottom: solid 2px #efefef;}
.content01_01 table th {display: inline-block;vertical-align: middle;width: 30%;text-align: left;font-size: 0;font-weight: 500;box-sizing: border-box;}
.content01_01 table .th0 {width: 100%;font-size: 1vw;font-weight: 500;line-height: 160%;}
.content01_01 table .th1 {display: inline-block;vertical-align: middle;width: 75%;font-size: 1vw;font-weight: 500;line-height: 160%;}
.content01_01 table .th2 {display: inline-block;vertical-align: middle;width: 20%;padding: 0.2vw 0;font-size: 0.9vw;font-weight: 500;line-height: 160%;text-align: center;background-color: #D8000F;color: #fff;}
.content01_01 table td {display: inline-block;vertical-align: middle;width: 70%;font-size: 1vw;text-align: left;}
.content01_01 table td p {display: block;width: 100%;margin-top: 1vw;font-size: 1vw;text-align: left;}
.content01_01 table td span {margin-right: 1vw;font-weight: 600;}
.w1000 {width: 100%;height: 12vw;}
.w100 {width: 100%;}
.w70 {width: 70%;}
.w50 {width: 50%;}
.content01_01 table option,
.content01_01 table textarea,
.content01_01 table input[type=text],
.content01_01 table input[type=tel],
.content01_01 table input[type=email],
.content01_01 table input[type=select],
.content01_01 table input[type=textarea] {font-size: 1vw;padding: 1.4vw 3%;background-color: #F8F8F8;border: solid 1px #E9E9E9;box-sizing: border-box;border-radius: 0vw;}
.content01_01 table select {font-size: 1vw;padding: 1.4vw 3%;background-color: #F8F8F8;border: solid 1px #E9E9E9;box-sizing: border-box;border-radius: 0vw;}
input[type="submit"],
input[type="button"]{display: block;width: 40%;margin: 4vw auto 0;padding: 1.4vw 0;font-size: 1.1vw;font-weight: 600;border: 1px #121212 solid;background: #121212;color: #fff;transition: all 1.0s ease;-webkit-appearance: none;border-radius: 5vw;text-align: center;}
input[type="submit"]:hover,
input[type="button"]:hover {background: #D8000F;color: #fff;border: 1px #D8000F solid;}
.checkbox {margin-top: 2.5vw;width: 100%;text-align: center;font-size: 1.2vw;}
.checkbox_a {margin-bottom: 1vw; width: 100%;font-size: 1vw;}
.checkbox_a a {font-size: 1.1vw;text-decoration-line: underline;color: #0B54A3;}
/*----- footer -----*/
footer {margin-top: 0;}


@media screen and (max-width:960px) {
/*----- content01 -----*/
#content01 {padding: 8vw 0;}
.content01 {width: 90%;}
/* content01_01 */
.content01_01 {width: 90%;}
.content01_01 table tr {padding: 2vw 0;}
.content01_01 table th {width: 30%;}
.content01_01 table .th0 {font-size: 1.6vw;}
.content01_01 table .th1 {width: 70%;font-size: 1.6vw;}
.content01_01 table .th2 {width: 25%;padding: 0.2vw 0;font-size: 1.5vw;}
.content01_01 table td {width: 70%;font-size: 1.6vw;text-align: left;}
.content01_01 table td p {font-size: 1.6vw;}
.content01_01 table td span {margin-right: 1vw;}
.w1000 {width: 100%;height: 12vw;}
.w100 {width: 100%;}
.w70 {width: 100%;}
.w50 {width: 70%;}
.content01_01 table option,
.content01_01 table textarea,
.content01_01 table input[type=text],
.content01_01 table input[type=tel],
.content01_01 table input[type=email],
.content01_01 table input[type=select],
.content01_01 table input[type=textarea] {font-size: 1.6vw;padding: 1.5vw 3%;}
.content01_01 table select {font-size: 1.6vw;padding: 1.5vw 3%;}
input[type="submit"],
input[type="button"]{width: 50%;margin: 4vw auto 0;padding: 1.5vw 0;font-size: 1.7vw;}
.checkbox {margin-top: 2.5vw;font-size: 1.8vw;}
.checkbox_a {margin-bottom: 1vw;font-size: 1.6vw;}
.checkbox_a a {font-size: 1.7vw;}
}


@media screen and (max-width:500px) {
/*----- content01 -----*/
#content01 {padding: 8vw 0;}
/* content01_01 */
.content01_01 table tr {padding: 3vw 0;}
.content01_01 table th {display: block;width: 100%;margin-top: 1vw;}
.content01_01 table .th0 {font-size: 4.2vw;}
.content01_01 table .th1 {width: 80%;font-size: 4.2vw;}
.content01_01 table .th2 {width: 20%;padding: 0.5vw 0;font-size: 3vw;}
.content01_01 table td {display: block;width: 100%;margin-top: 1.5vw;font-size: 4.2vw;}
.content01_01 table td p {font-size: 3vw;}
.content01_01 table td span {margin-right: 1vw;}
.w1000 {width: 100%;height: 12vw;}
.w100 {width: 100%;}
.w70 {width: 100%;}
.w50 {width: 100%;}
.content01_01 table option,
.content01_01 table textarea,
.content01_01 table input[type=text],
.content01_01 table input[type=tel],
.content01_01 table input[type=email],
.content01_01 table input[type=select],
.content01_01 table input[type=textarea] {font-size: 4.2vw;padding: 2.5vw 3%;}
.content01_01 table select {font-size: 4.2vw;padding: 2.5vw 3%;}
input[type="submit"],
input[type="button"]{width: 100%;margin: 4vw auto 0;padding: 2.5vw 0;font-size: 5vw;}
.checkbox {margin-top: 2.5vw;font-size: 4vw;}
.checkbox_a {margin-bottom: 2vw;font-size: 3vw;}
.checkbox_a a {font-size: 3.4vw;}
}
