a {
    color: #2980C0;
}

/*a:hover{color:#FFAA55;}*/
/**{
border: 1px solid red;
}*/
body {
    background: url('file/base/bg_all.gif');
    color: #525252;
    margin: 0;
}

table {
    border-collapse: collapse;
    padding: 0;

}



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

    .sp_only {
        display: none;
    }

}

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

    .sp_only {
        display: block;
    }
}

.vtop {
    vertical-align: top;
}

.pleft {
    padding-left: 1em;
}

.header_wrapper td {
    vertical-align: top;
}

.header_wrapper td h1 {
    margin: 0;
    line-height: 0;
}

.sidebar {
    width: 194px;
    vertical-align: top;
}



.side_toplink {
    border: 0;
}

.side_menu {
    margin-bottom: 10px;
    border: 0;
}

.side_menu.menu04 {
    margin: auto;
    text-align: center;
}

.side_menu img {

    vertical-align: middle;
}

.side_menu.menu04 tr+tr {
    margin-top: 15px;
    display: inline-block;
}

.main_contents {
    width: 556px;
    vertical-align: top;
    background-color: #fff;
    border-right: 1px solid #EAEAEA;
    /* display: block; */
}

.column2 {
    display: block;
}

.ftr_menu {
    text-align: center;
    padding: 12px;
}


.w750 {
    width: 750px;
    margin: 0 auto;
    height: 78px;
}

.w550 {
    width: 556px;
    margin: 0 auto;

}

.w520 {
    width: min(520px, 96%);

    margin: 0 auto;
}

.w412 {
    width: 412px;
    margin: 0 auto;
    display: block;
}

.w225 {
    width: 225px;
}

