button,
input[type="text"],
input[type="email"],
input[type="number"],
select,
textarea {
    font-family: inherit;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    border: 0;
    font-size: 1.6rem;
    border-radius: 0;
    background-color: #fff;
    color: #000;
}
input[type="text"],
input[type="email"],
input[type="number"],
textarea {
    width: 100%;
    padding: 1rem;
    border: 1px solid #808080;
    font-weight: bold;
}
input[type=checkbox] {
    width: 25px;
    height: 25px;
    margin-right: 1.5vw;
    cursor: pointer;
}
.radio-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 17px;
}
.radio-list li {
    margin-right: 2em;
}
.radio-list label {
    display: flex;
    align-items: center;
}
.radio-list input[type="radio"] {
    margin-right: .2em;
}

.monitor2506 {
    margin-bottom: 200px;
}
.monitor2506 h1{
    margin-bottom: 3rem;
    font-size: 3.6rem;
    line-height: 4.2rem;
    color: #8EC80F;
    text-align: center;
}
.monitor2506 h1 span{
    font-size: 3.0rem;
    display: block;
}
.monitor2506 p{
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 1px;
}
.monitor2506 p+p {
    margin-top: 1em;
}
.monitor2506 p a{
    text-decoration: underline;
    color: #8EC80F;
}
.monitor2506 ul.list-form{
    display: flex;
    flex-wrap: wrap;
}

.monitor2506 .attention{
    font-weight: bold;
    color: #8EC80F;
}
.monitor2506 .caution {
    color: red;
}
.monitor2506 ul.list-form li{
    line-height: 6.0rem;
    margin-top: 10px;
    margin-left: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    position: relative;
}
.monitor2506 ul.list-form li.over{
    opacity: 0.5;
    text-decoration: line-through;
}
.monitor2506 ul.list-form li a{
    display: block;
    line-height: 6.0rem;
    width: 100%;
    padding: 0 40px;
    background-color: #efefef;
}
.monitor2506 ul.list-form li.over a{
    background-color: #fff;
}
.monitor2506 ul.list-form li a:hover{
    background-color: rgba(142, 200, 15, 0.3);
}
.monitor2506 ul.list-form li.over a:hover{
    background-color: #fff;
}
.monitor2506 .entry-fix_ul,
.monitor2506 .entry-fix_ul-sp{
    display: none;
}
.monitor2506-title {
    margin-bottom: 3rem;
}
.monitor2506 .intro {
    margin-bottom: 3rem;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}
.monitor2506 .intro-detail {
    margin-bottom: 5rem;
    font-size: 2rem;
    font-weight: bold;
}
.monitor2506-sec {
    margin-bottom: 6rem;
}
.monitor2506-sec .col2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.monitor2506-sec .col2 .col2-l {
    width: 60%;
}
.monitor2506-sec .col2 .col2-r {
    width: 38%;
}
.monitor2506-sec h2 {
    font-size: 2.8rem;
    line-height: 4.2rem;
    color: #8EC80F;
    border-bottom: 4px solid #8EC80F;
    padding-bottom: 1rem;
    margin-bottom: 4rem;
}
.monitor2506-sec h3 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-top: 3rem;
    margin-bottom: 1.4rem;
    color: #8EC80F;
}
.monitor2506-sec h3::before {
    content: '■';
}
.monitor2506-sec h4 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-top: 3rem;
    margin-bottom: 1.4rem;
    color: #8EC80F;
}
.monitor2506-sec img {
    margin-bottom: .5rem;
}
.monitor2506-sec p+p {
    margin-top: 2rem;
}
.monitor2506-sec .elect {
    color: #ff5555;
    font-size: 160%;
    font-weight: bold;
    text-align: center;
}
.monitor2506-sec .elect::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: 2rem auto;
    border-style: solid;
    border-width: 5rem 5rem 0 5rem;
    border-color: #8dc80f transparent transparent transparent;
}
.test-detail {
    margin-top: 1em;
    padding: 1rem;
    border: solid 1px #8EC80F;
    font-size: initial;
    line-height: initial;
}
.test-detail dt {
    font-weight: bold;
}
.test-detail dd {
    text-indent: 1em;
}
.video-outer {
    margin: 2rem auto;
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.video-outer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.entry-detail {
    margin-bottom: 3rem;
}
.select-wrapper {
    margin-bottom: 100px;
    padding: 50px;
    border: solid 1px #8EC80F;
    font-size: 1.6rem;
    line-height: 1.75;
    position: relative;
}
.select-wrapper::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 5rem 5rem 0 5rem;
    border-color: #8dc80f transparent transparent transparent;
    position: absolute;
    bottom: -75px;
    left: 0;
    right: 0;
}
.select-wrapper dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.select-wrapper dt {
    width: 35%;
    margin-bottom: 3rem;
}
.select-wrapper dd {
    width: 65%;
    margin-bottom: 3rem;
}
.select-wrapper dt:last-of-type,
.select-wrapper dd:last-of-type {
    margin-bottom: 0;
}
.time-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.time-list li {
    width: 19%;
    margin: 0 1% 1% 0;
    padding: 1rem;
    border: solid 1px #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}
.time-list li.disabled {
    opacity: .3;
    background-color: #eee;
}
.time-list li.selected {
    border: solid 2px #8EC80F;
}
.time-table {
    margin-block: 1em;
    border-collapse: collapse;
}
.time-table td {
    padding: 1em;
    border: 1px solid #ccc;
}
.form-box {
    align-items: center;
}
.form-box dt,
.form-box dd {
    margin-bottom: 3rem;
}
.form-box dt .note {
    font-size: 80%;
}
.form-box dd .note {
    margin-left: 3rem;
    font-size: 90%;
}
.form-wrapper {
    padding: 50px;
    border: solid 1px #8EC80F;
    font-size: 1.6rem;
    line-height: 1.75;
}
.form-wrapper .name,
.form-wrapper .postal-code,
.form-wrapper .tel,
.form-wrapper .address,
.form-wrapper .email {
    /** 20220529 EDIT **/
    margin: 0 10px;
    /* margin: 0 17px; */
}
.form-wrapper .birthday {
    margin: 0 1.6vw 0 0;
}
.form-wrapper .weight,
.form-wrapper .height {
    /** 20220529 EDIT **/
    width: 15rem;
    margin: 0 10px;
    /* width: 10rem;
    margin: 0 17px; */
}
.form-box .birthday-form-wrap {
    /** 20220529 EDIT **/
    margin-left: calc(-3vw + 10px);
    /* margin-left: calc(-3vw + 17px); */
}
.form-box .birthday-form {
    margin-left: 3vw;
}
.select-outer {
    display: inline-flex;
    /** 20220529 EDIT **/
    margin: 0 10px;
    /* margin: 0 17px; */
    border: solid 1px #808080;
    position: relative;
}
.select-outer::after {
    content: "";
    width: .5em;
    height: .5em;
    margin: auto;
    border-top: 2px solid #808080;
    border-left: 2px solid #808080;
    pointer-events: none;
    transform: translateY(-50%) rotate(-135deg);
    position: absolute;
    right: .75em;
    top: .25em;
    bottom: 0;
}
.select-outer select {
    padding: 1rem 2.5rem 1rem 1rem;
}
/** 20220529 ADD **/
select#join_date,select#join_time{
    padding-right: 1.5rem;
}
.form-wrapper .select-outer::after{
    display: none;
}
/** 20220529 ADD **/

