@charset "UTF-8";
/* ==========================================================================

    Theme Name: Koyanagi Memorial Hospital
    Theme URI: http://
    Author: Yuria Shoji
    Author URI: http://kiu.co.jp/
    Version: 1.0

   ========================================================================== */


html {
    font-size: 62.5%;
}

body {
    background: #FFF;
    color: #372915;
    font-family: 'Lato' , sans-serif;
    font-weight:400;
    font-size: 14px; font-size: 1.4rem;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
}

::-moz-selection {
    background: #9DE3ED;
    text-shadow: none;
}

::selection {
    background: #9DE3ED;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

p{ margin: 0; }

ul,ol,li,dl,dt,dd{
    margin: 0;
    padding: 0;
    list-style: none;
}

img{
    max-width: 100%; 
    height:auto;
}

a{
    color: #6BB1BB;
}


audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.mb10{ margin: 0 0 10px; }
.mb20{ margin: 0 0 20px; }
.mb30{ margin: 0 0 30px; }
.mb40{ margin: 0 0 40px; }

.lft{ text-align: left; }
.ctr{ text-align: center; }
.rgt{ text-align: right; }

.f-lft{ float: left; display: inline; }
.f-rgt{ float: right; display: inline; }

.pc{ display: none; }

.btn-blue{
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 4px #6BB1BB;
    background: #7FC5CF;
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.btn-blue i{
    margin: 0 5px 0 0;
}

.btn-blue:hover{
    box-shadow: 0 4px #579DA7;
    background: #6BB1BB;
}

@-webkit-keyframes btn-blue {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes btn-blue {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active {
  -webkit-animation-name: btn-blue;
  animation-name: btn-blue;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


.btn-yellow{
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    border-radius: 3px;
    background: #6BB1BB;
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

select {
    display: inline;
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border:1px solid #D8D9CE;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #f2f2f2 url(../img/arrow_down_select_3x.png) no-repeat right 5px center;
    background-size: 7px 4px;
    cursor: pointer;
    text-indent: .01px; /*Firefox*/
    text-overflow: ""; /*Firefox*/
    font-size: 16px; font-size: 1.6rem;
}

select::-ms-expand {
  display: none;
}

select {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea{
    width: 100%;
    margin: 0;
    padding: 0 10px;
    border: none;
    border-radius: 3px;
    border: 1px solid #D5D5D5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px rgba(165,165,165,0.2) inset;
    background: #fff;
    cursor: pointer;
    resize: none;
    font-size: 16px; font-size: 1.6rem;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"]{
    height: 36px;
    line-height: 36px;
}

#contact input[type="text"],
#contact input[type="password"],
#contact input[type="email"],
#contact input[type="tel"],
#contact select{
    width: 50%;
}



.required{
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 0 3px;
    border-radius: 2px;
    background: #FF8814;
    color: #fff;
    font-size: 12px; font-size: 1.2rem;
}

.wpcf7-not-valid-tip{
    color: #FF8814;
}

textarea{
    padding: 10px;
}

.wrapper{
    margin: 0 10px;
}

.attention{
    color: #FF8814;
    font-weight: 700;
}

.pc{ display: none; }

/* ==============
    MOBILE: Header
   ============== */

#header-container .logo{
    width: 240px;
    margin: 10px 0;
}

#header-container .logo a{
    display: block;
    overflow: hidden;
    width: 240px;
    height: 0;
    padding: 45px 0 0;
    background: url(../img/logo.png) no-repeat left top;
    background-size: 240px 45px;
}

.hdr-rgt{
    display: none;
}

#nav-container{
    position: relative;
    margin: 0;
    z-index: 1000;
}

.nav{
    position: absolute;
    width:100%;
    top: 0;
    left: 0;
    padding: 0;
    display: inline-block;
}

.nav-list{
    display:none;
    text-align:left;
}

.nav-item{
    width:100%;
    position:relative;
}

.nav-item>a{
    padding:15px;
}

.nav-item a{
    display:block;
    padding: 10px;
    background:rgba(204, 255, 255, 0.9);
    border-bottom:1px solid #6BB1BB;
    color: #372915;
    font-size: 16px; font-size: 1.6rem;
    text-decoration: none;
}

.nav-item>a:hover{
    background:#6BB1BB;
    color: #fff;
}

.nav-item:hover .nav-submenu{
    display: none;
}

.nav-submenu{
    display: none;
    position: relative;
    width:100%;
}

.nav-submenu-item a{
    position: relative;
    background:rgba(204, 255, 255, 0.9);
    border-bottom:1px solid #6BB1BB;
    display:block;
    padding: 8px 20px;
    font-size: 14px; font-size: 1.4rem;
}

.nav-submenu-item a:after{
    position: absolute;
    content: "\f105";
    top: 0;
    right: 0;
    width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    font-size: 16px; font-size: 1.6rem;
    font-family: 'FontAwesome';
    text-align: center;
}

.nav-submenu-item a:hover{
    background:#6BB1BB;
    color: #fff;
}

.nav-mobile{
    display: block;
    position: absolute;
    top: -59px;
    right: 0;
    background:#6BB1BB;
    height:59px;
    width:59px;
    line-height: 59px;
    cursor: pointer;
    font-family: 'FontAwesome';
    color: #fff;
    text-align: center;
    font-size: 24px; font-size: 2.4rem;
}


.nav-click{
    position:absolute;
    top:0;
    right:0;
    border-left:1px solid #6BB1BB;
    height:46px;
    width:46px;
    cursor:pointer;
}
.nav-click i{
    display:block;
    height:46px;
    width:46px;
    line-height: 46px;
    background-size:20px;
    text-align: center;
}

.nav-click:hover{
    background-color:#6BB1BB;
    color: #fff;
}

.nav-item.arrow a:after{
    position: absolute;
    content: "\f054";
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
    line-height: 46px;
    margin: 0;
    font-family: 'FontAwesome';
    text-align: center;
}

/* ==============
    MOBILE: Main
   ============== */

#main-container{
}

.main-visual{
    margin: 0 0 20px;
}

#main-container .breadcrumb{
    margin: 0 0 20px;
    padding: 5px 10px;
    background: #CCFFFF;
}

#main-container .breadcrumb li{
    display: inline-block;
    font-size: 12px; font-size: 1.2rem;
}

