@charset "UTF-8";
.sub_mv.news {
    position: relative;
    text-align: right;
    color: #fff;
    height: 500px;
    background: url('../image/mv/mv_news.jpg') no-repeat center center;
    background-size: cover;
}

.sub_mv.outpatient {
    position: relative;
    text-align: right;
    color: #fff;
    height: 500px;
    background: url('../image/mv/mv_outpatient.jpg') no-repeat center center;
    background-size: cover;
}

.sub_mv.cd {
    position: relative;
    text-align: right;
    color: #fff;
    height: 500px;
    background: url('../image/mv/mv_cd.jpg') no-repeat center center;
    background-size: cover;
}

.sub_mv.about {
    position: relative;
    text-align: right;
    color: #fff;
    height: 500px;
    background: url('../image/mv/mv_about.jpg') no-repeat center center;
    background-size: cover;
}

.sub_mv.contact {
    position: relative;
    text-align: right;
    color: #fff;
    height: 500px;
    background: url('../image/mv/mv_contact.jpg') no-repeat center center;
    background-size: cover;
}

.sub_mv.community-service {
    position: relative;
    text-align: right;
    color: #fff;
    height: 500px;
    background: url('../image/mv/community-service.jpg') no-repeat center center;
    background-size: cover;
}

@media screen and (max-width: 949px) {
    .sub_mv.news {
        background: url('../image/mv/mv_news_sp.png') no-repeat center center;
        height: 225px;
        position: relative;
        text-align: right;
        color: #fff;
        background-size: cover;
    }
    .sub_mv.outpatient {
        background: url('../image/mv/mv_outpatient_sp.png') no-repeat center center;
        height: 225px;
        position: relative;
        text-align: right;
        color: #fff;
        background-size: cover;
    }
    .sub_mv.cd {
        background: url('../image/mv/mv_cd_sp.png') no-repeat center center;
        height: 225px;
        position: relative;
        text-align: right;
        color: #fff;
        background-size: cover;
    }
    .sub_mv.about {
        background: url('../image/mv/mv_about_sp.png') no-repeat center center;
        height: 225px;
        position: relative;
        text-align: right;
        color: #fff;
        background-size: cover;
    }
    .sub_mv.contact {
        background: url('../image/mv/mv_contact_sp.png') no-repeat center center;
        height: 225px;
        position: relative;
        text-align: right;
        color: #fff;
        background-size: cover;
    }
    .sub_mv.community-service {
        background: url('../image/mv/community-servic_sp.jpg') no-repeat center center;
        height: 225px;
        position: relative;
        text-align: right;
        color: #fff;
        background-size: cover;
    }
}

.sub_mv .container {
    position: relative;
    height: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.sub_mv h1 {
    position: absolute;
    top: 120px;
    right: 0px;
    font-size: 30px;
    letter-spacing: 1px;
    color: #333;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", serif;
    font-weight: 400;
}

.enpage .sub_mv h1 {
    font-family: 'Times New Roman', Times, serif;
}

.topSec {
    position: relative;
    margin-top: -240px;
    padding-bottom: 0;
}

@media screen and (max-width: 949px) {
    .sub_mv h1 {
        position: absolute;
        top: 90px;
        right: 20px;
        font-size: 20px;
        color: #333;
        /* font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; */
        font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", serif;
        font-weight: 400;
    }
    .topSec {
        position: relative;
        margin-top: -120px;
    }
}


/*ニュース一覧*/
.aside-title {
    padding-bottom: 7px;
    border-bottom: 1px solid #333;
}
.post {
    margin-bottom: 60px;
    padding-top: 60px;
}
.more {
  text-align: right;
  color: #333 !important;
  font-size: 16px;
  text-decoration: underline;
}

.more:hover {
  text-decoration: none;
}


.mgt-60 {
    margin-top: 60px;
}

@media screen and (min-width: 950px) {
    #mainArea {
        width: 70%;
        max-width: 780px;
        float: left;
        padding-top: 11px;
    }
    #sidebar {
        width: 30%;
        max-width: 250px;
        float: right;
        margin-top: 40px;
    }
    .archive_h3 {
        padding-bottom: 7px;
        border-bottom: 1px solid #333;
        margin-bottom: 50px;
        font-weight: normal;
        color: #333 !important;
		letter-spacing:1.0px;
    }
    .eyecatch {
        width: 30%;
        float: left;
    }
    .eyecatch img {
        width: 100%;
        height: auto !important;
    }
    .right-text {
        width: 67%;
        float: right;
    }
    .data {
        text-align: right;
        font-size: 16px;
        font-weight: normal;
        color: #333 !important;
		padding-bottom:20px;
    }
    .archive_h2 {
        text-align: center;
        font-size: 28px;
        font-weight: normal;
        margin-bottom: 80px;
    }
    .archive_h2 span {
        border-bottom: 1px solid #333;
        padding-bottom: 20px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .blog_detail img {
        width: 100%;
        display: block;
        margin-top: 1%;
        margin-bottom: 1%;
    }
}

