@charset "UTF-8";

.rchoice .col_3, .size .col_3 {
    width: 32.5%;
}
.rchoice .col_2 {
    width: 49%;
}
.rchoice .col_4 {
    width: 24.5%;
}
.col_1 {
    width: 100%;
}
.contact input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.contact ul {
    list-style: none;
    padding-left: 0;
}
.contact ul li.col_2 {
    width: 49%;
}
.contact ul li input[type=radio] {
    position: inherit;
    opacity: 1;
}
.contact .size input[type=number] {
    width: calc( 100% - 100px );
}
.add-one {
    position: relative;
}
textarea {
    margin-top: .5rem;
}
.rchoice [type="radio"]:not(:checked) + label, .rchoice [type="radio"]:checked + label {
    width: 100%;
    height: auto;
    padding: 12px 0;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #fff;
    display: block;
    text-align: center;
}
.rchoice [type="radio"]:checked + label {
    background-color: #01b4b9;
    color: #fff;
    border: 1px solid #039ca1ff;
}
input[type=button].kakunin, input[type=submit].kakunin, input[type=button].back, input[type=submit].submit {
  background-color: #01b4b9;
  color: #fff;
  width: 60%;
  border-radius: 50px;
  display: block;
  margin: 0 auto;
  font-size: 1.1rem;
  border: none;
  padding: 11px;
}
.btn_con input[type=button].back {
    margin-right: .5rem;
}
.btn_con input[type=submit].submit {
    margin-left: .5rem;
}
ul.add_menu {
    list-style: none;
    padding-left: 0;
}
.contact tr td {
    position: relative;
}
.add_menu li {
    width: calc(98% / 3);
    margin-right: 1%;
    border: 1px solid #9e9e9e;
    margin-top: .5rem;
    padding: 12px;
    border-radius: 3px;
    position: relative;
}
.add_menu li:nth-of-type(-n + 3) {
    margin-top: 0;
}
.add_menu li:nth-of-type(3n) {
    margin-right: 0;
}
.contact input[type=checkbox] {
    position: absolute;
    left: 10px;
    top: 42%;
}
.contact .add-one input[type=checkbox] {
    position: absolute;
    left: -5px;
    top: 40%;
}
.contact input[type=checkbox]:not(:checked) + label, .contact input[type=checkbox]:checked + label {
    padding-left: 1rem;
    display: block;
    width: 100%;
}
li:has(input[type=checkbox]:checked) {
    background-color: #01b4b9;
    border: 1px solid #039ca1ff;
    color: #fff;
}
table.contact input[type=text].readonly {
    background: #ffe6e9;
    font-weight: bold;
    font-size: 20px;
    text-align: right;
    color: #cc0033;
}
.date_and_time {
    align-items: center;
    margin-bottom: .5rem;
}
.date_and_time dl {
    width: calc(( 100% - 100px - 2% ) / 2);
    margin-right: 1%;
    justify-content: flex-start;
}
.date_and_time dl:last-of-type {
    margin-right: 0;
}
.date_and_time dl dt {
    background: #01b4b9;
    margin: 0 8px 0 0;
    padding: 0.5rem;
    font-size: 16px;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 3px;
}
p.kibo {
    font-weight: bold;
    width: 100px;
}
.contact tr td p.hzip {
    margin-bottom: .5rem;
}
.hzip label {
    display: inline-block;
    padding-right: .5rem;
}
.hzip input[type=text] {
    width: 120px;
}
.caution-area p {
    color: #cc0033;
    font-weight: bold;
    text-align: center;
}
.line_cover {
    margin: .2rem 1rem 0;
    background: #06c755;
    padding: .5rem 0;
}
.line_cover p.line_come {
   text-align: center;
   font-size: 16px;
   font-weight: normal;
   color: #fff;
   margin: 0 0 .5rem;
}
.contact input[type=file] {
    font-size: 16px;
    margin-bottom: 1rem;
}
.btn_con input[type=button].back {
    margin-right: 1rem;
}
.btn_con input[type=submit].kakunin {
    margin-left: 1rem;
}

@media screen and (max-width: 768px) {
    p.kibo {
        width: 100%;
        text-align: center;
    }
    .date_and_time dl {
        width: calc(99% / 2);
    }
    .date_and_time dl dt, .date_and_time dl dd {
        width: 100%;
        margin-right: 0;
    }
    .contact tr td.nichiji {
        padding: 1.5rem 0;
    }
    .contact ul li.col_2 {
        width: 100%;
    }
    .size .col_3 {
        width: 100%;
        margin-bottom: .5rem;
    }
    .btn_cover {
        margin-top: 2rem;
    }
    input[type=button].kakunin, input[type=submit].kakunin, input[type=button].back, input[type=submit].submit {
        width: 100%;
    }
    .btn_con input[type=button].back {
        margin-left: 0;
    }
    .btn_con input[type=submit].kakunin {
        margin-left: .5rem;
    }
}

@media screen and (max-width: 480px) {
    .add_menu li {
        width: 100%;
    }
    .add_menu li:nth-of-type(-n + 3) {
        margin-top: .5rem;
    }
    .line_cover {
        background: none;
    }
    .line_cover p.line_come {
        color: inherit;
    }
}