#main-container .breadcrumb li i{
    margin: 0 5px;
    color: #6BB1BB;
}

#main-container .breadcrumb li a{
    line-height: 20px;
    margin: 0 5px 0 0;
    text-decoration: none;
    color: #372915;
}

#side{
    display: none;
}

.hx-main{
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 10px 25px;
    background: url(../img/bdr_hx.png) repeat-x left bottom;
    font-size: 24px; font-size: 2.4rem;
    font-weight: normal;
}

.hx-main:before{
    position: absolute;
    content: "\f105";
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: -15px 0 0;
    border-radius: 10px;
    background: #6BB1BB;
    color: #fff;
    font-size: 16px; font-size: 1.6rem;
    font-family: 'FontAwesome';
    text-align: center;
}

.hx-bdr-lft{
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 0 15px;
    border-left: 5px solid #6BB1BB;
    font-size: 20px; font-size: 2.0rem;
    font-weight: 700;
}

.hx-bdr-lft .date{
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 14px; font-size: 1.4rem;
    font-weight: normal;
}

.hx-bdr-lft .ttl-info{
    color: #372915;
    text-decoration: none;
}

.hx-bdr-lft .ttl-info:hover{
    color: #6BB1BB;
}

.hx-bdr-lft span{
    display: inline-block;
    font-weight: normal;
    font-size: 14px; font-size: 1.4rem;
}

.hx-circle{
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 0 19px;
    font-size: 16px; font-size: 1.6rem;
    font-weight: 700;
}

.hx-circle:before{
    position: absolute;
    content: " ";
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    margin: -7px 0 0;
    border-radius: 7px;
    border: 3px solid #7FC5CF;
    background: #fff;
}

.hx-cloud{
    position: relative;
    height: 40px;
    line-height: 40px;
    margin: 0 0 26px;
    padding: 0 10px;
    border-radius: 4px;
    background: #86C8D1;
    color: #fff;
    font-weight: 700;
    font-size: 20px; font-size: 2.0rem;
}

