@charset "utf-8";
/* =======================================================================

 共通項目
 
======================================================================= */

.anchormagin { marign-top:-60px; padding-top:60px; }

@media print, screen and (min-width: 769px) {
.anchormagin { marign-top:-142px; padding-top:142px; }
}

/* Material iconsを利用する */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  /*line-height: 1;*/
  text-transform: none;
  vertical-align: middle;
  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
  /* IEサポート */
  font-feature-settings: 'liga';
}
i.root_arrow {
  color: #FF9966;
}
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
body {
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 62.5%;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #666;
  word-break: break-all;
  -webkit-text-size-adjust: none;
  -webkit-backface-visibility: hidden;
}
a {
  color: #555;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
li {
  list-style-type: none;
}
main, section, div, li, a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media print, screen and (max-width: 768px) {
  .pc_cont {
    display: none;
  }
}
/*for pc*/
@media print, screen and (min-width: 769px) {
  .pchide {
    display: none !important
  }
  .sp_cont {
    display: none;
  }
}
.clear {
  clear: both;
}
/* -----------------------------------------------------------
 見出し
----------------------------------------------------------- */
h1 {
  font-size: 1.1em;
  font-weight: normal;
  padding: 5px 0 0 0px;
  color: #AAAAAA;
  text-align: right;
}
h2 {}
h3 {
  position: relative;
  padding-bottom: .5em;
  font-size: 2.8em;
  font-weight: normal;
  text-align: center;
  margin-bottom: 50px;
  clear: both;
}
h3::before, h3::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  height: 4px;
}
h3::before {
  z-index: 2;
  width: 30%;
  background-color: #98D261;
}
h3::after {
  width: 100%;
  background: #DEF1CD;
}
h3 span {
  color: #98D261;
  font-size: 0.4em;
  padding-left: 10px;
  vertical-align: middle;
}
h4 span {
  color: #98D261;
  font-size: 0.4em;
  padding-left: 10px;
  vertical-align: middle;
}
.drip h4 span {
  font-size: 0.8em;
}
body:not(.index) main h3 {
  margin: 50px 0 20px;
}
body:not(.index) main div h3:first-child {
  margin-top: 0;
}
.center {
  text-align: center
}
.right {
  text-align: right
}
h4 {
  padding: 20px 0;
  text-align: center;
  margin: 0px 0 0px;
  font-size: 2.4em;
  font-weight: normal;
  clear: both;
}
body:not(.index) h4 {
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 5px;
  margin-bottom: 15px;
}
h5 {
  font-size: 1.8em;
  font-weight: bold;
  padding: 15px 0 10px;
  clear: both;
}
main dt {
  line-height: 2;
  font-size: 1.5em;
}
main dd, main li, p {
  margin: 0 0 0px 0;
  padding: 0;
  line-height: 2;
  font-size: 1.5em;
}
main p strong, main p span {
  font-weight: bold;
}
main p {
  word-wrap: break-word;
}
.aright {
  text-align: right;
}
.aleft {
  text-align: left;
}
.acenter {
  text-align: center;
}
.uline {
text-decoration:underline;
text-decoration-color:#666;
}
.green { color: #98d251; }
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right {
  float: right;
  margin: 0 0 20px 20px;
}
.img_left {
  float: left;
  margin: 0 20px 20px 0;
}
.img_center {
  display: block;
  margin: 0 auto 0;
  max-width: 100%;
  height: auto;
}
.center {
  display: block;
  margin: 0 auto 0;
}
/* =======================================================================

 個別項目
 
======================================================================= */
/* -----------------------------------------------------------
　ヘッダー
----------------------------------------------------------- */
header {
  width: 1120px;
  margin: 0 auto;
  position: relative;
  height: 142px;
  z-index: 4;
}
/*forpc*/
@media print, screen and (min-width: 768px) {
  header {
    margin: 0 auto;
    background: #fff;
  }
  .header_wrap {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    background: #fff;
    z-index: 15;
    -webkit-box-shadow: 0px 2px 3px #ccc;
    -moz-box-shadow: 0px 2px 3px #ccc;
    box-shadow: 0px 2px 3px #ccc;
  }
}
.h_logo {
  position: absolute;
  top: 27px;
  left: 10px;
}
header .timetable1 {
  position: absolute;
  top: 35px;
  left: 370px;
}
@media print, screen and (min-width: 768px) {
  .h_tel {
    position: absolute;
    top: 35px;
    left: 685px;
  }
}
.h_tel i {
  font-size: 0.7em;
  vertical-align: 1px;
}
.h_tel a {
  font-size: 2.0em;
  text-decoration: none;
  color: #98D261;
  letter-spacing: -0.05em;
  font-weight: bold;
  line-height: 1;
  margin: 5px 0;
  display: block;
}
.h_tel dl {
  color: #333;
}
.h_tel dt {
  font-size: 1.2em;
  font-weight: bold;
}
.h_tel dt i {
  font-size: 1.2em;
  vertical-align: -2px;
}
.h_tel dd {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 0em;
}
.h_rsv {
  position: absolute;
  bottom: 37px;
  right: 0px;
  display: block;
  background: url(../images/h_rsv.png);
  width: 185px;
  height: 68px;
}
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
.key_visual {
  width: 100%;
  height: auto;
  text-align: center;
}
/*forpc*/
@media print, screen and (min-width: 768px) {
  .key_visual {
    padding-top: 142px;
  }
}
.key_visual_in {
  width: 1120px;
  height: 500px;
  margin: 0 auto;
  position: relative;
  background-repeat: no-repeat;
}
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body:not(.index) .key_visual_in {
  background-image: url(../images/keybg.png);
}
body:not(.index) .key_visual_in h2 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 3.5em;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
}
body.ClinicGuide .key_visual_in {
  background-image: url(../images/key2.png);
}
body.first .key_visual_in {
  background-image: url(../images/key3.png);
}

