/*index*/
.index .mainimg{
    width: 95%;
    margin:-5rem auto 10rem;
    aspect-ratio: 2.2/1;
    position: relative;
    border-radius: 1.6rem;
    overflow: hidden;
}
.index .mainimg .read{
    position: absolute;
    right: 7.9%;
    top: /*28.5%*/23.5%;
    z-index: 2;
    font-size: 4.725rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #fff;
    line-height: 1.75;
    text-decoration: underline;
  text-shadow:0 0 0.5rem rgba(0,0,0,0.25);
}
.index .mainimg .read span{
    color:#fff;
    text-decoration: underline;
}
.index .mainimg .hours{
    left: 0;
    bottom: 0;
    position: absolute;
    background: rgba(255,255,255,0.7);
    padding: 3.5rem;
    border-radius: 0 1.6rem 0 0;
}
.index .mainimg .hours > p{
    font-size: 1.6rem;
    color: #28c25f;
}
.index .mainimg .hours table{
    background:#28c25f;
    border-radius: 0.8rem;
    border-collapse: separate;
    border-spacing: 0.1rem;
  margin-bottom:10px;
  width:535px;
}
.index .mainimg .hours table caption{
    caption-side: top;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 1.875rem;
    color: #28c25f;
}
.index .mainimg .hours table tr th{
    color: #fff;

    padding: 1em;
    text-align: center;
    border-right: 0.1rem solid #fff;
}
.index .mainimg .hours table tr th:last-of-type{
    border: none;
}
.index .mainimg .hours table tr th.time{
    background: #fff;
    color: #28c25f;

    padding: 1em;
    text-align: center;
    /*border-right: 0.1rem solid #28c25f;*/
}
.index .mainimg .hours table tr:last-of-type th.time{
    border-radius: 0 0 0 0.8rem;
}
.index .mainimg .hours table tr th.time span{
    display: block;
    background: #d0ffe0;
    border-radius: 0.5rem;
    font-size: 1rem;
    padding: 0 1em;
}
.index .mainimg .hours table tr td{
    background: #fff;
    color: #28c25f;

    padding: 1em;
    text-align: center;
    /*border-right: 0.1rem solid #28c25f;*/
}
.index .mainimg .hours table tr:last-of-type td:last-of-type{
    border-radius: 0 0 0.8rem 0;
}
.index .mainimg .slider{
    width: 100%;
    top: -13%;
}
.index .mainimg .slider img{
    width: 100%;
}

.index_cnt1{
    width: 100%;
    margin: 0 auto 12rem;
}
.index_cnt1 .inner{
    width: 100rem;
    margin: auto;
}
.index_cnt1 .inner h2{
    font-size: 2.7rem;
    color: #674427;
    display: inline-block;
    margin: 0 0 4rem;
}
.index_cnt1 .inner .sub{
    font-size: 1.6rem;
    color: #674427;
    display: inline-block;
}
.index_cnt1 .inner .webgene-blog .webgene-item .dl{
    display: flex;
    border-bottom: 0.2rem solid #036db7;
}

.index_cnt1 .inner .webgene-blog .webgene-item .dl:hover{
    background: #036db7;
}
.index_cnt1 .inner .webgene-blog .webgene-item .dl:hover .dt,
.index_cnt1 .inner .webgene-blog .webgene-item .dl:hover .dd,
.index_cnt1 .inner .webgene-blog .webgene-item .dl:hover .dd a{
    color:#fff;
}
.index_cnt1 .inner .webgene-blog .webgene-item .dl .dt{
    width: 13%;
    font-size: 1.6rem;
    padding: 1.5em;
    color: #036db7;
}
.index_cnt1 .inner .webgene-blog .webgene-item .dl .dd{
    font-size: 1.6rem;
    padding: 1.5em;
    color: #036db7;
    position: relative;
    display: inherit;
}
.index_cnt1 .inner .webgene-blog .webgene-item .dl .category{
    width: 20%;
}
.index_cnt1 .inner .webgene-blog .webgene-item .dl .title{
    width: 67%;
}

.index_cnt1 .inner .webgene-blog .webgene-item .dl .title::after{
    content: "→";
    right: 2em;
    position: absolute;
    color:#fff;
}
.index_cnt1 .inner .webgene-blog .webgene-item .dl:hover .title::after{
    right: 1em;
    transition: 1s;
}
.index_cnt1 .inner .webgene-blog .webgene-item .dl .dd a{
    font-size: 1.6rem;
    color: #036db7;
}
.index_cnt2{
    width: 81vw;
    min-width: 97rem;
    margin: 0 auto 3rem;
    background: url(/system_panel/uploads/images/index_cnt2_bg.png) no-repeat;
    background-size: cover;
    border-radius: 1.6rem;
    overflow: hidden;
}
.index_cnt2 .inner{
    width: 90rem
        /*46.88vw*/
    ;
    padding: 4rem 0 7rem;
    margin: auto;
}
.index_cnt2 .inner h2{
    font-size: 2.4rem;
    color: #fff;
    text-align: center;
    background: url(/system_panel/uploads/images/index_cnt2_h2bg.png) no-repeat center;
    width: 100%;
    height: 13rem;
    padding: 9rem 0 0 0;
}
.index_cnt2 .inner .sub{
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    margin: 0 auto 5rem;
}

.index_cnt2 .inner .read{
    font-size: 3.5rem;
    line-height: 1.75;
    text-decoration: underline;
    color: #fff;
    text-align: center;
    margin: 0 auto 6.5rem;
}
.index_cnt2 .inner .col2{
    display: flex;
    justify-content: space-between;
}
.index_cnt2 .inner .col2 .left{
    width: 60%;
}
.index_cnt2 .inner .col2 .right{
    width: fit-content;
}
.index_cnt2 .inner .col2 .left h3{
    font-size: 2.4rem;
    line-height: 1.875;
    color: #fff;
    margin:0 0 3rem;
}
.index_cnt2 .inner .col2 .left p{
    font-size: 1.6rem;
    line-height: 2.5;
    color: #fff;
    margin: 0 0 4rem;
}
.index_cnt2 .inner .col2 .left [class^=button]{
    display: inline-block;
    width: 25rem;
  margin-right:15px;
}

.index_cnt3{
    width: 81vw;
    min-width: 97rem;
    margin: 0 auto 3rem;
    background: url(/system_panel/uploads/images/index_cnt3_bg.jpg) no-repeat;
    background-size: cover;
    border-radius: 1.6rem;
    overflow: hidden;
    padding: 7rem 0 0;
}
.index_cnt3 h2{
    font-size: 2.4rem;
    text-align: center;
    background: url(/system_panel/uploads/images/index_cnt3_h2bg.png) no-repeat center;
    width: 100%;
    height: 13rem;
    padding: 9rem 0 0 0;
    color: #674427;
}
.index_cnt3 .sub{
    font-size: 1.6rem;
    text-align: center;
    margin: 0 auto 5rem;
}

.index_cnt3 .inner{
    display: flex;
    justify-content: space-between;
    width: 54vw;
    max-width: 103rem;
    min-width: 90rem;
    margin: 0 auto 8rem;
}
.index_cnt3 .inner .list{
    width: 30%;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 1fr 2em 0.5fr;
}
.index_cnt3 .inner .list h3{
    grid-row: 2/3;
    margin: -1.9em 0;
    font-size: 2.4rem;
    z-index: 2;
    background: #fff;
    width: 70%;
    height: 4.8rem;
    /*padding:0.75em 0.25em 0 1em;*/
    padding: 0 0 0 1em;
    border-radius: 0 1.6rem 0 0;
    position: relative;
}
/*
.index_cnt3 .inner .list h3::after{
    content:"→";
    right:2rem;
    top:2.5rem;
    font-size:1.275rem;
    position: absolute;
}*/
.index_cnt3 .inner .list:nth-of-type(1) h3{
    color: #ff7474;
}
.index_cnt3 .inner .list:nth-of-type(1) h3 a{
    color: #ff7474;
}
.index_cnt3 .inner .list:nth-of-type(2) h3{
    color: #79ccef;
}
.index_cnt3 .inner .list:nth-of-type(2) h3 a{
    color: #79ccef;
}
.index_cnt3 .inner .list:nth-of-type(3) h3{
    color: #f9ab67;
}
.index_cnt3 .inner .list:nth-of-type(3) h3 a{
    color: #f9ab67;
}
.index_cnt3 .inner .list .pic{
    aspect-ratio: 3/2;
    overflow: hidden;
    line-height: 1;
    grid-row: 1/2;
    border-radius: 1.6rem;
}
.index_cnt3 .inner .list .pic img{
    width: 100%;
}
.index_cnt3 .inner .list p{
    font-size: 1.6rem;
    line-height: 2.5;
}
.index_cnt3 .inner2{
    width: 47vw;
    min-width: 100rem;
    max-width: 100rem;
    display: flex;
    gap: 7rem;
    margin: 0 auto 11rem;
}
.index_cnt3 .inner2 .left{
    width: 50%;
}
.index_cnt3 .inner2 .right{
    width: 50%;
}
.index_cnt3 .inner2 .list{
    width: 50%;
    display: grid;
    grid-template-columns: 9rem auto;
    grid-template-rows: 1em auto;
    gap: 2.5rem;
}
.index_cnt3 .inner2 .list h3{
    grid-column: 2/3;
    font-size: 2.025rem;
    color: #5d86d9;
    position: relative;
    width: fit-content;
    padding: 0 3em 0 0;
}
.index_cnt3 .inner2 .list h3 a{
    color: #5d86d9;
}
.index_cnt3 .inner2 .list:nth-of-type(2) h3{
    color: #fcaae4;
}
.index_cnt3 .inner2 .list:nth-of-type(2) h3 a{
    color: #fcaae4;
}
/*
.index_cnt3 .inner2 .list h3::after{
    content:"→";
    margin:0 0 0 2em;
    top:0.5rem;
    font-size:1.275rem;
    position: absolute;
}
*/
.index_cnt3 .inner2 .list .pic{
    grid-row: 1/3;
}
.index_cnt3 .inner2 .list .pic img{
    width: 100%;
}
.index_cnt3 .inner2 .list p{
    font-size: 1.6rem;
    line-height: 2.5;
}

.index_cnt4{
    width: 95%;
    min-width: 90rem;
    margin: 0 auto 9rem;
    background: #fff5d1;
    border-radius: 1.6rem;
    overflow: hidden;
    padding: 6rem 0 0;
}
.index_cnt4 .inner{
    width: 100%;
    height: 57rem;
    background: url(/system_panel/uploads/images/index_cnt4_1.jpg) no-repeat center;
    background-size: cover;
    margin: 0 0 8rem;
    position: relative;
}
.index_cnt4 h2{
    font-size: 2.4rem;
    text-align: center;
    background: url(/system_panel/uploads/images/index_cnt4_h2bg.png) no-repeat center;
    width: 100%;
    height: 13rem;
    padding: 9rem 0 0 0;
    color: #674427;
}
.index_cnt4 .sub{
    font-size: 1.6rem;
    text-align: center;
    margin: 0 auto 5rem;
}
.index_cnt4 .read{
    font-size: 3rem;
    line-height: 2.2;
    color: #28c25f;
    background: #fff5d1;
    padding: 6rem;
    border-radius: 1.6rem 0 0 0;
    position: absolute;
    bottom: -2px;
    right: 0;
}
.index_cnt4 .inner2{
    display: flex;
    justify-content: space-between;
    width: 54vw;
    max-width: 103rem;
    min-width: 90rem;
    margin: 0 auto 14rem;
}
.index_cnt4 .inner2 .dl{
    width: 30%;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
}
.index_cnt4 .inner2 .dl .dt{
    grid-row: 2/3;
    margin: -2em 0;
    font-size: 1.875rem;
    z-index: 2;
    background: #fff5d1;
    width: fit-content;
    height: 4.8rem;
    /*padding:0.75em 0.25em 0 1em;*/
    padding: 0 3em 0 1em;
    border-radius: 0 1.6rem 0 0;
}
.index_cnt4 .inner2 .dl .dt p{
    height: inherit;
}
.index_cnt4 .inner2 .dl .dt a{
    color: #674427;
    font-size: 1.875rem;
    text-decoration: none;
}
.index_cnt4 .inner2 .dl .dd{
    aspect-ratio: 3/2;
    overflow: hidden;
    line-height: 1;
    grid-row: 1/2;
    border-radius: 1.6rem;
}
.index_cnt4 .inner2 .dl .dd img{
    width: 100%;
}
.index_cnt4 .inner2 .dl .dd p{
    font-size: 1.6rem;
    line-height: 2.5;
}

.index_cnt5{
    width: 54vw;
    max-width: 103rem;
    min-width: 90rem;
    margin: auto;
}
.index_cnt5 h2{
    margin: 0 auto 6rem;
    text-align: center;
}
.index_cnt5 .inner{
    display: flex;
    gap: 3rem;
    margin: 0 0 8rem;
}
.index_cnt5 .inner .left{
    width: 35%;
}
.index_cnt5 .inner .left > p{
    font-size: 1.6rem;
    line-height: 1.8;
}
.index_cnt5 .inner .left .reserve{
    background: #1ab150;
    border-radius: 0.8rem;
    width: 100%;
    height: fit-content;
    color: #fff;
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 0 0 2rem;
}
.index_cnt5 .inner .left .reserve .vwriting{
    writing-mode: vertical-rl;
    line-height: 1.5;
    padding: 1rem 0.5rem;
    width: 17%;
}
.index_cnt5 .inner .left .reserve .tel{
    background: #28c25f;
    font-size: 1.1rem;
    padding: 1rem 1rem;
    border-radius: 0.8rem;
    line-height: 1.5;
    width: 85%;
}
.index_cnt5 .inner .left .reserve .tel a{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 2.6rem;
    color: #fff;
    line-height: 1;
}
.index_cnt5 .inner .left .reserve .tel a:hover{
    text-decoration: none;
}
.index_cnt5 .inner .left .reserve .tel a::before{
    content: "";
    display: inline-block;
    position: relative;
    background: url(/system_panel/uploads/images/icon_tel.png) no-repeat;
    width: 2.3rem;
    height: 2.3rem;
}
.index_cnt5 .inner .left .contact{
    background: #f6b969;
    border-radius: 0.8rem;
    width: 100%;
    height: fit-content;
    color: #fff;
    text-align: center;
    padding: 1rem;
    margin: 0 0 2rem;
}
.index_cnt5 .inner .left .contact p,
.index_cnt5 .inner .left .contact .tel{
    font-size: 1.1rem;
    line-height: 1.5;
}
.index_cnt5 .inner .left .contact .tel a{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 3rem;
    color: #fff;
    line-height: 1;
}
.index_cnt5 .inner .left .contact .tel a:hover{
    text-decoration: none;
}
.index_cnt5 .inner .left .contact .tel a::before{
    content: "";
    display: inline-block;
    position: relative;
    background: url(/system_panel/uploads/images/icon_tel.png) no-repeat;
    width: 2.3rem;
    height: 2.3rem;
}