.hx-cloud:after {
    position: absolute;
    content: " ";
    top: 100%;
    left: 16px;
    border: solid transparent;
    height: 0;
    width: 0;
    pointer-events: none;
    border-color: rgba(134, 200, 209, 0);
    border-top-color: #86C8D1;
    border-width: 6px;
}

.hx-small{
    margin: 0 0 10px;
    font-size: 16px; font-size: 1.6rem;
    font-weight: 700;
}

.li-dot{
    margin: 0 0 10px;
}

.li-dot li{
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 0 9px;
}

.li-dot li:after{
    position: absolute;
    content:" ";
    top: 10px;
    left: 0;
    display: block;
    width: 4px;
    height: 4px;
    margin: 0;
    border-radius: 2px;
    background: #6BB1BB;
}

.li-dot.inline-block li{
    display: inline-block;
    margin: 0 10px 10px 0;
}

.li-num {
    counter-reset: li;
    margin: 0 0 20px;
    padding: 0; 
    list-style: none; 
}
.li-num li {
    position: relative;
    margin:0 0 10px;
    padding: 0 0 0 26px;
}
.li-num li:before {
    content:counter(li);
    counter-increment:li;
    position:absolute;
    top: 4px;
    left: 0;
    width:14px;
    height: 14px;
    line-height: 14px;
    margin: 0;
    border: 2px solid #6BB1BB;
    border-radius: 8px;
    text-align:center;
    color: #6BB1BB;
    font-size: 12px; font-size: 1.2rem;
}

.card{
    margin: 0 0 20px -10px;
}

.card li{
    float: left;
    display: inline;
    width: 50%;
    margin: 0 0 20px;
    padding: 0 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.card li .inner{
    border-radius: 3px;
    box-shadow:  2px 2px 3px rgba(165,165,165,0.3);
    background: #CCFFFF;
}

.card li img{
    width: 100%;
    border-bottom: 3px solid #6BB1BB;
    border-radius: 3px 3px 0 0;
}

.card li:hover img{
    opacity: 0.7;
}

.card li a{
    color: #372915;
    text-decoration: none;
}

.card li p{
    position: relative;
    min-height: 30px
    line-height: 1.6;
    padding: 10px;
    font-size: 16px; font-size: 1.6rem;
}

.interview .card li p{
    font-size: 14px; font-size: 1.4rem;
    font-weight: bold;
}

.interview .card li p span{
    font-size: 12px; font-size: 1.2rem;
    font-weight: normal;
}

.card li p:after{
    position: absolute;
    content: "\f0da";
    top: 50%;
    right: 5px;
    width: 12px;
    height: 12px;
    line-height: 1;
    margin: -6px 0 0;
    text-align: center;
    font-family: 'FontAwesome';
    color: #6BB1BB;
}

#main-container .news{
    margin: 0 0 20px;
    border-top: 1px dotted #6BB1BB;
}

#main-container .news dt{
    display: inline;
    float: left;
    width: 25%;
    margin: 0;
    padding: 10px 0;
}

#main-container .news dd{
    margin: 0;
    padding: 10px 0 10px 30%;
    border-bottom: 1px dotted #6BB1BB;
}

#main-container .news dd a{
    display: block;
}

.tbl-cell2{
    width: 100%;
    margin: 0 0 20px;
    border-bottom: 1px solid #6BB1BB;
}

.tbl-cell2 th,
.tbl-cell2 td{
    display: block;
}

.tbl-cell2 th{
    padding: 5px 10px;
    border: 1px solid #6BB1BB;
    background: #CCFFFF;
    color: #372915;
    font-weight: 400;
    font-size: 12px; font-size: 1.2rem;
    text-align: left;
}

.tbl-cell2 td{
    padding: 10px;
    border-left: 1px solid #6BB1BB;
    border-right: 1px solid #6BB1BB;
}

.tbl-cell2--block-none th,
.tbl-cell2--block-none td{
    display: table-cell !important;
}

#contact{
    margin: 0 0 40px;
}

.btm-nav{
    padding: 5px;
    border-radius: 4px;
    background: #6BB1BB;
}

