html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

img {
    width: 100%;
    object-fit: cover;
}

body {
font-family: "Meiryo","メイリオ","ＭＳ　Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
font-size: 1rem;
color: #434343;
}

@media screen and (max-width: 750px) {
    body {
        padding-top: 15vw;
    }
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    color: #434343;
}


a:hover{
    color: #52A39B;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#434343;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#434343;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    padding:0;
}

input, select {
    vertical-align:middle;
}
.c-pc {
    display: block;
}
.c-sp {
    display: none;
}

.form2 .form_container.is-model .form2-2-1 p {
    font-weight: normal;
    font-size: 80%;
}
.form2 .form_container.is-model.is-none {
    border-bottom: none;
}
.is-modelTtl {
    margin-bottom: 20px;
    display: block;
}
.form_input5.is-com label,
.form_input7.is-com label {
    margin: 0;
    display: inline-block;
    width: 150px;
}

/*--スマホ--*/
@media screen and (max-width:750px){
    .top_jump {
        position: fixed;
        bottom: 45px;
        right: 10px;
    }
    .form_input5.is-com label,
    .form_input7.is-com label {
        display: block;
        width: 100%;
    }
    .c-pc {
        display: none;
    }
    .c-sp {
        display: block;
    }

    /*--バーガーメニュー--*/
    *, *:before, *:after {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }
    ol, ul {
        list-style: none;
    }
    a {
        text-decoration: none;
        color: inherit;
    }
    .cp_cont {
        height: 65vh;
    }
    .cp_offcm01 {
        position: fixed;
        z-index: 999999;
        top: 10px;
        right: 0px;
        display: inline-block;
    }
    /* menu */
    .cp_offcm01 .cp_menu {
        position: fixed;
        top: 15vw;
        left: 136vw;
        width: 100%;
        height: auto;
        cursor: pointer;
        -webkit-transition: 0.53s transform;
        transition: 0.53s transform;
        -webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
        transition-timing-function: cubic-bezier(.38,.52,.23,.99);
        background-color: #fff;
        z-index: 9999;
    }
    .cp_offcm01 .cp_menu ul {
        margin: 0;
        padding: 0;
    }
    .cp_offcm01 .cp_menu li {
        list-style: none;
    }
    .cp_offcm01 .cp_menu li a {
        display: block;
        text-decoration: none;
        color: #52a39b;
        font-weight: 700;
        font-size: 100%;
    }
    .cp_offcm01 .cp_menu li {
        text-decoration: none;
        font-weight: 700;
        border: solid 1px #75bca5;
        border-radius: 10px;
        padding: 3%;
        margin: 4% auto;
        text-align: center;
        width: 90%;
    }
    .cp_offcm01 .cp_menu > ul > li:nth-child(4) ,
    .cp_offcm01 .cp_menu > ul > li:nth-child(5) {
        border: none;
        padding: 0;
        width: 90%;
    }
    .cp_offcm01 .cp_menu > ul > li:nth-child(4) > ul > li,
    .cp_offcm01 .cp_menu > ul > li:nth-child(5) > ul > li {
        display: inline-block;
        width: 48%;
        margin: auto 1%;
    }

    .cp_offcm01 .cp_menu > ul > li:nth-child(4) > ul > li:nth-child(1){
        margin-left: 0;
    }

    .cp_offcm01 .cp_menu > ul > li:nth-child(4) > ul > li:nth-child(2){
        margin-right: 0;
    }

    .cp_offcm01 .cp_menu > ul > li:nth-child(5) > ul > li:nth-child(1){
        margin-left: 0;
    }

    .cp_offcm01 .cp_menu > ul > li:nth-child(5) > ul > li:nth-child(2){
        margin-right: 0;
    }
    .cp_offcm01 .cp_menu li:nth-child(6) {
        border: none;
        width: 55%;
    }



    .cp_offcm01 #cp_toggle01 {
        position: absolute;
        display: none;
        opacity: 0;
    }
    .cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
        -webkit-transform: translateX(-136vw);
                transform: translateX(-136vw);
    }
    /* menu toggle */
    .cp_offcm01 #cp_toggle01 ~ label {
        display: block;
        padding: 0.3em 1em;
        cursor: pointer;
        -webkit-transition: 0.5s transform;
        transition: 0.5s transform;
        -webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
        transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
        text-align: center;
        color: #47b39d;
        }
    .cp_offcm01 #cp_toggle01:checked ~ label {
    }
    .cp_offcm01 #cp_toggle01 ~ label::before {
        font-family: 'Font Awesome 5 Free';
        content: '\f0c9';
        font-weight: 900;
        font-size: 1.5em;
    }
    .cp_offcm01 #cp_toggle01:checked ~ label::before {
        content: '\f00d';
    }
    /* contents */
    .cp_contents {
        color: #333333;
        text-align: center;
        overflow: hidden;

    }

    .header {
        display: none;
    }

    .header_sp {
        display: flex;
        width: 100%;
        padding: 0 5%;
        position: fixed;
        top: 0;
        z-index: 9999;
        background: #fff;
    }

    .header_sp_1-1 {
        width: 60%;
        margin: 4% auto;
        margin-left: 0;
    }

    .header_sp_1-1 a {
        display: flex;
    }

    .header_sp_1-1-1 {
        width: 14%;
    }

    .header_sp_1-1-2 {
        width: 83%;
        margin: auto;
        margin-left: 3%;
    }

        /*--top--*/
        .contents{
            width: 100%;
        }
        .header{
            width: 100%;
        }
        .header1{
            display: flex;
        }
        .header1-1{
            width: fit-content;
            margin: 1% auto;
            margin-left: 1%;
        }
        .header1-2{
            width: fit-content;
            margin: 1% auto;
            margin-right: 1%;
        }
        .header2 ul {
            display: flex;
            justify-content: center;
        }
        .header2 li {
            list-style: none;
            width: fit-content;
            padding: 0 1.5%;
            text-align: center;
            border-right: solid 1px #d4d4d4;
        }
        .top_slider {
            display: none;
        }
        .top_slider_sp1 {
            width: 90%;
            margin: auto;
        }
        .top_1 {
            margin: 5% auto;
            text-align: center;
            width: 90%;
        }
        .top_1-1 {
            width: 70%;
            margin: auto;
        }
        .top_1-2 ul {
            margin: 2% auto;
        }
        .top_1-2 li {
            border-bottom: solid 1px #75BCA5;
            padding: 1%;
            padding-bottom: 3%;
            list-style: none;
            font-size: 80%;
        }
        .top_1-2 {
            font-size: 180%;
            line-height: 2;
        }
        .top_1-2-1 {
            width: 20%;
        }
        .top_1-2-2{
            display: flex;
        }
        .top_1-2-2-1{
            width: 90%;
            text-align: left;
        }
        .top_1-2-2-2 {
            width: 6%;
            margin: auto;
        }
        .top_2 {
            background-color: #F1FAF7;
            padding: 5% 0;
            padding-bottom: 15%;
            border-bottom: solid 2px #75BCA5;
        }
        .top_2-1 {
            width: 70%;
            margin: auto;
        }
        .top_2-2 {
            width: 65%;
            margin: 4% auto;
        }
        .top_2-2{
            display: none;
        }
        .top_2-2_sp {
            width: 95%;
            margin: 5% auto;
        }
        .top_2-3 {
            text-align: center;
            font-weight: 700;
            font-size: 200%;
        }
        .top_2-4 {
            width: 95%;
            margin: 2% auto;
        }
        .top_2-4 ul {
        }
        .top_2-4 li {
            background-color: #fff;
            width: calc(95%/2);
            height: 40vw;
            text-align: center;
            margin: 1%;
            list-style: none;
            display: inline-block;
        }
        .top_2-4-3 {
            width: 50%;
            margin: 11% auto;
        }
        .top_2-4-4 {
            width: 25%;
            margin: 9% auto;
        }
        .top_2-4-5 {
            width: 20%;
            margin: 5% auto;
        }
        .top_2-4-6 {
            width: 31%;
            margin: 6% auto;
        }
        .top_2-4-1 {
            margin: auto;
            margin-top: 8%;
            font-weight: 700;
            color: #52A39B;
            font-size: 200%;
        }
        .top_2-4-2 {
            font-size: 130%;
        }
        span.txt_led {
            font-size: 150%;
            vertical-align: sub;
            color: #c43419;
            font-weight: 900;
            padding: 0 3%;
        }
        span.txt_led_l {
            font-size: 200%;
            vertical-align: sub;
            color: #c43419;
            font-weight: 900;
            padding: 0 3%;
        }
        .top_2-4 a:hover {
            color: #434343;
        }
        .comoji {
            font-size: 140%;
        }
        .top_2-4-7 {
            text-align: left;
            padding: 7% 0;
        }
        .top_2-5 {
            justify-content: center;
            margin: 8% auto;
            padding-bottom: 5%;
            border-bottom: solid 2px #75BCA5;
            width: 95%;
        }
        .top_2-5-1 {
            margin: 5% 0;
        }
        .top_2-5-2{
            margin: 1%;
        }
        .top_2-6 {
            width: 95%;
            margin: auto;
            border-bottom: solid 2px #75BCA5;
            padding-bottom: 10%;
        }
        .top_2-6-1 {
            text-align: center;
            font-weight: 700;
            margin-bottom: 3%;
            font-size: 200%;
        }
        .top_2-6-2 {
            width: 100%;
            margin: auto;
        }
        .top_2-8 {
            width: 95%;
            margin: auto;
        }
        .top_2-8-1 {
            text-align: center;
            font-weight: 700;
            margin: 7% auto;
            margin-bottom: 4%;
            font-size: 200%;
        }
        .top_2-8-2 {
            border: solid 2px #75BCA5;
            border-radius: 10px;
            background-color: #fff;
            padding: 4%;
        }
        .top_2-8-2-1 {
            display: flex;
            width: 100%;
        }
        .top_2-8-2-1 ul {
            margin: auto;
            margin-top: 0;
            width: 50%;
        }
        .top_2-8-2-1 li {
            list-style: none;
            margin: 10% auto;
        }
        .top_2-8-2-1 li a {
            display: flex;
        }
        .top_2-9-1-1 {
            width: 10%;
            margin: auto 3%;
        }
        .top_2-9-1-2 {
            color: #52A39B;
            font-weight: 700;
            font-size: 180%;
        }
        .top_2-8-2-2 {
            display: none;
        }
        .top_2-8-2-3 img {
            height: 15rem;
            object-fit: cover;
            object-position: 100% 77%;
        }
        .top_2-10 {
            font-size: 140%;
            text-align: left;
            margin: 2% auto;
        }
        .footer1 {
            width: 95%;
            margin: auto;
            padding: 5% 0;
            font-size: 4vw;
        }
        .footer1 li {
            list-style: none;
            margin: 2% auto;
        }
        .footer1 li a {
            display: flex;
        }
        .footer1 ul {
            width: 100%;
            margin: 8% auto;
        }
        .top_2-9-1-3 {
            width: 5%;
            margin: auto 4.5%;
        }
        .top_2-9-1-4 {
            font-weight: 700;
        }
        .top_2-9-1-5 {
            width: 2%;
            margin: auto 5%;
            margin-left: 6%;
        }
        .footer2 {
            text-align: center;
            background-color: #75BCA5;
            color: #fff;
            font-size: 4vw;
            padding: 3% 0;
        }

            /*---active_index---*/

    .active_index1-1 {
        width: 95%;
        margin: 6% auto;
    }

    .active_index1-2 {
        text-align: center;
        font-weight: 700;
        margin: 2% auto;
        font-size: 200%;
    }

    .active_index1-3 ul {
        width: 95%;
        margin: auto;
    }

    .active_index1-3 li {
        list-style: none;
        width: calc(95%/2);
        text-align: center;
        margin: 1%;
        background-color: #F1FAF7;
        border-radius: 10px;
        padding: 3% 0;
        display: inline-block;
    }

    .active_index1-3 li a {
        color: #52A39B;
        font-weight: 700;
        font-size: 160%;
    }

    .full_width {
        list-style: none;
        width: 100%!important;
        text-align: center;
        margin: 1%;
        background-color: #F1FAF7;
        border-radius: 10px;
        padding: 1%;
    }

    .active_index1-3 li:hover {
        opacity: 0.7;
    }

    .active_index2-1 {
        display: flex;
        margin: 1% auto;
    }

    .active_index2-1-1 {
        width: 15%;
        margin: auto;
        padding-top: 0.5%;
    }

    .active_index2-1-2 {
        width: 90%;
        margin: auto;
        margin-left: 2%;
        color: #52A39B;
        font-weight: 700;
        font-size: 200%;
        text-align: left;
    }

    .active_index2-2-1-1 {
        font-size: 200%;
        text-align: left;
    }

    .active_index2 {
        width: 95%;
        margin: 8% auto;
    }

    .active_index2-2 {
    }

    .active_index2-2-1 {
        width: 95%;
        margin: auto;
    }

    .active_index2-2-2 {
        display: none;
    }

    .active_index2-2-1-2 ul {
        display: flex;
    }

    .active_index2-2-1-2 {
        font-size: 200%;
    }

    .active_index2-2-1-2 li {
        list-style: none;
        border: solid 2px #75BCA5;
        border-radius: 10px;
        padding: 3% 5%;
        margin: 3% 1%;
        width: 50%;
        text-align: center;
    }

    .active_index2-2-1-2 li a{
        color: #52A39B;
        font-size: 80%;
    }

    .active_index2-2-1-2 li:hover {
        background-color: #F1FAF7;
    }

    .active_index2-2-1-2 li:nth-child(1) {
        list-style: none;
        border: solid 2px #75BCA5;
        background-color: #75BCA5;
        border-radius: 10px;
        padding: 3% 5%;
        margin: 3% 1%;
        width: 50%;
        text-align: center;
    }

    .active_index2-2-1-2 li:nth-child(1) a{
        color: #fff;
        font-size: 80%;
    }

    .active_index2-2-1-2 li:nth-child(1):hover {
        opacity: 0.7;
    }


    .active_index2-3 li {
        list-style: none;
        width: 97%;
        margin: 5% auto;
    }

    .active_index2-3 li:hover {
        opacity: 0.7;
    }

    .active_index2-3 ul {
        width: 96%;
        margin: auto;
    }

    .flame {
        border: solid 2px #75BCA5;
        border-radius: 10px;
        padding: 2% 0;
    }

    span.active_index2-2-1-1_s {
        font-size: 80%;
    }

    .active_index3-1 {
        display: flex;
        margin: 1% auto;
    }

    .active_index3-1-1 {
        width: 10%;
        margin: auto;
        padding-top: 0.5%;
    }

    .active_index3-1-2 {
        width: 90%;
        margin: auto;
        margin-left: 2%;
        color: #52A39B;
        font-weight: 700;
        font-size: 200%;
        text-align: left;
    }

    .active_index3-2-1-1 {
        font-size: 200%;
        text-align: left;
    }

    .active_index3 {
        width: 95%;
        margin: 8% auto;
    }

    .active_index3-2 {
    }

    .active_index3-2-1 {
        width: 95%;
        margin: auto;
    }

    .active_index3-2-2 {
        display: none;
    }

    .active_index3-2-1-2 ul {
        display: flex;
    }

    .active_index3-2-1-2 {
        font-size: 200%;
    }

    .active_index3-2-1-2 li {
        list-style: none;
        border: solid 2px #75BCA5;
        border-radius: 10px;
        padding: 1% 5%;
        margin: 3% 1%;
        width: 50%;
        text-align: center;
    }

    .active_index3-2-1-2 li a{
        color: #52A39B;
        font-size: 80%;
    }

    .active_index3-2-1-2 li:hover {
        background-color: #F1FAF7;
    }

    .active_index3-2-1-2 li:nth-child(1) {
        list-style: none;
        border: solid 2px #75BCA5;
        background-color: #75BCA5;
        border-radius: 10px;
        padding: 1% 5%;
        margin: 3% 1%;
        width: 50%;
        text-align: center;
    }

    .active_index3-2-1-2 li:nth-child(1) a{
        color: #fff;
        font-size: 80%;
    }

    .active_index3-2-1-2 li:nth-child(1):hover {
        opacity: 0.7;
    }


    .active_index3-3 li {
        list-style: none;
        width: 97%;
        margin: 5% auto;
    }

    .active_index3-3 li:hover {
        opacity: 0.7;
    }

    .active_index3-3 ul {
        width: 96%;
        margin: auto;
    }

    .flame {
        border: solid 2px #75BCA5;
        border-radius: 10px;
        padding: 2% 0;
    }

    span.active_index3-2-1-1_s {
        font-size: 80%;
    }

    .active_index3-2-1-0 {
        font-size: 200%;
        text-align: left;
        color: #52a39b;
        font-weight: 700;
    }



    .active_index4-1 {
        display: flex;
        margin: 1% auto;
    }

    .active_index4-1-1 {
        width: 10%;
        margin: auto;
        padding-top: 0.5%;
    }

    .active_index4-1-2 {
        width: 90%;
        margin: auto;
        margin-left: 2%;
        color: #52A39B;
        font-weight: 700;
        font-size: 200%;
        text-align: left;
    }

    .active_index4-2-1-1 {
        font-size: 200%;
        text-align: left;
    }

    .active_index4 {
        width: 95%;
        margin: 8% auto;
    }

    .active_index4-2 {
    }

    .active_index4-2-1 {
        width: 95%;
        margin: auto;
    }

    .active_index4-2-2 {
        display: none;
    }

    .active_index4-2-1-2 ul {
        display: flex;
    }

    .active_index4-2-1-2 {
        font-size: 200%;
    }

    .active_index4-2-1-2 li {
        list-style: none;
        border: solid 2px #75BCA5;
        border-radius: 10px;
        padding: 1% 5%;
        margin: 3% 1%;
        width: 50%;
        text-align: center;
    }

    .active_index4-2-1-2 li a{
        color: #52A39B;
        font-size: 80%;
    }

    .active_index4-2-1-2 li:hover {
        background-color: #F1FAF7;
    }

    .active_index4-2-1-2 li:nth-child(1) {
        list-style: none;
        border: solid 2px #75BCA5;
        background-color: #75BCA5;
        border-radius: 10px;
        padding: 1% 5%;
        margin: 3% 1%;
        width: 50%;
        text-align: center;
    }

    .active_index4-2-1-2 li:nth-child(1) a{
        color: #fff;
        font-size: 80%;
    }

    .active_index4-2-1-2 li:nth-child(1):hover {
        opacity: 0.7;
    }


    .active_index4-3 li {
        list-style: none;
        width: 97%;
        margin: 5% auto;
    }

    .active_index4-3 li:hover {
        opacity: 0.7;
    }

    .active_index4-3 ul {
        width: 96%;
        margin: auto;
    }

    .flame {
        border: solid 2px #75BCA5;
        border-radius: 10px;
        padding: 2% 0;
    }

    span.active_index4-2-1-1_s {
        font-size: 80%;
    }


    .active_index5-1 {
        display: flex;
        margin: 1% auto;
    }

    .active_index5-1-1 {
        width: 10%;
        margin: 0 2%;
        padding-top: 0.5%;
    }

    .active_index5-1-2 {
        width: 90%;
        margin: auto;
        margin-left: 2%;
        color: #52A39B;
        font-weight: 700;
        font-size: 200%;
        text-align: left;
    }

    .active_index5-2-1-1 {
        font-size: 200%;
        text-align: left;
    }

    .active_index5 {
        width: 95%;
        margin: 8% auto;
    }

    .active_index5-2 {
    }

    .active_index5-2-1 {
        width: 95%;
        margin: auto;
    }

    .active_index5-2-2 {
        display: none;
    }

    .active_index5-2-1-2 ul {
        display: flex;
    }

    .active_index5-2-1-2 {
        font-size: 200%;
    }

    .active_index5-2-1-2 li {
        list-style: none;
        border: solid 2px #75BCA5;
        border-radius: 10px;
        padding: 1% 5%;
        margin: 3% 1%;
        width: 50%;
        text-align: center;
    }

    .active_index5-2-1-2 li a{
        color: #52A39B;
        font-size: 80%;
    }

    .active_index5-2-1-2 li:hover {
        background-color: #F1FAF7;
    }

    .active_index5-2-1-2 li:nth-child(1) {
        list-style: none;
        border: solid 2px #75BCA5;
        background-color: #75BCA5;
        border-radius: 10px;
        padding: 1% 5%;
        margin: 3% 1%;
        width: 50%;
        text-align: center;
    }

    .active_index5-2-1-2 li:nth-child(1) a{
        color: #fff;
        font-size: 80%;
    }

    .active_index5-2-1-2 li:nth-child(1):hover {
        opacity: 0.7;
    }


    .active_index5-3 li {
        list-style: none;
        width: 97%;
        margin: 5% auto;
    }

    .active_index5-3 li:hover {
        opacity: 0.7;
    }

    .active_index5-3 ul {
        width: 96%;
        margin: auto;
    }

    .flame {
        border: solid 2px #75BCA5;
        border-radius: 10px;
        padding: 2% 0;
    }

    span.active_index5-2-1-1_s {
        font-size: 80%;
    }


    .active_index5-2-1-3 {
        display: flex;
        margin-top: 2%;
    }

    .active_index5-2-1-3-1 {
        width: 6%;
        margin: auto;
    }

    .active_index5-2-1-3-2 {
        width: 95%;
        margin: 1%;
        color: #52a39b;
        font-weight: 700;
        padding-bottom: 1%;
        text-align: left;
        font-size: 200%;
    }

    .active_index5-2-1-4 {
        width: 91%;
        margin: auto;
        text-align: left;
        font-size: 160%;
    }

    .active_index5-2-1-2 {
        font-weight: 700;
        margin-top: 3%;
        text-align: left;
    }

    .active_index5-2-1-0 {
        color: #c43419;
        font-weight: 700;
        text-align: left;
        font-size: 200%;
    }

    .active_index5-2-2 img {
        border-radius: 10px;
    }

    .active_index4-2-2 img {
        border-radius: 10px;
    }

    .active_index3-2-2 img {
        border-radius: 10px;
    }

    .active_index2-2-2 img {
        border-radius: 10px;
    }


    .active_index6-1 {
        display: flex;
        margin: 1% auto;
    }

    .active_index6-1-1 {
        width: 15%;
        margin: auto;
        padding-top: 0.5%;
    }

    .active_index6-1-2 {
        width: 90%;
        margin: auto;
        margin-left: 2%;
        color: #52A39B;
        font-weight: 700;
        font-size: 200%;
        text-align: left;
    }

    .active_index6-2-1-1 {
        font-size: 200%;
        text-align: left;
    }

    .active_index6 {
        width: 95%;
        margin: 8% auto;
    }

    .active_index6-2 {
        display: none;
    }

    .active_index6-2-1 {
        width: 95%;
        margin: auto;
    }

    .active_index6-2-2 {
        display: none;
    }

    .active_index6-2-1-2 ul {
        display: flex;
    }

    .active_index6-2-1-2 {
        font-size: 200%;
    }

    .active_index6-2-1-2 li {
        list-style: none;
        border: solid 2px #75BCA5;
        border-radius: 10px;
        padding: 1% 5%;
        margin: 3% 1%;
        width: 50%;
        text-align: center;
    }

    .active_index6-2-1-2 li a{
        color: #52A39B;
        font-size: 80%;
    }

    .active_index6-2-1-2 li:hover {
        background-color: #F1FAF7;
    }

    .active_index6-2-1-2 li:nth-child(1) {
        list-style: none;
        border: solid 2px #75BCA5;
        background-color: #75BCA5;
        border-radius: 10px;
        padding: 1% 5%;
        margin: 3% 1%;
        width: 50%;
        text-align: center;
    }

    .active_index6-2-1-2 li:nth-child(1) a{
        color: #fff;
        font-size: 80%;
    }

    .active_index6-2-1-2 li:nth-child(1):hover {
        opacity: 0.7;
    }

    .active_index6-3 li:hover {
        opacity: 0.7;
    }

    .active_index6-3 ul {
        width: 96%;
        margin: auto;
    }

    .flame {
        border: solid 2px #75BCA5;
        border-radius: 10px;
        padding: 2% 0;
    }

    span.active_index6-2-1-1_s {
        font-size: 80%;
    }


    .active_index6_2-8-2-1 {
        width: 100%;
        margin: auto;
    }
    .active_index6_2-8-2-1 ul {
        margin: auto;
        margin-top: 0;
        width: 50%;
    }
    .active_index6_2-8-2-1 li {
        list-style: none;
        margin: 10% auto;
    }
    .active_index6_2-8-2-1 li a {
        display: flex;
    }
    .active_index6_2-9-1-1 {
        width: 12%;
        margin: auto 3%;
    }
    .active_index6_2-9-1-2 {
        color: #52A39B;
        font-weight: 700;
    }
    .active_index6_2-8-2-2 {
        display: none;
    }
    .active_index6_2-8-2-3 img {
        height: 15rem;
        object-fit: cover;
        object-position: 100% 77%;
    }

    .active_index6_2-8-2-3 {
        display: none;
    }

    .active_index6-3 {
        display: flex;
        width: 95%;
        margin: auto;
        font-size: 180%;
    }

    .active_index6_2-8-2-4 {
        font-size: 140%;
        width: 90%;
        margin: auto;
        margin-left: 4%;
        margin-top: 2%;
    }

    .footer {
        border-top: solid 2px #75BCA5;
        font-size: 30px;
    }

    span.txt_bold {
        font-weight: 700;
    }

    .float_top {
        width: 15%;
        position: fixed;
        bottom: 6%;
        right: 3%;
    }
    .is-modelTtl {
        margin-bottom: 10px;
        display: inline-block;
    }
    	/*---active_happy---*/

    /*タブ切り替え全体のスタイル*/
.tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    width: 100%;
    margin: 0 auto;}

  /*タブのスタイル*/
  .tab_item2 {
    width: calc(97%/3);
    margin: 2% 0.5%;
    background-color: #fff;
    line-height: 50px;
    text-align: center;
    color: #52a39b;
    display: block;
    float: left;
    font-weight: bold;
    transition: all 0.2s ease;
    border: solid 1px #47b39d;
    border-radius: 10px;
    padding: 2% 0;
}
  .tab_item:hover {
    opacity: 0.75;
  }

  /*ラジオボタンを全て消す*/
  input[name="tab_item2"] {
    display: none;
  }

  /*タブ切り替えの中身のスタイル*/
  .tab_content {
    display: none;
    padding: 40px 0 0;
    clear: both;
    overflow: hidden;
  }

  .contents_comments_l {
    width: 95%;
    margin: auto;
}


.contents_comments_r {
    display: none;
}

.contents_comments_0 img {
    height: 35vw;
    border-radius: 10px;
}
.contents_comments_0 {
    margin: 5% auto;
}

  .contents_comments {
    background-color: #fff;
    border: solid 1px #52a39b;
    border-radius: 10px;
    padding: 3%;
    display: flex;
}

.contents_comments_l1 {
    color: #52a39b;
    font-weight: 700;
    text-align: left;
}

.contents_comments_l2 {
    text-align: left;
}

.contents_comments_l3 {
    text-align: left;
}


  /*選択されているタブのコンテンツのみを表示*/
  #security1:checked ~ #security1_content,
  #security2:checked ~ #security2_content,
  #security3:checked ~ #security3_content,
  #security4:checked ~ #security4_content,
  #security5:checked ~ #security5_content,
  #security6:checked ~ #security6_content
 {
    display: block;
  }

  /*選択されているタブのスタイルを変える*/
  .tabs input:checked + .tab_item2 {
    background-color: #52a39b;
    color: #fff;
    position: relative;
  }

  .tabs input:checked + .tab_item2:after {
    content: "";
    font-size: 0;
    border-top: solid 40px #52a39b;
    border-right: solid 50px transparent;
    border-left: solid 50px transparent;
    border-bottom: solid 50px transparent;
    position: absolute;
    bottom: -100%;
    right: calc(50% - 50px);
  }


  .active_happy1 {
    width: 95%;
    margin: auto;
    font-size: 200%;
    padding: 8% 0;
}

.active_happy1-1 {
    text-align: center;
    font-weight: 700;
}

.active_happy1-2 {
    width: 10%;
    margin: 5% auto;
}

.active_happy1-3 {
    text-align: left;
    font-size: 75%;
}

.active_happy1-4 {
    width: fit-content;
    text-align: center;
    background-color: #fff8b9;
    padding: 1% 10%;
    border-radius: 10px;
    margin: 2% auto;
    font-weight: 700;
}

.sp_br{
    display: block;
}

.active_happy1-5 {
    text-align: left;
    font-size: 60%;
}

.active_happy2 {
    background: #f1faf7;
    margin: 5% auto;
    font-size: 200%;
}

.active_happy2-1 {
    text-align: center;
    font-weight: 700;
    padding: 5% 0;
}

.active_happy2-2-1 li {
    list-style: none;
    width: calc(80%/2);
    margin: 4%;
    display: inline-block;
    vertical-align: top;
}

.active_happy2-2-2 li {
    list-style: none;
    width: 95%;
    margin: 6% auto;
}
.active_happy2-2-2 ul {
}

.active_happy2-2 {
    width: 95%;
    margin: auto;
}

.active_happy2-2-1-2 {
    font-size: 75%;
    width: 110%;
    margin-left: -5%;
}

.active_happy2-2-1 ul {
    margin-bottom: 6%;
}

.active_happy2-2-2-2 {
    font-size: 70%;
    text-align: left;
}

.active_happy3 {
    width: 95%;
    margin: auto;
    padding-bottom: 10%;
    border-bottom: solid 2px #47b39d;
    font-size: 200%;
}

.active_happy3-1 {
    text-align: center;
    font-weight: 700;
    margin: 1% auto;
}

.active_happy3-2 {
    font-size: 70%;
    text-align: center;
    margin-bottom: 5%;
}

.active_happy3-3 li {
    list-style: none;
    width: 48%;
    margin: 3% auto;
    display: inline-block;
}

.active_happy3-3 li img {
    height: 21vw;
    object-fit: cover;
    object-position: 100% 24%;
    border-radius: 10px;
}
.active_happy3-3 ul {
}

.active_happy3-3-2 {
    color: #52a39b;
    font-size: 70%;
    font-weight: 700;
    text-align: left;
}

.active_happy4 {
    width: 95%;
    margin: auto;
    padding: 6% 0;
    border-bottom: solid 2px #47b39d;
    font-size: 200%;
}

.active_happy4-1 {
    text-align: center;
    font-weight: 700;
}

.active_happy4-2 ul {
    width: 80%;
    margin: auto;
}

.active_happy4-2 li {
    list-style: none;
    margin: 5% auto;
    text-align: center;
    border: solid 1px #47b39d;
    border-radius: 10px;
    padding: 5% 0;
}

a.btn_green {
    color: #52a39b;
    font-weight: 700;
}

.active_happy5 {
    width: 95%;
    margin: auto;
    padding: 6% 0;
    font-size: 200%;
}

.active_happy5-1 {
    text-align: center;
    font-weight: 700;
}

.active_happy5-2 li {
    list-style: none;
    background-color: #f1faf7;
    margin: auto;
    margin-top: 4%;
    padding: 3%;
}

.active_happy5-2-1 {
    display: flex;
    color: #52a39b;
    font-weight: 700;
    position: relative;
}

.active_happy5-2-2 {
    display: flex;
    margin-top: 3%;
}

.active_happy5-2-1_1 {
    width: 5%;
}

.active_happy5-2-1_2 {
    width: 90%;
    margin-left: 2%;
    font-size: 80%;
    text-align: left;
}

.active_happy5-2-1_2::after {
    content: "－";
    position: absolute;
    top: 35%;
    right: 0;
    font-size: 160%;
}

.active_happy5-2-1_l {
    width: 5%;
    color: #52a39b;
    font-weight: 700;

}

.active_happy5-2-1_r {
    width: 93%;
    margin-left: 2%;
    font-size: 80%;
    text-align: left;
}

.contents_comments_l3 li {
    list-style: none;
    font-size: 90%;
    margin: 1% auto;
}

.contents_comments_l3 ul {
    margin: 3% auto;
}

span.green {
    color: #52a39b;
}

span.led {
    color: #c43419;
    font-weight: 700;
}

.active_happy2-2-2-1:hover {
    opacity: 0.7;
}

.active_happy4-2 li:hover {
    background-color: #F1FAF7;
}

.tab_item2:hover {
    background-color: #F1FAF7;
}


/*---active_medical---*/

.active_medical4 {
    text-align: center;
    color: #52a39b;
    font-weight: 700;
}

.active_medical1 {
    border: solid 2px #47b39d;
    border-radius: 10px;
    padding: 3%;
    margin: 3% 0;
}

.active_medical1-2 > ul {
    margin: 4% auto;
}

.active_medical1-2 > ul > li {
    list-style: none;
    width: 95%;
    margin: 7% auto;
}


.active_medical1-2-1 {
    width: 50%;
    margin: auto;
}

.active_medical1-2-2 ul {
    display: flex;
    justify-content: center;
}

.active_medical1-2-2 li {
    list-style: none;
}

li.right_index1 {
    width: 9%;
}

li.right_index2 {
    width: fit-content;
    margin-left: 4%;
}

.active_medical1-2-2 {
    text-align: center;
}

.active_medical1-1 {
    color: #52a39b;
    font-weight: 700;
    text-align: center;
}

.active_medical2 a {
    color: #fff;
}

.active_medical2 {
    width: 90%;
    background-color: #47b39d;
    padding: 4% 5%;
    border-radius: 10px;
    margin: 3% auto;
}

.active_medical3 {
    width: 95%;
    background: #fff;
    border: solid 1px #47b39d;
    border-radius: 10px;
    padding: 2%;
    margin: 15% auto;
}

.active_medical3-2 {
}

.active_medical3-2-0 img {
    height: 29vw;
    border-radius: 10px;
    object-fit: cover;
}

.active_medical3-2-1 {
    width: 100%;
    text-align: left;
    font-size: 90%;
}

.active_medical3-2-2 {
    display: none;
}

.active_medical3-2-1 li {
    list-style: none;
    margin: 3% auto;
}

.active_medical3-2-1-1 {
    color: #52a39b;
    font-weight: 700;
}

.active_medical3-2-1-2 {
    font-size: 90%;
}

.active_medical3-1 {
    text-align: center;
    font-weight: 700;
    margin: 7% auto;
}

/*----active_pension-----*/

.active_pension4 li {
    width: 95%;
    margin: auto;
    margin-top: 0;
    list-style: none;
}
.active_pension4 ul {
    margin: 5% auto;
}
.active_pension4-2 {
    display: none;
}
.active_pension1 {
    background-color: #f1faf7;
    padding: 4% 0;
    font-size: 200%;
}
.active_pension1-1 {
    text-align: center;
    font-weight: 700;
}
.active_pension1-2 li {
    list-style: none;
    margin: 2% auto;
    text-align: center;
}
.active_pension1-2 ul {
    width: 80%;
    margin: 3% auto;
}
.active_pension1-2-1 {
    color: #52a39b;
    font-weight: 700;
    background-color: #fff;
    padding: 3%;
}
.active_pension1-2-2 {
    font-size: 80%;
    text-align: left;
}