@media screen and (max-width: 949px) {
    #mainArea {
        width: 100%;
    }
    #sidebar {
        width: 100%;
    }
    .archive_h3 {
        padding-bottom: 7px;
        border-bottom: 1px solid #333;
        margin-bottom: 25px;
        font-size: 16px;
        font-weight: normal;
        color: #333 !important;
    }
    .eyecatch {
        width: 100%;
        margin-bottom: 20px;
    }
    .eyecatch img {
        width: 100%;
        height: auto !important;
    }
    .right-text {
        width: 100%;
        font-size: 14px !important;
    }
    .data {
        text-align: right;
        font-size: 16px !important;
        font-weight: normal;
        color: #333 !important;
    }
    .archive_h2 {
        text-align: center;
        font-size: 24px;
        font-weight: normal;
        margin-bottom: 80px;
    }
    .archive_h2 span {
        border-bottom: 1px solid #333;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .sideBox p,
    .sideBox ul li {
        font-size: 14px;
    }
    .blog_detail img {
        width: 100%;
        display: block;
        margin-top: 1%;
        margin-bottom: 1%;
    }
    .blog_detail {
        font-size: 14px;
    }
}


/*パンくず*/

@media screen and (min-width: 950px) {
    .breadcrumbs {
        width: 100%;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
    }
    .breadcrumbs a,
    .breadcrumbs span {
        color: #333 !important;
        font-size: 14px;
    }
}

@media screen and (max-width: 949px) {
    .breadcrumbs {
        padding-top: 10px;
        padding-left: 15px;
        font-size: 14px;
    }
    .breadcrumbs a,
    .breadcrumbs span {
        color: #333 !important;
        font-size: 14px;
    }
    .sp-ft-14 {
        font-size: 14px;
    }
}
.aside-list {
  font-weight: normal !important;
  margin-top: 10px;
  list-style-type: disc;
  padding-left: 1.5em;
	padding-top:10px;
}

.aside-list li {
  list-style-type: disc !important;
  display: list-item !important;
	font-weight:normal!important;
	font-size:16px;
	line-height:1.5em;
	padding-bottom:6px;
}


/*外来受診のご案内*/

.mgt-6 {
    margin-top: 6% !important;
}

.mgt-3 {
    margin-top: 3% !important;
}

.ft-red {
    color: #F81D1D !important;
}

.mgl-2  {
	margin-left: 20px !important;
}

@media screen and (min-width: 950px) {
    .h3_style:before {
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 20%;
        height: 4px;
        content: '';
        background: #27AAAE !important;
    }
    .h3_style {
        position: relative;
        padding-bottom: 10px !important;
        border-bottom: 4px solid rgba(0, 0, 0, 0.13);
        max-width: 650px;
        margin-bottom: 20px;
    }
    .clinic_img {
        float: right;
        width: 100%;
        max-width: 348px;
    }
    .clinic_img img {
        width: 100%;
        height: auto !important;
    }
    .clinic_txt {
        float: left;
        width: 100%;
        max-width: 714px;
        line-height: 1.7em;
    }
    .clinic_box {
        clear: both;
    }
    .clinic_img_02 {
        max-width: 297px;
    }
    .cashless {
        border: 1px solid #0075C2;
        position: relative;
        clear: both;
        padding: 4%;
        margin-top: 8%;
    }
    .cashless h3 {
        font-size: 20px;
        color: #0075C2;
        background: #fff;
        padding-left: 4%;
        padding-right: 4%;
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .cashless_box {
        width: 33%;
        display: inline-block;
        vertical-align: top;
    }
    .cashless_box li {
        margin-left: 1em;
        text-indent: -1em;
        margin-top: 1%;
        margin-bottom: 1%;
        padding-bottom: 2px;
    }
}

@media screen and (max-width: 949px) {
    .h3_style:before {
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 20%;
        height: 2px;
        content: '';
        background: #27AAAE !important;
    }
.h3_style {
    position: relative;
    padding-bottom: 10px !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.13);
    max-width: 300px;
    margin: 40px auto 20px auto;
    font-size: 16px;
    text-align: center;
}

    .clinic_img {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .clinic_img_02 {
        width: 80% !important;
    }
    .clinic_img img {
        width: 100%;
        height: auto !important;
    }
    .clinic_txt {
        width: 100%;
        clear: both;
        margin-top: 4%;
        line-height: 1.6em;
    }
    .clinic_txt {
        font-size: 14px;
    }
    .clinic_txt ul li {
        text-indent: -1em;
        padding-left: 1em;
    }
    .sp-mgt-6 {
        margin-top: 6%;
    }
    .cashless {
        border: 1px solid #0075C2;
        position: relative;
        clear: both;
        padding: 12% 6% 6%;
        margin-top: 18%;
    }
    .cashless h3 {
        font-size: 18px;
        color: #0075C2;
        background: #fff;
        padding-left: 2%;
        padding-right: 2%;
        position: absolute;
        top: -27px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        word-break: keep-all;
    }
    .cashless_box {
        width: 100%;
    }
    .cashless_box li {
        margin-left: 1em;
        text-indent: -1em;
        font-size: 14px;
        padding-bottom: 2px;
    }
}

.mgt-minus {
    position: relative;
    /*   top: -180px; */
}


/*診療科目*/

@media screen and (min-width: 950px) {
    .cd_left {
        width: 100%;
        max-width: 520px;
        float: left;
    }
    .cd_right {
        width: 100%;
        max-width: 520px;
        float: right;
    }
    .cd_left img,
    .cd_right img {
        width: 100%;
        height: auto !important;
    }
    .cd_box {
        margin-top: 6%;
        margin-bottom: 12%;
    }
    .cd_box p {
        margin-bottom: 4%;
        line-height: 1.6em;
    }
}

@media screen and (max-width: 949px) {
    .cd_left {
        width: 100%;
		padding-top: 10px;
    }
    .cd_right {
        width: 100%;
		padding-top: 10px;
    }
    .cd_left img,
    .cd_right img {
        width: 100%;
        height: auto !important;
        margin-bottom: 2%;
    }
    .cd_box {
        margin-top: 6%;
        margin-bottom: 12%;
    }
    .cd_box p {
        margin-bottom: 4%;
        font-size: 14px;
    }
    .nomgb {
        margin-bottom: -16% !important;
    }
}


/*当院紹介*/

.arrow-btn {
    display: block;
    width: 100%;
    border: 1px solid #005BAC;
    padding: 16px 20px;
    position: relative;
    text-decoration: none;
    color: #005BAC;
    font-weight: 500;
    font-size: 16px;
    text-align: left !important;
    box-sizing: border-box;
}

.arrow-btn::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 1px #005BAC;
    border-right: solid 1px #005BAC;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
}