.btm-nav h2{
    height: 30px;
    line-height: 30px;
    margin: 5px 0 10px;
    font-size: 18px; font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
}

.btm-nav h2.forpatients{
    padding: 0 0 0 45px;
    background: url(../img/nav_ico_forpatient_3x.png) no-repeat 10px top;
    background-size: 27px 30px;
}

.btm-nav .inner .li-arrow li a{
    position: relative;
    display: block;
    margin: 0 0 5px;
    padding: 10px;
    border-radius: 4px;
    background: #fff;
    text-decoration: none;
    color: #372915;
}
.btm-nav .inner .li-arrow li:last-child a{
    margin: 0;
}

.btm-nav .inner .li-arrow li a:after{
    position: absolute;
    content: "\f054";
    top: 50%;
    right: 10px;
    margin: -12px 0 0;
    color: #6BB1BB;
    font-size: 16px; font-size: 1.6rem;
    font-family: 'FontAwesome';
}


.hpt-info{
    margin: 40px 0 0;
    padding: 30px 0;
    background: #CCFFFF;
}

.hpt-info .logo{
    display: block;
    overflow: hidden;
    width: 240px;
    height: 0;
    margin: 0 0 10px;
    padding: 45px 0 0;
    background: url(../img/logo.png) no-repeat left top;
    background-size: 240px 45px;
}

.hpt-info .btn-yellow{
    font-size: 22px; font-size: 2.2rem;
    font-weight: 700;
}

.tbl-ftr{
    width: 100%;
}

.tbl-ftr th{
    padding: 5px;
    background: #6BB1BB;
    border: 1px solid #6BB1BB;
    color: #fff;
    font-size: 13px; font-size: 1.3rem;
    text-align: center;
}

.tbl-ftr td{
    padding: 5px;
    background: #fff;
    border: 1px solid #6BB1BB;
    font-size: 12px; font-size: 1.2rem;
    text-align: center;
}

.hpt-info .tbl-ftr{
    margin: 0 0 20px;
}

.hpt-info .schedule-box{
    padding: 10px;
    border-radius: 4px;
    background: #8FAADC;
}

.hpt-info .btn-blue{
    height: 25px;
    line-height: 25px;
    margin: 0 0 0 10px;
    padding: 0 5px;
}

.hpt-info .btn-blue i{
    margin: 0 5px 0 0;
}

.hpt-info .tel-link i{
    margin: 0 5px 0 0;
}

.interview section{
    margin: 0 0 20px;
}

.interview section p{
    margin: 0 0 20px;
}

.interview img.f-lft{
    width: 40%;
    margin: 0 10px 20px 0;
}

.interview img.f-rgt{
    width: 40%;
    margin: 0 0 20px 10px;
}

.hx-name{
    margin: 0 0 20px;
    padding: 10px;
    border-radius: 4px;
    background: #CCFFFF;
}

.tbl-qa{
    margin: 0 0 40px;
}

.tbl-qa th{
    width: 80px;
    padding: 10px 0;
    text-align: center;
}

.tbl-qa th img{
    width: 60px;
    display: block;
    margin: 0 auto 5px;
    text-align: center;
}

.tbl-qa td{
    padding: 10px 0 10px 20px;
}

.link-interview li{
    width: 100%;
    margin: 0 0 10px;
}

.li-faq{
    margin: 0 0 40px;
}

.li-faq dt{
    min-height: 40px;
    margin: 0 0 5px;
    padding: 5px 0 0 60px;
    background: url(../img/careers/faq_question_3x.png) no-repeat left top;
    background-size: 37px 40px;
    color: #6BB1BB;
    font-weight: 600;
}

.li-faq dd{
    min-height: 40px;
    margin: 0 0 10px 10px;
    padding: 5px 0 10px 50px;
    border-bottom: 1px dotted #D8D8D8;
    background: url(../img/careers/faq_answer_3x.png) no-repeat left top;
    background-size: 37px 40px;
}

.li-faq dd:last-of-type{
    border-bottom: none;
}

.require .tbl-cell2{
    margin: 0 0 40px;
}

.require .tbl-cell2 dt{
    font-weight: 700;
}

.require .tbl-cell2 dd{
    margin: 0 0 10px;
    padding: 0 0 0 10px;
}

