
.hold-header{
    width:980px;
}
select {
    height: 36px;
    line-height: 36px;
}

#trial-menu .box {
    width: 48.4%;
    float: left;
    margin: 0 0.8% 0;
}

#trial-menu .box * {
    font-size: 102%;
}

#trial-menu .image {
    width: 200px;
    height: 200px;
    border-radius: 8px;
}

#trial-menu .image-sub {
    width: 118px;
    height: 118px;
    border-radius: 8px;
}

@media screen and (max-width: 737px) {
    #trial-menu .box {
    display: inline-block;
    width: 100%;
    margin: 0;
    }

    #trial-menu .image {
    width: 150px;
    height: 150px;
    }

    #trial-menu .image-sub {
    width: 110px;
    height: 110px;
    }
}

/* Radio Button
========================================================================== */
.mod-radio input[type=radio] {
    display: none;
}

.mod-radio label {
    box-sizing: border-box;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    margin: 0 20px 8px 0;
    padding: 10px;
    width: 100%;
    border-radius: 15px;
    background-color: #f4f4f4;
    vertical-align: middle;
    cursor: pointer;
}

.mod-radio label:hover {
    background-color: #eadee7;
}
@media screen and (max-width: 701px) {
    .mod-radio label:hover {
    background-color: #f4f4f4;
    }
    .mod-radio label.touched { 
    background-color: #eadee7;
    }
}

.mod-radio a {
    background-color: #eadee7;
}

@media screen and (max-width: 701px) {
    .mod-radio label {
    margin: 0 0 8px 0;
    }
}

input[type=radio]:checked+label:before {
    opacity: 1;
}

input[type=radio]:checked+label {
    background-color: #eadee7;
}

input[type=radio]:disabled+label:before {
    opacity: 0;
}

input[type=radio]:disabled+label:after {
    opacity: 0;
}

input[type=radio]:disabled+label {
    background-color: #dbdbdb;
}


/*font*/
.f300 {
    font-weight: 300;
}

.f400 {
    font-weight: 400;
}

.f500 {
    font-weight: 500;
}

.f600 {
    font-weight: 600;
}

.f700 {
    font-weight: 700;
}

.zen {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

/*color*/
.pink {
    color: #b57c95
}

.gray {
    color: #b1b1b2
}

/*button*/
.yyk_btn {
    position: absolute;
    text-align: center;
    transition: background-color 0.2s linear;
    display: inline-block;
    background-color: #b1b1b2;
    border-radius: 8px;
    width: 100px;
    right: 10px;
    bottom: 10px;
    padding: 5px 10px;
}

.yyk_btn p {
    color: #fff;
    font-weight: 600;
}

.mod-radio label:hover .yyk_btn {
    background-color: #c18da3;
}
@media screen and (max-width: 701px) {
    .mod-radio label:hover .yyk_btn {
    background-color: #b1b1b2;
    }
    .mod-radio label.touched .yyk_btn {
    background-color: #c18da3;
    }
}

/*header navi*/
#step {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}

#step div {
    position: relative;
    width: 40%;
}

#step p {
    font-weight: 600;
    line-height: 1.3;
    display: grid;
    place-items: center;
    justify-content: center;
    align-items: center;
}

.step-nav1,
.step-nav2,
.step-nav3 {
    font-size: .9rem;
    height: 100%;
}

.step-nav1 {
    clip-path: polygon(0% 0%, 92% 0%, 100% 50%, 92% 100%, 0% 100%);
    background-color: #dfcbda;
    color: #fff;
    padding: 12px 20px 8px 10px;
}

.step-nav2 {
    clip-path: polygon(8% 50%, 0% 0%, 92% 0%, 100% 50%, 92% 100%, 0% 100%);
    background-color: #f4f4f4;
    color: #b1b1b2;
    padding: 12px 10px 8px 15px;
}

.step-nav3 {
    clip-path: polygon(8% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%);
    background-color: #f4f4f4;
    color: #b1b1b2;
    padding: 12px 10px 8px 20px;
}

#step .no-on,
#step .no-off {
    position: absolute;
    font-family: "Overpass", sans-serif;
    top: -20px;
    font-size: 2rem;
    z-index: 2;
}

#step .no-on {
    left: 8px;
}

