html,
body {
    scroll-padding-top: 110px;
    font-size: 11px;
}

body {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #636363;
}


.frontpage {
    display: none;
}

/*-----------------------------ファーストビュー------------------------*/

.abz {
    background-color: #62bec9;
    margin-top: 100px;
    height: 350px;
}

.abz img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin-top: 0px;
}


.abz span {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

.clearfix:before {
    display: table;
    content: " ";
}


li {
    list-style: none;
}

h1 {
    padding: 12px 12px 12px 30px;
    background-color: #e6f4f1;
    border-left: 10px solid #62bec9;
    color: #636363;
    margin-bottom: 40px;
    font-weight: normal;
    font-size: 22px;
}

h2 {
    font-weight: normal;
    font-size: 22px;
}



/*----------------見出し----------------*/
.headline_title {
    margin-top: 100px;
}

.headline_title h2 {
    display: block;
    position: relative;
    text-align: center;
    background-color: rgba(0, 0, 0, 00);
    border-left: 0px solid #62bec9;
    font-size: 24px;
    font-family: "NotoSerifJP-VariableFont", serif;
    margin-bottom: 70px;
    padding: 12px 0;
}

.headline_title h2:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #62bec9;
}



.lower_page_top {
    width: 100%;
    height: 350px;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1;
    background-color: rgba(99, 99, 99, 0.4);
}


.lower_page_top h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 0;
    margin: 0;
    border-left: 0;
    background-color: rgba(0, 0, 0, 0);
}


@media screen and (max-width:767px) {
    .headline_title {
        margin-top: 50px;
    }
}


@media screen and (max-width:560px) {
    .headline_title h2 {
        font-size: 20px;
    }
}


/*----------------------メイン表示----------------------*/


.main {
    width: 100%;
    max-width: 1300px;
    padding: 0 20px;
    margin: 0 auto;
    height: auto;
    background-color: unset !important;
}

/*-----page.php-----*/
.row_page{
    width: 100%;
    max-width: 1300px;
    padding: 0 20px;
    margin: 0 auto;
    height: auto;
    background-color: unset !important;
}

.wp-block-heading{
    display: block;
    position: relative;
    text-align: center;
    background-color: rgba(0, 0, 0, 00);
    border-left: 0px solid #62bec9;
    font-size: 24px;
    font-family: "NotoSerifJP-VariableFont", serif;
    margin-bottom: 10px;
    padding: 12px 0;
}
.wp-block-separator{
    margin-top: auto;
}

/*----------------------パンクズリスト----------------------*/

.breadcrumbs {
    max-width: 1300px;
    padding: 10px 20px 70px;
    margin: 0 auto;
}

.breadcrumbs ul {
    list-style: none;
}

.breadcrumbs li {
    display: inline;
    font-size: 12px;
}

.breadcrumbs li a {
    color: inherit;
    text-decoration: none;
}

.breadcrumbs li + li:before {
    content: ">";
    margin: .5em;
}


.ttl1 {
    padding: 12px 12px 12px 30px;
    border-left: 10px solid #62bec9;
    color: #555555;
    margin-bottom: 40px;
    font-weight: normal;
    font-size: 22px;
}

hr {
    margin-top: 100px;
}

/*----------------------段落用----------------------*/

@media screen and (min-width:1000px) {
    .pc_br_none {
        display: none;
    }

    .fadein {
        opacity: 1;
    }
}

@media screen and (max-width:999px) {
    .sp_br_none {
        display: none;
    }
}



@media screen and (min-width:481px) {
    .pc_br_none480 {
        display: none;
    }
}




@media screen and (max-width:560px) {
    .abz {
        margin-top: 60px;
        height: 250px;
    }

    .lower_page_top {
        height: 250px;
    }
}




/*-----------------このような症状がある方はご相談ください 共通-----------------*/

.check-mark-area {
    position: relative;
    background-color: #e6f4f1;
}


