/*
Theme Name: SmartPack
Theme URI: http://www.miew.co.jp/
Author: Miew Design team
Author URI: http://www.miew.co.jp/
Version: 2.0
*/

/*--------------------------------------------------------------
Don't touch Zone!!
--------------------------------------------------------------*/
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: "Mplus 1p","Hiragino Kaku Gothic ProN", sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    margin: 0;

}
h1 {font-size: 22px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 15px;}
h5 {font-size: 15px;}
p {
    word-wrap: break-word;
}
article,aside,footer,header,nav,section {
    display: block;
}
figcaption,figure,main,section {
    display: block;
}

figure {
    margin: 1em 0;
}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: #222;
    font-weight: 400;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    text-decoration: none;
}
a:active,a:hover,a:visited {
    outline-width: 0;
    text-decoration: none!important;
    color: #222;
}
a:hover {opacity: 0.5;}
b,strong {
    font-weight: inherit;
    font-weight: 500;
}
small {
    font-size: 80%;
}
audio,video {
    display: inline-block;
}
img {
    border-style: none;
}
button,input,optgroup,select,textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,input {
    overflow: visible;
}
button,select {
    text-transform: none;
}
textarea {
    overflow: auto;
}
img {
    max-width: 100%;
    height: auto;
}

/*--------------------------------------------------

/*--------------------------------------------------------------
header 
--------------------------------------------------------------*/
header {
  background-color: transparent;
  margin-bottom: -10px;
  z-index: 9999;
  position: relative;
}
header .header_title-box {background-color: #ed6d5f;color: #fff;padding: 10px 0px;width: 395px;display: inline-block;text-align: center;margin-bottom: -12px;}
header .header_title-box img.logo_symbol {width: 55px;margin-right: 8px;vertical-align: top;margin-top: 8px;}
header .header_title-box .header_title {font-size: 7pt;font-weight: 200;display: inline-block;text-align: left;}
header .header_title-box .header_title div {font-size: 23pt;font-weight: 300; width: auto;}
header .header_catch-copy {display: inline-block; padding: 10px;line-height: 150%;}
header .header_catch-copy span:last-child {display: block;font-size: 1px;margin-bottom: -10px;}

header .header_info-box {
  position: absolute;
  right: 10px;
  top: 5px;
}
header .header_info-box .header_tel {font-size: 16pt;color: #ed6d5f;font-weight: 400;}
header .header_info-box .header_tel span {color: #000000;}
header ul.header_link-list li {display: inline-block;}
header ul.header_link-list li a {border: 1px solid #ed6d5f;padding: 2px 20px;font-weight: 400;text-align: center;display: inline-block;width: auto;position: relative;overflow: hidden;background-color: #fff;}
header ul.header_link-list li a:after {content: "◆";color: #ed6d5f;position: absolute;right: -16px;top: -21px;font-size: 20pt;}
button.head-bt1 {
    font-size: 1em;
    position: absolute;
    top: -23px;
    right: 70px;
    padding-top: 10px;
    color: #ffffff;
    border-radius: 6px;
    background-color: #004e80;
    border: 3px solid #004e80;
}
button.head-bt2 {
    font-size: 1em;
    position: absolute;
    top: -23px;
    right: 0px;
    padding-top: 10px;
    color: #ffffff;
    border-radius: 6px;
    background-color: #004e80;
    border: 3px solid #004e80;
}

  /*レスポンシブ別*/
      @media (max-width: 479px) {
        img.kv_pc {display: none;}
        img.kv_sp {display: block;}
        header .header_info-box {display: none;}
        header .header_catch-copy {font-size: 7pt;}
        header .header_title-box {width: 100%;margin-bottom: -7px;text-align: left;padding: 6px 0;}
        header .header_title-box .header_title {font-size: 6pt;}
        header .header_title-box .header_title div {font-size: 18pt;}
        header .header_title-box img.logo_symbol {width: 40px;margin-left: 0px;margin-right: 3px;}
      }
      @media screen and (min-width:480px) and (max-width:599px) {
        img.kv_pc {display: none;}
        img.kv_sp {display: block;}
        header .header_info-box {display: none;}
        header {text-align: left;}
        header .header_title-box {
            padding: 10px 0px;
            width: 100%;
            display: block;
            text-align: left;
            padding-left: 20px;
            margin-bottom: -8px;
        }
        header .header_catch-copy {text-align: left;margin-bottom: -8px;font-size: 9pt}




      }
      @media screen and (min-width:600px) and (max-width:767px) {
        img.kv_pc {display: block;}
        img.kv_sp {display: none;}
        header .header_info-box {display: none;}
        header .header_catch-copy {line-height: 100%;font-size: 9pt;}
        header .header_title-box {width: 320px;}
      }
      @media screen and (min-width:768px) and (max-width:991px) {
        img.kv_pc {display: block;}
        img.kv_sp {display: none;}
        header .header_info-box {display: none;}
      }
      @media screen and (min-width:992px) and ( max-width:1199px) {
        img.kv_pc {display: block;}
        img.kv_sp {display: none;}
      }
      @media screen and (min-width:1200px) {
        img.kv_pc {display: block;}
        img.kv_sp {display: none;}
      }


/*--------------------------------------------------------------

--------------------------------------------------------------*/



/*--------------------------------------------------------------
Gnavi Zone
--------------------------------------------------------------*/
#gnavi {
    background-color: #ed6d5f;
}
#dropmenu {
  list-style-type: none;
  height: 43px;
  padding: 0;
  background: #ed6d5f;
  border-radius: 3px 3px 0 0;
}
#dropmenu li {
  position: relative;
  width: 25%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  border-right: 1px solid #fff;
}
#dropmenu > li:last-child {border-right: none;}
#dropmenu > li:nth-child(4),#dropmenu > li:nth-child(8) {border-right: none;}
#dropmenu li a {
  display: block;
  margin: 0;
  padding: 15px 0;
  color: #fff;
  font-size: 10.5pt;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  background-color: #ed6d5f;
  cursor: pointer;
}
#dropmenu li a .fa {margin-left: 10px;margin-bottom: -1px;}
#dropmenu li ul {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 10;
}
#dropmenu li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
  padding: 13px 15px;
  background: #ed6d5f;
  text-align: center;
  font-size: 10.5pt;
  font-weight: normal;
}
#dropmenu ul li a:after {
}
#dropmenu li:hover > a {
  opacity: 1;
}
#dropmenu > li:hover > a{
  opacity: 1;
}
#dropmenu li:hover ul {border-top: 1px dashed #fff;margin-top: -2px;width: 100%;}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px dashed #fff;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}

