@charset "utf-8";

/*
共通
タイトル
---------------*/
body {
    width: 100%;
    margin: 0 100px 0 0;
    padding: 0 0 0 0;
    overflow-x: hidden;
}

p {
    font-weight: 500;
}

/*
共通
---------------*/
.page_inner_Wrap {
    width: 86%;
    max-width: 1200px;
    margin: 0 auto;
}


.page_inner_space {
    padding-top: 130px;
}

.pageBlock {
    padding-top: 100px;
}

@media screen and (max-width: 991px) {
    .page_inner_Wrap {
        width: 94%;
    }

    .pageBlock {
        padding-top: 70px;
    }

    .page_inner_space {
        padding-top: 90px;
    }
}

/*
コンテンツ
------------------------------------------------------------*/
/*
メインビジュアル 全体
------------------------------*/
.mainVidualWrap {
    position: relative;
    width: 100%;
}


.mainSliderItem .mainImgWrap {
    overflow: hidden;
}

.mainVidualWrap .mainvidualText * {
    color: #ffffff;
}

.mainVidualWrap .mainvidualText {
    position: absolute;
    bottom: 14%;
    left: 10%;
}

.mainVidualWrap .mainvidualText .main_clinicTtl {
    position: relative;
    margin-bottom: 10px;
    padding-left: 1.5em;
    font-size: 26px;
}

.mainVidualWrap .mainvidualText .main_clinicTtl:before {
    position: absolute;
    top: .8em;
    left: 0;
    width: 1em;
    height: 1px;
    background: #ffffff;
    content: "";
}

.mainVidualWrap .mainvidualText .main_cath {
    margin-bottom: 30px;
    font-size: 50px;
    line-height: 1.3;
}

.mainVidualWrap .mainvidualText .main_lead {
    font-size: 16px;
    line-height: 1.7;
}

@media screen and (max-width: 768px) {
    .mainVidualWrap .mainvidualText .main_clinicTtl {
        font-size: 20px;
    }

    .mainVidualWrap .mainvidualText .main_cath {
        font-size: 40px;
    }

    .mainVidualWrap .mainvidualText .main_lead {
        font-size: 14px;
    }
}

@media screen and (max-width: 640px) {
    .mainVidualWrap .mainvidualText .main_cath {
        font-size: 30px;
    }
}

/*
メインビジュアル アニメーション
------------------------------*/
.mainSliderItem {
    /* 画像がはみ出ないようにする */
    width: 100%;
    height: 780px;
    overflow: hidden;

    margin-inline: auto;
}

.mainImgWrap img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

@keyframes mainzoomUp {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.15);
        /* 拡大率 */
    }
}

.add-animation {
    animation: mainzoomUp 10s linear 0s normal both;
}

/*
メインビジュアル 全体
------------------------------*/
.mainVidualWrap .mainImgWrap .pc_img {
    display: block;
}

.mainVidualWrap .mainImgWrap .sp_img {
    display: none;
}

@media screen and (max-width: 768px) {
    .mainVidualWrap .mainImgWrap .pc_img {
        display: none;
    }

    .mainVidualWrap .mainImgWrap .sp_img {
        display: block;
    }
}

/*
予約注釈
------------------------------*/
.cautionWrap {
    padding-top: 30px;
    padding-bottom: 100px;
}

.cautionWrap .cautionInnerWrap {
    width: 90%;
    max-width: 780px;
    margin-right: auto;
    margin-right: auto;
    margin-left: auto;
    margin-left: auto;
    padding: 30px;
    border: 1px solid var(--color-red1);
}

@media screen and (max-width: 768px) {
    .cautionWrap .cautionInnerWrap {
        padding: 20px;
    }
}

/*
動画スライダー
------------------------------*/
.movieSliderWrap {
    margin-top: 60px;
}

.movieSliderWrap .ttleType03 .ttleItem {
    position: relative;
    margin-bottom: 20px;
    padding: 0 20px;
}

.movieSliderWrap .ttleType03 .ttleItem:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
            transform: rotate(60deg);
    width: 20px;
    height: 2px;
    background-color: var(--color-main);
    content: "";

    -webkit-transform: rotate(60deg);
}

.movieSliderWrap .ttleType03 .ttleItem:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
            transform: rotate(-60deg);
    width: 20px;
    height: 2px;
    background-color: var(--color-main);
    content: "";

    -webkit-transform: rotate(-60deg);
}

.link350Contents {
    max-width: 570px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
}

.link350Contents a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px;
    /*display: block;*/
    border-radius: 10px;
    background-color: #525766;
    transition: 3s;
}

.link350Contents a:hover {
    opacity: .5;
}

.link350Contents a img {
    width: 80%;
    min-width: 320px;
}

.link350Contents a .icon {
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    border-radius: 100px;
}

.link350Contents a .icon:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 14px;
            transform: rotate(135deg);
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: "";

    -webkit-transform: rotate(135deg);
}

/*　　スライダー　　*/
.movie_sliderListWrap li {
    width: 240px;
    margin: 10px 10px;
}

.movie_sliderListWrap li img {
    display: block;
    margin-top: 10px;
    margin-bottom: 7px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.movie_sliderListWrap li p {
    width: 100%;
    text-align: center;
}

.movie_sliderListWrap li p span.txt {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    color: #525766;
    font-size: 13px;
}

.movie_sliderListWrap li p span.txt:before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    background: var(--color-main);
    content: "";
}

.movie_sliderListWrap .slick-prev, .movie_sliderListWrap .slick-next {
    display: none;
}

@media screen and (max-width: 640px) {
    .link350Contents a img {
        min-width: auto;
    }

    .link350Contents a .icon {
        width: 30px;
        height: 30px;
    }

    .link350Contents a .icon:after {
        left: 9px;
    }

    .movie_sliderListWrap li p span.txt {
        display: flex;
        align-items: flex-start;
        padding-top: 10px;
        font-size: 10px;
        line-height: 1.3;
        text-align: left;
    }

    .movie_sliderListWrap li p span.txt:before {
        position: inherit;
        top: 5px;
        width: 5px;
        height: 5px;
        margin-right: 3px;
    }
}