.index_cnt5 .inner .left .hours{
    /*background:#fff;*/
    border-radius: 0 1.6rem 0 0;
}
.index_cnt5 .inner .left .hours > p{
    font-size: 1.6rem;
    color: #28c25f;
    margin: 0 0 2rem;
}
.index_cnt5 .inner .left .hours table{
    background:
        /*#2ac25e*/
        rgba(42, 194, 94, 0.9);
    border-radius: 0.8rem;
    border-collapse: separate;
    border-spacing: 0.1rem;
    margin: 0 0 1rem;
}
.index_cnt5 .inner .left .hours table caption{
    caption-side: top;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 1.875rem;
    color: #28c25f;
}
.index_cnt5 .inner .left .hours table tr th{
    color: #fff;
    font-size: 1.2rem;
    padding: 0.5em;
    text-align: center;
    border-right: 0.1rem solid #fff;
}
.index_cnt5 .inner .left .hours table tr th:last-of-type{
    border: none;
}
.index_cnt5 .inner .left .hours table tr th.time{
    background: #fff;
    color: #28c25f;
    font-size: 1.2rem;
    /*padding: 1em;*/
    text-align: center;
    /*border-right: 0.1rem solid #28c25f;*/
}
.index_cnt5 .inner .left .hours table tr:last-of-type th.time{
    border-radius: 0 0 0 0.8rem;
}
.index_cnt5 .inner .left .hours table tr th.time span{
    display: block;
    background: #d0ffe0;
    border-radius: 0.5rem;
    font-size: 1rem;
    /*padding: 0 1em;*/
}
.index_cnt5 .inner .left .hours table tr td{
    background: #fff;
    color: #28c25f;
    font-size: 1.2rem;
    padding: 0.5em;
    text-align: center;
    /*border-right: 0.1rem solid #28c25f;*/
}
.index_cnt5 .inner .left .hours table tr:last-of-type td:last-of-type{
    border-radius: 0 0 0.8rem 0;
}
.index_cnt5 .inner .right{
    width: 56%;
}
.index_cnt5 .inner .right h3{
    width: 16rem;
    padding: 0.5em;
    font-size: 1.5rem;
    text-align: center;
    border-radius: 0.8rem;
    display: inline-block;
    margin: 0 1rem 2rem 0;
}
.index_cnt5 .inner .right h3:nth-of-type(1){
    background: #fff7f6;
    color: #ff7575;
}
.index_cnt5 .inner .right h3:nth-of-type(2){
    background: #fff8e8;
    color: #f9ab67;
}
.index_cnt5 .inner .right h3:nth-of-type(3){
    background: #ede9f3;
    color: #bbabd3;
}
.index_cnt5 .inner .right .read{
    font-size: 1.6rem;
    padding:0.5em 1em;
    border: 0.1rem solid #7c7c7c;
    display: inline-block;
    border-radius: 0.8rem;
    line-height: 1;
    margin: 0;
}
.index_cnt5 .inner .right p{
    line-height: 1.5;
    margin: 0 0 4rem;
}
.index_cnt5 .inner .right .dl{
    display: flex;
    margin: 0 0 2rem;
}
.index_cnt5 .inner .right .dl .dt p{
    width: 14rem;
    padding: 0.5em;
    font-size: 1.6rem;
    text-align: center;
    border-radius: 0.8rem;
    color: #29a25f;
    background: #fff9cd;
    margin: 0 1rem 0 0;
    line-height: 1;
}
.index_cnt5 .inner .right .dl .dd{
    font-size: 1.6rem;
}


.index_cnt6{
    width: 81vw;
    min-width: 90rem;
    margin: 0 auto 8rem;
    background-image: url(/system_panel/uploads/images/index_cnt6_bg.jpg);
    background-color: rgba(255, 255, 255, 0.7);
    background-blend-mode: color;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1.6rem;
    overflow: hidden;
    padding: 4rem 0;
}
.index_cnt6 h2{
    font-size: 2.7rem;
    text-align: center;

    background: url(/system_panel/uploads/images/index_cnt6_h2bg.png) no-repeat center;
    width: 100%;
    height: 4rem;
    padding: 1rem 0 0 0;
    color: #036db7;
}
.index_cnt6 .sub{
    font-size: 1.6rem;
    text-align: center;
    margin: 0 auto 5rem;
}

.index_cnt6 .ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 1rem;
    margin: 0 auto 8rem;
    width:90rem;
}
.index_cnt6 .ul .li{
    list-style: none;
    text-align: center;
    width: 100%;
    height: 5rem;
    background: #036db7;
    border-radius: 0.8rem;
}
.index_cnt6 .ul .li p{
    height: inherit;
}
.index_cnt6 .ul .li a{
    color: #fff;
    text-decoration: none;
    line-height: 1.5;
    width: inherit;
    height: inherit;
    display: grid;
    align-items: center;
}





/*concept*/

.concept_cnt1{
    width: 81vw;
    min-width: 90rem;
    margin: 0 auto 14.5rem;
    background: url(/system_panel/uploads/images/index_cnt2_bg.png) no-repeat;
    background-size: cover;
    border-radius: 1.6rem;
    overflow: hidden;
}
.concept_cnt1 .inner{
    width: 90rem
        /*46.88vw*/
    ;
    padding: 4rem 0;
    margin: auto;
}
.concept_cnt1 .inner h2{
    font-size: 2.7rem;
    color: #fff;
    text-align: center;
    background: url(/system_panel/uploads/images/index_cnt2_h2bg.png) no-repeat center;
    width: 100%;
    height: 13rem;
    padding: 9rem 0 0 0;
}
.concept_cnt1 .inner .sub{
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    margin: 0 auto 5rem;
}



.concept_cnt1 .inner .read{
    font-size: 3.75rem;
    line-height: 1.75;
    text-decoration: underline;
    color: #fff;
    text-align: center;
    margin: 0 auto 6.5rem;
}
.concept_cnt1 .inner > p{
    font-size: 1.6rem;
    line-height: 1.8;
    color: #fff;
    margin: 0 0 4rem;
    text-align: center;
}
.concept_cnt2{
    width: 90rem;
    margin:0 auto 20rem;
}
.concept_cnt2 .dl{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}
.concept_cnt2 .dl{
    margin: 0 0 10rem;
}
.concept_cnt2 .dl .dt{
    font-size: 2.775rem;

    line-height: 1.74;
    color: #71c366;
    grid-column: 2/3;
}
.concept_cnt2 .dl:nth-of-type(even) .dt{
    grid-column: 1/2;
}
.concept_cnt2 .dl:nth-of-type(1) .dt::before{
    content: "01";
    display: block;
    font-weight: 500 !important;
}
.concept_cnt2 .dl:nth-of-type(2) .dt::before{
    content: "02";
    display: block;
    font-weight: 500 !important;
}
.concept_cnt2 .dl .pic{
    grid-row: 1/3;
    aspect-ratio: 1.5/1;
    overflow: hidden;
    border-radius: 1.6rem;
}
.concept_cnt2 .dl:nth-of-type(even) .pic{
    grid-column: 2/3;
}
.concept_cnt2 .dl .pic img{
    width: 100%;
}
.concept_cnt2 .dl .dd{
    font-size: 1.6rem;
    line-height: 1.8;
}




