@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .top_view {
    position: relative;
}
#main .top_view .main_img img {
    width: 100%;
}
#main .top_view .copy {
    position: absolute;
    padding-top: 80px;
    width: 120px;
    top: 210px;
    left: 65px;
    background: url(../img/common/icon_logo.svg) no-repeat center top/63px auto;
}
#main .top_view .copy p > span {
    height: 245px;
    padding: 7px 2px;
    display: inline-block;
    font-size: 2rem;
    line-height: 1.5;
    -webkit-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background-color: #fff;
    vertical-align: top;
    letter-spacing: 0.2em;
    white-space: nowrap;
    box-sizing: border-box;
}
#main .top_view .copy p > span:nth-child(2) {
    height: 155px;
}
#main .top_view .copy p > span:not(:last-child) {
    margin-right: 9px;
}
#main .top_view .copy p > span span {
    display: inline-block;
    margin-left: -3px;
    line-height: 1;
    letter-spacing: -0.05em;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
}
#main .top_view .icon {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 570px;
    flex-wrap: wrap;
    bottom: 48px;
    right: 5%;
}
#main .top_view .icon li {
    border-radius: 50%;
    position: relative;
    width: 176px;
    height: 176px;
    overflow: hidden;
    background: #fbf7fb;
    display: table;
}
#main .top_view .icon li:after {
    content: "";
    position: absolute;
    top: 7px;
    bottom: 7px;
    right: 7px;
    left: 7px;
    border: 3px dotted #d2d405;
    border-radius: 50%;
}
#main .top_view .icon li > div {
    vertical-align: middle;
    display: table-cell;
}
#main .top_view .icon li > div img {
    height: 48px;
    display: block;
    margin: 0 auto 11px;
    width: auto;
}
#main .top_view .icon li > div p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.85;
    text-align: center;
}
#main .top_view .icon li > div p strong {
    font-weight: 700;
    color: #68C4E9;
    text-shadow: 1px 1px 0 #F0F8FA, -1px -1px 0 #F0F8FA, -1px 1px 0 #F0F8FA, 1px -1px 0 #F0F8FA, 0px 1px 0 #F0F8FA, -1px 0 #F0F8FA, -1px 0 0 #F0F8FA, 1px 0 0 #F0F8FA;
}
#main .top_view .icon li > div p span {
    display: block;
    font-size: .8em;
}
#main .top_box {
    padding: 60px 0 70px;
}
#main .top_box .img_box {
    margin-bottom: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#main .top_box .img_box > div {
    width: calc(50% - 10px);
}
#main .top_box .img_box > div img {
    width: 100%;
}
#main .top_box .img_box p {
    font-size: 3rem;
    line-height: 1.7;
    text-align: center;
}
#main .top_box .img_box p strong {
    font-weight: bold;
    padding-bottom: 2px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, #ffffd7 50%);
}
#main .heading01 {
    margin-bottom: 28px;
    font-size: 3.2rem;
    line-height: 1.2;
    font-weight: normal;
}
#main .heading01 span {
    font-size: 1.6rem;
    margin-left: 3px;
}
#main .menu_sec {
    margin-bottom: 60px;
}
#main .menu_sec ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#main .menu_sec li {
    width: 33%;
    background-color: #68C4E9;
}
#main .menu_sec li:nth-child(2) {
    background-color: #d2d405;
}
#main .menu_sec li:nth-child(3) {
    background-color: #F0F8FA;
}
#main .menu_sec li a {
    display: flex;
    justify-content: space-between;
    position: relative;
}
#main .menu_sec li a:before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    border: 1px solid #fff;
}
#main .menu_sec li a .img {
    width: 50%;
}
#main .menu_sec li a .txt {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
}
#main .menu_sec li a .txt h3 {
    display: inline-block;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 700;
    margin: 10px 0;
    border-bottom: 1px solid;
}
#main .menu_sec li a .txt p {
    color: #fff;
}
#main .menu_sec li:nth-child(3) .txt h3, #main .menu_sec li:nth-child(3) .txt p {
    color: inherit;
}
#main .news_box {
    margin-bottom: 50px;
    background-color: #F0F8FA;
    padding: 35px 40px;
    position: relative;
}
#main .news_box h2 {
    margin-bottom: 10px;
}
#main .news_box .news_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#main .news_box .news_list li {
    width: 44%;
    margin-bottom: 20px;
}
#main .news_box .news_list li .date {
    font-weight: bold;
    margin-bottom: 5px;
}
#main .news_box .news_list li h3 {
    font-weight: normal;
}
#main .news_box .btn {
    position: absolute;
    right: 30px;
    bottom: 0;
    transform: translateY(50%);
}
#main .news_box .btn a {
    padding: 15px;
}
#main .notice_list li {
    border: 1px solid red;
    padding: 30px 40px;
    margin-top: 60px;
}
#main .notice_list h3 {
    color: red;
    font-weight: normal;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
}
#main .notice_list h3 .essential {
    white-space: nowrap;
    padding: 3px 10px 4px;
    color: #fff;
    background-color: red;
    border-radius: 5px;
    margin: 0 10px 0 0;
    font-size: 100%;
    line-height: 1.2;
    display: inline-block;
    font-weight: normal;
    font-family: 'Noto Sans JP', sans-serif;
}
#main .top_features {
    padding: 60px 0 70px;
    background-color: #F0F8FA;
    position: relative;
    overflow: hidden;
}
#main .top_features:before {
    content: "";
    display: block;
    background-color: #F7F7F7;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
}
#main .top_features .content {
    position: relative;
    z-index: 1;
}
#main .top_features .img_box {
    padding: 40px 0;
    position: relative;
}
#main .top_features .img_box + .img_box {
    margin-top: 40px;
}
#main .top_features .img_box .txt_box {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 45px;
    width: calc(50% + 25px);
    margin: 0 0 0 auto;
    position: relative;
    box-sizing: border-box;
}
#main .top_features .img_box .txt_box:after {
    counter-increment: feature;
    content: "FEATURE"counter(feature);
    color: #68C4E9;
    font-size: 20px;
    letter-spacing: 0.29em;
    transform: translate(50%, -50%) rotate(90deg);
    position: absolute;
    right: 0;
    top: 50%;
}
#main .top_features .img_box .txt_box h3 {
    letter-spacing: 0.04em;
    font-size: 1.9rem;
    margin-bottom: 10px;
}
#main .top_features .img_box .txt_box p {
    letter-spacing: 0.01em;
    margin-bottom: 30px;
}
#main .top_features .img_box .photo_box {
    position: absolute;
    height: 100%;
    width: 50vw;
    right: 50%;
    top: 0;
    bottom: 0;
    z-index: -1;
}
#main .top_features .img_box .photo_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
#main .top_features .img_box:nth-child(2n) .photo_box {
    right: inherit;
    left: 50%;
}
#main .top_features .img_box:nth-child(2n) .txt_box {
    margin: 0 auto 0 0;
}
#main .top_features .img_box:nth-child(2n) .txt_box:after {
    right: inherit;
    left: 0;
    transform: translate(-50%, -50%) rotate(90deg);
}
#main .top_features .box_sec {
    counter-reset: feature;
}
#main .top_doctor {
    padding: 60px 0 70px;
}
#main .top_doctor .btn {
    position: absolute;
    top: 70px;
    right: 0;
}
#main .list_doctor {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}
#main .list_doctor li {
    width: 20%;
    padding: 0 7px;
    box-sizing: border-box;
}
#main .list_doctor li a {
    display: block;
    height: 100%;
}
#main .list_doctor .bg_box {
    height: 100%;
    border: 1px solid #68C4E9;
    padding: 20px;
    box-sizing: border-box;
}
#main .list_doctor .bg_box .photo {
    margin-bottom: 10px;
}
#main .list_doctor .bg_box .photo img {
    width: 100%;
}
#main .list_doctor .bg_box .dl_name, #main .list_doctor .bg_box .dl_field {
    text-align: center;
}
#main .list_doctor .bg_box .dl_name dt {
    color: #68C4E9;
    letter-spacing: 0.04em;
}
#main .list_doctor .bg_box .dl_name dd {
    letter-spacing: 0.04em;
    font-size: 1.7rem;
}
#main .list_doctor .bg_box .dl_field dt {
    color: #68C4E9;
    letter-spacing: 0.04em;
}
#main .list_doctor .bg_box .dl_field dt span {
    padding: 0 7px;
    background-image: url(../img/common/bracket_start.svg), url(../img/common/bracket_end.svg);
    background-repeat: no-repeat;
    background-size: 4px auto;
    background-position: left center, right center;
}
#main .list_doctor .bg_box .dl_field dd {
    letter-spacing: -0.03em;
}
#main .list_doctor .bg_box .dl_field dd p {
    display: inline-block;
    letter-spacing: 0.04em;
    text-align: left;
}
#main .list_doctor .bg_box .dl_field dd p span img {
    margin: 0 6px 0 1px;
    vertical-align: -3px;
}
#main .list_doctor .bg_box .dl_field dd p .field_01 img {
    margin: 0 6px 0 8px;
}
#main .list_doctor .bg_box .dl_field dd p .field_02 img {
    margin: 0 2px 0 3px;
    vertical-align: middle;
}
#main .list_doctor .bg_box .dl_field dd p .field_05 img {
    margin: 0 4px 0 3px;
    vertical-align: -1px;
}
#main .list_doctor .bg_box .dl_field dd p .field_08 img {
    margin: 0 1px 0 -2px;
    vertical-align: -1px;
}
#main .list_doctor .bg_box .dl_field dd p .field_04 img {
    margin: 0 3px 0 1px;
}
#main .list_doctor .bg_box .dl_field dd p .field_06 img {
    margin: 0 4px;
}
#main .top_treatment {
    padding: 60px 0 70px;
}
#main .list_treatment {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#main .list_treatment li {
    width: 47.5%;
    padding-left: 45px;
    position: relative;
    margin-bottom: 15px;
    box-sizing: border-box;
}
#main .list_treatment li:after {
    content: "";
    display: block;
    background-color: #68C4E9;
    width: 90px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 25px;
}
#main .list_treatment a {
    display: block;
    height: 100%;
    border: 2px solid #68C4E9;
    box-sizing: border-box;
}
#main .list_treatment .bg_box {
    height: 100%;
    display: flex;
    justify-content: space-between;
}
#main .list_treatment .head_col {
    width: 44%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#main .list_treatment .head_col h3 {
    letter-spacing: 0.04em;
    padding-top: 63px;
    font-size: 1.6rem;
    width: 100%;
    text-align: center;
    background: url("../img/common/menu_01.svg") no-repeat center top/53px auto;
}
#main .list_treatment .head_col h3.menu_02 {
    background-image: url(../img/common/menu_02.svg);
    background-size: 61px auto;
    padding-top: 73px
}
#main .list_treatment .head_col h3.menu_03 {
    background-image: url(../img/common/menu_03.svg);
    background-size: 38px auto;
    padding-top: 86px
}
#main .list_treatment .head_col h3.menu_04 {
    background-image: url(../img/common/menu_04.svg);
    background-size: 89px auto;
    padding-top: 55px
}
#main .list_treatment .head_col h3.menu_05 {
    background-image: url(../img/common/menu_05.svg);
    background-size: 69px auto;
    padding-top: 70px
}
#main .list_treatment .head_col h3.menu_06 {
    background-image: url(../img/common/menu_06.svg);
    background-size: 88px auto;
    padding-top: 65px
}
#main .list_treatment .head_col h3.menu_07 {
    background-image: url(../img/common/menu_07.svg);
    background-size: 75px auto;
    padding-top: 62px
}
#main .list_treatment .head_col h3.menu_08 {
    background-image: url(../img/common/menu_08.svg);
    background-size: 70px auto;
    padding-top: 65px
}
#main .list_treatment .head_col h3.menu_09 {
    background-image: url(../img/common/menu_05.svg);
    background-size: 70px auto;
    padding-top: 65px
}
#main .list_treatment .image_col {
    width: 56%;
}
#main .list_treatment .image_col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
#main .top_worry {
    padding: 60px 0 70px;
}
#main .top_worry .list_doctor li {
    width: 50%;
    margin-bottom: 10px;
}
#main .top_worry .list_doctor .bg_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#main .top_worry .list_doctor .bg_box .dl_name {
    display: block;
    margin-left: 15px;
}
#main .top_worry .list_doctor .bg_box .dl_name dt {
    font-size: 1.7rem;
    margin-bottom: 10px;
}
#main .top_worry .list_doctor .bg_box .dl_name dt::first-letter {
    font-size: 1.2em;
    color: #d2d405;
    padding-right: .1em;
}
#main .top_worry .list_doctor .bg_box .dl_name dd {
    font-size: 1.4rem;
    text-align: left;
}
#main .cmn_qa {
    padding: 60px 0 70px;
    background-color: #F7F7F7;
}
#main .cmn_qa h2 {
    margin-bottom: 20px;
}
#main .cmn_qa .list_faq {
    border-bottom: #B9B9B9 1px solid;
    text-align: left;
}
#main .cmn_qa .list_faq dt, #main .cmn_qa .list_faq dd {
    background-position: left center;
    padding: 15px 0 15px 40px;
    position: relative;
}
#main .cmn_qa .list_faq dt:before, #main .cmn_qa .list_faq dd:before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 24px;
    line-height: 1;
}
#main .cmn_qa .list_faq dt {
    cursor: pointer;
}
#main .cmn_qa .list_faq dt:before {
    content: "Q";
    color: #68C4E9;
}
#main .cmn_qa .list_faq dt p {
    padding: 0 35px 0 0;
    background: url("../img/common/arrow_right_c.svg") no-repeat right 15px center/6px 12px;
}
#main .cmn_qa .list_faq dt.open p {
    background-image: url(../img/common/arrow_open.svg);
    background-size: 12px 12px;
}
#main .cmn_qa .list_faq dd {
    display: none;
    line-height: 1.5em;
}
#main .cmn_qa .list_faq dd:before {
    content: "A";
    color: #b9ebff;
}
#main .access {
    background-color: #F0F8FA;
    overflow: hidden;
    padding: 60px 0 50px;
}
#main .access .content {
    display: flex;
    justify-content: space-between;
}
#main .access .info_col {
    width: 405px;
}
#main .access .info_col .access_head {
    margin-bottom: 10px;
    display: flex;
}
#main .access .info_col .access_head img {
    width: 215px;
}
#main .access .info_col .access_head .pr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 45px;
    margin-left: 15px;
}
#main .access .info_col .access_head .pr p {
    text-align: center;
    border: 1px solid #D2D400;
    padding: 4px 15px 2px;
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    font-weight: 500;
}
#main .access .info_col .link_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}
#main .access .info_col .link_flex a {
    display: block;
}
#main .access .info_col .link_flex a:first-child {
	color: #68C4E9;
	font-size: 2rem;
}
#main .access .info_col .link_flex .link_access_tel {
    width: 216px;
    height: auto;
}
#main .access .info_col .link_flex .btn_access_web {
    width: 175px;
    height: auto;
}
#main .access .info_col .table_info {
    width: 100%;
    padding: 23px 0;
    border-spacing: 0;
    border-top: 1px solid #B9B9B9;
    border-bottom: 1px solid #B9B9B9;
}
#main .access .info_col .table_info th, #main .access .info_col .table_info td {
    vertical-align: top;
    line-height: 2.2;
    padding-bottom: 25px;
    text-align: left;
}
#main .access .info_col .table_info th {
    border-right: 1px solid #B9B9B9;
    padding-right: 30px;
    font-weight: normal;
}
#main .access .info_col .table_info td {
    padding-right: 15px;
    padding-left: 15px;
}
#main .access .info_col .table_info tr:last-child th, #main .access .info_col .table_info tr:last-child td {
    padding-bottom: 0;
}
#main .access .content .map_col {
    width: calc(100% - 455px);
}
#main .access .content .map_col iframe {
    width: 100%;
}
#main .cmn_other {
    padding: 60px 0 70px;
}
#main .cmn_other .list_hospital {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#main .cmn_other .list_hospital li {
    width: 30%;
    margin-bottom: 50px;
}
#main .cmn_other .list_hospital .bg_box {
    position: relative;
    height: 100%;
    border: 1px solid #68C4E9;
    padding-bottom: 20px;
    box-sizing: border-box;
}
#main .cmn_other .list_hospital h3 {
    padding: 10px 20px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.02em;
    background-color: #68C4E9;
}
#main .cmn_other .list_hospital .photo img {
    width: 100%;
}
#main .cmn_other .list_hospital .info_cont {
    padding: 20px;
}
#main .cmn_other .list_hospital .info_cont dt {
    color: #68C4E9;
    font-weight: bold;
}
#main .cmn_other .list_hospital .info_cont dd {
    line-height: 1.5;
}
#main .cmn_other .list_hospital .info_cont dd + dt {
    margin-top: 10px;
}
#main .cmn_other .list_hospital .btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
}
#main .bnr_area .btn_box {
    margin: 0 -8px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#main .bnr_item {
    width: 33.33%;
    padding: 0 8px;
    margin-bottom: 71px;
    box-sizing: border-box;
}
@media all and (max-width: 1240px) {
    #main .top_view .copy {
        top: 190px;
    }
    #main .menu_sec li a .txt p {
        font-size: 1.3rem;
    }
}
@media all and (min-width: 1041px) and (max-width: 1100px) {
    #main .top_view .copy {
        width: 100px;
    }
    #main .top_view .copy p > span {
        font-size: 1.8rem;
        padding: 7px 0;
        height: 222px;
    }
    #main .top_view .copy p > span:not(:last-child) {
        margin-right: 7px;
    }
    #main .top_view .copy p > span:nth-child(2) {
        height: 142px;
    }
}
@media all and (max-width: 1040px) {
    #main .top_view .main_img .pc {
        display: none;
    }
    #main .top_view .main_img .pad {
        display: block !important;
    }
    #main .top_box .img_box p {
        font-size: 2rem;
    }
    #main .menu_sec ul {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    #main .menu_sec li {
        width: 40%;
        margin-right: 10px;
        display: inline-block;
    }
    #main .menu_sec li a {
        flex-wrap: wrap;
    }
    #main .menu_sec li a .img {
        width: 100%;
    }
    #main .menu_sec li a .txt {
        width: 100%;
        padding: 5vw;
        text-align: center;
    }
    #main .menu_sec li a .txt h3 {
        font-size: 1.5rem;
        margin: 0 0 3vw;
    }
    #main .menu_sec li a .txt p {
        font-size: 1.2rem;
    }
    #main .menu_sec li a .txt p .pad {
        display: block !important;
    }
    #main .heading01 br.sp {
        display: block !important;
    }
    #main .list_doctor li {
        width: 33.33%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    #main .list_treatment li {
        width: 49%;
    }
    #main .list_treatment {
        display: block;
    }
    #main .list_treatment li {
        width: auto;
        padding: 0 45px;
    }
    #main .list_treatment .head_col h3.menu_01 {
        background-size: 8.4vw auto;
        padding-top: 10vw
    }
    #main .list_treatment .head_col h3.menu_02 {
        background-size: 10vw auto;
        padding-top: 12vw
    }
    #main .list_treatment .head_col h3.menu_03 {
        background-size: 6vw auto;
        padding-top: 13vw
    }
    #main .list_treatment .head_col h3.menu_04 {
        background-size: 14vw auto;
        padding-top: 9vw
    }
    #main .list_treatment .head_col h3.menu_05 {
        background-size: 11vw auto;
        padding-top: 11vw
    }
    #main .list_treatment .head_col h3.menu_06 {
        background-size: 14vw auto;
        padding-top: 10vw
    }
    #main .list_treatment .head_col h3.menu_07 {
        background-size: 12vw auto;
        padding-top: 10vw
    }
    #main .list_treatment .head_col h3.menu_08 {
        background-size: 11vw auto;
        padding-top: 10vw
    }
	#main .list_treatment .head_col h3.menu_09 {
        background-size: 11vw auto;
        padding-top: 10vw
    }
    #main .top_worry .list_doctor .bg_box .dl_name dt {
        font-size: 1.6rem;
        letter-spacing: 0;
    }
    #main .access .content {
        display: block;
    }
    #main .access .info_col, #main .access .content .map_col {
        width: auto;
    }
    #main .cmn_other .list_hospital li {
        width: 48%;
        margin-bottom: 40px;
    }
    #main .bnr_item {
        width: 50%;
        padding: 0 5px;
    }
}
@media all and (max-width: 767px) {
    #main .top_view .main_img .pad {
        display: none !important;
    }
    #main .top_view .main_img .small {
        display: none !important;
    }
    #main .top_view .copy {
        top: calc(7% + 55px);
        left: 5%;
    }
    #main .top_view .icon {
        width: 100%;
        right: 0;
        bottom: 3vw;
        padding: 0 2vw;
        box-sizing: border-box;
    }
    #main .top_view .icon li {
        width: calc(100%/3 - 5px);
        height: 32vw;
    }
    #main .top_view .icon li::after {
        top: 3px;
        bottom: 3px;
        right: 3px;
        left: 3px;
    }
    #main .top_view .icon li > div img {
        height: 8vw;
        margin-bottom: 1vw;
    }
    #main .top_view .icon li > div p {
        font-size: 3.5vw;
    }
    #main .top_box {
        padding: 30px 0;
    }
    #main .top_box .img_box {
        margin-bottom: 42px;
        display: block;
    }
    #main .top_box .img_box > div {
        width: auto;
    }
    #main .top_box .img_box .txt_box {
        margin-top: 10px;
    }
    #main .top_box .img_box .txt_box p {
        font-size: 1.8rem;
    }
    #main .heading01 {
        margin-bottom: 23px;
        font-size: 2.3rem;
        text-align: center;
    }
    #main .heading01 span {
        margin: 3px 0 0;
        display: block;
        font-size: 1.4rem;
    }
    #main .menu_sec {
        margin-bottom: 30px;
    }
    #main .menu_sec h2 {
        font-size: 2rem;
    }
    #main .menu_sec h2 span {
        margin-top: 11px;
    }
    #main .menu_sec li {
        width: 60%;
    }
    #main .menu_sec ul + p {
        text-align: right;
        margin-top: 10px;
    }
    #main .menu_sec ul + p img {
        margin-right: 5px;
        width: 13px;
        vertical-align: 0;
    }
    #main .news_box {
        margin-bottom: 30px;
        padding: 15px 20px 20px;
    }
    #main .news_box h2 {
        margin-bottom: 12px;
        font-size: 2.4rem;
    }
    #main .news_box .btn {
        right: 50%;
        transform: translate(50%, 50%);
    }
    #main .notice_list li {
        margin-top: 40px;
        padding: 20px;
    }
    #main .top_features {
        padding: 25px 0 40px;
    }
    #main .top_features .img_box {
        padding: 0;
    }
    #main .top_features .img_box .txt_box {
        padding: 20px;
        width: 100%;
    }
    #main .top_features .img_box .txt_box h3 {
        font-size: 1.6rem;
    }
    #main .top_features .img_box .txt_box p {
        margin-bottom: 20px;
    }
    #main .top_features .img_box .txt_box .btn a {
        margin: 0 auto;
    }
    #main .top_features .img_box .photo_box {
        width: 90vw;
        height: 51.5vw;
        margin-top: -5vw;
        position: relative;
        right: inherit;
        top: inherit;
        bottom: inherit;
    }
    #main .top_features .img_box .photo_box img {
        position: absolute;
        left: -5vw;
    }
    #main .top_features .img_box + .img_box {
        margin-top: 20px;
    }
    #main .top_features .img_box:nth-child(2n) .photo_box {
        left: inherit;
    }
    #main .top_features .img_box:nth-child(2n) .photo_box img {
        right: -5vw;
        left: inherit;
    }
    #main .top_doctor {
        padding: 25px 0;
    }
    #main .list_doctor li {
        width: 50%;
    }
    #main .list_doctor .bg_box {
        padding: 15px;
    }
    #main .top_doctor .btn {
        margin-top: 30px;
        position: static;
        right: auto;
        top: auto;
    }
    #main .top_doctor .btn a {
        margin: 0 auto;
    }
    #main .top_treatment {
        padding: 30px 0;
    }
    #main .top_worry {
        padding: 25px 0;
    }
    #main .list_doctor {
        margin: 0 -5px;
    }
    #main .top_worry .list_doctor li {
        width: 100%;
    }
    #main .top_worry .list_doctor .bg_box .dl_name dt {
        font-size: 3.6vw;
        margin-bottom: 3vw;
    }
    #main .top_worry .list_doctor .bg_box .dl_name dd {
        font-size: 3vw;
    }
    #main .cmn_qa {
        padding: 25px 0;
    }
    #main .cmn_qa h2 {
        margin-bottom: 25px;
    }
    #main .cmn_qa .list_faq dt::before {
        top: 12px;
    }
    #main .access {
        padding: 35px 0 25px;
    }
    #main .access .info_col {
        margin-bottom: 20px;
    }
    #main .cmn_other .list_hospital h3 {
        padding: 8px 10px 12px;
        font-size: 1.4rem;
    }
    #main .bnr_area {
        padding-bottom: 10px;
    }
}
@media all and (max-width: 568px) {
    #main .top_view .copy {
        padding-top: 65px;
        width: 90px;
        background-size: 50px auto;
    }
    #main .top_view .copy p > span {
        height: 183px;
        padding: 5px 0;
        font-size: 1.6rem;
        letter-spacing: 0.1em;
    }
    #main .top_view .copy p > span:nth-child(2) {
        height: 115px;
    }
    #main .top_view .copy p > span:not(:last-child) {
        margin-right: 8px;
    }
    #main .list_treatment li {
        padding: 0 6vw;
    }
    #main .list_treatment .head_col h3 {
        font-size: 1.4rem;
    }
    #main .list_treatment li::after {
        width: 12vw;
        top: 5vw;
    }
    #main .cmn_other {
        padding: 26px 0;
    }
    #main .access .info_col .access_head .pr p {
        padding: 3px 15px;
    }
}
@media screen and (max-width: 414px) {
    #main .access .info_col .access_head img {
        width: 150px;
    }
    #main .access .info_col .access_head .pr {
        margin-left: 10px;
        height: 40px;
        padding: 3px 5px;
        box-sizing: border-box;
    }
    #main .access .info_col .access_head .pr p {
        font-size: 0.7rem;
    }
    #main .access .info_col .address {
        font-size: 1rem;
    }
	.access .info_col .link_flex a:first-child{font-size: 4.5vw;}
    #main .access .info_col .link_flex .link_access_tel {
        width: 48vw;
    }
    #main .access .info_col .link_flex .btn_access_web {
        width: 36.5vw;
    }
    #main .access .info_col .table_info {
        padding: 13px 0;
    }
    #main .access .info_col .table_info th, #main .access .info_col .table_info td {
        padding-bottom: 15px;
    }
    #main .access .info_col .table_info th {
        padding-right: 10px;
    }
    #main .access .info_col .table_info td {
        padding-right: 10px;
        padding-left: 10px;
    }
    #main .access .content .map_col iframe {
        height: 250px;
    }
    #main .cmn_other .list_hospital {
        display: block;
    }
    #main .cmn_other .list_hospital li {
        width: auto;
        margin-bottom: 40px;
    }
    #main .bnr_item {
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
    }
    #main .bnr_area .btn_box {
        margin: 0;
    }
}
@media all and (max-width: 359px) {
    #main .top_view .copy {
        padding-top: 50px;
        width: 70px;
        top: calc(7% + 70px);
        background-size: 40px auto;
    }
    #main .top_view .copy p > span {
        height: 150px;
        font-size: 1.3rem;
    }
    #main .top_view .copy p > span span {
        margin: 0 0 1px;
    }
    #main .top_view .copy p > span:nth-child(2) {
        height: 97px;
    }
    #main .top_view .copy p > span:not(:last-child) {
        margin-right: 5px;
    }
}