#contact .btn-area{
    text-align: right;
}

#contact .btn-area .btn-blue{
    width: 100%;
}

#contact .btn-area img{
    display: block;
    text-align: right;
}

.medicalservices .ttl-area{
    margin: 0 0 20px;
}

.message-name{
    font-size: 16px; font-size: 1.6rem;
    font-weight: bold;
}

#cboxOverlay{
    background: #372915 !important;
}

#cboxLoadedContent{
    border: 5px solid #372915 !important;
}

/* ==============
    MOBILE: Footer
   ============== */

#footer-container{
    position: relative;
    background: #FFFF url(../img/bg_ftr.png) repeat-x left bottom;
    background-size: 1200px 120px;
}

#footer-container .wrapper{
    padding: 30px 0 100px;
}

#footer-container .ftr-main-menu li{
    display: block;
    width: 100%;
}

#footer-container .ftr-sub-menu{
    font-size: 0;
}

#footer-container .ftr-sub-menu li{
    display: inline-block;
    width: 50%;
}

#footer-container .ftr-main-menu li,
#footer-container .ftr-sub-menu li{
    margin: -1px 0 0;
    padding: 0;
    border: 1px solid #6BB1BB;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#footer-container .ftr-sub-menu li:nth-child(even){
    border-left: none;
}

#footer-container .ftr-main-menu li a,
#footer-container .ftr-sub-menu li a{
    position: relative;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    color: #6BB1BB;
    text-decoration: none;
    font-size: 12px; font-size: 1.2rem;
}

#footer-container .ftr-main-menu li a:after,
#footer-container .ftr-sub-menu li a:after{
    position: absolute;
    display: block;
    content: "\f0da";
    top: 0;
    right: 5px;
    width: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: 'FontAwesome';
}

#footer-container .ftr-main-menu .title-close,
#footer-container .ftr-main-menu .title-open{
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    cursor: pointer;
    color: #6BB1BB;
    font-size: 12px; font-size: 1.2rem;
}

#footer-container .ftr-main-menu .title-close:after,
#footer-container .ftr-main-menu .title-open:after{
    position: absolute;
    top: 0;
    right: 5px;
    width: 20px;
    height: 40px;
    line-height: 40px;
    font-family: 'FontAwesome';
}

#footer-container .ftr-main-menu .title-close:after{
    content: '\f067';
}

#footer-container .ftr-main-menu .title-open:after{
    content: '\f068';
}


#footer-container .ftr-main-menu li .open-content .ftr-inner-menu li{
    border: none;
    border-top: 1px dotted #CCFFFF;
}

#footer-container .ftr-main-menu li .open-content .ftr-inner-menu li a{
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
}

#footer-container .ftr-main-menu li .open-content .ftr-inner-menu li a:after{
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-family: 'FontAwesome';
}

#footer-container .hx-ftr{
    font-size: 16px; font-size: 1.6rem;
    color: #6BB1BB;
}

#footer-container .relation li{
    margin: 0;
}