.active_pension1-2 ul:nth-child(2) > li:nth-child(1) {
    margin-right: 1.5%;
}
.active_pension1-2 ul:nth-child(2) > li:nth-child(2) {
    margin-left: 1.5%;
}

.active_pension1-2 {
    margin: 3% auto;
}
.active_pension1-3 {
    width: 95%;
    margin: 10% auto;
    background-color: #fff;
    padding: 7% 2%;
    border: solid 2px #75bca5;
    border-radius: 10px;
}
.active_pension1-3-1 li {
    list-style: none;
    margin: auto;
    border-bottom: solid 2px #75bca5;
    padding: 2% 0;
    font-size: 80%;
    text-align: left;
}
.active_pension1-3-1 li:nth-child(1) {
    display: none;
}
.active_pension1-3-1 {
    width: 60%;
    margin: auto;
}
.active_pension1-3-2 {
    display: none;
}
.active_pension1-3-00 {
    font-weight: 700;
    margin: 7% auto;
    margin-top: 0;
}
.active_pension1-3-1 {
    width: 95%;
    margin: auto;
}
.active_pension1-3-0 {
    width: 95%;
    margin: auto;
}
.active_pension1-3-0 img {
    height: 33vw;
    object-fit: cover;
}
.active_pension1-3-2 img {
    border-radius: 10px;
    height: 11vw;
    object-fit: cover;
}
i.fas.fa-check {
    color: #52a39b;
    padding: 0 4%;
}

.active_pension2-1 {
    text-align: center;
    margin: 5% auto;
    margin-bottom: 2%;
    font-weight: 700;
    font-size: 200%;
}
.active_pension2-2 {
    width: 95%;
    margin: auto;
}

.active_pension3 {
    width: 95%;
    margin: 8% auto;
    border: solid 1px #a9a9a9;
    border-radius: 10px;
    padding: 3%;
    font-size: 200%;
    text-align: left;
}
.active_pension3-1-1 {
    text-align: center;
    font-weight: 700;
    margin: 1% auto;
}
.active_pension3-1-2 {
    text-align: center;
    font-size: 80%;
}
.active_pension3-1-3 {
    width: 95%;
    margin: 3% auto;
}
.active_pension3_h1 {
    color: #52a39b;
    font-weight: 700;
}
.active_pension3_h2 {
    color: #52a39b;
    font-weight: 700;
    font-size: 80%;
    margin: 3% auto 0;
}
.active_pension3-2-1 li {
    list-style: none;
}
.active_pension3-2-1 {
    font-size: 80%;
    margin-left: 5.5rem;
}
.active_pension3-2 {
    padding-bottom: 5%;
}

.active_pension3-3 {
    border-top: solid 1px #a9a9a9;
    padding: 5% 0;
}
.active_pension3-3-1 {
    margin: 2% auto;
    font-size: 80%;
}
.active_pension3-3-2 dl {
    display: flex;
}
.active_pension3-3-2 dl:nth-child(3) {
    display: block;
}
.active_pension3-3-2 dl:nth-child(4) {
    display: block;
}
.active_pension3-3-1 li {
    list-style: decimal;
    margin-left: 6%;
}
.active_pension3-3-2 dt {
    white-space: nowrap;
    width: fit-content;
    padding: 0 2% 0 0;
}
.active_pension3-3-2 dd{
    margin-left: 3.5rem;
}
.active_pension3-3-2 {
    margin-left: 2rem;
    font-size: 80%;
}
.active_pension3-3-2 dl {
    display: flex;
    margin: 2% auto;
}
.active_pension3-3-2-1 {
    margin-left: 1.2rem;
}
span.bold {
    font-weight: 700;
}
.active_pension3_h3 {
    margin: 3% auto 0;
}
i.fas.fa-circle {
    color: #52a39b;
    padding: 0 3%;
}
.active_pension3-4 {
    border-top: solid 1px #a9a9a9;
    padding-top: 5%;
}
.active_pension3-4-1 {
    font-size: 80%;
}
.active_pension4-1:hover {
    opacity: 0.7;
}
.active_pension2-2 a:hover {
    opacity: 0.7;
}
.active_pension3-1-3 a:hover {
    opacity: 0.7;
}

/*----OB_index---*/

.ob_index1 {
    font-size: 200%;
}
.ob_index1-1 {
    display: none;
}
.ob_index1-2 {
    text-align: center;
    font-weight: 700;
}
.ob_index1-3 li {
    display: inline-block;
    list-style: none;
    width: 47%;
    margin: auto 0.5%;
    margin-bottom: 5%;
    text-align: center;
    background-color: #f1faf7;
    border-radius: 10px;
    padding: 3% 0;
    font-size: 75%;
    font-weight: 700;
}
.ob_index1-3 li:nth-child(5) {
    width: 97%;
}
.ob_index1-1_sp {
    color: #52a39b;
    font-weight: 700;
    margin: 10% auto;
    font-size: 150%;
}
.ob_index1-3 li a {
    color: #52a39b;
    font-weight: 700;
}
.ob_index1-3 ul {
    margin: 2% auto;
}
.ob_index1-3 {
    width: 95%;
    margin: auto;
}
.active_index2-2-1-1_sp img {
    height: 33vw;
    object-position: 100% 65%;
    border-radius: 10px;
}
.ob_index2-1 {
    display: flex;
    margin-left: 3%;
}
.ob_index2-icon {
    width: 9%;
    margin-right: 1%;
}
.ob_index2_h1 {
    width: fit-content;
    margin: auto;
    margin-left: 0;
    color: #52a39b;
    font-weight: 700;
}
.ob_index2-2 {
    margin: auto;
    border: solid 2px #75bca5;
    border-radius: 10px;
    padding: 2%;
}
.ob_index2_h2 {
    color: #52a39b;
    font-weight: 700;
    font-size: 90%;
    margin: 1% auto;
    margin-top: 2%;
}
.ob_index2_flex {
}
.ob_index2 {
    width: 95%;
    margin: auto;
    font-size: 200%;
    text-align: left;
}
.ob_index2-2-1 {
    width: 95%;
    margin: auto;
}
.ob_index2-2-2 {
    display: none;
}
.ob_index2-2-0 > ul > li {
    list-style: none;
    display: inline-block;
    width: fit-content;
    margin: auto 3%;
}
.ob_index2_h3 {
    color: #52a39b;
    font-weight: 700;
    font-size: 90%;
    margin: 1% auto;
    margin-left: 1.5rem;
}
.ob_index2-2-4 {
    font-size: 95%;
}
.ob_index2_flex {
    border-bottom: solid 2px #75bca5;
    padding: 3% 0;
}
.ob_index2-2-3 {
    width: fit-content;
    margin: 3% 0;
    text-align: center;
    background-color: #75bca5;
    padding: 3% 5%;
    border-radius: 10px;
}
.ob_index2-2-3 a {
    color: #fff;
    font-weight: 700;
}

.ob_index3-1 {
    display: none;
}
.ob_index3-1 img {
    border-radius: 10px;
}
.ob_index3 {
    width: 95%;
    margin: 10% auto;
    font-size: 200%;
    text-align: left;
}
.ob_index3-2 {
    margin: auto;
    border: solid 2px #75bca5;
    border-radius: 10px;
    padding: 2%;
}
.ob_index3-2-1 {
    color: #c43419;
    font-weight: 700;
    font-size: 97%;
}
.ob_index3-2-2 {
    font-size: 80%;
    margin-bottom: 2%;
}
.ob_index3-2-3 {
    font-size: 90%;
    font-weight: 700;
}
.ob_index3-2-4 li {
    list-style: none;
    width: 100%;
    margin: 6% auto;
    font-size: 80%;
    vertical-align: top;
}
.ob_index3-2-4-1 {
    color: #52a39b;
    font-weight: 700;
}
.ob_index3-2-4-2 {
    margin-left: 2.5rem;
    font-size: 90%;
}
.ob_index2-2-2_sp img {
    height: 30vw;
    border-radius: 10px;
}
.ob_index3-1_sp {
    margin: 2% auto;
}
.ob_index3-1_sp img {
    height: 30vw;
    border-radius: 10px;
}
.ob_index3 .active_index2-2-1-2 li {
    list-style: none;
    border: solid 2px #75BCA5;
    border-radius: 10px;
    padding: 3% 5%;
    margin: 3% 1%;
    width: 50%;
    text-align: center;
    font-size: 60%;
}
.active_index6_2-8-2-3_sp img {
    height: 30vw;
    border-radius: 10px;
    object-position: 100% 78%;
}

/*--OB_medical--*/

.OB_medical1 li {
    display: flex;
    width: 95%;
    margin: auto;
    font-size: 80%;
    text-align: left;
    margin: 4% auto;

}
.OB_medical1 ul {
}
.OB_medical1-1 {
    width: 15%;
    margin: auto 2%;
    margin-top: 0%;
}
.OB_medical1 ul:nth-child(1){
    margin-top: 0;
}
.OB_medical1-2-1 {
    color: #52a39b;
    font-weight: 700;
}
.ob_medical .active_medical3 {
    width: 95%;
    background: #fff;
    border: solid 1px #47b39d;
    border-radius: 10px;
    padding: 2%;
    margin: 5% auto;
    margin-bottom: 0;
}
.ob_medical .active_happy2 {
    background: #f1faf7;
    margin: 5% auto;
    margin-bottom: 0;
    padding-bottom: 8%;
}
.ob_medical .active_happy2-2 {
    width: 95%;
    margin: auto;
    margin-bottom: 15%;
}
.ob_medical .active_happy2-1 {
    text-align: center;
    font-weight: 700;
    padding: 5% 0;
    padding-top: 15%;
}

/*---car--*/

.car {
}
.car .active_happy1 {
    width: 95%;
    margin: auto;
    padding: 8% 0;
}
.car .active_happy1-2 {
    width: 20%;
    margin: 5% auto;
}

.car .active_happy1-4 {
    width: fit-content;
    text-align: center;
    background-color: #f1faf7;
    padding: 2%;
    border-radius: 10px;
    margin: 2% auto;
    font-weight: 700;
    color: #52a39b;
}
.car .active_pension4 ul {
    display: block;
    margin: 5% auto;
    margin-bottom: 0;
}
.car1 {
    display: none;
}
.car .active_pension4 li {
    width: 95%;
    margin: auto 0.5%;
    margin-top: 0;
    list-style: none;
    display: inline-block;
}
.car2 {
    font-size: 70%;
    text-align: left;
}
.car3 {
    width: 80%;
    margin: 7% auto;
    font-size: 200%;

}
.car .active_medical1-2 > ul > li {
    list-style: none;
    width: 49%;
    margin: auto;
    margin-bottom: 6%;
    display: inline-block;
}
.car .right_index1 {
    width: 9%;
    margin-top: 2%;
}
.car .right_index2 {
    width: fit-content;
    margin-left: 4%;
    padding-top: 1%;
    font-size: 82%;
}
.car3-1 {
    text-align: center;
    font-weight: 700;
}
.car .active_pension1-1 {
    text-align: center;
    font-weight: 700;
}
.car3 {
    width: 95%;
    margin: 7% auto;
    border-top: solid 1px #cfcfcf;
    padding-top: 5%;
}
.car4-1 {
    display: flex;
}
.car4-1 ul {
    width: 100%;
    margin: auto 2%;
}
.car4 {
    width: 95%;
    margin: auto;
}
.car4-1 li {
    margin: 20% auto;
}
.car4-1-1 {
    margin: auto;
    width: 80%;
}
.car4-1-2 {
    margin: auto;
    font-size: 80%;
    text-align: left;
}
.car4-2 {
    width: 80%;
    background-color: #75bca5;
    margin: auto;
    text-align: center;
    padding: 4%;
    border-radius: 10px;
}
.car4-2 a {
    color: #fff;
    font-weight: 700;
}
.car .active_pension1-3-1 {
    width: 100%;
    margin: auto;
}
.car .active_pension1-3-1 li {
    list-style: none;
    margin: auto;
    border-bottom: solid 2px #75bca5;
    padding: 2% 0;
    font-size: 70%;
    text-align: left;
}
.active_pension4 li:nth-child(3) {
    font-size: 90%;
    text-align: center;
    padding: 7% 0;
    border: solid 2px #75bca5;
    border-radius: 10px;
    margin-bottom: 2%;
}
.active_pension4 li:nth-child(4) {
    font-size: 90%;
    text-align: center;
    padding: 7% 0;
    border: solid 2px #75bca5;
    border-radius: 10px;
    margin-bottom: 2%;
}
.active_pension4 li:nth-child(3) a,
.active_pension4 li:nth-child(4) a {
    color: #52A39B;
    font-weight: 700;
    display: flex;
}
.bana2 {
    width: 4%;
    margin: auto;
    margin-right: 3%;
}.bana1 {
    width: 90%;
    font-size: 90%;
}
.car .active_medical1-2-1 {
    width: 80%;
    margin: auto;
    margin-bottom: 10%;
}

/*-----car_renewal----*/

.car_renewal {
    font-size: 200%;
}
.car_renewal1 {
    background: #f1faf7;
    text-align: center;
    font-weight: 700;
    padding: 8%;
    margin: 1% auto 4%;
    font-size: 5vw;
}
.car_renewal2 {
    text-align: center;
    font-size: 80%;
}
.car_renewal3 {
    width: 95%;
    margin: 1% auto;
    text-align: center;
    border: solid 2px #75bca5;
    border-radius: 10px;
    padding: 3%;
    margin-bottom: 10%;
}
.car_renewal3-1 {
    color: #52a39b;
    font-weight: 700;
}
.car_renewal3-1-1 li {
    list-style: none;
    margin: auto 0;
}
.car_renewal3-1-1 li img {
    object-fit: contain;
    height: 1.5rem;
    vertical-align: sub;
}
.car_renewal3-1-1 ul {
    display: flex;
    justify-content: center;
}
.car_renewal3-2 > ul > li {
    width: 90%;
    margin: 10% auto;
    vertical-align: bottom;
    margin-bottom: 6%;
}
.car_renewal3-2 {
    margin: 5% auto;
    margin-bottom: 0;
}
.car_renewal3-2 > ul > li:hover{
    opacity: 0.7;
}
.car_renewal3-1-1 li:nth-child(1) {
    width: 6%;
    margin-right: 2%;
}
/*---houjin---*/

.houjin1 {
    font-size: 200%;
    text-align: left;
}

/*タブ切り替え全体のスタイル*/
.houjin1 .tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    width: 95%;
    margin: 0 auto;}

  /*タブのスタイル*/
  .houjin1 .tab_item {
    width: calc(99%/2);
    border-bottom: 3px solid #75bca5;
    background-color: #f1faf7;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    border-radius: 10px 10px 0 0;
    border: solid 2.5px #75bca5;
    padding: 2% 0;
  }
  .houjin1 .tab_item:hover {
    opacity: 0.75;
  }

  /*ラジオボタンを全て消す*/
  input[name="tab_item"] {
    display: none;
  }

  /*タブ切り替えの中身のスタイル*/
  .houjin1 .tab_content {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
    border: solid 2.5px #75bca5;
    border-top: none;
  }


  /*選択されているタブのコンテンツのみを表示*/
  #all:checked ~ #all_content,
  #programming:checked ~ #programming_content,
  #design:checked ~ #design_content {
    display: block;
  }

  /*選択されているタブのスタイルを変える*/
  .houjin1 .tabs input:checked + .tab_item {
    background-color: #75bca5;
    color: #fff;
  }

  .houjin1-1 li {
    list-style: none;
    padding: 5% 0;
    border-bottom: solid 1px #75bca5;
}
.houjin1-1-2 img {
    border-radius: 10px;
    height: 35vw;
}
.houjin1-1-2 {
    margin: 1%;
    margin-top: 0;
}
.houjin1-1-1 {
    font-weight: 700;
    margin-bottom: 2%;
}
.houjin1-1-3 {
    font-size: 80%;
    margin-top: 0.5%;
}
.houjin1-1-4 {
    font-size: 80%;
    color: #52a39b;
    font-weight: 700;
    margin-top: 2%;
}
.houjin1-1-5 {
    font-size: 80%;
}
.houjin1-2 {
    margin: 4% auto;
    text-align: center;
    background-color: #75bca5;
    width: fit-content;
    padding: 1% 5%;
    border-radius: 10px;
}
.houjin1-2 a {
    color: #fff;
    font-weight: 700;
}
.houjin1 .comoji {
    font-size: 80%;
}
/*----consultation---*/

.consultation {
    font-size: 200%;
    text-align: left;
}

.consultation2 {
    text-align: center;
}
.consultation2 {
    text-align: center;
    font-weight: 700;
    margin: 4% auto;
}
.consultation1 {
    width: 95%;
    margin: auto;
    font-size: 80%;
}
.consultation3 {
    margin: 3% auto;
}
.consultation3 li {
    list-style: none;
    width: 95%;
    margin: 5% auto;
    text-align: center;
    border: solid 1px #75bca5;
    padding: 4% 0;
    border-radius: 10px;
}
.consultation3 ul {
}