/*
Choice Wrap
------------------------------*/
.movieSampleWrap {
    position: relative;
    padding-bottom: 150px;
    background-color: #d6e1eb;
}

/*.movieSampleWrap:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px;
    border-top: 60px solid #fff;
    border-right: 80px solid transparent;
    border-bottom: 80px solid transparent;
    border-left: 80px solid transparent;
}*/

.movieSampleWrap .ttl_logo {
    width: 90px;
    max-width: inherit;
    margin-bottom: 0;
}

.movieSampleWrap .flexItem01 {
    display: flex;
    justify-content: space-between;
}

.movieSampleWrap .flexItem02 {
    display: flex;
    justify-content: space-between;
}

.pointflexcard {
    padding: 24px;
    border: 3px solid #428bca;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 16%);
    background: #ffffff;
    text-align: center;
}

.pointflexcard img {
    width: 70px;
    max-width: inherit;
    margin-bottom: 15px;
}

.pointflexcard .textWrap {
    font-weight: bold;
    font-size: 16px;
}

.movieSampleWrap .flexItem01 .pointflexcard {
    width: calc(50% - 10px);
    margin-bottom: 10px;
}

.movieSampleWrap .flexItem02 .pointflexcard {
    width: calc(33% - 10px);
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .movieSampleWrap {
        padding-bottom: 100px;
    }

    /*
  .movieSampleWrap:before{
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 40px;
      border-top: 40px solid #fff;
      border-right: 40px solid transparent;
      border-bottom: 40px solid transparent;
      border-left: 40px solid transparent;
  }
*/

    .movieSampleWrap .flexItem01 {
        display: block;
    }

    /*.movieSampleWrap .flexItem02{
    display: block;
  }*/
    .movieSampleWrap .flexItem01 .pointflexcard {
        width: 100%;
        margin-bottom: 20px;
    }

    .movieSampleWrap .flexItem02 .pointflexcard {
        width: calc(33% - 10px);
    }

    .pointflexcard .flexItem01 .textWrap {
        font-size: 16px !important;
    }

    .pointflexcard .textWrap {
        font-size: 12px;
    }

    .pointflexcard {
        padding: 15px 0;
    }

    .pointflexcard img {
        width: 60%;
        max-width: 70px;
    }

    .sp_hidden {
        display: none;
    }
}

/*
youtube動画エリア
------------------------------*/
.movieSampleFlex {
    display: flex;
    justify-content: space-between;
}

.movieSampleFlex_item {
    width: calc(50% - 10px);
}

.movieSampleFlex_item .youtube {
    position: relative;
    width: 100%;
}

.movieSampleFlex_item .youtube iframe {
    width: 100% !important;
}

@media screen and (max-width: 768px) {
    .movieSampleFlex {
        display: block;
    }

    .movieSampleFlex_item {
        width: 90%;
        margin-right: auto;
        margin-bottom: 40px;
        margin-left: auto;
    }
}

/*
Common Issues
------------------------------*/
.issueWrap {
    position: relative;
    padding-bottom: 150px;
}

/*
.issueWrap:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px;
    border-top: 60px solid var(--color-main);
    border-right: 80px solid transparent;
    border-bottom: 80px solid transparent;
    border-left: 80px solid transparent;
}
*/

.issueWrap .stageRowBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    /*margin-bottom: 220px;*/
}

.issueWrap .stageRowBox .stageCol:nth-child(3n + 1) {
    margin-left: 0;
}

.issueWrap .stageRowBox_news {
    margin-bottom: 0;
}

.issueWrap .stageCol {
    width: 32%;
    margin-left: 2%;
    /*margin-bottom: 60px;*/
}

.issueWrap .stageColBox {
    position: relative;
    border: 3px solid #3a4652;
    text-align: center;
}

.issueWrap .stageCol_point {
    position: relative;
    min-height: 550px;
    /* box-shadow: 0 0 8px gray; */
    padding-top: 100px;
    padding-top: 0;
    padding-bottom: 50px;
    border: 0 solid transparent;
}

.issueWrap .stageColBox img {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
}

.issueWrap .stageColBox .pointImg {
    position: absolute;
    top: -30px;
    left: 50%;
    z-index: 999;
    transform: translateX(-50%);
    width: 60px;
    max-width: inherit;
}

.issueWrap .stageCol_point h2 {
    min-height: 2em;
    margin-bottom: 20px;
    color: #000000;
    font-weight: 500;
    font-size: 22px;
    text-align: left;
}

.issueWrap .point_image_block {
    margin-bottom: 30px;
}

.issueWrap .stageCol_icon {
    margin-bottom: 30px;
}

.issueWrap .stageCol_text {
    position: inherit;
    top: auto;
    left: auto;
    transform: inherit;
    width: 70%;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    text-align: left;
}

.issueWrap .stageCol_text.line3txt {
    display: -webkit-box;
    overflow: hidden;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.issueWrap .stageCol_date {
    margin-top: 15px;
    color: #aaaaaa;
    font-size: 14px;
    font-family: "Jost", sans-serif;
    letter-spacing: .5px;
    text-align: left;
}

.issueWrap .colBtnBox {
    position: absolute;
    bottom: -12%;
    width: 100%;
    text-align: center;
}

.issueWrap .colBtnBox img {
    display: inline-block;
    width: 80%;
    max-width: 273px;
}

.issueWrap .point_image_block {
    margin-bottom: 30px;
}

/* リスト */
.issueWrap .checkList {
    min-height: 150px;
}

.issueWrap .checkList li {
    list-style: none;
    position: relative;
    min-height: 1em;
    margin-bottom: 20px;
    padding-left: 36px;
    font-size: 16px;
    text-align: left;
}

.issueWrap .checkList li:last-child {
    margin-bottom: 0;
}

.issueWrap .checkList li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    background: url(../img/top/check_icon.svg) no-repeat;
    background-size: contain;
    content: "";
}