/*about*/
.about_cnt1{
    width: 95%;
    min-width: 90rem;
    margin: 0 auto 9rem;
    background: #fff5d1;
    border-radius: 1.6rem;
    overflow: hidden;
    padding: 6rem 0 /*12rem*/ 0;
}
.about_cnt1 .inner{
    width: 100%;
    height: 57rem;
    background: url(/system_panel/uploads/images/index_cnt4_1.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.about_cnt1 h2{
    font-size: 2.7rem;
    text-align: center;
    background: url(/system_panel/uploads/images/index_cnt4_h2bg.png) no-repeat center;
    width: 100%;
    height: 13rem;
    padding: 9rem 0 0 0;
    color: #674427;
}
.about_cnt1 .sub{
    font-size: 1.6rem;
    text-align: center;
    margin: 0 auto 5rem;
}
.about_cnt1 .read{
    font-size: 3rem;
    line-height: 2.2;
    color: #28c25f;
    background: #fff5d1;
    padding: 6rem;
    border-radius: 1.6rem 0 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.about_cnt2{
    width: 103rem;
    margin: auto;
}
.about_cnt2 .inner{
    display: flex;
    justify-content: space-between;
    width: 54vw;
    max-width: 103rem;
    min-width: 90rem;
    margin: 0 auto 8rem;
}
.about_cnt2 .inner .dl{
    width: 30%;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 1fr 2em 1fr;
}
.about_cnt2 .inner .dl .dt{
    grid-row: 2/3;
    margin: -2em 0;
    font-size: 1.875rem;
    z-index: 2;
    background: #fff;
    color: #674427;
    width: 96%;
    height: 4.8rem;
    padding: 0.75em 0.25em 0 2em;
    border-radius: 0 1.6rem 0 0;
    position: relative;
}
.about_cnt2 .inner .dl:nth-of-type(3) .dt{
    padding: 10px 0.25em 0 2em;
}
.about_cnt2 .inner .dl:nth-of-type(1) .dt::before{
    content: "01";
    display: inline-block;
    position: absolute;
    left: 0;

}
.about_cnt2 .inner .dl:nth-of-type(2) .dt::before{
    content: "02";
    display: inline-block;
    position: absolute;
    left: 0;
}
.about_cnt2 .inner .dl:nth-of-type(3) .dt::before{
    content: "03";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0.5em;
}
.about_cnt2 .inner .dl .pic{
    aspect-ratio: 3/2;
    overflow: hidden;
    line-height: 1;
    grid-row: 1/2;
    border-radius: 1.6rem;
}
.about_cnt2 .inner .dl .pic img{
    width: 100%;
}
.about_cnt2 .inner .dl .dd{
    font-size: 1.6rem;
    line-height: 1.88;
}
.about_cnt3{
    width: 75rem;
    margin: 0 auto 18rem;
}
.about_cnt3 h2{
    font-size: 2.7rem;
    text-align: center;
    color: #674427;
    margin: 0 auto 3rem;
}
.about_cnt3 .inner{
    border: 0.2rem solid #7fda9e;
    border-radius: 1.6rem;
    overflow: hidden;
}
.about_cnt3 .inner .dl{
    display: flex;
    border-bottom: 0.2rem solid #7fda9e;
}
.about_cnt3 .inner .dl:last-of-type{
    border: none;
}
.about_cnt3 .inner .dl .dt{
    width: 30%;
    font-size: 1.6rem;
    background: #28c25f;
    color: #fff;
    padding: 2rem 3rem;
    line-height: 1.88;
}
.about_cnt3 .inner .dl .dd{
    width: 70%;
    font-size: 1.4rem;
    color: #28c25f;
    padding: 2rem 3rem;
    line-height: 1.88;
}
.about_cnt3 .inner .dl .dd a{
    font-size: 1.6rem;
    color: inherit;
}






/*internal*/
.internal_cnt1{
    width: 95%;
    min-width: 90rem;
    margin: 0 auto 9rem;
    background: #fff5d1;
    border-radius: 1.6rem;
    overflow: hidden;
    padding: 4rem 10px;
}
.internal_cnt1 h2{
    font-size: 2.7rem;
    color: #674427;
    text-align: center;
    background:url(/system_panel/uploads/images/internalinfo_cnt1_h2bg.png) no-repeat center;
    width: 100%;
    height: 12.7rem;
    padding: 9rem 0 0 0;
}
.internal_cnt1 .sub{
    font-size: 1.6rem;
    text-align: center;
    margin: 0 auto 5rem;
}
.internal_cnt1 .inner{
    width: 90rem;
    margin: 0 auto 7rem;
    text-align: center;
}
.internal_cnt1 .inner .read{
    color: #28c25f;
    font-size: 2.475rem;
    line-height: 2;
    margin: 0 0 3.5rem;
}
.internal_cnt1 .inner hr{
    margin: 4.5rem auto;
}
.internal_cnt1 .inner > p{
    line-height: 1.8;
}
.internal_cnt1 .inner2{
    max-width: 100rem;
    margin: 0 auto 10rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem 1rem;
}
.internal_cnt1 .inner2 .dl{
    background: #fff;
    padding: 4rem 1rem;
    text-align: center;
    display: grid;
    gap: 2.5rem;
    border-radius: 1.6rem;
}
.internal_cnt1 .inner2 .dl .dt{
    font-size: 1.725rem;
}
.internal_cnt1 .inner2 .dl:nth-of-type(1) .dt{
    color: #ff8b5c;
}
.internal_cnt1 .inner2 .dl:nth-of-type(2) .dt{
    color: #5eda9e;
}
.internal_cnt1 .inner2 .dl:nth-of-type(3) .dt{
    color: #77cbef;
}
.internal_cnt1 .inner2 .dl:nth-of-type(4) .dt{
    color: #fab967;
}
.internal_cnt1 .inner2 .dl:nth-of-type(5) .dt{
    color: #5d86d8;
}
.internal_cnt1 .inner2 .dl:nth-of-type(6) .dt{
    color: #ff7475;
}
.internal_cnt1 .inner2 .dl:nth-of-type(7) .dt{
    color: #e589f4;
}
.internal_cnt1 .inner2 .dl:nth-of-type(8) .dt{
    color: #53afee;
}
.internal_cnt1 .inner2 .dl .pic{}
.internal_cnt1 .inner2 .dl .dd{}


.internal_cnt2{
    width: 90rem;
    margin: 0 auto 17rem;
    border-radius: 1.6rem;
    overflow: hidden;
    text-align: center;
}
.internal_cnt2 .inner{
    width: 90rem;
    margin: 0 auto;
    text-align: center;
}
.internal_cnt2 .inner h3{
    font-size: 2.7rem;
    color: #674427;
    margin: 0 0 5rem;
}
.internal_cnt2 .inner > p{
    font-size: 1.6rem;
    margin: 0 0 2.5rem;
}
.internal_cnt2 .inner .sub{
    font-size: 1.6rem;
    text-align: center;
    margin: 0 auto 5rem;
}

.internal_cnt2 .inner .ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
    margin: 0 auto 8rem;
}
.internal_cnt2 .inner .ul .li{
    font-size: 1.6rem;
    color: #fff;
    list-style: none;
    width: 100%;
    height: 5rem;
    background: #036db7;
    border-radius: 0.8rem;
    /*display: grid;
    justify-content: center;
    align-items: center;*/
}
.internal_cnt2 .inner .ul .li p{
    width: inherit;
    height: inherit;
}

.internal_cnt2 .inner .ul .li a{
    width: inherit;
    height: inherit;
    color:#fff;
    display:grid;
    place-items: center;
}
.internal_cnt2 .inner .msg{ 
    position: relative;
    height:5rem;
    margin: 0 auto 3.5rem;
    font-size: 1.6rem;
    line-height: 1.88;
    width:fit-content;
}
.internal_cnt2 .inner .msg::before{
    content: "";
    display: inline-block;
    width: 5rem;
    height: 0.2rem;
    transform: rotate(45deg);
    background: #036db7;
    position: absolute;
    top:2rem;
    left:-5rem;

}
.internal_cnt2 .inner .msg::after{
    content: "";
    display: inline-block;
    width: 5rem;
    height: 0.2rem;
    transform: rotate(-45deg);
    background: #036db7;
    position: absolute;
    top:2rem;
    right:-5rem;

}

.internal_cnt2 .inner .buttonB{
    margin: auto;
}

.internal_cnt3{
    width: 90rem
        /*46.88%*/
    ;
    margin: 0 auto 12rem;
}
.internal_cnt3 .inner h2{
    font-size: 2.7rem;
    color: #674427;
    margin: 0 0 4rem;
    text-align: center;
}
.internal_cnt3 .inner .sub{
    font-size: 1.6rem;
    color: #674427;
    display: inline-block;
}

.internal_cnt3 .inner .webgene-blog .webgene-item .dl{
    display: flex;
    border-bottom: 0.2rem solid #036db7;
}

.internal_cnt3 .inner .webgene-blog .webgene-item .dl:hover{
    background: #036db7;
}
.internal_cnt3 .inner .webgene-blog .webgene-item .dl:hover .dt,
.internal_cnt3 .inner .webgene-blog .webgene-item .dl:hover .dd,
.internal_cnt3 .inner .webgene-blog .webgene-item .dl:hover .dd a{
    color:#fff;
}
.internal_cnt3 .inner .webgene-blog .webgene-item .dl .dt{
    width: 13%;
    font-size: 1.6rem;
    padding: 1.5em;
    color: #036db7;
}
.internal_cnt3 .inner .webgene-blog .webgene-item .dl .dd{
    font-size: 1.6rem;
    padding: 1.5em;
    color: #036db7;
    position: relative;
    display: inherit;
}
.internal_cnt3 .inner .webgene-blog .webgene-item .dl .category{
    width: 20%;
}
.internal_cnt3 .inner .webgene-blog .webgene-item .dl .title{
    width: 67%;
}
.internal_cnt3 .inner .webgene-blog .webgene-item .dl .title::after{
    content: "→";
    right: 2em;
    position: absolute;
    color:#fff;
}
.internal_cnt3 .inner .webgene-blog .webgene-item .dl:hover .title::after{
    right: 1em;
    transition: 1s;
}
.internal_cnt3 .inner .webgene-blog .webgene-item .dl .dd a{
    font-size: 1.6rem;
    color: #036db7;
}





/*internalinfo*/
.internalinfo_cnt1{
    width: 97%;
    min-width: 90rem;
    margin: 0 auto 9rem;
    background: #fff5d1;
    border-radius: 1.6rem;
    overflow: hidden;
    padding: 4rem 0;
}
.internalinfo_cnt1 h2{
    font-size: 2.7rem;
    color: #674427;
    text-align: center;
    background: url(/system_panel/uploads/images/internalinfo_cnt1_h2bg.png) no-repeat center;
    width: 100%;
    height: 12.7rem;
    padding: 9rem 0 0 0;
}
.internalinfo_cnt1 .sub{
    font-size: 1.6rem;
    text-align: center;
    margin: 0 auto 5rem;
}
.internalinfo_cnt1 .inner{
    width: 90rem;
    text-align: center;
    margin: 0 auto 18rem;
}
.internalinfo_cnt1 .inner .read{
    color: #28c25f;
    font-size: 2.475rem !important;
    line-height: 2;
}
.internalinfo_cnt1 .inner hr{
    margin: 4.5rem auto;
}
.internalinfo_cnt1 .inner > p{
    font-size: 1.6rem;
    line-height: 1.8;

}
.internalinfo_cnt1 .inner2{
    width: 90rem;
    margin: 0 auto 14rem;
}
.inner2-sub{
    display: flex;
}
.internalinfo_cnt1 .inner2 h3{
    font-size: 2.7rem;
    color: #674427;
    text-align: center;
    /*padding: 0 0 8rem;*/
    margin: 0 auto 8rem;
}
.internalinfo_cnt1 .inner2 h4{
    font-size: 2.4rem;
    background: #f4e7c8;
    padding: 2rem 4rem;
    border-radius: 3.9rem;
    display: inline-block;
    margin: 0 0 5rem;
}
.internalinfo_cnt1 [class^=inner2-]{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 22rem 0 0;
    justify-content: space-between;
}
.internalinfo_cnt1 [class^=inner2-]:nth-of-type(even){
    padding: 0 0 0 22rem;
}
.internalinfo_cnt1 [class^=inner2-] .dl{
    width: 44%;
}

.internalinfo_cnt1 [class^=inner2-] .dl .dt{
    font-size: 1.8rem;
    color: #674427;
    border-bottom: 0.1rem solid #eadcba;
    padding: 1rem 1rem 1rem 0;
    display: inline-block;
    transform: translate(0, 1.7rem);
    background: #fff5d1;
    position: relative;
    z-index: 2;
}
.internalinfo_cnt1 [class^=inner2-] .dl .dt p{
    display:inline;
}
.internalinfo_cnt1 [class^=inner2-] .dl .dt::before{
    content: "●";
    font-size: 2.2rem;
    color: #b9eab3;
    display: inline-block;
    margin: 0 1rem 0 0;
}

.internalinfo_cnt1 [class^=inner2-] .dl .dt::after{
    content: "";
    width: 2.3rem;
    height: 1.8rem;
    background: #fff5d1 url(/system_panel/uploads/images/corner_1.png) right bottom no-repeat;
    position: absolute;
    bottom: -0.1rem;
}
/*画像使わないver
.internalinfo_cnt1 [class^=inner2-] .dl .dt{
    font-size:2.025rem;
    color:#674427;
    background:#fff5d1;
    border-radius:0 0 1.6rem 0;
    border-right:0.1rem solid #eadcba;
    border-bottom:0.1rem solid #eadcba;
    border-image: linear-gradient(to top, #eadcba 40%, #fff5d1 45%);
    border-image-slice: 1;
    z-index:2;
    position: relative;
    padding:1rem;
    display: inline-block;
    transform:translate(0,1.8rem)
}
*/

.internalinfo_cnt1 [class^=inner2-] .dl .dd{
    font-size: 1.6rem;
    line-height: 1.88;
    background: #fff;
    border-radius: 1.6rem;
    padding: 4rem 0.8rem;
    border: 0.1rem solid #eadcba;
    position: relative;
}

.internalinfo_cnt1 [class^=inner2-] .dl .dd .buttonB{
    height: 3rem;
    width: 13rem;
}
.internalinfo_cnt1 [class^=inner2-] .dl .dd .buttonB a::after{
    right: 2rem;
}
.internalinfo_cnt1 [class^=inner2-] .dl .dd .buttonB:hover a::after{
    right: 1rem;
}

.internalinfo_cnt1 .inner3{
    width: 97rem;
    margin: 0 auto 14rem;
}
.internalinfo_cnt1 .inner3 .ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
    gap: 0 2rem;
}
.internalinfo_cnt1 .inner3 .ul .li{
    font-size: 1.725rem;
    color: #674427;
    list-style: none;
    padding: 2rem 0;
    border-bottom: 0.1rem solid #b9eab3;
}
.internalinfo_cnt1 .inner3 .ul .li p{
    display: inline;
}
.internalinfo_cnt1 .inner3 .ul .li::before{
    content: "●";
    font-size: 1.725rem;
    color: #b9eab3;
    display: inline-block;
    margin: 0 1rem 0 0;
}
.internalinfo_cnt1 .inner3 .ul .li a{
    font-size: 1.6rem;
    color: #674427;
    text-decoration: underline;
}





/*cardiology*/
.cardiology_cnt1{
    width: 95%;
    min-width: 90rem;
    margin: 0 auto 14rem;
    background: #fff5d1;
    border-radius: 1.6rem;
    overflow: hidden;
    padding: 4rem 0 0;
}
.cardiology_cnt1 h2{
    font-size: 2.7rem;
    color: #674427;
    text-align: center;
    background: url(/system_panel/uploads/images/cardiology_cnt1_h2bg.png) no-repeat center;
    width: 100%;
    height: 13rem;
    padding: 9rem 0 0 0;
}
.cardiology_cnt1 .sub{
    font-size: 1.6rem;
    text-align: center;
    margin: 0 auto 5rem;
}
.cardiology_cnt1 .inner{
    width: 90rem;
    margin: 0 auto 9rem;
    text-align: center;
}
.cardiology_cnt1 .inner .read{
    color: #28c25f;

    font-size: 2.475rem;
    line-height: 2;
}
.cardiology_cnt1 .inner hr{
    margin: 4.5rem auto;
}
.cardiology_cnt1 .inner > p{
    line-height: 2.6;
}
.cardiology_cnt2{
    width: 90rem;
    margin: 0 auto 17rem;
    border-radius: 1.6rem;
    overflow: hidden;
    text-align: center;
}
.cardiology_cnt2 .inner{
    width: 90rem;
    margin: 0 auto;
    text-align: center;
}
.cardiology_cnt2 .inner h3{
    font-size: 2.7rem;
    color: #674427;
    margin: 0 0 5rem;
}
.cardiology_cnt2 .inner > p{
    font-size: 1.6rem;
    margin: 0 0 2.5rem;
}
.cardiology_cnt2 .inner .sub{
    font-size: 1.6rem;
    text-align: center;
    margin: 0 auto 5rem;
}

.cardiology_cnt2 .inner .ul{
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
    margin: 0 auto 8rem;
}
.cardiology_cnt2 .inner .ul .li{
    font-size: 1.6rem;
    color: #fff;
    list-style: none;
    width: 100%;
    height: 5rem;
    background: #036db7;
    border-radius: 0.8rem;
    /*display: grid;
    justify-content: center;
    align-items: center;*/
}
.cardiology_cnt2 .inner .ul .li p{
    width: inherit;
    height: inherit;
}

.cardiology_cnt2 .inner .ul .li a{
    width: inherit;
    height: inherit;
    color:#fff;
    display:grid;
    place-items: center;
}
.cardiology_cnt2 .inner .msg{ 
    position: relative;
    margin: 0 auto 3.5rem;
    font-size: 1.6rem;
    line-height: 1.88;
    width: fit-content;
}
.cardiology_cnt2 .inner .msg::before{
    content: "";
    display: inline-block;
    width: 5rem;
    height: 0.2rem;
    transform: rotate(45deg);
    background: #036db7;
    position: absolute;
    top:2rem;
    left:-5rem;

}
.cardiology_cnt2 .inner .msg::after{
    content: "";
    display: inline-block;
    width: 5rem;
    height: 0.2rem;
    transform: rotate(-45deg);
    background: #036db7;
    position: absolute;
    top:2rem;
    right:-5rem;

}

.cardiology_cnt2 .inner .buttonB{
    margin: auto;
}

.cardiology_cnt3{
    width: 100%;
    margin: 0 auto 12rem;
}
.cardiology_cnt3 .inner{
    width: 90rem;
    margin: auto;
}
.cardiology_cnt3 .inner h2{
    font-size: 2.7rem;
    color: #674427;
    margin: 0 0 4rem;
    text-align: center;
}
.cardiology_cnt3 .inner .sub{
    font-size: 1.6rem;
    color: #674427;
    display: inline-block;
}
.cardiology_cnt3 .inner .webgene-blog .webgene-item .dl{
    display: flex;
    border-bottom: 0.2rem solid #036db7;
}

.cardiology_cnt3 .inner .webgene-blog .webgene-item .dl:hover{
    background: #036db7;
}
.cardiology_cnt3 .inner .webgene-blog .webgene-item .dl:hover .dt,
.cardiology_cnt3 .inner .webgene-blog .webgene-item .dl:hover .dd,
.cardiology_cnt3 .inner .webgene-blog .webgene-item .dl:hover .dd a{
    color:#fff;
}
.cardiology_cnt3 .inner .webgene-blog .webgene-item .dl .dt{
    width: 13%;
    font-size: 1.6rem;
    padding: 1.5em;
    color: #036db7;
}
.cardiology_cnt3 .inner .webgene-blog .webgene-item .dl .dd{
    font-size: 1.6rem;
    padding: 1.5em;
    color: #036db7;
    position: relative;
    display: inherit;
}
.cardiology_cnt3 .inner .webgene-blog .webgene-item .dl .category{
    width: 20%;
}
.cardiology_cnt3 .inner .webgene-blog .webgene-item .dl .title{
    width: 67%;
}
.cardiology_cnt3 .inner .webgene-blog .webgene-item .dl .title::after{
    content: "→";
    right: 2em;
    position: absolute;
    color:#fff;
}
.cardiology_cnt3 .inner .webgene-blog .webgene-item .dl:hover .title::after{
    right: 1em;
    transition: 1s;
}
.cardiology_cnt3 .inner .webgene-blog .webgene-item .dl .dd a{
    font-size: 1.6rem;
    color: #036db7;
}





/*cardiologyinfo*/
.cardiologyinfo_cnt1{
    width: 95%;
    min-width: 90rem;
    margin: 0 auto 9rem;
    background: #fff5d1;
    border-radius: 1.6rem;
    overflow: hidden;
    padding: 4rem 0;
}
.cardiologyinfo_cnt1 h2{
    font-size: 2.7rem;
    color: #674427;
    text-align: center;
    background: url(/system_panel/uploads/images/cardiologyinfo_cnt1_h2bg.png) no-repeat center;
    width: 100%;
    height: 12.7rem;
    padding: 9rem 0 0 0;
}
.cardiologyinfo_cnt1 .sub{
    font-size: 1.6rem;
    text-align: center;
    margin: 0 auto 5rem;
}
.cardiologyinfo_cnt1 .inner{
    width: 90rem;
    margin: 0 auto 18rem;
    text-align: center;
}
.cardiologyinfo_cnt1 .inner .read{
    color: #28c25f;
    font-size: 2.4rem !important;
    line-height: 2;
}
.cardiologyinfo_cnt1 .inner hr{
    margin: 4.5rem auto;
}
.cardiologyinfo_cnt1 .inner > p{
    font-size: 1.6rem;
    line-height: 2.6;
}
.cardiologyinfo_cnt1 .inner2{
    width: 101rem;
    margin: 0 auto 14rem;
}
.cardiologyinfo_cnt1 .inner2 h3{
    font-size: 2.7rem;
    color: #674427;
    text-align: center;
    /*padding: 0 0 8rem;*/
    margin: 0 auto 8rem;
}
.inner2-sub{
    display: flex;
}
.cardiologyinfo_cnt1 .inner2 h4{
    font-size: 2.4rem;
    background: #f4e7c8;
    padding: 2rem 4rem;
    border-radius: 3.9rem;
    display: inline-block;
    margin: 0 0 5rem;
}
.cardiologyinfo_cnt1 .inner2-1{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 22rem 0 0;
    justify-content: space-between;
    margin: 0 0 14rem;
}
.cardiologyinfo_cnt1 .inner2-1 .dl{
    width: 44%;
}

.cardiologyinfo_cnt1 .inner2-1 .dl .dt{
    font-size: 2.025rem;
    color: #674427;
    border-bottom: 0.1rem solid #eadcba;
    padding: 1rem 1rem 1rem 0;
    display: inline-block;
    transform: translate(0, 1.7rem);
    background: #fff5d1;
    position: relative;
    z-index: 2;
}
.cardiologyinfo_cnt1 .inner2-1 .dl .dt p{
    display: inline;
}
.cardiologyinfo_cnt1 .inner2-1 .dl .dt::before{
    content: "●";
    font-size: 2.2rem;
    color: #b9eab3;
    display: inline-block;
    margin: 0 1rem 0 0;
}

.cardiologyinfo_cnt1 .inner2-1 .dl .dt::after{
    content: "";
    width: 2.3rem;
    height: 1.8rem;
    background: #fff5d1 url(/system_panel/uploads/images/corner_1.png) right bottom no-repeat;
    position: absolute;
    bottom: -0.1rem;
}
.cardiologyinfo_cnt1 .inner2-1 .dl .dd{
    font-size: 1.6rem;
    line-height: 1.88;
    background: #fff;
    border-radius: 1.6rem;
    padding: 4rem 2rem;
    border: 0.1rem solid #eadcba;
    position: relative;
}

.cardiologyinfo_cnt1 .inner2-1 .dl .dd .buttonB{
    height: 3rem;
    width: 13rem;
}
.cardiologyinfo_cnt1 .inner2-1 .dl .dd .buttonB a::after{
    right: 2rem;
}
.cardiologyinfo_cnt1 .inner2-1 .dl .dd .buttonB:hover a::after{
    right: 1rem;
}

.cardiologyinfo_cnt1 .inner2 > .ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
    gap: 0 4rem;
    margin: 0 0 14rem;
}
.cardiologyinfo_cnt1 .inner2 > .ul .li{
    font-size: 1.725rem;
    color: #674427;
    list-style: none;
    padding: 2rem 0;
    border-bottom: 0.1rem solid #b9eab3;
}
.cardiologyinfo_cnt1 .inner2 > .ul .li p{
    display: inline;
}
.cardiologyinfo_cnt1 .inner2 > .ul .li::before{
    content: "●";
    font-size: 1.725rem;
    color: #b9eab3;
    display: inline-block;
    margin: 0 1rem 0 0;
}
.cardiologyinfo_cnt1 .inner2 > .ul .li a{
    font-size: 1.6rem;
    color: #674427;
    text-decoration: underline;
}
.cardiologyinfo_cnt1 .inner2 .col2{
    display: flex;
    justify-content: space-between;
}
.cardiologyinfo_cnt1 .inner2 .col2 .left{
    width: 55%;
}
.cardiologyinfo_cnt1 .inner2 .col2 .left .read_test{
    font-size: 2.4rem;
    line-height: 1.8;
    margin: 0 0 4rem;
}
.cardiologyinfo_cnt1 .inner2 .col2 .left p{
    font-size: 1.6rem;
    line-height: 2.5;
    margin: 0 0 4rem;
}
.cardiologyinfo_cnt1 .inner2 .col2 .right{
    width: fit-content;
}