#footer-container .copy{
    height: 30px;
    line-height: 30px;
    background:  rgba( 34, 20, 0, 0.5);
    text-align: center;
    color: #fff;
    font-size: 12px; font-size: 1.2rem;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 768px) {

    .pc{ display: block; }
    .sp{ display: none; }

    body{
        font-family: 'Noto Sans Japanese', sans-serif;
    }

    .wrapper {
        width: 90%;
        margin: 0 5%;
    }

/* ============
    WIDE: Header
   ============ */


/* ============
    WIDE: Main
   ============ */

    .main-visual{
        margin: 0 auto 40px;
        text-align: center;
    }

    #main-container .breadcrumb-area{
        background: #CCFFFF;
    }

    #main-container .breadcrumb{
        width: 90%;
        margin: 0 5% 20px;
        padding: 5px 0;
        background: #CCFFFF;
    }

    .hx-main{
        position: relative;
        margin: 0 0 20px;
        padding: 0 0 10px 25px;
        background: url(../img/bdr_hx.png) repeat-x left bottom;
        font-size: 30px; font-size: 3.0rem;
        font-weight: normal;
    }

    .hx-main:before{
        position: absolute;
        content: "\f105";
        top: 50%;
        left: 0;
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin: -15px 0 0;
        border-radius: 10px;
        background: #6BB1BB;
        color: #fff;
        font-size: 16px; font-size: 1.6rem;
        font-family: 'FontAwesome';
        text-align: center;
    }

    .hx-bdr-lft{
        font-size: 22px; font-size: 2.2rem;
    }

    .hx-cloud{
        height: 45px;
        line-height: 45px;
        font-size: 22px; font-size: 2.2rem;
    }

    .tbl-cell2 th,
    .tbl-cell2 td{
        display: table-cell;
    }

    .tbl-cell2 th{
        padding: 10px;
        font-size: 14px; font-size: 1.4rem;
        min-width: 85px;
    }

    .tbl-cell2 td{
        border: 1px solid #6BB1BB;
    }



    #contact .tbl-cell2 th{
        padding: 10px 20px;
    }

    #contact .tbl-cell2 td{
        padding: 20px;
    }

    .hpt-info .tel-link{
        font-size: 30px; font-size: 3.0rem;
        font-weight: 700;
        font-family: 'Lato', sans-serif;
    }

    .hpt-info .tel-link i{
        margin: 0 10px 0 0;
    }

    .interview .ttl-area{
        float: right;
        width: 55%;
    }

    .interview .card li p{
        font-size: 14px; font-size: 1.4rem;
    }
    
    .interview .card li p span{
        font-size: 14px; font-size: 1.4rem;
    }

    .link-interview li{
        width: 40%;
        margin: 0;
    }

    .link-interview li.f-rgt{
        text-align: right;
    }

    .require .tbl-cell2 th{
        width: 25%;
    }

    #contact .btn-area .btn-blue{
        width: 140px;
    }

    .medicalservices img{
        width: 30%;
        float: left;
        display: inline;
    }

    .medicalservices .ttl-area{
        float: right;
        display: inline;
        width: 65%;
        margin: 0;
    }


/* ============
    WIDE: Footer
   ============ */

    #footer-container .wrapper{
        padding: 40px 0 100px;
    }

    .ftr-lft{
        float: left;
        display: inline;
        width: 65.5%;
    }

    .ftr-rgt{
        float: right;
        display: inline;
        width: 31.3%;
    }

    #footer-container .ftr-main-menu li{
        float: left;
        display: inline;
    }

    #footer-container .ftr-main-menu li{
        margin: 0;
        padding: 0;
        border: none;
    }

    #footer-container .ftr-main-menu li a{
        height: auto;
        line-height: 1.6;
        margin: 0 0 5px;
        padding: 0 0 0 10px;
        font-size: 14px; font-size: 1.4rem;
    }

    #footer-container .ftr-main-menu li a:after{
        left: 0;
        width: 5px;
        height: auto;
        line-height: 1.6;
        text-align: left;
    }

    #footer-container .ftr-sub-menu{
        font-size: 14px; font-size: 1.4rem;
    }

    #footer-container .ftr-sub-menu li{
        position: relative;
        display: inline-block;
        width: auto;
        margin: 0 20px 10px 0;
        padding: 0;
        border: none;
    }

    #footer-container .ftr-sub-menu li a{
        height: auto;
        line-height: 1.6;
        padding: 0 0 0 10px;
        font-size: 14px; font-size: 1.4rem;
    }

    #footer-container .ftr-sub-menu li a:after{
        left: 0;
        width: 5px;
        height: auto;
        line-height: 1.6;
    }

    #footer-container .ftr-main-menu li .open-content .ftr-inner-menu li{
        width: auto;
        display: inline-block;
        margin: 0 20px 10px 0;
        border: none;
    }

    #footer-container .ftr-main-menu li .open-content .ftr-inner-menu li a{
        height: auto;
        line-height: 1.6;
        padding: 0 0 0 10px;
        font-size: 12px; font-size: 1.2rem;
    }

    #footer-container .ftr-main-menu li .open-content .ftr-inner-menu li a:hover{
        text-decoration: underline;
    }

    #footer-container .ftr-main-menu li .open-content .ftr-inner-menu li a:after{
        content: " ";
        left: 0;
        width: 0;
        height: 0;
    }


}