/* テキストエリア */
.solveWrap {
    min-height: 620px;
    padding: 30px;
    border-radius: 20px;
    background-color: #525766;
}

.solveWrap .ttl {
    display: inline-block;
    margin-bottom: 20px;
    padding: 2px 10px;
    border-radius: 100px;
    background: #ffffff;
    color: #525766;
    font-weight: 500;
    font-size: 16px;
}

.solveWrap .text {
    text-align: left;
}

.solveWrap .impact {
    color: var(--color-main);
    font-weight: bold;
    font-size: 1em;
}

@media screen and (max-width: 1366px) {
    .issueWrap .checkList {
        min-height: 200px;
    }

    .solveWrap {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 768px) {
    .issueWrap {
        padding-bottom: 40px;
    }

    /*.issueWrap:before{
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      
      width: 40px;
      border-top: 40px solid var(--color-main);
      border-right: 40px solid transparent;
      border-bottom: 40px solid transparent;
      border-left: 40px solid transparent;
  }*/
    .issueWrap .stageRowBox {
        margin-bottom: 0;
    }

    .issueWrap .stageRowBox {
        display: flex;
        display: block;
    }

    .issueWrap .stageCol {
        width: 100%;
    }

    .issueWrap .stageCol {
        margin-left: 0;
    }

    .issueWrap .stageCol_point h2 {
        min-height: auto;
        font-size: 20px;
    }

    .issueWrap .checkList li {
        font-size: 15px;
    }

    .solveWrap {
        min-height: auto;
        margin-bottom: 80px;
        padding: 30px 20px;
    }

    .issueWrap .checkList {
        min-height: auto;
        margin-bottom: 30px;
    }

    .issueWrap .stageCol_point {
        min-height: auto;
        padding-bottom: 40px;
    }

    .issueWrap .stageCol_point:last-child {
        padding-bottom: 0;
    }
}

/*
ABOUT
------------------------------*/
.aboutWrap .flexWrap01 {
    display: flex;
    justify-content: space-between;
}

.aboutWrap .flexWrap01 .flex_imgWrap, .aboutWrap .flexWrap01 .flex_textWrap {
    width: calc(50% - 20px);
}

/*.aboutWrap .flex_textWrap .ttl_jp_l{
  padding-bottom: 10px;
  color: #fff;
}

.aboutWrap .flex_textWrap .ttl_en{
  font-weight: bold;
  color: #fff;
}

.aboutWrap .page_ttlType01 .ttl_jp{
    color: #fff;
}
*/
.about_img_sp {
    display: none;
}

@media screen and (max-width: 900px) {
    .aboutWrap .flex_textWrap .ttl_jp_l {
        font-size: 50px;
    }

    .aboutWrap .flexWrap01 {
        display: block;
    }

    .aboutWrap .flexWrap01 .flex_imgWrap, .aboutWrap .flexWrap01 .flex_textWrap {
        width: 100%;
    }

    .aboutWrap .flexWrap01 .flex_imgWrap {
        /*display: none;*/
    }

    .about_img_sp {
        display: block;
        margin-top: 60px;
    }
}

/*
ABOUT 背景エリア
----------------------
.aboutWrap.bgImage {
    padding-top: 120px;
    padding-bottom: 120px;
}

.aboutWrap.bgImage {
    background: url(../img/top/bg_about_img.jpg) no-repeat;
    background-position: center left;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .aboutWrap.bgImage {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    .aboutWrap.bgImage {
        background: url(../img/top/bg_about_img_sp.jpg) no-repeat;
        background-position: top center;
        background-size: cover;
    }
}

@media screen and (max-width: 640px) {
    .aboutWrap {
        padding-top: 250px;
    }

    .aboutWrap .flex_textWrap p {
        margin-bottom: 20px;
    }

    .aboutWrap .flex_textWrap h2 {
        margin-bottom: 20px;
    }
}
*/

/*
treatment
------------------------------*/
.flexWrap03 {
    display: flex;
    flex-wrap: wrap;

    gap: 80px 30px;
}

.flexWrap03 .col {
    width: calc(33.33% - 20px);
}

.flexWrap03 .imgWrap {
    margin-bottom: 20px;
    overflow: hidden;
}

.flexWrap03 .flex_text_ttl {
    margin-bottom: 10px;
    color: var(--color-main);
    font-size: 20px;
    letter-spacing: .1px;
    text-align: center;
}

.flexWrap03 .flex_text_ttl span {
    color: var(--color-main);
    font-weight: bold;
    font-size: .8em;
    letter-spacing: .1px;
}

.flexWrap03 .flex_list_link .imgWrap img {
    transition: .3s;
}

.flexWrap03 .flex_list_link:hover .imgWrap img {
    transform: scale(1.1);
}

@media screen and (max-width: 768px) {
    .flexWrap03 .flex_text_ttl {
        text-align: left;
    }

    .flexWrap03 .col {
        width: calc(50% - 15px);
    }
}

/*
Advantage
------------------------------*/
.advantageListwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    /*    margin-bottom: 220px;*/
}

.advantageListwrap .stageCol:nth-child(3n + 1) {
    margin-left: 0;
}

.advantageListwrap .advantageListwrap_news {
    margin-bottom: 0;
}

.advantageListwrap .stageCol {
    width: 32%;
    margin-bottom: 60px;
    margin-bottom: 30px;
    margin-left: 2%;
    overflow: hidden;
    border-radius: 20px;
    transition: .3s;
}