/*body.Cguide .key_visual_in {
  background-image: url(../images/key5.png);
}
body.access .key_visual_in {
  background-image: url(../images/key6.png);
}*/
.key_nav {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.key_nav {
  position: absolute;
  top: 56px;
  left: 56px;
  z-index: 1;
  width: 260px;
}
.key_nav li:hover {
  background: #98D261;
}
.key_nav li a:hover i, .key_nav li a:hover {
  color: #fff;
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.key_nav li {
  display: inline-block;
  background: #F9F8F4;
  color: #777;
  width: 124px;
  height: 124px;
  margin-bottom: 3px;
  filter: alpha(opacity=95);
  -moz-opacity: 0.95;
  opacity: 0.95;
  font-size: 1.5em;
  font-weight: bold;
  vertical-align: middle;
}
.key_nav li:nth-child(4) i {
  font-size: 1.6em;
}
.key_nav li a {
  display: block;
  height: 124px;
  padding: 30px 0 0px;
}
.key_nav li:last-child {
  width: 250px;
  height: auto;
  background: none;
}
.key_nav li:last-child a {
  padding-top: 10px;
  height: auto;
}
.key_nav li:last-child i {
  display: inline;
}
.key_nav img, .key_nav i {
  color: #999;
  display: block;
  margin: 0 auto 10px;
}
.treatment_nav {
  background: #98D261;
}
.treatment_nav_in {
  width: 1120px;
  margin: 0 auto;
  padding: 50px 50px 40px;
  letter-spacing: -0.3em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.treatment_nav_in a {
  letter-spacing: normal;
  color: #fff;
  font-size: 1.5em;
  display: inline-block;
  width: 24%;
  margin-bottom: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  text-align: left;
}
.treatment_nav_in a:hover {
  cursor: pointer;
}
.treatment_nav_in a:before {
  color: #FFFFBF;
  padding-right: 5px;
  content: '\f0da';
  font-family: FontAwesome;
  font-weight: normal;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* -----------------------------------------------------------
　メインメニュー
----------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .main_nav {
    z-index: 2;
    position: relative;
    background: #AAAAAA;
  }
  .key_visual {
    position: relative;
    z-index: 1;
  }
}
nav p#menu {
  display: none;
}
nav {
  width: 1120px;
  margin: 0px auto 0;
  padding: 20px 0;
}
nav ul {
  overflow: hidden;
  text-align: center;
}
nav ul li {
  display: inline-block;
  text-align: center;
  padding: 3px 30px 0;
}
nav ul li:last-child {
  border: none;
}
nav ul li a {
  color: #fff;
  font-size: 1.8em;
  font-weight: bold;
  display: block;
  width: 100%;
  text-decoration: none;
}
a:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
/* -----------------------------------------------------------
　ハンバーガーメニュー
----------------------------------------------------------- */
/* Toggle(Button) */
#navToggle {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 35px;
  height: 40px;
  cursor: pointer;
  overflow: hidden;
  background-color: #fff;
  padding: 0px 0px 2px 0px
}
#navToggle div {
  position: relative
}
#navToggle span {
  display: block;
  position: absolute; /*to div*/
  width: 100%;
  border-bottom: solid 3px #999;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out
}
#navToggle span:nth-child(1) {
  top: 0
}
#navToggle span:nth-child(2) {
  top: 11px
}
#navToggle span:nth-child(3) {
  top: 22px
}
#navToggle p {
  font-size: 1em;
  margin: 0;
  padding: 25px 0 0 0;
  text-align: center;
  color: #999;
}
/* -----------------------------------------------------------
　アサイド
----------------------------------------------------------- */
aside {
  width: 238px;
  float: left;
}
aside div label {
  color: #fff;
  font-weight: bold;
  background-color: #FBC90E;
  display: block;
  padding: 20px 0;
  font-size: 1.8em;
  text-align: center;
}
aside ul {
  background-color: #F5F5F5;
}
aside ul li {
  width: 238px;
  position: relative;
  text-align: left;
  margin: 0 0 0px 0;
  border-bottom: 1px solid #fff;
  list-style: none;
  font-size: 1.6em;
}
aside ul li:last-child {
  border: none
}
aside ul li a {
  width: 100%;
  display: block;
  text-decoration: none;
  padding: 15px 0;
  text-indent: 20px;
}
aside ul li a::after {
  position: absolute;
  top: 40%;
  right: 20px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
label {
  /* display: none;*/
}
input[type="checkbox"].on-off {
  display: none;
}
aside p.caution1 {
  color: #333;
  border: 1px solid #333;
  padding: 18px;
  line-height: 1.5;
  font-size: 1.2em;
  margin-top: 20px;
  letter-spacing: 0px;
}
/* -----------------------------------------------------------
　メインコンテンツ
----------------------------------------------------------- */
main {
  height: auto;
  overflow: hidden;
  width: 100%;
  margin: 0px auto 0;
  padding: 0 0px;
}
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.index1 {
  background: #F9F8F4;
}
.index1in {
  display: block;
  width: 1120px;
  margin: 0 auto;
  padding: 100px;
}
.notice_frame {
  height: 400px;
  overflow-y: scroll;
  width: 100%;
  margin: 0 auto;
}
.news_title {
  color: #666;
  font-size: 1.8em;
  margin-bottom: 10px;
  line-height: 1.8;
}
.news_title .new {
  display: none
}
.news_title .date {
  color: #98D261;
  border: 1px solid #98D261;
  background: #fff;
  padding: 2px 20px;
  font-size: 0.7em;
  vertical-align: text-top;
  font-weight: normal;
  margin-right: 20px;
}
.news_body {
  font-size: 1.5em;
  border-bottom: #eee 1px solid;
  padding: 0 0 30px;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.5;
}
/*index*/
.index2 {
  background: url(../images/introbg.png) center center;
  background-size: cover;
}
.index2in {
  display: block;
  width: 1120px;
  margin: 0 auto;
  padding: 100px;
}
.index2in p {
  width: 95%;
  margin: 0 auto;
  color: #fff;
}
.index2in h3 {
  color: #fff;
}
.index-btns {
  background: #F9F8F4;
}
.index-btns-in {
  display: block;
  width: 1120px;
  margin: 0 auto;
  padding: 50px 100px;
}
.index-btns ul li a {
  display: block;
  color: #fff;
  background: #98D261;
  border: 10px solid #F9F8F4;
  padding: 20px;
  height: 260px;
  text-align: center;
}
.index-btns ul:nth-child(2) li a {
  background: #C1A990;
}
.index-btns h4 {
  font-weight: bold;
  font-size: 1.5em;
  padding: 0 0 0px;
}
.index-btns p {
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
}
.index-btns img {
  width: 100px;
  height: auto;
  margin: 0 auto;
  color: #fff !important;
}
.index3in {
  display: block;
  width: 1120px;
  margin: 0 auto;
  padding: 100px;
}
.index3 .checkup1 {
  letter-spacing: -1em;
}
.index3 .checkup1 li {
  letter-spacing: normal;
  display: inline-block;
  width: 50%;
  height: 189px;
  color: #fff;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  background: url(../images/checkup1.png);
  background-size: cover;
  padding-top: 70px;
  vertical-align: top;
}
.index3 .checkup1 li:last-child {
  background: url(../images/checkup2.png);
  background-size: cover;
}
.index3 .checkup2 li strong, .index3 .checkup1 li strong {
  color: #FFFFBF;
}
.index3 .checkup2 li a, .index3 .checkup1 li a {
  display: block;
  padding: 5px 0px;
  text-align: center;
  display: block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 0.8em;
  width: 50%;
  margin: 5px auto 0;
}
.index3 .checkup2 li a i, .index3 .checkup1 li a i {
  font-size: 1.2em;
  vertical-align: baseline;
  position: relative;
  top: 0.25em;
}
.index3 .checkup2 li a:hover, .index3 .checkup1 li a:hover {
  background: #98D261;
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  opacity: 1;
}
.index3 .checkup2 li a {
  margin: 5px auto 0;
  width: 85%;
}
.index3 .checkup2 {
  letter-spacing: -1em;
}
.index3 .checkup2 li {
  letter-spacing: normal;
  display: inline-block;
  width: 25%;
  height: 164px;
  color: #fff;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  background: url(../images/checkup3.png);
  background-size: cover;
  padding-top: 40px;
  vertical-align: top;
}
.index3 .checkup2 li:nth-child(2) {
  background: url(../images/checkup4.png);
  background-size: cover;
}
.index3 .checkup2 li:nth-child(3) {
  background: url(../images/checkup5.png);
  background-size: cover;
}
.index3 .checkup2 li:nth-child(4) {
  background: url(../images/checkup6.png);
  background-size: cover;
}
.index3 .checkup2 li:nth-child(5) {
  background: url(../images/checkup7.png);
  background-size: cover;
}
.index3 .checkup2 li:nth-child(6) {
  background: url(../images/checkup8.png);
  background-size: cover;
}
.index3 .checkup2 li:nth-child(7) {
  background: url(../images/checkup9.png);
  background-size: cover;
}
.index3 .checkup2 li:nth-child(8) {
  background: url(../images/checkup10.png);
  background-size: cover;
}
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview_wrap {
  -webkit-box-shadow: inset 0px 2px 3px #ccc;
  -moz-box-shadow: inset 0px 2px 3px #ccc;
  box-shadow: inset 0px 2px 3px #ccc;
  background: #F9F8F4;
}
.overview {
  width: 1120px;
  margin: 0 auto;
  padding: 40px 10px;
  height: 300px;
  position: relative;
}
.overview img.logo {
  position: absolute;
  top: 100px;
  left: 100px;
  width: 264px;
}
.overview .timetable1 {
  position: absolute;
  top: 100px;
  left: 400px;
}
.overview .timetable1 td {
  background: #eee;
}
.overview dl {
  position: absolute;
  top: 100px;
  left: 730px;
}
.overview dt {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 5px;
}
.overview dt i {
  font-size: 1em;
}
.overview p {
  position: absolute;
  top: 190px;
  left: 100px;
  font-size: 1.4em;
}
.overview p strong a {
  color: #98D260;
  font-size: 1.4em;
  letter-spacing: 0em;
}
.overview p img {
  vertical-align: -7px;
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer {
  width: 100%;
  background: #F9F8F4;
  text-align: center;
}
.footer_frame {
  width: 1120px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.footbtn {
  text-decoration: none;
  background: #98D261;
  color: #fff;
  font-size: 1.2em;
  padding: 12px 0px;
  width: 275px;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: relative;
}
.footbtn span::after {
  position: absolute;
  top: 40%;
  right: 20px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer_list {
  margin: 0px;
  padding: 50px 50px 45px;
}
.footer_list ul {
  display: inline-block;
  text-align: left;
  width: 200px;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
.footer_list ul:first-child {
  width: 350px;
}
.footer_list ul li {
  margin: 0 0px 5px;
  padding: 0 0px 0 0;
  list-style-type: none;
  font-size: 1.2em;
}
footer small {
  display: block;
  clear: both;
  text-align: center;
  margin: 0;
  padding: 20px 0 2.5rem;
  border-top: 1px solid #ccc;
  font-size: 1em;
  color: #999;
}
footer small a {
  text-decoration: none;
  color: #999;
}
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#linkpagetop {
  float: right;
  margin-top: -10px;
  margin-right: 10px;
}
#linkpagetop a {
  background: transparent;
  border: 1px solid #98D261;
  text-align: center;
  vertical-align: middle;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#linkpagetop a i {
  vertical-align: middle;
  display: table-cell;
  width: 47px;
  height: 47px;
  color: #98D261;
}
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 20px;
}
#pagetop {
  height: 54px;
  text-align: center;
}
#pagetop a {
  display: block;
  color: #FFF;
}
#pagetop_position {
  float: right;
  margin: 0px;
  padding: 0px;
  z-index: 4;
  position: relative;
}
table.timetable1 {
  border-collapse: separate;
  padding: 0px 0px;
}
table.timetable1 th {
  background: #98D261;
  padding: 8px 6px;
  font-size: 1.4em;
  font-weight: bold;
  vertical-align: middle;
  color: #fff;
}
table.timetable1 td {
  background: #F9F8F4;
  padding: 4px 6px;
  font-size: 1.4em;
  text-align: center;
  vertical-align: middle;
  color: #333;
}
table.timetable1 i {
  font-size: 1em;
}
.red {
  /*color:#FF7373;*/
  color: #FF9966;
  font-weight: bold;
}
.violet {
  color: #db7093;
}
/*下層*/
body:not(.index) main > section:nth-child(odd) {
  background: #fff;
}
body:not(.index) main > section:nth-child(even) {
  background: #F9F8F4;
}
body:not(.index) main > section > div {
  display: block;
  width: 1120px;
  margin: 0 auto;
  padding: 100px;
}
body:not(.index) main a.abox {
  display: inline-block;
  margin: 10px 0 0;
  padding: 10px 20px;
  color: #666;
  /*font-weight: bold;*/
  background: #eee;
  font-size: 1.3em;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
body:not(.index) main a i {
  color: #03B0D5;
  font-size: 1.5em;
  vertical-align: baseline;
  position: relative;
  top: 7px;
}
body:not(.index) main a {
  background: none;
  padding: 0;
  color: #03B0D5;
  font-size: 1.5em;
}
body:not(.index) main p a, body:not(.index) main li a {
  font-size: 1em;
}
main ol {
  counter-reset: li;
}
main ol > li {
  font-size: 1.5em;
  line-height: 2;
  list-style: none;
  position: relative; /*リストの項目の位置を基準に*/
  padding-left: 2.3em; /*li:before分左に余白を。調整可*/
  margin-bottom: 0.8em; /*リストの数字がくっついてしまう場合*/
}
main ol > li:before {
  counter-increment: li;
  content: counter(li);
  background: transparent;
  border: 1px solid #666;
  color: #666;
  border-radius: 50%; /*丸く*/
  text-align: center; /*端に寄ってる数字を真ん中に*/
  width: 1.5em; /*幅を決めるheightと同じ数値に*/
  height: 1.5em; /*高さ。widthと同じ数値に。数値変更した場合はline-heightで調整を*/
  position: absolute; /*リストの基準から移動させる*/
  left: 0em; /*項目の基準、左にあわせる*/
  top: 2px; /*基準の上から2pxの位置に表示。テーマによって位置がずれる場合は修正を*/
  line-height: 1.6; /*数字の位置あわせで数値を指定*/
}
main ol strong::after {
  content: "\A";
  white-space: pre;
}
main table {
  margin-bottom: 10px;
}
main table th, main table td {
  font-size: 1.5em;
  vertical-align: middle;
  padding: 10px 20px;
  border: 1px solid #ccc;
}
.col5, .col4, .col3, .col2 {
  letter-spacing: -1em;
}
.col2 > li {
  letter-spacing: normal;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.col3 > li {
  letter-spacing: normal;
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
}
.col4 > li {
  letter-spacing: normal;
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
.col5 > li {
  letter-spacing: normal;
  width: 20%;
  display: inline-block;
  vertical-align: top;
}
.text-center {
  text-align: center;
}
.old_opdir main table .docP_title, .prostatecancer01 .pb_title, main th, .access main td:nth-child(odd), .Cguide main td:nth-child(odd), .opdir main td:nth-child(odd) {
  background: #DEF1CD;
  text-align: center;
  font-weight: bold;
  word-break: keep-all;
}
.old_opdir main table .docP_title {
  width: 30%;
}
main td, .access main td:nth-child(even), .opdir main td:nth-child(even) {
  background: #fff;
}
.opdir main .opdir_tbl2 td {
  background: #fff;
  text-align: center;
  font-weight: normal;
}
.opdir main .opdir_tbl3 td {
  font-size: 1em;
  padding: 5px;
  white-space: nowrap;
}
.opdir main .opdir_tbl3 tr:nth-child(2) td {
  background-color: #fff;
  font-weight: normal;
}
.opdir main .opdir_tbl3 tr:nth-child(odd) td {
  background: #F9F8F4;
}
.opdir main .opdir_tbl2 tr:first-child td {
  border-bottom: none;
  background: #F9F8F4;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
.opdir main .opdir_tbl2 td {
  background: #fff;
  text-align: center;
  font-weight: normal;
}
.opdir main .opdir_tbl3 td {
  font-size: 1em;
  padding: 5px;
  white-space: nowrap;
}
.opdir main .opdir_tbl3 tr:nth-child(2) td, .opdir main table.opdir_tbl3 tr:nth-child(9) td.bg-lightgreen, .opdir main table.opdir_tbl3 tr:nth-child(7) td.bg-lightgreen {
  background-color: #DEF1CD;
  font-weight: bold;
}
.opdir main .opdir_tbl3 tr:nth-child(odd) td {
  background: #F9F8F4;
}
.opdir main .opdir_tbl2 tr:first-child td {
  border-bottom: none;
  background: #DEF1CD;
  font-weight: bold;
}
}
.opdir main small {
  font-size: 0.6em;
  font-weight: normal;
  color: #333;
}
.opdir main .fontS {
  font-size: 0.6em;
  font-weight: normal;
  color: #aaa;
}
.opdir main .fontS a {
  font-size: 1em;
  padding: 0;
  margin: 0;
  background: none;
  color: #aaa;
}
.opdir main p.read {
  margin-bottom: 10px;
}
.opdir main p.read strong {
  font-weight: bold;
}
img.opdir_face {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.Cguide main iframe {
  display: block;
  margin: 0 auto;
}
.access1 {
  margin: 20px 0 0;
  padding: 0px 0 0px;
  border: 1px solid #ccc;
}
.access2 {
  text-align: center;
  padding: 20px 0 40px;
}
.access2 img {
  border: 1px solid #ccc;
}
.access ol.direction {
  letter-spacing: -1em;
}
.access ol.direction li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 33%;
  font-size: 1.2em;
  padding: 0;
}
.access main ol.direction li strong {
  padding-left: 1.8em;
}
main ol.direction > li:before {
  top: 3.5px;
}
main ul.checklist2 li::before, .checkup_checklist2 li::before {
  color: #666;
  font-family: FontAwesome;
  content: '\f111';
  margin-left: -1.5em;
  margin-right: 0.5em;
}
main ul.checklist2 li, .checkup_checklist2 li {
  padding-left: 1.5em;
}
.checklist li::before {
  color: #666;
  font-family: FontAwesome;
  content: '\f096';
  margin-left: -1.5em;
  margin-right: 0.5em;
}
.checklist li {
  padding-left: 1.5em;
}
.checklist3 li:before {
  color: #ccc;
  font-family: FontAwesome;
  content: '\f00c';
  padding-right: 1em;
  margin-left: -2em;
}
ul.checklist3 {
  letter-spacing: -1em;
}
.checklist3 li {
  letter-spacing: normal;
  padding-left: 2em;
}

.urologist main ul {
  letter-spacing: -1em;
}
.urologist main li {
  width: 50%;
  display: inline-block;
  letter-spacing: 0.1em;
  vertical-align: top;
}
.female-urology main ul {
  letter-spacing: -1em;
}
.female-urology main li {
  width: 50%;
  display: inline-block;
  letter-spacing: 0.1em;
  vertical-align: top;
}
.symptom main li:before {
  color: #ccc;
  font-family: FontAwesome;
  content: '\f00c';
  padding-right: 1em;
}
.symptom main ul {
  letter-spacing: -1em;
}
.symptom main li {
  width: 50%;
  display: inline-block;
  letter-spacing: 0.1em;
  vertical-align: top;
}
.treatment main li:before {
  color: #ccc;
  font-family: FontAwesome;
  content: '\f00c';
  padding-right: 1em;
}
.treatment main ul {
  letter-spacing: -1em;
}
.treatment main li {
  width: 50%;
  display: inline-block;
  letter-spacing: 0.1em;
  vertical-align: top;
}
body:not(.index) main .checkup_menu {
  letter-spacing: -1em;
}
body:not(.index) main .checkup_menu li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
body:not(.index) main .checkup_menu li a {
  letter-spacing: normal;
  background: #eee;
  display: block;
  padding: 20px;
  border: 1px solid #fff;
  color: #333;
}

body:not(.index) main .checkup_menu_02 {
  letter-spacing: -1em;
}
body:not(.index) main .checkup_menu_02 li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body:not(.index) main .checkup_menu_02 li a {
  letter-spacing: normal;
  background: #eee;
  display: block;
  padding: 20px;
  border: 1px solid #fff;
  color: #333;
  font-size: 18px;
}



p.event_box {
  background: #FFEFBF;
  padding: 20px;
  color: #FFA64D;
  font-weight: bold;
  display: inline-block;
}
p.event_box strong {
  background: #FFA64D;
  padding: 3px 10px;
  color: #fff;
  /*display: block;*/
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.2em;
}
dl.event_box {
  /*background: #FFEFBF;
	padding: 20px 20px 10px;*/
  display: block;
  flex-flow: wrap;
  justify-content: space-between;
}
dl.event_box dt {
  display: block;
  /*background: #FFA64D;*/
  margin-bottom: 0px;
  /*padding: 3px 10px;*/
  /*color: #fff;*/
  /*display: block;*/
  text-align: left;
  font-size: 1.5em;
}
dl.event_box dd {
  display: block;
  /*padding: 3px 10px;*/
  padding-bottom: 10px;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  dl.event_box {
    display: flex;
  }
  dl.event_box dt {
    width: 25%;
    margin-bottom: 10px;
  }
  dl.event_box dd {
    width: 70%;
    text-align: left;
  }
}
.checkup main table .nosmC_title {
  background: #DEF1CD;
}
body:not(.index) main a.btn {
  padding: 20px;
  text-align: center;
  padding: 20px;
  background: #98D261;
  color: #fff;
  margin: 20px auto;
  display: block;
  font-weight: bold;
  font-size: 16px;
  width: 50%;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.immunization main table th, .frequenturination main table th, .corp-checkup main table th {
  text-align: left;
}
.sti main td.pb_title, .LOH table .pb_title, main table td.nosmC_title {
  background: #DEF1CD;
  font-weight: bold;
}
.sti main td.pb_title, .LOH table .pb_title, main table td.nosmC_price {
  background: #DEF1CD;
  font-weight: bold;
  text-align: right;
}
.homecare main table td, .homecare main table th {
  text-align: center;
}
.LOH table.checksheet th {
  text-align: left;
}
.LOH main table td a {
  font-size: 1em;
}
.Cguide .gv_galleryWrap {
  padding: 0 !important;
  z-index: 8;
}
.bnr_half {
  margin: 10px 0;
  letter-spacing: -1em;
}
.bnr_half li {
  letter-spacing: normal;
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.bnr_half li:last-child {
  text-align: right;
}
.nonsmoking #goukei {
  text-align: center;
}
.nonsmoking main table a {
  font-size: 1em;
}
.side_btn {
  position: fixed;
  top: 190px;
  right: 0;
  z-index: 3;
  -webkit-box-shadow: 0px 2px 3px #ccc;
  -moz-box-shadow: 0px 2px 3px #ccc;
  box-shadow: 0px 2px 3px #ccc;
}
.side_btn li a {
  font-size: 1.5em;
  text-align: center;
  line-height: 0.9;
  padding: 0px 0px 5px;
  display: block;
  font-weight: bold;
}
.side_btn li i {
  color: #fff;
}
.side_btn li:first-child a {
  background: #fff;
  color: #98D261;
}
.side_btn li:nth-child(2) a {
  background: #fff;
  color: #FFA64D;
}
.side_btn li:last-child a {
  background: #fff;
  color: #754DFF;
}
.side_btn li span {
  display: block;
  padding: 5px 10px;
  margin-bottom: 5px;
  text-align: center;
}
.side_btn li:first-child span {
  background: #98D261;
}
.side_btn li:nth-child(2) span {
  background: #FFA64D;
}
.side_btn li:last-child span {
  background: #754DFF;
}
.prostateCancer_PSA span.midashi {
  font-weight: bold;
}
.prostateCancer_PSA h4 i {
  color: #98D261;
}
.prostateCancer_PSA main td {
  text-align: center;
}
.box1 {
  margin: 10px 0;
  padding: 20px;
  border-left: 5px solid #FFA64D;
  background: #FFFAE8;
}
.box2 {
  margin: 20px 0;
  padding: 20px;
  border: 2px solid #BEE39D;
  background: #F9F8F4;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.box3 {
  display: block;
  margin: 10px 0;
  padding: 20px;
  border: 2px solid #BEE39D;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  font-weight: normal;
}
.box4 {
  display: block;
  margin: 10px 0;
  padding: 2em 3em;
  background: #F4FAE7;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  font-weight: normal;
}
.box4 ul p {
  font-size: inherit;
  padding-left: 2em;
}
.bladder-cancer .box4 dt {
  color: #7BC538;
  font-weight: bold;
}
.bladder-cancer .box4 dd {
  padding-left: 2em;
}
.bladder-cancer .box4 dl {
  margin-bottom: 1em;
}
.option {
  color: #FF9966;
  background: #FFEFBF;
  padding: 3px 10px;
  margin-right: 10px;
  font-weight: bold;
  font-size: 0.6em;
}
.immunization1 {
  color: cornflowerblue;
}
.immunization2 {
  color: #98D261
}
.immunization3 {
  color: #B668DB;
}
.immunization4 {
  color: #FFBF00;
}
.flow h4:first-letter {
  vertical-align: bottom;
  color: #fff;
  background: #98D261;
  padding: 0 0.4em 0;
}
.flow p::after {
  display: block;
  margin: 0 auto;
  content: '';
  width: 0px;
  height: 0px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #eee;
}
.flow p:last-child::after {
  content: none;
}
.faq h4:first-letter {
  vertical-align: bottom;
  color: #fff;
  background: #98D261;
  padding: 0 0.4em 0;
}
.checkup_option_price td {
  background: #eee;
}
.checkup main table.checkup_option_price .nosmC_title {
  background: #ddd;
}
.checkup_option_price tr:first-child th {
  background: #aaa;
  color: #fff;
}
.nonsmoking main table th {
  border-bottom: 1px solid #fff;
}
table.prostate_biopsy1 td {
  text-align: center;
}
body.prostateCancer_PSA main a i {
  color: #fff;
}
body.prostatic_hyperplasia h5 {
  margin-top: 10px;
}
.UI h4 i {
  color: #98D261;
}
.question {
  display: inline;
  font-size: inherit;
  vertical-align: bottom;
  color: #fff;
  background: #98D261;
  padding: 0 0.4em 0;
}
.answer {
  display: inline;
  font-size: inherit;
  vertical-align: bottom;
  color: #fff;
  background: #FFA64D;
  padding: 0 0.4em 0;
}
.std main p, .std main ul {
  margin-bottom: 2em;
}
.text-none {
  display: none;
}
.medicaldiet main .flow1 span {
  font-weight: bold;
  display: block;
  margin-top: 10px;
}
.opdir_doctors li strong {
  font-size: 1.4em;
}
main table .bg-green {
  background: #DEF1CD !important;
}
main table .bg-light {
  background: #F9F8F4 !important;
}
main table .bg-white {
  background: #fff !important;
}
.bottomlink, .bottomlink .monshin a, .bottomlink .reserve a, .bottomlink .telephone a {
  display: none
}
/*forsp*/
@media screen and (max-width: 767px) {
  .sphide {
    display: none !important
  }
  header .timetable1 {
    display: none;
  }
  .h_rsv {
    position: absolute;
    top: 260px;
    right: 0px;
    z-index: 3;
    width: 90px;
    background-size: 170px 61px;
    background-position: left top;
  }
  body {
    width: 100%;
    margin: 0 auto;
    letter-spacing: 0em;
  }
  h1 {
    display: none;
  }
  header {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    background: #fff;
    z-index: 999;
    height: auto; /*	 display: flex;          
   flex-direction: column;*/
  }
  .h_logo {
    position: static;
    margin: 3px 0 0 5px;
    height: auto;
    text-align: left;
    display: inline-block;
  }
  .h_logo img {
    height: auto;
    margin: 0 8px;
    width: 55%;
  }
  .h_tel {
    position: absolute;
    top: 10px;
    right: 55px;
  }
  .h_tel a {
    margin: 0;
  }
  .h_tel dl, .h_tel span {
    display: none;
  }
  .h_tel i {
    font-size: 1em;
    color: #999;
  }
  .h_tel2 {
    color: #999;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    padding-top: 0px;
    font-size: 1em;
    position: absolute;
    top: 30px;
    left: 1px;
  }
  .key_visual {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 60px;
  }
  .key_visual img {
    width: 100%;
    height: auto;
  }
  .key_nav {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    visibility: visible !important;
  }
  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
    }
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      transform: translateY(-20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .key_nav {
    position: absolute;
    top: 315px;
    left: 0;
    z-index: 100;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .key_nav li:hover {
    background: #98D261;
  }
  .key_nav li a:hover i, .key_nav li a:hover {
    color: #fff;
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
  }
  .key_nav li {
    display: inline-flex;
    background: #F9F8F4;
    color: #777;
    width: 32%;
    height: 28px;
    margin-bottom: 3px;
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    opacity: 0.95;
    font-size: 3.2vw;
    font-weight: bold;
    vertical-align: middle;
  }
  .key_nav li:nth-child(4) i {
    font-size: 2.0em;
    margin: 0 .3rem .2rem .4rem;
  }
  .key_nav li:nth-child(5) i {
    font-size: 1.8em;
  }
  .key_nav li a {
    display: inline-flex;
    height: 28px;
    padding: 3px 0 0 0;
    line-height: 2;
  }
  .key_nav img, .key_nav i {
    color: #999;
    display: inline-flex;
    padding: 0;
    margin: 0 .3rem .2rem;
  }
  nav ul li a {
    display: inline-flex;
    width: 100%;
    text-decoration: none;
    padding: 0;
  }
  .main_nav nav {
    position: absolute;
    right: 0;
    top: -1000px; /*通常時はビュー外*/
    background: #F9F8F4;
    width: 100%;
    padding: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    text-align: left;
    z-index: 20;
    -webkit-box-shadow: 0px 5px 4px #ccc;
    -moz-box-shadow: 0px 5px 4px #ccc;
    box-shadow: 0px 5px 4px #ccc;
  }
  .main_nav ul {
    margin: 0;
    padding: 0;
  }
  .main_nav ul li {
    display: block;
    margin: 0;
    border-bottom: solid 1px #fff;
    width: 100%;
    text-align: left;
    position: relative;
  }
  .main_nav ul li a {
    display: block;
    color: #666;
    font-weight: normal;
    font-size: 1.4em;
    line-height: 2;
  }
  .main_nav ul li:first-child {
    border-top: solid 1px #fff;
  }
  .main_nav ul li a::after {
    position: absolute;
    top: 30%;
    right: 20px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #aaa;
    border-right: 2px solid #aaa;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* Toggle(Button) */
  #navToggle {
    display: block
  }
  /* Click Toggle(Button) */
  .openNav #navToggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .openNav #navToggle span:nth-child(2), .openNav #navToggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  /*header menu*/
  .openNav nav {
    -moz-transform: translateY(1080px);
    -webkit-transform: translateY(1080px);
    transform: translateY(1080px)
  }
  /*アコーディオン*/
  label {
    background: #787878;
    color: #fff;
    padding: 20px 10px;
    display: block;
    border-bottom: 1px solid #fff;
    text-align: center;
    box-sizing: border-box;
  }
  aside div label {
    padding: 10px;
  }
  aside div label i {
    vertical-align: middle;
    color: #B49978;
  }
  input[type="checkbox"].on-off {
    display: none;
  }
  .menu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .menu li {
    padding: 0px;
    border-bottom: #eee 1px solid;
    box-sizing: border-box;
  }
  input[type="checkbox"].on-off + ul {
    height: 0;
    overflow: hidden;
  }
  input[type="checkbox"].on-off:checked + ul {
    height: auto;
  }
  main {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  .overview {
    width: 100%;
    padding: 40px 10px;
    float: none;
  }
  footer {
    width: auto;
  }
  .footer_frame {
    width: 100%;
  }
  footer figure {
    display: none;
  }
  .footer_list {
    display: none;
  }
  table.timetable1 {
    table-layout: auto;
    margin: 0 auto;
  }
  table.timetable1 th {
    background: #98D261;
    padding: 4px 3px;
    font-size: 1.4vw;
    font-weight: normal;
    vertical-align: middle;
    color: #fff;
  }
  table.timetable1 td {
    background: #F9F8F4;
    padding: 4px 3px;
    font-size: 1.2vw;
    text-align: center;
    vertical-align: middle;
    color: #333;
  }
  .notice_frame {
    padding: 0 0px;
    height: 12.1rem;
    overflow-y: scroll;
  }
  .notice_frame.sp_cont dt {
    position: relative;
    display: block;
    padding-left: 6.75em;
    line-height: 1.6;
  }
  .notice_frame.sp_cont dt .date {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 7.5em;
    box-sizing: border-box;
    display: inline-block;
    padding: 2px 0;
    margin: 0 0.2em 0 1.5em;
  }
  .notice_frame.sp_cont dt::before {
    position: absolute;
    left: 0.25rem;
    top: -0.15rem;
    color: #98D261;
    padding-right: 5px;
    content: '\f0da';
    font-family: FontAwesome;
    font-weight: normal;
  }
  .notice_frame.sp_cont dt.active::before {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 0;
    top: 0;
  }
  .overview {
    width: 100%;
    height: auto;
    padding: 5px 3px 0;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  .overview_sp_left {
    width: 50%;
    text-align: center;
  }
  .overview_sp_right {
    width: 50%;
    text-align: center;
  }
  .overview p, .overview .timetable1, .overview img.logo {
    position: static;
  }
  .overview img.logo {
    width: 95%;
  }
  .overview p {
    font-size: 2.6vw;
    line-height: 1.7;
  }
  p.text_s {
    margin: 0 auto;
    text-align: center;
  }
  /* -----------------------------------------------------------
　スマホギャラリー
----------------------------------------------------------- */
  .ContTxtArea {
    width: 690px;
    margin: 0 auto;
  }
  /* :::::::::: フリック :::::::::: */
  .viewport {
    width: 290px;
    overflow: hidden;
    margin: 0 auto;
  }
  .flipsnap {
    width: 3480px; /*viewportのwidth x ギャラリーの枚数*/
  }
  .item {
    float: left;
    width: 290px;
    cursor: pointer;
    overflow: hidden;
  }
  .item p {
    padding: 3px 0 8px 0;
    font-weight: bold;
    color: #333;
    text-align: center;
  }
  body:not(.index) main > section > div, .index3in, .index2in, .index1in, .treatment_nav_in, .index-btns-in {
    width: 100%;
    padding: 40px 10px;
  }
  .index1in {
    width: 100%;
    padding: 20px 10px;
    margin-top: 70px;
  }
  .index1in h3 {
    margin-bottom: 30px;
  }
  .treatment_nav_in {
    display: none;
  }
  /*.treatment_nav_in {
	letter-spacing: -1em;
}
.treatment_nav_in a {
	letter-spacing: normal;
	vertical-align: top;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 2px 0;
}*/
  body:not(.index) .key_visual_in h2 {
    font-size: 2.4em;
  }
  h3 {
    font-size: 2.2em;
  }
  h4 {
    font-size: 2em;
  }
  h4 span, h3 span {
    display: block;
  }
  .news_title {
    font-size: 1.5em;
  }
  .news_body {
    font-size: 1.5em;
  }
  .news_title .date {
    margin-bottom: 5px;
  }
  .news_title .date::after {
    content: "\A";
    white-space: pre;
  }
  .index3 .checkup1 li {
    width: 100%;
  }
  .index3 .checkup2 {
    letter-spacing: -1em;
  }
  .index3 .checkup2 li {
    letter-spacing: 0em;
    width: 50%;
    font-size: 1.4em;
  }
  .index3 .checkup2 li a {
    font-size: 0.8em;
  }
  .pc_only {
    display: none;
  }
  .key_visual_in {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  body:not(.index) .key_visual_in {
    /*background-size:auto 250px;*/
    background-size: cover;
    background-position: center center;
    height: 250px;
  }
  body:not(.index) .key_visual_in.h180 {
    height: 180px;
  }
  img.img_left, img.opdir_face {
    float: none;
    display: block;
    margin: 0 auto 10px;
  }
  .opdir main table td {
    padding: 5px;
    font-size: 1.3em;
  }
  .Cguide main iframe {
    width: 100%;
    height: 225px;
  }
  .gv_galleryWrap {
    padding: 0 !important;
  }
  .gv_filmstripWrap {
    display: none;
  }
  .gv_navWrap {
    left: 90px;
  }
  main .tbl_wrap table {
    table-layout: auto;
    white-space: nowrap;
  }
  main .tbl_wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .overview_address {
    font-size: 2.4vw;
    display: block;
    margin-bottom: -10px;
  }

  .access table td {
    display: block;
    padding: 5px;
    border: none;
    text-align: left !important;
  }
  .access main img {
    width: 100%;
    height: auto;
  }
  .access ol.direction li {
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
    padding-right: 5px;
    margin-bottom: 20px;
  }
  .access ol.direction li strong {
    height: 40px;
    display: block;
  }
  .access main ol.direction > li:before {
    top: 0px;
  }
  .access1 {
    padding-top: 30px;
  }
  .urologist main li {
    width: 100%;
    display: block;
    letter-spacing: 0.1em;
    padding-left: 1.5em;
  }
  .urologist main li:before {
    margin-left: -1.5em;
  }
  .female-urology main li {
    width: 100%;
    display: block;
    letter-spacing: 0.1em;
    padding-left: 1.5em;
  }
  .female-urology main li:before {
    margin-left: -1.5em;
  }
  .symptom main li {
    width: 100%;
    display: block;
    letter-spacing: 0.1em;
    padding-left: 1.5em;
  }
  .symptom main li:before {
    margin-left: -1.5em;
  }
  .treatment main li {
    width: 100%;
    display: block;
    letter-spacing: 0.1em;
    padding-left: 1.5em;
  }
  .treatment main li:before {
    margin-left: -1.5em;
  }
  body:not(.index) main a.btn {
    width: 100%;
  }
  img.center {
    width: 100%;
    height: auto;
  }
  .cancer_follow_up main td {
    vertical-align: top;
  }
  body:not(.index) main .checkup_menu li {
    display: block;
    width: 100%;
  }
body:not(.index) main .checkup_menu_02 li {
    display: block;
    width: 100%;
  }	
body:not(.index) main .checkup_menu_02 li a	{
	font-size: 15px;
}		
	
  body:not(.index) main th, body:not(.index) main td {
    padding: 5px;
  }
  .bnr_half li {
    letter-spacing: normal;
    display: block;
    width: 100%;
    vertical-align: top;
  }
  .bnr_half li:last-child {
    margin-top: 10px;
  }
  .bnr_half li img {
    width: 100%;
  }
  main th, .access main td:nth-child(odd), .opdir main td:nth-child(odd) {
    word-break: normal;
  }
  .side_btn {
    display: none;
  }
  .prostatecancer01 main table img {
    width: 100%;
  }
  .img_right {
    max-width: 100%;
    height: auto;
  }
  .opdir .col2 li {
    width: 100%;
  }
  .opdir .col2 li img {
    float: left;
    display: inline;
    margin: 0 20px 20px 0;
  }
  .index-btns {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .index-btns ul.col3 li {
    width: 48%;
  }
  .index-btns ul.col3 li a {
    display: block;
    color: #fff;
    background: #98D261;
    border: 10px solid #F9F8F4;
    padding: 2.0vw;
    height: auto;
    text-align: center;
  }
  .index-btns ul.col3 li:nth-child(even) a {
    background: #C1A990;
  }
  .index-btns h4 {
    font-weight: bold;
    font-size: 3.6vw;
    padding: 0;
  }
  .index-btns p {
    font-size: 3.0vw;
    line-height: 1.2;
    text-align: center;
  }
  .bottomlink .telephone a:hover, .bottomlink .monshin a:hover, .bottomlink .reserve a:hover, .bottomlink .gotop a:hover {
    opacity: .5;
  }
  .bottomlink {
    position: fixed;
    width: 100%;
    padding: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    font-size: 3.8vw;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  .bottomlink .telephone a, .bottomlink .monshin a, .bottomlink .reserve a, .bottomlink .gotop a {
    display: block;
    padding: .2rem 0 0;
    color: #fff;
    text-decoration: none;
    text-align: center;
  }
  .bottomlink .telephone {
    width: 30.5%;
    cursor: pointer;
    background: #98D261;
  }
  .bottomlink .telephone a {
    width: 100%;
    color: #fff;
  }
  .bottomlink .telephone span.icon01 {
    padding: .2rem;
  }
  .bottomlink .monshin {
    width: 34.5%;
    cursor: pointer;
    background: #754DFF;
  }
  .bottomlink .monshin a {
    width: 100%;
    color: #fff;
  }
  .bottomlink .monshin span.icon02 {
    padding: .2rem;
  }
  .bottomlink .reserve {
    width: 30.5%;
    cursor: pointer;
    background: #FFA64D;
  }
  .bottomlink .reserve a {
    width: 100%;
    letter-spacing: -1.5px;
    color: #fff;
  }
  .bottomlink .reserve span.icon03 {
    padding: .1rem;
  }
  .bottomlink .gotop {
    width: 8%;
    cursor: pointer;
    background: #b1b1b1;
  }
  .bottomlink .gotop a {
    width: 100%;
    color: #535353;
				padding: .2rem;
  }
  #pagetop_position {
    display: none;
  }
  /*sp styles end*/
}
.blue {
  color: #03B0D5;
}
/*一般内科外来*/
@media screen and (max-width: 767px) {
  .departments-centers_internal-medicine_geneal-medicine .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*一般泌尿器科外来*/
@media screen and (max-width: 767px) {
  .departments-centers_urology .key_visual .key_visual_in {
    height: 150px !important;
  }  
}
/*病状ケアと健康情報*/
@media screen and (max-width: 767px) {
  .health_inf .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*病気と症状*/
@media screen and (max-width: 767px) {
  .disease-condtions .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*急性単純性膀胱炎の症状と原因*/
@media screen and (max-width: 767px) {
  .symptom .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*急性単純性膀胱炎の治療と予防*/
@media screen and (max-width: 767px) {
  .treatment .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*細菌性膀胱炎*/
@media screen and (max-width: 767px) {
  .bacteral-cystitis_treatment .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*膀胱炎*/
@media screen and (max-width: 767px) {
  .cystitis .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*間質性膀胱炎*/
@media screen and (max-width: 767px) {
  .interstitial_cystitis_symptom .key_visual .key_visual_in {
    height: 150px !important;
  }
} 
/*神経因性膀胱*/
@media screen and (max-width: 767px) {
  .neurogenic-bladder .key_visual .key_visual_in {
    height: 150px !important;
  }
} 
/*尿路結石症*/
@media screen and (max-width: 767px) {
    .utsd .key_visual .key_visual_in {
      height: 150px !important;
    }
  }
/*精巣上体炎*/
@media screen and (max-width: 767px) {
  .epididymitis .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*慢性前立腺炎*/
@media screen and (max-width: 767px) {
  .chronic-prostatitis .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*前立腺肥大症*/
@media screen and (max-width: 767px) {
  .prostatic_hyperplasia .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*前立腺肥大症症状と原因*/
@media screen and (max-width: 767px) {
  .prostatic_hyperplasia_s .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*前立腺肥大症検査と治療*/
@media screen and (max-width: 767px) {
  .prostatic_hyperplasia_t .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*前立腺外来*/
@media screen and (max-width: 767px) {
  .prostate .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*泌尿器科がんフォローアップ外来*/
@media screen and (max-width: 767px) {
  .cancer_follow_up .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*男性更年期外来*/
@media screen and (max-width: 767px) {
  .LOH .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*性感染症外来*/
@media screen and (max-width: 767px) {
  .std .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*GH(性器ヘルペス）*/
@media screen and (max-width: 767px) {
  .herpes .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*排尿日誌*/
@media screen and (max-width: 767px) {
  .OABoverview .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*頻尿*/
@media screen and (max-width: 767px) {
  .urinaryfrequency_symptom .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*夜間頻尿*/
@media screen and (max-width: 767px) {
  .nocturia_symptom .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*尿失禁*/
@media screen and (max-width: 767px) {
  .urinary_inncontinence_overview .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*腹圧性尿失禁*/
@media screen and (max-width: 767px) {
  .sui .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*腹圧性尿失禁の手術療法*/
@media screen and (max-width: 767px) {
  .sui_ope .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*尿道憩室*/
@media screen and (max-width: 767px) {
  .female_urethral_diverticulum .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*骨盤底筋ケア外来*/
@media screen and (max-width: 767px) {
  .Treatment-of-urinary-incontinence .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*過活動膀胱*/
@media screen and (max-width: 767px) {
  .overactive_bladder .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*過活動膀胱（症状と原因）*/
@media screen and (max-width: 767px) {
  .overactive_bladder_s .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*過活動膀胱（検査と治療）*/
@media screen and (max-width: 767px) {
  .overactive_bladder_t .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*ニコウェーブ*/
@media screen and (max-width: 767px) {
  .nico-wave .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*ウロマスター*/
@media screen and (max-width: 767px) {
  .UroMaster .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*ボトックス*/
@media screen and (max-width: 767px) {
  .Botox .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*Viewアレルギー39*/
@media screen and (max-width: 767px) {
  .view39 .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*健診*/
@media screen and (max-width: 767px) {
  .checkup .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*港区健診*/
@media screen and (max-width: 767px) {
  .sme .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*雇用時健診*/
@media screen and (max-width: 767px) {
  .corp-checkup .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*企業健康診断*/
@media screen and (max-width: 767px) {
  .health-examination .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*検診におけるオプション検査*/
@media screen and (max-width: 767px) {
  .checkup-option .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*予防接種*/
@media screen and (max-width: 767px) {
  .immunization .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*インフルエンザワクチンについて*/
@media screen and (max-width: 767px) {
  .inoculation .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*検査と治療*/
@media screen and (max-width: 767px) {
  .examination-treatment .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*患者さま指導資材*/
@media screen and (max-width: 767px) {
  .guidance .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*採用情報*/
@media screen and (max-width: 767px) {
  .recruit .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*初めての方へ*/
@media screen and (max-width: 767px) {
  .first .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*再診の患者さまへ*/
@media screen and (max-width: 767px) {
  .outpatient .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*来院される方へ*/
@media screen and (max-width: 767px) {
  .patient-visitor-guide .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*医療サービス*/
@media screen and (max-width: 767px) {
  .fmc .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*STI*/
@media screen and (max-width: 767px) {
  .sti .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*クラミジア感染症*/
@media screen and (max-width: 767px) {
  .chlamydia .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*PDE5阻害薬*/
@media screen and (max-width: 767px) {
  .pei5 .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*5α還元酵素阻害薬*/
@media screen and (max-width: 767px) {
  .dutasteride .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*梅毒*/
@media screen and (max-width: 767px) {
  .syphilis .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*冷え症*/
@media screen and (max-width: 767px) {
  .chills .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*漢方外来*/
@media screen and (max-width: 767px) {
  .departments-centers_internal-medicine_kanpo_medicine .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*冷え症と漢方療法*/
@media screen and (max-width: 767px) {
  .kanpo_chills .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*不眠症と漢方療法*/
@media screen and (max-width: 767px) {
  .insomnia .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*便秘症と漢方療法*/
@media screen and (max-width: 767px) {
  .constipation .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*栄養指導外来*/
@media screen and (max-width: 767px) {
  .diet-remedy .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*注射・点滴外来*/
@media screen and (max-width: 767px) {
  .drip .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*女性泌尿器科で使う漢方薬*/
@media screen and (max-width: 767px) {
  .female_kanpo_medicine .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*禁煙外来*/
@media screen and (max-width: 767px) {
  .nonsmoking .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*スタッフ紹介*/
@media screen and (max-width: 767px) {
  .docters-in-charge_opdir .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*スタッフ紹介*/
@media screen and (max-width: 767px) {
  .medical-staff .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*外来担当票*/
@media screen and (max-width: 767px) {
  .opdir_table .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*院長あいさつ*/
@media screen and (max-width: 767px) {
  .message .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*治療理念*/
@media screen and (max-width: 767px) {
  .philosophy .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*医療医材の紹介*/
@media screen and (max-width: 767px) {
  .medical-equipment .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*医療連携*/
@media screen and (max-width: 767px) {
  .hospital-collaboration .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*アクセス*/
@media screen and (max-width: 767px) {
  .access .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*クリニック紹介*/
@media screen and (max-width: 767px) {
  .Cguide .key_visual .key_visual_in {
    height: 150px !important;
  }
}
/*リスト 2カラム*/
.checklist4 {
  overflow: hidden;
  padding-bottom: 5em;
}
.checklist4 li:before {
  color: #000;
  font-family: FontAwesome;
  content: '\f00c';
  padding-right: 1em;
  margin-left: -2em;
}
ul.checklist4 {
  letter-spacing: -1em;
}
.checklist4 li {
  color: #000;
  letter-spacing: normal;
  padding-left: 2em;
  width: 50%;
  float: left;
}
/*	FAQ
-------------------------------*/
.faq {
  margin-bottom: 2rem;
  overflow: auto;
  padding: 1rem;
  background-color: #DEF1CD; /* Old browsers */
}
.faq .faq_title {
  font-weight: bold;
  cursor: pointer;
  position: relative;
  font-size: 1rem;
  padding-right: 32px;
}
.faq .faq_title:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 3px 10px;
  background-color: #98d261;
  width: 12px;
  height: 26px;
  vertical-align: middle;
  text-align: center;
  background-image: url(../images/faq_off.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px;
}
.faq .faq_title.active:before {
  background-image: url(../images/faq_on.png);
}
.notice dt:first-child {
  padding-top: 0;
  border: none;
}
.faq .faq_body {
  display: none;
}
.faq dd {
  padding-bottom: 1rem;
  margin-top: 1rem;
  display: none;
  background-color: #fff;
  padding: 10px;
}
.faq dd p {
  font-size: 1em;
}
/*	開閉式（装飾なし）
-------------------------------*/
.accodicon {
  overflow: auto;
  font-size: 90%;
}
.accodicon .accodicon_title {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
}
.accodicon .accodicon_title:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 3px 10px;
  background-color: #98d261;
  width: 12px;
  height: 26px;
  vertical-align: middle;
  text-align: center;
  background-image: url(../images/faq_off.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px;
}
.accodicon .accodicon_title.active:before {
  background-image: url(../images/faq_on.png);
}
.notice dt:first-child {
  padding-top: 0;
  border: none;
}
.accodicon .accodicon_body {
  display: none;
}
/*	続きを読む
-------------------------------*/
.ac_btn {
  font-size: 120% !important;
}
/*	ObotAI (Chat Bot)
-------------------------------*/
#bot_toggle p {
  font-size: 12px !important;
  line-height: 1 !important;
  ;
}
#bot_toggle > div {
  left: 1.5em !important;
  bottom: 6em !important;
}
#BotChatGoesHere {
  left: 1.5em !important;
}

/*-----------------------------------------
		   		checkup
-----------------------------------------*/

/* ▼タブ */
#tabcontrol a {
   display: inline-block;            /* インラインブロック化 */
   border-width: 1px 1px 0px 1px;    /* 下以外の枠線を引く */
   border-style: solid;              /* 枠線の種類：実線 */
   border-color: black;              /* 枠線の色：黒色 */
   border-radius: 0.75em 0.75em 0 0; /* 枠線の左上角と右上角だけを丸く */
   padding: 0.75em 1em;              /* 内側の余白 */
   text-decoration: none;            /* リンクの下線を消す */
   color: black;                     /* 文字色：黒色 */
   background-color: white;          /* 背景色：白色 */
   font-weight: bold;                /* 太字 */
   position: relative;               /* JavaScriptでz-indexを調整するために必要 */
}
/* ▼タブにマウスポインタが載った際（任意） */
#tabcontrol a:hover {
   text-decoration: underline;   /* リンクの下線を引く */
}
/* ▼タブの中身 */
#tabbody div {
   border: 1px solid black; /* 枠線：黒色の実線を1pxの太さで引く */
   margin-top: -1px;        /* 上側にあるタブと1pxだけ重ねるために「-1px」を指定 */
   padding: 1em;            /* 内側の余白量 */
   background-color: white; /* 背景色：白色 */
   position: relative;      /* z-indexを調整するために必要 */
   z-index: 0;              /* 重なり順序を「最も背面」にするため */
}
/* ▼タブの配色 */
#tabcontrol a:nth-child(1), #tabbody div:nth-child(1) { background-color: #fff; }/* 1つ目のタブとその中身用の配色 */
#tabcontrol a:nth-child(2), #tabbody div:nth-child(2) { background-color: #fff; }/* 2つ目のタブとその中身用の配色 */
#tabcontrol a:nth-child(3), #tabbody div:nth-child(3) { background-color: #fff; }/* 3つ目のタブとその中身用の配色 */

.checkup_option_price td.nosmC_title2{
  background: #eee;
}
.checkup_option_price td.nosmC_title{
  background: #ddd;
}
.checkup_option_price tr:first-child th {
  background: #aaa;
  color: #fff;
}

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