@media only screen and (min-width: 1140px) {

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }

/* ============
    PC: Header
   ============ */

    #header-container .logo{
        float: left;
        display: inline;
        margin: 15px 0;
    }

    .hdr-rgt{
        float: right;
        display: inline;
        margin: 20px 0;
    }

    .hdr-rgt .search-area{
        float: left;
        display: inline;
        width: 280px;
    }

    .hdr-rgt .contact-area{
        float: right;
        display: inline;
        margin: 0 0 0 20px;
    }

    .hdr-rgt .contact-area p{
        line-height: 1;
        color: #6BB1BB;
        font-size: 24px; font-size: 2.4rem;
        font-weight: 700;
        font-family: 'Lato', sans-serif;
    }

    .hdr-rgt .contact-area p span{
        display: block;
        margin: 0 0 3px;
        text-align: center;
        font-size: 12px; font-size: 1.2rem;
        color: #372915;
    }

    .hdr-rgt .contact-area p i{
        margin: 0 5px 0 0;
    }

    #nav-container {
        width: 100%;
        margin: 0;
        background: #CCFFFF;
    }

    .nav{
        display: block;
        position: relative;
        width: 1026px;
        margin: 0 auto;
    }

    .nav-list{
        display:flex;
    }

    .nav-item.active a{
        background: #6BB1BB;
    }
    .nav-item.active > a{
        color: #fff;
    }

    .nav-item{
        position: relative;
    }

    .nav-item a{
        padding: 12px 0;
        border: none;
        background: #CCFFFF;
        text-align: center;
        font-size: 15px; font-size: 1.5rem;
    }

    .nav-item:after{
        position: absolute;
        display: block;
        content: " ";
        top: 12px;
        left: 0;
        width: 1px;
        height: 25px;
        background: #6BB1BB;
    }

    .nav-item:first-child:after{
        background: transparent;
    }

    .nav-click{
        display: none;
    }

    .nav-mobile{
        display: none;
    }

    .nav-item:hover .nav-submenu{
        display: block;
    }

    .nav-submenu{
        display:none;
        position:absolute;
        left:0;
        width:220px;
        border-radius: 0 0 4px 4px;
        box-shadow: 2px 2px 2px rgba(165,165,165,0.3), -2px 2px 2px rgba(165,165,165,0.3);
    }

    .nav-submenu-item a,
    .nav-item.active .nav-submenu-item a{
        position: relative;
        padding: 10px;
        border-bottom: 1px dotted #6BB1BB;
        background: #fff;
        text-align: left;
        font-size: 14px; font-size 1.4rem;
    }

    .nav-submenu-item a:after{
        height: 42px;
        line-height: 42px;
        margin: 0;
        color: #6BB1BB;
        font-size: 14px; font-size: 1.4rem;
        font-family: 'FontAwesome';
    }

    .nav-submenu-item a:hover:after{
        color: #fff;
    }

    .nav-list:hover > .nav-item,
    .nav-item.active .nav-submenu-item a:hover{
        background: #6BB1BB;
        color: #fff;
    }

    .nav-item.arrow a:after{
        content:" ";
        top: 0;
        left: 0;
        width: 0;
        height: 0;
    }

    .btm-nav{
        padding: 10px 10px 10px 20px;
        clear: both;
    }

    .btm-nav h2{
        float: left;
        display: inline;
        width: 40%;
        height: 50px;
        line-height: 50px;
        margin: 20px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 20px; font-size: 2.0rem;
    }

    .btm-nav h2.forpatients{
        padding: 0 0 0 65px;
        background: url(../img/nav_ico_forpatient_3x.png) no-repeat 10px top;
        background-size: 46px 50px;
    }

    .btm-nav .inner{
        float: right;
        display: inline;
        width: 60%;
        min-height: 90px;
        border-radius: 4px;
        background: #fff;
    }

    .btm-nav .inner .li-arrow{
        padding: 20px 20px 10px;
    }

    .btm-nav .inner .li-arrow li{
        display: inline-block;
    }

    .btm-nav .inner .li-arrow li a{
        display: inline-block;
        margin: 0 20px 10px 0;
        padding: 0 0 0 12px;
        border-radius: 0;
    }

    .btm-nav .inner .li-arrow li:last-child a{
        margin: 0 20px 10px 0;
    }

    .btm-nav .inner .li-arrow li a:after{
        content: "\f0da";
        top: 50%;
        left: 0;
        margin: -10px 0 0;
        font-size: 14px; font-size: 1.4rem;
    }