.check-mark-area .syoujyou-soudan {
    padding: 100px 20px 20px;
    width: 100%;
    line-height: 1.3;
    text-align: center;
    font-size: 24px;
    color: #3d99a3;
    font-family: "NotoSerifJP-VariableFont", serif;
    background-color: #e6f4f1;
}

.check-mark {
    padding-left: 35px;
    position: relative;
    width: 50%;
}

.check-mark::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 5px;
    width: 10px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}


.syoujyou_bk {
    background-color: #e6f4f1;
    padding: 0px 20px 100px;
}


.syoujyou p {
    margin-top: 20px;
    color: #bcbcbc;
    font-size: 14px;
}

.syoujyou {
    padding: 40px;
    width: 100%;
    max-width: 1300px;
    background-color: #fff;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.syoujyou li {
    margin: 0 0 20px 0;
    padding: 0 0 0 1.1em;
    text-indent: -1.1em;
    line-height: 1.2;
    font-size: 1.6rem;
    font-weight: 500;
    color: #636363;
}

.syoujyou li::before {
    padding-right: 10px;
    content: "●";
    font-size: 2rem;
    color: #62bec9;
}


.syoujyou-soudan {
    padding: 100px 20px 20px;
    width: 100%;
    line-height: 1.3;
    text-align: center;
    font-size: 22px;
    color: #3d99a3;
    font-family: "NotoSerifJP-VariableFont", serif;
    background-color: #e6f4f1;
}



.check-mark {
    padding-left: 35px;
    position: relative;
    width: 50%;
}

.check-mark::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 5px;
    width: 10px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}


@media screen and (max-width:767px) {

    .check-mark {
        width: 100%;
    }

    .syoujyou {
        width: 100%;
        padding: 40px 20px;
    }

    .syoujyou-soudan {
        padding: 50px 20px 20px;
    }

    .syoujyou_bk {
        padding: 0px 20px 50px;
    }
}

@media screen and (max-width:560px) {
    .syoujyou-soudan {
        font-size: 20px!important;
    }

    .syoujyou {
        width: 100%;
    }

    .check-mark {
        width: 100%;
    }

    .syoujyou li {
        font-size: 1.3rem;
    }
}


/*----------------検査対象の食品一例 共通----------------*/

.lower_middle_precautions {
    margin-top: 50px;
    border: 1px solid #62bec9;
    padding: 40px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lower_middle_precautions h3 {
    text-align: left;
    font-size: 24px;
    color: #62bec9;
    font-family: "NotoSerifJP-VariableFont", serif;
    width: 40%;
}


.lower_middle_precautions ul {
    display: flex;
    flex-wrap: wrap;
}

.lower_middle_precautions li {
    list-style: square;
    width: 45%;
    line-height: 2;
    margin-left: 20px;
}


@media screen and (max-width:767px) {

    /*---------------アレルギー反応と腸内環境-----------*/
    .lower_middle_precautions {
        flex-wrap: wrap;
        text-align: center;
        padding: 30px 24px;
    }

    .lower_middle_precautions h3 {
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
        font-size: 20px;
    }

    .lower_middle_precautions li {
        text-align: left;
        width: 100%;
    }
}


/*----------------------ファーストタイトル スタイル共通----------------------*/
.lower_top_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 150px;
}

.lower_top_img {
    width: 40%;
    position: relative;
}

.lower_top_img img {
    width: 100%;
}

.lower_top_txt {
    width: 55%;
    padding: 0 0 0 0px;
}

.lower_top_txt p {
    padding: 0 12px;
}

.lower_top_title {
    margin-top: 0;
}

.lower_top_title h2 {
    display: block;
    position: relative;
    text-align: left;
    background-color: rgba(0, 0, 0, 00);
    border-left: 0px solid #62bec9;
    font-size: 24px;
    font-family: "NotoSerifJP-VariableFont", serif;
    margin-bottom: 70px;
    padding: 0 12px;
}

