@charset "UTF-8";

/*========================================================
reset
========================================================*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}*/
body {
    line-height: 1.5;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:hover img.hoverImg {
    filter: alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity: 0.7;
}

/*========================================================
default setting
========================================================*/
body {
    font-size: 84%;
    color: #666666;
}

p {
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.8;
}

/* anchor:text */
a {
    text-decoration: none;
    color: #666666;
}

a:visited {
    text-decoration: underline;
    color: #999999;
}

a:hover {
    text-decoration: underline;
    color: #0075C2;
}

a:active {
    text-decoration: none;
    color: #666666;
}

/* clear */
.clr {
    clear: both;
}

/* clearfix */
.cf {
    *zoom: 1;
}

.cf:after {
    display: block;
    clear: both;
    content: "";
}

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

.clearfix {
    display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}




/* frame fit img */
img.fit {
    width: 100%;
    height: auto;
}

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

.clearfix {
    display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

#contents p {
    font-size: 16px;
}

#contents li {
    font-size: 16px;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

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

    .sp {
        display: block;
    }

    #contents p {
        font-size: 14px;
        line-height: 1.4;
    }

    #contents li {
        font-size: 14px;
        line-height: 1.4;
    }
}

/*========================================================
header
========================================================*/
#headerGroup {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    min-width: 320px;
    width: 100%;
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
}

#headerGroup + * {
    margin-top: 71px;
}


#header {
    overflow: hidden;
    height: 103px;
    margin: 0 auto;
    padding: 0 60px;
}

#header .text {
    font-size: 11px;
    color: #b5b4b3;
    text-align: right;
    margin-top: 5px;
}

/* logo */
#header h1 {
    float: left;
    margin-top: 10px;
    width: 150px;
    height: 50px;
}

#header h1 img {
    width: 150%;
    height: auto;
}

@media screen and (max-width:960px) {
    #header {
        padding: 0 30px;
    }

    #header h1 img {
        width: 120%;
        height: auto;
        padding-top: 10px;
    }
}

@media screen and (max-width:400px) {
    #header h1 {}
}



/* global navi */
#gnav {
    float: right;
    margin-top: 20px;
}

#gnav h2 {
    display: none;
    padding: 5px 30px;
    border: 3px solid #0075C2;
    text-align: center;
    line-height: 1;
    font-size: 116%;
    color: #0075C2;
    cursor: pointer;
    border-radius: 3px;

    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

#gnav h2:hover {
    background-color: #0075C2;
    text-decoration: none;
    color: #FFFFFF;
}


#gnav ul {
    display: table;
}

#gnav ul li {
    display: table-cell;
    height: 30px;
    padding-left: 5px;
    vertical-align: middle;
}

@media screen and (max-width:1100px) {
    #header {
        padding: 0 15px;
    }

    #gnav ul li {
        padding-left: 3px;
    }
}

#gnav ul li:first-child {
    padding-left: 0;
}

#gnav ul li a {
    display: table;
    height: 100%;
    line-height: 1;
    text-decoration: none;
    color: #666666;
    border-radius: 2px;

    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

#gnav ul li a span {
    display: table-cell;
    vertical-align: middle;
    padding: 2px 10px;
}

#gnav ul li#gn07 a {
    background-color: #dfb82d;
    color: #FFFFFF;
}

#gnav ul li a:hover,
#gnav ul li.current a {
    color: #dfb82d;
}

#gnav ul li#gn07 a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

@media screen and (max-width:900px) {
    #gnav h2 {
        display: block;
    }

    #gnav ul {
        display: none;

        position: fixed;
        left: 0;
        top: 104px;
        width: 100%;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
        background: rgba(0, 0, 0, 0.75);
    }

    #gnav ul:not(:target) {
        -webkit-filter: none;
        filter: none;
    }

    #gnav ul li {
        float: left;
        width: 50%;
        height: auto;
        padding: 0;
        border: none;
    }

    #gnav ul li:first-child {
        border-left: none;
    }

    #gnav ul li a {
        display: block;
        padding: 16px 8px 16px 40px;
        background: url(images/blt_cirarr_r_yw.png) no-repeat 16px center;
        border-bottom: 1px solid #000000;
        border-right: 1px solid #000000;
        text-align: left;
        font-size: 18px;
        color: #FFFFFF;
    }

    #gnav ul li#gn06 a {
        background: none;
        background: url(images/blt_cirarr_r_yw.png) no-repeat 16px center;
    }

    #gnav ul li a:hover,
    #gnav ul li#gn06 a:hover,
    #gnav ul li.current a {
        color: #dfb82d;
    }

}

@media screen and (max-width: 480px) {
    #gnav h2 {
        padding: 5px;
    }

    #gnav ul li {
        width: 100% !important;
    }
}




/*========================================================
contents
========================================================*/
#maintitle {
    clear: both;
    margin-top: 104px;
    text-align: center;
    height: 379px;
    background: url(images/mainimg_bg.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
}

#maintitle h2 {
    width: 693px;
    margin: 0 auto;
    padding-top: 140px;
}

#maintitle h2 img {
    width: 450px;
}

.top_about {
    background-color: #0075C2;
    clear: both;
    border: solid 4px #0075C2;
}

.top_about .inner {
    max-width: 1092px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 0px !important;
}

.top_about .left,
.top_about .img,
.top_about .right {
    display: table-cell;
    vertical-align: middle;
}

.top_about .left {
    font-size: 24px;
    font-weight: bold;
    width: 30%;
    text-align: center;
    color: #0075C2;
    background-color: #FFF;
}

.top_about .img {}

.top_about .img img {}

.top_about .right {
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    padding: 20px;
    padding-left: 4%;
    padding-right: 4%;
    width: 62%;
}

.top_about .right p {
    line-height: 1.8 !important;
}

.top_about .right .btn a {
    float: right;
    margin-top: 25px;
    border: solid 3px #FFF;
    color: #FFF;
    text-align: center;
    display: block;
    font-size: 16px;
    padding: 0.5em 1em 0.3em 1.5em;
}

.top_about .right .btn a:hover {
    background-color: #FFF;
    color: #0075C2;
    text-decoration: none;
}

.top_about a {
    text-decoration: none;
}

@media screen and (max-width:950px) {
    .top_about .left {
        width: 40%;
    }

    .top_about .right {
        padding-left: 4%;
        padding-right: 4%;
        width: 52%;

    }

}

.top_zaitaku h3 {
    border-bottom: 1px solid #cccccc;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 40px;
}

.top_zaitaku h3 p {
    font-size: 26px;
    display: inline-block;
    border-bottom: 7px solid #0075C2;
    padding-bottom: 18px;
}

.top_zaitaku .inner {
    max-width: 1092px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.top_zaitaku ul {
    max-width: 840px;
    margin: 0 auto;
    text-align: center;
}

.top_zaitaku li {
    float: left;
    width: 33.3%;
}

.top_zaitaku li img {
    width: 100%;

}

li.top_zaitaku_border {
    border-left: solid 1px #666;
    border-right: solid 1px #666;
    box-sizing: border-box;
}

.top_zaitaku li a {}

.top_zaitaku li a:hover {
    text-decoration: none;
    color: #666666;
    opacity: 0.7;
}

.top_zaitaku li p {
    font-size: 16px;
}

@media screen and (max-width:768px) {
    .top_zaitaku ul {
        width: 75%;
    }

    .top_zaitaku li {
        float: none;
        width: 100%;
        height: auto;
    }

    li.top_zaitaku_border {
        border: none;
        border-top: solid 1px #666;
        border-bottom: solid 1px #666;
    }

    .top_zaitaku li p {
        font-size: 14px;
    }
}

.top_zaitaku li:nth-child(4) a {
    margin-right: 0px;
}

.top_zaitaku li p:nth-child(1) {
    font-size: 20px;
    text-align: center;
    color: #0075C2;
    margin-bottom: 10px;
    line-height: 1.4;
}

.top_zaitaku li p:nth-child(2) {
    text-align: center;
    margin-bottom: 30px;
}

.top_zaitaku li p:nth-child(3) {
    line-height: 1.4;
}

.top_zaitaku .btn {
    text-align: center;
    padding-top: 50px;
    clear: both;
}

.top_zaitaku .btn p {
    display: inline-block;
    width: 35%;
}

.top_zaitaku .btn p a {
    color: #FFF;
    display: block;
    padding-top: 1em;
    padding-bottom: 0.8em;
    font-size: 20px;
    text-align: center;
}

.top_zaitaku .btn p a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.top_zaitaku .btn p:nth-child(1) a {
    background: url(images/btn01_bg.jpg) center center;
    margin-right: 9px;
}

.top_zaitaku .btn p:nth-child(2) a {
    background: url(images/btn02_bg.jpg) center center;
    margin-left: 9px;
}

/* 在宅医療　下層ページ
    ====================================================*/
#zaitaku_underp .zaitaku_cotents {
    width: 100%;
}

#zaitaku_underp .zaitaku_contents_box {
    max-width: 48%;
    height: auto;
    float: left;
    margin-bottom: 30px;
}

#zaitaku_underp .zaitaku_contents_box_2_1 {
    max-width: 63%;
    height: auto;
    float: left;
    margin-bottom: 30px;
    margin-right: 4%;
}

#zaitaku_underp .zaitaku_contents_box2_2 {
    max-width: 33%;
    height: auto;
    float: left;
    margin-bottom: 30px;
}

#zaitaku_underp .zaitaku_contents_box p {
    line-height: 2em;
}

#zaitaku_underp .zaitaku_contents_box_2_2 p {
    line-height: 2em;
}

#zaitaku_underp .zaitaku_contents_box:nth-of-type(odd) {
    margin-right: 4%;
}

#zaitaku_underp .zaitaku_contents_img {
    max-width: 100%;
}

.institution_box h3 {
    margin-bottom: 1em;
}

/* 見出し調整 */
.s1 {
    color: #106fb5;
    font-size: 24px;
    display: flex;
    align-items: center;
}

.s1:before,
.s1:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #106fb5;
    display: block;
}

.s1:before {
    margin-right: .4em;
}

.s1:after {
    margin-left: .4em;
}

.institution ul {
    margin: 0 !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.institution ul li {
    text-indent: 0 !important;
    font-size: 14px !important;
    width: 326px;
}

@media screen and (max-width:768px) {
    #zaitaku_underp .zaitaku_contents_box {
        float: none;
        max-width: 100%;
    }

    #zaitaku_underp .zaitaku_contents_box_2_1 {
        float: none;
        max-width: 100%;
        margin-right: 0%;
    }

    #zaitaku_underp .zaitaku_contents_box_2_2 {
        float: none;
        max-width: 100%;
    }

    #zaitaku_underp .mb20 {
        margin-bottom: 20px;
    }

    #zaitaku_underp .zaitaku_contents_box:nth-of-type(odd) {
        margin-right: 0%;
    }

    .institution ul {
        display: flex;
        justify-content: space-between;
    }

    .institution ul li {
        text-align: center;
    }


}

/* 吉田クリニックについて
    ====================================================*/
#dryoshida {
    clear: both;
    margin-top: 40px;
    text-align: center;
    height: 400px;
    background: url(images/yoshida_main.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
}

#dryoshida h2 {
    width: 693px;
    margin: 0 auto;
    padding-top: 140px;
}

.yoshida_about_underp .dryoshida_underp {
    width: 100%;
}

.top_yoshida h3 {
    border-bottom: 1px solid #cccccc;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 40px;
}

.top_yoshida h3 p {
    font-size: 26px;
    display: inline-block;
    border-bottom: 7px solid #0075C2;
    padding-bottom: 18px;
}

.top_yoshida .top_yoshida_copy {
    margin: 0 auto;
    width: 840px;
    text-align: center;
    margin-top: 30px;
}

.top_yoshida .top_yoshida_copy img {
    width: 80%;
    margin-bottom: 30px;
}

.top_yoshida p.top_yoshida_text {
    font-size: 16px;
    margin-bottom: 20px;
}