.advantageListwrap .stageColBox {
    position: relative;
    border: 3px solid #31d570;
    /*text-align: center;*/
}

.advantageListwrap .stageCol_point {
    position: relative;
    height: 100%;
    /* box-shadow: 0 0 8px gray; */
    padding-top: 100px;
    padding-top: 0;
    padding-bottom: 30px;
    border: 0 solid transparent;
    background: #ffffff;
}

.advantageListwrap .pointImg {
    position: absolute;
    top: -8%;
    left: 50%;
    transform: translateX(-50%);
}

.advantageListwrap .stageCol_point h2 {
    margin-bottom: 20px;
    padding: 0 0;
    color: var(--color-black1);
    font-weight: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.6;
    text-align: left;
}

.advantageListwrap .point_image_block {
    position: relative;
    height: 250px;
    margin-bottom: 10px;
    overflow: hidden;
}

.advantageListwrap .stageCol_icon {
    margin-bottom: 30px;
}

.advantageListwrap .stageCol_text {
    position: inherit;
    top: auto;
    left: auto;
    transform: inherit;
    width: 100%;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 0;
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
}

.stageCol_text.line3txt {
    display: -webkit-box;
    overflow: hidden;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.advantageListwrap .stageCol .number {
    color: var(--color-main);
    font-weight: 500;
    font-size: 60px;
    line-height: 1.2;
}

.advantageListwrap .stageColBox img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    transition: .3s;

    object-fit: cover;
}

.advantageListwrap .colBtnBox {
    position: absolute;
    bottom: -12%;
    width: 100%;
    text-align: center;
}

.advantageListwrap .colBtnBox img {
    display: inline-block;
    width: 80%;
    max-width: 273px;
}

.advantageListwrap .stageColBox .moreLink {
    position: relative;
    padding-right: 30px;
    color: #525766;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
}

.advantageListwrap .stageColBox .moreLink:after {
    position: absolute;
    width: 10px;
    height: 100%;
    margin-left: 5px;
    background: url(../img/common/icon_moreLink.svg) no-repeat center;
    background-size: contain;
    content: "";
}

.advantageListwrap .stageColBox a:hover .point_image_block img {
    transform: scale(1.1);
}

@media screen and (max-width: 1180px) {
    .advantageListwrap .stageCol_point {
        min-height: 400px;
    }

    .advantageListwrap .stageCol_point h2 {
        font-size: 18px;
        /* height: 160px; */
    }
}

@media screen and (max-width: 991px) {
    .advantageListwrap .stageCol_point {
        min-height: 300px;
    }

    .advantageListwrap .stageCol_text {
        position: inherit;
        top: auto;
        left: auto;
        transform: inherit;
    }
}

@media screen and (max-width: 768px) {
    .advantageListwrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    .advantageListwrap .stageCol {
        width: 40%;
        max-width: inherit;
        margin-right: inherit;
    }

    /*    .advantageListwrap .stageCol:nth-child(2n){
        margin-left: 0;
    }*/
    .advantageListwrap .stageCol:nth-child(3n + 1) {
        margin-left: 2%;
    }
}

@media screen and (max-width: 640px) {
    .advantageListwrap {
        display: block;
    }

    .advantageListwrap .stageCol {
        width: 80%;
        max-width: 400px;
        margin-right: auto;
        margin-bottom: 40px;
        margin-left: auto;
    }

    .advantageListwrap .stageCol:nth-child(3n + 1) {
        margin-right: auto;
        margin-left: auto;
    }

    .advantageListwrap .point_image_block {
        /*margin-bottom: 0;*/
        height: 200px;
    }

    .advantageListwrap .stageCol_point {
        min-height: 542px;
        min-height: auto;
        padding-bottom: 0;
    }

    .advantageListwrap .stageCol_point h2 {
        font-size: 18px;
    }

    .advantageListwrap .stageCol_text {
        width: 95%;
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 1.7;
    }
}

/*
resultWrap
------------------------------*/
.resultWrap {
    padding-bottom: 130px;
    background: url(../img/top/resultWrap_bg.png) no-repeat;
    background-position: center;
    background-size: cover;
}

/*
.resultWrap .page_ttlType02{
    background: url(../img/top/resultWrap_ttl_bg.svg) no-repeat;
    background-size: auto 100%;
    background-position: bottom center;
    padding-top: 120px;
    padding-bottom: 20px;
}
*/
.resultFlexWrap {
    display: flex;
    justify-content: center;
}

.page_ttlTate {
    /* vertical-align: middle; */
    /* text-align: center; */
    display: table;
    margin-right: 100px;
    margin-left: 100px;
    font-weight: bold;
    /* width: 100px; */
    font-size: 40px;
    line-height: 1.5;

    writing-mode: vertical-rl;
}

.resultFlexWrap .textWrap_ttl {
    width: 140px;
    padding: 5px 7px;
    border-radius: 100px;
    background: var(--color-black1);
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: .2px;
    text-align: center;
}