.cardiologyinfo_cnt1 .inner2 .col2 .right .dl{
    background: #fff;
    padding: 3.5rem;
    border-radius: 1.6rem;
    width: fit-content;
}
.cardiologyinfo_cnt1 .inner2 .col2 .right .dl .dt{
    font-size: 2.4rem;
    margin: 0 0 3rem;
    text-align: center;
    font-weight: 500;
}
.cardiologyinfo_cnt1 .inner2 .col2 .right .dl .dd{}
.cardiologyinfo_cnt1 .inner2 .col2 .right .ul{
    margin:0 0 2rem;
}
.cardiologyinfo_cnt1 .inner2 .col2 .right .ul .li{
    font-size: 1.6rem;
    line-height: 2.5;
    list-style: inside;
    display: list-item;
}
.cardiologyinfo_cnt1 .inner2 .col2 .right .ul .li p{
    display: inline;
}
.cardiologyinfo_cnt1 .inner2 .col2 .right .download{
    border-radius: 1.6rem;
    background: #28c25f;
    width: 22rem;
    height: 7rem;
    text-align: center;
    display: grid;
    align-items: center;
    color: #fff;
}

.cardiologyinfo_cnt1 .inner2 .col2 .right .download a::first-line{
    font-size: 1.6rem;
}
.cardiologyinfo_cnt1 .inner2 .col2 .right .download a{
    font-size: 2.025rem;
    color: #fff;
    width: inherit;
    height: inherit;
    line-height: 1.5;
}





/*pediatrics_cnt*/
.pediatrics_cnt1{
    width: 95%;
    min-width: 90rem;
    margin: 0 auto 14rem;
    background: #fff5d1;
    border-radius: 1.6rem;
    overflow: hidden;
    padding: 4rem 0 0;
}
.pediatrics_cnt1 h2{
    font-size: 2.7rem;
    color: #674427;
    text-align: center;
    background: url(/system_panel/uploads/images/pediatrics_cnt1_h2bg.png) no-repeat center;
    width: 100%;
    height: 13rem;
    padding: 9rem 0 0 0;
}
.pediatrics_cnt1 .sub{
    font-size: 1.6rem;
    text-align: center;
    margin: 0 auto 5rem;
}
.pediatrics_cnt1 .inner{
    width:90rem;
    margin: 0 auto 17rem;
    text-align: center;
}
.pediatrics_cnt1 .inner .read{
    color: #28c25f;
    font-size: 2.475rem;
    line-height: 2;
}
.pediatrics_cnt1 .inner hr{
    margin: 4.5rem auto;
}
.pediatrics_cnt1 .inner > p{
    line-height: 2.6;
}
.pediatrics_cnt2{
    width: 90rem;
    margin: 0 auto 17rem;
    border-radius: 1.6rem;
    overflow: hidden;
    text-align: center;
}
.pediatrics_cnt2 .inner{
    width: 90rem;
    margin: 0 auto;
    text-align: center;
}
.pediatrics_cnt2 .inner h3{
    font-size: 2.7rem;
    color: #674427;
    margin: 0 0 5rem;
}
.pediatrics_cnt2 .inner > p{
    font-size: 1.6rem;
    margin: 0 0 2.5rem;
}
.pediatrics_cnt2 .inner .sub{
    font-size: 1.6rem;
    text-align: center;
    margin: 0 auto 5rem;
}

.pediatrics_cnt2 .inner .ul{
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
    margin: 0 auto 8rem;
}
.pediatrics_cnt2 .inner .ul .li{
    font-size: 1.6rem;
    color: #fff;
    list-style: none;
    width: 100%;
    height: 5rem;
    background: #036db7;
    border-radius: 0.8rem;
    display: grid;
    justify-content: center;
    align-items: center;
}
.pediatrics_cnt2 .inner .msg{ 
    position: relative;
    margin: 0 auto 3.5rem;
    font-size: 1.6rem;
    line-height: 1.88;
    width: fit-content;
}
.pediatrics_cnt2 .inner .msg::before{
    content: "";
    display: inline-block;
    width: 5rem;
    height: 0.2rem;
    transform: rotate(45deg);
    background: #036db7;
    position: absolute;
    top:2rem;
    left:-5rem;

}
.pediatrics_cnt2 .inner .msg::after{
    content: "";
    display: inline-block;
    width: 5rem;
    height: 0.2rem;
    transform: rotate(-45deg);
    background: #036db7;
    position: absolute;
    top:2rem;
    right:-5rem;

}

.pediatrics_cnt2 .inner .buttonB{
    margin: auto;
}

.pediatrics_cnt3{
    width: 100%;
    margin: 0 auto 12rem;
}
.pediatrics_cnt3 .inner{
    width: 90rem
        /*46.88%*/
    ;
    margin: auto;
}
.pediatrics_cnt3 .inner h2{
    font-size: 2.7rem;
    color: #674427;
    margin: 0 0 4rem;
    text-align: center;
}
.pediatrics_cnt3 .inner .sub{
    font-size: 1.6rem;
    color: #674427;
    display: inline-block;
}

.pediatrics_cnt3 .inner .webgene-blog .webgene-item .dl{
    display: flex;
    border-bottom: 0.2rem solid #036db7;
}

.pediatrics_cnt3 .inner .webgene-blog .webgene-item .dl:hover{
    background: #036db7;
}
.pediatrics_cnt3 .inner .webgene-blog .webgene-item .dl:hover .dt,
.pediatrics_cnt3 .inner .webgene-blog .webgene-item .dl:hover .dd,
.pediatrics_cnt3 .inner .webgene-blog .webgene-item .dl:hover .dd a{
    color:#fff;
}
.pediatrics_cnt3 .inner .webgene-blog .webgene-item .dl .dt{
    width: 13%;
    font-size: 1.6rem;
    padding: 1.5em;
    color: #036db7;
}
.pediatrics_cnt3 .inner .webgene-blog .webgene-item .dl .dd{
    font-size: 1.6rem;
    padding: 1.5em;
    color: #036db7;
    position: relative;
    display: inherit;
}
.pediatrics_cnt3 .inner .webgene-blog .webgene-item .dl .category{
    width: 20%;
}
.pediatrics_cnt3 .inner .webgene-blog .webgene-item .dl .title{
    width: 67%;
}
.pediatrics_cnt3 .inner .webgene-blog .webgene-item .dl .title::after{
    content: "→";
    right: 2em;
    position: absolute;
    color:#fff;
}
.pediatrics_cnt3 .inner .webgene-blog .webgene-item .dl:hover .title::after{
    right: 1em;
    transition: 1s;
}
.pediatrics_cnt3 .inner .webgene-blog .webgene-item .dl .dd a{
    font-size: 1.6rem;
    color: #036db7;
}






/*pediatricsinfo*/
.pediatricsinfo_cnt1{
    width: 95%;
    min-width: 90rem;
    margin: 0 auto 17rem;
    background: #fff5d1;
    border-radius: 1.6rem;
    overflow: hidden;
    padding: 4rem 0 0;
}
.pediatricsinfo_cnt1 h2{
    font-size: 2.7rem;
    color: #674427;
    text-align: center;
    background: url(/system_panel/uploads/images/pediatricsinfo_cnt1_h2bg.png) no-repeat center;
    width: 100%;
    height: 12.7rem;
    padding: 9rem 0 0 0;
}
.pediatricsinfo_cnt1 .sub{
    font-size: 1.6rem;
    text-align: center;
    margin: 0 auto 5rem;
}
.pediatricsinfo_cnt1 .inner{
    width: 90rem;
    margin: 0 auto 17rem;
    text-align: center;
}
.pediatricsinfo_cnt1 .inner .read{
    color: #28c25f;
    font-size: 2.475rem !important;
    line-height: 2;
    margin: 0 0 3.5rem;
}
.pediatricsinfo_cnt1 .inner > p{
    font-size: 1.6rem;
    line-height: 2.6;
}
.pediatricsinfo_cnt1 .inner2{
    width: 90rem;
    margin: 0 auto 14rem;
}
.inner2-sub{
    display: flex;
}
.pediatricsinfo_cnt1 .inner2 h3{
    font-size: 2.7rem;
    color: #674427;
    text-align: center;
    /*padding: 0 0 8rem;*/
    margin: 0 auto 8rem;
}
.pediatricsinfo_cnt1 .inner2 h4{
    font-size: 2.4rem;
    background: #f4e7c8;
    padding: 2rem 4rem;
    border-radius: 3.9rem;
    display: inline-block;
    margin: 0 0 5rem;
}
.pediatricsinfo_cnt1 [class^=inner2-]{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 22rem 0 0;
    justify-content: space-between;
}
.pediatricsinfo_cnt1 [class^=inner2-]:nth-of-type(even){
    padding: 0 0 0 22rem;
}
.pediatricsinfo_cnt1 [class^=inner2-] .dl{
    width: 44%;
}