.top_yoshida .top_yoshida_more {
    border: 2px solid #0075C2;
    display: block;
    font-size: 18px;
    width: 200px;
    margin: 0 auto;
}

.top_yoshida_more a {
    color: #0075C2;
    display: block;
    width: 200px;
    text-align: center;
    padding-top: 17px;
    padding-bottom: 17px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.top_yoshida_more a:hover {
    background-color: #0075C2;
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width:768px) {
    #dryoshida {
        height: 210px;
    }

    .top_yoshida h3 p {
        font-size: 1.4em;
    }

    .top_yoshida .top_yoshida_copy {
        width: 100%;
    }

    .top_yoshida .top_yoshida_copy img {
        width: 95%;
    }

    .top_yoshida p.top_yoshida_text {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
    }

    .top_yoshida .top_yoshida_more {
        width: 150px;
        font-size: 14px;
    }

    .top_yoshida_more a {
        width: 150px;
        padding-top: 13px;
        padding-bottom: 13px;
    }

}

/* 吉田クリニックについて　下層ページ
    ====================================================*/
.yoshida_about_underp .dryohisda_profile {
    margin-bottom: 50px;
}

.yoshida_about_underp .profile_copy {
    text-align: center;
    margin-top: 35px;
}

.yoshida_about_underp .profile_copy img {
    width: 700px;
    display: inline-block;
}

.yoshida_about_underp .profile_box {
    height: auto;
}

.profile_career {
    font-style: italic;
}


.profile_box {
    margin-top: 35px;
}

.profile_box .profile_img {
    min-height: 150px;
    width: 30%;
    float: left;
    text-align: center;
}

.profile_box .profile_img img {

    width: 70%;
}

.profile_box .profile_text {
    min-height: 150px;
    width: 70%;
    float: left;
    padding-left: 10px;
    box-sizing: border-box;
    border-top: solid 1px #666;
    border-bottom: solid 1px #666;
    padding-top: 10px;
    padding-bottom: 10px;
}

.profile_box #profile_drname {
    font-size: 28px;
    margin-bottom: 10px;

}

.profile_year {
    float: left;
    width: auto;
}

.profile_year p {}

.profile_about {
    float: left;
    width: 70%;
    padding-left: 3%;
    box-sizing: border-box;
}

.yoshida_about_underp .about_text_box {
    max-width: 48%;
    height: auto;
    float: left;
    margin-bottom: 30px;
}

.yoshida_about_underp .about_text_box:nth-of-type(odd) {
    margin-right: 4%;
}

.yoshida_about_underp #about_text_drname {
    width: 210px;
    margin-left: auto;
    margin-top: 20px;
}

.yoshida_about_underp p#drname_size {
    font-size: 22px;
}

@media screen and (max-width:768px) {
    .yoshida_about_underp .profile_copy img {
        width: 100%;
    }

    .profile_box .profile_img {
        float: none;
        width: 100%;
        text-align: center;
    }

    .profile_box .profile_img img {
        width: 60%;
    }

    .profile_box .profile_text {
        width: 100%;
        float: none;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .profile_box #profile_drname {
        margin-top: 5px;
    }

    .profile_career {
        margin-bottom: 5px;
        font-style: italic;
    }

    .profile_year {
        width: auto;
        margin-right: 20px;
    }

    .profile_about {
        padding-left: 0;
    }

    .yoshida_about_underp .dryohisda_profile {
        margin-bottom: 35px;
    }

    .yoshida_about_underp #text_sp p {
        line-height: 2em;
        margin-bottom: 20px;
    }

    .yoshida_about_underp #about_text_drname {
        text-align: right;
        margin-left: auto;
        line-height: 1.4;
        margin-bottom: 0;
    }

    .yoshida_about_underp #about_text_drname p {
        display: inline-block;
        margin-bottom: 0;
        line-height: 1.4;
    }

    .yoshida_about_underp .about_text_box {
        float: none;
        max-width: 100%;
        margin-bottom: 0;
    }

    .yoshida_about_underp .about_text_box:nth-of-type(odd) {
        margin-right: 0%;
    }
}


/* 診療内容
    ====================================================*/
.medical_content h3 {
    border-bottom: 1px solid #cccccc;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 40px;
}

.medical_content h3 p {
    font-size: 26px;
    display: inline-block;
    border-bottom: 7px solid #0075C2;
    padding-bottom: 18px;
}

.medical_content h4 {
    color: #0075C2;
    font-size: 18px;
    font-weight: bold;
    background: url(images/title_bg.gif) no-repeat left center;
    padding: 0.5em 0em 0.3em 1em;
    margin-top: 30px;
    margin-bottom: 10px;
}

.medical_area {
    max-width: 840px;
    margin: 0 auto;
}

.medical_content .medical_area_text {
    margin: 0 auto;
    width: 80%;
}

.medical_content .medical_area_text p {
    font-size: 16px;
}

.medical_content .medical_area_os_pc {
    width: 70%;
    padding-left: 10px;
    clear: both
}



.medical_content .medical_area_pcimg {

    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

.medical_content .medical_area_spimg {

    display: none;
}

.medical_content .medical_area_pcimg img {
    width: 100%;
}

.medical_content .btn {
    text-align: center;
    padding-top: 50px;
    clear: both;
}

.medical_content .btn p {
    display: inline-block;
    width: 20%;
}

.medical_content .btn p a {
    color: #FFF;
    display: block;
    padding-top: 1em;
    padding-bottom: 0.8em;
    font-size: 20px;
    text-align: center;
}

.medical_content .btn p a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.medical_content .btn p:nth-child(1) a {
    background: url(images/btn01_bg.jpg) center center;
    margin-right: 9px;
}

.medical_content .btn p:nth-child(2) a {
    background: url(images/btn02_bg.jpg) center center;
    margin-left: 9px;
}

@media screen and (max-width:768px) {
    .medical_content {
        margin-bottom: 30px;
    }

    .medical_content .medical_area {
        padding-left: 10px;
        padding-right: 10px;
    }

    .medical_content .medical_area_text {

        width: 95%;
    }

    .medical_content .medical_area_text p {
        font-size: 14px;
    }

    .medical_content .medical_area_pcimg {

        display: none;
    }

    .medical_content .medical_area_spimg {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .medical_content .medical_area_spimg img {
        width: 100%;
    }

    .medical_content h3 p {
        font-size: 1.4em;
    }

    .medical_content .btn {
        padding-top: 30px;
    }

    .medical_content .btn p {

        width: 30%;
    }

    .medical_content .btn p a {
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

.top_clinic h3 {
    border-bottom: 1px solid #cccccc;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 40px;
}

.top_clinic h3 p {
    font-size: 26px;
    display: inline-block;
    border-bottom: 7px solid #0075C2;
    padding-bottom: 18px;
}

.top_clinic .inner {
    max-width: 1092px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.top_clinic .text {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}

.top_clinic li {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
}

.top_clinic li:nth-child(even) {
    margin-right: 0px;
}

.top_clinic li:nth-child(4) {}

.top_clinic li .title {
    color: #FFF;
    font-size: 18px;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 8px;
    background-color: #0075C2;
    line-height: 1;
    font-weight: bold;
}

.top_clinic li span {
    font-size: 14px;
}

.top_clinic li p.txt {
    padding: 1em;
    line-height: 1.4;
    font-size: 16px;
}

.top_clinic li p.txt2 {
    padding: 1em;
    padding-top: 0px;
    line-height: 1.4;
    font-size: 16px;
    font-weight: bold;
}

.top_clinic li p.tel {
    background-color: #fcf6e2;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 0.7em;
    padding-bottom: 0.5em;
    line-height: 1.4;
    display: table-cell;
    vertical-align: middle;
    width: 50em;
    border-bottom: solid 4px #0075C2;
    margin-bottom: 20px;
}

.top_clinic li p.tel span {
    font-size: 18px;

}

.top_clinic li p.tel span.color {
    color: #0075C2;
    display: block;
    margin-bottom: -10px;
}

.top_clinic li p.detail {
    text-align: center;
    margin-top: 20px;
}

#splash {
    padding-top: 35px;
    background: url(images/splash_bg.jpg) no-repeat center center;
    background-size: cover;
    clear: both;
}

#splash h2 {
    padding: 40px 0;
    text-align: center;
    line-height: 3;
    font-size: 216%;
    color: #fff;

    text-shadow: 0 0 4px #222;
}

.section {
    padding: 60px 0;
}



@media screen and (max-width:768px) {
    .pageHead {
        margin-bottom: 0px !important;
        font-size: 1.4em !important;
    }

    .section {
        padding: 30px 0;
    }

    #splash {
        padding-top: 5px;
    }

    #splash h2 {

        padding: 1em;
        text-align: center;
        line-height: 3;
        font-size: 1.4em;
        color: #fff;

        text-shadow: 0 0 4px #222;
    }

    #header .text {
        font-size: 10px;
    }

    #maintitle {
        clear: both;
        margin-top: 60px;
        text-align: center;
        height: auto;
        background: url(images/mainimg_bg.jpg) no-repeat center center;
        background-size: cover;
        width: 100%;
    }

    #maintitle h2 {
        width: 90%;
        margin: 0 auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #maintitle h2 img {
        width: 60%;
    }

    top_zaitaku .top_about {
        background-color: #0075C2;
        border: solid 2px #0075C2;
    }

    top_zaitaku .top_about .inner {
        max-width: 1092px;
        margin: 0 auto;
    }

    .top_zaitaku .top_about .left,
    .top_zaitaku .top_about .img,
    .top_zaitaku .top_about .right {
        display: block;
        vertical-align: middle;
    }

    .top_zaitaku .top_about .left {
        font-size: 1.2em;
        font-weight: bold;
        color: #0075C2;
        width: 100%;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
        margin: 0px;
    }

    .top_zaitaku .top_about .img {}

    .top_zaitaku .top_about .img img {
        width: 100%;
    }

    .top_zaitaku .top_about .right {
        width: 90%;
        color: #FFF;
        font-weight: bold;
        padding: 5%;
        font-size: 1em;
        background-color: #0075C2;
    }

    .top_zaitaku .top_about .right p {
        line-height: 1.5 !important;
        font-size: 14px;
    }

    .top_zaitaku .top_about .right .btn {
        text-align: center;
    }

    .top_zaitaku .top_about .right .btn a {
        float: none;
        margin-top: 15px;
        border: solid 3px #FFF;
        color: #FFF;
        text-align: center;
        display: inline-block;
        font-size: 1em;
        padding: 0.5em 1em 0.5em 1.5em;
    }

    .top_zaitaku h3 {
        border-bottom: 1px solid #cccccc;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .top_zaitaku h3 p {
        font-size: 1.4em;
        display: inline-block;
        border-bottom: 4px solid #0075C2;
        padding-bottom: 10px;
    }

    .top_zaitaku .inner {
        max-width: 1092px;
        margin: 0 auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .top_zaitaku li:nth-child(4) a {
        margin-right: 0px;
    }

    .top_zaitaku li p:nth-child(1) {
        font-size: 1.2em;
        text-align: center;
        color: #0075C2;
        margin-bottom: 10px;
        line-height: 1.4;
    }

    .top_zaitaku li p:nth-child(2) {
        text-align: center;
        margin-bottom: 15px;
    }

    .top_zaitaku li p:nth-child(3) {
        line-height: 1.4;
    }

    .top_zaitaku .btn {
        text-align: center;
        padding-top: 20px;
        clear: both;
    }

    .top_zaitaku .btn p {
        display: block;
        width: 70%;
        margin: 0 auto;

    }

    .top_zaitaku .btn p a {
        color: #FFF;
        display: block;
        padding-top: 1em;
        padding-bottom: 0.8em;
        font-size: 14px;
        text-align: center;
    }

    .top_zaitaku .btn p a:hover {
        opacity: 0.7;
        text-decoration: none;
    }

    .top_zaitaku .btn p:nth-child(1) a {
        background: url(images/btn01_bg.jpg) center center;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .top_zaitaku .btn p:nth-child(2) a {
        background: url(images/btn02_bg.jpg) center center;
        margin-left: 0px;
    }



    .top_clinic h3 {
        border-bottom: 1px solid #cccccc;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .top_clinic h3 p {
        font-size: 1.4em;
        display: inline-block;
        border-bottom: 4px solid #0075C2;
        padding-bottom: 10px;
    }

    .top_clinic .inner {
        max-width: 1092px;
        margin: 0 auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .top_clinic .text {
        text-align: left;
        font-size: 1em;
        margin-bottom: 20px;
        line-height: 1.4;
    }

    .top_clinic ul {
        margin-top: 20px;
    }

    .top_clinic li {
        float: none;
        width: 100%;
        margin-right: 0%;
        margin-bottom: 20px;
    }

    .top_clinic li .detail {
        margin-bottom: 40px;
    }

    .top_clinic li:nth-child(3) {
        margin-right: 0px;
    }

    .top_clinic li .title {
        color: #FFF;
        font-size: 1.2em;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #0075C2;
        line-height: 1;
        font-weight: bold;
    }

    .top_clinic li span {
        font-size: 12px;
    }

    .top_clinic li p.txt {
        padding: 1em;
        line-height: 1.4;
        font-size: 14px;
    }

    .top_clinic li p.tel {
        background-color: #fcf6e2;
        text-align: center;
        font-size: 1.2em;
        font-weight: bold;
        padding: 0.7em;
        padding-bottom: 0.5em;
        line-height: 1.4;
        display: table-cell;
        vertical-align: middle;
        width: 50em;
    }

    .top_clinic li p.tel a {
        color: #666666;
    }

    .top_clinic li p.tel a:hover {
        text-decoration: none;
    }
}

/* contents frame */
#contents {
    width: 980px;
    margin: 0 auto;
}

@media screen and (max-width: 980px) {
    #contents {
        width: auto;
        margin: 0 30px;
    }
}