.lower_top_title h2:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 43px;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #62bec9;
}

.lower_top_title span{
    display: block;
    font-size: 24px;
    color: #3d99a3;
    padding: 0 12px 30px;
    font-family: "NotoSerifJP-VariableFont", serif;
}


@media screen and (min-width:769px) and (max-width:1500px){
    .lower_top_flex{
        display: grid;
        gap:50px;
        grid-template-columns: calc(35% - 25px) calc(65% - 25px);
    }
    .lower_top_img {
        width: 100%;
    }
    .lower_top_txt {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .lower_top_flex {
        flex-direction: column-reverse;
        margin-bottom: 50px;
    }

    .lower_top_title h2 {
        text-align: center;
        font-size: 20px;
    }

    .lower_top_title h2:before {
        left: 50%;
    }

    .lower_top_txt {
        width: 100%;
        padding: 0 0 20px 0px;
    }

    .lower_top_txt p {
        padding: 0;
    }

    .lower_top_img {
        width: 100%;
        margin: 0 auto 30px;
    }
}



/*----------------------検査の流れ 共通----------------------*/

.flow_box_area {
    background-color: #e6f4f1;
    padding: 100px 0;
    margin-top: 100px;
}

.flow_area_title {
    margin-top: 0px;
}

.flow_area_title h2 {
    display: block;
    position: relative;
    text-align: center;
    background-color: rgba(0, 0, 0, 00);
    border-left: 0px solid #62bec9;
    font-size: 24px;
    font-family: "NotoSerifJP-VariableFont", serif;
    margin-bottom: 70px;
    padding: 12px;
}

.flow_area_title h2:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #62bec9;
}

.flow_box {
    max-width: 1300px;
    margin: 0 auto;
}

.flow_right h4 {
    font-size: 24px;
    color: #5ab4bd;
    padding: 0px 20px 20px 20px;
    font-family: "NotoSerifJP-VariableFont", serif;
}

.flow_right p {
    padding: 0px 20px 20px 20px;
}