.numberInfoBlock {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.numberInfoBlock .numberLeft {
    /*text-align: center;*/
}

.numberInfoItem {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-right: 44px;
}

.numberInfoItem .cateName {
    display: inline-block;
    justify-content: center;
    min-width: 80px;
    margin-bottom: 10px;
    padding: 6px 22px;
    border-radius: 100px;
    /*border: 1px solid #fff;*/
    background: var(--color-black1);
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.numberInfoItem .number {
    display: block;
    font-weight: 500;
    font-size: 100px;
    line-height: 1;
    letter-spacing: 0;
}

.numberInfoItem .icon {
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0;
}

.resultWrap .sp_hide {
    display: block;
}

.resultWrap .pc_hide {
    display: none;
}

@media screen and (max-width: 1200px) {
    .page_ttlTate {
        margin-right: 50px;
        margin-left: 50px;
    }

    .numberInfoItem .cateName {
        padding: 3px 10px;
    }

    .numberInfoItem .number {
        font-size: 6.5rem;
    }

    .numberInfoItem .icon {
        font-size: 2em;
    }

    .numberInfoItem {
        margin-right: 20px;
    }
}

@media screen and (max-width: 768px) {
    .resultWrap .sp_hide {
        display: none;
    }

    .resultWrap .pc_hide {
        display: block;
    }

    .resultWrap {
        padding-bottom: 130px;
        background: url(../img/top/resultWrap_bg_sp.png) no-repeat;
        background-position: left bottom;
        background-size: cover;
    }

    .resultFlexWrap {
        display: block;
        width: 95%;
        margin-right: auto;
        margin-left: auto;
    }

    .resultWrap .page_ttlType02 {
        padding-bottom: 0;
        background-position: top;
        background-size: 100% auto;
        /*padding-top: 90px;*/
        line-height: 1.5;
    }

    .resultFlexWrap .textWrap_ttl {
        width: 120px;
        padding: 3px 5px;
        font-size: 14px;
    }

    .resultFlexWrap .textWrap {
        font-weight: normal;
    }

    .numberInfoBlock {
        /*display: block;*/
    }

    .numberInfoItem .cateName {
        font-size: 14px;
    }

    .numberInfoItem {
        /*margin-right: 0;*/
        justify-content: flex-start;
        margin-bottom: 40px;
    }

    .numberInfoItem .number {
        font-size: 80px;
    }
}

@media screen and (max-width: 640px) {
    .numberInfoItem .number {
        font-size: 43px;
    }

    .numberInfoItem .cateName {
        padding: 4px 7px;
        font-size: 10px;
    }

    .numberInfoItem .icon {
        font-size: 12px;
    }

    .numberInfoItem {
        margin-bottom: 0;
    }

    .resultWrap .number_caution {
        font-size: 10px !important;
    }
}

/*
サービスの特徴
------------------------------*/

.flexConditionsWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1380px;
    margin: 0 auto;
}

.flexConditionsWrap .flexcard {
    width: calc(33% - 40px);
    margin-bottom: 40px;
    padding: 16px;
    border-radius: 20px;
    background: #f5f5f5;
}

.flexConditionsWrap .flexcard .number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: #525766;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}

.flexConditionsWrap .flexcard .imgWrap {
    width: 80%;
    max-width: 130px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}

.flexConditionsWrap .flexcard .card_ttl {
    max-width: 280px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    letter-spacing: .2px;
}

.flexConditionsWrap .flexcard .txt {
    max-width: 280px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    font-size: 14px;
    letter-spacing: .1em;
}

.flexConditionsWrap .flexcard .card_ttl span {
    display: block;
    font-size: 18px;
    line-height: 1.7;
}

.flexConditionsWrap .flexcard .card_ttl .ttl_small {
    font-size: 14px;
}

@media screen and (max-width: 1200px) {
    .flexConditionsWrap .flexcard {
        width: calc(33% - 10px);
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991px) {
    .flexConditionsWrap {
        flex-wrap: wrap;
    }

    .flexConditionsWrap .flexcard {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 640px) {
    .flexConditionsWrap {
        flex-wrap: wrap;
    }

    .flexConditionsWrap .flexcard {
        width: 80%;
        max-width: 350px;
        margin-bottom: 20px;
    }
}

/*
導入までの流れ
------------------------------*/
.flowInnerBlock {
    max-width: 1020px;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
    text-align: center;
}

.flowInnerBlock .flowTitle .innerItem {
    position: relative;
    margin-bottom: 40px;
    padding: 15px;
    border-radius: 10px;
    background-color: #002755;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.flowInnerBlock .flowTitle .innerItem:after {
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    width: 20px;
    margin: 0 auto;
    border-top: 22px solid #002755;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    content: "";
}

.flowInnerBlock .flowItem {
    padding: 25px;
    border: 2px solid #002755;
    border-radius: 10px;
    text-align: center;
}

.flow_triangleIcon {
    width: 15px;
    margin: 20px auto 3px;
    border-top: 22px solid #002755;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
}

.flowInnerBlock .flowItem .step {
    display: inline-block;
    margin-bottom: 20px;
    padding: 5px 20px;
    border-radius: 30px;
    background-color: #002755;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
}

.flowInnerBlock .flowItem .ttl {
    margin-bottom: 18px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .flowInnerBlock .flowItem .txt {
        text-align: left;
    }
}

/*
料金表
------------------------------*/
.plan_imgWrap {
    width: 100%;
}

.plan_imgWrap img {
    width: 100%;
    min-width: 800px;
    max-width: 1020px;
}

.plan_table {
    min-width: 800px;
    background-color: #ffffff;
}

.plan_table td {
    background-color: #ffffff;
}

/*
お役立ちコラム
------------------------------*/
.caseWrap {
    padding-bottom: 150px;
}

.caseListwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    /*    margin-bottom: 220px;*/
}

.caseListwrap .stageCol:nth-child(3n + 1) {
    margin-left: 0;
}

.caseListwrap .caseListwrap_news {
    margin-bottom: 0;
}

.caseListwrap .stageCol {
    width: 32%;
    margin-bottom: 30px;
    margin-left: 2%;
    overflow: hidden;
    /*margin-bottom: 60px;*/
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    transition: .3s;
}

.caseListwrap .stageCol:hover {
    box-shadow: none;
}

.caseListwrap .stageColBox {
    position: relative;
    border: 3px solid #31d570;
    /*text-align: center;*/
}

.caseListwrap .stageCol_point {
    position: relative;
    height: 100%;
    /* box-shadow: 0 0 8px gray; */
    padding-top: 100px;
    padding-top: 0;
    padding-bottom: 30px;
    border: 0 solid transparent;
    background: #ffffff;
}

.caseListwrap .pointImg {
    position: absolute;
    top: -8%;
    left: 50%;
    transform: translateX(-50%);
}

.caseListwrap .stageCol_point h2 {
    margin-bottom: 18px;
    padding: 0 20px;
    color: var(--color-black1);
    font-weight: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
}

.caseListwrap .point_image_block {
    position: relative;
    height: 250px;
    margin-bottom: 20px;
    overflow: hidden;
}

.caseListwrap .stageCol_icon {
    margin-bottom: 30px;
}

.caseListwrap .stageCol_text {
    position: inherit;
    top: auto;
    left: auto;
    transform: inherit;
    width: 100%;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
}

.stageCol_text.line3txt {
    display: -webkit-box;
    overflow: hidden;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.caseListwrap .stageCol .voice {
    display: inline-flex;
    margin: 0 20px 10px 20px;
    padding: 3px 10px;
    border-radius: 30px;
    /* margin-right: 10px; */
    /* margin-left: 0; */
    background: var(--color-main);
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
}

.caseListwrap .stageCol .name {
    padding: 0 20px 10px 20px;
    font-size: 15px;
}

.caseListwrap .stageCol_date {
    margin-top: 15px;
    color: #aaaaaa;
    font-size: 14px;
    font-family: "Jost", sans-serif;
    letter-spacing: .5px;
    text-align: left;
}

.caseListwrap .stageColBox img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    transition: .3s;

    object-fit: cover;
}

.caseListwrap .colBtnBox {
    position: absolute;
    bottom: -12%;
    width: 100%;
    text-align: center;
}

.caseListwrap .colBtnBox img {
    display: inline-block;
    width: 80%;
    max-width: 273px;
}

.caseListwrap .stageColBox .moreLink {
    position: relative;
    padding-right: 30px;
    color: #525766;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
}

.caseListwrap .stageColBox .moreLink:after {
    position: absolute;
    width: 10px;
    height: 100%;
    margin-left: 5px;
    background: url(../img/common/icon_moreLink.svg) no-repeat center;
    background-size: contain;
    content: "";
}

.caseListwrap .stageColBox a:hover .point_image_block img {
    transform: scale(1.1);
}

@media screen and (max-width: 1180px) {
    .caseListwrap .stageCol_point {
        min-height: 400px;
    }

    .caseListwrap .stageCol_point h2 {
        font-size: 16px;
        /* height: 160px; */
    }
}

@media screen and (max-width: 991px) {
    .caseListwrap .stageCol_point {
        min-height: 300px;
    }

    .caseListwrap .stageCol_text {
        position: inherit;
        top: auto;
        left: auto;
        transform: inherit;
    }
}

@media screen and (max-width: 768px) {
    .caseWrap {
        padding-bottom: 80px;
    }

    .caseListwrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    .caseListwrap .stageCol {
        width: 40%;
        max-width: inherit;
        margin-right: inherit;
    }

    /*    .caseListwrap .stageCol:nth-child(2n){
        margin-left: 0;
    }*/
    .caseListwrap .stageCol:nth-child(3n + 1) {
        margin-left: 2%;
    }
}

@media screen and (max-width: 500px) {
    .caseListwrap {
        display: block;
    }

    .caseListwrap .stageCol {
        width: 80%;
        max-width: 400px;
        margin-right: auto;
        margin-bottom: 40px;
        margin-left: auto;
    }

    .caseListwrap .stageCol:nth-child(3n + 1) {
        margin-right: auto;
        margin-left: auto;
    }

    .caseListwrap .point_image_block {
        /*margin-bottom: 0;*/
    }

    .caseListwrap .stageColBox .moreLink {
        padding-bottom: 10px;
    }

    .caseListwrap .stageCol_point {
        min-height: 542px;
        min-height: auto;
        padding-bottom: 0;
    }

    .caseListwrap .stageCol_point h2 {
        font-size: 16px;
    }

    .caseListwrap .stageCol_text {
        width: 95%;
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 1.7;
    }
}

/* 
アコーディオン FAQ
---------------------------------------------------------- */
.voiceBox {
    overflow: hidden;
}

.acMenu {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    /*border: 1px solid var(--color-yellow);*/
    /* box-shadow: 0 0 8px gray; */
    border-radius: 10px;
    background-color: #f7f8fa;
}

.acMenu dt {
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.acMenu dd {
    display: none;
    position: relative;
    float: left;
    width: 100%;
}

.stageBox_faq {
    padding-top: 25px;
    padding-bottom: 200px;
}

.faq_tit {
    margin-bottom: 30px;
}

.faq_tit span {
    font-weight: bold;
    font-size: 30px;
}

.rotate180deg {
    transform: rotate(180deg);
}

.faqTxt {
    width: calc(100% - 154px);
    padding: 22px 40px 22px 24px;
    color: var(--color-black1);
    font-weight: 500;
    font-size: 16px;
}

.faqTxt2 {
    width: auto;
    padding: 0 70px 30px 84px;
    color: #272727;
    font-weight: 500;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
}

.faqQ {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 54px; */
    position: relative;
    padding-left: 34px;
    color: #104730;
    color: var(--color-main);
    font-weight: 500;
    font-size: 32px;
    transition: .3s;
}

.faqTxt:after {
    position: absolute;
    top: 15px;
    right: 30px;
    width: 30px;
    height: 30px;
    background: url(../img/common/icon_faq_open.svg) no-repeat center;
    /* font-family: FontAwesome; */
    color: #272727;
    content: "";
    /* font-size: 30px; */
    transition: .3s;
}

.active .faqTxt:after {
    width: 30px;
    height: 30px;
    background: url(../img/common/icon_faq_close.svg) no-repeat center;
    transition: .3s;
}

.faqA {
    position: absolute;
    width: 54px;
    color: #104730;
    font-weight: bold;
    font-size: 30px;
    line-height: 107px;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .acMenu dt {
        flex-wrap: wrap;
    }

    .stageBox_faq {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .faqQ {
        padding-left: 20px;
    }

    .faqA {
        position: inherit;
        line-height: 57px;
    }

    .faqTxt2 {
        padding: 0 20px 40px 20px;
        font-size: 15px;
    }

    .faqTxt {
        position: relative;
        width: calc(100% - 80px);
        font-size: 15px;
    }

    .faqTxt:after {
        top: calc(50% - 15px);
        right: 10px;
    }
}

/*
お役立ちコラム
------------------------------*/
.columnMainWrap {
    padding-bottom: 150px;
}

.columwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    /*    margin-bottom: 220px;*/
}

.columwrap .stageCol:nth-child(3n + 1) {
    margin-left: 0;
}

.columwrap .columwrap_news {
    margin-bottom: 0;
}

.columwrap .stageCol {
    width: 32%;
    margin-bottom: 30px;
    margin-left: 2%;
    overflow: hidden;
    /*margin-bottom: 60px;*/
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    transition: .3s;
}

.columwrap .stageCol:hover {
    box-shadow: none;
}

.columwrap .stageColBox {
    position: relative;
    border: 3px solid #31d570;
    /*text-align: center;*/
}

.columwrap .stageCol_point {
    position: relative;
    height: 100%;
    /* box-shadow: 0 0 8px gray; */
    padding-top: 100px;
    padding-top: 0;
    padding-bottom: 30px;
    border: 0 solid transparent;
    background: #ffffff;
}

.columwrap .pointImg {
    position: absolute;
    top: -8%;
    left: 50%;
    transform: translateX(-50%);
}

.columwrap .stageCol_point h2 {
    margin-bottom: 18px;
    padding: 0 20px;
    color: var(--color-black1);
    font-weight: normal;
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
}

.columwrap .point_image_block {
    position: relative;
    height: 250px;
    margin-bottom: 20px;
    overflow: hidden;
}

.columwrap .stageCol_icon {
    margin-bottom: 30px;
}

.columwrap .stageCol_text {
    position: inherit;
    top: auto;
    left: auto;
    transform: inherit;
    width: 100%;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
}

.stageCol_text.line3txt {
    display: -webkit-box;
    overflow: hidden;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.columwrap .stageCol .cate {
    display: inline-flex;
    margin: 0 20px 10px 20px;
    padding: 2px 5px;
    border-radius: 3px;
    /* margin-right: 10px; */
    /* margin-left: 0; */
    background: var(--color-main);
    font-weight: 400;
    font-size: 14px;
    text-align: left;
}

.columwrap .stageCol .cate.color_dounyu {
    background-color: #ffd1de;
}

.columwrap .stageCol .cate.color_recommend {
    background-color: #b1c3ff;
}

.columwrap .stageCol .cate.color_comment {
    background-color: #afeddf;
}

.columwrap .stageCol_date {
    margin-top: 15px;
    color: #aaaaaa;
    font-size: 14px;
    font-family: "Jost", sans-serif;
    letter-spacing: .5px;
    text-align: left;
}

.columwrap .stageColBox img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    transition: .3s;

    object-fit: cover;
}

.columwrap .colBtnBox {
    position: absolute;
    bottom: -12%;
    width: 100%;
    text-align: center;
}

.columwrap .colBtnBox img {
    display: inline-block;
    width: 80%;
    max-width: 273px;
}

.columwrap .stageColBox .moreLink {
    position: relative;
    padding-right: 30px;
    color: #525766;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
}

.columwrap .stageColBox .moreLink:after {
    position: absolute;
    width: 10px;
    height: 100%;
    margin-left: 5px;
    background: url(../img/common/icon_moreLink.svg) no-repeat center;
    background-size: contain;
    content: "";
}

.columwrap .stageColBox a:hover .point_image_block img {
    transform: scale(1.1);
}

@media screen and (max-width: 1180px) {
    .columwrap .stageCol_point {
        min-height: 400px;
    }

    .columwrap .stageCol_point h2 {
        font-size: 16px;
        /* height: 160px; */
    }
}

@media screen and (max-width: 991px) {
    .columwrap .stageCol_point {
        min-height: 300px;
    }

    .columwrap .stageCol_text {
        position: inherit;
        top: auto;
        left: auto;
        transform: inherit;
    }
}

@media screen and (max-width: 768px) {
    .columwrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    .columwrap .stageCol {
        width: 40%;
        max-width: inherit;
        margin-right: inherit;
    }

    /*    .columwrap .stageCol:nth-child(2n){
        margin-left: 0;
    }*/
    .columwrap .stageCol:nth-child(3n + 1) {
        margin-left: 2%;
    }
}

@media screen and (max-width: 500px) {
    .columwrap {
        display: block;
    }

    .columwrap .stageCol {
        width: 80%;
        max-width: 400px;
        margin-right: auto;
        margin-bottom: 40px;
        margin-left: auto;
    }

    .columwrap .stageCol:nth-child(3n + 1) {
        margin-right: auto;
        margin-left: auto;
    }

    .columwrap .point_image_block {
        /* margin-bottom: 0;*/
    }

    .columwrap .stageCol_point {
        min-height: 542px;
        min-height: auto;
        padding-bottom: 0;
    }

    .columwrap .stageColBox .moreLink {
        padding-bottom: 10px;
    }

    .columwrap .stageCol_point h2 {
        font-size: 16px;
    }

    .columwrap .stageCol_text {
        width: 95%;
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 1.7;
    }
}

/*
仮トップページ index2.php
------------------------------*/
.kari_toppage .page_inner_Wrap .page_ttlType01 {
    display: inline-block;
    width: 313px;
    height: auto;
    margin: 0 auto;
}

.kari_toppage .page_inner_Wrap .topContainer {
    text-align: center;
}

.kari_toppage .page_inner_Wrap .page_ttlType01 {
    margin-bottom: 100px;
}

.kari_toppage .page_inner_Wrap .page_ttlType01 .kari_logo {
    width: 100%;
}

.kari_toppage .page_inner_Wrap .page_ttlType01 .kari {
    font-size: 22px;
}

.kari_toppage .page_inner_Wrap .ttl_jp {
    font-size: 50px;
}

.kari_toppage .official_site {
    margin-top: 100px;
    text-align: center;
}

.kari_toppage .official_site p {
    margin-bottom: 30px;
}

.kari_toppage .official_site img {
    display: inline-block;
    width: 313px;
    height: auto;
}
/* ===============================================
# 追加2024/01/10
=============================================== */
/* リンク */
.new-link-wrapper {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 10px auto 60px;

    gap: 30px;
}

.new-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    width: 500px;
    padding: 20px 30px;
    background-color: #002755;
    color: #ffffff !important;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin: 0 auto 20px auto;
    border-radius: 10px;
}

.new-triangle {
    width: 0;
    height: 0;
    border-top: 20px solid #ffffff;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
}

/* description */
.new-description {
    width: 80%;
    margin: 30px auto 0;
}

.new-text {
    font-weight: bold;
    font-size: 18px;
}
.new-text.new-text--center {
    text-align: center;
}

.navy_midashi.navy_midashi--small {
    margin-top: 20px;
    color: #000000;
    font-size: 18px;
}

.new-text.new-text--desc {
    display: list-item;
    list-style-type: disc;
    margin-top: 20px;
    margin-left: 1em;
}
/* index.phpのための記述 */
/* .new-description__content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    margin: 20px auto 0;
    padding: 20px;
    border: 4px solid #002755;
    border-radius: 20px;

    gap: 50px;
} */
/* index3.phpのための記述 */
/* .new-description__content {
    width: 100%;
    margin: 20px auto 0;
} */
.n-desc-cont__left {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: 40%;
    text-align: center;
}

.n-desc-cont__left-link {
    color: #c73527 !important;
    font-weight: bold;
    font-size: 30px;
}
.n-desc-cont__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;

    gap: 30px;
}
.n-desc-cont__center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #002755;
    color: #ffffff;
    font-weight: bold;
    aspect-ratio: 1/1;
}