@media screen and (max-width: 640px) {
    #contents {
        width: auto;
        margin: 0 20px;
    }
}

#contents .block {
    margin: 40px 0;
}


#contents .section:first-child {
    border-top: none;
}

#contents .section .block:first-child {
    margin-top: 0;
}

#contents .section .block > * {
    /*margin-top: 20px;*/
}

#contents .section .block > *:first-child {}


/* 医師紹介
    ====================================================*/

.doctor_detail .doctor li:nth-child(odd) {
    clear: both;
    margin-right: 4%;
}

.doctor_detail .doctor li {
    width: 48%;
    float: left;
    margin-bottom: 60px;
}

.doctor_detail p,
.doctor_detail li,
.doctor_detail span {
    line-height: 1.4;
    font-size: 16px;
}

.doctor_detail .doctor li .img {
    float: left;
    width: 30%;
}

.doctor_detail .doctor li .img img {
    width: 100%;
}

.doctor_detail p,
.doctor_detail li,
.doctor_detail span {
    line-height: 1.4;
    font-size: 16px;
}

.doctor_detail .doctor li .profile {
    float: left;
    margin-left: 5%;
    width: 63%;
}

.doctor_detail .doctor li .name {
    font-weight: bold;
    margin-bottom: 1em;
}

.doctor_detail .doctor li .comment {
    clear: both;
    padding-top: 10px;
}

@media screen and (max-width:768px) {
    .doctor_detail .doctor {
        margin-top: -20px;
        margin-bottom: 30px;
    }

    .doctor_detail .doctor li {
        width: 100%;
        float: none;
        margin-bottom: 30px;
        padding-top: 30px;
        clear: both;
    }

    .doctor_detail .doctor li:nth-child(even) {
        float: none;
    }

    .doctor_detail .doctor li:nth-child(odd) {
        clear: both;
    }

    .doctor_detail .doctor li .img {
        float: left;
        width: 30%;
    }

    .doctor_detail .doctor li .img img {
        width: 100%;
    }

    .doctor_detail .doctor li .profile {
        float: left;
        margin-left: 5%;
        width: 63%;
    }

    .doctor_detail .doctor li .name {
        font-weight: bold;
        margin-bottom: 1em;
    }

    .doctor_detail .doctor li span {
        color: #009245;
    }
}


/* 外来診療
    ====================================================*/
.outpatient_detail h3 {
    background-color: #0075C2;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    padding: 0.5em 1em 0.3em 1em;
    border-radius: 5px;
    clear: both;
    position: relative;
}

.outpatient_detail_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1.5em 0 40px 0;
    font-size: 16px;
}

.outpatient_detail_info dt {
    margin-bottom: 15px;
    border-bottom: 1px dotted #daddd9;
    padding-bottom: 15px;
    width: 20%;
}

.outpatient_detail_info dt span {
    border-left: 4px solid #0075c2;
    padding: 0.2em 0 0.2em 0.5em;
    color: #0075c2;
    font-weight: bold;
}

.outpatient_detail_info dt:nth-of-type(1),
.outpatient_detail_info dd:nth-of-type(1) {
    border-top: 1px dotted #daddd9;
    padding-top: 15px;
}

.outpatient_detail_info dd {
    margin-bottom: 15px;
    border-bottom: 1px dotted #daddd9;
    padding-bottom: 15px;
    width: 78%;
}

.outpatient_detail .address {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.outpatient_detail .map iframe {
    width: 100%;
    height: 400px;
}

.outpatient_detail .tel_box {
    transition: 0.3s;
    display: block;
    margin: 30px auto;
    width: 8em;
    padding: 10px 14px;
    background-color: #dfb82d;
    color: #fff;
    text-align: center;
    font-size: 1em;
}

.outpatient_detail .tel_box:hover {
    transition: 0.3s;
    opacity: 0.7;
    text-decoration: none;
}

@media (max-width: 767px) {
    .outpatient_detail h3 {
        background-color: #0075C2;
        color: #FFF;
        font-size: 1.2em;
        font-weight: bold;
        padding: 0.5em 1em 0.5em 1em;
        border-radius: 5px;
        clear: both;
    }

    .outpatient_detail_info {
        display: block;
        margin-bottom: 20px;
        font-size: 16px;
    }

    .outpatient_detail_info dt {
        margin-bottom: 5px;
        border-bottom: none;
        padding-bottom: 0;
        width: 100%;
    }

    .outpatient_detail_info dd {
        margin-bottom: 15px;
        border-bottom: 1px dotted #daddd9;
        padding-bottom: 15px;
        width: 100%;
    }

    .outpatient_detail_info dd:nth-of-type(1) {
        border-top: none;
        padding-top: 0;
    }

    .clinic_detail .address {
        margin-top: 1.5em;
        margin-bottom: 1.5em;
    }

    .clinic_detail .map iframe {
        width: 100%;
        height: 250px;
    }
}


/*========================================================
footer
========================================================*/
#footerGroup {}

/* group navi */
#groupNav {}

#groupNav ul {
    display: table;
    width: 100%;
}

#groupNav ul li {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;

    text-shadow: 0 0 4px #666666;
}

#groupNav ul li#gpnv01 {
    background: url(images/gpnv01_bg.jpg) no-repeat center center;
    background-size: cover;
}

#groupNav ul li#gpnv02 {
    background: url(images/gpnv02_bg.jpg) no-repeat center center;
    background-size: cover;
}

#groupNav ul li a {
    display: block;
    padding: 50px 0 30px;
    color: #FFFFFF;

    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

#groupNav ul li a:hover {
    text-decoration: none;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66FFFFFF, endColorstr=#66FFFFFF);
    background: rgba(255, 255, 255, 0.5);
}

#groupNav ul li a strong {
    display: block;
    font-size: 200%;
}

#groupNav ul li a em {
    position: relative;
    display: table;
    margin: 10px auto 0;
    padding: 0 40px;
    font-size: 100%;
}

#groupNav ul li a em:before,
#groupNav ul li a em:after {
    position: absolute;
    top: 50%;
    content: "";
    display: block;
    width: 30px;
    height: 0;
    border-bottom: 1px solid #FFFFFF;
    box-shadow: 0 0 4px 0 #666666;
}

#groupNav ul li a em:before {
    left: 0;
}

#groupNav ul li a em:after {
    right: 0;
}


@media screen and (max-width:768px) {
    #groupNav ul li strong span {
        display: block;
    }
}

@media screen and (max-width:640px) {
    #groupNav ul {
        display: block;
    }

    #groupNav ul li {
        display: block;
        width: auto;
    }

    #groupNav ul li strong span {
        display: inline;
    }
}

@media screen and (max-width:400px) {
    #groupNav ul li strong span {
        display: block;
    }
}



/* footer main */
#footer {
    position: relative;
    padding: 30px 60px;
    clear: both;
}

#footer h2 {
    float: left;
}

#footer address {
    float: left;
    margin-top: 1em;
    margin-left: 30px;
    line-height: 1.3;
}

#footer address > span {
    display: block;
}

#footer .footer_address {
    padding-left: 30px;
    float: left;
}

#pagetop {
    position: absolute;
    right: 60px;
    top: 30px;
    /*float: right;*/
    overflow: hidden;
    width: 50px;
    height: 0;
    padding-top: 50px;
    background: url(images/pagetop.png) no-repeat center center;
    cursor: pointer;

    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

#pagetop:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

@media screen and (max-width:960px) {
    #footer {
        padding: 30px;
    }

    #pagetop {
        right: 30px;
    }
}

@media screen and (max-width:768px) {
        #footer {
        padding: 30px;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center;
            flex-direction: column;
    }

    #footer address > span > span {
        display: block;
    }

    #footer address {
        margin-top: 0;
    }

    #footer .footer_address {
        margin-top: 20px;
        padding-left: 0px;
        float: none;
    }

    #footer h2 img {
        width: 200px;
    }
}

@media screen and (max-width:640px) {
    #footer {
        padding: 30px;
    }
}

@media screen and (max-width:540px) {
    #footer h2 {
        float: none;
    }

    #footer address {
        float: none;
        margin-left: 0;
        margin-top: 10px;
    }
}


/* copyright */
#footerGroup p.copyright {
    padding: 15px 0;
    border-top: 1px solid #CCCCCC;
    text-align: center;
}

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

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



/*========================================================
design format
========================================================*/
/* おしらせ -------------------------------------------*/
#infoArea {
    clear: both;
    padding-top: 10px;
}

#infoArea h3 {
    border-bottom: 1px solid #cccccc;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 40px;
}

#infoArea h3 p {
    font-size: 26px;
    display: inline-block;
    border-bottom: 7px solid #0075C2;
    padding-bottom: 18px;
}

#infoArea .inner {
    max-width: 1092px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

#infoArea .tab {
    width: 65%;
    float: left;
}

#infoArea .tab .btn01 {
    float: left;
    background-color: #999999;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.2) inset;
    width: 20%;
    text-align: center;
    cursor: pointer;
    padding-top: 8px;
    padding-bottom: 4px;
    line-height: 1.4;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
}

#infoArea .tab .btn02 {
    float: left;
    background-color: #0075C2;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.2) inset;
    width: 30%;
    text-align: center;
    cursor: pointer;
    padding-top: 8px;
    padding-bottom: 4px;
    line-height: 1.4;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
}

#infoArea .tab .btn03 {
    float: left;
    background-color: #dab42c;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.2) inset;
    width: 50%;
    text-align: center;
    cursor: pointer;
    padding-top: 8px;
    padding-bottom: 4px;
    line-height: 1.4;
    box-sizing: border-box;
}

#infoArea .tab .active {
    background-color: #FFF;
    color: #666666;
    box-shadow: 2px -1px 2px rgba(0, 0, 0, 0.2);
    padding-top: 15px;
    margin-top: -7px;
    border-left: 1px solid #dedede;
}

#infoArea .tab .btn03.active {
    background-color: #FFF;
    color: #666666;
    box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.2);
    padding-top: 15px;
    margin-top: -7px;
    border-right: 1px solid #dedede;
}

#infoArea .ul_wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    clear: both;
    border: solid 1px #dedede;
    border-top: none;
}

#infoArea ul {
    border-top: none;
    padding: 0px 5% 40px 5%;
    clear: both;
    height: 200px;
    overflow-y: scroll;

}