.pediatricsinfo_cnt1 [class^=inner2-] .dl .dt{
    font-size: 1.8rem;
    color: #674427;
    border-bottom: 0.1rem solid #eadcba;
    padding: 1rem 1rem 1rem 0;
    display: inline-block;
    transform: translate(0, 1.7rem);
    background: #fff5d1;
    position: relative;
    z-index: 2;
}
.pediatricsinfo_cnt1 [class^=inner2-] .dl .dt p{
    display: inline;
}
.pediatricsinfo_cnt1 [class^=inner2-] .dl .dt::before{
    content: "●";
    font-size: 2.2rem;
    color: #b9eab3;
    display: inline-block;
    margin: 0 1rem 0 0;
}

.pediatricsinfo_cnt1 [class^=inner2-] .dl .dt::after{
    content: "";
    width: 2.3rem;
    height: 1.8rem;
    background: #fff5d1 url(/system_panel/uploads/images/corner_1.png) right bottom no-repeat;
    position: absolute;
    bottom: -0.1rem;
}
/*画像使わないver
.pediatricsinfo_cnt1 [class^=inner2-] .dl .dt{
    font-size:2.025rem;
    color:#674427;
    background:#fff5d1;
    border-radius:0 0 1.6rem 0;
    border-right:0.1rem solid #eadcba;
    border-bottom:0.1rem solid #eadcba;
    border-image: linear-gradient(to top, #eadcba 40%, #fff5d1 45%);
    border-image-slice: 1;
    z-index:2;
    position: relative;
    padding:1rem;
    display: inline-block;
    transform:translate(0,1.8rem)
}
*/

.pediatricsinfo_cnt1 [class^=inner2-] .dl .dd{
    font-size: 1.6rem;
    line-height: 1.88;
    background: #fff;
    border-radius: 1.6rem;
    padding: 4rem 2rem;
    border: 0.1rem solid #eadcba;
    position: relative;
}

.pediatricsinfo_cnt1 [class^=inner2-] .dl .dd .buttonB{
    height: 3rem;
    width: 13rem;
}
.pediatricsinfo_cnt1 [class^=inner2-] .dl .dd .buttonB a::after{
    right: 2rem;
}
.pediatricsinfo_cnt1 [class^=inner2-] .dl .dd .buttonB:hover a::after{
    right: 1rem;
}
.pediatricsinfo_cnt1 .inner2-2{
    padding: 0 !important;
}
.pediatricsinfo_cnt1 .inner2-2 .dl{
    width: 100%;
}

.pediatricsinfo_cnt1 .inner2-2 .dl .dt{}
.pediatricsinfo_cnt1 .inner2-2 .dl .dd{
    padding: 6rem;
}
.pediatricsinfo_cnt1 .inner2-2 .dl .dd .col2{
    display: flex;
    margin: 0 0 4rem;
}
.pediatricsinfo_cnt1 .inner2-2 .dl .dd .col2 .left{
    width: 40%
}
.pediatricsinfo_cnt1 .inner2-2 .dl .dd .col2 .left p{
    margin: 0 0 1.5rem;
}
.pediatricsinfo_cnt1 .inner2-2 .dl .dd .col2 .left .buttonB{
    width: 24rem;
    height: 5rem;
}
.pediatricsinfo_cnt1 .inner2-2 .dl .dd .col2 .right{
    width: 60%;
}
.pediatricsinfo_cnt2{
    width: 90rem;
    margin: 0 auto 14rem;
}
.pediatricsinfo_cnt2 .inner h3{
    font-size: 2.7rem;
    color: #674427;
    text-align: center;
    /*padding: 0 0 8rem;*/
    margin: 0 auto 8rem;
}

.pediatricsinfo_cnt2 .inner .read{
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.8;
  margin-bottom:15px;
}
.pediatricsinfo_cnt2 .inner .col2{
    display: flex;
    gap: 4rem;
    margin: 0 auto 10rem;
}
.pediatricsinfo_cnt2 .inner .col2 .left{
    width: 50%;
}
.pediatricsinfo_cnt2 .inner .col2 .left p{
    font-size: 1.6rem;
    line-height: 2.58;
}
.pediatricsinfo_cnt2 .inner .col2 .right{
    width: 50%;
}
.pediatricsinfo_cnt2 .inner .col2 .right p{
    margin: 0 0 2rem;
}
.pediatricsinfo_cnt2 .inner .col2 .right p img{
    width: 100%;
}
.pediatricsinfo_cnt2 .inner2{
    background: #fff5d1;
    border-radius: 1.6rem;
    width: 75rem;
    margin: 0 auto 13rem;
    border-radius: 1.6rem;
    padding: 4rem;
}
.pediatricsinfo_cnt2 .inner2 .dl{
    display: flex;
    margin: 0 0 5rem;
}
.pediatricsinfo_cnt2 .inner2 .dl .dt{
    background: #28c25f;
    font-size: 2.025rem;
    color: #fff;
    padding: 2rem;
    width: 40%;
    text-align: center;
    border-radius: 1.6rem;
    margin: 0 5%;
}
.pediatricsinfo_cnt2 .inner2 .dl .dd{
    line-height: 2.5;
    width: 60%;
    font-size: 1.6rem;
}
.pediatricsinfo_cnt2 .inner2 .buttonB{
    margin: auto;
}
.pediatricsinfo_cnt2 .inner .grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-radius: 0.8rem;
    background: #28c25f;
    overflow: hidden;
}
.pediatricsinfo_cnt2 .inner .grid .dl{
    display: grid;
    gap: 0.1rem;
  grid-template-rows: 1fr 1fr 1fr;
}
.pediatricsinfo_cnt2 .inner .grid .dl .dt{
    background: #28c25f;
    font-size: 1.6rem;
    padding: 3.5rem;
    text-align: center;
    color: #fff;
    border-right: 0.1rem solid #7af3a3;
}

.pediatricsinfo_cnt2 .inner .grid .dl .dd{
    background: #fff;
    font-size: 1.6rem;
    padding: 3.5rem;
    text-align: center;
    color: #28c25f;
}
.pediatricsinfo_cnt2 .inner h4{
    font-size: 2.7rem;
    color: #674427;
    text-align: center;
    /*padding: 0 0 8rem;*/
    margin: 0 auto 8rem;
}

.pediatricsinfo_cnt3{
    width: 95%;
    min-width: 90rem;
    margin: 0 auto 9rem;
    background: #fff5d1;
    border-radius: 1.6rem;
    overflow: hidden;
    padding: 13rem 0;
}
.pediatricsinfo_cnt3 h3{
    font-size: 2.7rem;
    color: #674427;
    text-align: center;
    margin: 0 auto 5rem;
}
.pediatricsinfo_cnt3 > p{
    font-size: 1.6rem;
    margin: 0 auto 4rem;
    text-align: center;
}
.pediatricsinfo_cnt3 .inner{
    width: 90rem;
    margin: 0 auto 14rem;
    background: #fff;
    padding: 5.5rem 4rem;
    border-radius: 0.8rem;
    border: 0.1rem solid #eadcba;
}
.pediatricsinfo_cnt3 .inner h4{
    font-size: 1.875rem;
    color: #674427;
    margin: 0 auto 3rem;
}

.pediatricsinfo_cnt3 .inner .price{
    display: flex;
    flex-wrap: wrap;
    background: #28c25f;
    border-radius: 0.8rem;
    border: 0.1rem solid #28c25f;
    width: 98%;
    margin: auto;
}
.pediatricsinfo_cnt3 .inner .price .dt{
    font-size: 1.6rem;
    color: #fff;
    padding: 3.5rem 2.5rem;
    border-bottom: 0.1rem solid #7af3a3;
    width: 30%;
}
.pediatricsinfo_cnt3 .inner .price .dt:last-of-type{
    border: none;
}
.pediatricsinfo_cnt3 .inner .price .dd{
    font-size: 1.6rem;
    background: #fff;
    border-radius: 0 0.8rem 0 0;
    padding: 3.5rem 2.5rem;
    border-bottom: 0.1rem solid #28c25f;
    width: 70%;
}
.pediatricsinfo_cnt3 .inner .price .dd:last-of-type{
    border: none;
    border-radius: 0 0 0.8rem 0;
}
.pediatricsinfo_cnt3 .inner .point{
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
    gap: 0 2rem;
}
.pediatricsinfo_cnt3 .inner .point .li{
    font-size: 1.725rem;
    color: #674427;
    list-style: none;
    padding: 2rem 0;
    border-bottom: 0.1rem solid #b9eab3;
}
.pediatricsinfo_cnt1 .inner .point .li::before{
    content: "●";
    font-size: 1.725rem;
    color: #b9eab3;
    display: inline-block;
    margin: 0 1rem 0 0;
}
.pediatricsinfo_cnt3 .inner .point .li a{
    font-size: 1.6rem;
    color: #674427;
    text-decoration: underline;
}
.pediatricsinfo_cnt3 .inner2{
    width: 98rem;
    margin: 0 auto 14rem;
    background: #fff;
    padding: 0 5.5rem 5.5rem;
    border-radius: 0.8rem;
    border: 0.1rem solid #eadcba;
}
.pediatricsinfo_cnt3 .inner2 h4{
    font-size: 2.025rem;
    background: #f4e7c8;
    padding: 1.5rem 6rem;
    border-radius: 3.9rem;
    width: fit-content;
    margin: 0 auto 5rem;
    transform: translate(0, -2.5rem);
}
.pediatricsinfo_cnt3 .inner2 > p{
    font-size: 1.6rem;
    line-height: 2.5;
    margin: 0 0 5rem;
}
.pediatricsinfo_cnt3 .inner2 .col2{
    display: flex;
    gap: 4rem;
}
.pediatricsinfo_cnt3 .inner2 .col2 .left{
    width: 50%;
}
.pediatricsinfo_cnt3 .inner2 .col2 .right{
    width: 50%;
}
.pediatricsinfo_cnt3 .inner2 .dl{}
.pediatricsinfo_cnt3 .inner2 .dl .dt{
    font-size: 2.025rem;
    color: #674427;
    position: relative;
    margin: 0 0 2.5rem -0.25em;
}
.pediatricsinfo_cnt3 .inner2 .dl .dt p{
    display: inline;
}
.pediatricsinfo_cnt3 .inner2 .dl .dt::before{

    content: "●";
    font-size: 2.2rem;
    color: #b9eab3;
    display: inline-block;
    margin: 0 1rem 0 0;
}
.pediatricsinfo_cnt3 .inner2 .dl .dd{
    font-size: 1.6rem;
    line-height: 2.5;
    padding: 0 0 0 1em;
}

.pediatricsinfo_cnt3 .inner3{
    width: 90rem;
    margin: 0 auto 14.5rem;
    background: url(/system_panel/uploads/images/index_cnt2_bg.png) no-repeat;
    background-size: cover;
    border-radius: 1.6rem;
    overflow: hidden;
    padding: 5.5rem;
}

.pediatricsinfo_cnt3 .inner3 .read{
    font-size: 3.75rem;
    line-height: 1.75;
    text-decoration: underline;
    color: #fff;
    text-align: center;
    margin: 0 auto 6.5rem;
}
.pediatricsinfo_cnt3 .inner3 p{
    font-size: 1.5rem;
    line-height: 2.5;
    color: #fff;
    margin: 0 0 4rem;
    text-align: center;
}





/*vaccination*/
.vaccination_cnt1{
    width: 95%;
    min-width: 90rem;
    margin: 0 auto 16rem;
    background: #fff5d1;
    border-radius: 1.6rem;
    overflow: hidden;
    padding: 4rem 0 0;
}
.vaccination_cnt1 h2{
    font-size: 2.7rem;
    color: #674427;
    text-align: center;
    background: url(/system_panel/uploads/images/vaccination_cnt1_h2bg.png) no-repeat center;
    width: 100%;
    height: 13rem;
    padding: 9rem 0 0 0;
}
.vaccination_cnt1 .sub{
    font-size: 1.6rem;
    text-align: center;
    margin: 0 auto 5rem;
}
.vaccination_cnt1 .inner{
    width: 90rem;
    margin: 0 auto 13rem;
    text-align: center;
}
.vaccination_cnt1 .inner .read{
    color: #28c25f;
    font-size: 2.475rem;
    line-height: 2;
}

.vaccination_cnt1 hr{
    margin: 4.5rem auto;
}
.vaccination_cnt1 .inner > p{
    line-height: 2.6;
}
.vaccination_cnt2{
    width: 90rem;
    margin: 0 auto 26rem;
    border-radius: 1.6rem;
    overflow: hidden;
    text-align: center;
}
.vaccination_cnt2 .inner{
    width: 90rem;
    margin: 0 auto;
    text-align: center;
}
.vaccination_cnt2 .inner h3{
    font-size: 2.7rem;
    color: #674427;
    margin: 0 0 5rem;
}
.vaccination_cnt2 .inner > p{
    font-size: 1.6rem;
    margin: 0 0 2.5rem;
}

.vaccination_cnt2 .inner .ul{
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
    margin: 0 auto 8rem;
}
.vaccination_cnt2 .inner .ul .li{
    font-size: 1.4rem;
    color: #fff;
    list-style: none;
    width: 100%;
    height: 5rem;
    background: #036db7;
    border-radius: 0.8rem;
    display: grid;
    justify-content: center;
    align-items: center;
    /*grid-template-columns:auto auto;*/
}
/*.vaccination_cnt2 .ul .li::after{
    content:"→";
    display: inline;
}*/
.vaccination_cnt2 .inner .msg{ 
    position: relative;
    margin: 0 auto 3.5rem;
    font-size: 1.6rem;
    line-height: 1.88;
    width: fit-content;
}
.vaccination_cnt2 .inner .msg::before{
    content: "";
    display: inline-block;
    width: 5rem;
    height: 0.2rem;
    transform: rotate(45deg);
    background: #036db7;
    position: absolute;
    top:2rem;
    left:-5rem;

}
.vaccination_cnt2 .inner .msg::after{
    content: "";
    display: inline-block;
    width: 5rem;
    height: 0.2rem;
    transform: rotate(-45deg);
    background: #036db7;
    position: absolute;
    top:2rem;
    right:-5rem;

}