.mgb-2 {
    margin-bottom: 2%;
}

.about_box_02_L {
    margin-top: 6%;
}

.about_box_02_L {
    margin-top: 6%;
}

.row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 3rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.column.image {
    flex: 1 1 40%;
    max-width: 400px;
}

.column.image img {
    width: 100%;
    height: auto;
}

.column.text {
    flex: 1 1 58%;
    padding-top: 0;
}

.column.text p {
    line-height: 1.6;
}

.about_box_02_L {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
}

.about_box_02_right,
.about_box_02_right_sp {
    text-align: center;
}

.about_box_02_right img,
.about_box_02_right_sp img {
    max-width: 300px;
    width: 100%;
    height: auto;
}

.about_box_02_right p,
.about_box_02_right_sp p {
    margin-top: 0.5rem;
    font-size: 16px;
}

.about_box_02_left {
    flex: 1 1 58%;
    padding-top: 2rem;
}

.about_box_02_left p {
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .row {
        flex-direction: column;
    }
    .column {
        width: 100%;
        max-width: none;
        padding-top: 0;
    }
    .about_box_02_L {
        flex-direction: column-reverse;
    }
    .about_box_02_right,
    .about_box_02_right_sp,
    .about_box_02_left {
        width: 100%;
    }
    .about_box_02_left {
        padding-top: 1.5rem;
    }
    .column.image {
        margin-top: 30px;
    }
    .column.text {
        font-size: 14px !important;
		padding-top: 10px;
    }
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    background: #fff;
    width: 45%;
    max-width: 800px;
    padding: 20px;
    border-radius: 10px;
    overflow-y: auto;
    max-height: 90vh;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
}

.popup-content::-webkit-scrollbar {
    width: 8px;
}

.popup-content::-webkit-scrollbar-thumb {
    background: #0379C7;
    border-radius: 4px;
}

.popup-content::-webkit-scrollbar-track {
    background: #0379C7;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    background: none;
    border: none;
    color: #0379C7;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.popup h2 {
    text-align: center;
    color: #0379C7;
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
}

.popup h3 {
    color: #0379C7;
    font-size: 22px;
    margin-bottom: 0px;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", serif;
	font-weight:400;
	letter-spacing:1px;
}

.popup h4,
.qualifications h4,
.history h4,
.message h4 {
    color: #0379C7;
    font-size: 16px;
    margin: 10px 0;
    position: relative;
}

.qualifications h4::after,
.history h4::after,
.message h4::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #0379C7;
    margin: 5px 0 0;
}

.doctor-info {
    text-align: center;
    margin-bottom: 20px;
}

.doctor-info img {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin-bottom: 10px;
}

.doctor-info p {
    font-size: 15px;
    line-height: 1.6;
}

.qualifications,
.history,
.message {
    margin-bottom: 40px;
}

.qualifications ul,
.history ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.qualifications ul li,
.history ul li {
    margin-bottom: 2px;
    font-size: 15px;
}

.message p {
    font-size: 15px;
    line-height: 1.5em;
}

@media screen and (max-width: 950px) {
    .popup-content {
        width: 84%;
        padding: 15px;
    }
    .popup h2 {
        font-size: 20px;
    }
    .popup h4,
    .qualifications h4,
    .history h4,
    .message h4 {
        font-size: 18px;
    }
    .doctor-info p {
        font-size: 15px;
    }
    .qualifications ul li,
    .history ul li,
    .message p {
        font-size: 14px;
    }
}

@media screen and (min-width: 950px) {
    .about_box_04_btn {
        background: #0075C2;
        border-radius: 50px;
        text-align: center;
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 65%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        position: relative;
        font-size: 13px;
    }
    .about_box_04_btn:hover {
        background-color: #999;
        transition: background-color 0.3s ease;
    }
    .about_box_04_btn .arrow {
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%);
        transition: transform 0.3s ease;
        width: 5px;
        height: auto;
    }
    .about_box_04_btn:hover .arrow {
        transform: translate(5px, -50%);
    }
}