#infoArea ul li {
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
}

#infoArea ul li.clr {
    clear: left;
    margin-left: 0;
}

#infoArea ul li em {
    display: block;
    float: left;
    width: 115px;
    padding: 0.6em 1.3em 0.6em 1.3em;
    text-align: left;
    line-height: 1.4;
    color: #FFFFFF;
    font-size: 14px;
    margin-right: 20px;
}

#infoArea ul li span.new_label {
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
    background: #ff0000;
    vertical-align: inherit;
}

#infoArea ul li p {
    line-height: 1.5;
    font-size: 110%;
    display: inline-block;
}

#infoArea ul li a {
    display: inline-block;
    line-height: 1.5em;
    padding-left: 24px;
    font-size: 108%;
}

#infoArea ul li.none {
    display: none !important;
}

/* clinic - 00 */
#infoArea ul li.cl00 em {
    background-color: #dab42c;
}

#infoArea ul li.cl00 a {
    background: url(images/blt_cirarr_r_dg.png) no-repeat left center;
}

/* clinic - 01 */
#infoArea ul li.cl01 em {
    background-color: #29abe2;
}

#infoArea ul li.cl01 a {
    background: url(images/blt_cirarr_r_bl.png) no-repeat left center;
}

/* clinic - 02 */
#infoArea ul li.cl02 em {
    background-color: #8cc63f;
}

#infoArea ul li.cl02 a {
    background: url(images/blt_cirarr_r_gr.png) no-repeat left center;
}


#infoArea ul li em {
    background-color: #8cc63f;
}

#infoArea ul li a {
    background: url(images/blt_cirarr_r_yw.png) no-repeat left center;
}


/* 2column box ----------------------------------*/
.colset {}

.colset .col-l {
    float: left;
    width: 48.5%;
    clear: both;
    margin-bottom: 50px;
}

.colset .col-r {
    float: right;
    width: 48.5%;
    margin-bottom: 50px;
}

@media screen and (max-width:768px) {
    .colset .col-l {
        float: none;
        width: auto;
    }

    .colset .col-r {
        float: none;
        width: auto;
        margin-top: 40px;
    }

}

#infoArea .banner {
    float: right;
    width: 30%;
}

#infoArea .banner p {
    margin-bottom: 10px;
}

#infoArea .banner p img {
    max-width: 100%;
}





@media screen and (max-width:768px) {
    #infoArea {
        clear: both;
        padding-bottom: 0px;
        padding-top: 50px;
    }

    #infoArea h3 {
        border-bottom: 1px solid #cccccc;
        text-align: center;
        margin-top: -40px;
        margin-bottom: 30px;
    }

    #infoArea h3 p {
        font-size: 1.4em;
        display: inline-block;
        border-bottom: 4px solid #0075C2;
        padding-bottom: 10px;
    }

    #infoArea .inner {
        max-width: 1092px;
        margin: 0 auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    #infoArea .tab {
        width: 100%;
        float: none;
    }

    #infoArea .tab .btn01 {
        float: left;
        background-color: #999999;
        color: #FFF;
        font-size: 1em;
        font-weight: bold;
        box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.2) inset;
        width: 20%;
        text-align: center;
        cursor: pointer;
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 1.4;
        position: relative;
        z-index: 0;
        box-sizing: border-box;
    }

    #infoArea .tab .btn02 {
        float: left;
        background-color: #dab42c;
        color: #FFF;
        font-size: 1em;
        font-weight: bold;
        box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.2) inset;
        width: 20%;
        text-align: center;
        cursor: pointer;
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 1.4;
        position: relative;
        z-index: 0;
        box-sizing: border-box;
    }

    #infoArea .tab .btn03 {
        float: left;
        background-color: #0075C2;
        color: #FFF;
        font-size: 1em;
        font-weight: bold;
        box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.2) inset;
        width: 60%;
        text-align: center;
        cursor: pointer;
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 1.4;
        box-sizing: border-box;
        letter-spacing: -1px;
    }

    #infoArea .tab .active {
        background-color: #FFF;
        color: #666666;
        box-shadow: 2px -1px 2px rgba(0, 0, 0, 0.2);
        padding-top: 10px;
        margin-top: -5px;
        border-left: 1px solid #dedede;
    }

    #infoArea .tab .btn03.active {
        background-color: #FFF;
        color: #666666;
        box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.2);
        padding-top: 10px;
        margin-top: -5px;
        border-right: 1px solid #dedede;
    }

    #infoArea .ul_wrap {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #infoArea ul {
        border-top: none;
        padding: 20px 5% 10px 5%;
        clear: both;
    }

    #infoArea ul li {
        width: 100%;
        margin-bottom: 15px;
        border-bottom: 1px solid #dedede;
        padding-bottom: 10px;
    }

    #infoArea ul li.clr {
        clear: left;
        margin-left: 0;
    }

    #infoArea ul li em {
        display: block;
        float: none;
        width: 94%;
        padding: 3%;
        line-height: 1.4;
        color: #FFFFFF;
        font-size: 14px;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    #infoArea ul li p {
        line-height: 1.5;
        font-size: 110%;
    }

    #infoArea ul li a {
        display: inline-block;
        line-height: 1.25em;
        padding-left: 24px;
        font-size: 108%;
    }

    #infoArea .banner {
        float: none;
        width: 100%;
        margin-top: 30px;
    }

    #infoArea .banner p {
        margin-bottom: 10px;
        text-align: center;
    }

    #infoArea .banner p img {
        max-width: 100%;
    }

}

/* heading --------------------------------------*/
/* page head */
.pageHead {
    margin-bottom: 30px;
    font-size: 216%;
    color: #0075C2;
}

.pageHead_recruit {
    margin-bottom: 30px;
    font-size: 216%;
    color: #0075C2;
    border-bottom: solid 1px #0075C2
}

/* heading level2 */
.hdlv02 {
    margin-bottom: 30px;
    padding: 10px 15px;
    background-color: #0075C2;
    font-size: 148%;
    color: #FFFFFF;
    border-radius: 4px;
}

@media screen and (max-width:768px) {
    .hdlv02 {
        margin-bottom: 20px;
        padding: 10px 15px;
        background-color: #0075C2;
        font-size: 1.2em;
        color: #FFFFFF;
        border-radius: 4px;
    }
}

.hdlv02 span {
    font-size: 76%;
}

/* heading level3 */
.hdlv03 {
    margin: 30px 0 20px;
    padding: 5px 15px;
    border: 2px solid #CCCCCC;
    font-size: 116%;
    border-radius: 2px;
}

/* heading level4 */
.hdlv04 {
    margin: 20px 0 10px;
    font-weight: bold;
    font-size: 16px;
}

@media screen and (max-width:768px) {
    .hdlv04 {
        font-size: 14px;
    }
}

/* リスト型 */
.articleList {
    border-top: 1px dotted #CCCCCC;
}

.articleList li {
    display: table;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px dotted #CCCCCC;
}

.articleList li em {
    display: table-cell;
    width: 120px;
    font-size: 92%;
}

.articleList li p {
    display: table-cell;
    position: relative;
    padding: 0 20px;
}

.articleList li p:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 4px;
    height: 100%;
    background-color: #0075C2;
    border-radius: 4px;
}

.articleList li p a {
    font-size: 108%;
    color: #dfb82d;
}

.articleList li p a:hover {}





/* pager -----------------------------------------------*/
.wp-pagenavi {
    overflow: hidden;
    margin-top: 30px;
    text-align: center;
}

.wp-pagenavi span,
.wp-pagenavi a {
    display: inline-block;
    margin: 0 4px;
    padding: 3px 0;
    width: 26px;
    border: 2px solid #CCCCCC;
    text-align: center;
    font-size: 100%;
    color: #29abe2;
    border-radius: 2px;

    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.wp-pagenavi span.current,
.wp-pagenavi a:hover {
    background-color: #29abe2;
    border: 2px solid #29abe2;
    text-decoration: none;
    color: #FFFFFF;
}

.wp-pagenavi a.first,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.last {
    margin: 0;
    width: auto !important;
    border: none;
    font-size: 92%;
    color: #FFFFFF;
    border-radius: 2px;
}

.wp-pagenavi a.first,
.wp-pagenavi a.previouspostslink {
    /*float: left;*/
    margin-right: 8px;
    padding: 5px 1em 5px 2em;
    background: url(images/pager_prev.png) no-repeat 0.5em center #929539;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.last {
    /*float: right;*/
    margin-left: 8px;
    padding: 5px 2em 5px 1em;
    background: url(images/pager_next.png) no-repeat 3.5em center #929539;
}

.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.previouspostslink:hover {
    text-decoration: none;

    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.wp-pagenavi span.extend {
    width: auto;
    border: none;
    color: #666666;
}

@media screen and (max-width:600px) {
    .wp-pagenavi {
        position: relative;
        padding-top: 36px;
    }

    .wp-pagenavi a.first,
    .wp-pagenavi a.previouspostslink,
    .wp-pagenavi a.nextpostslink,
    .wp-pagenavi a.last {
        position: absolute;
        top: 0;
    }

    .wp-pagenavi a.first {
        left: 0;
    }

    .wp-pagenavi a.previouspostslink {
        left: 5.5em;
    }

    .wp-pagenavi a.nextpostslink {
        right: 5.5em;
    }

    .wp-pagenavi a.last {
        right: 0;
    }
}


/* general tag format ----------------------------------*/

/* table - format01 */
table.fmt01 {
    width: 100%;
    font-size: 92%;
}

table.fmt01 thead th,
table.fmt01 thead td {
    padding: 8px 4px;
    background-color: #F8FAF7;
    border: 1px solid #CCCCCC;
    text-align: center;
}

table.fmt01 tbody th {
    padding: 8px 4px;
    background-color: #F8FAF7;
    border: 1px solid #CCCCCC;
    vertical-align: top;
    font-size: 16px;
}

table.fmt01 tbody td {
    padding: 10px;
    border: 1px solid #DADDD9;
    vertical-align: top;
    font-size: 16px;
}

@media screen and (max-width:768px) {
    table.fmt01 tbody td {
        font-size: 14px;
    }
}

/* table - text decoration */
table span.cap {
    display: inline-block;
    font-size: 76%;
}



/* table - form用 */
table.formFmt {
    width: 100%;
    margin-top: 20px;
    border: 2px solid #CCCCCC;
}

table.formFmt th {
    width: 25%;
    padding: 8px;
    border-top: 1px solid #DADDD9;
    border-bottom: 1px solid #CCCCCC;
    text-align: left;
    font-weight: bold;
}

table.formFmt td {
    padding: 8px;
    border-top: 1px solid #DADDD9;
    border-bottom: 1px solid #CCCCCC;
}

table.formFmt td .require {
    display: inline-block;
    padding: 2px 4px;
    background-color: #C1272D;
    white-space: nowrap;
    font-weight: bold;
    font-size: 84%;
    color: #FFFFFF;
    border-radius: 2px;
}

table.formFmt td .note {
    margin-top: 8px;
    font-size: 84%;
}

table.formFmt td input,
table.formFmt td textarea {
    padding: 4px;
    border: 0;
    border: 1px solid #CCCCCC;
}

table.formFmt td textarea {
    vertical-align: top;
    font-size: 108%;
}

table.formFmt td label {
    display: inline-block;
    margin-right: 10px;
    padding: 4px 0;
    line-height: 1;
    vertical-align: middle;
}

table.formFmt td label input[type=radio],
table.formFmt td label input[type=checkbox] {
    margin-left: 8px;
}

table.formFmt td textarea:focus,
table.formFmt td input[type=text]:focus {
    border: 1px solid #3d7824;
}

table.formFmt td > div {
    margin-top: 10px;
}

table.formFmt td > div:first-child {
    margin-top: 0;
}

@media screen and (max-width:480px) {
    table.formFmt td div.addrBox span {
        display: block;
    }
}

.btnArea {
    margin-top: 20px;
    text-align: center;
}

.btnArea input.submitBtn {
    display: inline-block;
    padding: 5px 20px;
    background-color: #dfb82d;
    border: none;
    text-align: center;
    font-size: 116%;
    color: #ffffff;
    border-radius: 2px;

    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.btnArea input.submitBtn:hover {
    text-decoration: none;

    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

/* form size */
.full {
    width: 90%;
}

.half {
    width: 45%;
}

.fourTherds {
    width: 70%;
}

#zip1,
#zip2 {
    width: 40px;
}

#tel1,
#tel2,
#tel3 {
    width: 40px;
}



/* ul - default */
ul.default {
    margin-top: 20px;
    list-style: disc;
    margin-left: 30px;
}

ul.default li {
    margin-top: 4px;
    font-size: 116%;
}

/* ul - data format */
ul.dataFmt {
    margin-top: 20px;
}

ul.dataFmt li {
    position: relative;
    margin-top: 4px;
    padding-left: 30px;
    font-size: 116%;
}

ul.dataFmt li:before {
    position: absolute;
    left: 14px;
    top: 0;
    content: "";
    width: 4px;
    height: 100%;
    background-color: #0075C2;
    border-radius: 2px;
}


/* ol - default */
ol.default {
    margin-top: 20px;
    list-style: decimal;
    margin-left: 30px;
}

ol.default li {
    margin-top: 4px;
    font-size: 116%;
}



/* dl - degafult */
dl.default {
    line-height: 1.3;
}

dl.default dt {
    margin-top: 1em;
    font-weight: bold;
}

dl.default dt:first-child {
    margin-top: 0;
}

dl.default dd {
    margin-top: 0.6em;
}

/* dl - format01 */
dl.fmt01 {
    border: 2px solid #CCCCCC;
    border-radius: 2px;
}

dl.fmt01 dt {
    padding: 8px 13px;
    background-color: #bfce75;
    font-size: 116%;
    color: #FFFFFF;
}

dl.fmt01 dd {
    padding: 20px;
    line-height: 1.8;
}



/* dl - data format */
dl.dataFmt {
    margin-top: 15px;
}

dl.dataFmt dt {
    clear: both;
    float: left;
    width: 18%;
    margin: 4px 0;
    padding: 0 2% 0 0;
    line-height: 1.5;
    font-weight: bold;
}

dl.dataFmt dd {
    position: relative;
    float: right;
    width: 78%;
    margin: 4px 0;
    padding: 0 0 0 2%;
    line-height: 1.5;
}

dl.dataFmt dd:before {
    position: absolute;
    left: -2px;
    top: 0;
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background-color: #0075C2;
    border-radius: 2px;
}


@media screen and (max-width:600px) {
    dl.dataFmt dt {
        position: relative;
        float: none;
        width: auto;
        margin-top: 10px;
        padding: 0 0 0 2%;
    }

    dl.dataFmt dt:before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        display: block;
        width: 4px;
        height: 100%;
        background-color: #0075C2;
        border-radius: 2px;
    }

    dl.dataFmt dd {
        float: none;
        width: auto;
    }

    dl.dataFmt dd:before {
        display: none;
    }
}


/* floating image */
.fltImg_r {
    float: right;
    margin-left: 20px;
}

.fltImg_l {
    float: left;
    margin-right: 20px;
}

.fltImg_r img,
.fltImg_l img {
    width: 100%;
    height: auto;
}

/* button */
a.btn {
    display: inline-block;
    padding: 15px 30px;
    border: 3px solid #FFFFFF;
    text-align: center;
    line-height: 1;
    font-size: 116%;
    color: #FFFFFF;
    border-radius: 3px;

    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

a.btn:hover {
    background-color: #FFFFFF;
    text-decoration: none;
    color: #0075C2;
}

/* button - spot color */
a.btn.spot {
    border: 3px solid #dfb82d;
    color: #dfb82d;
}

a.btn.spot:hover {
    background-color: #dfb82d;
    color: #FFFFFF;
}


/* anchor */
a.anc {
    display: inline-block;
    padding-left: 20px;
}

a.anc:link {
    background: url(images/blt_cirarr_r_yw.png) no-repeat left center;
    color: #3d7824;
}

/* notes  */
.note {
    padding-left: 1em;
    text-indent: -1em;
}

.notes li {
    margin-top: 4px;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.2;
}

.notes li:first-child {
    margin-top: 0;
}





/*========================================================
individual　design
========================================================*/
/* index ---------------------------------------------- */

/* 概要：スプラッシュ */
#top_splash {
    background-color: #0075C2;
    color: #FFFFFF;
}

#top_splash .sp_block {
    display: table;
}