/*--------------------------------------------------------------
footer Zone
--------------------------------------------------------------*/
footer {
  background-color: #fff5f5;
  padding: 50px 0 0;
}
footer .footer_box {
  box-sizing:border-box;
  border: 1px solid #ed6d5f;
  background-color: #fff;
  padding: 40px;
  margin-bottom: 30px;
  text-align: left;
}
footer .footer_box img.footer_banner {margin-bottom: 20px;}
footer .footer_box .footer_address {font-size: 11pt;line-height: 150%;margin-bottom: 20px;}
footer .footer_box .footer_tel {font-size: 16pt;color: #ed6d5f;font-weight: 500; margin-bottom: 20px;}
footer .footer_box .footer_tel span {color: #000000;font-size: 20pt;margin-right: 4px;}
footer .footer_box ul {margin-bottom: 10px;}
footer .footer_box ul.footer_link-list li a {
  border: 1px solid #ed6d5f;
  padding: 2px 0px;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  width: 70%;
  font-size: 15pt;
  position: relative;
  overflow: hidden;  
  margin-bottom: 5px;
}
footer .footer_box ul.footer_link-list li a::after {
    content: "◆";
    color: #ed6d5f;
    position: absolute;
    right: -16px;
    top: -21px;
    font-size: 20pt;
}

footer .footer_box table.footer_table {
  width: 90%;
  font-size: 11pt;
  border-collapse: collapse;
}
footer .footer_box table.footer_table thead th {background-color: #ec6c5e;color: #fff;text-align: center;padding: 3px 0px;font-weight: 300;font-size: 10pt;letter-spacing: -0.2em;white-space: nowrap;}
footer .footer_box table.footer_table tfoot {text-align: right;padding: 5px 0;}
footer .footer_box table.footer_table tbody td {padding: 5px 0px;border-bottom: 1px solid #666666;text-align: center;width: 11%;}
footer .footer_box table.footer_table tbody td.time {text-align: right;white-space: nowrap;width: 20.5%;}
footer .footer_box .map {}
footer .copy {
  background-color: #ed6d5f;
  text-align: center;
  color: #fff;
  font-size: 9pt;
  padding: 5px;
  font-weight: 300;
}



  /*レスポンシブ別*/
      @media (max-width: 479px) {
        footer { padding: 20px 0px 0px}
        footer .container { padding: 0px 10px;}
        footer .footer_box { padding: 10px;}
        footer .footer_box img.footer_banner {margin-top: 20px;}
        footer .footer_box table.footer_table { margin-bottom: 20px;}
        footer .copy {font-size: 7pt;}
        footer .footer_box ul.footer_link-list li a {width: 100%;font-size: 13pt;letter-spacing: -1px;}
        footer .footer_box table.footer_table { width: 100%; }
        footer .footer_box table.footer_table thead th {font-size: 9pt;width: 11.5%;padding: 3px 1px;}
        footer .footer_box table.footer_table tbody td.time {font-size: 9pt;width: 19%;}
      }
      @media screen and (min-width:480px) and (max-width:599px) {
        footer {padding: 15px 0 0;}
        footer .map {width: 100%;}
        footer .footer_box-inner {width: 100%;}
        footer .footer_box ul.footer_link-list li a {width: 80%;font-size: 13pt;}
        footer .footer_box table.footer_table { width: 100%; }
        footer .container { padding: 0px 10px;}
        footer .footer_box { padding: 10px;}
        footer .footer_box img.footer_banner {margin-top: 20px;}
        footer .footer_box table.footer_table { margin-bottom: 20px;}
        footer .copy {font-size: 7pt;}
        footer .footer_box ul.footer_link-list li a {width: 100%;font-size: 13pt;letter-spacing: -1px;}
        footer .footer_box table.footer_table { width: 100%; }
      }
      @media screen and (min-width:600px) and (max-width:767px) {
        footer .footer_box img.footer_banner {margin-top: 10px;}
        footer {padding: 30px 0 0;}
        footer .footer_box { padding: 15px;}
        footer .container { padding: 0px 20px;}
        footer .map {width: 34%;float: right;}
        footer .footer_box-inner {width: 65%;}
        footer .footer_box ul.footer_link-list li a {width: 98%;font-size: 13pt;}
        footer .footer_box table.footer_table {width: 98%;}
        footer .footer_box table.footer_table thead th {padding: 3px 5px;}

      }
      @media screen and (min-width:768px) and (max-width:991px) {
        footer .footer_box img.footer_banner {margin-top: 10px;}
        footer {padding: 30px 0 0;}
        footer .footer_box { padding: 15px;}
        footer .container { padding: 0px 20px;}
        footer .map {width: 34%;float: right;}
        footer .footer_box-inner {width: 65%;}
        footer .footer_box ul.footer_link-list li a {width: 70%;font-size: 13pt;}
        footer .footer_box table.footer_table {width: 98%;}
        footer .footer_box table.footer_table thead th {padding: 3px 5px;}       
      }
      @media screen and (min-width:992px) and ( max-width:1199px) {
        footer .footer_box ul.footer_link-list li a {width: 80%;}
      }
      @media screen and (min-width:1200px) {
      }


/*--------------------------------------------------------------
side Zone
--------------------------------------------------------------*/
ul.sidebar-nav {
  list-style: none;
  border-bottom: 1px solid #ed6d5f;
}
ul.sidebar-nav li a:after {
  content: '＞';
  float: right;
  color: #ed6d5f;
  font-size: 8pt;
  margin-top: 5px;

}
ul.sidebar-nav a {
    padding: 12px 10px 12px 15px;
    margin: 0px 0px;
    display: block;
    border: 1px solid #ed6d5f;
    border-bottom: none;
    color: #222;
    font-size: 13pt;
    cursor: pointer;
    background-color: #fff;
}
ul.sidebar-nav ul li a {
  border-top: 1px dashed #ed6d5f;
}
ul.sidebar-nav ul li a:before {
    content: "-";
    margin-left: 21px;
    margin-right: 5px;
}
ul.sidebar-nav a:hover {

}
.link-box p {
    background-color: #fff;
    padding: 10px;
}
/*--------------------------------------------------------------
Page-top Zone
--------------------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #ec6c5e;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 10px 0;
    font-size: 80%;
    text-align: center;
    display: block;
    border-radius: 100px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/*--------------------------------------------------------------
細かい装飾
--------------------------------------------------------------*/
.text_red {color: #ed6d5f;}
.line_wavy {
  display: inline-block;
  background-image: url(img/line_wavy.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  padding-bottom: 4px;
}
a.btn, a.btn2 {
  font-size: 14pt;
    border: 1px solid #ed6d5f;
    padding: 3px 20px;
    width: auto;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    background-color: #fff;
}
a.btn:after {content: "◆";color: #ed6d5f;position: absolute;right: -16px;top: -21px;font-size: 20pt;}
a.btn2:after {content: "◆";color: #ed6d5f;position: absolute;right: -20px;bottom: -21px;font-size: 30px;}

a.full {width: 100%;} 
a.half {width: 49%;}
a.half:nth-child(even) {width: 49%;margin-left: 2px;}


  /*レスポンシブ別*/
      @media (max-width: 479px) {
        a.half {width: 100%;margin-bottom: 10px;}
        a.half:nth-child(even) {width: 100%;margin-left: 0px;}
        a.btn, a.btn2 {font-size: 12pt;letter-spacing: -0.5px;}
      }
      @media screen and (min-width:480px) and (max-width:599px) {
        a.half {width: 100%;margin-bottom: 10px;}
        a.half:nth-child(even) {width: 100%;margin-left: 0px;}
        a.btn, a.btn2 {font-size: 12pt;}
      }
      @media screen and (min-width:600px) and (max-width:767px) {
        a.btn, a.btn2 {font-size: 12pt;padding: 3px 0;}
        a.half:nth-child(2n) {margin-left: 0;}
      }
      @media screen and (min-width:768px) and (max-width:991px) {
        a.half {width: 100%;margin-bottom: 10px;}
        a.half:nth-child(even) {width: 100%;margin-left: 0px;}
      }
      @media screen and (min-width:992px) and ( max-width:1199px) {
        a.btn, a.btn2 {font-size: 12pt;padding: 3px 0;letter-spacing: -0.5px}
      }
      @media screen and (min-width:1200px) {
      }


  /*改行-レスポンシブ別*/
      @media (max-width: 479px) {
        .br_xx-b:before {content: "\A" ;white-space: pre ;}
        .br_xx-a:after {content: "\A" ;white-space: pre ;}
      }
      @media screen and (min-width:480px) and (max-width:599px) {
        .br_xs-b:before {content: "\A" ;white-space: pre ;}
        .br_xs-a:after {content: "\A" ;white-space: pre ;}
      }
      @media screen and (min-width:600px) and (max-width:767px) {
        .br_sm-b:before {content: "\A" ;white-space: pre ;}
        .br_sm-a:after {content: "\A" ;white-space: pre ;}
      }
      @media screen and (min-width:768px) and (max-width:991px) {
        .br_md-b:before {content: "\A" ;white-space: pre ;}
        .br_md-a:after {content: "\A" ;white-space: pre ;}
      }
      @media screen and (min-width:992px) and ( max-width:1199px) {
        .br_lg-b:before {content: "\A" ;white-space: pre ;}
        .br_lg-a:after {content: "\A" ;white-space: pre ;}
      }
      @media screen and (min-width:1200px) {
        .br_ll_full-b:before {content: "\A" ;white-space: pre ;}
        .br_ll_full-a:after {content: "\A" ;white-space: pre ;}
      }

/*--------------------------------------------------------------
about
--------------------------------------------------------------*/
#about {
  background-color: #fff;
  background-image: url(img/about_bg.jpg);
  background-position: right top;
  background-size: auto 100%;
  background-repeat: no-repeat;
  }
#about .container {padding: 50px 0;}  
#about .about_ttl {font-size: 20pt;font-weight: 400;margin-bottom: 40px;}
#about .about_ttl2 {background-color: #fff5f5;text-align: left;position: relative;margin-left: 30px;font-size: 13.5pt;padding: 5px 0px 5px 40px;margin-bottom: 35px;}
#about .about_ttl2:before {content: url(img/icon_nurse.png);position: absolute;left: -30px;top: -15px;}
#about dl.about_list {margin-left: 25px;font-size: 12pt;}
#about dl.about_list a {text-decoration: underline;}
#about dl.about_list dt {font-weight: 400;margin-bottom: 8px;padding-left: 22px;text-indent: -22px;}
#about dl.about_list dd {margin-bottom: 30px;margin-left: 40px;padding-left: 22px;text-indent: -22px;}
#about dl.about_list dt:before {content: "■";color: #ed6d5f;margin-right: 0.5em;font-size: 11pt;}
#about dl.about_list dd:before {content: "≫";color: #ed6d5f;margin-right: 0.5em;font-size: 11pt;}



  /*レスポンシブ別*/
      @media (max-width: 479px) {
        #about {background-image: none;}
        #about .container {padding: 20px 10px;}
        #about dl.about_list {margin-left: 15px;}
        #about dl.about_list dd {margin-left: 25px;}
        #about .about_ttl2 {padding: 5px 0px 5px 30px;}
        #about .about_ttl {
            font-size: 14pt;
            text-align: center;
            margin-bottom: 20px;
        }

      }
      @media screen and (min-width:480px) and (max-width:599px) {
        #about {background-image: none;}
        #about .container {padding: 30px 20px;}
        #about .about_box {width: 100%;}
        #about .about_ttl {font-size: 13.5pt;margin-bottom: 30px;}
        #about .about_ttl2 {font-size: 12pt;}

      }
      @media screen and (min-width:600px) and (max-width:767px) {
        #about {background-image: none;}
        #about .container {padding: 30px 20px;}
        #about .about_ttl {font-size: 18pt;margin-bottom: 20px;}
        #about .about_box {width: 100%;}
      }
      @media screen and (min-width:768px) and (max-width:991px) {
        #about {background-position: right -50% top 0;}
        #about .container {padding: 40px 20px;}  
      }
      @media screen and (min-width:992px) and ( max-width:1199px) {
        #about .about_ttl {font-size: 18pt;margin-bottom: 20px;}
      }
      @media screen and (min-width:1200px) {
      }


/*--------------------------------------------------------------
blog 
--------------------------------------------------------------*/
#blog {background-color: #fff5f5;padding: 50px 0;}
#blog .blog_main-ttl {font-size: 23pt;font-weight: 500;color: #ec6c5e;text-align: center;margin-bottom: 30px;}

#blog div.blog_box:nth-child(1),#blog div.blog_box:nth-child(2),#blog div.blog_box:nth-child(3) {padding: 0;}
#blog div.blog_box {border-right: 2px solid #fff5f5;border-left: 2px solid #fff5f5;}


#blog div.blog_box {text-align: center;margin-bottom: 15px;}
div.blog_box .blog_img_box { position: relative; }

#blog div.blog_box .blog_ttl {
  font-size: 15pt;
  text-align: left;
  width: 100%;
  box-sizing:border-box;
  padding: 0px 15px 5px;
  background-color: #fff;
}

#blog div.blog_box .blog_text {min-height: 70px;text-align: left;min-height: 9em;}


#blog div.blog_box .blog_details {
  text-align: right;
  width: 100%;
  box-sizing:border-box;
  padding: 0px 15px 10px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

#blog div.blog_box .blog_details .blog_more {
  margin-top: 20px;margin-bottom: 0;
  text-align: right;
  padding-right: 10px;
  position: relative;
}

#blog div.blog_box .blog_details .blog_more:before {
    content: "◆";
    font-size: 30px;
    color: #ed6d5f;
    position: absolute;
    right: -30px;
    bottom: -30px;
}


.blog_category {
  text-align: left;
  font-size: 11pt;
  padding: 15px 15px 15px;
  display: block;
  background-color: #fff;
}
.blog_category a {color: #222;padding: 0px 2px 0px; }
.blog_category a:hover {color: #222;text-decoration: none;}
.blog_category span { border-bottom: 3px solid #666;white-space: nowrap;}
.blog_category .cat-polyp {border-bottom: 3px solid #c0fff9;}
.blog_category .cat-constipation {border-bottom: 3px solid #ffdca7;}
.blog_category .cat-colon_cancer {border-bottom: 3px solid #fffedc;}
.blog_category .cat-inspection {border-bottom: 3px solid #bdffa7;}
.blog_category .cat-endoscope {border-bottom: 3px solid #ffd9fa;}
.blog_category .cat-diarrhea {border-bottom: 3px solid #bcc9ff;}

div.blog_box .blog_time {
  text-align: left;
  font-size: 11pt;
  padding: 0 15px 5px;
  display: block;
  background-color: #fff;
}

#blog div.blog_box .blog_img_box {
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  width: 100%;
  text-align: center;
  box-sizing:border-box;
  position: relative;
}
#blog div.blog_box .blog_img a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.pager a {
    font-size: 14pt;
    border: 1px solid #ed6d5f;
    padding: 3px 20px;
    width: 100%;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    background-color: #fff;
}
.pager a::after {
    content: "◆";
    color: #ed6d5f;
    position: absolute;
    right: -20px;
    bottom: -21px;
    font-size: 30px;
}


  /* #blog レスポンシブ別*/
      @media (max-width: 479px) {
        #blog {padding: 20px 0;}
        #blog .container {padding: 20px 10px;}
        #blog .blog_main-ttl {font-size: 18pt;}
        #blog div.blog_box .blog_img {height: auto;}
        #blog div.blog_box .blog_ttl {font-size: 13pt;}
        #blog div.blog_box .blog_text {min-height: auto;}
        
      }
      @media screen and (min-width:480px) and (max-width:599px) {
        #blog {padding: 30px 20px;}
        #blog .blog_main-ttl {font-size: 18pt;}
        #blog div.blog_box .blog_ttl {font-size: 13pt;}
        #blog div.blog_box .blog_text {min-height: auto;padding-bottom: 10px;}
        #blog div.blog_box {width: 100%;}
      }
      @media screen and (min-width:600px) and (max-width:767px) {
        div.blog_box .blog_category {font-size: 9pt;}
        #blog .container {padding: 0px 20px;}
        #blog div.blog_box .blog_ttl {font-size: 13pt;}

        #blog {text-align: center;}
        #blog div.blog_box .blog_text {line-height: 120%;min-height: 17em;}
        #blog .blog_main-ttl {font-size: 21pt;}

      }
      @media screen and (min-width:768px) and (max-width:991px) {
        #blog .container {padding: 0px 20px;}
        #blog .blog_main-ttl {margin-bottom: 10px;}
        #blog div.blog_box {border-right: 2px solid #fff5f5;border-left: 2px solid #fff5f5;}
        #blog div.blog_box .blog_text {line-height: 120%;min-height: 12em;}
      }
      @media screen and (min-width:992px) and ( max-width:1199px) {
        #blog div.blog_box .blog_ttl {font-size: 14pt;}
        #blog div.blog_box .blog_text {min-height: 12em;}
      }
      @media screen and (min-width:1200px) {
      }


/*--------------------------------------------------------------
blog_underlayer
--------------------------------------------------------------*/
#blog_underlayer {background-color: #fff;padding: 50px 0;}
#blog_underlayer .blog_main-ttl {font-size: 23pt;font-weight: 500;color: #ec6c5e;text-align: center;margin-bottom: 30px;}

#blog_underlayer div.blog_box:nth-child(1),#blog_underlayer div.blog_box:nth-child(2),#blog_underlayer div.blog_box:nth-child(3) {padding: 0;}
#blog_underlayer div.blog_box {
  text-align: center;margin-bottom: 15px;border: 1px solid #eee;box-sizing:border-box;
  width: 33%;
  margin-right: 1px;
}
div.blog_box .blog_img_box { position: relative; }

#blog_underlayer div.blog_box .blog_ttl {
  font-size: 15pt;
  text-align: left;
  width: 100%;
  box-sizing:border-box;
  padding: 0px 15px 5px;
  background-color: #fff;
}

#blog_underlayer div.blog_box .blog_text {min-height: 70px;text-align: left;min-height: 9em;}

#blog_underlayer div.blog_box .blog_details {
  text-align: right;
  width: 100%;
  box-sizing:border-box;
  padding: 0px 15px 10px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

#blog_underlayer div.blog_box .blog_details .blog_more {
  margin-top: 20px;margin-bottom: 0;
  text-align: right;
  padding-right: 10px;
  position: relative;
}

#blog_underlayer div.blog_box .blog_details .blog_more:before {
    content: "◆";
    font-size: 30px;
    color: #ed6d5f;
    position: absolute;
    right: -30px;
    bottom: -30px;
}


#blog_underlayer div.blog_box .blog_img_box {
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  width: 100%;
  text-align: center;
  box-sizing:border-box;
  position: relative;
}
#blog_underlayer div.blog_box .blog_img a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

div.blog_box .blog_category {
  text-align: left;
  font-size: 11pt;
  padding: 15px 15px 15px;
  display: block;
  background-color: #fff;
}
div.blog_box .blog_category a {color: #222;padding: 0px 2px 0px; }
div.blog_box .blog_category a:hover {color: #222;text-decoration: none;}
div.blog_box .blog_category span { border-bottom: 3px solid #666;white-space: nowrap;}
div.blog_box .blog_category .cat-polyp {border-bottom: 3px solid #c0fff9;}
div.blog_box .blog_category .cat-constipation {border-bottom: 3px solid #ffdca7;}
div.blog_box .blog_category .cat-colon_cancer {border-bottom: 3px solid #fffedc;}
div.blog_box .blog_category .cat-inspection {border-bottom: 3px solid #bdffa7;}
div.blog_box .blog_category .cat-endoscope {border-bottom: 3px solid #ffd9fa;}
div.blog_box .blog_category .cat-diarrhea {border-bottom: 3px solid #bcc9ff;}

div.blog_box .blog_time {
  text-align: left;
  font-size: 11pt;
  padding: 0 15px 5px;
  display: block;
  background-color: #fff;
}

#blog_underlayer div.blog_box .blog_img_box {overflow: hidden;}
#blog_underlayer div.blog_box .blog_img {
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}
#blog_underlayer div.blog_box .blog_img img {
  width: auto;
  height: auto;
}


  /* #blog_underlayer レスポンシブ別*/
      @media (max-width: 479px) {
        #blog_underlayer {padding: 20px 0;}
        #blog_underlayer .container {padding: 20px 10px;}
        #blog_underlayer .blog_main-ttl {font-size: 18pt;}
        #blog_underlayer div.blog_box {width: 96%;margin-right: 0;}
        #blog_underlayer div.blog_box .blog_img {height: auto;}
        #blog_underlayer div.blog_box .blog_ttl {font-size: 13pt;}
        #blog_underlayer div.blog_box .blog_text {min-height: auto;}

      }
      @media screen and (min-width:480px) and (max-width:599px) {
        #blog_underlayer {padding: 30px 20px;}
        #blog_underlayer div.blog_box {width: 96%;margin-right: 0;}
        #blog_underlayer .blog_main-ttl {font-size: 18pt;}
        #blog_underlayer div.blog_box .blog_ttl {font-size: 13pt;}
        #blog_underlayer div.blog_box .blog_text {min-height: auto;padding-bottom: 10px;}
        #blog_underlayer div.blog_box {width: 100%;}
      }
      @media screen and (min-width:600px) and (max-width:767px) {
        div.blog_box .blog_category {font-size: 9pt;}
        #blog_underlayer .container {padding: 0px 20px;}
        #blog_underlayer div.blog_box .blog_ttl {font-size: 13pt;}

        #blog_underlayer {text-align: center;}
        #blog_underlayer div.blog_box .blog_text {line-height: 120%;min-height: 17em;}
        #blog_underlayer .blog_main-ttl {font-size: 21pt;}

      }
      @media screen and (min-width:768px) and (max-width:991px) {
        #blog_underlayer .container {padding: 0px 20px;}
        #blog_underlayer .blog_main-ttl {margin-bottom: 10px;}
        #blog_underlayer div.blog_box {border-right: 2px solid #fff5f5;border-left: 2px solid #fff5f5;}
        #blog_underlayer div.blog_box .blog_text {line-height: 120%;min-height: 12em;}
      }
      @media screen and (min-width:992px) and ( max-width:1199px) {
        #blog_underlayer div.blog_box .blog_ttl {font-size: 14pt;}
        #blog_underlayer div.blog_box .blog_text {min-height: 12em;}
      }
      @media screen and (min-width:1200px) {
      }


/*--------------------------------------------------------------
blog_underlayer
--------------------------------------------------------------*/
#blog_content {margin-bottom: 40px;}
#blog_content .post-cat {float: left;}
#blog_content .post-cat a {text-decoration: none!important;}
#blog_content .blog_time {padding: 0 15px 10px;float: right;}
#blog_content .blog_text {padding: 0 15px 10px;line-height: 160%;}
#blog_content .blog_img_box {
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  width: 100%;
  text-align: center;
  box-sizing:border-box;
  position: relative;
}
#blog_content .blog_img a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/*--------------------------------------------------------------
banner
--------------------------------------------------------------*/

#banner {
  background-image: url(img/banner_bg.jpg);
  background-size: auto 100%;
  background-position: left bottom;
  background-repeat: no-repeat;

}
#banner .banner_box {
  text-align: center;
  padding: 30px 0px 30px 20px;
}
#banner .banner_box .banner_box-half {display: inline-block;width: 49.5%;margin-bottom: 20px;}
#banner .banner_box .banner_box-half:nth-child(1) {float: left;}
#banner .banner_box .banner_box-half:nth-child(2) {float: right;}


  /*レスポンシブ別*/
      @media (max-width: 479px) {
        #banner {background-image: none;}
        #banner .banner_box {padding: 20px 10px;}
        #banner .banner_box .banner_box-half {display: block;width: 100%;margin-bottom: 10px;}
        #banner .banner_box .banner_box-half:nth-child(1),#banner .banner_box .banner_box-half:nth-child(2) {float: left;}
        #banner .banner_box img.banner_lala-clinic-pc {display: none;}
        #banner .banner_box img.banner_lala-clinic-sp {display: block;}
      }
      @media screen and (min-width:480px) and (max-width:599px) {
        #banner {background-position: left -50% bottom 0;}
        #banner .banner_box {padding: 20px 10px;}
        #banner .banner_box .banner_box-half {display: block;width: 100%;margin-bottom: 10px;}
        #banner .banner_box .banner_box-half:nth-child(1),#banner .banner_box .banner_box-half:nth-child(2) {float: left;}
        #banner .banner_box img.banner_lala-clinic-pc {display: none;}
        #banner .banner_box img.banner_lala-clinic-sp {display: block;}
      }
      @media screen and (min-width:600px) and (max-width:767px) {
        #banner .banner_box img.banner_lala-clinic-pc {display: block;}
        #banner .banner_box img.banner_lala-clinic-sp {display: none;}
        #banner .banner_box {padding: 20px 10px;}
      }
      @media screen and (min-width:768px) and (max-width:991px) {
        #banner .banner_box img.banner_lala-clinic-pc {display: block;}
        #banner .banner_box img.banner_lala-clinic-sp {display: none;}
        #banner .container {padding: 0px 20px;}
      }
      @media screen and (min-width:992px) and ( max-width:1199px) {
        #banner .banner_box img.banner_lala-clinic-pc {display: block;}
        #banner .banner_box img.banner_lala-clinic-sp {display: none;}

      }
      @media screen and (min-width:1200px) {
        #banner .banner_box img.banner_lala-clinic-pc {display: block;}
        #banner .banner_box img.banner_lala-clinic-sp {display: none;}
      }


/*--------------------------------------------------------------
under Zone
--------------------------------------------------------------*/

.kv_underlayer {
  background: url(img/kv_underlayer.jpg);
  background-repeat: no-repeat;
  border-bottom: 2px solid #ed6d5f;
}

  /*レスポンシブ別*/
      @media (max-width: 479px) {
        .kv_underlayer {background-image: none;height: 0;}
      }
      @media screen and (min-width:480px) and (max-width:599px) {
        .kv_underlayer {background-image: none;height: 0;}
      }
      @media screen and (min-width:600px) and (max-width:767px) {
        .kv_underlayer {background-size: 150% auto;background-position: right center;height: 200px;}
      }
      @media screen and (min-width:768px) and (max-width:991px) {
        .kv_underlayer {background-size: 130% auto;background-position: right center;height: 150px;}
      }
      @media screen and (min-width:992px) and ( max-width:1199px) {
        .kv_underlayer {background-size: 100% auto;background-position: right center;height: 250px;border-bottom: none;}
      }
      @media screen and (min-width:1200px) {
        .kv_underlayer {background-size: 100% auto;background-position: right center;height: 300px;border-bottom: none;}
      }



.under-content-area {padding: 30px 0;}



#under-content h1 {
  font-weight: 400;
  font-size: 18pt;
    text-align: center;
    padding: 10px;
    color: #222;
    margin: 10px 0px 15px;
}
#under-content h1 span {font-size: 21pt;margin: 0 4px;color: #ed6d5f;padding-bottom: 4px;}
#under-content h1 .hr_h1 {padding: 0;margin: 5px 0 0;border: none;height: 1px;background-color: #ed6d5f;}

#under-content h2 {
    border-left: 4px solid #ed6d5f;
    padding: 5px 10px;
    color: #222;
    margin: 10px 0px 15px;
}


#under-content #page h3 {
  font-weight: 400;
  font-size: 15pt;
  margin-left: 0;
  padding: 0;
  margin-bottom: 15px;
  border-bottom: dashed 1px #ed6d5f;
  padding-bottom: 2px;
}

#under-content #page h4 {
  font-weight: 400;
  font-size: 13pt;
  margin-bottom: 10px;
}
#under-content #page h4:before {content: "●";font-size: 10pt;margin-right: 0.5em;color: #ed6d5f;}

#under-content #page h5 {
  font-weight: 500;
  font-size: 12pt;
}

#under-content #page h6{
  font-size: 12pt;
position: relative;
border-top: solid 1px #ed6d5f;
border-bottom: solid 1px #ed6d5f;
background: #fff5f5;
line-height: 1.4;
padding: 0.4em 0.5em;
margin: 2em 0 0.5em;
}

#under-content #page h6:after {/*タブ*/
position: absolute;
font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
content: '\f0a7\ POINT';
background: #ed6d5f;
color: #fff;
left: 0px;
bottom: 100%;
border-radius: 5px 5px 0 0;
padding: 5px 7px 3px;
font-size: 0.7em;
line-height: 1;
letter-spacing: 0.05em;
  }


#under-content {font-size: 12pt;min-height: 300px;}
#under-content #page section {clear: both;margin-bottom: 50px;}
#under-content #page p {padding: 0 15px;margin-bottom: 30px;}
#under-content #page a {text-decoration: underline;}

/*リスト ul*/

#under-content #page　ul {
  padding:0 0 0 2em;
  margin:0 0 20px;
  list-style: none;
}
#under-content #page　ul > li {text-indent: -1em;padding-left: 1em;} 
#under-content #page　ul > li:before { content: "・";}

/*リスト ol*/

#under-content #page　ol {
  padding:0 0 0 2em;
  margin:0 0 20px;
}
 