#step .no-off {
    left: 20px;
}

@media screen and (max-width: 701px) {
    #step {
    padding-top: 0;
    }
    #step div {
    width: 35%;
    }
    .step-nav1,
    .step-nav2,
    .step-nav3 {
    font-size: .75rem;
    letter-spacing: -.03rem;
    height: 70%;
    }

    .step-nav1 {
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    }

    .step-nav2 {
    clip-path: polygon(15% 50%, 0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    }

    .step-nav3 {
    clip-path: polygon(15% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}

/*h2*/
.mod--h2 {
    font-size: 1rem;
    letter-spacing: 0;
    padding: 30px 0 10px;
}

@media screen and (max-width: 701px) {
    .mod--h2 {
    padding: 15px 0 10px;
    }
}

/*notes*/
.notes {
    border: 1.5px solid #dcdddd;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.notes p {
    font-size: .7rem;
}

@media screen and (max-width: 701px) {
    .notes {
    margin-bottom: 0;
    }

    .notes p {
    font-size: .6rem;
    }
}

/*accordion .s_01 .accordion_one*/
.s_01 {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}

.s_01 .accordion_one {
    max-width: 980px;
    margin: 0 auto;
}

.s_01 .accordion_one .accordion_header {
    background-color: #dfcbda;
    color: #b57c95;
    font-size: 1rem;
    font-weight: bold;
    padding: 20px 11% 20px 10px;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
}

.s_01 .accordion_one .accordion_header:hover {
    /*  opacity: .8;*/
}

.s_01 .accordion_one .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 3%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}

.s_01 .accordion_one .accordion_header .i_box .one_i {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
}

.s_01 .accordion_one .accordion_header.open .i_box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.s_01 .accordion_one .accordion_header .i_box .one_i:before,
.s_01 .accordion_one .accordion_header .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: #b57c95;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}

.s_01 .accordion_one .accordion_header .i_box .one_i:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
}

.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
    content: none;
}

.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.s_01 .accordion_one .accordion_inner {
    display: none;
    padding: 0 8px 8px;
    background-color: #dfcbda;
    box-sizing: border-box;
}

.box_one {
    overflow: hidden;
}

.s_01 .accordion_one .accordion_inner .box_one {
    /* height: 145px; */
}

.s_01 .accordion_one .accordion_inner p.txt_a_ac {
    margin: 0;
}

@media screen and (max-width: 767px) {
    .s_01 .accordion_one .accordion_header {
    font-size: .9rem;
    text-align: left;
    padding: 10px 14% 10px 5px;
    }

    .s_01 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    }

    .s_01 .accordion_one .accordion_inner .box_one {
    /* height: 130px; */
    }
}

/*accordion menubox*/
.s_01 .box {
    width: 48.4%;
    float: left;
    margin: 0 0.8% 0;
}

.s_01 .image {
    width: 200px;
    height: 200px;
    border-radius: 8px;
}

.s_01 .image-sub {
    width: 118px;
    height: 118px;
    border-radius: 8px;
}

@media screen and (max-width: 737px) {
    .s_01 .box {
    display: inline-block;
    width: 100%;
    margin: 0;
    }

    .s_01 .image {
    width: 135px;
    height: 135px;
    }

    .s_01 .image-sub {
    width: 110px;
    height: 110px;
    }
}

a {
    color: #555;
}
@media screen and (max-width: 701px) {
    body{
        background-color: #eadee7;
        border-top: 0;
    }
}
@media screen and (max-width: 701px) {
    #content {
        padding: 18px 10px 10px;
        background-color: #fff;
        margin-bottom: 0;
    }
    .hold-header{
        width:100%!important;
    }
}
.campaign-label {
    color: #fff;
    background-color: #d2264d;
    display: inline-block;
    padding: 1px 6px;
    letter-spacing: .05rem;
    font-size: 90%;
    font-weight: 500;
}
.campaign-label + p {
   font-weight: 500;
}

.selected-menu {
    background-color: #b57c953b;
    color: #b57c95;
    font-size: 130%;
    font-weight: 600;
    padding: 8px 15px;
    margin-bottom: 10px;
    border-radius: 30px 30px 0 0;
}
.selected-menu span{
    margin-left: 10px;
    font-size: 120%;
}