#top_splash .sp_box {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

#top_splash .sp_box .inrbox {
    padding: 60px;
}

#top_splash .sp_box h2 {
    font-size: 200%;
}

#top_splash .sp_box p {
    margin-top: 1em;
    line-height: 1.4;
    font-size: 116%;
}

/*
#sp_about .sp_box:first-child {
	background: url(images/splash01_bg.jpg) no-repeat center center;
	background-size: cover;
}
#sp_recruit .sp_box:first-child + div {
	background: url(images/splash02_bg.jpg) no-repeat center center;
	background-size: cover;
}
*/
#sp_about:before {
    content: "";
    display: block;
    display: table-cell;
    width: 50%;
    background: url(images/splash01_bg.jpg) no-repeat center center;
    background-size: cover;
}

#sp_recruit:before,
#sp_recruit:after {
    content: "";
    display: block;
    display: table-cell;
    width: 50%;
    background: url(images/splash02_bg.jpg) no-repeat center center;
    background-size: cover;
}

#sp_recruit:before {
    display: none;
}

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

    #top_splash .sp_box {
        display: block;
        width: auto;
    }

    #top_splash .sp_box .inrbox {
        padding: 30px;
    }

    #sp_about:before,
    #sp_recruit:before {
        display: block;
        width: auto;
        height: 180px;
    }

    #sp_recruit:after {
        display: none;
    }
}

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

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


/* おしらせ */
#infoArea.top > p {
    margin-top: 40px;
    text-align: center;
}

#infoArea.top a.btn {
    border: 3px solid #dfb82d;
    color: #dfb82d;
}

#infoArea.top a.btn:hover {
    background-color: #dfb82d;
    color: #FFFFFF;
}

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

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

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

/* フッター用グループクリニックナビ */
#top_groupNav {}

#top_groupNav ul {
    display: table;
    width: 100%;
}

#top_groupNav ul li {
    display: table-cell;
    padding: 100px 0 70px;
    width: 50%;
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;

    text-shadow: 0 0 4px #666666;
}

#top_groupNav ul li#gpnv01 {
    background: url(images/gpnv01_bg.jpg) no-repeat center center;
    background-size: cover;
}

#top_groupNav ul li#gpnv02 {
    background: url(images/gpnv02_bg.jpg) no-repeat center center;
    background-size: cover;
}

#top_groupNav ul li strong {
    display: block;
    font-size: 200%;
}

#top_groupNav ul li em {
    position: relative;
    display: table;
    margin: 0 auto;
    padding: 0 40px;
    font-size: 100%;
}

#top_groupNav ul li em:before,
#top_groupNav ul li em:after {
    position: absolute;
    top: 50%;
    content: "";
    display: block;
    width: 30px;
    height: 0;
    border-bottom: 1px solid #FFFFFF;
    box-shadow: 0 0 4px 0 #666666;
}

#top_groupNav ul li em:before {
    left: 0;
}

#top_groupNav ul li em:after {
    right: 0;
}


#top_groupNav ul li a.btn {
    margin-top: 10px;

    text-shadow: none;
    box-shadow: 0 0 4px 0 #666666;
}

@media screen and (max-width:768px) {
    #top_groupNav ul li strong span {
        display: block;
    }
}

@media screen and (max-width:640px) {
    #top_groupNav ul {
        display: block;
    }

    #top_groupNav ul li {
        display: block;
        padding: 50px 0 30px;
        width: auto;
    }

    #top_groupNav ul li strong span {
        display: inline;
    }
}

@media screen and (max-width:400px) {
    #top_groupNav ul li strong span {
        display: block;
    }
}



/* about ---------------------------------------------- */
/* 吉田クリニックについて */
#about_summary {}

#about_summary p {
    margin-bottom: 1em;
}

#about_summary p.fltImg_l {
    max-width: 50%;
}

@media screen and (max-width:400px) {
    #about_summary p.fltImg_l {
        float: none;
        max-width: 100%;
        margin-right: 0;
    }
}

/* 私たちのグループ */
#zaitaku_underp {}

#zaitaku_underpp p {
    margin-bottom: 1em;
}

#zaitaku_underp ul {
    margin-left: 1em;
}

#zaitaku_underp ul li {
    text-indent: -1em;
    margin-bottom: 1em;
}

#zaitaku_underp ul li span {
    color: #0075C2;
}

/* 理事長プロフィール */
#about_message {}

#about_message_doctor {}

#about_message_doctor .fltImg_l {
    padding: 0 40px;
    text-align: center;
    margin-bottom: 50px;
}

#about_message_doctor .fltImg_l img {
    width: 150px;
    height: auto;
}

#about_message_doctor .fltImg_l p {
    margin-top: 8px;
    line-height: 1.3;
    text-align: center;
}

#about_message_doctor .fltImg_l p strong {
    display: block;
    font-size: 200%;
    color: #000000;
}

#about_message_doctor .fltImg_l p strong span {
    display: block;
    font-size: 60%;
}

@media screen and (max-width:768px) {
    #about_message_doctor .fltImg_l {
        margin-bottom: 0px;
    }

    #about_message_doctor .fltImg_l p strong {
        display: block;
        font-size: 1.5em;
        color: #000000;
    }

    #about_message_doctor .fltImg_l p strong span {
        display: block;
        font-size: 60%;
    }
}

#about_message_doctor p {
    margin-bottom: 1em;
}

@media screen and (max-width:640px) {
    #about_message_doctor .fltImg_l {
        padding: 0 10px;
    }
}

@media screen and (max-width:400px) {
    #about_message_doctor .fltImg_l {
        float: none;
        margin-right: 0;
    }
}

/* clinic --------------------------------------------- */
/* 外来/訪問診療 */
#clinic_info {}

#clinic_info .hdlv02 span {
    display: block;
}

#clinic_info table th {
    width: 80px;
}

#clinic_info > div > p {
    margin-top: 30px;
    text-align: center;
}



/* recruit -------------------------------------------- */
#recruit_vision {}

#recruit_vision .recruit_contbox {}

#recruit_vision .recruit_contbox p {
    margin-top: 1em;
}


#recruit_vision_message {}

#recruit_vision_message .fltImg_r {
    width: 200px;
    text-align: center;
}

#recruit_vision_message .fltImg_r img {
    width: 150px;
    height: auto;
}

#recruit_vision_message .fltImg_r p {
    text-align: center;
    line-height: 1.4;
}

#recruit_vision_message .fltImg_r p strong {
    display: block;
    font-size: 124%;
    color: #000000;
}

#recruit_vision_message .fltImg_r p strong span {
    display: block;
    font-size: 84%;
}

@media screen and (max-width:400px) {
    #recruit_vision_message .fltImg_r {
        float: none;
        margin: 0 auto;
    }
}


#recruit_vision_vision {}

#recruit_vision_vision .fltImg_r {}

@media screen and (max-width:480px) {
    #recruit_vision_vision .fltImg_l {
        float: none;
        margin: 0;
        text-align: center;
    }

    #recruit_vision_vision .fltImg_l img {
        width: auto;
    }
}


#recruit_vision_work {}

#recruit_vision_work table.fmt01 th {
    min-width: 150px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
}

@media screen and (max-width:768px) {
    #recruit_vision_work table.fmt01 th {
        font-size: 14px;
    }
}

@media screen and (max-width:480px) {
    #recruit_vision_work table.fmt01 th {
        min-width: 70px;
    }
}


#recruit_vision_skill {}


/* 求人概要ボタン */
#recruit_vision .btnArea {
    margin-top: 30px;
}

#recruit_entry .btnArea {
    margin: 30px 0;
}