#under-content #page　ol > li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt2;
  text-indent: -1.7em;
  margin-bottom: 10px;
}

#under-content #page　ol > li:before{
  display: marker;
  content: counter(cnt2) "．";
  font-weight: bold;
}


  /*レスポンシブ別*/
      @media (max-width: 479px) {
        #under-content .container {padding-left: 15px;margin-right: 15px;}
      }
      @media screen and (min-width:480px) and (max-width:599px) {
        #under-content .container {padding-left: 20px;margin-right: 20px;}
      }
      @media screen and (min-width:600px) and (max-width:767px) {
        #under-content .container {padding-left: 25px;margin-right: 25px;}
      }
      @media screen and (min-width:768px) and (max-width:991px) {
        #under-content .container {padding-left: 30px;margin-right: 30px;}
      }
      @media screen and (min-width:992px) and ( max-width:1199px) {
      }
      @media screen and (min-width:1200px) {
      }



/*spmenu*/
.pure-container .header_title-box {margin-bottom: 0;display: block;width: 100%;text-align: left;padding-left: 20px;}
.pure-container .sidebar-info-box {background-color: #efefef;text-align: center;padding: 10px 0;}
.pure-container .sidebar-info-box .sidebar-tel {
  color: #ed6d5f;
  border: 1px solid #ed6d5f;
  padding: 2px 10px;
  background-color: #fff;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  width: auto;
  position: relative;
  overflow: hidden;
}
.pure-container .sidebar-info-box .sidebar-tel::after {
    content: "◆";
    color: #ed6d5f;
    position: absolute;
    right: -16px;
    top: -21px;
    font-size: 20pt;
}

.pure-container .sidebar-info-box .sidebar-tel span {color: #222;font-weight: 500;}
.pure-container #banner {background-image: none;}
.pure-container #banner .banner_box {padding: 20px;}
.pure-container img.banner-1day-surgery,.pure-container img.banner-keibi-naisikyou, .pure-container img.banner_lala-clinic {width: 100%;}
.pure-container .header_title-box {padding-top: 5px;padding-bottom: 5px;}
  /*レスポンシブ別*/
      @media (max-width: 479px) {
        .pure-container .sidebar-info-box {padding: 10px 15px;}
        .pure-container .header_title-box {padding-left: 10px;}
        header .header_title-box img.logo_symbol {width: 30px;}
        header .header_title-box .header_title div {font-size: 15pt;}
        .pure-container .sidebar-info-box .sidebar-tel { width: 100%;display: block;}
        .pure-container ul.header_link-list li:first-child {display: block;width: 100%;margin: 0 auto 5px;}
        .pure-container ul.header_link-list li:nth-child(2) {width: 49.5%;float: left;}
        .pure-container ul.header_link-list li:nth-child(3) {width: 49.5%;float: right;} 
        .pure-container ul.header_link-list li a {display: block;width: 100%;}
        ul.sidebar-nav a {font-size: 10pt;}
        ul.sidebar-nav ul li a:before { margin-left: 15px;}
      }
      @media screen and (min-width:480px) and (max-width:599px) {
      }
      @media screen and (min-width:600px) and (max-width:767px) {
      }
      @media screen and (min-width:768px) and (max-width:991px) {
      }
      @media screen and (min-width:992px) and ( max-width:1199px) {
      }
      @media screen and (min-width:1200px) {
        
      }

/*--------------------------------------------------------------
ADD 0228
--------------------------------------------------------------*/
.bold {
    font-weight: 400;
    color: #FF8C00;
}
.highlight {
    background-color:#ffffcc;
}