.consultation5 li {
    list-style: none;
    width: 95%;
    margin: 5% auto;
    text-align: center;
    border: solid 1px #75bca5;
    padding: 4% 0;
    border-radius: 10px;
}
.consultation4 {
    width: 95%;
    margin: auto;
    border-top: solid 1px #75bca5;
    padding: 5% 0;
    padding-bottom: 20%;
}
.consultation4-1 {
    font-size: 80%;
    margin: 2% auto;
}
.consultation3 li a,
.consultation5 li a {
    color: #52a39b;
    font-weight: 700;
}
.consultation4-2{
    display: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
  }
  table tbody tr:last-child th,
  table tbody tr:last-child td {
    border-bottom: none;
  }
table{
    width: 100%;
    border-collapse: separate!important;
}
table , td, th {
	border: 1px solid #75bca5;
	border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
}
td, th {
	padding: 3% 1%;
}
th {
	background: #fff;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}
.consultation4-3 td:nth-child(1){
    width: 50%;
}
td.td_led {
    color: #c43419;
    font-weight: 700;
}
td.td_left {
    text-align: left;
    font-size: 80%;
}
.consultation4-3 th{
    text-align: center;
    font-size: 80%;
    padding: 4% 2%;
}
.consultation4-3 th ul{
    display: flex;
}
.consultation4-3 th li{
    list-style: none;
    height: fit-content;
    margin: auto;
}
.consultation4-3 th li:nth-child(2){
    margin-left: 1%;
    width: 60%;

}
.consultation4-3 th li:nth-child(1){
    margin-right: 1%;
    width: 40%;
}

/*--accident---*/

.accident {
    font-size: 200%;
    text-align: left;
}

.accident_tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    width: 95%;
    margin: 0 auto;}

  /*タブのスタイル*/
  .tab_item_accident {
    width: calc(92%/3);
    margin: 1%;
    border: solid 2px #75bca5;
    border-radius: 10px;
    background-color: #F1FAF7;
    line-height: 50px;
    text-align: center;
    color: #52A39B;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    font-size: 70%;
    padding: 3% 0;
  }
  .tab_item_accident:hover {
    opacity: 0.75;
  }

  /*ラジオボタンを全て消す*/
  .accident input[name="tab_item_accident"] {
    display: none;
  }

  /*タブ切り替えの中身のスタイル*/
  .accident .tab_content {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
  }


  /*選択されているタブのコンテンツのみを表示*/
  #accident_happy:checked ~ #accident_happy_content,
  #accident_car:checked ~ #accident_car_content,
  #accident_fire:checked ~ #accident_fire_content {
    display: block;
  }

  /*選択されているタブのスタイルを変える*/
  .accident_tabs input:checked + .tab_item_accident {
    background-color: #75BCA5;
    color: #fff;
  }

  .accident1 {
    padding-bottom: 100%;
}
  .accident_h1 {
    text-align: center;
    color: #52a39b;
    font-weight: 700;
    margin: 4% auto;
}
.accident1-1 {
    font-weight: 700;
}
.accident1-2 {
    font-size: 80%;
    margin-left: 6rem;
}
.accident1-3 {
    font-weight: 700;
    text-align: center;
    margin-top: 2%;
}
.accident1-4 ul {
}
.accident1-4 li {
    list-style: none;
    width: 100%;
    margin: 5% auto;
    text-align: center;
    border: solid 2px #75BCA5;
    border-radius: 10px;
    padding: 3%;
}
.accident1-5 ul {
}
.accident1-5 li {
    list-style: none;
    width: 100%;
    margin: 5% auto;
    text-align: center;
    border: solid 2px #75BCA5;
    border-radius: 10px;
    padding: 3%;
}
.accident1-4 li a,
.accident1-5 li a{
    color: #52A39B;
    font-weight: 700;
}

table.table_pc {
    display: none;
}
td.td_led {
    color: #c43419;
    font-weight: 700;
}
td.td_left {
    text-align: left;
    font-size: 80%;
}
.accident3_h2 {
    width: 50%;
    margin-top: 15%;
}
.accident3_h3 {
    font-weight: 700;
    margin: 1% auto;
}
table.table_sp {
    margin: 6% 0;
}

/*---list---*/

.list {
    font-size: 200%;
    text-align: left;
    width: 95%;
    margin: auto;
}

.list th{
    font-weight: 700;
    text-align: left;
    padding-left: 5%;
}

.table_sp > tbody > tr > td:nth-child(1){
    font-weight: 700;
}

.table_sp > tbody > tr > td:nth-child(2){
    text-align: left;
}

td.td_bold {
    font-weight: 700;
}
/*---form1---*/
.form {
    font-size: 200%;
}

.form1_tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    width: 95%;
    margin: 0 auto;}

  /*タブのスタイル*/
  .tab_item_form1 {
    width: calc(99%/2);
    border-bottom: 3px solid #75bca5;
    background-color: #f1faf7;
    line-height: 50px;
    text-align: center;
    font-size: 3.9vw;
    color: #52a39b;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    border-radius: 10px 10px 0 0;
    border: solid 0.17vw #75bca5;
    height: 9rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .tab_item_form1:hover {
    opacity: 0.75;
  }

  /*ラジオボタンを全て消す*/
  input[name="tab_item_form1"] {
    display: none;
  }

  /*タブ切り替えの中身のスタイル*/
  .tab_content {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
    border: solid 2.5px #75bca5;
    border-top: none;
  }


  /*選択されているタブのコンテンツのみを表示*/
  #form1_left:checked ~ #form1_left_content,
  #form1_right:checked ~ #form1_right_content{
    display: block;
  }

  /*選択されているタブのスタイルを変える*/
  .form1_tabs input:checked + .tab_item_form1 {
    background-color: #75bca5;
    color: #fff;
  }


.form_container {
    padding: 3% 0;
    border-bottom: solid 1px #75bca5;
}
.form_item {
    width: 100%;
    font-size: 80%;
    font-weight: 700;
    text-align: left;
    margin-bottom: 3%;
}
.form_input {
    width: 100%;
    font-size: 70%;
}
.hissu {
display: none;
}
.box_detail {
    border: solid 1px #999999;
    border-radius: 8px;
    padding: 4% 0;
    margin: 1% auto;
    margin-left: 1%;
    width: 100%;
    font-size: 4vw;
    color: #999999;
}
.form_input4 {
    display: flex;
}
.form_input4-1 {
    width: 25%;
    height: fit-content;
    margin: auto;
    text-align: left;
    font-size: 4vw;
}
.flex {
    display: flex;
}
.form_input1, .form_input2 {
    display: flex;
    width: 47%;
    margin: auto;
}

.form_input1{
    margin-left: 0;
}
.form_input2{
    margin-right: 0;
}
.form_width1 {
    width: 100%;
}
.form_input4-2 {
    width: 85%;
}
.form_width3 {
    width: 27%;
    margin: auto 1%;
}
.form_input3 {
    margin-bottom: 2%;
    text-align: left;
}
.form_input5 {
    margin: auto;
    margin-top: 25px;
    font-size: 5vw;
    text-align: left;
    margin-left: 4vw;
}
.form_input7 {
    margin: auto;
    margin-bottom: 30px;
    font-size: 5vw;
    text-align: left;
    margin-left: 4vw;

}
.form_input6 {
    text-align: left;
}
.form1_radio {
    vertical-align: baseline;
}
.form_input8 {
    text-align: left;
}
input[type="radio"] {
    -webkit-transform: scale(2);
    transform: scale(2);
    margin-right: 1em;
    margin-bottom: 1em;
    vertical-align: inherit;
 }
 .form_input5 label {
    margin-right: 5%;
}
.form_input7 label {
    margin-right: 5%;
}
.form_input7-1 {
    margin: auto;
    margin-bottom: 3%;
    font-size: 120%;
}
a.btn_detail {
    background: #999999;
    color: #fff;
    font-size: 100%;
    padding: 3%;
    border-radius: 10px;
    margin-left: 3%;
}
.form_input6-1 {
    margin: 6% auto;
    font-size: 4vw;
}
.form_input6-1 .comoji {
    font-size: 3vw;
}

.form1_textarea {
    width: 100%;
    height: 25rem;
}
.form_input7-1 ul li {
    list-style: none;
    width: 100%;
}
input[type="checkbox"]{
    display: none;
}
.checkbox_form1{
    border: solid 2px #75bca5;
    border-radius: 10px;
    padding: 3%;
    text-align: center;
    color: #52a39b;
    font-weight: 700;
    width: 100%;
    margin: 2% auto;
    display: inline-block;
}
.form_input7-1 input:checked + .checkbox_form1 {
    background-color: #f1faf7;
  }
  a.link_decoration {
    color: #52a39b;
    text-decoration: underline dashed 1px;
}
.form_input > ul > li {
    list-style: none;
    margin: 3% auto;
}
.form1-2 {
    margin: 9% auto;
    margin-bottom: 3%;
    font-size: 80%;
}
.form1-2_h1 {
    margin-bottom: 1%;
    font-weight: 700;
    font-size: 5vw;
}
.form1-2 .form_item{
    width: 40%;
}

.form1-2 .form_container{
    border: none;
}

.form1-2 .hissu {
    width: 12%;
    margin: auto;
    margin-left: 5%;
    margin-top: 0.5%;
    background: #75bca5;
    color: #fff;
    font-size: 70%;
    padding: 0.5%;
    text-align: center;
    border-radius: 5px;
    height: 1rem;
}
.form1-2 .form_input7 {
    margin: auto;
    margin-top: 0%;
}
.form1-3 {
    text-align: center;
    margin: 5% auto;
}
input.form1_submit {
    background: #75bca5;
    color: #fff;
    font-size: 80%;
    border: none;
    padding: 1% 10%;
    border-radius: 10px;
}
.form1-1 {
    width: 70%;
    margin: 5% auto;
    text-align: center;
    font-size: 80%;
}
.form1 .comoji {
    font-size: 90%;
}
.form_name {
    width: 25%;
    text-align: center;
    font-weight: 700;
    height: auto;
    margin: auto;
    font-size: 4vw;
}
input[type="file"] {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin: 0.5em 0;
}
.form1-2-1 {
    text-align: left;
    font-size: 4vw;
}

/*----hino_form_other_PC_02----*/

.hino_form_car_PC_02 {
    font-size: 200%;
    text-align: left;
}
.hino_form_other_PC_02-1 {
    padding: 5% 0;
    border-bottom: solid 1px #75bca5;
    width: 95%;
    margin: auto;
    font-size: 80%;
}

.hino_form_other_PC_02-2 {
    width: 100%;
    font-weight: 700;
    margin-bottom: 3%;
}
.hino_form_other_PC_02-3 {
    width: 100%;
}

.hino_form_other_PC_02-3 li {
    list-style: none;
}

.hino_address ul:nth-child(1) {
    display: flex;
}

.hino_form_other_PC_02-3 li {
    margin: 2% auto;
}
.submit_flex {
    margin: 5% auto;
}
.submit_flex li {
    list-style: none;
    width: 100%;
    margin: 5% auto;
}
.submit_flex ul {
    width: 90%;
    margin: auto;
    display:flexbox;
}
input.submit_modoru {
    background: #999999;
    color: #fff;
    border: none;
    width: 100%;
    padding: 4%;
    border-radius: 10px;
    font-weight: 700;
    font-size: 100%;
}
input.submit_okuru {
    background: #75bca5;
    color: #fff;
    border: none;
    width: 100%;
    padding: 4%;
    border-radius: 10px;
    font-weight: 700;
    font-size: 100%;

}

.submit_flex li:nth-child(1){
    order:2;
}
.submit_flex li:nth-child(2){
    order:1;
}
input.submit_modoru:hover,
input.submit_okuru:hover{
opacity: 0.7;
}

/*--------*/

.hino_form_car_PC_03 {
    text-align: center;
    font-size: 160%;
    margin-bottom: 40%;
}
.hino_form_PC_03-1 {
    font-size: 120%;
    font-weight: 700;
    margin: 2% auto;
}
.hino_form_PC_03-2 {
    width: 95%;
    margin: 3% auto;
    text-align: left;
}
.hino_form_PC_03-3 {
    width: 95%;
    margin: auto;
    border: solid 2px #75bca5;
    border-radius: 10px;
    padding: 2%;
}
.hino_form_PC_03-3-1 {
    font-size: 120%;
    color: #52a39b;
    font-weight: 700;
    margin: 2% auto;
}
.hino_form_PC_03-3-2 {
    width: 95%;
    margin: auto;
    text-align: left;
    margin-bottom: 3%;
}
.hino_form_PC_03-4 {
    margin: 12% auto;
}
a.green_btn {
    color: #fff;
    background: #75bca5;
    padding: 4% 35vw;
    border-radius: 10px;
    font-size: 120%;
}
a.green_btn:hover {
opacity: 0.7;
}
/*--form2---*/

.form2 {
    font-size: 200%;
}

/* 240116 項目追加対応 */
.form2_container{
    border-bottom: solid 2px #75bca5;
}
.form2_input{
    padding: 2% 0 6%;
}
.form2_select{
    border: solid 1px #999999;
    border-radius: 8px;
    padding: 1%;
    font-size: 24px;
    font-weight: 700;
}
.form2_select.ver1 {
    width: 100px;
}
.form2_input span{
    font-size: 5vw;
    display: block;
}
.form_input_select{
    width: 84%;
    display: flex;
    margin: 0 auto;
}
.form_input_select span{
    padding: 5px;
}
.form_input_card{
    padding-bottom: 2%;
    margin: 0 auto;
}
.form_input_card li{
    list-style: none;
    user-select: none;
}
.form_input_card li:not(:last-child){
    margin-bottom: 4%;
}
.form_input_card input[type="radio"] {
    display: none;
}
.form_input_card_choice {
    border: solid 2px #75bca5;
    border-radius: 10px;
    padding: 3% 0;
    text-align: center;
    color: #52a39b;
    font-weight: 700;
    width: 90%;
    box-sizing:border-box;
    display: inline-block;
}
.form_input_card input:checked + .form_input_card_choice {
    background-color: #f1faf7;
}
/* /240116 項目追加対応 */