#recruit_entry .btnArea p,
#recruit_work .btnArea p,
#recruit_skill .btnArea p,
#recruit_vision .btnArea p {
    text-align: center;
}

/* 求人概要 − 共通 */
#recruit_summary_guideline table,
#recruit_summary_working table,
#recruit_summary_benefit table {
    font-size: 108%;
}

#recruit_summary_guideline table th,
#recruit_summary_working table th,
#recruit_summary_benefit table th {
    width: 120px;
}

#recruit_summary_guideline table ul.notes,
#recruit_summary_working table ul.notes,
#recruit_summary_benefit table ul.notes {
    margin-top: 4px;
    font-size: 92%;
}

/* 求人概要 − 募集要項 */
#recruit_summary_guideline {}

#recruit_summary_guideline table td ul.dataFmt {
    margin-top: 10px;
}

#recruit_summary_guideline table td ul.dataFmt li {
    font-size: 100%;
}

/* 求人概要 − 勤務概要 */
#recruit_summary_working {}

#recruit_summary_working p {
    margin-top: 1em;
    font-size: 108%;
}

#recruit_summary_working p.note {
    margin-top: 0;
    font-size: 92%;
}

#recruit_summary_working table {
    margin-top: 10px;
}

/* 求人概要 − 福利厚生・支援制度 */
#recruit_summary_benefit {}

#recruit_summary_benefit table th {}


/* 求人追加
    ====================================================*/

#recruit_summary_guideline .recruit_h3head {
    color: #0075C2;
    font-size: 18px;
    font-weight: bold;
    background: url(images/title_bg.gif) no-repeat left center;
    padding: 0.5em 0em 0.3em 1em;
    margin-top: 30px;
    margin-bottom: 10px;
}

#recruit_summary_working .recruit_h4head {
    color: #0075C2;
    font-size: 18px;
    font-weight: bold;
    margin-top: 35px;
}

#recruit_summary_working p {
    font-size: 16px;
}

#recruit_summary_working p.note {
    font-size: 14px;
    text-indent: 0;
}

#recruit_contact {
    text-align: center;
}

#recruit_contact .contact_box {
    display: inline-block;
    margin: 0 auto;
    padding: 15px 30px;
    background-color: #ff6532;
    border: 3px solid #ff6532;
    text-align: center;
    line-height: 1;
    font-weight: normal;
    font-size: 116%;
    color: #ffffff;
    border-radius: 3px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

/* クラスcallを追加 */
.call {
    color: #ff6532;
    font-size: 13pt;
}


#recruit_banner_click_sp {
    display: none !important;
}

#recruit_call_click_sp {
    display: none !important;
}

/* 勤務施設
#recruit_clinic {}
#recruit_clinic .clinicList {
	margin-top: 20px;
}
#recruit_clinic .clinicList h5 {
	padding: 5px 15px;
	background-color: #bfce75;
	text-align: center;
	font-weight: bold;
	font-size: 116%;
	color: #FFFFFF;

	-webkit-border-radius: 2px;
	border-radius: 2px;
}
@media screen and (max-width:768px) {
	#recruit_clinic .clinicList {
		margin-top: 0;
	}
	#recruit_clinic .clinicList > div {
		margin-top: 20px;
	}
	#recruit_clinic .clinicList h5 {
		text-align: left;
	}
}
*/
@media screen and (max-width:768px) {
    #recruit_banner_click_pc {
        display: none !important;
    }

    #recruit_banner_click_sp {
        display: block !important;
    }

    #recruit_call_click_pc {
        display: none !important;
    }

    #recruit_call_click_sp {
        display: block !important;
    }
}


/* 募集要項
#recruit_guidelines {}
*/
/* 応募・お問い合わせ */
#recruit_entry {}

#recruit_entry h3 + p {
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 132%;
    color: #dfb82d;
}

@media screen and (max-width:540px) {
    #recruit_entry h3 + p {
        font-size: 116%;
    }

    #recruit_entry table td span {
        display: block;
    }
}


/* contact -------------------------------------------- */
#contact_form {}

/* ボタン */
#contact_form .btnArea {
    margin-top: 40px;
    text-align: center;
}

#contact_form .btnArea input {
    display: inline-block;
    margin: 0 10px;
    padding: 15px 30px;
    background-color: #FFFFFF;
    border: 3px solid #dfb82d;
    text-align: center;
    line-height: 1;
    font-weight: bold;
    font-size: 116%;
    color: #dfb82d;
    border-radius: 3px;

    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

#contact_form .btnArea input:hover {
    background-color: #dfb82d;
    text-decoration: none;
    color: #FFFFFF;
}

/* 確認ボタン */
#contact_form .btnArea .wpcf7-confirm {}

/* 編集へ戻るボタン */
#contact_form .btnArea .wpcf7-back {
    border: 3px solid #CCCCCC;
    color: #CCCCCC;
}

#contact_form .btnArea input.wpcf7-back:hover {
    background-color: #CCCCCC;
}

/* 送信ボタン */
#contact_form .btnArea .wpcf7-submit {}

/* 送信中ローダー */
#contact_form .btnArea .ajax-loader {
    display: block;
    width: 16px;
    margin: 0 auto;
}

/* 送信後 */
.sent #contact_form > p:first-child,
.sent #contact_form > table.formFmt,
.sent #contact_form > p.btnArea {
    display: none;
}

.sent div.wpcf7-response-output {
    margin: 0;
    padding: 0;
}

.sent div.wpcf7-mail-sent-ok {
    border: none;
}

.complete_message {
    display: none;
}

.sent .complete_message {
    display: block;
}


@media screen and (max-width:540px) {
    #contact_form .btnArea {
        margin-top: 20px;
    }

    #contact_form .btnArea input {
        padding: 8px 15px;
        font-size: 12px;
    }

    #contact_form .btnArea .wpcf7-submit {}
}


/* archive--------------------------------------------- */
/* 記事リスト */
dl.articleFmt {
    width: 100%;
    display: table;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px dotted #DADDD9;
}

/*おしらせ一覧用 アンカーリンク用マージン*/
dl.anchorInfo {
    border-top: none;
    border-bottom: 1px dotted #DADDD9;
    display: block;
    padding-top: 120px;
    margin-top: -120px;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

dl.articleFmt dt {
    clear: both;
    display: table-cell;
    width: 9em;
    padding: 5px 10px 0 0;
    white-space: nowrap;
    vertical-align: top;
    line-height: 1.5;
    font-weight: bold;
    font-size: 16px;
}

dl.articleFmt dd {
    position: relative;
    display: table-cell;
    padding-left: 14px;
    vertical-align: top;
    line-height: 1.5;
}

dl.articleFmt dd:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    border-radius: 2px;
}

dl.articleFmt.cl00 dd:before {
    background-color: #0075C2;
}

dl.articleFmt.cl01 dd:before {
    background-color: #29abe2;
}

dl.articleFmt.cl02 dd:before {
    background-color: #8CC642;
}


dl.articleFmt dd em {}

dl.articleFmt dd h4 {
    line-height: 1.5;
}

dl.articleFmt dd h4 a {
    font-size: 164%;
}

dl.articleFmt dd h4.nolink {
    font-size: 164%;
}

@media screen and (max-width:768px) {
    dl.articleFmt dd h4 a {
        font-size: 1.2em;
    }

    dl.articleFmt dd h4.nolink {
        font-size: 1.2em;
    }
}

dl.articleFmt dd p {}

dl.articleFmt dd p.continue {
    text-align: right;
}

@media screen and (max-width:600px) {
    dl.articleFmt {
        display: block;
    }

    dl.articleFmt dt {
        position: relative;
        display: block;
        width: auto;
        margin-top: 10px;
        padding: 0 0 0 10px;
    }

    dl.articleFmt dt:before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        display: block;
        width: 4px;
        height: 100%;
        background-color: #3d7824;
        border-radius: 2px;
    }

    dl.articleFmt dd {
        display: block;
        width: auto;
        padding: 10px 0 0 10px;
        line-height: 1.5;
    }

    dl.articleFmt dd:before,
    dl.articleFmt dd:after {
        display: none;
    }
}

/* detail --------------------------------------------- */
#post_article {}

/* 投稿日 */
#post_article .postDate {
    margin: 0;
    margin-bottom: 20px;
}

/* 一覧へ戻る */
#post_article .pageback {
    text-align: right;
}

/* 記事中のノーマライズ化 */
.normalize {}

.normalize h2 {
    display: block;
    margin: 0.83em 0;
    /* Webkit, Firefoxは、margin-before: 0.83em; margin-after: 0.83em; */
    font-size: 1.5em;
    font-weight: bold;
    page-break-after: avoid;
    /* IEのみ */
}

.normalize h3 {
    display: block;
    margin: 1em 0;
    /* Webkit, Firefoxは、margin-before: 1em; margin-after: 1em; */
    font-size: 1.17em;
    font-weight: bold;
    page-break-after: avoid;
    /* IEのみ */
}

.normalize p {
    display: block;
    margin: 1em 0;
    /* Webkit, Firefoxは、margin-before: 1em; margin-after: 1em; */
}

.normalize ul {
    display: block;
    margin: 1em 0;
    /* Webkit, Firefoxは、margin-before: 1em; margin-after: 1em; */
    padding-start: 40px;
    /* IEは、padding-left: 30pt; Operaは、padding-left: 40px; */
    list-style-type: disc;
    list-style-position: outside;
}

.normalize ol {
    display: block;
    margin: 1em 0;
    /* Webkit, Firefoxは、margin-before: 1em; margin-after: 1em; */
    padding-start: 40px;
    /* IEは、padding-left: 30pt; Operaは、padding-left: 40px; */
    list-style-type: decimal;
    list-style-position: outside;
}

.normalize li {
    display: list-item;
}

.normalize dl {
    display: block;
    margin: 1em 0;
    /* Webkit, Firefoxは、margin-before: 1em; margin-after: 1em; */
}

.normalize dt {
    display: block;
}

.normalize dd {
    display: block;
    margin-left: 40px;
    /* Webkit, Firefoxは、margin-start: 40px; */
}

.normalize img {}

.normalize strong {
    font-weight: bold;
}

.normalize em {
    font-weight: italic;
}





/* plivacypolicy -------------------------------------- */
#policy_terms {}

#policy_terms h3 {}

#policy_terms h4 {
    color: #3d7824;
}

#policy_terms dl {
    margin-top: 20px;
}

#policy_terms dl dt {
    margin-top: 20px;
    font-weight: bold;
}

#policy_terms dl dd {
    margin-top: 10px;
    line-height: 1.5;
}

#policy_terms dl dd ul {
    margin-top: 10px;
    margin-left: 30px;
    list-style: disc;
}

#policy_terms > ul.default {
    margin-top: 10px;
    line-height: 1.5;
    font-size: 92%;
}



/* sitemap -------------------------------------------- */
#sitemap_list ul.subpageList {
    margin-left: 20px;
}

#sitemap_list ul.subpageList li {
    margin-top: 8px;
}



/* 吉田クリニックの在宅医療 -------------------------------------------- */
.zaitaku_top h3 {
    background-color: #0075C2;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    padding: 0.5em 1em 0.3em 1em;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
}

.zaitaku_top h3 #anchor05 {
    position: absolute;
    top: -104px;
    left: 0px;
}

.zaitaku_top p.about_txt {
    font-size: 16px;
    margin-bottom: 70px;
}

.zaitaku_top li {
    width: 46.5%;
    float: left;
    margin-bottom: 68px;
    position: relative;
}

.zaitaku_top li #anchor01,
.zaitaku_top li #anchor02,
.zaitaku_top li #anchor03,
.zaitaku_top li #anchor04 {
    position: absolute;
    left: 0px;
    top: -104px;
}

.zaitaku_top li:nth-child(even) {
    float: right;
}

.zaitaku_top li:nth-child(3) {
    clear: both;
}

.zaitaku_top li .img {
    float: left;
    width: 33%;
}

.zaitaku_top li .img img {
    width: 100%;
}

.zaitaku_top li .text {
    float: right;
    width: 60%;
    font-size: 16px;
    line-height: 1.3;
}