.vaccination_cnt2 .inner .buttonB{
    margin: auto;
}

.vaccination_cnt3{
    width: 100%;
    margin: 0 auto 12rem;
}
.vaccination_cnt3 .inner{
    width: 90rem
        /*46.88%*/
    ;
    margin: 0 auto;
}
.vaccination_cnt3 .inner h2{
    font-size: 2.7rem;
    color: #674427;
    margin: 0 0 4rem;
    text-align: center;
}
.vaccination_cnt3 .inner .sub{
    font-size: 1.6rem;
    color: #674427;
    display: inline-block;
}

.vaccination_cnt3 .inner .webgene-blog .webgene-item .dl{
    display: flex;
    border-bottom: 0.2rem solid #036db7;
}

.vaccination_cnt3 .inner .webgene-blog .webgene-item .dl:hover{
    background: #036db7;
}
.vaccination_cnt3 .inner .webgene-blog .webgene-item .dl:hover .dt,
.vaccination_cnt3 .inner .webgene-blog .webgene-item .dl:hover .dd,
.vaccination_cnt3 .inner .webgene-blog .webgene-item .dl:hover .dd a{
    color:#fff;
}
.vaccination_cnt3 .inner .webgene-blog .webgene-item .dl .dt{
    width: 13%;
    font-size: 1.6rem;
    padding: 1.5em;
    color: #036db7;
}
.vaccination_cnt3 .inner .webgene-blog .webgene-item .dl .dd{
    font-size: 1.6rem;
    padding: 1.5em;
    color: #036db7;
    position: relative;
    display: inherit;
}
.vaccination_cnt3 .inner .webgene-blog .webgene-item .dl .category{
    width: 20%;
}
.vaccination_cnt3 .inner .webgene-blog .webgene-item .dl .title{
    width: 67%;
}
.vaccination_cnt3 .inner .webgene-blog .webgene-item .dl .title::after{
    content: "→";
    right: 2em;
    position: absolute;
    color:#fff;
}
.vaccination_cnt3 .inner .webgene-blog .webgene-item .dl:hover .title::after{
    right: 1em;
    transition: 1s;
}
.vaccination_cnt3 .inner .webgene-blog .webgene-item .dl .dd a{
    font-size: 1.6rem;
    color: #036db7;
}






/*vaccinationinfo*/
main .vaccinationinfo{
    transform:unset;
  
  }
.vaccinationinfo_cnt1{
    width: 90rem;
    margin: 0 auto 6rem;
    border-radius: 1.6rem;
    overflow: hidden;
    padding: 4rem 0;
}
.vaccinationinfo_cnt1 h2{
    font-size: 2.7rem;
    color: #674427;
    text-align: center;
    background: url(/system_panel/uploads/images/vaccination_cnt1_h2bg.png) no-repeat center;
    width: 100%;
    height: 12.7rem;
    padding: 9rem 0 0 0;
}

.vaccinationinfo_cnt2{
    width: 95%;
    min-width: 90rem;
    margin: 0 auto 17rem;
    background: #fff5d1;
    border-radius: 1.6rem;
    overflow: hidden;
    padding: 8rem 0;
}
.vaccinationinfo_cnt2 .inner .grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 0.8rem;
    background: #28c25f;
    overflow: hidden;
}
.vaccinationinfo_cnt2 .inner .grid .dl{
    display: grid;
    gap: 0.1rem;
}
.vaccinationinfo_cnt2 .inner .grid .dl .dt{
    background: #28c25f;
    font-size: 1.6rem;
    padding: 3.5rem;
    text-align: center;
    color: #fff;
    border-right: 0.1rem solid #7af3a3;
}

.vaccinationinfo_cnt2 .inner .grid .dl .dd{
    background: #fff;
    font-size: 1.6rem;
    padding: 3.5rem;
    text-align: center;
    color: #28c25f;
}
.vaccinationinfo_cnt2 h3{
    font-size: 2.7rem;
    color: #674427;
    text-align: center;
    margin: 0 auto 4.5rem;
}
.vaccinationinfo_cnt2 .inner{
    width: 90rem;
    margin: 0 auto 14rem;
    background: #fff;
    padding: 4.5rem 5.5rem;
    border-radius: 0.8rem;
    border: 0.1rem solid #eadcba;
}
.vaccinationinfo_cnt2 .inner .read{
    font-size: 1.875rem;
    color: #674427;
}
.vaccinationinfo_cnt2 .inner .type1{
    background: #28c25f;
    border-radius: 0.8rem;
    border: 0.1rem solid #28c25f;
    width: 103%;
    margin: 0 auto 12rem;
}
.vaccinationinfo_cnt2 .inner .type1 .dt{
    font-size: 2.025rem;
    color: #fff;
    text-align: center;
    padding: 1.5rem;
}
.vaccinationinfo_cnt2 .inner .type1 .dd{
    font-size: 1.6rem;
    color: #28c25f;
    text-align: center;
    line-height: 2.1;
    background: #fff;
    border-radius: 0 0 0.8rem 0.8rem;
    padding: 1.5rem;
}
.vaccinationinfo_cnt2 .inner h4{
    font-size: 2.025rem;
    background: #f4e7c8;
    padding: 1.5rem 6rem;
    border-radius: 3.9rem;
    width: fit-content;
    margin: 0 auto 5rem;
}
.vaccinationinfo_cnt2 .inner > p.strong{
    font-size: 2.025rem;
    color: #71c366;
    line-height: 1.8;
    margin: 0 0 3.5rem;
}
.vaccinationinfo_cnt2 .inner > p.strong.small{
    font-size: 1.35rem;
    margin: -3.5rem 0 3.5rem;
}
.vaccinationinfo_cnt2 .inner > p{
    font-size: 1.6rem;
    line-height: 2.5;
    margin: 0 0 5rem;
}
.vaccinationinfo_cnt2 .inner h5{
    font-size: 1.83rem;
    color: #674427;
    position: relative;
    margin: 0 0 2.5rem -0.25em;
    line-height: 1.6;
}
.vaccinationinfo_cnt2 .inner h5::before{
    content: "●";
    font-size: 2.2rem;
    color: #b9eab3;
    display: inline-block;
    margin: 0 1rem 0 0;
}
.vaccinationinfo_cnt2 .inner h5.w100{
    width: 100%;
}



.vaccinationinfo_cnt2 .inner .type2{
    display: flex;
    flex-wrap: wrap;
    background: #28c25f;
    border-radius: 0.8rem;
    border: 0.1rem solid #28c25f;
    width: 100%;
    margin: auto;
}
.vaccinationinfo_cnt2 .inner .type2 .dt{
    font-size: 1.6rem;
    color: #fff;
    padding: 3.5rem 2.5rem;
    border-bottom: 0.1rem solid #7af3a3;
    width: 30%;
}
.vaccinationinfo_cnt2 .inner .type2 .dt:last-of-type{
    border: none;
}
.vaccinationinfo_cnt2 .inner .type2 .dd{
    font-size: 1.6rem;
    line-height: 1.7;
    background: #fff;
    color: #28c25f;
    padding: 1.5rem 2.5rem;
    border-bottom: 0.1rem solid #28c25f;
    width: 70%;
}
.vaccinationinfo_cnt2 .inner .type2 .dd:first-of-type{
    border-radius: 0 0.8rem 0 0;
}
.vaccinationinfo_cnt2 .inner .type2 .dd:last-of-type{
    border: none;
    border-radius: 0 0 0.8rem 0;
}

.vaccinationinfo_cnt2 .inner .point{
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
    gap: 0 2rem;
}
.vaccinationinfo_cnt2 .col2{
    display: flex;
    justify-content: space-between;
    gap: 4rem;
    margin: 0 auto 10rem;
}
.vaccinationinfo_cnt2 .col2 .left{
    width: 48%;
}
.vaccinationinfo_cnt2 .col2 .left img{
    width: 100%;
}
.vaccinationinfo_cnt2 .col2 .left p{
    font-size: 1.6rem;
    line-height: 1.6;
}
.vaccinationinfo_cnt2 .col2 .linkbox p{
line-height:1.6;}

.vaccinationinfo_cnt2 .col2 .left .c26574 p,.vaccinationinfo_cnt2 .col2 .left .c26982 p{
font-size:0.7em;}

.flowimg{
max-width:700px;}

.vaccinationinfo_cnt2 .col2 .right{
    width: 48%;
}
.vaccinationinfo_cnt2 .col2 .right img{
    width: 100%;
}
.vaccinationinfo_cnt2 .col2 .right p{
    margin: 0 0 2rem;
}
.vaccinationinfo .modal-content strong{
    color: red;
}





/*outpatient*/
.outpatient_cnt1{
    width: 95%;
    min-width: 90rem;
    margin: 0 auto 14rem;
    background: #fff5d1;
    border-radius: 1.6rem;
    overflow: hidden;
    padding: 4rem 0 0;
}
.outpatient_cnt1 h2{
    font-size: 2.7rem;
    color: #674427;
    text-align: center;
    background: url(/system_panel/uploads/images/outpatient_cnt1_h2bg.png) no-repeat center;
    width: 100%;
    height: 13rem;
    padding: 9rem 0 0 0;
}
.outpatient_cnt1 .sub{
    font-size: 1.6rem;
    text-align: center;
    margin: 0 auto 5rem;
}
.outpatient_cnt1 .inner{
    width: 90rem;
    margin: 0 auto 12rem;
    text-align: center;
}
.outpatient_cnt1 .inner .read{
    color: #28c25f;
    font-size: 2.475rem;
    line-height: 2;
}
.outpatient_cnt1 .inner hr{
    margin: 4.5rem 0;
}
.outpatient_cnt1 .inner p{
    line-height: 2.6;
}
.outpatient_cnt2{
    width: 90rem;
    margin: 0 auto 24rem;
    border-radius: 1.6rem;
    overflow: hidden;
    text-align: center;
}
.outpatient_cnt2 .inner{
    width: 90rem;
    margin: 0 auto;
    text-align: center;
}
.outpatient_cnt2 .inner h2{
    font-size: 2.7rem;
    color: #674427;
    margin: 0 0 5rem;
}
.outpatient_cnt2 .inner > p{
    font-size: 1.6rem;
    margin: 0 0 2.5rem;
}
.outpatient_cnt2 .inner .sub{
    font-size: 1.6rem;
    text-align: center;
    margin: 0 auto 5rem;
}

.outpatient_cnt2 .inner .ul{
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
    margin: 0 auto 8rem;
}
.outpatient_cnt2 .inner .ul .li{
    font-size: 1.6rem;
    color: #fff;
    list-style: none;
    width: 100%;
    height: 5rem;
    background: #036db7;
    border-radius: 0.8rem;
    display: grid;
    justify-content: center;
    align-items: center;
    /*grid-template-columns:auto auto;*/
}
/*.outpatient_cnt2 .ul .li::after{
    content:"→";
    display: inline;
}*/
.outpatient_cnt2 .inner .msg{ 
    position: relative;
    margin: 0 auto 3.5rem;
    font-size: 1.6rem;
    line-height: 1.88;
    width: fit-content;
}
.outpatient_cnt2 .inner .msg::before{
    content: "";
    display: inline-block;
    width: 5rem;
    height: 0.2rem;
    transform: rotate(45deg);
    background: #036db7;
    position: absolute;
    top:2rem;
    left:-5rem;

}
.outpatient_cnt2 .inner .msg::after{
    content: "";
    display: inline-block;
    width: 5rem;
    height: 0.2rem;
    transform: rotate(-45deg);
    background: #036db7;
    position: absolute;
    top:2rem;
    right:-5rem;

}

.outpatient_cnt2 .inner .buttonB{
    margin: auto;
}

.outpatient_cnt3{
    width: 100%;
    margin: 0 auto 12rem;
}
.outpatient_cnt3 .inner{
    width: 90rem
        /*46.88%*/
    ;
    margin: 0 auto;
}
.outpatient_cnt3 .inner h2{
    font-size: 2.7rem;
    color: #674427;
    margin: 0 0 4rem;
    text-align: center;
}
.outpatient_cnt3 .inner .sub{
    font-size: 1.6rem;
    color: #674427;
    display: inline-block;
}

.outpatient_cnt3 .inner .webgene-blog .webgene-item .dl{
    display: flex;
    border-bottom: 0.2rem solid #036db7;
}

.outpatient_cnt3 .inner .webgene-blog .webgene-item .dl:hover{
    background: #036db7;
}
.outpatient_cnt3 .inner .webgene-blog .webgene-item .dl:hover .dt,
.outpatient_cnt3 .inner .webgene-blog .webgene-item .dl:hover .dd,
.outpatient_cnt3 .inner .webgene-blog .webgene-item .dl:hover .dd a{
    color:#fff;
}
.outpatient_cnt3 .inner .webgene-blog .webgene-item .dl .dt{
    width: 13%;
    font-size: 1.6rem;
    padding: 1.5em;
    color: #036db7;
}
.outpatient_cnt3 .inner .webgene-blog .webgene-item .dl .dd{
    font-size: 1.6rem;
    padding: 1.5em;
    color: #036db7;
    position: relative;
    display: inherit;
}
.outpatient_cnt3 .inner .webgene-blog .webgene-item .dl .category{
    width: 20%;
}
.outpatient_cnt3 .inner .webgene-blog .webgene-item .dl .title{
    width: 67%;
}
.outpatient_cnt3 .inner .webgene-blog .webgene-item .dl .title::after{
    content: "→";
    right: 2em;
    position: absolute;
    color:#fff;
}
.outpatient_cnt3 .inner .webgene-blog .webgene-item .dl:hover .title::after{
    right: 1em;
    transition: 1s;
}
.outpatient_cnt3 .inner .webgene-blog .webgene-item .dl .dd a{
    font-size: 1.6rem;
    color: #036db7;
}