.w160 {
    width: 160px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb20 {
    margin-bottom: 20px;
}

.bg01 {
    background: url('file/00/bg_orenge_grade2.gif');
}

.bg_or {
    background: #ff8000;
}

.txt p {
    font-size: 13px;
}

.main_v {
    display: block;
}

.main_v .slide_wrapper {
    width: 600px;
    margin-bottom: -5px;
}

@media screen and (max-width:539.99px) {
    .main_v .slide_wrapper {
        width: 100%;
        position: absolute;
    }

    .home .w500.main_v {
        padding-bottom: 48%;
    }

}


.tit_q,
.txt_a {
    padding: 0 0 0 48px;
    font-size: 13px;
    position: relative;
    display: block;
}

.tit_q {
    color: #008040;
    font-weight: bold;
}

.tit_q:before {
    width: 42px;
    height: 34px;
    content: "";
    background: url('file/base/icon_q.png') center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.txt_a {
    margin-bottom: 1em;
    border-bottom: 1px solid #c0c0c0;
}

.txt_a:before {
    width: 43px;
    height: 34px;
    content: "";
    background: url('file/base/icon_a.png') center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}

.post_news ul li {
    font-size: 14px;
    margin-bottom: 2em;
    padding-bottom:2em;
    border-bottom: 1px solid #EAEAEA;
}

.post_news ul li time {
    display: block;
    padding-left: 1em;
    position: relative;
}

.post_news ul li time:before {
    width: 1em;
    height: 1em;
    content: '■';
    position: absolute;
    left: 0;
    top: 0;
}

.btn01 {
    text-align: center;
    margin-top: 30px;
}

.btn01 a {
    display: inline-block;
    padding: 10px;
    width: 100%;
    max-width: 200px;
    box-sizing: border-box;
    background: #e69539;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.top_info {
    font-size: 21px;
    font-weight: bold;
    border: 1px solid #288e3a;
}

.top_info.info01 {
    background: url('file/00/plt_004.gif') right center no-repeat;
}

.top_info.info02 {
    background: url('file/00/plt_005.gif') right center no-repeat;
}

.top_info.info03 {
    background: url('file/00/plt_001.gif') right center no-repeat;
}

.top_info.info04 {
    background: url('file/00/plt_003.gif') right center no-repeat;
}

.top_info.info05 {
    background: url('file/00/plt_002.gif') right center no-repeat;
}

.cr {
    text-align: center;
    font-size: 12px;
}

@media screen and (max-width:539.99px) {
    * {
        box-sizing: border-box;
    }

    body {
        margin: 0;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .w750,
    .w500,
    .w412,
    .w225 {
        width: 100%;
        border-spacing: 0;
    }

    .sp_hdr {
        background: url(file/base/header_sp_bg.jpg);
        background-size: cover;
        border-bottom: 1px solid #ccc;
    }

    .sp_hdr h1 {
        margin-bottom: 0;
        padding: 10px;
    }

    /* --------------------------------------------------- ellipsis btn */
    .side-menu-btn {
        position: fixed;
        top: 11px;
        right: 6px;
        width: 38px;
        height: 38px;
        padding: 5px;
        cursor: pointer;
        z-index: 4;
        background: rgba(255, 255, 255, 0.9);
    }

    .ellipsis-v {
        position: relative;
        display: block;
        cursor: pointer;
        width: 28px;
        height: 28px;
    }

    .ellipsis-v .point {
        position: absolute;
        left: 0;
        right: 0;
        display: block;
        width: 100%;
        height: 4px;
        margin: auto;
        background: #333;
        transition: all .3s;
    }

    .ellipsis-v .point.top {
        top: 0;
    }

    .ellipsis-v .point.mid {
        top: 0;
        bottom: 0;
    }

    .ellipsis-v .point.bot {
        bottom: 0;
    }

    .side-menu-btn:hover .top {
        transform: translateY(-2px);
    }

    .side-menu-btn:hover .bot {
        transform: translateY(2px);
    }

    .side-open .side-menu-btn:hover .top,
    .side-open .top {
        width: 38px;
        height: 2px;
        background: #333;
        transform-origin: left top;
        transform: rotate(45deg);
    }

    .side-open .mid {
        opacity: 0;
    }

    .side-open .side-menu-btn:hover .bot,
    .side-open .bot {
        width: 38px;
        height: 2px;
        background: #333;
        transform-origin: left bottom;
        transform: rotate(-45deg);
    }

    .side-open .side-menu-btn:hover .bot,
    .side-open .side-menu-btn:hover .top {
        background: #333;
    }

    .sidebar {
        position: fixed;
        left: -210px;
        top: 0;
        height: 100%;
        overflow-y: scroll;
    }

    .side-open .sidebar {
        left: 0;
        z-index: 9999;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    }

    .main_contents {
        width: 100%;
    }

    .main_contents>.w500 {
        /* display: block;*/
        /*padding: 0 10px;*/
    }

    .w500.main_v {
        padding: 0;
    }

    .top_info img {
        height: 40px;
    }

    .tit01.manga {
        padding: 2px 32px;
        line-height: 1.1;
    }

    .sp_blk {
        display: block;
    }

    .sp_blk+.sp_blk {
        margin-top: 1em;
    }

    .sp_img {
        text-align: center;
        margin: 0 auto;
    }
}

/*下層ページ共通*/
figure {
    padding: 0;
    margin: 0;
    text-align: center;
}

figure img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

.flex_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex_wrapper .flex_img {
    width: 38%;
}

.flex_wrapper .txt {
    width: 59%;
}

.page .txt p {
    margin: 0 0 1em;
    padding: 0;
}

.page .contents_inner {
    padding: 0 10px;
    display: block;
}

.line01 {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px dotted #ccc;
}

.fl {
    float: left;
}

.fl+.fl {
    margin-left: 10px;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.fl01 td .fl:first-child {
    width: 63px;
}

.fl01 td .fl:last-child {
    width: calc(100% - 73px);
}

@media screen and (min-width:540px) {
    .flex_wrapper.reverse {
        flex-direction: row-reverse;
    }
}

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



    .flex_wrapper .flex_img {
        width: 100%;
        margin-bottom: 10px;
    }

    .flex_wrapper .txt {
        width: 100%;
    }

    figure.flex_img {
        background: rgb(128, 255, 128);
    }
}




/*concept*/
.page_v img {
    vertical-align: top;
}

.page_tit {
    padding: 10px 1em 10px 4em;
    background: url('file/10/bg_ttl.jpg') left center no-repeat;
    background-size: cover;
    font-weight: bold;
    color: rgb(0, 128, 0);
    margin-bottom: 20px;
}


/*director*/
dl {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

.career dt {
    width: 5em;
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
}

.career dd {
    width: calc(100% - 6em);
    display: inline-block;
    margin: 0;
    font-size: 13px;
}

.belonging li {
    padding-left: 1.3em;
    position: relative;
    font-size: 13px;
}

.belonging li:before {
    width: 1em;
    height: 1em;
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
}

/*about*/
.flex_wrapper.access .gmap {
    width: 59%;
}

.flex_wrapper.access .txt {
    width: 38%;
}

.txt p.txt_tit {
    font-weight: bold;
    font-size: 16px;

}

@media screen and (max-width:539.99px) {
    .flex_wrapper.access .gmap {
        width: 100%;
    }

    .flex_wrapper.access .txt {
        width: 100%;
    }
}

/*staff*/
.grid_list {
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-auto-rows: minmax(60px, auto);
    column-gap: 5px;
    row-gap: 5px;
}

.grid_list .grid_parts {
    text-align: center;
}

.staff .grid_list .grid_parts p {
    margin: 0 auto;
    padding: 12px 0 8px;
    line-height: 1.0;
    color: #804000;
    font-size: 13px;
    font-weight: bold;
    background: url('file/base/bg_box.jpg') right bottom no-repeat;
    background-size: contain;
    max-width: 150px;
}

@media screen and (max-width:539.99px) {
    .grid_list {
        padding: 0;
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    }
}


/*beautiful*/
.catch_txt {
    display: block;
}

.catch_txt p {
    display: block;
    width: 100%;
    max-width: 412px;
    margin: 0 auto;
    text-align: center;
    padding: 12px;
    font-size: 18px;
    color: #804000;
    font-weight: bold;
    border: 1px solid #288e3a;
    background: url('file/base/bg_catchtxt.jpg') center right no-repeat;
    background-size: cover;
}

.feature01 ul {
    margin-bottom: 1em;
}

.feature01 ul li {
    padding-left: 1em;
    position: relative;
    font-size: 13px;
}

.feature01 ul li:after {
    width: 1em;
    height: 1em;
    content: "●";
    position: absolute;
    top: 0;
    left: 0;
}

/*contact*/
@media screen and (min-width:540px) {
    .contact_txt {
        display: block;
        width: 100%;
    }
}

.form_tit {
    width: 8em;
    font-size: 14px;
    padding: 10px 4px;
    background: rgb(252, 252, 145);
}

.form_input {
    width: calc(100% - 8em);
    padding: 10px;
    font-size: 14px;
}

.form_input .input_txt {
    width: 100%;
    box-sizing: border-box;
}

.form_input .input_txt.name {
    max-width: 16em;
}

.form_input .input_txt.telnum,
.form_input .input_txt.faxnum {
    max-width: 16em;
}

.form_input .add_inner {
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}

.form_input .input_txt.zip {
    max-width: 12em;
    margin-left: 10px;
}

.form_input .input_txt.area {
    max-width: 8em;
    margin-left: 10px;
}

.mwform-checkbox-field-text,
.mw_wp_form .vertical-item {
    font-size: 14px;
}

.mw_wp_form .form_input .vertical-item+.vertical-item {
    margin-top: 0;
}

.form_input .detail {
    width: 100%;
    box-sizing: border-box;
}

.confirm_area {
    display: block;
    text-align: center;
}

.confirm_area .btn_inner {
    display: inline-block;
}

.confirm_area input {
    display: inline-block;
}

/*完了画面CSS*/
.mw_wp_form_confirm .add_txt {
    display: none;
}

.mw_wp_form_complete {
    max-width: 500px;
    margin: 0 auto 30px;
    padding: 15px 0;
    background: #f5f5f5;
}

.mw_wp_form_complete h4 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 2em;
    text-align: center;
    padding-bottom: 0.5em;
    position: relative;
}

.mw_wp_form_complete h4:after {
    bottom: -0.5em;
    width: 2em;
    height: 0.3em;
    content: "";
    background: #333;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.mw_wp_form_complete .complete_txt p {
    text-align: center;
}

.mw_wp_form_complete .complete_txt .table03 {
    width: 100%;
    max-width: 480px;
    background: #fff;
    margin: 2em auto 2em;

}

.mw_wp_form_complete .complete_txt .table03 td {
    padding: 2em;
    width: 50%;
    font-weight: bold;
}

.mw_wp_form_complete .complete_txt .table03 td.row1 {
    color: #333;
}

.mw_wp_form_complete .complete_txt .table03 td a {
    display: inline-block;
    width: auto;
    text-decoration: none;
}

@media screen and (max-width:539.99px) {
    .mw_wp_form {
        padding: 0 10px;
    }

    .form_tit {
        width: 100%;
        padding: 10px;
        border-collapse: collapse;
    }

    .form_input {
        width: 100%;
        padding: 20px 10px;
        border-collapse: collapse;
    }

    .mw_wp_form_complete {
        padding: 15px;
    }

    .mw_wp_form_complete .complete_txt p {
        text-align: left;
    }
}


/*WP-pagenaviのページャー設定*/
.pager .wp-pagenavi {
    text-align: center;
    font-weight: bold;
    padding-top: 40px;
    width: 100%;
}

.pager .wp-pagenavi .pages {
    padding: 6px 12px;
    color: #fff;
    border: 2px solid #078ECA;
    background: #078ECA;
    margin: 0 6px;
    text-decoration: none;

}

.pager .wp-pagenavi .current {
    border: 2px solid #ccc;
    color: #ccc;
    display: inline-block;
    background: #fff;
    padding: 6px;
    margin: 0 6px;
}


.pager .wp-pagenavi a {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 6px;
}

.pager .wp-pagenavi .page {
    display: none;
}

.pager .wp-pagenavi .firstpostslink,
.pager .wp-pagenavi .endpostslink,
.pager .wp-pagenavi .nextpostslink,
.pager .wp-pagenavi .previouspostslink {
    padding: 6px 12px;
    color: #078ECA;
    text-decoration: none;
}

/*WP-pagenaviのページャー設定ここまで*/
.post_title {
    margin-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #0082C2;
}

.post_title time {
    font-weight: bold;
    font-size: 13px;
    color: #777;
}

.post_title h3 {
    margin: 0;
    margin-top: 0.1em;
    color: #0082C2;
}

.post_story {
    margin-bottom: 60px;
}

.post_story p {
    margin: 0;
    font-size: small;
}

.post_story p+p {
    margin-top: 1em;
}


.post_contents .pager {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}

span.mb10 {
    display: block;
    margin-bottom: 10px;
}

/*--------追加CSS-------*/


.nav_02 a {
    display: flex;
}

.sidebar_bg {
    background-color: #F3F8FC;
}

.flex {
    display: flex;
}

.block {
    display: block;
}

.time_txet {
    color: #000000;
    font-size: 12px;
    font-weight: 500;
}

.title_center {
    display: flex;
    justify-content: center;
}



.title_m {
    margin-left: 11%;
}

.job_announcement {
    margin-bottom: 2%;
}

.common_space {
    margin-bottom: 4%;
}

td {
    padding: 0;

}

.header_wrapper-bg {
    background-repeat: no-repeat;
    height: 58px;
    text-align: -webkit-left;
    vertical-align: middle;
}

.w600-bg {
    width: min(600px, 100%);
    margin: 0 auto;
}

.bg_top {
    background: url("file/00/main_img2.jpg") no-repeat;
    background-size: 100%;
    background-position: top center;
}

.single_title {
    margin-left: 5%;
}

.concept_text {
    display: block;
    padding-top: 8%;
    padding-left: 7%;
    padding-bottom: 5%;
}

.about_bg {
    background-repeat: no-repeat;
    background-size: contain;
}

.page .about_table {
    border-collapse: separate;
}

.center_height {
    line-height: 0.3rem;
}

.space_em {
    padding-left: 1em;
}

.table_img img {
    width: 150px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb30 {
    width: 150px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.page .txt .title_common {
    color: #fff;
    margin: 0;
}

.page-id-24 .txt .title_common {
    height: 38px;
}

.w120 img {
    width: 120px;
}

.page-id-28 .w120 img {
    margin-right: 17px;
}

.page-id-24 .about_bg .mb16 {
    margin-bottom: 16px;
}

.pt10 {
    padding-top: 10px;
}

.access_img img {
    width: 94%;
}

.pl10 {
    padding-left: 10px;
}

.page span {
    font-size: 13px;
    padding: 0 0.3em;
}

.p10 {
    padding: 10px;
}

@media screen and (max-width:539.99px) {
    .sp_flex {
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 1vw;
    }

    .sp_flex_r {
        flex-direction: column-reverse;
    }

    .sp_flex td {
        width: 100%;
    }

    .sp_flex img {
        width: 55%;
        height: 100%;
        object-fit: contain;
    }

    .p15 {
        padding: 7px 0 22px;
    }

    .bg_top-sp {
        width: 95%;
        margin: 0 auto;
    }

    .bg_top {
        background: url("file/00/main_img2-sp.jpg") no-repeat;
        background-size: 100%;
        background-position: top center;
    }

    .bg_cover {
        background-size: cover;
    }

    .concept_text {
        padding-left: 6%;
    }

    .concept_bg {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .page .about_table {
        display: block;
        border-collapse: collapse;
    }

    .sp_space {
        padding-bottom: 5%;
    }

    .sp_block {
        display: block;
        width: 100%;
    }

    .single_title {
        margin-left: 8%;
    }

    .sp_title-bg {
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .sp_none {
        display: none;
    }

    .mb30 {
        width: 100%;
        padding-right: 0;
        padding-bottom: 0;
        margin-bottom: 30px;
    }

    .table_img img {
        width: 100%;
    }

    .w100 {
        width: 100%;
    }

    .page .txt .sp_title-pd {
        padding: 10px;
    }

    .pb10 {
        padding-top: 10px;
    }

    .w120 img {
        width: 100%;
    }

    .page-id-28 .w120 img {
        margin-top: 10px;
        margin-right: 0;
    }

    .page-id-24 .txt .title_common {
        height: auto;
    }

    .page-id-24 .about_bg .mb16 {
        margin-bottom: 0;
    }

    .access_img img {
        width: 100%;
    }

    .sp_hdr h1 img {
        width: 35%;
    }
}

@media screen and (max-width:425px) {
    .page-id-7 .txt p {
        line-height: 1.2;
    }
}


.main_top {
    margin-bottom: 30px;
}

.top_footernav {
    margin: 0.5em;
}

.top_footernav th,
.top_footernav td {
    font-size: 12px;
    text-align: start;
    white-space: nowrap;
}

.top_footernav td {
    display: inline-block;
}

.content_p,
.career_box {
    padding: 1em;
}

.table_space {
    border-collapse: initial;
    border: 1px solid #B4DAE9;
    background-color: #F1F9FC;
}

.table_space2 {
    border-collapse: initial;
    border: 1px solid #B4DAE9;
    background-color: #F2F2F2;
}

.table_space td,
.table_space2 td {
    border: 1px solid #B4DAE9;
}

/* 一般歯科 */
.dentist_flex {
    align-items: center;
    justify-content: space-between;
    padding: 10px 0.8em;
}

.flex_lr {
    display: flex;
    flex-direction: row-reverse;
}

.dentist_flex .flex_txt {
    width: 55%;
    font-size: small;
    padding: 0;
}

.dentist_flex .flex_img {
    width: 40%;
    text-align: center;

}



.common_box .flex_wrapper {
    justify-content: start;
    align-items: center;
    padding: 0.5em;
}

.common_box .flex_wrapper {
    font-size: small;
}

.common_box .flex_wrapper_txt {
    padding: 0;
    margin-left: 1em;
}

.footer_contents {
    margin-top: 30px;
}

.footer_contents td.block {
    width: 100%;
}

.main_contents td {
    background-size: contain;
    background-repeat: no-repeat;

}


@media screen and (max-width:539.99px) {
    .top_footernav tr {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        margin-bottom: 5px;
    }

    .top_footernav th {
        width: 100%;
    }

    .dentist_flex {
        flex-direction: column-reverse;
    }

    .dentist_flex .flex_txt {
        width: 100%;
    }

    .main_contents .sub_title {
        background-size: cover;
    }

    .main_contents td {
        /* vertical-align: top; */
        background-position: center;
    }

    .main_contents td.title_head {
        background-position: top;
        display: flex;
    }

    .treatment {
        background-size: contain;
    }

    .treatment tr:nth-child(1) td {
        background-position: top;
    }


}

/* 医院コンセプト */


.link_box {
    background-color: rgb(240, 248, 251);
    border: solid 2px #93CBF4;
    text-align: center;
}

.link_box p {
    margin: 0.3em 0;
    font-size: small;
}

.kiji_bg {
    background-image: url('file/22/kizi_bg.jpg');
}

/* 院長挨拶 */
.career_box tr {
    margin-bottom: 0.5em;
}

.career_box th,
.career_box td {
    font-size: small;
    font-weight: normal;
}

.career_box th {
    vertical-align: top;
    padding-right: 1em;
    white-space: nowrap;
}



.map img {
    padding: 1em;

}

.answer {
    position: relative;
    padding-left: 1.5em;
}

.answer::before {
    position: absolute;
    content: "";
    width: 1.5em;
    height: 1.5em;
    background-image: url(file/42/a.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    left: 1em;
    left: 0;
    top: 3px;
}

/* .answer {
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    background-image: url(file/42/a.jpg);
    background-size: 100%;
    vertical-align: bottom;
} */

.question {
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    background-image: url(file/42/q.jpg);
    background-size: 100%;
    vertical-align: bottom;

}

@media screen and (max-width:539.99px) {
    .concept_box .dentist_flex {
        flex-direction: column;
    }

    .page-id-24 .dentist_flex {
        padding: 0;
    }
}

/* 質問 */
.question_bg {
    background-image: url(file/42/q_bar.jpg);
}