.zaitaku_top li .text span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid;
    color: #0075C2;
    margin-bottom: 15px;
    line-height: 1.5;
    padding-bottom: 5px;
}

.zaitaku_flow {
    clear: both;
    margin-bottom: 80px;
}

.zaitaku_flow h3 {
    background-color: #0075C2;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    padding: 0.5em 1em 0.3em 1em;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
}

.zaitaku_flow h3 #flow {
    position: absolute;
    left: 0px;
    top: -104px;
}

.zaitaku_flow ul {
    width: 93%;
    margin: 0 auto;
}

.zaitaku_flow ul li {
    padding-top: 10px;
    clear: both;
    font-size: 16px;
}

.zaitaku_flow ul li .img {
    width: 25%;
    float: left;
}

.zaitaku_flow ul li .img img {
    width: 100%;
}

.zaitaku_flow ul li .text {
    width: 70%;
    float: right;
    line-height: 1.4;
    padding-top: 1em;
}

.zaitaku_flow ul li:nth-child(1) .text {
    padding-top: 0em;
}

.zaitaku_price {
    clear: both;
    padding-top: 50px;
    margin-bottom: 80px;
}

.zaitaku_price img {
    max-width: 100%;
}

.zaitaku_price h3 {
    background-color: #0075C2;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    padding: 0.5em 1em 0.3em 1em;
    border-radius: 5px;
    margin-bottom: 50px;
    position: relative;
}

.zaitaku_price h3 #price {
    position: absolute;
    left: 0px;
    top: -104px;
}

.zaitaku_price .inner {
    width: 93%;
    margin: 0 auto;
}

.zaitaku_price .iryou {
    width: 46%;
    position: relative;
    float: left;
}

.zaitaku_price .iryou p {
    margin-bottom: 25px;
}

.zaitaku_price .iryou p:nth-child(1) {
    width: 89%;
}

.zaitaku_price .iryou p.plus {
    position: absolute;
    right: 2%;
    top: 23%;
    width: 6%;
}

.zaitaku_price .kaigo {
    width: 22%;
    position: relative;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
}

.zaitaku_price .kaigo p:nth-child(2) {
    position: absolute;
    bottom: -67px;
    left: 0px;
    width: 136%;
}

.zaitaku_price .price {
    width: 28%;
    float: left;
    margin-top: 7%;
}

.zaitaku_price .price .sp {
    display: none;
}

.zaitaku_price .text {
    clear: both;
    padding-top: 40px;
    margin-left: 3em;
    margin-bottom: -100px;
}

.zaitaku_price .text p {
    text-indent: -3em;
}

.zaitaku_price .text p span {
    color: #0075C2;
}

/* 吉田クリニックの在宅医療 スマホ -------------------------------------------- */
@media screen and (max-width:768px) {
    .zaitaku_top h3 {
        background-color: #0075C2;
        color: #FFF;
        font-size: 1.2em;
        font-weight: bold;
        padding: 0.5em 1em 0.5em 1em;
        border-radius: 5px;
        margin-bottom: 20px;
    }

    .zaitaku_top p.about_txt {
        font-size: 14px;
        margin-bottom: 50px;
    }

    .zaitaku_top ul {
        margin-top: -30px;
    }

    .zaitaku_top li {
        width: 100%;
        float: none;
        margin-bottom: 30px;
        clear: both;
        padding-top: 30px;
    }

    .zaitaku_top li:nth-child(even) {
        float: none;
    }

    .zaitaku_top li:nth-child(3) {
        clear: both;
    }

    .zaitaku_top li .img {
        float: left;
        width: 33%;
    }

    .zaitaku_top li .img img {
        width: 100%;
    }

    .zaitaku_top li .text {
        float: right;
        width: 60%;
        font-size: 14px;
        line-height: 1.3;
    }

    .zaitaku_top li .text span {
        display: block;
        font-size: 1.2em;
        font-weight: bold;
        border-bottom: 1px solid;
        color: #0075C2;
        margin-bottom: 15px;
        line-height: 1.5;
        padding-bottom: 5px;
    }

    .zaitaku_flow {
        clear: both;
        margin-bottom: 50px;
        padding-top: 50px;
    }

    .zaitaku_flow h3 {
        background-color: #0075C2;
        color: #FFF;
        font-size: 1.2em;
        font-weight: bold;
        padding: 0.5em 1em 0.5em 1em;
        border-radius: 5px;
        margin-bottom: 20px;
    }

    .zaitaku_flow ul {
        width: 93%;
        margin: 0 auto;
    }

    .zaitaku_flow ul li {
        padding-top: 10px;
        clear: both;
        font-size: 14px;
    }

    .zaitaku_flow ul li .img {
        width: 40%;
        float: left;
    }

    .zaitaku_flow ul li .img img {
        width: 100%;
    }

    .zaitaku_flow ul li .text {
        width: 55%;
        float: right;
        line-height: 1.4;
        padding-top: 0em;
    }

    .zaitaku_flow ul li:nth-child(1) .text {
        padding-top: 0em;
    }

    .zaitaku_price {
        clear: both;
        padding-top: 20px;
        margin-bottom: 80px;
    }

    .zaitaku_price img {
        max-width: 100%;
    }

    .zaitaku_price h3 {
        background-color: #0075C2;
        color: #FFF;
        font-size: 1.2em;
        font-weight: bold;
        padding: 0.5em 1em 0.5em 1em;
        border-radius: 5px;
        margin-bottom: 20px;
    }

    .zaitaku_price .inner {
        width: 93%;
        margin: 0 auto;
    }

    .zaitaku_price .iryou {
        width: 100%;
        position: relative;
        float: none;
    }

    .zaitaku_price .iryou p {
        margin-bottom: 25px;
    }

    .zaitaku_price .iryou p:nth-child(1) {
        width: 100%;
    }

    .zaitaku_price .iryou p.plus {
        position: relative;
        right: 2%;
        bottom: -3%;
        left: 47%;
        width: 6%;
    }

    .zaitaku_price .kaigo {
        width: 100%;
        position: relative;
        float: none;
        margin-left: 2%;
        margin-right: 2%;
    }

    .zaitaku_price .kaigo p:nth-child(1) {
        width: 55%;
        margin-left: 19%;
        margin-bottom: 20px;
    }

    .zaitaku_price .kaigo p:nth-child(2) {
        position: relative;
        bottom: 0px;
        left: 0px;
        width: 70%;
        margin: 0 auto;
    }

    .zaitaku_price .price {
        width: 100%;
        float: none;
        margin-top: 10%;
        text-align: center;
    }

    .zaitaku_price .price .pc {
        display: none;
    }

    .zaitaku_price .price .sp {
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    .zaitaku_price .text {
        clear: both;
        padding-top: 40px;
        margin-left: 3em;
        margin-bottom: -100px;
    }

    .zaitaku_price .text p {
        text-indent: -3em;
    }

    .zaitaku_price .text p span {
        color: #0075C2;
    }


}



/* クリニック詳細 -------------------------------------------- */
.clinic_detail {
    position: relative;
}

.clinic_detail p {
    line-height: 1.4;
    font-size: 16px;
}

.clinic_detail li {
    line-height: 1.4;
    font-size: 16px;
}

.clinic_detail span {
    line-height: 1.4;
    font-size: 16px;
}

.clinic_detail p.hospital {
    line-height: 1.7;
}

.clinic_detail .bold {
    font-weight: bold;
}

.clinic_detail .mt30 {
    margin-top: 30px !important;
}

.clinic_detail .mb30 {
    margin-bottom: 30px !important;
}

.clinic_detail .navi {
    text-align: center;
    margin-bottom: 50px;
}

.clinic_detail .navi li {
    display: inline-block;
    width: 23.5%;
    margin-right: 1.5%;
}

.clinic_detail .navi li.long {
    width: 40%;
}

@media screen and (max-width:980px) {
    .clinic_detail .navi li {
        display: inline-block;
        width: 23.2%;
        margin-right: 1.5%;
    }
}

.clinic_detail .navi li:nth-child(4) {
    margin-right: 0%;
}

.clinic_detail .navi li a {
    display: block;
    background: url(images/btn01_bg.jpg) no-repeat left center;
    background-size: cover;
    font-size: 20px;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 0.8em;
    color: #FFF;
    font-weight: bold;

}

.clinic_detail .navi li a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.clinic_detail h3 {
    background-color: #0075C2;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    padding: 0.5em 1em 0.3em 1em;
    border-radius: 5px;
    clear: both;
    position: relative;
}

.clinic_detail h3 #section1,
.clinic_detail h3 #section4 {
    position: absolute;
    left: 0px;
    top: -104px;
}

.clinic_detail .inner {
    width: 96%;
    margin: 0 auto;
}

@media screen and (max-width:900px) {
    .clinic_detail .inner {
        width: 95%;
        margin: 0 auto;
    }
}

.clinic_detail h4 {
    color: #0075C2;
    font-size: 18px;
    font-weight: bold;
    background: url(images/title_bg.gif) no-repeat left center;
    padding: 0.5em 0em 0.3em 1em;
    margin-top: 30px;
    margin-bottom: 10px;
    position: relative;
}

.clinic_detail h4 #section2,
.clinic_detail h4 #section3 {
    position: absolute;
    left: 0px;
    top: -104px;
}

.clinic_detail .tel {
    font-size: 20px;
    position: relative;
}

.clinic_detail .tel .tel_pc {
    font-size: 20px;
}

.clinic_detail .tel .tel_sp {
    visibility: hidden;
}


.clinic_detail .tel span {
    font-size: 12px;
}

.clinic_detail .type1 li {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 5px;
}

.clinic_detail .area {
    width: 20%;
    float: right;
    margin-top: -50px;
    margin-right: 3%;
}

.clinic_detail .area img {
    width: 100%;
}

.clinic_detail .attention {
    font-size: 14px;
    clear: both;
    padding-top: 5px;
}

.clinic_detail h5 {
    border: solid 1px;
    font-size: 16px;
    font-weight: bold;
    padding: 0.5em 1em 0.3em 1em;
    margin-bottom: 15px;
    clear: both;
}

.clinic_detail .type2 {
    background: url(images/clinic/text_bg.gif) repeat left 25px;

}

.clinic_detail .type2 li {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 15px;
}

.clinic_detail .doctor li {
    width: 48%;
    float: left;
    margin-bottom: 60px;
}

.clinic_detail .doctor li:nth-child(even) {
    float: right;
}

.clinic_detail .doctor li:nth-child(odd) {
    clear: both;
}

.clinic_detail .doctor li .img {
    float: left;
    width: 30%;
}

.clinic_detail .doctor li .img img {
    width: 100%;
}

.clinic_detail .doctor li .profile {
    float: left;
    margin-left: 5%;
    width: 63%;
}

.clinic_detail .doctor li .name {
    font-weight: bold;
    margin-bottom: 1em;
}

.clinic_detail .doctor li span {
    color: #0075C2;
}

.clinic_detail .time_table {
    width: 476px;
    border: solid 1px #CCC;
    margin-bottom: 20px;
}

.clinic_detail .time_table th {
    background-color: #ddf4d2;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    text-align: center;
    padding: 0.5em;
    padding-bottom: 0.3em;
    font-size: 16px;
}

.clinic_detail .time_table td {
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 0.5em;
    padding-bottom: 0.3em;
    text-align: center;
    font-size: 16px;
}

.clinic_detail .time_table td.day {
    background-color: #ddf4d2;
    width: 10%;
}

.clinic_detail .time_table td.close {
    background-color: #eeeeee;
    color: #9b9999;
}

.clinic_detail .time_table td span {
    color: #002fff;
}

.clinic_detail .table_text {
    font-size: 14px;
    margin-bottom: 30px;
}

.clinic_detail .table_text span {
    color: #fc050b;
}

.clinic_detail .table_text a {
    text-decoration: underline;
    color: #5295cd;
}

.clinic_detail .table_text a:hover {
    text-decoration: none;
}