.accept-wrapper {
    margin: 2rem 0 5rem;
}
.accept-wrapper label {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: .5em;
}
.form-wrapper .btn-submit {
    display: block;
    margin: 3rem auto;
    padding: 1em 3em;
    background: #E8F4CF;
    border: 1px solid #8EC80F;
    font-size: 1.7rem;
    font-weight: 800;
    letter-spacing: 1px;
}
@media screen and (max-width: 768px){
    input[type="checkbox"] {
        width: 20px;
        height: 20px;
    }
    .monitor2506 h1{
        font-size: 2rem;
        line-height: 1.5;
    }
    .monitor2506 ul.list-form li{
        width: 100%;
        text-align: center;
    }
    .monitor2506 .footer{
        height: auto;
    }
    .monitor2506-title {
        font-size: 2rem;
        line-height: 1.5;
    }
    .select-wrapper {
        padding: 2rem;
    }
    .select-wrapper dt,
    .select-wrapper dd {
        width: 100%;
    }
    .select-wrapper dt {
        margin-bottom: .5rem;
    }
    .select-wrapper dd {
        margin-bottom: 3rem;
    }
    .select-wrapper dt:last-of-type,
    .select-wrapper dd:last-of-type {
        margin-bottom: .5rem;
    }
    .form-wrapper {
        padding: 2rem;
    }
    .form-wrapper dt,
    .form-wrapper dd {
        width: 100%;
    }
    .form-wrapper dt {
        margin-bottom: .5rem;
    }
    .form-wrapper dd {
        margin-bottom: 3rem;
    }
    .form-wrapper .note {
        width: 100%;
        font-size: 80%;
    }
    .select-outer {
        /** 20220529 EDIT **/
        max-width: 100%;
        /* max-width: 50%; */
    }
    select[name="date"] {
        width: 100%;
    }
    select[name="time"] {
        width: 100%;
    }
    .accept-wrapper {
        text-align: left;
    }
    .accept-wrapper .accept,
    .accept-wrapper .agree {
        /** 20220529 EDIT **/
        margin-left: 0;
        /* margin-left: 1em; */
    }
    select#join_date,select#join_time{
        padding-right: 1.5rem;
    }
    .monitor2506-sec .col2 {
    }
    .monitor2506-sec .col2 .col2-l {
        width: 100%;
    }
    .monitor2506-sec .col2 .col2-r {
        width: 100%;
    }
    .calendar {
        margin-bottom: 20px;
    }
}
@media screen and (min-width:769px) {
    .is-sp {
        display: none;
    }
}

figure table {
    width: 100%;
    border: solid 1px #ccc;
    border-collapse: collapse;
}
figure table caption {
    padding: 1em;
    background-color: #8EC80F;
    font-weight: bold;
}
figure table td {
    padding: 1em .5em;
    border: solid 1px #ccc;
    text-align: center;
}

.calendar {
    width: 100%;
}
.calendar th,
.calendar td {
    padding: 1em;
}
.calendar .cellTableHead {
    background-color: #8EC80F;
}
.calendar .cellSaturday {
    color: dodgerblue;
}
.calendar .cellSunday {
    color: #ff5555;
}
.calendar .implementation {
    position: relative;
}
.calendar .implementation::before {
    content: "";
    width: 2em;
    height: 2em;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: solid 2px #ffbc3e;
    border-radius: 1em;
}