.n-desc-cont__right {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.new-text.new-text--large {
    font-weight: bold;
    font-size: 24px;
}
.mt20 {
    margin-top: 20px;
}
/* 石井医師の診療予約 */
/* index.php */
/* .easy-web {
    width: 95%;
    margin: 20px auto 0;
    padding: 20px;
    border: 4px solid #002755;
    border-radius: 20px;
} */

/* index3.php */
/* .easy-web {
    width: 100%;
    margin: 20px auto 0;
} */

.easy-web__content {
    display: flex;
    justify-content: space-between;
    align-items: center;

    gap: 20px;
}
.new-text.new-text--easy {
    text-align: center;
}
.easy-web__link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    background-color: #002755;
    color: #ffffff !important;
    font-weight: bold;
    font-size: 18px;
}
.easy-web-r-cont {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 10px;

    gap: 10px;
}
.easy-web-r-cont::before {
    position: absolute;
    top: 0;
    left: 18px;
    width: 5px;
    height: calc(100% - 50px);
    background-color: #002755;
    content: "";
}

.easy-web-r-cont__item {
    display: flex;
    justify-content: space-between;
}
.easy-web-r__circle {
    flex: 1;
}
.easy-web-r__circle span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #002755;
    color: #ffffff !important;
    font-weight: bold;
    aspect-ratio: 1/1;
}