/*outpatientinfo*/
.outpatientinfo_cnt1{
    width: 95%;
    min-width: 90rem;
    margin: 0 auto 17rem;
    background: #fff5d1;
    border-radius: 1.6rem;
    overflow: hidden;
    padding: 4rem 0 0;
}
.outpatientinfo_cnt1 h2{
    font-size: 2.7rem;
    color: #674427;
    text-align: center;
    background: url(/system_panel/uploads/images/outpatient_cnt1_h2bg.png) no-repeat center;
    width: 100%;
    height: 12.7rem;
    padding: 9rem 0 0 0;
    margin: 0 auto 4.5rem;
}
.outpatientinfo_cnt1 hr{
    margin: 4.5rem auto;
}
.outpatientinfo_cnt1 .inner{
    width: 90rem;
    margin: 0 auto 12rem;
    text-align: center;
}
.outpatientinfo_cnt1 .inner .read{
    color: #28c25f;
    font-size: 2.475rem;
    line-height: 2;
}
.outpatientinfo_cnt1 .inner > p{
    line-height: 2.6;
}
.outpatientinfo_cnt1 h3{
    font-size: 2.7rem;
    color: #674427;
    text-align: center;
    margin: 0 auto 7rem;
}

.outpatientinfo_cnt1 .inner2{
    width: 94rem;
    margin: 0 auto 17rem;
    text-align: center;
}
.outpatientinfo_cnt1 .grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: auto;
    gap: 4rem;
}
.outpatientinfo_cnt1 .dl{
    text-align: left;
}
.outpatientinfo_cnt1 .dl .dt{
    font-size: 1.725rem;
    color: #674427;
    position: relative;
    margin: 0 0 1rem -0.25em;
    border-bottom: 0.1rem solid #b9eab3;
    padding: 0 0 1rem;
    text-align: left;
}

.outpatientinfo_cnt1 .dl .dt p{
    display: inline;
}
.outpatientinfo_cnt1 .dl .dt a{
    font-size: 1.6rem;
    color: #674427;
    text-decoration: underline;
}
.outpatientinfo_cnt1 .dl .dt::before{

    content: "●";
    font-size: 1.7rem;
    color: #b9eab3;
    display: inline-block;
    margin: 0 1rem 0 0;
}
.outpatientinfo_cnt1 .dl .dd{
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 0 2rem;
    text-align: left;
}






/*staff*/
.staff_cnt1{
    width: 81vw;
    min-width: 90rem;
    margin: 0 auto 14.5rem;
    background-color: rgba(113, 195, 102, 1)
        /*#71c366*/
    ;
    background-image: url(/system_panel/uploads/images/staff_cnt1_bg.png);
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-position: right center;
    background-size: contain;
    border-radius: 1.6rem;
    overflow: hidden;
}
.staff_cnt1 .inner{
    width: 90rem
        /*46.88vw*/
    ;
    padding: 4rem 0;
    margin: auto;
}
.staff_cnt1 .inner h2{
    font-size: 2.7rem;
    color: #fff;
    text-align: center;
    background: url(/system_panel/uploads/images/staff_cnt1_h2bg.png) no-repeat center;
    width: 100%;
    height: 13rem;
    padding: 9rem 0 0 0;
}
.staff_cnt1 .inner .sub{
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    margin: 0 auto 5rem;
}

.staff_cnt1 .inner .read{
    font-size: 3.75rem;
    line-height: 1.75;
    text-decoration: underline;
    color: #fff;
    text-align: center;
    margin: 0 auto 6.5rem;
}
.staff_cnt1 .inner > p{
    font-size: 1.6rem;
    line-height: 2.5;
    color: #fff;
    margin: 0 0 4rem;
    text-align: center;
}
.staff_cnt1 .inner .ceo{
    font-size: 2.25rem;
}
.staff_cnt1 .inner .ceo span{
    font-size: 1.65rem;
    margin: 0 1em 0 0;
}