@media screen and (max-width: 949px) {
    .about_box_04_btn {
        background: #0075C2;
        border-radius: 50px;
        text-align: center;
        color: #fff;
        padding-top: 5px;
        padding-bottom: 5px;
        width: 75%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        position: relative;
        font-size: 10px !important;
    }
    .about_box_04_btn:hover {
        background-color: #999;
        transition: background-color 0.3s ease;
    }
    .about_box_04_btn .arrow {
        position: absolute;
        right: 13px;
        top: 50%;
        transform: translateY(-50%);
        transition: transform 0.3s ease;
        width: 4px;
        height: auto;
    }
    .about_box_04_btn:hover .arrow {
        transform: translate(5px, -50%);
    }
}

.about_slider {
    width: 100%;
    max-width: 700px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6%;
}

@media screen and (min-width: 950px) {
    .to_cck_btn {
        background: #0075C2;
        border-radius: 50px;
        text-align: center;
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 50%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        position: relative;
        font-size: 16px;
    }
}

@media screen and (max-width: 949px) {
    .to_cck_btn {
        background: #0075C2;
        border-radius: 50px;
        text-align: center;
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 80%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        position: relative;
        font-size: 14px;
    }
}

.to_cck_btn:hover {
    background-color: #999;
    transition: background-color 0.3s ease;
}

.to_cck_btn .arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.to_cck_btn:hover .arrow {
    transform: translate(5px, -50%);
}

.services_L_02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6%;
}

.services_box_02 {
    flex: 1 1 297px;
    max-width: 297px;
    box-sizing: border-box;
    margin: 10px;
    text-align: center;
    border: 1px solid #0075C2;
    font-size: 16px;
    padding-top: 2%;
    padding-bottom: 2%;
    position: relative;
    background: #fff;
    font-weight: 400 !important;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", serif;
    color: #333333;
}

.enpage .services_box_02 {
    font-family: 'Times New Roman', Times, serif;
}

.services_box_02:hover {
    opacity: 0.7;
}

.n2-section-smartslider {
    z-index: 50 !important;
}
.enpage .about_box_04 .img {
	margin-bottom: 15px;
}
.enpage .about_box_04 {
	line-height: 2em;
}
.enpage .about_box_04_btn {
	line-height: 1.5;
}
@media (min-width: 950px) {
    .pc-pdt {
        padding-top: 10%;
    }
    .about_box_01 {
        background-image: url(http://lotus-design.jp/check/wp-content/themes/akh/assets/image/about/about_01.jpg);
        background-position: left center;
        background-size: 60%;
        background-repeat: no-repeat;
        padding-top: 4%;
        padding-bottom: 4%;
        margin-top: 4%;
    }
    .about_box_01_right {
        float: right;
        width: 60%;
    }
    .about_box_01_right p,
    .about_box_02_left p {
        line-height: 1.7em !important;
    }
    .about_box_02_right {
        float: right;
        width: 100%;
        max-width: 319px;
        text-align: center;
    }
    .about_box_02_right img {
        width: 100% !important;
        height: auto !important;
    }
    .about_box_02_left {
        float: left;
        width: 100%;
        max-width: 709px;
    }
    .about_box_02_right_sp {
        display: none;
    }
    .newstyle {
        float: left;
        width: 42%;
        max-width: 440px;
    }
    .newstyle img {
        width: 100%;
        height: auto;
    }
    .about_box_03_right {
        float: right;
        width: 52%;
        max-width: 709px;
    }
    .about_box_04 {
        width: 100%;
        max-width_: 319px;
        max-width: 260px;
        margin: 0 auto;
        box-sizing: border-box;
        text-align: center;
        margin-bottom: 6%;
        display: flex;
        align-items: center;
        flex-direction: column;
        /*         justify-content: space-between; */
    }
    .docters .about_box_04 {
        justify-content: space-between;
    }
    .about_box_04 .img {
        width: 100%;
        height: auto !important;
    }
    .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 6%;
    }
    .newstyle_02 {
        float: left;
        width: 40%;
        max-width: 453px;
    }
    .newstyle_02 img {
        width: 100%;
        height: auto;
    }
    .about_box_03_right_02 {
        float: right;
        width: 60%;
        max-width: 622px;
    }
    .newstyle_02_op {
        position: absolute;
        right: 30px;
        top: -40px;
        width: 40%;
        max-width: 453px;
        z-index: 2;
    }
    .newstyle_02_op img {
        width: 100%;
        height: auto;
        border-radius: 12px;
    }
    .about_box_03_right_02_op {
        position: relative;
        width: 54%;
        max-width: 600px;
        background-color: rgba(255, 255, 255, 0.90);
        border-radius: 6px;
        padding: 3%;
        z-index: 3;
        float: left;
        top: 0;
        right: -50px;
        margin-bottom: 40px;
    }
    .newstyle_02_op_l {
        position: absolute;
        left: 30px;
        top: -40px;
        width: 40%;
        max-width: 453px;
        z-index: 2;
    }
    .newstyle_02_op_l img {
        width: 100%;
        height: auto;
        border-radius: 12px;
    }
    .about_box_03_right_02_op_l {
        position: relative;
        width: 54%;
        max-width: 600px;
        background-color: rgba(255, 255, 255, 0.90);
        padding: 3%;
        z-index: 3;
        float: right;
        top: 0;
        left: -50px;
        margin-bottom: 40px;
        border-radius: 6px;
    }
    .about_box_02_L {
        position: relative;
    }
    .pdb-2-pc {
        padding-bottom: 3%;
    }
    .mgt-DI {
        /*         margin-top: 9% !important; */
    }
    .mgt-DM {
        /*         margin-top: -6% !important; */
        margin-top: -80px !important;
    }
    .pd-style {
        margin-top: 12% !important;
        display: block;
    }
    .to_cck_btn_re {
        background: #0075C2;
        border-radius: 50px;
        text-align: center;
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 40%;
        display: block;
        margin-left: auto;
        position: relative;
        font-size: 16px;
    }
}