/* ============
    PC: Main
   ============ */

    #main-container .breadcrumb-area{
        width: 1026px;
        margin: 0 auto;
        background: transparent;
    }

    #main-container .breadcrumb{
        margin: 0 0 30px;
        padding: 10px 0;
        background: transparent;
    }

    #main-container .breadcrumb li a:hover{
        text-decoration: underline;
    }


    #content{
        float: right;
        display: inline;
        width: 762px;
    }

    #side{
        float: left;
        display: inline;
        width: 234px;
    }

    .hx-side-nav{
        line-height: 1.4;
        margin: 0;
        padding: 26px 10px;
        border-radius: 4px 4px 0 0;
        background: #6BB1BB;
        color: #fff;
        font-size: 18px; font-size: 1.8rem;
        font-weight: 400;
    }

    .li-side-nav{
        padding: 10px;
        border-radius: 0 0 4px 4px;
        background: url(../img/bg_side_nav.png) repeat left top;
    }

    .li-side-nav li a{
        position:relative;
        display: block;
        padding: 10px 25px 10px 10px;
        border-top: 1px solid #DCE1EA;
        background: #fff;
        color: #372915;
        text-decoration: none;
        font-weight: 700;
    }

    .li-side-nav li a:after{
        display: block;
        position: absolute;
        content: "\f054";
        top: 50%;
        right: 10px;
        margin: -12px 0 0;
        color: #6BB1BB;
        font-size: 16px; font-size: 1.6rem;
        font-family: 'FontAwesome';
        
    }

    .li-side-nav li:first-child a{
        border: none;
    }

    .card{
        margin: 0 0 20px -30px;
    }

    .card li{
        width: 25%;
        margin: 0 0 30px;
        padding: 0 0 0 30px;
    }

    .card.col3 li{
        width: 33.3%
    }

    .card li p{
        min-height: 28px;
        padding: 20px 10px;
        font-size: 18px; font-size: 1.8rem;
    }

    .col2{
        margin: 0 0 0 -30px;
    }

    .col2 .col{
        float: left;
        display: inline;
        width: 50%;
        padding: 0 0 0 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .hpt-info{
        margin: 60px 0 0;
        padding: 40px 0;
    }

    .hpt-info .info-left{
        float: left;
        display: inline;
        width: 360px;
    }

    .hpt-info .info-right{
        float: right;
        display: inline;
        width: 650px;
    }

    .tbl-ftr th{
        padding: 10px 5px;
        font-size: 16px; font-size: 1.6rem;
    }

    .tbl-ftr td{
        padding: 5px;
        font-size: 14px; font-size: 1.4rem;
    }

    .hpt-info .schedule-box{
        padding: 20px;
    }


    .interview img.f-lft{
        width: auto;
        margin: 0 20px 20px 0;
    }
    
    .interview img.f-rgt{
        width: auto;
        margin: 0 0 20px 20px;
    }

    .interview .ttl-area{
        float: right;
        width: 532px;
    }

    .tbl-qa th{
        width: 80px;
        padding: 10px 0;
        text-align: center;
    }
    
    .tbl-qa th img{
        width: 60px;
        display: block;
        margin: 0 auto 5px;
        text-align: center;
    }

    .medicalservices img{
        width: 200px;
    }

    .medicalservices .ttl-area{
        width: 532px;
    }


/* ============
    PC: Footer
   ============ */

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ANDCOカスタムCSS */

.img-erboshi{
    display: block;
    width: 100px;
    margin-top: 8px;
    margin-left: 12px;
}

.img-erboshi:hover{
    opacity: 0.7;
}

@media only screen and (max-width: 1139px) {

    .img-erboshi{
        margin-top: 12px;
        margin-inline: auto;
    }
}