/*access*/
.access_cnt1{
    width: 95%;
    min-width: 90rem;
    margin: 0 auto 9rem;
    border-radius: 1.6rem;
    overflow: hidden;
    padding: 4rem 0;
}
.access_cnt1 .inner{
    width: 100%;
    height: 57rem;
    background: url(/system_panel/uploads/images/access_cnt1_1.jpg) no-repeat center;
    border-radius: 1.6rem;
    overflow: hidden;
    background-size: cover;
    margin: 0 0 8rem;
    position: relative;
}
.access_cnt1 h2{
    font-size: 2.7rem;
    text-align: center;
    background: url(/system_panel/uploads/images/access_cnt1_h2bg.png) no-repeat center;
    width: 100%;
    height: 13rem;
    padding: 9rem 0 0 0;
    color: #674427;
}
.access_cnt1 .sub{
    font-size: 1.6rem;
    text-align: center;
    margin: 0 auto 5rem;
}
.access_cnt1 .inner .read{
    width: 66rem;
    background: #fff;
    padding: 6rem;
    border-radius: 1.6rem 0 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.access_cnt1 .inner .read h3{
    font-size: 3rem;
    line-height: 2.2;
    color: #28c25f;
}

.access_cnt1 .inner .read .address{
    font-size: 1.6rem;
    line-height: 2;
}
.access_cnt2{}
.access_cnt2 h3{
    font-size: 2.7rem;
    color: #674427;
    text-align: center;
    margin: 0 auto 5rem;
}
.access_cnt2 .inner{
    width: 90rem;
    margin: 0 auto 16rem;
}
.access_cnt2 .inner .col2{
    display: flex;
    margin: 0 0 4rem;
}
.access_cnt2 .inner .col2 .left{
    width: 50%;
    overflow: hidden;
    border-radius: 1.6rem;
}
.access_cnt2 .inner .col2 .left img{
    width:100%;
    /*height: 100%;*/
}
.access_cnt2 .inner .col2 .right{
    width: 50%;
    padding: 3rem;
}
.access_cnt2 .inner .col2 .right p{
    font-size: 1.6rem;
    line-height: 2.5;
}
.access_cnt2 .inner2{
    width: 90rem;
    text-align: center;
    margin: 0 auto 14rem;
}
.access_cnt2 .inner2 h3{
    font-size: 2.7rem;
    color: #674427;
    text-align: center;
    margin: 0 auto 5rem;
}
.access_cnt2 .inner2 hr{
    margin: 3rem auto;
    border: 0.1rem solid #b9eab3;
}
.access_cnt2 .inner2 p{
    font-size: 1.6rem;
    line-height: 2.5;
}
.access_cnt2 .inner2 p.zu{
    margin: 5rem auto;
}
.access_cnt2 .map{
    width: 81%;
    height: 55rem;
    margin: 0 auto 25rem;
    border-radius: 1.6rem;
    overflow: hidden;
}
.access_cnt2 .map iframe{
    width: 100%;
    height: inherit;
    border: none;
}





/*facility*/

.facility_cnt1 h2{
    font-size: 2.4rem;
    text-align: center;
    background: url(/system_panel/uploads/images/index_cnt3_h2bg.png) no-repeat center;
    width: 100%;
    height: 13rem;
    padding: 9rem 0 0 0;
    color: #674427;
}
.facility_cnt1 .sub{
    font-size: 1.6rem;
    text-align: center;
    margin: 0 auto 5rem;
}

.facility_cnt2{
    width: 95%;
    margin: 0 auto 8rem;
    background: #fff5d1;
    border-radius: 1.6rem;
    overflow: hidden;
    padding: 8rem 0 0;
}
.facility_cnt2 .inner{
    width: 90rem;
    margin: 0 auto 8rem;
    text-align: center;
}
.facility_cnt2 .inner h3{
    font-size: 2.7rem;
    color: #674427;
    text-align: center;
    margin: 0 auto 4rem;
}
.facility_cnt2 .inner > p{
    font-size: 1.6rem;
    line-height: 2.6;
    margin: 0 auto 7rem;
}

.facility_cnt2 .inner2{
    width: 54vw;
    max-width: 103rem;
    min-width: 90rem;
    margin: 0 auto 8rem;
    text-align: center;
}
.facility_cnt2 .inner2 .col3{
    display: flex;
    justify-content: space-between;
}


.facility_cnt2 .inner .list{
    width: 100%;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 1fr 2em auto;
}
.facility_cnt2 .inner .list h4{
    grid-row: 2/3;
    margin: -2em 0;
    font-size: 1.875rem;
    z-index: 2;
    background: #fff5d1;
    color: #674427;
    width: 70%;
    height: 4.8rem;
    padding: 0.75em 0.25em 0 1em;
    border-radius: 0 1.6rem 0 0;
    text-align: left;
}
.facility_cnt2 .inner .list .pic{
    aspect-ratio: 3/2;
    overflow: hidden;
    line-height: 1;
    grid-row: 1/2;
    border-radius: 1.6rem;
}
.facility_cnt2 .inner .list .pic img{
    width: 100%;
}
.facility_cnt2 .inner .list p{
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: left;
}



.facility_cnt2 .inner2 .col3 .list{
    width: 31%;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 1fr 2em 1fr;
}
.facility_cnt2 .inner2 .col3 .list h4{
    grid-row: 2/3;
    margin: -2em 0;
    font-size: 1.875rem;
    z-index: 2;
    background: #fff5d1;
    color: #674427;
    width: 70%;
    height: 4.8rem;
    padding: 0.75em 0.25em 0 1em;
    border-radius: 0 1.6rem 0 0;
    text-align: left;
}
.facility_cnt2 .inner2 .col3 .list .pic{
    aspect-ratio: 3/2;
    overflow: hidden;
    line-height: 1;
    grid-row: 1/2;
    border-radius: 1.6rem;
}
.facility_cnt2 .inner2 .col3 .list .pic img{
    width: 100%;
}
.facility_cnt2 .inner2 .col3 .list p{
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: left;
}

.facility_cnt3{
    margin: 0 auto 18rem;
}
.facility_cnt3 .inner{
    width: 54vw;
    max-width: 103rem;
    min-width: 90rem;
    margin: 0 auto 8rem;
    text-align: center;
}
.facility_cnt3 .inner h3{
    font-size: 2.7rem;
    color: #674427;
    text-align: center;
    margin: 0 auto 4rem;
}
.facility_cnt3 .inner > p{
    font-size: 1.6rem;
    line-height: 2.6;
    margin: 0 auto 7rem;
}
.facility_cnt3 .inner .col3{
    display: flex;
    justify-content: space-between;
}
.facility_cnt3 .inner h4{
    font-size: 2.7rem;
    color: #674427;
    margin: 0 auto 4rem;
}
.facility_cnt3 .inner .col3 .list{
    width: 30%;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
}
.facility_cnt3 .inner .col3 .list{
    display: grid;
    grid-template-rows: 1fr 2em 1fr;
}
.facility_cnt3 .inner .col3 .list h4{
    grid-row: 2/3;
    margin: -2em 0 0;
    font-size: 1.875rem;
    z-index: 2;
    background: #fff;
    color: #674427;
    width: 70%;
    height: 4.8rem;
    padding: 0.75em 0.25em 0 1em;
    border-radius: 0 1.6rem 0 0;
    text-align: left;
}
.facility_cnt3 .inner .col3 .list .pic{
    aspect-ratio: 3/2;
    overflow: hidden;
    line-height: 1;
    grid-row: 1/2;
    border-radius: 1.6rem;
}
.facility_cnt3 .inner .col3 .list .pic img{
    width: 100%;
}
.facility_cnt3 .inner .col3 .list p{
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: left;
}






/*contact*/
.contact_cnt1{
    margin: 0 auto 6rem;
}
.contact_cnt1 .inner{
    width: 75rem
        /*46.88vw*/
    ;
    padding: 4rem 0;
    margin: auto;
}
.contact_cnt1 .inner h2{
    font-size: 2.7rem;
    color: #674427;
    text-align: center;
    background: url(/system_panel/uploads/images/contact_cnt1_h2bg.png) no-repeat center;
    width: 100%;
    height: 13rem;
    padding: 9rem 0 0 0;
}
.contact_cnt1 .inner .sub{
    font-size: 1.6rem;
    color: #674427;
    text-align: center;
    margin: 0 auto 5rem;
}
.contact_cnt1 .inner > p{
    font-size: 1.6rem;
    line-height: 2.5;
    color: inherit;
    margin: 0 0 4rem;
    text-align: center;
}



.contact_cnt1 .col2{
    display: flex;
    gap: 6rem;
}

.contact_cnt1 .col2 .left{
    width: 50%;
}
.contact_cnt1 .col2 .left h3{
    font-size: 2.7rem;
    color: #674427;
    margin: 0 0 1.5rem;
    text-align: center;
}

.contact_cnt1 .col2 .left .contact{
    background: #f6b969;
    border-radius: 0.8rem;
    width: 100%;
    height: fit-content;
    color: #fff;
    text-align: center;
    padding: 1rem;
    margin: 0 0 2rem;
}
.contact_cnt1 .col2 .left .contact p{
    font-size: 1.3rem;
    line-height: 1.5;
}
.contact_cnt1 .col2 .left .contact .tel{
    font-size: 1.1rem;
    line-height: 1.5;
}
.contact_cnt1 .col2 .left .contact .tel a{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 3rem;
    color: #fff;
    line-height: 1;
}
.contact_cnt1 .col2 .left .contact .tel a:hover{
    text-decoration: none;
}
.contact_cnt1 .col2 .left .contact .tel a::before{
    content: "";
    display: inline-block;
    position: relative;
    background: url(/system_panel/uploads/images/icon_tel.png) no-repeat;
    width: 2.3rem;
    height: 2.3rem;
}
.contact_cnt1 .col2 .right{
    width: 50%;
}
.contact_cnt1 .col2 .right h3{
    font-size: 2.7rem;
    color: #674427;
    margin: 0 0 1.5rem;
    text-align: center;
}
.contact_cnt1 .col2 .right .reserve{
    background: #1ab150;
    border-radius: 0.8rem;
    width: 100%;
    height: fit-content;
    color: #fff;
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 0 0 2rem;
}
.contact_cnt1 .col2 .right .reserve .vwriting{
    writing-mode: vertical-rl;
    line-height: 1.5;
    padding: 1rem 0.5rem;
    width: 15%;
}
.contact_cnt1 .col2 .right .reserve .tel{
    background: #28c25f;
    font-size: 1.1rem;
    padding: 1rem;
    border-radius: 0.8rem;
    line-height: 1.5;
    width: 85%;
}
.contact_cnt1 .col2 .right .reserve .tel a{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 3rem;
    color: #fff;
    line-height: 1;
}
.contact_cnt1 .col2 .right .reserve .tel a:hover{
    text-decoration: none;
}
.contact_cnt1 .col2 .right .reserve .tel a::before{
    content: "";
    display: inline-block;
    position: relative;
    background: url(/system_panel/uploads/images/icon_tel.png) no-repeat;
    width: 2.3rem;
    height: 2.3rem;
}


.contact_cnt2{
    width: 95%;
    padding: 5rem 0 0;
    margin: 0 auto 10rem;
    text-align: center;
    background: #fff5d1;
    border-radius: 1.6rem;
    overflow: hidden;
}
.contact_cnt2 .inner{
    width: 60rem;
    margin: 0 auto 6rem;
}
.contact_cnt2 .inner h3{
    font-size: 2.7rem;
    color: #674427;
    margin: 0 0 3rem;
    text-align: center;
}
.contact_cnt2 .inner .hours{}
.contact_cnt2 .inner .hours > p{
    font-size: 1.5rem;
    color: #28c25f;
    text-align: left;
}
.contact_cnt2 .inner .hours table{
    background:
        /*#2ac25e*/
        rgba(42, 194, 94, 0.9);
    border-radius: 0.8rem;
    border-collapse: separate;
    border-spacing: 0.1rem;
    margin: 0 0 1rem;
    width: 100%;
}
.contact_cnt2 .inner .hours table caption{
    caption-side: top;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 2.4rem;
    color: #28c25f;
}
.contact_cnt2 .inner .hours table tr th{
    color: #fff;
    font-size: 2.075rem;
    padding: 0.5em;
    text-align: center;
    border-right: 0.1rem solid #fff;
}
.contact_cnt2 .inner .hours table tr th:last-of-type{
    border: none;
}
.contact_cnt2 .inner .hours table tr th.time{
    background: #fff;
    color: #28c25f;
    font-size: 2.075rem;
    padding: 1em;
    text-align: center;
    /*border-right: 1px solid #28c25f;*/
}
.contact_cnt2 .inner .hours table tr:last-of-type th.time{
    border-radius: 0 0 0 8px;
}
.contact_cnt2 .inner .hours table tr th.time span{
    display: block;
    background: #d0ffe0;
    border-radius: 0.5rem;
    font-size: 1.5rem;
    padding: 0 1em;
}
.contact_cnt2 .inner .hours table tr td{
    background: #fff;
    color: #28c25f;
    font-size: 2.07rem;
    padding: 0.5em;
    text-align: center;
    /*border-right: 1px solid #28c25f;*/
}
.contact_cnt2 .inner .hours table tr:last-of-type td:last-of-type{
    border-radius: 0 0 8px 0;
}





/*privacy*/
.privacy_cnt1{
    width: 95%;
    border-radius: 1.6rem;
    margin: 0 auto 6rem;
}
.privacy_cnt1:nth-of-type(even){
    background: #fff5d1;
}
.privacy_cnt1 .inner{
    width: 90rem;
    padding: 4rem 0;
    margin: auto;
}
.privacy_cnt1 .inner h2{
    font-size: 2.7rem;
    color: #674427;
    text-align: center;
    background: url(/system_panel/uploads/images/privacy_cnt1_h2bg.png) no-repeat center;
    width: 100%;
    height: 4rem;
}
.privacy_cnt1 .inner .sub{
    font-size: 1.6rem;
    color: #674427;
    text-align: center;
    margin: 0 auto 5rem;
}
.privacy_cnt1 .inner > p{
    font-size: 1.6rem;
    line-height: 2.5;
    color: inherit;
    text-align: left;
}
.privacy_cnt1 .inner h3{
    font-size: 1.875rem;
    color: #674427;
    margin: 0 0 2.5rem;
    text-align: left;
}




/*news*/
.news_cnt1{
    width: 95%;
    border-radius: 1.6rem;
    margin: 0 auto 6rem;
}
.news_cnt1 .inner h2{
    font-size: 2.7rem;
    color: #674427;
    text-align: center;
    background: url(/system_panel/uploads/images/news_cnt1_h2bg.png) no-repeat center;
    width: 100%;
    height: 13rem;
    padding: 9rem 0 0;
}
/*
.news_cnt1 .inner .sub{ 
    font-size:1.275rem;
    color:#674427;
    text-align: center;
    margin:0 auto 5rem;
}
*/
/*
.news_cnt1 .inner > p{
    font-size:1.275rem;
    line-height:2.5;
    color:inherit;
    text-align:left;
}
*/

.news_cnt2{
    width: 95%;
    border-radius: 1.6rem;
    margin: 0 auto 12rem;
    background: #fff5d1;
}
.news_cnt2 .inner{
    width: 81vw;
    max-width: 156rem;
    min-width: 94rem;
    margin: 0 auto 9rem;
    background: #fff;
    padding: 5rem 0;
}
.news_cnt2 .inner h3{
    font-size: 1.875rem;
    color: #674427;
    margin: 0 auto 2.5rem;
    text-align: center;
}
.news_cnt2 .inner .webgene-blog{
    width: 90rem;
    margin: 0 auto;
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.news_cnt2 .inner .webgene-blog .webgene-item{
    background: #036db7;
    height: 5rem;
    width: 100%;
    text-align: center;
    border-radius: 0.8rem;
}
.news_cnt2 .inner .webgene-blog .webgene-item a{
    width: inherit;
    height: inherit;
    display: grid;
    align-items: center;
    color: #fff;
    font-size: 1.6rem;
    text-decoration: none;
}
.news_cnt2 .inner2{
    width: 90rem;
    margin: auto;
}
.news_cnt2 .inner2 .webgene-blog{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5rem;
}

.news_cnt2 .inner2 .webgene-blog .dl{
    width: 100%;
    display: grid;
    gap: 2rem;
    text-align: left;
    border-radius: 1.6rem;
}

.news_cnt2 .inner2 .webgene-blog .cate{
    font-size: 1.6rem;
    width: fit-content;
    padding: 0.25em 0;
    border-radius: 1em;
    text-align: left;
    grid-row: 2/3;
    color: #414141;
}

.news_cnt2 .inner2 .webgene-blog .cate span{
    font-size: 1.875rem;
    width: fit-content;
    /*padding:0.25em 1em;*/
    margin:0 2em 0 0;
    color: #414141;
    border-radius: 1em;

}

.news_cnt2 .inner2 .webgene-blog .pic{
    width: 100%;
    background: #fff;
    border-radius: 1rem;
    /*box-shadow: 0 0 0.5rem rgba(0,0,0,0.25);*/
    overflow: hidden;
    /*aspect-ratio: 4/3;*/
}

.news_cnt2 .inner2 .webgene-blog .pic img{
    width: 100%;
    overflow: hidden;
}

.news_cnt2 .inner2 .webgene-blog .title a{
    font-size: 1.6rem;
    text-align: left;
    text-decoration: none;
    color: inherit;
  color:#036db7;
}


.pdfbox{
padding:10px;
background:#28c25f;
border-radius:15px;
}

.pdfbox .linkbox{
  background:#fff;
width:100%;
border-radius:10px;
text-align:center;}




.news_cnt2 .inner2 .webgene-pagination{
    display: flex;
    width: 100%;
    padding: 7rem;
    grid-column: 1/4;
}

.news_cnt2 .inner2 .webgene-pagination .prev,
.news_cnt2 .inner2 .webgene-pagination .next{
    width: 3em;
    height: 3em;
    background: #c7deef;
    border-radius: 1rem;
    list-style: none;
}

.news_cnt2 .inner2 .webgene-pagination .prev a,
.news_cnt2 .inner2 .webgene-pagination .next a{
    display: grid;
    justify-content: center;
    align-content: center;
    width: inherit;
    height: inherit;
    color: #fff;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 500;
}

.news_cnt2 .inner2 .webgene-pagination ul{
    display: flex;
    margin: auto;
}


.news_cnt2 .inner2 .webgene-pagination ul .number.selected{
    list-style: none;
    background: #036db7;
    border-radius: 1rem;
    width: 3em;
    height: 3em;
    margin: 0 0.5em;
}

.news_cnt2 .inner2 .webgene-pagination ul .number{
    list-style: none;
    background: #c7deef;
    border-radius: 1rem;
    width: 3em;
    height: 3em;
    margin: 0 0.5em;
}
.news_cnt2 .inner2 .webgene-pagination ul .number a{
    display: grid;
    justify-content: center;
    align-content: center;
    width: inherit;
    height: inherit;
    color: #fff;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 500;
}






/*newsdetail*/
.newsdetail_cnt1{
    width: 95%;
    border-radius: 1.6rem;
    margin: 0 auto 6rem;
}
.newsdetail_cnt1 .inner h2{
    font-size: 2.7rem;
    color: #674427;
    text-align: center;
    background: url(/system_panel/uploads/images/news_cnt1_h2bg.png) no-repeat center;
    width: 100%;
    height: 13rem;
    padding: 9rem 0 0;
}
/*
.newsdetail_cnt1 .inner .sub{ 
    font-size:1.275rem;
    color:#674427;
    text-align: center;
    margin:0 auto 5rem;
}
*/
/*
.newsdetail_cnt1 .inner > p{
    font-size:1.275rem;
    line-height:2.5;
    color:inherit;
    text-align:left;
}
*/

.newsdetail_cnt2{
    width: 95%;
    border-radius: 1.6rem;
    margin: 0 auto 12rem;
    background: #fff5d1;
}
.newsdetail_cnt2 .inner{
    width: 81vw;
    max-width: 156rem;
    min-width: 90rem;
    margin: 0 auto 9rem;
    background: #fff;
    padding: 5rem 0;
}
.newsdetail_cnt2 .inner h3{
    font-size: 1.875rem;
    color: #674427;
    margin: 0 auto 2.5rem;
    text-align: center;
}
.newsdetail_cnt2 .inner .webgene-blog{
    width: 90rem;
    margin: 0 auto;
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.newsdetail_cnt2 .inner .webgene-blog .webgene-item{
    background: #036db7;
    height: 5rem;
    width: 100%;
    text-align: center;
    border-radius: 0.8rem;
}
.newsdetail_cnt2 .inner .webgene-blog .webgene-item a{
    width: inherit;
    height: inherit;
    display: grid;
    align-items: center;
    color: #fff;
    font-size: 1.6rem;
    text-decoration: none;
}
.newsdetail_cnt2 .inner2{
    width: 90rem;
    margin: auto;
    padding:0 0 6rem;
}

.newsdetail_cnt2 .inner2 .webgene-blog .dl{
    width: 100%;
    text-align: left;
    border-radius: 1.6rem;
    position: relative;
    margin: 0 0 7rem;
}

.newsdetail_cnt2 .inner2 .webgene-blog .title{
    display: inline-block;
    margin: 0 0 2rem;
}
.newsdetail_cnt2 .inner2 .webgene-blog .title a{
    font-size: 2.4rem;
    color: #28c25f;
    text-align: left;
    text-decoration: none;
}
.newsdetail_cnt2 .inner2 .buttonB{
    margin: auto;
}


.newsdetail_cnt2 .inner2 .webgene-blog .cate{
    font-size: 1.6rem;
    width: fit-content;
    padding: 0.25em 0;
    border-radius: 1em;
    text-align: left;
    color: #036db7;
    display: inline-block;
    position: absolute;
    right: 0;
}

.newsdetail_cnt2 .inner2 .webgene-blog .cate span{
    font-size: 1.875rem;
    width: fit-content;
    /*padding:0.25em 1em;*/
    padding: 0 1em;
    color: #036db7;
    border-radius: 1em;
}

.newsdetail_cnt2 .inner2 .webgene-blog .pic{
    width: 100%;
    background: #fff;
    border-radius: 1rem;
    margin: 0 0 2rem;
    /*box-shadow: 0 0 0.5rem rgba(0,0,0,0.25);*/
    overflow: hidden;
    /*aspect-ratio: 4/3;*/
}

.newsdetail_cnt2 .inner2 .webgene-blog .pic img{
    width: 100%;
    overflow: hidden;
}

.newsdetail_cnt2 .inner2 .webgene-blog .comment{
    font-size: 1.6rem;
    line-height: 1.8;
}




.newsdetail_cnt2 .inner2 .webgene-pagination{
    display: flex;
    width: 100%;
    padding: 7rem 26.5%;
    align-content: center;
    justify-content: space-between;
    grid-column: 1/4;
}

.newsdetail_cnt2 .inner2 .webgene-pagination .prev,
.newsdetail_cnt2 .inner2 .webgene-pagination .next{
    width: 3em;
    height: 3em;
    background: #c7deef;
    border-radius: 1rem;
    list-style: none;
}

.newsdetail_cnt2 .inner2 .webgene-pagination .prev a,
.newsdetail_cnt2 .inner2 .webgene-pagination .next a{
    display: grid;
    justify-content: center;
    align-content: center;
    width: inherit;
    height: inherit;
    color: #fff;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 500;
}

.newsdetail_cnt2 .inner2 .webgene-pagination .ul{
    display: flex;
    margin: auto;
}


.newsdetail_cnt2 .inner2 .webgene-pagination .ul .number.selected{
    list-style: none;
    background: #036db7;
    border-radius: 1rem;
    width: 3em;
    height: 3em;
    margin: 0 0.5em;
}

.newsdetail_cnt2 .inner2 .webgene-pagination .ul .number{
    list-style: none;
    background: #c7deef;
    border-radius: 1rem;
    width: 3em;
    height: 3em;
    margin: 0 0.5em;
}
.newsdetail_cnt2 .inner2 .webgene-pagination .ul .number a{
    display: grid;
    justify-content: center;
    align-content: center;
    width: inherit;
    height: inherit;
    color: #fff;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 500;
}

.vaccination_cnt2 .inner .ul a:hover{
text-decoration:none;
opacity: 75%;}

.p1672023969974,.p1672023970007{
line-height:1.8;}

.p1672023970012{
text-align:left;}