.form2_0 {
    width: 95%;
    margin: auto;
}
.form2-1 {
    display: none;
}
.form2_h1 {
    display: flex;
    background: #75bca5;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    padding: 1.5%;
    font-size: 5vw;
}
.form2_h1_icon {
    margin: auto;
    width: 6.5%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.form2_h1_title {
    width: 90%;
    text-align: left;
    height: auto;
    margin: auto;
    padding-top: 3px;
}
.form2-2 {
    display: flex;
    margin: 2% auto;
    padding-left: 3%;
}
.form2-5 .form2-2 {
    display: block;
    margin: 2% auto;
    padding-left: 3%;
}
.form2-2-1 {
    width: 100%;
    font-weight: 700;
    text-align: left;
    font-size: 5vw;
}
.form2-2_hissu {
display: none;
}
.form2-4 > ul {
    padding: 2% 0;
}

.form2-4 > ul > li{
    width: 100%;
    list-style: none;
    margin: auto;
}
.form2-4 > ul > li:nth-child(2){
    margin: auto 0;
}

.form2_car{
    border: solid 2px #75bca5;
    border-radius: 10px;
    padding: 3%;
    text-align: center;
    color: #52a39b;
    font-weight: 700;
    width: 90%;
    margin: 2% auto;
    display: inline-block;
}

.form2-4 input[type="radio"]{
    display: none;
}

.form2-4 input:checked + .form2_car {
    background-color: #f1faf7;
  }

  label.form2_car li {
    list-style: none;
}
label.form2_car ul {
   margin: auto;
   display: flex;
}
.form2-4-vw .form2-4 ul > li:nth-child(1) > label > ul{
    margin: 0vw auto;
    height: 12vw;
 }
 .form2-4-vw .form2-4 ul > li:nth-child(2) > label > ul{
    margin-top: 0vw;
    margin-bottom: 0;
    height: 12vw;
 }
 .form2-4-vw .form2-4 ul > li:nth-child(3) > label > ul{
    margin-top: 0vw;
    margin-bottom: 0;
    height: 12vw;
 }
 .form2-4-vw .form2-4 ul > li:nth-child(2) > label > ul > li:nth-child(1){
    width: 23%;
    margin: auto 3.5%;
 }
 .form2-4-vw .form2-4 ul > li:nth-child(3) > label > ul > li:nth-child(1){
    width: 20%;
    margin: auto 5%;
 }


label.form2_car li:nth-child(1) {
    width: 30%;
    margin: auto;
}

label.form2_car li:nth-child(2) {
    width: 65%;
    text-align: left;
    color: #75bca5;
    height: auto;
    margin: auto;
    margin-left: 5%;
    font-size: 5vw;
    line-height: 1.2;
}

.form2-4 .comoji{
    color: #434343;
    font-size: 3.3vw;
}

.form2_estimate{
    border: solid 2px #75bca5;
    border-radius: 10px;
    padding: 3%;
    text-align: center;
    color: #52a39b;
    font-weight: 700;
    width: 90%;
    margin: 2% auto;
    display: inline-block;
}

.form2-4 input[type="radio"]{
    display: none;
}

.form2-4 input:checked + .form2_estimate {
    background-color: #f1faf7;
  }

  label.form2_estimate li {
    list-style: none;
}
label.form2_estimate ul {
   margin: auto;
}

label.form2_estimate li:nth-child(1) {
    width: 50%;
    margin: auto;
    font-size: 5vw;
}

label.form2_estimate li:nth-child(2) {
    text-align: center;
    color: #75bca5;
}

.form2_certificate{
    border: solid 2px #75bca5;
    border-radius: 10px;
    padding: 3%;
    text-align: center;
    color: #52a39b;
    font-weight: 700;
    width: 90%;
    margin: 2% auto;
    display: inline-block;
}

.form2-4 input[type="radio"]{
    display: none;
}

.form2-4 input:checked + .form2_certificate {
    background-color: #f1faf7;
  }

  label.form2_certificate li {
    list-style: none;
}
label.form2_certificate ul {
   margin: auto;
}

label.form2_certificate li:nth-child(1) {
    width: 50%;
    margin: auto;
}

label.form2_certificate li:nth-child(2) {
    text-align: center;
    color: #75bca5;
}

.form2-8 .form2-4 > ul > li {
    width: 100%;
    list-style: none;
    margin: auto;
}


.form2-9 .form2-4 > ul > li {
    width: 100%;
    list-style: none;
    margin: auto;
}


.form2-9 label.form2_certificate li:nth-child(1) {
    width: 80%;
    margin: auto;
    font-size: 5vw;
}
.form2_other{
    border: solid 2px #75bca5;
    border-radius: 10px;
    padding: 3%;
    text-align: center;
    color: #52a39b;
    font-weight: 700;
    width: 90%;
    margin: 2% auto;
    display: inline-block;
}

.form2-4 input[type="radio"]{
    display: none;
}

.form2-4 input:checked + .form2_other {
    background-color: #f1faf7;
  }

  label.form2_other li {
    list-style: none;
}
label.form2_other ul {
   margin: auto;
}

label.form2_other li:nth-child(1) {
    width: 90%;
    margin: auto;
    font-size: 5vw;
}

label.form2_other li:nth-child(2) {
    text-align: center;
    color: #75bca5;
}
.form_item1 {
    font-size: 5vw;
}
.form2-3 {
    font-size: 4vw;
    text-align: left;
    padding-left: 3%;
}
.form2-4 {
    border-bottom: solid 2px #75bca5;
    padding-bottom: 4%;
}
.form2-5 {
    border-bottom: solid 2px #75bca5;
    padding-bottom: 4%;
}
.form2-5 .form2-2-1 {
    width: 100%;
    font-weight: 700;
}
.form2-5 .form2-2_hissu {
    width: 9%;
    margin: auto 1%;
    margin-top: 0.5%;
    background: #75bca5;
    color: #fff;
    font-size: 70%;
    padding: 0.5%;
    text-align: center;
    border-radius: 5px;
}
.form2-5-1 {
    width: 91%;
}
.form2-5-1-2 {
    font-size: 4vw;
    text-align: left;
    padding-left: 3%;

}
.form2-9 .form2-4 {
    border: 0;
    padding-bottom:0;
}
.form2-7 {
    font-size: 4vw;
    text-align: left;
    padding-left: 3%;

}
.form2-6 {
    border-bottom: solid 2px #75bca5;
    padding-bottom: 4%;

}
.form2 .form_item {
    width: 100%;
    font-size: 80%;
    font-weight: 700;
}
.form2 .form_input {
    width: 100%;
    font-size: 70%;
}
.form2 .form_input1, .form2 .form_input2 {
    display: flex;
    width: 48%;
}
.form2 .form_width1 {
    width: 100%;
}
.form2 .form_width3 {
    width: 30%;
    margin: auto 3%;
}
.form2 .form_width2 {
    width: 100%;
}
.form2 a.btn_detail {
    background: #999999;
    color: #fff;
    font-size: 95%;
    padding: 4% 1%;
    border-radius: 6px;
    margin: 0;
}
.form2-11 {
    font-size: 4vw;
    margin-top: 3%;
}
.form2-10 .form_item {
    width: 100%;
    font-size: 100%;
    font-weight: 700;
    display: block;
}
.form2-10 .form_input {
    width: 60%;
    font-size: 70%;
    margin-left: 15%;
}
.form2-10 .form_container {
    padding: 3% 2%;
    border: none;
}
.form2 .form_container {
    padding: 5% 2%;
}

span.hissu_sp {
    background: #75bca5;
    color: #fff;
    font-size: 75%;
    padding: 1% 2%;
    text-align: center;
    border-radius: 5px;
    margin-left: 5%;
    vertical-align: middle;
}
input.form2_date {
    transform: scale(1.5);
    margin: 2em;
}
input.box_birthday {
    width: 40%;
    padding: .4%;
    margin: 0;
    font-size: 3vw;
}
}




/*--PCのcss--*/
@media screen and (min-width:751px) {
    /*--top--*/
    .contents{
        width: 100%;
    }
    .cp_contents {
        padding-top: 7vh;
    }
    .header_float {
        position: fixed;
        width: 100%;
        z-index: 999999;
        background: #fff;
        padding-bottom: 1%;
    }

    .header{
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
    }
    .header1{
        display: flex;
    }
    .header1-1{
        width: fit-content;
        margin: 1% auto;
        margin-left: 3.5%;
    }
    .header1-2{
        width: fit-content;
        margin: 1% auto;
        margin-right: 3.5%;
    }
    .header2{
        width: 100%;
    max-width:960px;
    margin:0 auto;
}
    .header2 ul {
        display: flex;
        justify-content: center;
    }
    .header2 li {
        list-style: none;
        width: auto;
        padding: 0 1.5%;
        text-align: center;
        border-left: solid 1px #d4d4d4;
        font-size: 14px;
        white-space: nowrap;
    }
    .header2 li:nth-child(1) {
        border-left: solid 1px #d4d4d4;
    }
    .header2 li:nth-child(2){
        border-left: none;
    }

    .header2 li:nth-child(3) {
        border-left: none;
    }

    .header2 li a {
        font-size: 14px;
    }
    .top_slider{
        }
    .top_slider1 {
        width: 80%;
        margin: 2% auto;
    }
    .top_1 {
        margin: 5% auto;
        text-align: center;
        width: 80%;
    }
    .top_1-1 {
        width: 30%;
        margin: auto;
    }
    .top_1-2 ul {
        margin: 2% auto;
    }
    .top_1-2 li {
        border-bottom: solid 1px #75BCA5;
        padding: 1%;
        list-style: none;
        font-size: 80%;
    }
    .top_1-2 li a{
        display: flex;
    }
    .top_1-2{
    }
    .top_1-2-1 {
        width: 20%;
    }
    .top_1-2-2{
        display: flex;
        width: 80%;
    }
    .top_1-2-2-1{
        width: 60%;
        text-align: left;
    }
    .top_1-2-2-2 {
        width: fit-content;
        margin: auto;
        margin-right: 2%;
    }
    .top_2 {
        background-color: #F1FAF7;
        padding: 5% 0;
        padding-bottom: 15%;
        border-bottom: solid 2px #75BCA5;
    }
    .top_2-1 {
        width: 27%;
        margin: auto;
    }
    .top_2-2 {
        width: 65%;
        margin: 4% auto;
    }
    .top_2-3 {
        text-align: center;
        font-weight: 700;
    }
    .top_2-4 {
        width: 80%;
        margin: 2% auto;
    }
    .top_2-4 ul {
        display: flex;
    }
    .top_2-4 li {
        background-color: #fff;
        width: calc(80%/4);
        height: 14vw;
        text-align: center;
        margin: 1.5vw;
        list-style: none;
    }
    .top_2-4-3 {
        width: 50%;
        margin: 11% auto;
        margin-bottom: 2%;
    }
    .top_2-4-4 {
        width: 25%;
        margin: 9% auto;
        margin-bottom: 1%;
    }
    .top_2-4-5 {
        width: 20%;
        margin: 5% auto;
    }
    .top_2-4-6 {
        width: 31%;
        margin: 6% auto;
    }
    .top_2-4-1 {
        margin: auto;
        margin-top: 8%;
        font-weight: 700;
        color: #52A39B;
        font-size: 1.5vw;
    }
    .top_2-4-2 {
        font-size: 60%;
    }
    span.txt_led {
        font-size: 1.5vw;
        vertical-align: sub;
        color: #c43419;
        font-weight: 900;
        padding: 0 3%;
    }
    span.txt_led_l {
        font-size: 2.5vw;
        vertical-align: sub;
        color: #c43419;
        font-weight: 900;
        padding: 0 3%;
    }
    .top_2-4 a:hover {
        color: #434343;
    }
    .comoji {
        font-size: 55%;
    }
    .top_2-4-7 {
        text-align: left;
        padding: 1vw 0;
    }
    .top_2-5 {
        display: flex;
        justify-content: center;
        margin: 4% auto;
        padding-bottom: 5%;
        border-bottom: solid 2px #75BCA5;
        width: 80%;
    }
    .top_2-5-1 {
        margin: 1%;
    }
    .top_2-5-2{
        margin: 1%;
    }
    .top_2-6 {
        width: 80%;
        margin: auto;
        border-bottom: solid 2px #75BCA5;
        padding-bottom: 5%;
    }
    .top_2-6-1 {
        text-align: center;
        font-weight: 700;
        margin-bottom: 3%;
    }
    .top_2-6-2 {
        width: 35%;
        margin: auto;
    }
    .top_2-8 {
        width: 80%;
        margin: auto;
    }
    .top_2-8-1 {
        text-align: center;
        font-weight: 700;
        margin: 7% auto;
        margin-bottom: 4%;
    }
    .top_2-8-2 {
        display: flex;
        border: solid 2px #75BCA5;
        border-radius: 10px;
        background-color: #fff;
        padding: 2% 7%;
    }
    .top_2-8-2-1 {
        display: flex;
        width: 70%;
    }
    .top_2-8-2-1 ul {
        margin: auto;
        margin-top: 0;
        width: 48%;
    }
    .top_2-8-2-1 li {
        list-style: none;
        margin: 5% auto;
    }
    .top_2-8-2-1 li a {
        display: flex;
    }
    .top_2-9-1-1 {
        width: fit-content;
        margin: 0 7%;
    }
    .top_2-9-1-2 {
        color: #52A39B;
        font-weight: 700;
    }
    .top_2-8-2-2 {
        width: 25%;
        margin: auto;
    }
    .top_2-10 {
        font-size: 75%;
        text-align: center;
        margin: 2% auto;
    }
    .footer1 {
        width: 80%;
        margin: auto;
        display: flex;
        padding: 5% 0;
        font-size: 80%;
    }
    .footer1 li {
        list-style: none;
        margin: 2% auto;
    }
    .footer1 li a {
        display: flex;
    }
    .footer1 ul {
        width: 33%;
    }
    .top_2-9-1-3 {
        width: fit-content;
        margin: auto 4.5%;
    }
    .top_2-9-1-4 {
        font-weight: 700;
    }
    .top_2-9-1-5 {
        width: fit-content;
        margin: auto 5%;
        margin-left: 6%;
    }
    .footer2 {
        text-align: center;
        background-color: #75BCA5;
        color: #fff;
        font-size: 70%;
    }

    .top_2-6-2:hover {
        opacity: 0.7;
    }

    .top_2-5-1:hover {
        opacity: 0.7;
    }

    .top_2-5-2:hover {
        opacity: 0.7;
    }

    .top_2-2:hover{
        opacity: 0.7;
    }

    .header_sp{
        display: none;
    }

    .cp_offcm01 {
        display: none;
    }

    .top_slider_sp {
        display: none;
    }

    .top_2-2_sp {
        display: none;
    }

    .top_2-8-2-3 {
        display: none;
    }

    /*---active_index---*/

    .active_index1-1 {
        width: 45%;
        margin: 6% auto;
    }

    .active_index1-2 {
        text-align: center;
        font-weight: 700;
        margin: 2% auto;
    }

    .active_index1-3 ul {
        width: 80%;
        margin: auto;
    }

    .active_index1-3 li {
        list-style: none;
        width: calc(89%/3);
        text-align: center;
        margin: 0.5%;
        background-color: #F1FAF7;
        border-radius: 10px;
        padding: 1%;
        display: inline-block;
    }

    .active_index1-3 li a {
        color: #52A39B;
        font-weight: 700;
    }

    .full_width {
        list-style: none;
        width: 96%!important;
        text-align: center;
        margin: 1%;
        background-color: #F1FAF7;
        border-radius: 10px;
        padding: 1%;
    }

    .active_index1-3 li:hover {
        opacity: 0.7;
    }

    .active_index2-1 {
        display: flex;
        margin: 1% auto;
    }

    .active_index2-1-1 {
        width: 5%;
        margin: auto;
        padding-top: 0.5%;
    }

    .active_index2-1-2 {
        width: 90%;
        margin: auto;
        margin-left: 0;
        color: #52A39B;
        font-weight: 700;
    }

    .active_index2 {
        width: 80%;
        margin: 8% auto;
    }

    .active_index2-2 {
        display: flex;
    }

    .active_index2-2-1 {
        width: 65%;
        margin: auto;
    }

    .active_index2-2-2 {
        width: 20%;
        margin: auto;
    }

    .active_index2-2-1-2 ul {
        display: flex;
    }

    .active_index2-2-1-2 li {
        list-style: none;
        border: solid 2px #75BCA5;
        border-radius: 10px;
        padding: 1% 5%;
        margin: 3% 1%;
        width: 20%;
        text-align: center;
    }

    .active_index2-2-1-2 li a{
        color: #52A39B;
        font-size: 80%;
    }

    .active_index2-2-1-2 li:hover {
        background-color: #F1FAF7;
    }

    .active_index2-2-1-2 li:nth-child(1) {
        list-style: none;
        border: solid 2px #75BCA5;
        background-color: #75BCA5;
        border-radius: 10px;
        padding: 1% 5%;
        margin: 3% 1%;
        width: 20%;
        text-align: center;
    }

    .active_index2-2-1-2 li:nth-child(1) a{
        color: #fff;
        font-size: 80%;
    }

    .active_index2-2-1-2 li:nth-child(1):hover {
        opacity: 0.7;
    }

    .active_index2-3 ul {
        display: flex;
    }

    .active_index2-3 li {
        list-style: none;
        width: 45%;
        margin: auto;
    }

    .active_index2-3 li:hover {
        opacity: 0.7;
    }

    .active_index2-3 ul {
        display: flex;
        width: 96%;
        margin: auto;
    }

    .flame {
        border: solid 2px #75BCA5;
        border-radius: 10px;
        padding: 2% 0;
    }

    span.active_index2-2-1-1_s {
        font-size: 80%;
    }

    .active_index3-1 {
        display: flex;
        margin: 1% auto;
    }

    .active_index3-1-1 {
        width: 5%;
        margin: auto;
        padding-top: 0.5%;
    }

    .active_index3-1-2 {
        width: 90%;
        margin: auto;
        margin-left: 0;
        color: #52A39B;
        font-weight: 700;
    }

    .active_index3 {
        width: 80%;
        margin: 8% auto;
    }

    .active_index3-2 {
        display: flex;
    }

    .active_index3-2-1 {
        width: 65%;
        margin: auto;
    }

    .active_index3-2-2 {
        width: 20%;
        margin: auto;
    }

    .active_index3-2-1-0 {
        color: #52A39B;
        font-weight: 700;
    }

    .active_index3-2-1-2 ul {
        display: flex;
    }

    .active_index3-2-1-2 li {
        list-style: none;
        border: solid 2px #75BCA5;
        border-radius: 10px;
        padding: 1% 5%;
        margin: 3% 1%;
        width: 20%;
        text-align: center;
    }

    .active_index3-2-1-2 li a{
        color: #52A39B;
        font-size: 80%;
    }

    .active_index3-2-1-2 li:hover {
        background-color: #F1FAF7;
    }

    .active_index3-2-1-2 li:nth-child(1) {
        list-style: none;
        border: solid 2px #75BCA5;
        background-color: #75BCA5;
        border-radius: 10px;
        padding: 1% 5%;
        margin: 3% 1%;
        width: 20%;
        text-align: center;
    }

    .active_index3-2-1-2 li:nth-child(1) a{
        color: #fff;
        font-size: 80%;
    }

    .active_index3-2-1-2 li:nth-child(1):hover {
        opacity: 0.7;
    }

    .active_index3-3 ul {
        display: flex;
    }

    .active_index3-3 li {
        list-style: none;
        width: 45%;
        margin: auto;
    }

    .active_index3-3 li:hover {
        opacity: 0.7;
    }

    .active_index3-3 ul {
        display: flex;
        width: 96%;
        margin: auto;
    }

    .flame {
        border: solid 2px #75BCA5;
        border-radius: 10px;
        padding: 2% 0;
    }

    span.active_index3-2-1-1_s {
        font-size: 80%;
    }

    .active_index4-1 {
        display: flex;
        margin: 1% auto;
    }

    .active_index4-1-1 {
        width: 5%;
        margin: auto;
        padding-top: 0.5%;
    }

    .active_index4-1-2 {
        width: 90%;
        margin: auto;
        margin-left: 0;
        color: #52A39B;
        font-weight: 700;
    }

    .active_index4 {
        width: 80%;
        margin: 8% auto;
    }

    .active_index4-2 {
        display: flex;
    }

    .active_index4-2-1 {
        width: 65%;
        margin: auto;
    }

    .active_index4-2-2 {
        width: 20%;
        margin: auto;
    }

    .active_index4-2-1-2 ul {
        display: flex;
    }

    .active_index4-2-1-2 li {
        list-style: none;
        border: solid 2px #75BCA5;
        border-radius: 10px;
        padding: 1% 5%;
        margin: 3% 1%;
        width: 20%;
        text-align: center;
    }

    .active_index4-2-1-2 li a{
        color: #52A39B;
        font-size: 80%;
    }

    .active_index4-2-1-2 li:hover {
        background-color: #F1FAF7;
    }

    .active_index4-2-1-2 li:nth-child(1) {
        list-style: none;
        border: solid 2px #75BCA5;
        background-color: #75BCA5;
        border-radius: 10px;
        padding: 1% 5%;
        margin: 3% 1%;
        width: 20%;
        text-align: center;
    }

    .active_index4-2-1-2 li:nth-child(1) a{
        color: #fff;
        font-size: 80%;
    }

    .active_index4-2-1-2 li:nth-child(1):hover {
        opacity: 0.7;
    }

    .active_index4-3 ul {
        display: flex;
    }

    .active_index4-3 li {
        list-style: none;
        width: 45%;
        margin: auto;
    }

    .active_index4-3 li:hover {
        opacity: 0.7;
    }

    .active_index4-3 ul {
        display: flex;
        width: 96%;
        margin: auto;
    }

    .flame {
        border: solid 2px #75BCA5;
        border-radius: 10px;
        padding: 2% 0;
    }

    span.active_index4-2-1-1_s {
        font-size: 80%;
    }

    .active_index5-1 {
        display: flex;
        margin: 1% auto;
    }

    .active_index5-1-1 {
        width: 3%;
        margin: auto;
        padding-top: 0.5%;
    }

    .active_index5-1-2 {
        width: 90%;
        margin: auto;
        margin-left: 0;
        color: #52A39B;
        font-weight: 700;
    }

    .active_index5 {
        width: 80%;
        margin: 8% auto;
    }

    .active_index5-2 {
        display: flex;
    }

    .active_index5-2-1 {
        width: 65%;
        margin: auto;
    }

    .active_index5-2-2 {
        width: 20%;
        margin: auto;
    }

    .active_index5-2-1-2 ul {
        display: flex;
    }

    .active_index5-2-1-2 li {
        list-style: none;
        border: solid 2px #75BCA5;
        border-radius: 10px;
        padding: 1% 5%;
        margin: 3% 1%;
        width: 20%;
        text-align: center;
    }

    .active_index5-2-1-2 li a{
        color: #52A39B;
        font-size: 80%;
    }

    .active_index5-2-1-2 li:hover {
        background-color: #F1FAF7;
    }

    .active_index5-2-1-2 li:nth-child(1) {
        list-style: none;
        border: solid 2px #75BCA5;
        background-color: #75BCA5;
        border-radius: 10px;
        padding: 1% 5%;
        margin: 3% 1%;
        width: 20%;
        text-align: center;
    }

    .active_index5-2-1-2 li:nth-child(1) a{
        color: #fff;
        font-size: 80%;
    }

    .active_index5-2-1-2 li:nth-child(1):hover {
        opacity: 0.7;
    }

    .active_index5-3 ul {
        display: flex;
    }

    .active_index5-3 li {
        list-style: none;
        width: 45%;
        margin: auto;
    }

    .active_index5-3 li:hover {
        opacity: 0.7;
    }

    .active_index5-3 ul {
        display: flex;
        width: 96%;
        margin: auto;
    }

    .flame {
        border: solid 2px #75BCA5;
        border-radius: 10px;
        padding: 2% 0;
    }

    span.active_index5-2-1-1_s {
        font-size: 80%;
    }

    .active_index5-2-1-3 {
        display: flex;
        margin-top: 2%;
    }

    .active_index5-2-1-3-1 {
        width: 3%;
        margin: auto;
    }

    .active_index5-2-1-3-2 {
        width: 95%;
        margin: auto;
        color: #52a39b;
        font-weight: 700;
        padding-bottom: 1%;
    }

    .active_index5-2-1-4 {
        width: 91%;
        margin: auto;
        font-size: 80%;
    }

    .active_index5-2-1-2 {
        font-weight: 700;
        margin-top: 3%;
    }

    .active_index5-2-1-0 {
        color: #c43419;
        font-weight: 700;
    }

    .active_index5-2-1-1 {
        font-size: 80%;
    }

    .active_index5-2-2 img {
        border-radius: 10px;
    }

    .active_index4-2-2 img {
        border-radius: 10px;
    }

    .active_index3-2-2 img {
        border-radius: 10px;
    }

    .active_index2-2-2 img {
        border-radius: 10px;
    }


    .active_index6-1 {
        display: flex;
        margin: 1% auto;
    }

    .active_index6-1-1 {
        width: 5%;
        margin: auto;
        padding-top: 0.5%;
    }

    .active_index6-1-2 {
        width: 90%;
        margin: auto;
        margin-left: 0;
        color: #52A39B;
        font-weight: 700;
    }

    .active_index6 {
        width: 80%;
        margin: 8% auto;
    }

    .active_index6-2 {
        display: flex;
        margin: 4% auto;
    }

    .active_index6-2-1 {
        width: 3%;
        font-size: 70%;
    }

    .active_index6-2-2 {
        width: 95%;
        font-size: 70%;
    }

    .active_index6-2-1-2 ul {
        display: flex;
    }

    .active_index6-2-1-2 li {
        list-style: none;
        border: solid 2px #75BCA5;
        border-radius: 10px;
        padding: 1% 5%;
        margin: 3% 1%;
        width: 20%;
        text-align: center;
    }

    .active_index6-2-1-2 li a{
        color: #52A39B;
        font-size: 80%;
    }

    .active_index6-2-1-2 li:hover {
        background-color: #F1FAF7;
    }

    .active_index6-2-1-2 li:nth-child(1) {
        list-style: none;
        border: solid 2px #75BCA5;
        background-color: #75BCA5;
        border-radius: 10px;
        padding: 1% 5%;
        margin: 3% 1%;
        width: 20%;
        text-align: center;
    }

    .active_index6-2-1-2 li:nth-child(1) a{
        color: #fff;
        font-size: 80%;
    }

    .active_index6-2-1-2 li:nth-child(1):hover {
        opacity: 0.7;
    }

    .active_index6-3 li:hover {
        opacity: 0.7;
    }

    .active_index6-3 ul {
        width: 96%;
        margin: auto;
    }

    .flame {
        border: solid 2px #75BCA5;
        border-radius: 10px;
        padding: 2% 0;
    }

    span.active_index6-2-1-1_s {
        font-size: 80%;
    }

    .active_index6_2-8-2-1 {
        display: flex;
        width: 100%;
        margin: auto;
    }
    .active_index6_2-8-2-1 ul {
        margin: auto;
        margin-top: 0;
        width: 50%;
    }
    .active_index6_2-8-2-1 li {
        list-style: none;
        margin: 3% auto;
    }
    .active_index6_2-8-2-1 li a {
        display: flex;
    }
    .active_index6_2-9-1-1 {
        width: 5%;
        margin: auto 3%;
    }
    .active_index6_2-9-1-2 {
        color: #52A39B;
        font-weight: 700;
    }
    .active_index6_2-8-2-2 {
        width: 20%;
        margin: auto;
    }
    .active_index6_2-8-2-3 img {
        height: 15rem;
        object-fit: cover;
        object-position: 100% 77%;
    }

    .active_index6_2-8-2-3 {
        display: none;
    }

    .active_index6-3 {
        display: flex;
        width: 70%;
        margin: auto;
    }

    .active_index6_2-8-2-4 {
        font-size: 70%;
        width: 80%;
        margin: auto;
        margin-left: 4%;
        margin-top: 2%;
    }

    .footer {
        border-top: solid 2px #75BCA5;
    }

    span.txt_bold {
        font-weight: 700;
    }

    .float_top {
        width: 4%;
        position: fixed;
        bottom: 40%;
        right: 2%;
    }

    /*---active_happy---*/

    /*タブ切り替え全体のスタイル*/
.tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    width: 100%;
    margin: 0 auto;}

  /*タブのスタイル*/
  .tab_item2 {
    width: calc(93%/6);
    margin: 0 0.5%;
    height: 50px;
    background-color: #fff;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #52a39b;
    display: block;
    float: left;
    font-weight: bold;
    transition: all 0.2s ease;
    border: solid 1px #47b39d;
    border-radius: 10px;
  }
  .tab_item:hover {
    opacity: 0.75;
  }

  /*ラジオボタンを全て消す*/
  input[name="tab_item2"] {
    display: none;
  }

  /*タブ切り替えの中身のスタイル*/
  .tab_content {
    display: none;
    padding: 40px 0 0;
    clear: both;
    overflow: hidden;
  }

  .contents_comments_l {
    width: 77%;
    margin: auto;
    margin-left: 0;
}