@media screen and (max-width:767px) {
    .flow_box_area {
        padding: 50px 0 50px;
        margin-top: 50px;
    }
    .flow_area_title h2{
        font-size: 20px;
    }

    /*-----------------検査の流れ・スマホ用-----------------*/

    #double-slider {
        width: 90%;
        margin: 0 auto;
        background: #FFF;
        padding: 20px;
    }

    .double-slider {
        width: 90%;
        margin: 0 auto;
        background: #FFF;
        padding: 20px;
    }

    /*----------------- テキストスライダーの装飾 -----------------*/
    #text-slider {
        width: 100%;
        margin: 0 auto 0;
        padding: 15px 0 30px;
        text-align: center;
    }

    #text-slider02 {
        width: 100%;
        margin: 0 auto 0;
        padding: 15px 0 30px;
        text-align: center;
    }

    #text-slider03 {
        width: 100%;
        margin: 0 auto 0;
        padding: 15px 0 30px;
        text-align: center;
    }

    
    .text-slider {
        width: 100%;
        margin: 0 auto 0;
        padding: 15px 0 30px;
        text-align: center;
    }

    
    .inspection-main-slider {
        display: flex;
        align-items: center;
    }

    .inspection-main-slider li {
        width: 100%;
        margin: 0 auto;
    }

    .inspection-main-slider img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .text_box h4 {
        text-align: left;
        font-size: 18px;
        color: #5ab4bd;
        padding: 0px 0px 20px 0px;
        font-family: "NotoSerifJP-VariableFont", serif;
    }

    .text_box p {
        text-align: left;
    }

    .text_box span {
        font-size: 12px;
    }

    .custom-dots .slick-dots {
        display: flex !important;
        justify-content: center;
        list-style: none;
        padding: 0;
        margin: 20px 0 0 0;
    }

    .custom-dots .slick-dots li {
        margin: 0 5px;
    }

    .custom-dots .slick-dots button {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: none;
        background: #ccc;
        text-indent: -9999px;
    }

    .custom-dots .slick-dots .slick-active button {
        background: #5ab4bd;
    }
    .double-slider .slick-prev, .slick-next{
        border-top: 2px solid #62bec9;
        border-right: 2px solid #62bec9;
    }
    
    
    
    /*slider02*/
    
    .double-slider02 {
        width: 90%;
        margin: 0 auto;
        background: #FFF;
        padding: 20px;
    }

    /*----------------- テキストスライダーの装飾 -----------------*/
    

    .text-slider02 {
        width: 100%;
        margin: 0 auto 0;
        padding: 15px 0 30px;
        text-align: center;
    }
    

    .inspection-main-slider02 {
        display: flex;
        align-items: center;
    }

    .inspection-main-slider02 li {
        width: 100%;
        margin: 0 auto;
    }

    .inspection-main-slider02 img {
        max-width: 100%;
        height: auto;
        display: block;
    }
    
    

    .text_box02 h4 {
        text-align: left;
        font-size: 24px;
        color: #5ab4bd;
        padding: 0px 0px 20px 0px;
        font-family: "NotoSerifJP-VariableFont", serif;
    }

    .text_box02 p {
        text-align: left;
    }

    .text_box02 span {
        font-size: 12px;
    }
    
    
    
    .custom-dots02 .slick-dots {
        display: flex !important;
        justify-content: center;
        list-style: none;
        padding: 0;
        margin: 20px 0 0 0;
    }

    .custom-dots02 .slick-dots li {
        margin: 0 5px;
    }

    .custom-dots02 .slick-dots button {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: none;
        background: #ccc;
        text-indent: -9999px;
    }
    .slick-prev, .slick-next{
        border-top: 2px solid #62bec9;
        border-right: 2px solid #62bec9;
    }
    .custom-dots02 .slick-prev{
        border-top: 2px solid #62bec9;
        border-right: 2px solid #62bec9;
    }
    .custom-dots02 .slick-dots .slick-active button {
        background: #5ab4bd;
    }

    .flow_box_area_inspection {
        padding: 100px 0 50px;
    }
    
    /*slider03*/
    
    .double-slider03 {
        width: 90%;
        margin: 0 auto;
        background: #FFF;
        padding: 20px;
    }

    /*----------------- テキストスライダーの装飾 -----------------*/


    
    .text-slider03 {
        width: 100%;
        margin: 0 auto 0;
        padding: 15px 0 30px;
        text-align: center;
    }
    .inspection-main-slider03 {
        display: flex;
        align-items: center;
    }

    .inspection-main-slider03 li {
        width: 100%;
        margin: 0 auto;
    }

    .inspection-main-slider03 img {
        max-width: 100%;
        height: auto;
        display: block;
    }
    
    .text_box03 h4 {
        text-align: left;
        font-size: 24px;
        color: #5ab4bd;
        padding: 0px 0px 20px 0px;
        font-family: "NotoSerifJP-VariableFont", serif;
    }

    .text_box03 p {
        text-align: left;
    }

    .text_box03 span {
        font-size: 12px;
    }
    
    .custom-dots03 .slick-dots {
        display: flex !important;
        justify-content: center;
        list-style: none;
        padding: 0;
        margin: 20px 0 0 0;
    }

    .custom-dots03 .slick-dots li {
        margin: 0 5px;
    }

    .custom-dots03 .slick-dots button {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: none;
        background: #ccc;
        text-indent: -9999px;
    }

    .custom-dots03 .slick-dots .slick-active button {
        background: #5ab4bd;
    }

}




/*----------------ご来院から検査まで-----------------*/

.flowchart_flexarea .photo img{
    width: 100%;
}





/*----------------フッター-----------------*/
.button_top{
    opacity: 1;
}