.to_cck_btn_re:hover {
    background-color: #999;
    transition: background-color 0.3s ease;
}

.to_cck_btn_re .arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    width: 6px;
    height: auto;
}

.to_cck_btn_re:hover .arrow {
    transform: translate(5px, -50%);
}

@media (max-width: 949px) {
    .to_cck_btn_re {
        background: #0075C2;
        border-radius: 50px;
        text-align: center;
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
        width: 80%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        font-size: 14px;
    }
    .services_L_02 {
        justify-content: center;
    }
    .services_box_02 {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
        font-size: 14px !important;
        padding-top: 4% !important;
        padding-bottom: 4% !important;
        background: #fff;
        font-weight: 400 !important;
        margin: 5px !important;
	    padding-left: 2%;
        padding-right: 2%;
    }
	.services_box_02.arrow-btn::after {
		right: 5%;
	}
    .about_box_01 {
        background-image: url(http://lotus-design.jp/check/wp-content/themes/akh/assets/image/about/about_01.jpg);
        background-position: left center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 4%;
        margin-top: 4%;
        /*     height: 500px; */
        width: 100%;
        padding-bottom: 50px;
    }
    .about_box_01_right {
        width: 90%;
        padding: 4%;
        background-color: rgba(255, 255, 255, 0.70);
        margin-left: auto;
        margin-right: auto;
    }
    .about_box_01_right p {
        font-size: 14px !important;
        line-height: 1.5em;
    }
    .about_box_02_right_sp {
        width: 45%;
        float: right;
        max-width: 319px;
        text-align: center;
        font-size: 14px !important;
    }
    .about_box_02_right_sp img {
        width: 100% !important;
        height: auto !important;
    }
    .about_box_02_left {
        width: 100%;
        max-width: 709px;
    }
    .about_box_02_left p,
    .about_box_02_right p {
        font-size: 14px;
    }
    .mgt-sp2 {
        margin-top: 2%;
    }
    .sp_left {
        width: 53%;
        float: left;
    }
    .spNone {
        display: none;
    }
    .sp_left_clr {
        clear: both;
    }
    .ft-16 {
        font-size: 16px !important;
    }
    .newstyle {
        width: 100%;
        max-width: 440px;
    }
    .newstyle img {
        width: 100%;
        height: auto;
    }
    .d-flex {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .about_box_03_right {
        width: 100%;
        max-width: 709px;
        margin-top: 2%;
        margin-bottom: 2%;
    }
    .about_box_03_right p {
        font-size: 14px !important;
    }
    .about_box_04 {
        width: 48%;
        max-width: 319px;
        margin: 0 auto;
        box-sizing: border-box;
        text-align: center;
        margin-bottom: 50px !important;
        display: flex;
        align-items: center;
        flex-direction: column;
        /*         justify-content: space-between; */
        gap: 10px;
    }
    .about_box_04 .img {
        width: 100%;
        height: auto !important;
    }
    .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 6%;
    }
    .about_box_04_btn {
        font-size: 14px;
    }
    .about_box_04 {
        font-size: 14px;
    }
    .newstyle_02 {
        width: 100%;
        max-width: 453px;
    }
    .newstyle_02 img {
        width: 100%;
        height: auto;
    }
    .about_box_03_right_02 {
        width: 100%;
        max-width: 622px;
        margin-top: 2%;
        background-color: rgba(235, 254, 255, 0.90);
    }
    .about_box_03_right_02 p {
        font-size: 14px;
    }
    .newstyle_02_op_l {
        width: 100%;
        max-width: 453px;
    }
    .newstyle_02_op_l img {
        width: 100%;
        height: auto;
        border-radius: 12px;
    }
    .about_box_03_right_02_op_l {
        width: 100%;
        max-width: 622px;
        margin-top: 2%;
        border-radius: 8px;
        margin-bottom: 5%;
    }
    .about_box_03_right_02_op_l p {
        font-size: 14px;
    }
    .newstyle_02_op {
        width: 100%;
        max-width: 453px;
    }
    .newstyle_02_op img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }
    .about_box_03_right_02_op {
        width: 100%;
        max-width: 622px;
        margin-top: 2%;
        border-radius: 12px;
    }
    .about_box_03_right_02_op p {
        font-size: 14px;
    }
    .mgt-DM {
        margin-top: -52px !important;
    }
    .pd-style {
        background-color: rgba(255, 255, 255, 1.00);
        padding: 6% !important;
        border-radius: 8px;
    }
	.about_box_04 .doctor-name span {
		font-size: 16px;
		font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", serif;
	}
	.doctor-name {
		line-height:1.5em;
		font-size: 13px;
    }
	body div#n2-ss-4 [data-hide-mobileportrait="1"] {
		display: block !important;
        --widget-offset: none !important;
	}
}