.easy-web-r-cont__text {
    flex: 4;
}

.easy-web__notes {
    color: #c73527 !important;
    text-align: center;
}
.cancel-notes {
    color: #c73527 !important;
}
.new-contact__link-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.new-contact__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 300px;
    padding: 10px;
    background-color: #002755;
    color: #ffffff ;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.new-content__inner {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 768px) {
    .new-description__content {
        flex-direction: column;

        gap: 20px;
    }
    .new-link-wrapper {
        flex-direction: column;
        align-items: center;

        gap: 50px;
    }
    .new-link {
        width: 100%;
        max-width: 430px;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 14px;
    }

    .n-desc-cont__left {
        align-items: center;
        width: 100%;
    }
    .n-desc-cont__inner {
        justify-content: center;
        width: 100%;
    }

    .n-desc-cont__right {
        text-align: center;
    }
    .easy-web__content {
        flex-direction: column-reverse;
    }
    .new-triangle {
        width: 0;
        height: 0;
        margin-top: auto;
        border-top: 10px solid #ffffff;
        border-right: 30px solid transparent;
        border-left: 30px solid transparent;
    }
}
@media screen and (max-width: 500px) {
    .new-text.new-text--large {
        font-size: 18px;
    }
    .n-desc-cont__center {
        width: 70px;
        height: 70px;
        font-size: 12px;
    }
    .n-desc-cont__inner {
        gap: 10px;
    }
    .new-text.new-text--center {
        font-size: 16px;
    }
    .n-desc-cont__left-link {
        font-size: 20px;
    }
}
#an1, #an2 {
    font-weight: bold;
    font-size: 20px;
}
.color-1 {
    color: #8eabdc;
    font-weight: bold;
}
.color-2 {
    color: #2f5597;
    font-weight: bold;
}
.color-3 {
    color: #002762;
    font-weight: bold;
}
.mt50 {
    margin-top: 50px !important;
}
.twn {
    font-weight: normal;
}
.new-text.new-text-border {
    width: fit-content;
    padding: 5px 10px;
    border: 1px solid #333333;
}
.link-blue {
    color: blue !important;
    font-weight: bold;
    font-size: inherit;
    font-size: 24px;
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    .new-text.new-text-border{
        margin-left: auto;
        margin-right: auto;
        font-size: 18px;
        padding: 5px;
    }
    
}