.contents_comments_r {
    width: 20%;
}

  .contents_comments {
    background-color: #fff;
    border: solid 1px #52a39b;
    border-radius: 10px;
    padding: 3%;
    display: flex;
}

.contents_comments_l1 {
    color: #52a39b;
    font-weight: 700;
}

.contents_comments_l2 {
    font-size: 90%;
}


  /*選択されているタブのコンテンツのみを表示*/
  #security1:checked ~ #security1_content,
  #security2:checked ~ #security2_content,
  #security3:checked ~ #security3_content,
  #security4:checked ~ #security4_content,
  #security5:checked ~ #security5_content,
  #security6:checked ~ #security6_content
 {
    display: block;
  }

  /*選択されているタブのスタイルを変える*/
  .tabs input:checked + .tab_item2 {
    background-color: #52a39b;
    color: #fff;
    position: relative;
  }

  .tabs input:checked + .tab_item2:after {
    content: "";
    font-size: 0;
    border-top: solid 20px #52a39b;
    border-right: solid 15px transparent;
    border-left: solid 15px transparent;
    border-bottom: solid 15px transparent;
    position: absolute;
    bottom: -65%;
    right: calc(50% - 16px);
  }


  .active_happy1 {
    width: 60%;
    margin: auto;
}

.active_happy1-1 {
    text-align: center;
    font-weight: 700;
}

.active_happy1-2 {
    width: 10%;
    margin: 5% auto;
}

.active_happy1-3 {
    text-align: center;
    font-size: 90%;
}

.active_happy1-4 {
    width: fit-content;
    text-align: center;
    background-color: #fff8b9;
    padding: 1% 10%;
    border-radius: 10px;
    margin: 2% auto;
    font-weight: 700;
}

.active_happy1-5 {
    text-align: center;
    font-size: 60%;
}

.active_happy2 {
    background: #f1faf7;
    margin: 5% auto;
}

.active_happy2-1 {
    text-align: center;
    font-weight: 700;
    padding: 5% 0;
}

.active_happy2-2-1 li {
    list-style: none;
    width: 15%;
    margin: auto;
}
.active_happy2-2-1 ul {
    display: flex;
}

.active_happy2-2-2 li {
    list-style: none;
    width: 35%;
    margin: auto;
}
.active_happy2-2-2 ul {
    display: flex;
}

.active_happy2-2 {
    width: 80%;
    margin: auto;
}

.active_happy2-2-1-2 {
    font-size: 75%;
    width: 130%;
    margin-left: -12%;
}

.active_happy2-2-1 ul {
    display: flex;
    margin-bottom: 6%;
}

.active_happy2-2-2 li:nth-child(1) {
    margin-right: 1%;
}

.active_happy2-2-2 li:nth-child(2) {
    margin-left: 1%;
}

.active_happy2-2-2-2 {
    font-size: 70%;
}

.active_happy3 {
    width: 80%;
    margin: auto;
    padding-bottom: 10%;
    border-bottom: solid 2px #47b39d;
}

.active_happy3-1 {
    text-align: center;
    font-weight: 700;
    margin: 1% auto;
}

.active_happy3-2 {
    font-size: 70%;
    text-align: center;
    margin-bottom: 5%;
}

.active_happy3-3 li {
    list-style: none;
    width: 19%;
    margin: 0.5%;
}
.active_happy3-3 ul {
    display: flex;
}

.active_happy3-3-2 {
    color: #52a39b;
    font-size: 70%;
    font-weight: 700;
    text-align: center;
}

.active_happy4 {
    width: 80%;
    margin: auto;
    padding: 6% 0;
    border-bottom: solid 2px #47b39d;
}

.active_happy4-1 {
    text-align: center;
    font-weight: 700;
}

.active_happy4-2 ul {
    width: 80%;
    margin: auto;
}

.active_happy4-2 li {
    list-style: none;
    display: inline-block;
    width: 46%;
    margin: 2% 1%;
    text-align: center;
    border: solid 1px #47b39d;
    border-radius: 10px;
    padding: 1% 0;
}

a.btn_green {
    color: #52a39b;
    font-weight: 700;
}

.active_happy5 {
    width: 80%;
    margin: auto;
    padding: 6% 0;
}

.active_happy5-1 {
    text-align: center;
    font-weight: 700;
}

.active_happy5-2 li {
    list-style: none;
    background-color: #f1faf7;
    margin: auto;
    margin-top: 4%;
    padding: 3%;
}

.active_happy5-2-1 {
    display: flex;
    color: #52a39b;
    font-weight: 700;
    position: relative;
}

.active_happy5-2-2 {
    display: flex;
    margin-top: 3%;
}

.active_happy5-2-1_1 {
    width: 5%;
}

.active_happy5-2-1_2 {
    width: 90%;
}

.active_happy5-2-1_2::after {
    content: "－";
    position: absolute;
    top: -20%;
    right: 0;
    font-size: 160%;
}

.active_happy5-2-1_l {
    width: 5%;
    color: #52a39b;
    font-weight: 700;

}

.active_happy5-2-1_r {
    width: 95%;
}

.contents_comments_l3 li {
    list-style: none;
    font-size: 90%;
    margin: 1% auto;
}

.contents_comments_l3 ul {
    margin: 3% auto;
}

span.green {
    color: #52a39b;
}

span.led {
    color: #c43419;
    font-weight: 700;
}

.active_happy2-2-2-1:hover {
    opacity: 0.7;
}

.active_happy4-2 li:hover {
    background-color: #F1FAF7;
}

.tab_item2:hover {
    background-color: #F1FAF7;
}

.contents_comments_0 {
    display: none;
}

.active_happy3-3 li:nth-child(6){
    display: none;
}

/*---active_medical---*/

.active_medical4 {
    text-align: center;
    color: #52a39b;
    font-weight: 700;
}

.active_medical1 {
    border: solid 2px #47b39d;
    border-radius: 10px;
    padding: 3%;
    margin: 3% 0;
}

.active_medical1-2 > ul {
    display: flex;
    margin: 4% auto;
}

.active_medical1-2 > ul > li {
    list-style: none;
    width: 40%;
    margin: auto;
}

.active_medical1-2 > ul > li:nth-child(1) {
    margin-right: 1%;
}

.active_medical1-2 > ul > li:nth-child(2) {
    margin-left: 1%;

}

.active_medical1-2-1 {
    width: 50%;
    margin: auto;
}

.active_medical1-2-2 ul {
    display: flex;
    justify-content: center;
}

.active_medical1-2-2 li {
    list-style: none;
}

li.right_index1 {
    width: 9%;
}

li.right_index2 {
    width: fit-content;
    margin-left: 4%;
}

.active_medical1-2-2 {
    text-align: center;
}

.active_medical1-1 {
    color: #52a39b;
    font-weight: 700;
    text-align: center;
}

.active_medical2 a {
    color: #fff;
}

.active_medical2 {
    width: fit-content;
    background-color: #47b39d;
    padding: 1% 5%;
    border-radius: 10px;
    margin: 3% auto;
}

.active_medical3 {
    width: 80%;
    background: #fff;
    border: solid 1px #47b39d;
    border-radius: 10px;
    padding: 2%;
    margin: 5% auto;
}

.active_medical3-2 {
    display: flex;
}

.active_medical3-2-1 {
    width: 75%;
}

.active_medical3-2-2 {
    width: 20%;
    margin: auto;
}

.active_medical3-2-1 li {
    list-style: none;
    margin: 3% auto;
}

.active_medical3-2-1-1 {
    color: #52a39b;
    font-weight: 700;
}

.active_medical3-2-1-2 {
    font-size: 90%;
}

.active_medical3-1 {
    text-align: center;
    font-weight: 700;
}

.active_medical3-2-0 {
    display: none;
}

.sp_br{
    display: none;
}

/*----active_pension-----*/

.active_pension4 li {
    width: 48%;
    margin: auto 1%;
    margin-top: 0;
    list-style: none;
}
.active_pension4 ul {
    display: flex;
    margin: 5% auto;
}
.active_pension4-2 {
    font-size: 70%;
}
.active_pension1 {
    background-color: #f1faf7;
    padding: 4% 0;
}
.active_pension1-1 {
    text-align: center;
    font-weight: 700;
}
.active_pension1-2 li {
    list-style: none;
    width: 30%;
    margin: auto;
    margin-top: 0;
    text-align: center;
}
.active_pension1-2 ul {
    display: flex;
    width: 80%;
    margin: 3% auto;
}
.active_pension1-2-1 {
    color: #52a39b;
    font-weight: 700;
    background-color: #fff;
    padding: 3%;
}
.active_pension1-2-2 {
    font-size: 80%;
    text-align: left;
}

.active_pension1-2 ul:nth-child(2) > li:nth-child(1) {
    margin-right: 1.5%;
}
.active_pension1-2 ul:nth-child(2) > li:nth-child(2) {
    margin-left: 1.5%;
}

.active_pension1-2 {
    margin: 3% auto;
}
.active_pension1-3 {
    display: flex;
    width: 50%;
    margin: 5% auto;
    background-color: #fff;
    padding: 2%;
    border: solid 2px #75bca5;
    border-radius: 10px;
}
.active_pension1-3-1 li {
    list-style: none;
    margin: auto;
    border-bottom: solid 2px #75bca5;
    padding: 2% 0;
    font-size: 80%;
}
.active_pension1-3-1 li:nth-child(1) {
    color: #52a39b;
    font-weight: 700;
}
.active_pension1-3-1 {
    width: 60%;
    margin: auto;
}
.active_pension1-3-2 {
    width: 30%;
    margin: auto;
}
.active_pension1-3-2 img {
    border-radius: 10px;
    height: 11vw;
    object-fit: cover;
}
i.fas.fa-check {
    color: #52a39b;
    padding: 0 4%;
}