@media (min-width: 950px) {
    .oi_h3 {
        border-bottom: 1px dotted #0075C2;
        padding-bottom: 5px;
        margin-bottom: 10px;
        color: #333 !important;
		font-weight:400;
		letter-spacing:1px;
    }
    .doctor-name {
        margin-top: 20px;
    }
	.doctor-name span {
		font-size:20px;
		letter-spacing:1px;	
		padding-bottom:5px;
		font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", serif;
    }
}

@media (max-width: 949px) {
    .oi_h3 {
        border-bottom: 1px dotted #0075C2;
        padding-bottom: 5px;
        margin-bottom: 10px;
        /*         margin-top: 10px; */
        font-size: 15px;
        color: #333 !important;
    }
    .mgt-2-sp_ {
        padding-top: 3% !important;
    }
}


/*お問合せ*/

.add {
    display: block;
    margin-top: 1%;
    margin-bottom: 1%;
}

.zip_hosoku {
    color: red;
    font-size: 12px;
}

@media screen and (max-width: 949px) {
    /*chorme*/
    _:lang(x)::-internal-media-controls-overlay-cast-button,
    body .mwform-checkbox-field {
        width: 160px;
        display: block;
        margin: 0 !important;
        padding: 0 !important;
    }
    _:lang(x)::-internal-media-controls-overlay-cast-button,
    body .mwform-checkbox-field input {
        text-align: left;
        margin-left: -60px !important;
        margin-bottom: 10px;
    }
    _:lang(x)::-internal-media-controls-overlay-cast-button,
    body .mwform-checkbox-field-text {
        margin-left: -70px;
        font-size: 14px !important;
    }
    _:lang(x)::-internal-media-controls-overlay-cast-button,
    body .mwform-radio-field {
        width: 160px;
        display: block;
        margin: 0 !important;
        padding: 0 !important;
    }
    _:lang(x)::-internal-media-controls-overlay-cast-button,
    body .mwform-radio-field input {
        text-align: left;
        margin-left: -60px !important;
        margin-bottom: 10px;
    }
    _:lang(x)::-internal-media-controls-overlay-cast-button,
    body .mwform-radio-field-text {
        margin-left: -70px;
        font-size: 14px !important;
    }
    /*safari*/
    _:lang(x)+_:-webkit-full-screen-document,
    body .mwform-checkbox-field {
        width: 100%;
        display: block;
        margin: 0 !important;
        padding: 0 !important;
    }
    _:lang(x)+_:-webkit-full-screen-document,
    body .mwform-checkbox-field input {
        text-align: left;
        margin-left: 10px !important;
    }
    _:lang(x)+_:-webkit-full-screen-document,
    body .mwform-checkbox-field-text {
        margin-left: -310px;
        font-size: 14px !important;
    }
    _:lang(x)+_:-webkit-full-screen-document,
    body .mwform-radio-field {
        width: 100%;
        display: block;
        margin: 0 !important;
        padding: 0 !important;
    }
    _:lang(x)+_:-webkit-full-screen-document,
    body .mwform-radio-field input {
        text-align: left;
        margin-left: 10px !important;
    }
    _:lang(x)+_:-webkit-full-screen-document,
    body .mwform-radio-field-text {
        margin-left: -310px;
        font-size: 14px !important;
    }
}


/* お問い合わせ*/

input {
    outline: none;
}

.to_pp {
    margin-bottom: 4%;
    text-align: center;
}

.to_pp a {
    color: #339966;
    text-decoration: underline;
}

.to_pp a:hover {
    text-decoration: none;
}