.clinic_detail .address {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.clinic_detail .map iframe {
    width: 100%;
    height: 400px;
}

.clinic_detail ul.medical_wrap {
    max-width: 800px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.clinic_detail .medical_wrap li {
    float: left;
    width: 16%;
    margin-right: 5%;
}

.clinic_detail .medical_wrap li:last-child {
    margin-right: 0;
}

.clinic_detail .medical_wrap img {
    width: 100%;
}

.clinic_detail .medical_other {
    width: 100%;
    margin-bottom: 40px;
}

.clinic_detail .medical_other_left {
    float: left;
    width: 45%;
    height: 200px;
    text-align: center;
}

.clinic_detail .medical_other_left p {
    display: inline-block;
    line-height: 200px;

}

.clinic_detail .medical_other_left p#medical_other_psize_or {
    font-size: 24px;
    line-height: 200px;
    color: #ED6D1F;
}

.clinic_detail .medical_other_left p#medical_other_psize_gr {
    font-size: 24px;
    line-height: 200px;
    color: #14AA82;
}

.clinic_detail .medical_other_right {
    float: left;
    width: 55%;
    font-size: 16px;
    padding-top: 50px;
    padding-right: 60px;
    box-sizing: border-box;

}

.clinic_detail .medical_other_right li {
    float: left;
    margin-bottom: 20px;

}

.clinic_detail .medical_area_text {
    margin: 0 auto;
    width: 80%;
}

.clinic_detail .medical_area_text p {
    font-size: 16px;
}

.clinic_detail .medical_area_os_pc {
    width: 70%;
    padding-left: 10px;
    clear: both
}



.clinic_detail .medical_area_pcimg {

    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

.clinic_detail .medical_area_spimg {

    display: none;
}

.clinic_detail .medical_area_pcimg img {
    width: 100%;
}

@media screen and (max-width:768px) {
    .clinic_detail ul.medical_wrap {
        width: 100%;
    }

    .clinic_detail .medical_wrap li {}

    .clinic_detail .medical_other_right {
        padding-top: 60px;
        padding-right: 0px;
    }

    .clinic_detail .medical_other_right li {
        margin-bottom: 10px;

    }

    .clinic_detail .medical_area_text {

        width: 95%;
    }

    .clinic_detail .medical_area_text p {
        font-size: 14px;
    }

    .clinic_detail .medical_area_pcimg {

        display: none;
    }

    .clinic_detail .medical_area_spimg {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .clinic_detail .medical_area_spimg img {
        width: 100%;
    }
}

@media screen and (max-width:530px) {
    .clinic_detail .medical_other_right {
        padding-top: 40px;
    }
}

/* クリニック詳細 スマホ版 -------------------------------------------- */
@media screen and (max-width:768px) {

    .clinic_detail {
        position: relative;
    }

    .clinic_detail p,
    .clinic_detail li,
    .clinic_detail span {
        line-height: 1.4;
        font-size: 14px;
    }

    .clinic_detail .mt30 {
        margin-top: 20px !important;
    }

    .clinic_detail .mb30 {
        margin-bottom: 20px !important;
    }

    .clinic_detail h3 {
        background-color: #0075C2;
        color: #FFF;
        font-size: 1.2em;
        font-weight: bold;
        padding: 0.5em 1em 0.5em 1em;
        border-radius: 5px;
        clear: both;

    }

    .clinic_detail .navi {
        text-align: center;
        margin-bottom: 30px;
        width: 110%;
        margin-left: -5%;
    }

    .clinic_detail .navi li {
        display: inline-block;
        width: 23%;
        margin-right: 0.5%;
    }

    .clinic_detail .navi li.long {
        width: 48%;
    }

    .clinic_detail .navi li a {
        display: block;
        background: url(images/btn01_bg.jpg) no-repeat left center;
        background-size: cover;
        font-size: 0.8em;
        text-align: center;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        color: #FFF;
        font-weight: bold;

    }

    .clinic_detail .navi li.long a {
        letter-spacing: -1px;
    }

    .clinic_detail .inner {
        width: 100%;
        margin: 0 auto;
    }

    .clinic_detail h4 {
        color: #0075C2;
        font-size: 1.2em;
        font-weight: bold;
        background: url(images/title_bg.gif) no-repeat left center;
        padding: 0.3em 0em 0.3em 1em;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .clinic_detail .tel {
        font-size: 18px;
    }

    .clinic_detail .tel .tel_pc {
        display: none;
    }

    .clinic_detail .tel .tel_sp {
        visibility: visible;
        font-size: 18px;
    }

    .clinic_detail .tel a {
        font-size: 16px;
        text-decoration: none;
        color: #666666;
    }

    .clinic_detail .tel span {
        font-size: 12px;
    }

    .clinic_detail .type1 li {
        float: left;
        margin-right: 1.5em;
        margin-bottom: 5px;
    }

    .clinic_detail .area {
        margin-top: 30px;
        float: none;
        margin-right: 0%;
        width: 60%;
        margin: 0 auto;
        padding-top: 20px;
        clear: both;
        margin-bottom: 10px;
    }

    .clinic_detail .area img {
        width: 100%;
    }

    .clinic_detail .attention {
        font-size: 0.8em;
        clear: both;
        padding-top: 5px;
    }

    .clinic_detail h5 {
        border: solid 1px;
        font-size: 16px;
        font-weight: bold;
        padding: 0.3em 0.7em 0.3em 0.7em;
        margin-bottom: 15px;
        clear: both;
    }

    .clinic_detail .type2 {
        background: url(images/clinic/text_bg.gif) repeat left 25px;
        background-size: 25px;
    }

    .clinic_detail .type2 li {
        float: left;
        margin-right: 1.5em;
        margin-bottom: 13px;
    }

    .clinic_detail .doctor {
        margin-top: -20px;
        margin-bottom: 30px;
    }

    .clinic_detail .doctor li {
        width: 100%;
        float: none;
        margin-bottom: 30px;
        padding-top: 30px;
        clear: both;
    }

    .clinic_detail .doctor li:nth-child(even) {
        float: none;
    }

    .clinic_detail .doctor li:nth-child(odd) {
        clear: both;
    }

    .clinic_detail .doctor li .img {
        float: left;
        width: 30%;
    }

    .clinic_detail .doctor li .img img {
        width: 100%;
    }

    .clinic_detail .doctor li .profile {
        float: left;
        margin-left: 5%;
        width: 63%;
    }

    .clinic_detail .doctor li .name {
        font-weight: bold;
        margin-bottom: 1em;
    }

    .clinic_detail .doctor li span {
        color: #0075C2;
    }

    .clinic_detail .time_table {
        width: 100%;
        border: solid 1px #CCC;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .clinic_detail .time_table th {
        background-color: #ddf4d2;
        border-bottom: 1px solid #CCC;
        border-right: 1px solid #CCC;
        text-align: center;
        padding: 0.5em;
        padding-bottom: 0.5em;
        font-size: 14px;
    }

    .clinic_detail .time_table td {
        border-bottom: 1px solid #CCC;
        border-right: 1px solid #CCC;
        padding: 0.5em;
        padding-bottom: 0.5em;
        text-align: center;
        font-size: 14px;
    }

    .clinic_detail .time_table td.day {
        background-color: #ddf4d2;
        width: 15%;
    }

    .clinic_detail .time_table td.close {
        background-color: #eeeeee;
        color: #9b9999;
    }

    .clinic_detail .time_table td span {
        color: #002fff;
    }

    .clinic_detail .table_text {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .clinic_detail .table_text span {
        color: #fc050b;
    }

    .clinic_detail .table_text a {
        text-decoration: underline;
        color: #5295cd;
    }

    .clinic_detail .table_text a:hover {
        text-decoration: none;
    }

    .clinic_detail .address {
        margin-top: 1.5em;
        margin-bottom: 1.5em;
    }

    .clinic_detail .map iframe {
        width: 100%;
        height: 250px;
    }
}


/* youtube
    ====================================================*/
.interview {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.youtube_box {
    width: 22%;
    float: left;
    margin-right: 4%;
}

.youtube_box:nth-child(4) {
    margin-right: 0%;
}

.youtube_box .recruit_h4head {
    color: #0075C2;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100% !important;
    height: 100% !important;
}

@media screen and (max-width:768px) {
    .interview {
        padding: 0;
    }

    .youtube_box {
        width: 100%;
        float: none;
    }

    .youtube_box .recruit_h4head {
        margin-top: 25px;
    }
}




.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
    width: 100% !important;
}

@media screen and (max-width:768px) {
    .banner #pagePlugin {
        margin: 0 auto;
        width: 500px;

    }
}

@media screen and (max-width:500px) {
    .banner #pagePlugin {
        margin: 0 auto;
        width: 100%;

    }
}

.mb20 {
    margin-bottom: 20px;
}


/* インタビュー一覧ページ */
h2#int span.icon {
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    padding: 0.3em 0.5em 0.2em;
    background-color: #0075c2;
    margin-left: 15px;
    line-height: 1;
    display: inline-block;
    position: relative;
    top: -4px;
}

.interview-lead {
    padding: 2em 0;
    text-align: center;
    font-size: 16px;
}

.interview-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.interview-list > li {
    margin: 1em 1.5%;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
    width: 30%;
}

.interview-list > li > a {
    display: block;
}

.interview-list > li > a img {
    width: 100%;
    height: auto;
}

.interview-list > li > a > .interview-list-title {
    position: relative;
    padding: 15px;
}

.interview-list > li > a > .interview-list-title span {
    position: absolute;
    top: -0.8em;
    left: 0;
    padding: 0.2em 0.8em;
    color: #fff;
    line-height: 1.3;
    font-size: 12px;
}

.interview_tag {
    background-color: #0075C2;
}

.interview-list > li > a > .interview-list-title p {
    padding-top: 0.5em;
    line-height: 1.3;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    h2#int {
        padding-top: 103px;
        margin-top: -103px;
        clear: both;
    }

    h2#int span {
        float: left;
    }

    h2#int span.icon {
        color: #FFF;
        font-size: 14px;
        font-weight: bold;
        padding: 0.3em 0.5em 0.3em 0.5em;
        background-color: #0075C2;
        margin-left: 15px;
        line-height: 1;
        margin-top: 4px;
        position: static;
    }

    .interview-lead {
        padding: 1em 0;
    }

    .interview-list {
        display: block;
        border-top: 1px solid #ccc;
    }

    .interview-list > li {
        width: 100%;
        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid #ccc;
    }

    .interview-list > li > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 4% 0;
    }

    .interview-list > li > a > .interview-list-pic {
        width: 100px;
    }

    .interview-list > li > a > .interview-list-title {
        width: calc(100% - 110px);
        padding: 0;
    }

    .interview-list > li > a > .interview-list-title span {
        position: relative;
        top: 0;
    }
}

/* インタビュー記事ページ */
#int_head {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 70px;
}

#int_head .head_lead_kensa {
    padding: 0 130px;
    font-size: 16px;
    line-height: 1.7;
}

#int_main {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 80%;
    margin: 0 auto;
}

#int_main .main_section {
    margin-bottom: 80px;
}

#int_main .main_title {
    font-size: 36px;
    font-family: "M PLUS Rounded 1c";
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

#int_main .main_img {
    margin-bottom: 60px;
    width: 100%;
}

#int_main .main_img img {
    width: 100%;
    border-radius: 5px;
}

#int_main .plane_text {
    margin-bottom: 65px;
}

#int_main .plane_text p {
    font-size: 16px;
    line-height: 2.4;
}

#int_main .list_btn {
    text-align: center;
}

.list_btn a {
    display: inline-block;
    font-size: 18px;
    padding: 12px 31px;
    border: 2px solid #0075C2;
    color: #0075C2;
}

@media screen and (max-width: 768px) {
    #int_head .head_lead_kensa {
        padding: 0 20px;
        line-height: 1.9;
    }

    #int_main {
        width: 100%;
    }

    #int_main .main_title {
        font-size: 26px;
    }

    .int_pcbr {
        display: none;
    }

    #int_main .plane_text p {
        line-height: 1.9;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}