.active_pension2-1 {
    text-align: center;
    margin: 5% auto;
    margin-bottom: 2%;
    font-weight: 700;
}
.active_pension2-2 {
    width: 30%;
    margin: auto;
}

.active_pension3 {
    width: 50%;
    margin: 8% auto;
    border: solid 1px #a9a9a9;
    border-radius: 10px;
    padding: 3%;
}
.active_pension3-1-1 {
    text-align: center;
    font-weight: 700;
    margin: 1% auto;
}
.active_pension3-1-2 {
    text-align: center;
    font-size: 80%;
}
.active_pension3-1-3 {
    width: 60%;
    margin: 3% auto;
}
.active_pension3_h1 {
    color: #52a39b;
    font-weight: 700;
}
.active_pension3_h2 {
    color: #52a39b;
    font-weight: 700;
    font-size: 80%;
    margin: 3% auto 0;
}
.active_pension3-2-1 li {
    list-style: none;
    display: inline-block;
    width: 49%;
}
.active_pension3-2-1 {
    font-size: 80%;
}
.active_pension3-2 {
    padding-bottom: 5%;
}

.active_pension3-3 {
    border-top: solid 1px #a9a9a9;
    padding: 5% 0;
}
.active_pension3-3-1 {
    margin: 2% auto;
    margin-left: 2rem;
}
.active_pension3-3-2 dl {
    display: flex;
}
.active_pension3-3-2 dt {
    white-space: nowrap;
    width: fit-content;
    padding: 0 2% 0 0;
}
.active_pension3-3-2 dd {
    width: 75%;
}
.active_pension3-3-2 {
    margin-left: 2rem;
    font-size: 80%;
}
.active_pension3-3-2 dl {
    display: flex;
    margin: 2% auto;
}
.active_pension3-3-2-1 {
    margin-left: 1.2rem;
}
span.bold {
    font-weight: 700;
}
.active_pension3_h3 {
    margin: 3% auto 0;
}
i.fas.fa-circle {
    color: #52a39b;
    padding: 0 3%;
}
.active_pension3-4 {
    border-top: solid 1px #a9a9a9;
    padding-top: 5%;
}
.active_pension3-4-1 {
    font-size: 80%;
}
.active_pension4-1:hover {
    opacity: 0.7;
}
.active_pension2-2 a:hover {
    opacity: 0.7;
}
.active_pension3-1-3 a:hover {
    opacity: 0.7;
}
.active_pension1-3-00 {
    display: none;
}
.active_pension1-3-0 {
    display: none;
}


/*----OB_index---*/

.ob_index1-1 {
    width: 45%;
    margin: 5% auto;
}
.ob_index1-2 {
    text-align: center;
    font-weight: 700;
}
.ob_index1-3 li {
    display: inline-block;
    list-style: none;
    width: calc(92%/3);
    margin: auto 1%;
    margin-bottom: 1%;
    text-align: center;
    background-color: #f1faf7;
    border-radius: 10px;
    padding: 1% 0;
}
.ob_index1-3 li a {
    color: #52a39b;
    font-weight: 700;
}
.ob_index1-3 ul {
    margin: 2% auto;
}
.ob_index1-3 {
    width: 80%;
    margin: auto;
}

.ob_index2-1 {
    display: flex;
    margin-left: 3%;
}
.ob_index2-icon {
    width: 4%;
    margin-right: 1%;
}
.ob_index2_h1 {
    width: fit-content;
    margin: auto;
    margin-left: 0;
    color: #52a39b;
    font-weight: 700;
}
.ob_index2-2 {
    margin: auto;
    border: solid 2px #75bca5;
    border-radius: 10px;
    padding: 2%;
}
.ob_index2_h2 {
    color: #52a39b;
    font-weight: 700;
    font-size: 90%;
    margin: 1% auto;
    margin-top: 2%;
}
.ob_index2_flex {
    display: flex;
}
.ob_index2 {
    width: 80%;
    margin: auto;
}
.ob_index2-2-1 {
    width: 80%;

}
.ob_index2-2-2 {
    width: 20%;
    margin: auto;
}
.ob_index2-2-0 > ul > li {
    list-style: none;
    display: inline-block;
    width: fit-content;
    margin: auto 3%;
}
.ob_index2_h3 {
    color: #52a39b;
    font-weight: 700;
    font-size: 90%;
    margin: 1% auto;
    margin-left: 1.5rem;
}
.ob_index2-2-4 {
    margin-left: 2rem;
}
.ob_index2_flex {
    display: flex;
    border-bottom: solid 2px #75bca5;
    padding: 3% 0;
}
.ob_index2-2-3 {
    width: 20%;
    margin: 3% 0;
    text-align: center;
    background-color: #75bca5;
    padding: 1%;
    border-radius: 10px;
}
.ob_index2-2-3 a {
    color: #fff;
    font-weight: 700;
}

.ob_index3-1 {
    float: right;
    margin: 5%;
}
.ob_index3-1 img {
    border-radius: 10px;
}
.ob_index3 {
    width: 80%;
    margin: 10% auto;
}
.ob_index3-2 {
    margin: auto;
    border: solid 2px #75bca5;
    border-radius: 10px;
    padding: 2%;
}
.ob_index3-2-1 {
    color: #c43419;
    font-weight: 700;
}
.ob_index3-2-2 {
    font-size: 80%;
    margin-bottom: 2%;
}
.ob_index3-2-3 {
    font-size: 90%;
    font-weight: 700;
}
.ob_index3-2-4 li {
    list-style: none;
    width: calc(67%/2);
    margin: 1%;
    display: inline-block;
    font-size: 80%;
    vertical-align: top;
}
.ob_index3-2-4-1 {
    color: #52a39b;
    font-weight: 700;
}
.ob_index3-2-4-2 {
    margin-left: 2.5rem;
    font-size: 90%;
}
.ob_index1-1_sp,
.active_index2-2-1-1_sp,
.ob_index2-2-2_sp,
.active_index6_2-8-2-3_sp,
.ob_index3-1_sp{
    display: none;
}

/*--OB_medical--*/

.OB_medical1 li {
    display: flex;
    width: 45%;
    margin: auto;
    font-size: 80%;
}
.OB_medical1 ul {
    display: flex;
    margin: 4% auto;
}
.OB_medical1-1 {
    width: 10%;
    margin: auto 2%;
    margin-top: 0%;
}
.OB_medical1 ul:nth-child(1){
    margin-top: 0;
}
.OB_medical1-2-1 {
    color: #52a39b;
    font-weight: 700;
}
.ob_medical .active_medical3 {
    width: 80%;
    background: #fff;
    border: solid 1px #47b39d;
    border-radius: 10px;
    padding: 2%;
    margin: 5% auto;
    margin-bottom: 0;
}
.ob_medical .active_happy2 {
    background: #f1faf7;
    margin: 5% auto;
    margin-bottom: 0;
    padding-bottom: 8%;
}
.active_medical2:hover {
    opacity: 0.7;
}

/*---car--*/

.car .active_happy1-4 {
    width: fit-content;
    text-align: center;
    background-color: #f1faf7;
    padding: 1% 10%;
    border-radius: 10px;
    margin: 2% auto;
    font-weight: 700;
    color: #52a39b;
}
.car .active_pension4 ul {
    display: block;
    margin: 5% auto;
    margin-bottom: 0;
}
.car1 {
    margin: 4% auto;
}
.car .active_pension4 li {
    width: calc(94%/2);
    margin: auto 1%;
    margin-top: 0;
    list-style: none;
    display: inline-block;
    margin-bottom: 4%;
}
.active_pension4 li:nth-child(3) {
    font-size: 90%;
    text-align: center;
    padding: 3% 0;
    border: solid 2px #75bca5;
    border-radius: 10px;
}
.active_pension4 li:nth-child(4) {
    font-size: 90%;
    text-align: center;
    padding: 3% 0;
    border: solid 2px #75bca5;
    border-radius: 10px;
}
.active_pension4 li:nth-child(3) a,
.active_pension4 li:nth-child(4) a {
    color: #52A39B;
    font-weight: 700;
    display: flex;
}
.bana2 {
    width: 4%;
    margin: auto;
    margin-right: 3%;
}.bana1 {
    width: 90%;
    font-size: 90%;
}

.active_pension4 li:nth-child(3):hover,
.active_pension4 li:nth-child(4):hover {
    background: #f1faf7;
}
.car .active_happy1-2 {
    width: 20%;
    margin: 5% auto;
}
.car2 {
    font-size: 70%;
}
.car3 {
    width: 80%;
    margin: 7% auto;
}
.car .active_medical1-2 > ul > li {
    list-style: none;
    width: 40%;
    margin: auto;
    margin-bottom: 0;
}
.car .right_index1 {
    width: 9%;
    margin-top: 2%;
}
.car .right_index2 {
    width: fit-content;
    margin-left: 4%;
    padding-top: 1%;
}
.car3-1 {
    text-align: center;
    font-weight: 700;
}
.car3 {
    width: 80%;
    margin: 7% auto;
    border-top: solid 1px #cfcfcf;
    padding-top: 5%;
}
.car4-1 {
    display: flex;
}
.car4-1 ul {
    width: 45%;
    margin: auto;
}
.car4 {
    width: 80%;
    margin: auto;
}
.car4-1 li {
    display: flex;
    margin: 10% auto;
}
.car4-1-1 {
    width: 25%;
    margin: auto;
}
.car4-1-2 {
    width: 70%;
    margin: auto;
    font-size: 80%;
}
.car4-2 {
    width: 30%;
    background-color: #75bca5;
    margin: auto;
    text-align: center;
    padding: 1%;
    border-radius: 10px;
}
.car4-2 a {
    color: #fff;
    font-weight: 700;
}
.car .active_pension1-3 {
    display: flex;
    width: 60%;
    margin: 5% auto;
    background-color: #fff;
    padding: 2%;
    border: solid 2px #75bca5;
    border-radius: 10px;
}

/*-----car_renewal----*/

.car_renewal1 {
    background: #f1faf7;
    text-align: center;
    font-weight: 700;
    padding: 8%;
    margin: 1% auto 4%;
    font-size: 130%;
}
.car_renewal2 {
    text-align: center;
    font-size: 80%;
}
.car_renewal3 {
    width: 60%;
    margin: 1% auto;
    text-align: center;
    border: solid 2px #75bca5;
    border-radius: 10px;
    padding: 3%;
    margin-bottom: 10%;
}
.car_renewal3-1 {
    color: #52a39b;
    font-weight: 700;
}
.car_renewal3-1-1 li {
    list-style: none;
    margin: auto 0;
    font-size: 80%;
}
.car_renewal3-1-1 li img {
    object-fit: contain;
    height: 1.5rem;
    vertical-align: sub;
}
.car_renewal3-1-1 ul {
    display: flex;
    justify-content: center;
}
.car_renewal3-2 > ul > li {
    display: inline-block;
    width: 29%;
    margin: 0 10%;
    vertical-align: bottom;
    margin-bottom: 6%;
}
.car_renewal3-2 {
    margin: 5% auto;
    margin-bottom: 0;
}
.car_renewal3-2 > ul > li:hover{
    opacity: 0.7;
}
.car_renewal3-1-1 li:nth-child(1){
    margin-right: 2%;
}

/*---houjin---*/

/*タブ切り替え全体のスタイル*/
.houjin1 .tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    width: 70%;
    margin: 0 auto;}

  /*タブのスタイル*/
  .houjin1 .tab_item {
    width: calc(99%/2);
    height: 50px;
    border-bottom: 3px solid #75bca5;
    background-color: #f1faf7;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    border-radius: 10px 10px 0 0;
    border: solid 2.5px #75bca5;
  }
  .houjin1 .tab_item:hover {
    opacity: 0.75;
  }

  /*ラジオボタンを全て消す*/
  input[name="tab_item"] {
    display: none;
  }

  /*タブ切り替えの中身のスタイル*/
  .houjin1 .tab_content {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
    border: solid 2.5px #75bca5;
    border-top: none;
  }


  /*選択されているタブのコンテンツのみを表示*/
  #all:checked ~ #all_content,
  #programming:checked ~ #programming_content,
  #design:checked ~ #design_content {
    display: block;
  }

  /*選択されているタブのスタイルを変える*/
  .houjin1 .tabs input:checked + .tab_item {
    background-color: #75bca5;
    color: #fff;
  }

  .houjin1-1 li {
    list-style: none;
    padding: 5% 0;
    border-bottom: solid 1px #75bca5;
}
.houjin1-1-2 img {
    border-radius: 10px;
    height: 7vw;
}
.houjin1-1-2 {
    float: right;
    width: 20%;
    margin: 1%;
    margin-top: 0;
}
.houjin1-1-1 {
    font-weight: 700;
}
.houjin1-1-3 {
    font-size: 80%;
    margin-top: 0.5%;
}
.houjin1-1-4 {
    font-size: 80%;
    color: #52a39b;
    font-weight: 700;
    margin-top: 2%;
}
.houjin1-1-5 {
    font-size: 80%;
}
.houjin1-2 {
    margin: 4% auto;
    text-align: center;
    background-color: #75bca5;
    width: fit-content;
    padding: 1% 5%;
    border-radius: 10px;
}
.houjin1-2 a {
    color: #fff;
    font-weight: 700;
}


/*----consultation---*/


.consultation1 {
    text-align: center;
    font-size: 90%;
    margin: 3% auto;
}
.consultation2 {
    text-align: center;
}
.consultation2 {
    text-align: center;
    font-weight: 700;
}
.consultation3 {
    width: 80%;
    margin: 3% auto;
}
.consultation3 li {
    list-style: none;
    width: 35%;
    margin: auto;
    text-align: center;
    border: solid 1px #75bca5;
    padding: 0.5% 0;
    border-radius: 10px;
}
.consultation3 ul {
    display: flex;
}
.consultation3 li:nth-child(1) {
    list-style: none;
    width: 35%;
    margin: auto;
    margin-right: 1%;
    text-align: center;
    border: solid 1px #75bca5;
    padding: 0.5% 0;
    border-radius: 10px;
}
.consultation3 li:nth-child(2) {
    list-style: none;
    width: 35%;
    margin: auto;
    margin-left: 1%;
    text-align: center;
    border: solid 1px #75bca5;
    padding: 0.5% 0;
    border-radius: 10px;
}
.consultation5 li {
    list-style: none;
    width: 35%;
    margin: 3% auto;
    text-align: center;
    border: solid 1px #75bca5;
    padding: 0.5% 0;
    border-radius: 10px;
}
.consultation4 {
    width: 80%;
    margin: auto;
    border-top: solid 1px #75bca5;
    padding: 5% 0;
}
.consultation4-1 {
    font-size: 80%;
    margin: 2% auto;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 6px;
    overflow: hidden;
  }
  table tbody tr:last-child th,
  table tbody tr:last-child td {
    border-bottom: none;
  }
table{
    width: 100%;
    border-collapse: separate!important;
}
table , td, th {
	border: 1px solid #75bca5;
	border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
}
td, th {
	padding: 1%;
}
th {
	background: #fff;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}
.consultation4-2 td:nth-child(1){
    width: 50%;
}
.consultation4-2 td:nth-child(2){
    width: 25%;
    color: #c43419;
    font-weight: 700;
    font-size: 130%;
}
.consultation4-2 td:nth-child(3){
    width: 25%;
    text-align: left;
    font-size: 80%;
    padding-left: 3%;
}
.consultation4-2 td:nth-child(1) ul{
    display: flex;
}
.consultation4-2 td:nth-child(1) li{
    list-style: none;
    height: fit-content;
    margin: auto;
}
.consultation4-2 td:nth-child(1) li:nth-child(2){
    margin-left: 1%;
}
.consultation4-2 td:nth-child(1) li:nth-child(1){
    margin-right: 1%;
}
.consultation3 li:hover,
.consultation5 li:hover {
    background: #f1faf7;
}

.consultation3 li a,
.consultation5 li a {
    color: #52a39b;
    font-weight: 700;
}
.consultation4-3 {
    display: none;
}
/*-----*/


.accident_tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    width: 70%;
    margin: 0 auto;}

  /*タブのスタイル*/
  .tab_item_accident {
    width: calc(92%/3);
    margin: 1%;
    border: solid 2px #75bca5;
    border-radius: 10px;
    background-color: #F1FAF7;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #52A39B;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
  }
  .tab_item_accident:hover {
    opacity: 0.75;
  }

  /*ラジオボタンを全て消す*/
  .accident input[name="tab_item_accident"] {
    display: none;
  }

  /*タブ切り替えの中身のスタイル*/
  .accident .tab_content {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
  }


  /*選択されているタブのコンテンツのみを表示*/
  #accident_happy:checked ~ #accident_happy_content,
  #accident_car:checked ~ #accident_car_content,
  #accident_fire:checked ~ #accident_fire_content {
    display: block;
  }

  /*選択されているタブのスタイルを変える*/
  .accident_tabs input:checked + .tab_item_accident {
    background-color: #75BCA5;
    color: #fff;
  }

  .accident1 {
    padding-bottom: 100%;
}
  .accident_h1 {
    text-align: center;
    color: #52a39b;
    font-weight: 700;
    margin: 4% auto;
}
.accident1-1 {
    font-weight: 700;
}
.accident1-2 {
    font-size: 80%;
    margin-left: 3rem;
}
.accident1-3 {
    font-weight: 700;
    margin-left: 3rem;
    margin-top: 2%;
}
.accident1-4 ul {
    display: flex;
}
.accident1-4 li {
    list-style: none;
    width: 40%;
    margin: 1% auto;
    text-align: center;
    border: solid 2px #75BCA5;
    border-radius: 10px;
    padding: 1%;
}
.accident1-5 ul {
    display: flex;
}
.accident1-5 li {
    list-style: none;
    width: 40%;
    margin: 1% auto;
    margin-left: 4%;
    text-align: center;
    border: solid 2px #75BCA5;
    border-radius: 10px;
    padding: 1%;
}
.accident1-4 li a,
.accident1-5 li a{
    color: #52A39B;
    font-weight: 700;
}