@media screen and (min-width: 950px) {
    .notes {
        color: #B20000 !important;
    }
    .table-box {
        margin: 0 auto;
        width: 92%;
        background: #f2f2f2;
        padding: 4%;
    }
    .table-form tr {
        border-bottom: 1px solid #cccccc !important;
    }
    .table-form th {
        padding-top: 15px;
        padding-bottom: 15px;
        width: 25%;
        color: #000;
        font-size: 96%;
        vertical-align: middle;
        text-align: left;
        line-height: 1.5em;
        border-bottom: 1px solid #cccccc !important;
        position: relative;
        font-weight: normal !important;
    }
    .table-form td {
        width: 75%;
        padding: 1.5em 1em;
        font-size: 96%;
        line-height: 1.5em;
        text-align: left;
        border-bottom: 1px solid #cccccc !important;
    }
    .table-form td input,
    .table-form td textarea,
    .table-form td select,
    .table-form .mwform-radio-field-text,
    .table-form .mwform-checkbox-field-text {
        font-size: 96%;
    }
    input::-webkit-input-placeholder {
        color: #888;
    }
    input:-ms-input-placeholder {
        color: #888;
    }
    input::-moz-placeholder {
        color: #888;
    }
    .table-form input[type="submit"] {
        padding: .5em 2em;
        background-color: #d9e9fb;
        border: 1px solid #999;
        text-align: center;
    }
    .confbtn {
        letter-spacing: 0.05em;
        margin-top: 3%;
        margin-left: .8em;
        margin-right: .8em;
        padding: 1em 1.3em 1em 1.3em;
        border: 1px solid #000;
        background-color: #000;
        font-size: 96%;
        cursor: pointer;
        -webkit-appearance: none;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #fff;
    }
    .confbtn:hover {
        opacity: 0.7 !important;
    }
    .backbtn {
        margin-top: 3%;
        margin-left: .8em;
        margin-right: .8em;
        padding: 1em 1.3em 1em 1.3em;
        border: 1px dotted #000;
        background-color: #fff;
        color: #000;
        font-size: 96%;
        cursor: pointer;
        letter-spacing: 0.05em;
        transition: all 0.3s ease 0s;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }
    .backbtn:hover {
        margin-top: 3%;
        margin-left: .8em;
        margin-right: .8em;
        border: 1px solid #000;
        background-color: #000;
        color: #fff !important;
        font-size: 96%;
        letter-spacing: 2px;
        transition: all 0.3s ease 0s;
        cursor: pointer;
        -webkit-appearance: none;
    }
    #contact_form .confbtn {
        width: 360px;
    }
    #contact_form .backbtn {
        width: 360px;
    }
    .align-center {
        text-align: center;
        font-size: 94%;
        margin-bottom: 2%;
    }
    select {
        /* 矢印カスタマイズに重要 */
        width: 50% !important;
        border-radius: 3px !important;
        border: 1px solid rgba(214, 214, 214, 1.00) !important;
        color: #222;
        background-color: #F0F0F0;
        padding-top: 3%;
        padding-bottom: 3%;
        padding-left: 3%;
        padding-right: 3%;
    }
    .table-form tbody tr .not_radio_03 input {
        border: 1px solid rgba(214, 214, 214, 1.00);
        padding: 10px;
        color: #000;
        border-radius: 3px;
        transition: all 0.3s ease 0s;
        margin: 0 5px 15px 0;
        background: #ffffff;
        width: 20%;
    }
    .table-form tbody tr .not_radio input {
        border: 1px solid rgba(214, 214, 214, 1.00);
        padding: 15px;
        color: #000;
        border-radius: 3px;
        transition: all 0.3s ease 0s;
        margin: 0 auto 0 auto;
        background: #ffffff;
        width: 100%;
        box-sizing: border-box;
    }
    .table-form tbody tr td textarea {
        border: 1px solid rgba(214, 214, 214, 1.00);
        padding: 5px;
        color: #000;
        border-radius: 3px;
        transition: all 0.3s ease 0s;
        margin: 0 auto 0 auto;
        background: #ffffff;
        width: 100%;
        box-sizing: border-box;
    }
    #contact_form_box {
        max-width: 1080px;
        margin-left: auto;
        margin-right: auto;
    }
    .container_contact {
        width: 100%;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
    .container_contact #align {
        text-align: center;
    }
    #description {
        text-align: center;
        padding-bottom: 30px;
        line-height: 1.6em;
        font-size: 16px;
    }
    .address_small {
        font-size: 13px !important;
    }
    .pd_mg {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    .table-form td .sp_left {
        text-align: left !important;
        display: block;
        line-height: 1.5em;
        padding-left: 1em;
        padding-right: 1em;
        font-size: 96%;
    }
    .table-form .sp_left_02 {
        font-size: 96%;
    }
    .req {
        background: #B20000;
        color: #fff;
        font-size: 8pt;
        padding: 1px 10px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
    .req_nini {
        background: #9999;
        color: #fff;
        font-size: 8pt;
        padding: 1px 10px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
    .ft-s {
        font-size: 14px !important;
    }
    .input_half {
        width: 47%;
        display: inline-block;
        margin-right: 2%;
    }
}

@media screen and (max-width: 949px) {
    .spNone {
        display: none;
    }
    .notes {
        color: #B20000 !important;
    }
    .table-form input[type="submit"] {
        padding: .5em 2em;
        background-color: #d9e9fb;
        border: 1px solid #999;
        text-align: center;
    }
    .confbtn {
        letter-spacing: 0.05em;
        margin-top: 3%;
        margin-left: .8em;
        margin-right: .8em;
        padding: 1.2em 1em 1.2em 1em;
        border: 1px solid #000;
        background-color: #000;
        font-size: 16px;
        cursor: pointer;
        -webkit-appearance: none;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #fff;
    }
    .confbtn:hover {
        opacity: 0.7 !important;
    }
    .backbtn {
        margin-top: 3%;
        margin-left: .8em;
        margin-right: .8em;
        padding: 1.2em 1em 1.2em 1em;
        border: 1px dotted #000;
        background-color: #fff;
        color: #000;
        font-size: 16px;
        cursor: pointer;
        letter-spacing: 0.05em;
        transition: all 0.3s ease 0s;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }
    .backbtn:hover {
        margin-top: 3%;
        margin-left: .8em;
        margin-right: .8em;
        border: 1px solid #000;
        background-color: #000;
        color: #fff !important;
        font-size: 14px;
        letter-spacing: 2px;
        transition: all 0.3s ease 0s;
        cursor: pointer;
        -webkit-appearance: none;
    }
    .confbtn {
        width: 86%;
        margin-left: auto;
        margin-right: auto;
    }
    .backbtn {
        width: 86%;
        margin-left: auto;
        margin-right: auto;
    }
    .table-box {
        margin: 2% auto 0;
        width: 92%;
        padding: 4%;
        background: #f2f2f2;
    }
    .table-form {
        margin: 0 auto;
        width: 100%;
    }
    .table-form th {
        display: block;
        width: 100%;
        font-size: 100%;
        text-align: left !important;
        font-size: 16px !important;
        padding-top: 4% !important;
        padding-bottom: 2% !important;
        font-weight: normal !important;
        color: #333;
    }
    .table-form td {
        display: block;
        width: 100%;
        font-size: calc(19 / 640 * 100vw);
        padding: 2% 0 4%;
        border-bottom: 1px solid #cccccc !important;
        text-align: left;
    }
    .table-form td input,
    .table-form td textarea,
    .table-form td select,
    .table-form .mwform-radio-field-text_,
    .table-form .mwform-checkbox-field-text_ {
        font-size: 100%;
        width: 100% !important;
    }
    .table-form tbody tr .not_radio_03 input {
        border: 1px solid rgba(214, 214, 214, 1.00);
        padding: 5px;
        color: #000;
        border-radius: 3px;
        transition: all 0.3s ease 0s;
        margin: 0 5px 15px 0;
        background: #ffffff;
        width: 40% !important;
    }
    .table-form tbody tr .not_radio input {
        border: 1px solid rgba(214, 214, 214, 1.00);
        padding: 15px;
        color: #000;
        border-radius: 3px;
        transition: all 0.3s ease 0s;
        margin: 0 auto 0 auto;
        background: #ffffff;
        width: 100% !important;
        box-sizing: border-box;
    }
    .table-form tbody tr td textarea {
        border: 1px solid rgba(214, 214, 214, 1.00);
        padding: 5px;
        color: #000;
        border-radius: 3px;
        transition: all 0.3s ease 0s;
        margin: 0 auto 0 auto;
        background: #ffffff;
        width: 100%;
        box-sizing: border-box;
    }
    .container_contact .table-form tbody tr td {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .table-form th,
    .table-form td {
        display: block;
    }
    .table-form .sp_left_02 {
        font-size: 14px;
    }
    .container_contact {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
    }
    #description {
        text-align: left;
        padding-bottom: 30px;
        line-height: 1.5em;
        font-size: 90%;
    }
    .align-center {
        text-align: center;
        font-size: 14px !important;
        margin-bottom: 4% !important;
    }
    .req {
        background: #B20000;
        color: #fff;
        font-size: 7pt;
        padding: 3px 10px !important;
        position: absolute;
        right: 40px;
    }
    .req_nini {
        background: #9999;
        color: #fff;
        font-size: 7pt;
        padding: 3px 10px !important;
        position: absolute;
        right: 40px;
    }
    .ft-s {
        font-size: 14px !important;
    }
    .to_pp {
        font-size: 14px;
    }
}


/*プライバシーポリシー*/

.pdb-3 {
    padding-bottom: 3%;
}

.pdb-2 {
    padding-bottom: 2%;
}

.pp ul li {
    list-style-position: inside;
    margin-left: 1em;
    text-indent: -1em;
    margin-bottom: 7px;
}

.pp ul {
    margin-left: 10px;
}

@media screen and (min-width: 950px) {
    .mgt-pp-3 {
        margin-top: 3%;
    }
    .pp dl {
        margin-bottom: 3%;
    }
    .pp dt {
        font-weight: 500 !important;
        font-size: 20px !important;
        margin-bottom: 2%;
        color: #333 !important;
        border-bottom: 1px solid #333;
        padding-bottom: 5px;
    }
    .pp dd {
        font-size: 16px !important;
        line-height: 1.5em;
        margin-top: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        color: #333 !important;
    }
    .img_mail {
        margin-top: 3px;
        height: auto !important;
    }
}

@media screen and (max-width: 949px) {
    .mgt-pp-3 {
        margin-top: 6% !important;
    }
    .pp dl {
        margin-bottom: 6%;
    }
    .pp dt {
        font-weight: 500 !important;
        font-size: 16px !important;
        margin-bottom: 4%;
        color: #333 !important;
        border-bottom: 1px solid #333;
        padding-bottom: 5px;
    }
    .pp dd {
        font-size: 14px !important;
        line-height: 1.7em;
        margin-top: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        color: #333 !important;
    }
    .img_mail {
        margin-top: 3px;
        width: 135px;
        height: auto !important;
    }
    .pp-ft {
        font-size: 14px;
    }
    .departments .mgt-minus {
        margin-bottom: 120px;
    }
}

body div#n2-ss-3 [data-hide-mobileportrait="1"] {
    display: block !important;
    --widget-offset: 0 !important;
}

body #n2-ss-3-align .nextend-arrow-next {
    position: relative;
    display: block !important;
}

/* body #n2-ss-3-align .nextend-arrow-next::after {
    position: absolute;
    z-index: 20;
    content: "";
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(https://lotus-design.jp/check//wp-content/themes/akh/assets/image/common/arrow-next.png);
    background-size: contain;
} */

body #n2-ss-3-align .nextend-arrow-previous {
    position: relative;
    display: block !important;
}

/* body #n2-ss-3-align .nextend-arrow-previous::after {
    position: absolute;
    z-index: 20;
    content: "";
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(https://lotus-design.jp/check//wp-content/themes/akh/assets/image/common/arrow-prev.png);
    background-size: contain;
} */

div#n2-ss-3 .nextend-arrow img {
    opacity: 1;
}

.mb-120 {
    /* 		margin-bottom ;120px; */
}