table.table_sp {
    display: none;
}
td.td_led {
    color: #c43419;
    font-weight: 700;
}
td.td_left {
    text-align: left;
    font-size: 80%;
}
.accident3_h2 {
    width: 25%;
    margin-top: 8%;
}
.accident3_h3 {
    font-weight: 700;
    margin: 1% auto;
}
/*--list----*/

.list {
    width: 65%;
    margin: 2% auto;
    margin-bottom: 10%;
}
/*---form1---*/


.form1_tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    width: 70%;
    margin: 0 auto;}

  /*タブのスタイル*/
  .tab_item_form1 {
    width: calc(99%/2);
    border-bottom: 3px solid #75bca5;
    background-color: #f1faf7;
    line-height: 50px;
    text-align: center;
    font-size: 1.3vw;
    color: #52a39b;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    border-radius: 10px 10px 0 0;
    border: solid 0.17vw #75bca5;
  }
  .tab_item_form1:hover {
    opacity: 0.75;
  }

  /*ラジオボタンを全て消す*/
  input[name="tab_item_form1"] {
    display: none;
  }

  /*タブ切り替えの中身のスタイル*/
  .tab_content {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
    border: solid 2.5px #75bca5;
    border-top: none;
  }


  /*選択されているタブのコンテンツのみを表示*/
  #form1_left:checked ~ #form1_left_content,
  #form1_right:checked ~ #form1_right_content{
    display: block;
  }

  /*選択されているタブのスタイルを変える*/
  .form1_tabs input:checked + .tab_item_form1 {
    background-color: #75bca5;
    color: #fff;
  }


.form_container {
    display: flex;
    padding: 3% 0;
    border-bottom: solid 1px #75bca5;
}
.form_item {
    width: 25%;
    font-size: 80%;
    font-weight: 700;
    display: flex;
}
.form_input {
    width: 70%;
    font-size: 70%;
}
.hissu {
    width: 3%;
    margin: auto;
    margin-right: 2%;
    margin-top: 0;
    background: #75bca5;
    color: #fff;
    font-size: 55%;
    padding: 0.5%;
    text-align: center;
    border-radius: 5px;
    height: 1rem;
}
.box_detail {
    border: solid 1px #999999;
    border-radius: 8px;
    padding: 1%;
    margin: 1% auto;
    height: 1.2rem;
    color: #999999;
}
.form_input4 {
    display: flex;
}
.form_input4-1 {
    width: 15%;
    height: fit-content;
    margin: auto;
}
.flex {
    display: flex;
}
.form_input1,
.form_input2 {
    display: flex;
    width: 40%;
    margin: auto;
}

.form_input1{
    margin-right: 0;
}
.form_input2{
    margin-left: 0;
}
.form_width1 {
    width: 40%;
}
.form_input4-2 {
    width: 85%;
}
.form_width3 {
    width: 11%;
    margin: auto 1%;
}
.form_input3 {
    margin-bottom: 2%;
}
.form_input5 {
    margin: auto;
    margin-bottom: 3%;
}
.form_input7 {
    margin: auto;
    margin-top: 3%;
}
.form1_radio {
    vertical-align: baseline;
}
input[type="radio"] {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
    margin-right: 0.9em;
 }
 .form_input5 label {
    margin-right: 5%;
}
.form_input7 label {
    margin-right: 5%;
}
a.btn_detail {
    background: #999999;
    color: #fff;
    font-size: 80%;
    padding: 1%;
    border-radius: 6px;
    margin-left: 3%;
}
.form_input6-1 {
    margin: 1% auto;
}
.form1_textarea {
    width: 100%;
    height: 15rem;
}
.form_input7 ul li {
    list-style: none;
    display: inline-block;
    width: 48%;
}
input[type="checkbox"]{
    display: none;
}
.checkbox_form1{
    border: solid 2px #75bca5;
    border-radius: 10px;
    padding: 3%;
    text-align: center;
    color: #52a39b;
    font-weight: 700;
    width: 90%;
    margin: 2% auto;
    display: inline-block;
}
.form_input7 input:checked + .checkbox_form1 {
    background-color: #f1faf7;
  }
  a.link_decoration {
    color: #52a39b;
    text-decoration: underline dashed 1px;
}
.form_input > ul > li {
    list-style: none;
    margin: 3% auto;
}
.form1-2 {
    margin: 9% auto;
    margin-bottom: 3%;
}
.form1-2_h1 {
    margin-bottom: 1%;
    font-weight: 700;
    font-size: 80%;
    padding: 0 2%;
}
.form1-2-1 {
    font-size: 80%;
    padding: 0 2%;
}
.form1-2 .form_item{
    width: 40%;
}

.form1-2 .form_container{
    border: none;
}
/*
.form1-2 .hissu {
    width: 12%;
    margin: auto;
    margin-left: 5%;
    margin-top: 0.5%;
    background: #75bca5;
    color: #fff;
    font-size: 70%;
    padding: 0.5%;
    text-align: center;
    border-radius: 5px;
    height: 1rem;
}
    */
.form1-2 .form_input7 {
    margin: auto;
    margin-top: 0%;
}
.form1-3 {
    text-align: center;
    margin: 5% auto;
}
input.form1_submit {
    background: #75bca5;
    color: #fff;
    font-size: 80%;
    border: none;
    padding: 1% 10%;
    border-radius: 10px;
}
.form1-1 {
    width: 70%;
    margin: 5% auto;
    text-align: center;
    font-size: 80%;
}
.form1 .comoji {
    font-size: 70%;
}
.form_name {
    width: 15%;
    text-align: right;
}

/*----hino_form_other_PC_02----*/

.hino_form_other_PC_02-1 {
    display: flex;
    padding: 2% 0;
    border-bottom: solid 1px #75bca5;
    width: 70%;
    margin: auto;
    font-size: 80%;
}

.hino_form_other_PC_02-2 {
    width: 40%;
    font-weight: 700;
}
.hino_form_other_PC_02-3 {
    width: 60%;
}

.hino_form_other_PC_02-3 li {
    list-style: none;
}

.hino_address ul:nth-child(1) {
    display: flex;
}

.hino_form_other_PC_02-3 li {
    margin: 2% auto;
}
.submit_flex {
    margin: 5% auto;
}
.submit_flex li {
    list-style: none;
    width: 45%;
}
.submit_flex ul {
    display: flex;
    width: 50%;
    margin: auto;
}
input.submit_modoru {
    background: #999999;
    color: #fff;
    border: none;
    width: 90%;
    padding: 4%;
    border-radius: 10px;
    font-weight: 700;
}
input.submit_okuru {
    background: #75bca5;
    color: #fff;
    border: none;
    width: 90%;
    padding: 4%;
    border-radius: 10px;
    font-weight: 700;
}

input.submit_modoru:hover,
input.submit_okuru:hover{
opacity: 0.7;
}

/*--------*/

.hino_form_car_PC_03 {
    text-align: center;
    font-size: 80%;
    margin-bottom: 40%;
}
.hino_form_PC_03-1 {
    font-size: 120%;
    font-weight: 700;
    margin: 2% auto;
}
.hino_form_PC_03-2 {
    width: 50%;
    margin: auto;
    margin: 3% auto;
}
.hino_form_PC_03-3 {
    width: 700px;
    margin: auto;
    border: solid 2px #75bca5;
    border-radius: 10px;
    padding: 2%;
}
.hino_form_PC_03-3-1 {
    font-size: 120%;
    color: #52a39b;
    font-weight: 700;
    margin: 2% auto;
}
.hino_form_PC_03-3-2 {
    width: 90%;
    margin: auto;
    text-align: left;
    margin-bottom: 3%;
}
.hino_form_PC_03-4 {
    margin: 5% auto;
}
a.green_btn {
    color: #fff;
    background: #75bca5;
    padding: 1% 8%;
    border-radius: 10px;
}
a.green_btn:hover {
opacity: 0.7;
}

span.hissu_sp {
display: none;
}

/*--form2---*/

/* 240116 項目追加対応 */
.form2_container{
    border-bottom: solid 2px #75bca5;
}
.form2_input{
    padding: 2% 0 4%;
}
.form2_select{
    border: solid 1px #999999;
    border-radius: 8px;
    padding: 1%;
    font-weight: 700;
}
.form_input_select{
    width: 84%;
    margin: 0 auto;
}
.form_input_card{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 2%;
    width: 84%;
    margin: 0 auto;
}
.form_input_card li{
    width: 48%;
    list-style: none;
    user-select: none;
}
.form_input_card li:nth-child(odd){
    margin-right: 4%;
}
.form_input_card li:nth-last-child(n+3){
    margin-bottom: 3%;
}
.form_input_card input[type="radio"] {
    display: none;
}
.form_input_card_choice {
    border: solid 2px #75bca5;
    border-radius: 10px;
    padding: 3% 0;
    text-align: center;
    color: #52a39b;
    font-weight: 700;
    width: 100%;
    box-sizing:border-box;
    display: inline-block;
}
.form_input_card input:checked + .form_input_card_choice {
    background-color: #f1faf7;
}
/* /240116 項目追加対応 */

.form2_0 {
    width: 70%;
    margin: auto;
}
.form2-1 {
    margin-bottom: 5%;
}
.form2_h1 {
    display: flex;
    background: #75bca5;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    padding: 0.5%;
}
.form2_h1_icon {
    margin: auto;
    width: 3%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.form2_h1_title {
    width: 95%;
}
.form2-2 {
    display: flex;
    margin: 2% auto;
    padding-left: 3%;
}
.form2-2-1 {
    width: 37%;
    font-weight: 700;
}
.form2-2_hissu {
    width: 5%;
    margin: auto;
    margin-left: 5%;
    margin-top: 0.5%;
    background: #75bca5;
    color: #fff;
    font-size: 70%;
    padding: 0.5%;
    text-align: center;
    border-radius: 5px;
}
.form2-4 > ul {
    display: flex;
    padding: 2% 0;
}

.form2-4 > ul > li{
    width: 30%;
    list-style: none;
    margin: auto;
}
.form2-4 > ul > li:nth-child(2){
    margin: auto 0;
}

.form2_car{
    border: solid 2px #75bca5;
    border-radius: 10px;
    padding: 3%;
    text-align: center;
    color: #52a39b;
    font-weight: 700;
    width: 90%;
    margin: 2% auto;
    display: inline-block;
    height: 13vw;
}

.form2-4 input[type="radio"]{
    display: none;
}

.form2-4 input:checked + .form2_car {
    background-color: #f1faf7;
  }

  label.form2_car li {
    list-style: none;
}
label.form2_car ul {
   margin: auto;
}
.form2-4-vw .form2-4 ul > li:nth-child(1) > label > ul{
    margin: 3vw auto;
 }
 .form2-4-vw .form2-4 ul > li:nth-child(2) > label > ul{
    margin-top: 1vw;
    margin-bottom: 0;
 }
 .form2-4-vw .form2-4 ul > li:nth-child(3) > label > ul{
    margin-top: 0.2vw;
    margin-bottom: 0;
 }


label.form2_car li:nth-child(1) {
    width: 50%;
    margin: auto;
}

label.form2_car li:nth-child(2) {
    text-align: center;
    color: #75bca5;
}

.form2-4 .comoji{
    color: #434343;
    font-size: 1vw;
}

.form2_estimate{
    border: solid 2px #75bca5;
    border-radius: 10px;
    padding: 3%;
    text-align: center;
    color: #52a39b;
    font-weight: 700;
    width: 90%;
    margin: 2% auto;
    display: inline-block;
}

.form2-4 input[type="radio"]{
    display: none;
}

.form2-4 input:checked + .form2_estimate {
    background-color: #f1faf7;
  }

  label.form2_estimate li {
    list-style: none;
}
label.form2_estimate ul {
   margin: auto;
}

label.form2_estimate li:nth-child(1) {
    width: 50%;
    margin: auto;
}

label.form2_estimate li:nth-child(2) {
    text-align: center;
    color: #75bca5;
}

.form2_certificate{
    border: solid 2px #75bca5;
    border-radius: 10px;
    padding: 3%;
    text-align: center;
    color: #52a39b;
    font-weight: 700;
    width: 90%;
    margin: 2% auto;
    display: inline-block;
}

.form2-4 input[type="radio"]{
    display: none;
}

.form2-4 input:checked + .form2_certificate {
    background-color: #f1faf7;
  }

  label.form2_certificate li {
    list-style: none;
}
label.form2_certificate ul {
   margin: auto;
}

label.form2_certificate li:nth-child(1) {
    width: 50%;
    margin: auto;
}

label.form2_certificate li:nth-child(2) {
    text-align: center;
    color: #75bca5;
}

.form2-8 .form2-4 > ul > li {
    width: 42%;
    list-style: none;
    margin: auto;
}
.form2-8 .form2-4 > ul > li:nth-child(1) {
    margin-right: 1%;
}
.form2-8 .form2-4 > ul > li:nth-child(2) {
    margin-left: 1%;
}

.form2-9 .form2-4 > ul > li {
    width: 42%;
    list-style: none;
    margin: auto;
}
.form2-9 .form2-4 > ul > li:nth-child(1) {
    margin-right: 1%;
}
.form2-9 .form2-4 > ul > li:nth-child(2) {
    margin-left: 1%;
}

.form2-9 label.form2_certificate li:nth-child(1) {
    width: 80%;
    margin: auto;
}
.form2_other{
    border: solid 2px #75bca5;
    border-radius: 10px;
    padding: 3%;
    text-align: center;
    color: #52a39b;
    font-weight: 700;
    width: 90%;
    margin: 2% auto;
    display: inline-block;
}

.form2-4 input[type="radio"]{
    display: none;
}

.form2-4 input:checked + .form2_other {
    background-color: #f1faf7;
  }

  label.form2_other li {
    list-style: none;
}
label.form2_other ul {
   margin: auto;
}

label.form2_other li:nth-child(1) {
    width: 90%;
    margin: auto;
}

label.form2_other li:nth-child(2) {
    text-align: center;
    color: #75bca5;
}
.form2-3 {
    font-size: 80%;
}
.form2-4 {
    border-bottom: solid 2px #75bca5;
    padding-bottom: 4%;
}
.form2-5 {
    border-bottom: solid 2px #75bca5;
    padding-bottom: 4%;
}
.form2-5 .form2-2-1 {
    width: 73%;
    font-weight: 700;
}
.form2-5 .form2-2_hissu {
    width: 9%;
    margin: auto 1%;
    margin-top: 0.5%;
    background: #75bca5;
    color: #fff;
    font-size: 70%;
    padding: 0.5%;
    text-align: center;
    border-radius: 5px;
}
.form2-5-1 {
    width: 91%;
}
.form2-5-1-2 {
    font-size: 65%;
}
.form2-9 .form2-4 {
    border: 0;
    padding-bottom:0;
}
.form2-7 {
    font-size: 65%;
}
.form2-6 {
    border-bottom: solid 2px #75bca5;
    padding-bottom: 4%;

}
.form2 .form_item {
    width: 30%;
    font-size: 80%;
    font-weight: 700;
}
.form2 .form_item.is-wid1 {
    width: 35%;
}
.form2 .form_input {
    width: 65%;
    font-size: 70%;
    margin-left: 5%;
}
.form2 .form_input1, .form2 .form_input2 {
    display: flex;
    width: 40%;
    margin: 0;
}
.form2 .form_width1 {
    width: 75%;
}
.form2 .form_width3 {
    width: 20%;
    margin: auto 3%;
}
.form2 .form_width2 {
    width: 70%;
}
.form2 a.btn_detail {
    background: #999999;
    color: #fff;
    font-size: 80%;
    padding: 1%;
    border-radius: 6px;
    margin-left: 4%;
}
.form2-11 {
    font-size: 65%;
    margin-top: 3%;
}
.form2-10 .form_item {
    width: 30%;
    font-size: 80%;
    font-weight: 700;
    display: block;
}
.form2-10 .form_input {
    width: 60%;
    font-size: 70%;
    margin-left: 10%;
}
.form2-10 .form_container {
    display: flex;
    padding: 3% 2%;
    border: none;
}
.form2 .form_container {
    display: flex;
    padding: 3% 2%;
}
.form2 .form_container.is-model {
    display: flex;
    padding: 2% 0;
}
.form2 .form_container.is-model .form2-2-1 {
    padding-left: 3%;
}

/*-------.hino_form_car_PC_02-------*/


.hino_form_car_PC_02 .form2_h1 {
    display: flex;
    background: #75bca5;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    padding: 0.5%;
    width: 69%;
    margin: auto;
}

.hino_form_other_PC_02-2 {
    width: 40%;
    font-weight: 700;
    padding-left: 5%;
}
span.hissu_sp {
    display: none;
    }

    input.form2_date {
        margin-left: 1em;
    }

    input.form2_date_birth {
        padding: 1%;
        margin: 1% 10%;
        height: 1.2rem;
    }

}


.dlll.is-hidden{
display:none;
  }
.dlll1.is-hidden{
display:none;
  }
.dlll2.is-hidden{
display:none;
  }

  .error {
    color: #ff0000;
}
