@charset "UTF-8";
/*------------------------------------------------------------
Default
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.1;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  opacity: 0.50;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}

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

/*// レイアウト用css for Layout*/
/*// Can use id, If you use class Please adding prefix .l- */
/*------------------------------------------------------------
	Layout
	------------------------------------------------------------*/
body {
  min-width: 768px;
  /* ウインドウ幅で横スクロール時に背景が切れるバグ対策でコンテンツと同じ幅を指定 */
  line-height: 1.5;
  /*font-size: 14px;*/
  font-size: 1.7em;
  width: 100%;
	
    display: flex;
    flex-flow: column;
    min-height: 100vh;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
}

.p-content {
	flex: 1;
}

.only-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
}

.l-container {
  width: 1344px;
  margin: 0 auto;
}

@media screen and (max-width: 1344px) {
  .l-container {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .l-container {
    width: auto;
    margin: 0 15px;
  }
}

.l-container2 {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1050px) {
  .l-container2 {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .l-container2 {
    width: auto;
    padding: 0 20px;
  }
}

/*-------- EFFECT --------*/
/* 画面外にいる状態 */
.fadein {
  opacity: 0.1;
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*------------------------------------------------------------
	c-common
	------------------------------------------------------------*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1000;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 1001;
}

.wrapper{
    display: none;
}

a.phone_number{
    color: #221815;
    text-decoration: underline;
}
@media(min-width: 768px){
  a.phone_number{
    text-decoration: none;
  }
  a[href^="tel:"]{
    pointer-events: none;
  }
}

.c-title2 {
  font-size: 25px;
  color: #221815;
  line-height: 1.48;
}

@media screen and (max-width: 767px) {
  .c-title2 {
    font-size: 22px;
  }
  .c-title2 span {
    display: block;
  }
}

.c-viewmore2 a {
  width: 280px;
  font-size: 15px;
  color: #4f4e4e;
  line-height: 1.2;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  border: 3px solid #dcdcdc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.c-viewmore2 a:before {
  content: url(../../img/common/ic_arrow.png);
  padding-right: 5px;
}

@media screen and (max-width: 767px) {
  .c-viewmore2 a {
    width: 100%;
  }
}

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

/*------------------------------------------------------------
	c-mainvisual
	------------------------------------------------------------*/
.c-mainvisual {
  margin-top: 91px;
  padding: 30px 0;
  border-bottom: 1px solid #dcdcdc; 
	background-color: #dcdcdc
	
}

@media screen and (max-width: 767px) {
  .c-mainvisual {
    margin-top: 51px;
    padding: 15px 0;
  }
}

.c-mainvisual p {
  color: #333;
  font-size: 28px;
/*letter-spacing: 0.18em;*/
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-mainvisual p {
    font-size: 25px;
    padding: 0 15px;
  }
}

/*------------------------------------------------------------
	c-breadcrumb
	------------------------------------------------------------*/
.c-breadcrumb {
 /* padding: 6px 30px 100px;
	margin-top: -108px;*/
	position: absolute;
    top: 92px;
    left: 30px;
}
@media screen and (max-width: 767px) {
 	 .c-breadcrumb {
		position: absolute;
		top: 48px;
		left: 15px;
}
}

.c-breadcrumb li {
  display: inline-block;
}

.c-breadcrumb li a {
  font-size: 12px;
  color: #838384;
  font-family: "Hiragino Kaku Gothic Pro";
}

/*------------------------------------------------------------
	header
	------------------------------------------------------------*/
.c-header {
  width: 100%;
  top: 0;
  z-index: 999;
  background: #fff;
  position: absolute;
}

.c-header__top {
  border-bottom: 1px solid #dcdcdc;
}

.c-header__top .top_left {
  float: left;
  padding: 15px 0 0 30px;
}


.c-header__top .top_left p {
  font-size: 1.6rem;
}

@media screen and (max-width: 850px) and (min-width: 768px) {
  .c-header__top .top_left p {
    font-size: 1.5rem;
  }
}

.c-header__top .top_left span {
  font-size: 1.2rem;
  margin-right: 10px;
}

.c-header__top .top_right {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3px 10px 5px 0;
}

.c-header__top .top_right .tel {
  font-size: 1.3rem;
  margin-right: 13px;
}

.c-header__top .top_right .tel span {
  font-size: 1.4rem;
  font-weight: bold;
}

.c-header__top .top_right .tel small {
  display: block;
  font-size: 1.0rem;
  margin-top: -5px;
}

.c-header__top .top_right .btn-nav {
  color: #0a2849;
  font-size: 1.2rem;
  padding: 5px 45px;
  border: 1px solid #0c3055;
}

@media screen and (max-width: 850px) and (min-width: 768px) {
  .c-header__top .top_right .btn-nav {
    padding: 5px 20px;
  }
}

.c-header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 3px solid #dcdcdc;
  position: absolute;
  margin-top: -104px;
  top: 144px;
  width: 100%;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .c-header__bottom {
    margin-top: -50px;
    top: 50px;
  }
}

.c-header__bottom.fixed {
  position: fixed;
  top: 0;
  margin-top: 0;
  -webkit-transition: margin-top 0.4s;
  transition: margin-top 0.4s;
  -webkit-box-shadow: 0 0 15px 5px rgba(153, 153, 153, 0.5);
  box-shadow: 0 0 15px 5px rgba(153, 153, 153, 0.5);
}

.c-header__bottom .h-logo {
  padding-left: 30px;
}

@media screen and (max-width: 1150px) and (min-width: 767px) {
  .c-header__bottom .h-logo {
    zoom: 70%;
  }
}

@media screen and (max-width: 767px) {
  .c-header__bottom .h-logo {
    padding: 15px;
  }
  .c-header__bottom .h-logo img {
    zoom: 80%;
  }
}

.c-header__bottom .menu-btn {
  width: 25px;
  height: 26px;
  color: #333;
  font-size: 6rem;
  background-color: transparent;
  padding: 0;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 14px;
  z-index: 999;
}

.c-header__bottom .menu-btn span {
  display: block;
  position: absolute;
  top: 50%;
  background-color: #000;
  /*height: 0.03em;*/
  height: 2px;
  border-radius: 0;
  margin-top: -0.025em;
  -webkit-transition: 0.2s ease-in-out 0.2s;
  transition: 0.2s ease-in-out 0.2s;
  width: 0.4em;
  /*margin-top: -0.03em;*/
  margin-top: -2px;
}

.c-header__bottom .menu-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  background-color: #000;
  /*height: 0.03em;*/
  height: 2px;
  border-radius: 0;
  margin-top: -0.25em;
  -webkit-transition: margin 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0s;
  transition: margin 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0s;
  transition: margin 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s;
  transition: margin 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
  width: 0.4em;
  /*margin-top: -0.16em;*/
  margin-top: -10px;
}

.c-header__bottom .menu-btn:after {
  content: "";
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  background-color: #000;
  /*height: 0.03em;*/
  height: 2px;
  border-radius: 0;
  -webkit-transition: margin 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0s;
  transition: margin 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0s;
  transition: margin 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s;
  transition: margin 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
  width: 0.4em;
  margin-top: 0.10em;
}

.c-header__bottom .menu-btn.is-open {
  top: 10px;
  position: fixed;
}

.c-header__bottom .menu-btn.is-open span {
  background-color: #be9963;
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.c-header__bottom .menu-btn.is-open:before, .c-header__bottom .menu-btn.is-open:after {
  margin-top: 0;
  -webkit-transition-delay: 0s, 0.25s, 0.25s;
  transition-delay: 0s, 0.25s, 0.25s;
}

.c-header__bottom .menu-btn.is-open:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-header__bottom .menu-btn.is-open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .c-header__bottom .c-gnavi {
    display: none;
  }
}

.c-header__bottom .c-gnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.c-header__bottom .c-gnavi li {
  width: 115px;
}
.c-header__bottom .c-gnavi li:nth-of-type(1) {
  width: 170px;
}

@media screen and (max-width: 1150px) and (min-width: 829px) {
  .c-header__bottom .c-gnavi li {
    width: 80px;
  }
}
@media screen and (max-width: 830px) and (min-width: 768px) {
  .c-header__bottom .c-gnavi li:nth-of-type(1) {
    width: 120px;
  }
  .c-header__bottom .c-gnavi li {
    width: 74px;
  }
}

.c-header__bottom .c-gnavi li {
  border-left: 1px solid #e4e5e6;
}

.c-header__bottom .c-gnavi li:last-child {
  border-right: 1px solid #e4e5e6;
}

.c-header__bottom .c-gnavi li a {
  font-size: 14px;
  color: #333;
  width: 100%;
  padding: 15px 0;
  position: relative;
  text-decoration: none;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

@media screen and (max-width: 1150px) and (min-width: 767px) {
  .c-header__bottom .c-gnavi li a {
    font-size: 12px;
  }
}

.c-header__bottom .c-gnavi li.hoverli ul {
  position: absolute;
  width: 100%;
  top: 54px;
  left: 0;
  overflow: hidden;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-2em);
          transform: translateY(-2em);
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  box-shadow: 0 6px 5px -5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 6px 5px -5px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1150px) and (min-width: 768px) {
  .c-header__bottom .c-gnavi li.hoverli ul {
    top: 51px;
  }
}

.c-header__bottom .c-gnavi li.hoverli ul .l-gnavi {
  width: 1344px;
  margin: 0 auto;
  padding: 10px 0;
  display: table;
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .c-header__bottom .c-gnavi li.hoverli ul .l-gnavi {
    width: 84%;
  }
}

.c-header__bottom .c-gnavi li.hoverli ul li {
  width: 20%;
  display: table-cell;
  border-left: 1px solid #dcdcdc;
}

.c-header__bottom .c-gnavi li.hoverli ul li a {
  color: #333;
  padding: 4px 10px;
  display: block;
    width: auto;
  font-size: 1.7rem;
  font-weight: bold;
    line-height: 1;
}
@media screen and (max-width: 1150px) and (min-width: 971px) {
    .c-header__bottom .c-gnavi li.hoverli ul li a {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 970px) and (min-width: 881px) {
    .c-header__bottom .c-gnavi li.hoverli ul li a {
        font-size: 1.3rem;
    }
}
@media screen and (max-width: 880px) and (min-width: 768px) {
    .c-header__bottom .c-gnavi li.hoverli ul li a {
        font-size: 1.1rem;
    }
}

.c-header__bottom .c-gnavi li.hoverli ul li a span {
  display: block;
  font-size: 2.1rem;
  font-weight: bold;
  margin-top: 5px;
}

.c-header__bottom .c-gnavi li.hoverli ul li a:after {
  content: "";
  display: block;
  /*width: 80px;
  height: 126px;*/
  width: 39px;
  height: 46px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  /*background-size: 80px 82px;*/
  background-size: 39px 36px;
}

.c-header__bottom .c-gnavi li.hoverli ul li.medical01 a:after {
  background-image: url(../../img/common/gnavi_pc_medical01.png);
}

.c-header__bottom .c-gnavi li.hoverli ul li.medical02 a:after {
  background-image: url(../../img/common/gnavi_pc_medical02.png);
}

.c-header__bottom .c-gnavi li.hoverli ul li.medical03 a:after {
  background-image: url(../../img/common/gnavi_pc_medical03.png);
}

.c-header__bottom .c-gnavi li.hoverli ul li.medical04 a:after {
  background-image: url(../../img/common/gnavi_pc_medical04.png);
}

.c-header__bottom .c-gnavi li.hoverli ul li.medical05 a:after {
  background-image: url(../../img/common/gnavi_pc_medical05.png);
}

.c-header__bottom .c-gnavi li.hoverli:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition-delay: 0s, 0s, 0.3s;
          transition-delay: 0s, 0s, 0.3s;
}

.c-header__bottom .c-gnavi li.hoverli.navi-about ul .l-gnavi {
  /*padding: 5% 0;*/
  padding: 10px 0;
}
.c-header__bottom .c-gnavi li.hoverli.navi-about ul li {
  width: 15.5%;
  min-height: 30px;
  display: inline-block;
  float: left;
}
.c-header__bottom .c-gnavi li.hoverli.navi-about ul li:nth-of-type(1) {
  width: 21.5%;
}

@media screen and (min-width: 768px) and (max-width: 880px) {
    .c-header__bottom .c-gnavi li.hoverli.navi-about ul li {
        width: 14.5%;
        min-height: 24px;
        /*padding-left: 4px;
        padding-right:4px;*/
    }
    .c-header__bottom .c-gnavi li.hoverli.navi-about ul li a {
        padding-left: 4px;
        padding-right: 4px;
    }
    .c-header__bottom .c-gnavi li.hoverli.navi-about ul li:nth-of-type(1) {
        width: 18%;
    }
}
.c-header__bottom .c-gnavi li.hoverli.navi-about ul li:nth-of-type(6) {
    border-right: 1px solid #dcdcdc;
}
.c-header__bottom .c-gnavi li.hoverli.navi-about ul li:nth-of-type(3) {
    /*margin-bottom: 40px;*/
    /*margin-bottom: 1.5%;*/
}
.c-header__bottom .c-gnavi li.hoverli.navi-about ul li a{
    line-height: 1.1;
    /*padding-top: 4%;*/
}
/*
.c-header__bottom .c-gnavi li.hoverli.navi-about ul li:nth-of-type(1) a{
    padding: 1% 10px;
}
@media screen and (min-width: 1344px) {
    .c-header__bottom .c-gnavi li.hoverli.navi-about ul li:nth-of-type(1) a{
        padding-top: 4%;
    }
}
@media screen and (min-width: 1125px) and (max-width: 1150px) {
    .c-header__bottom .c-gnavi li.hoverli.navi-about ul li:nth-of-type(1) a{
        padding-top: 4%;
    }
}
*/
.c-header__bottom .c-gnavi li.hoverli.navi-about ul li a:after{
  height: auto;
}

.c-header__bottom .c-gnavi_sp {
  position: absolute;
  top: 52px;
  width: 100%;
  left: 0;
  z-index: 999;
  border-top: 1px solid #ccc;
}

.c-header__bottom .c-gnavi_sp ul {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

.c-header__bottom .c-gnavi_sp ul li {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.c-header__bottom .c-gnavi_sp ul a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  display: block;
  font-size: 14px;
  padding: 13px 15px;
}

.c-header__bottom .c-gnavi_sp ul a span {
  /*display: block;*/
  margin-top: -12px;
}

.c-header__bottom .c-gnavi_sp ul .book {
  padding: 15px 0;
}

.c-header__bottom .c-gnavi_sp ul .book a {
  width: 200px;
  /*color: #fff;
  padding: 8px 0;*/
  margin: 0 auto;
  text-align: center;
  /*background: #0c3055;*/
  color: #0a2849;
  /*font-size: 1.2rem;*/
  padding: 5px 45px;
  border: 1px solid #0c3055;
}

.c-header__bottom .c-gnavi_sp ul .sub-menu2 li a {
  padding: 5px 15px 5px 30px;
}

.c-header__bottom .c-gnavi_sp ul .sub-menu2 li .icon {
  min-width: 40px;
}

.c-header__bottom .c-gnavi_sp ul .sub-menu2 li img {
  zoom: 50%;
}

.c-header__bottom .c-gnavi_sp ul .sub-menu2 li span {
  display: inline-block;
  vertical-align: -2px;
}

.c-gnavi_sp ul .parent-menu1,
.c-gnavi_sp ul .parent-menu2{
    position: relative;
}

.c-gnavi_sp ul .parent-menu1 .accordion_icon,
.c-gnavi_sp ul .parent-menu2 .accordion_icon{
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
    position: absolute;
    top: 27px;
	right:36px;
    display:  inline-block;
    color: #333;
    text-decoration:  none;
}
.c-gnavi_sp ul .parent-menu1.active .accordion_icon,
.c-gnavi_sp ul .parent-menu2.active .accordion_icon{
    transform: rotate(180deg) translate(-13px,-6px);
    -webkit-transform: rotate(180deg) translate(-13px,-6px);
	-moz-transform: rotate(180deg) translate(-13px,-6px);
	-ms-transform: rotate(180deg) translate(-13px,-6px);
    -o-transform: rotate(180deg) translate(-13px,-6px);
}

.c-gnavi_sp ul .parent-menu1 .accordion_icon::before,
.c-gnavi_sp ul .parent-menu2 .accordion_icon::before{
    content:  '';
    width: 10px;
    height: 10px;
    display:  block;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(-45deg);
    position:  absolute;
    top: 10px;
    bottom:  0;
    left:  0;
    right:  0;
    margin:  auto;
}
/*
.c-header {
  width: 100%;
  top: 0;
  z-index: 999;
  background: #fff;
  position: absolute;
}

.c-header__top {
  border-bottom: 1px solid #eee;
}

.c-header__top .top_left {
  float: left;
  padding: 15px 0 0 30px;
}

.c-header__top .top_left p {
  color: #151515;
  font-size: 16px;
}

@media screen and (max-width: 850px) and (min-width: 768px) {
  .c-header__top .top_left p {
    font-size: 1.4vw;
  }
}

.c-header__top .top_left span {
  font-size: 12px;
  margin-right: 10px;
}

.c-header__top .top_right {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3px 10px 5px 0;
}

.c-header__top .top_right .tel {
  font-size: 13px;
  margin-right: 13px;
}

.c-header__top .top_right .tel span {
  font-size: 17px;
  font-weight: bold;
}

.c-header__top .top_right .tel small {
  display: block;
  font-size: 10px;
  margin-top: -5px;
}

.c-header__top .top_right .btn-nav {
  color: #0a2849;
  font-size: 12px;
  padding: 5px 45px;
  border: 1px solid #0c3959;
}

@media screen and (max-width: 850px) and (min-width: 768px) {
  .c-header__top .top_right .btn-nav {
    padding: 5px 20px;
  }
}

.c-header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 6px solid #0c2f53;
  position: absolute;
  margin-top: -100px;
  top: 144px;
  width: 100%;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .c-header__bottom {
    margin-top: -50px;
    top: 50px;
  }
}

.c-header__bottom.fixed {
  position: fixed;
  top: 0;
  margin-top: 0;
  -webkit-transition: margin-top 0.4s;
  transition: margin-top 0.4s;
  -webkit-box-shadow: 0 0 15px 5px rgba(153, 153, 153, 0.5);
  box-shadow: 0 0 15px 5px rgba(153, 153, 153, 0.5);
}

.c-header__bottom .h-logo {
  padding-left: 30px;
}

@media screen and (max-width: 1150px) and (min-width: 768px) {
  .c-header__bottom .h-logo {
    zoom: 70%;
  }
}

@media screen and (max-width: 767px) {
  .c-header__bottom .h-logo {
    padding: 15px;
  }
  .c-header__bottom .h-logo img {
    zoom: 80%;
  }
}

.c-header__bottom .menu-btn {
  width: 25px;
  height: 26px;
  color: #000;
  font-size: 6rem;
  background-color: transparent;
  padding: 0;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 14px;
  z-index: 999;
}

.c-header__bottom .menu-btn span {
  display: block;
  position: absolute;
  top: 50%;
  background-color: #000;
  height: 0.03em;
  border-radius: 0;
  margin-top: -0.025em;
  -webkit-transition: 0.2s ease-in-out 0.2s;
  transition: 0.2s ease-in-out 0.2s;
  width: 0.4em;
  margin-top: -0.03em;
}

.c-header__bottom .menu-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  background-color: #000;
  height: 0.03em;
  border-radius: 0;
  margin-top: -0.25em;
  -webkit-transition: margin 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0s;
  transition: margin 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0s;
  transition: margin 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s;
  transition: margin 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
  width: 0.4em;
  margin-top: -0.16em;
}

.c-header__bottom .menu-btn:after {
  content: "";
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  background-color: #000;
  height: 0.03em;
  border-radius: 0;
  -webkit-transition: margin 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0s;
  transition: margin 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0s;
  transition: margin 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s;
  transition: margin 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
  width: 0.4em;
  margin-top: 0.10em;
}

.c-header__bottom .menu-btn.is-open {
  top: 10px;
  position: fixed;
}

.c-header__bottom .menu-btn.is-open span {
  background-color: #be9963;
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.c-header__bottom .menu-btn.is-open:before, .c-header__bottom .menu-btn.is-open:after {
  margin-top: 0;
  -webkit-transition-delay: 0s, 0.25s, 0.25s;
  transition-delay: 0s, 0.25s, 0.25s;
}

.c-header__bottom .menu-btn.is-open:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-header__bottom .menu-btn.is-open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .c-header__bottom .c-gnavi {
    display: none;
  }
}

.c-header__bottom .c-gnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.c-header__bottom .c-gnavi li {
  width: 115px;
}

@media screen and (max-width: 1150px) and (min-width: 768px) {
  .c-header__bottom .c-gnavi li {
    width: 80px;
  }
}

.c-header__bottom .c-gnavi li {
  border-left: 1px solid #e4e5e6;
}

.c-header__bottom .c-gnavi li:last-child {
  border-right: 1px solid #e4e5e6;
}

.c-header__bottom .c-gnavi li a {
  font-size: 14px;
  color: #333;
  width: 100%;
  padding: 15px 0;
  position: relative;
  text-decoration: none;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

@media screen and (max-width: 1150px) and (min-width: 768px) {
  .c-header__bottom .c-gnavi li a {
    font-size: 12px;
  }
}

.c-header__bottom .c-gnavi li.hoverli ul {
  position: absolute;
  width: 100%;
  left: 0;
  top: 57px;
  overflow: hidden;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-2em);
          transform: translateY(-2em);
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  box-shadow: 0 6px 5px -5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 6px 5px -5px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1150px) and (min-width: 768px) {
  .c-header__bottom .c-gnavi li.hoverli ul {
    top: 54px;
  }
}

.c-header__bottom .c-gnavi li.hoverli ul .l-gnavi {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
  display: table;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .c-header__bottom .c-gnavi li.hoverli ul .l-gnavi {
    width: 95%;
  }
}

.c-header__bottom .c-gnavi li.hoverli ul li {
  width: 20%;
  display: table-cell;
  border-left: 1px solid #e4e5e6;
}

.c-header__bottom .c-gnavi li.hoverli ul li a {
  display: block;
}

.c-header__bottom .c-gnavi li.hoverli ul li a span {
  font-size: 14px;
  margin-top: 5px;
}

.c-header__bottom .c-gnavi li.hoverli ul li a:before {
  content: "";
  display: block;
  width: 80px;
  height: 126px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.c-header__bottom .c-gnavi li.hoverli ul li.medical01 a:before {
  background-image: url(../../img/common/ic_medical01.png);
}

.c-header__bottom .c-gnavi li.hoverli ul li.medical02 a:before {
  background-image: url(../../img/common/ic_medical02.png);
}

.c-header__bottom .c-gnavi li.hoverli ul li.medical03 a:before {
  background-image: url(../../img/common/ic_medical03.png);
}

.c-header__bottom .c-gnavi li.hoverli ul li.medical04 a:before {
  background-image: url(../../img/common/ic_medical04.png);
}

.c-header__bottom .c-gnavi li.hoverli ul li.medical05 a:before {
  background-image: url(../../img/common/ic_medical05.png);
}

.c-header__bottom .c-gnavi li.hoverli:hover ul {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition-delay: 0s, 0s, 0.3s;
          transition-delay: 0s, 0s, 0.3s;
}

.c-header__bottom .c-gnavi_sp {
  position: absolute;
  top: 52px;
  width: 100%;
  left: 0;
  z-index: 999;
  border-top: 1px solid #ccc;
}

.c-header__bottom .c-gnavi_sp ul {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

.c-header__bottom .c-gnavi_sp ul li {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.c-header__bottom .c-gnavi_sp ul a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  display: block;
  font-size: 14px;
  padding: 13px 15px;
}

.c-header__bottom .c-gnavi_sp ul a span {
  display: block;
  margin-top: -12px;
}

.c-header__bottom .c-gnavi_sp ul .book {
  padding: 15px 0;
}

.c-header__bottom .c-gnavi_sp ul .book a {
  width: 200px;
  color: #fff;
  padding: 8px 0;
  margin: 0 auto;
  text-align: center;
  background: #0c3055;
}

.c-header__bottom .c-gnavi_sp ul .sub-menu li a {
  padding: 13px 15px 13px 30px;
}

.c-header__bottom .c-gnavi_sp ul .sub-menu li .icon {
  min-width: 50px;
}

.c-header__bottom .c-gnavi_sp ul .sub-menu li img {
  zoom: 50%;
}

.c-header__bottom .c-gnavi_sp ul .sub-menu li span {
  display: inline-block;
  vertical-align: -2px;
}
*/
/*------------------------------------------------------------
	footer
	------------------------------------------------------------*/
.c-footer {
  padding: 30px 0 5px;
  background: #0c3055;
}
@media screen and (max-width: 767px) {
    .c-footer{
        padding-top: 12px;
    }
}

.c-footer__inner {
  color: #fff;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .c-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px;
  }
}

.c-footer__inner ul li {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .c-footer__inner ul li {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
      /*font-size: 1.7rem;*/
      font-size: 13px;
  }
}

.c-footer__inner ul li a {
  color: #fff;
}

.c-footer__inner .copyright {
  margin-left: 15px;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .c-footer__inner .copyright {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0 auto;
    font-size: 14px;
  }
}

@media screen and (min-width: 401px) and (max-width: 430px){
  .c-footer__inner ul li,
  .c-footer__inner .copyright {
    font-size:13px;
  }
}
@media screen and (min-width: 371px) and (max-width: 400px){
  .c-footer__inner ul li,
  .c-footer__inner .copyright {
    font-size:12px;
  }
}
@media screen and (max-width: 370px) {
  .c-footer__inner ul li,
  .c-footer__inner .copyright {
    font-size:10px;
  }
}

.c-footer__inner .social {
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .c-footer__inner .social {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 10px 0;
  }
}

.c-footer__inner .social img {
  vertical-align: baseline;
}

.c-footer .social.only-sp{
    text-align: center;
    margin: 0 auto 8px;
}

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  display: none;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
}

#overlay.is-open {
  display: block;
}
/*
.c-footer {
  padding: 20px 0 5px;
  background: #0c3055;
}

.c-footer__inner {
  color: #fff;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .c-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px;
  }
}

.c-footer__inner ul li {
  font-size: 12px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .c-footer__inner ul li {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.c-footer__inner ul li a {
  color: #fff;
}

.c-footer__inner .copyright {
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .c-footer__inner .copyright {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0 auto;
  }
}

.c-footer__inner .social {
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .c-footer__inner .social {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 10px 0;
  }
}

.c-footer__inner .social img {
  vertical-align: baseline;
}

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  display: none;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
}

#overlay.is-open {
  display: block;
}
*/
/*------------------------------------------------------------
	booking
	----------------------------------------------------------*/
#booking-btn {
  position: fixed;
  bottom: 20%;
  right: 0;
}

#booking-btn a {
  color: #fff;
  background: #023569;
  border-radius:4px 0px 0px 4px ;
  font-size: 1.7rem;
  padding: 28px 16px;
  display: block;
  /*-ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;*/
  -ms-writing-mode: tb-rl;            /* IE用　*/
  -webkit-writing-mode: vertical-rl;  /* chrome用　*/
  -o-writing-mode: vertical-rl;       /* opera用　*/
  writing-mode: vertical-rl;
}
_:-ms-lang(x), #booking-btn a {
  height: 88px;
}

#booking-btn a:hover {
  opacity: .9;
}
/*
.c-booking {
  position: fixed;
  top: 50%;
  right: 0;
}

.c-booking a {
  color: #fff;
  background: #0c3055;
  font-size: 17px;
  padding: 28px 16px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.c-booking a:hover {
  opacity: .9;
}
*/
/*------------------------------------------------------------
    p-top
    ------------------------------------------------------------*/
.p-top {
  /* common
        ------------------------------------------------------------*/
  /* section-mainvisual
        ------------------------------------------------------------*/
  /* section-medical
        ------------------------------------------------------------*/
  /* section-news
        ------------------------------------------------------------*/
  /* section-support
        ------------------------------------------------------------*/
  /* section-clinic
        ------------------------------------------------------------*/
  /* section-example
        ------------------------------------------------------------*/
  /* section-access
        ------------------------------------------------------------*/
}

.p-top .c-title {
  margin-bottom: 40px;
}

.p-top .c-title h2 {
  font-size: 28px;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-top .c-title {
    text-align: center;
  }
}

.p-top .viewmore {
  text-align: center;
}

.p-top .viewmore a {
  color: #4f4e4e;
  font-size: 14px;
  font-weight: bold;
  padding-left: 20px;
  background: url(../../img/common/ic_arrow.png) no-repeat;
  background-position: left center;
}

.p-top .section-mainvisual {
  border-bottom: 1px solid #0c3055;
}

.p-top .section-mainvisual img {
  width: 100%;
}

.p-top .section-medical {
  padding: 62px 0;
  border-bottom: 1px solid #0c3055;
}

.p-top .section-medical .navi li {
  float: left;
  border-right: 1px solid #e5e5e5;
  width: calc((100% - 6px) / 5);
}

.p-top .section-medical .navi li.medical01 {
  border-left: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .p-top .section-medical .navi li {
    width: calc((100% - 2px) / 3);
  }
  .p-top .section-medical .navi li.medical01 {
    border-left: 0;
  }
  .p-top .section-medical .navi li.medical03 {
    border-right: 0;
  }
  .p-top .section-medical .navi li.medical04, .p-top .section-medical .navi li.medical05 {
    width: calc((100% - 3px) / 2);
    margin-top: 20px;
  }
  .p-top .section-medical .navi li.medical05 {
    border-right: 0;
  }
}

.p-top .section-medical .navi a {
  color: #000;
  display: block;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  background-position: top center;
}

@media screen and (max-width: 1150px) and (min-width: 768px) {
  .p-top .section-medical .navi a {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-top .section-medical .navi a {
    font-size: 14px;
  }
}

.p-top .section-medical .navi a:after {
  content: "";
  display: block;
  width: 80px;
  height: 126px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.p-top .section-medical .navi .medical01 a:after {
  background-image: url(../../img/common/ic_medical01.png);
}

.p-top .section-medical .navi .medical02 a:after {
  background-image: url(../../img/common/ic_medical02.png);
}

.p-top .section-medical .navi .medical03 a:after {
  background-image: url(../../img/common/ic_medical03.png);
}

.p-top .section-medical .navi .medical04 a:after {
  background-image: url(../../img/common/ic_medical04.png);
}

.p-top .section-medical .navi .medical05 a:after {
  background-image: url(../../img/common/ic_medical05.png);
}

.p-top .section-news {
  padding: 118px 0 75px;
  background: #f8f8f8;
  border-bottom: 1px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
  .p-top .section-news {
    padding: 60px 0;
  }
}

.p-top .section-news .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-top .section-news .details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-top .section-news .side-left {
  width: 50%;
  min-height: 378px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-top .section-news .side-left {
    width: 100%;
    min-height: auto;
  }
}

.p-top .section-news .side-left .c-list {
  margin-top: -10px;
}

.p-top .section-news .side-left .c-list li {
  padding: 4px 0;
}

.p-top .section-news .side-left .c-list a {
  color: #000;
  font-size: 15px;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .p-top .section-news .side-left .c-list a {
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 767px) {
  .p-top .section-news .side-left .c-list a {
    font-size: 13px;
  }
}

.p-top .section-news .side-left .c-list a p {
  display: table-cell;
}

.p-top .section-news .side-left .c-list a span {
  display: table-cell;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .p-top .section-news .side-left .c-list a span {
    padding-right: 15px;
  }
}

.p-top .section-news .side-left .viewmore {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-top .section-news .side-left .viewmore {
    margin-top: 20px;
    position: unset;
  }
}

.p-top .section-news .side-right {
  width: 50%;
  min-height: 378px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-top .section-news .side-right {
    width: 100%;
    margin-top: 60px;
    min-height: auto;
  }
}

.p-top .section-news .side-right table {
  width: 100%;
  border-collapse: collapse;
}

.p-top .section-news .side-right table td {
  text-align: center;
  border-top: 1px solid #7d7d7d;
  border-bottom: 1px solid #7d7d7d;
  padding: 5px 15px;
  font-size: 13px;
  line-height: 1.5;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .p-top .section-news .side-right table td {
    padding: 10px 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-top .section-news .side-right table td {
    padding: 5px 0;
  }
}

.p-top .section-news .side-right table td:first-child {
  text-align: left;
}

.p-top .section-news .side-right .note {
  font-size: 14px;
  text-align: right;
  margin-top: 13px;
}

@media screen and (max-width: 767px) {
  .p-top .section-news .side-right .note {
    font-size: 13px;
    margin-top: 10px;
  }
}

.p-top .section-news .side-right .viewmore {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-top .section-news .side-right .viewmore {
    margin-top: 40px;
    position: unset;
  }
}

.p-top .section-support {
  padding: 205px 0 152px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-top .section-support {
    padding: 10vw 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top .section-support {
    padding: 60px 0;
  }
}

.p-top .section-support .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-top .section-support .details {
    display: block;
  }
}

.p-top .section-support .details .txt-left {
  width: 42%;
}

@media screen and (max-width: 767px) {
  .p-top .section-support .details .txt-left {
    width: 100%;
  }
}

.p-top .section-support .details .txt-left h2 {
  font-size: 32px;
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 46px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-top .section-support .details .txt-left h2 {
    font-size: 2.4vw;
  }
}

@media screen and (max-width: 767px) {
  .p-top .section-support .details .txt-left h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.p-top .section-support .details .txt-left p {
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-top .section-support .details .txt-left p {
    font-size: 14px;
  }
}

.p-top .section-support .details .txt-right {
  width: 43%;
}

@media screen and (max-width: 767px) {
  .p-top .section-support .details .txt-right {
    width: 100%;
  }
}

.p-top .section-support .details .txt-right li {
  font-size: 25px;
  padding-top: 48px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-top .section-support .details .txt-right li {
    font-size: 1.9vw;
  }
}

@media screen and (max-width: 767px) {
  .p-top .section-support .details .txt-right li {
    font-size: 16px;
    padding-top: 10px;
  }
}

.p-top .section-support .details .txt-right li:first-child {
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-top .section-support .details .txt-right li:first-child {
    padding-top: 40px;
  }
}

.p-top .section-support .viewmore {
  margin-top: 75px;
}

@media screen and (max-width: 767px) {
  .p-top .section-support .viewmore {
    margin-top: 40px;
  }
}

.p-top .section-clinic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-top .section-clinic {
    display: block;
  }
}

.p-top .section-clinic .f-left {
  width: 50%;
  margin-right: 2px;
}

@media screen and (max-width: 767px) {
  .p-top .section-clinic .f-left {
    width: 100%;
    margin: 0 0 2px;
  }
}

.p-top .section-clinic .f-left img {
  width: 100%;
}

.p-top .section-clinic .f-right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .p-top .section-clinic .f-right {
    width: 100%;
  }
}

.p-top .section-clinic .f-right .items {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #0D3056;
}

.p-top .section-clinic .f-right .items a {
  color: #fff;
  display: table;
  width: 100%;
  height: 100%;
}

.p-top .section-clinic .f-right .items a .inner {
  padding: 0 10%;
  display: table-cell;
  vertical-align: middle;
  background-image: url(../../img/top/ic_right.png);
  background-repeat: no-repeat;
  background-position: center right 10%;
}

@media screen and (max-width: 767px) {
  .p-top .section-clinic .f-right .items a .inner {
    padding: 20px 30px 20px 15px;
    background-position: center right 15px;
  }
}

.p-top .section-clinic .f-right .items a .inner h4 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-top .section-clinic .f-right .items a .inner h4 {
    font-size: 2.8vw;
  }
}

@media screen and (max-width: 767px) {
  .p-top .section-clinic .f-right .items a .inner h4 {
    font-size: 25px;
  }
}

.p-top .section-clinic .f-right .items a .inner p {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.7;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-top .section-clinic .f-right .items a .inner p {
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 767px) {
  .p-top .section-clinic .f-right .items a .inner p {
    font-size: 13px;
  }
}

.p-top .section-clinic .f-right .items:first-child {
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .p-top .section-clinic .f-right .items:first-child {
    margin-bottom: 2px;
  }
}

.p-top .section-example {
  padding: 130px 0 70px;
}

@media screen and (max-width: 767px) {
  .p-top .section-example {
    padding: 60px 0;
  }
}

.p-top .section-example .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-top .section-example .list-item {
    display: block;
  }
}

.p-top .section-example .list-item a {
  display: block;
  width: 23%;
}

@media screen and (max-width: 767px) {
  .p-top .section-example .list-item a {
    width: 100%;
    margin-bottom: 40px;
  }
}

.p-top .section-example .list-item dt {
  height: 190px;
  background: #ccc;
}

@media screen and (max-width: 767px) {
  .p-top .section-example .list-item dt {
    width: 49%;
    float: left;
    height: 100px;
  }
}

.p-top .section-example .list-item dd {
  color: #000;
}

@media screen and (max-width: 767px) {
  .p-top .section-example .list-item dd {
    width: 49%;
    float: right;
    position: relative;
    min-height: 100px;
  }
}

.p-top .section-example .list-item dd h3 {
  font-size: 18px;
  padding: 18px 0 10px;
}

@media screen and (max-width: 767px) {
  .p-top .section-example .list-item dd h3 {
    padding: 0 0 10px;
  }
}

.p-top .section-example .list-item dd p {
  font-size: 15px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .p-top .section-example .list-item dd p {
    display: none;
  }
}

.p-top .section-example .list-item dd .link {
  color: #4f4e4e;
  font-size: 14px;
  text-align: center;
  padding-top: 8px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-top .section-example .list-item dd .link {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.p-top .section-example .list-item dd .link:before {
  content: "";
  width: 12px;
  height: 9px;
  padding-right: 8px;
  display: inline-block;
  background: url(../../img/common/ic_arrow.png) no-repeat;
  background-position: left center;
}

.p-top .section-example .viewmore {
  margin-top: 60px;
}

.p-top .section-access {
  background: #f8f8f8;
}

.p-top .section-access .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-top .section-access .details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-top .section-access .box-left {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-top .section-access .box-left {
    width: 100%;
  }
}

.p-top .section-access .box-left img {
  width: 100%;
}

.p-top .section-access .box-right {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-top .section-access .box-right {
    width: 100%;
    padding-top: 60px;
  }
}

.p-top .section-access .box-right .inner {
  width: 58%;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-top .section-access .box-right .inner {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .p-top .section-access .box-right .inner {
    width: 90%;
    text-align: center;
  }
}

.p-top .section-access .box-right .infor h3 {
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 30px;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-top .section-access .box-right .infor h3 {
    font-size: 2.8vw;
    padding-bottom: 1vw;
  }
}

.p-top .section-access .box-right .infor p {
  font-size: 15px;
  line-height: 1.7;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-top .section-access .box-right .infor p {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-top .section-access .box-right .infor p {
    font-size: 14px;
    text-align: left;
  }
}

.p-top .section-access .box-right .contact {
  margin-top: 20px;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-top .section-access .box-right .contact {
    margin-top: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .p-top .section-access .box-right .contact {
    text-align: center;
  }
}

.p-top .section-access .box-right .contact p {
  font-size: 14px;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-top .section-access .box-right .contact p {
    font-size: 12px;
  }
}

.p-top .section-access .box-right .contact h3 {
  font-size: 24px;
  font-weight: 500;
  padding: 5px 0px 15px;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-top .section-access .box-right .contact h3 {
    font-size: 2vw;
    padding: 0.5vw 0 1;
  }
}

.p-top .section-access .box-right .viewmap {
  color: #fff;
  background: #28292D;
  padding: 7px 32px;
  margin-top: 50px;
  border-radius: 3px;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-top .section-access .box-right .viewmap {
    margin-top: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .p-top .section-access .box-right .viewmap {
    margin: 30px 0 60px;
  }
}

/*------------------------------------------------------------
    p-feature
    ------------------------------------------------------------*/
.p-feature {
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro";
  /* section-introduce
        ------------------------------------------------------------*/
  /* section-operation
        ------------------------------------------------------------*/
  /* section-equipment
        ------------------------------------------------------------*/
  /* section-control
        ------------------------------------------------------------*/
  /* section-standard
        ------------------------------------------------------------*/
}

.p-feature .section-introduce {
  padding: 70px 0 45px;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .p-feature .section-introduce {
    padding: 50px 0 15px;
  }
}

.p-feature .section-introduce .details {
  padding: 0 75px 0 80px;
}

@media screen and (max-width: 767px) {
  .p-feature .section-introduce .details {
    padding: 0;
  }
}

.p-feature .section-introduce .details h2 {
  /*font-size: 28px;*/
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #221815;
}

@media screen and (max-width: 767px) {
  .p-feature .section-introduce .details h2 {
    /*font-size: 23px;*/
    font-size: 22px;
  }
}

.p-feature .section-introduce .details p {
  font-size: 17px;
  line-height: 1.8;
  padding-bottom: 40px;
  color: #221815;
}

@media screen and (max-width: 767px) {
  .p-feature .section-introduce .details p {
    padding-bottom: 35px;
  }
}

.p-feature .section-introduce .details .txtright {
  text-align: right;
  font-weight: bold;
  margin-top: -10px;
}

.p-feature .section-operation {
  padding: 95px 0 55px;
  border-bottom: 1px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
  .p-feature .section-operation {
    padding: 50px 0 0;
  }
}

.p-feature .section-operation h2 {
  font-size: 25px;
  margin-bottom: 55px;
  color: #221815;
  line-height: 1.48;
}

@media screen and (max-width: 767px) {
  .p-feature .section-operation h2 {
    font-size: 22px;
    margin-bottom: 50px;
  }
  .p-feature .section-operation h2 span {
    display: block;
  }
}

.p-feature .section-operation .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-feature .section-operation .details {
    display: block;
  }
}

.p-feature .section-operation .details .items {
  width: 29%;
}
.p-feature .section-operation .details .items:nth-of-type(1) .boximg{
    width:126px;
}
.p-feature .section-operation .details .items .boximg{
    width:208px;
}
@media screen and (max-width: 767px) {
  .p-feature .section-operation .details .items {
    width: 100%;
  }
}

.p-feature .section-operation .details .boximg {
  min-height: 245px;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-feature .section-operation .details .items:nth-of-type(1) .boximg{
    width:60%;
    min-height: auto;
    margin-bottom: 25px;
  }
  .p-feature .section-operation .details .items .boximg {
    width:100%;
    min-height: auto;
    margin-bottom: 25px;
  }
  .p-feature .section-operation .details .items .boximg img {
    width:100%;
      max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .p-feature .section-operation .details .boxtext {
    margin-bottom: 100px;
  }
}

.p-feature .section-operation .details .boxtext h3 {
  font-size: 21px;
  line-height: 1.762;
  color: #221815;
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-bottom: 3px solid #dcdcdc;
}

@media screen and (max-width: 915px) and (min-width: 768px) {
  .p-feature .section-operation .details .boxtext h3 {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .p-feature .section-operation .details .boxtext h3 {
    font-size: 19px;
    line-height: 1.5;
  }
}

.p-feature .section-operation .details .boxtext p {
  font-size: 17px;
  line-height: 1.765;
  color: #555555;
}

.p-feature .section-operation .details .boxtext small {
  font-size: 12px;
  color: #666666;
  line-height: 1.5;
}

.p-feature .section-equipment {
  padding: 65px 0 60px;
  border-bottom: 1px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
  .p-feature .section-equipment {
    padding: 50px 0 38px;
  }
}

.p-feature .section-equipment h2 {
  font-size: 25px;
  color: #221815;
  line-height: 1.48;
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .p-feature .section-equipment h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

.p-feature .section-equipment p.txt {
  font-size: 17px;
  color: #221815;
  line-height: 1.765;
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .p-feature .section-equipment p.txt {
    margin-bottom: 46px;
  }
}

.p-feature .section-equipment .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-feature .section-equipment .details {
    display: block;
  }
}

.p-feature .section-equipment .details img {
  width: 100%;
}

.p-feature .section-equipment .details .boxleft {
  width: 45.5%;
}

@media screen and (max-width: 767px) {
  .p-feature .section-equipment .details .boxleft {
    width: 100%;
  }
}

.p-feature .section-equipment .details .boxleft h3 {
  font-size: 21px;
  color: #221815;
  line-height: 1.762;
  border-bottom: 3px solid #dcdcdc;
  padding-bottom: 10px;
  margin-bottom: 15px;
  margin-top: 28px;
}

@media screen and (max-width: 767px) {
  .p-feature .section-equipment .details .boxleft h3 {
    font-size: 19px;
    margin-top: 18px;
    padding-bottom: 8px;
    margin-bottom: 10px;
  }
}

.p-feature .section-equipment .details .boxleft p {
  font-size: 17px;
  color: #555555;
  line-height: 1.765;
}

.p-feature .section-equipment .details .boxright {
  width: 45.5%;
}

@media screen and (max-width: 767px) {
  .p-feature .section-equipment .details .boxright {
    width: 100%;
    margin-top: 46px;
  }
}

.p-feature .section-equipment .details .boxright .items {
  width: 44%;
}

@media screen and (max-width: 767px) {
  .p-feature .section-equipment .details .boxright .items {
    width: 47%;
  }
}

.p-feature .section-equipment .details .boxright .items:nth-child(odd) {
  float: left;
}

.p-feature .section-equipment .details .boxright .items:nth-child(even) {
  float: right;
}

.p-feature .section-equipment .details .boxright .items p {
  font-size: 15px;
  color: #555555;
  line-height: 1.978;
  padding: 8px 0 6px;
}

@media screen and (max-width: 915px) {
  .p-feature .section-equipment .details .boxright .items p {
    font-size: 14px;
  }
}

@media screen and (max-width: 348px) {
  .p-feature .section-equipment .details .boxright .items p {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-feature .section-equipment .details .boxright .items p {
    padding: 3px 0 10px;
  }
}

.p-feature .section-control {
  padding: 65px 0 58px;
  border-bottom: 1px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
  .p-feature .section-control {
    padding: 50px 0;
  }
}

.p-feature .section-control h2 {
  font-size: 25px;
  color: #221815;
  line-height: 1.48;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-feature .section-control h2 {
    font-size: 22px;
  }
  .p-feature .section-control h2 span {
    display: block;
  }
}

.p-feature .section-control .detail01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .p-feature .section-control .detail01 {
    display: block;
  }
}

.p-feature .section-control .detail01 .boxleft {
  width: 45.6%;
}

@media screen and (max-width: 767px) {
  .p-feature .section-control .detail01 .boxleft {
    width: 100%;
  }
}

.p-feature .section-control .detail01 .boxleft img {
  width: 100%;
}

.p-feature .section-control .detail01 .boxleft .inner02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-feature .section-control .detail01 .boxleft .inner02 .item:first-child {
  width: 49.4%;
}

.p-feature .section-control .detail01 .boxleft .inner02 .item:last-child {
  width: 44%;
}

.p-feature .section-control .detail01 .boxleft .inner02 .item:not(:last-child) {
  margin-right: 6%;
}

@media screen and (max-width: 767px) {
  .p-feature .section-control .detail01 .boxleft .inner02 .item:first-child {
    width: 50.6%;
  }
  .p-feature .section-control .detail01 .boxleft .inner02 .item:last-child {
    width: 45%;
  }
  .p-feature .section-control .detail01 .boxleft .inner02 .item:not(:last-child) {
    margin-right: 4%;
  }
}

.p-feature .section-control .detail01 .boxright {
  width: 46%;
  /*margin-top: -35px;*/
}

.p-feature .section-control .detail01 p {
  font-size: 14px;
  color: #555555;
  padding: 3px 0 10px;
}

/*.p-feature .section-control .detail01 p span {
  display: block;
}*/
.p-feature .section-control .detail01 p br{
    display: none;
}
@media screen and (min-width: 768px) and (max-width: 1050px) {
    .p-feature .section-control .detail01 p br{
        display: inline;
    }
}
@media screen and (min-width: 501px) and (max-width: 767px){
    .p-feature .section-control .detail01 p br{
        display: none;
    }
}
@media screen and (min-width: 341px) and (max-width: 500px){
    .p-feature .section-control .detail01 p br{
        display: inline;
    }
}
@media screen and (max-width: 340px){
    .p-feature .section-control .detail01 p br{
        display: none;
    }
}

.p-feature .section-control .detail02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-feature .section-control .detail02 {
    display: block;
  }
}

.p-feature .section-control .detail02 .boxleft {
  width: 46%;
}

@media screen and (max-width: 767px) {
  .p-feature .section-control .detail02 .boxleft {
    width: 100%;
    margin-bottom: 40px;
  }
}

.p-feature .section-control .detail02 .boxleft .inner02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-feature .section-control .detail02 .boxright {
  width: 46.5%;
}

@media screen and (max-width: 767px) {
  .p-feature .section-control .detail02 .boxright {
    width: 100%;
    margin-bottom: 40px;
  }
}

.p-feature .section-control .detail02 h3 {
  font-size: 21px;
  color: #221815;
  line-height: 1.762;
  border-bottom: 3px solid #dcdcdc;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .p-feature .section-control .detail02 h3 {
    font-size: 19px;
    margin-top: 18px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}

.p-feature .section-control .detail02 p {
  font-size: 17px;
  color: #555555;
  line-height: 1.765;
}

@media screen and (max-width: 767px) {
  .p-feature .section-control .detail02 .boximg {
    text-align: center;
    margin: 50px 0 40px;
    padding: 0 10px 0 5px;
  }
}

.p-feature .section-standard {
  padding: 70px 0 30px;
}

@media screen and (max-width: 767px) {
  .p-feature .section-standard {
    padding: 50px 0 20px;
  }
}

.p-feature .section-standard h2 {
  font-size: 25px;
  color: #221815;
  line-height: 1.48;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-feature .section-standard h2 {
    font-size: 22px;
  }
  .p-feature .section-standard h2 span {
    display: block;
  }
}

.p-feature .section-standard .details .items {
  float: left;
  width: 29%;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-feature .section-standard .details .items {
    float: none;
    width: 100%;
  }
}

.p-feature .section-standard .details .items:not(:nth-child(3n)) {
  margin-right: 6.5%;
}

@media screen and (max-width: 767px) {
  .p-feature .section-standard .details .items:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

.p-feature .section-standard .details .items h3 {
  font-size: 21px;
  color: #221815;
  line-height: 1.762;
  border-bottom: 3px solid #dcdcdc;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .p-feature .section-standard .details .items h3 {
    font-size: 19px;
    margin-top: 18px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}

.p-feature .section-standard .details .items h3 span {
  display: block;
}

@media screen and (max-width: 767px) {
  .p-feature .section-standard .details .items h3 span {
    display: inline-block;
  }
}

.p-feature .section-standard .details .items p {
  font-size: 17px;
  color: #555555;
  line-height: 1.765;
}

.modal {
  z-index: 1;
  display: none;
  padding-top: 10px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  margin: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal-hover-opacity {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-backface-visibility: hidden;
}

.modal-hover-opacity:hover {
  opacity: 0.60;
  filter: alpha(opacity=60);
  -webkit-backface-visibility: hidden;
}

.modal-content, #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

/*------------------------------------------------------------
    p-checkup
    ------------------------------------------------------------*/
.p-checkup {
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro";
  /* section-cause
        ------------------------------------------------------------*/
  /* section-service
        ------------------------------------------------------------*/
  /* section-resonance
        ------------------------------------------------------------*/
  /* section-result
        ------------------------------------------------------------*/
}

.p-checkup .c-title2 {
  font-size: 25px;
  color: #221815;
  line-height: 1.48;
}

@media screen and (max-width: 767px) {
  .p-checkup .c-title2 {
    font-size: 22px;
  }
  .p-checkup .c-title2 span {
    display: block;
  }
}

.p-invest .details .viewmore2 a,
.p-checkup .viewmore2 a {
	width:100%;
  max-width: 280px;
  font-size: 15px;
  color: #4f4e4e;
  line-height: 1.2;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  border: 3px solid #dcdcdc;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.p-checkup .viewmore2 a:before, .p-feature .viewmore2 a:before {
  content: url(../../img/common/ic_arrow.png);
  padding-right: 5px;
}

.p-checkup .section-symptom {
  border-bottom: 1px solid #dcdcdc;
  padding: 0 0 65px;
}

@media screen and (max-width: 767px) {
  .p-checkup .section-symptom {
    border-bottom: 0;
    padding: 0;
  }
}

.p-checkup .section-symptom .part_cause {
  padding: 130px 0 90px;
	background-color: #f2f2f4 !important;
  background: url(../../img/checkup/bg_cause_2.jpg) no-repeat;
  /*background-size: cover;*/
	background-position: top center;
}

@media screen and (max-width: 767px) {
  .p-checkup .section-symptom .part_cause {
    padding: 0;
	  background-color: #fff !important;
    background: none;
  }
}

.p-checkup .section-symptom .part_cause .details {
  width: 562px;
  float: right;
  margin-right: 14%;
}

@media screen and (max-width: 767px) {
  .p-checkup .section-symptom .part_cause .details {
    width: 100%;
    float: none;
    margin-top: 50px;
  }
}

.p-checkup .section-symptom .part_cause .details h2 {
  /*font-size: 28px;*/
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 25px;
  color: #221815;
}

@media screen and (max-width: 767px) {
  .p-checkup .section-symptom .part_cause .details h2 {
    font-size: 23px;
  }
}

.p-checkup .section-symptom .part_cause .details p {
  font-size: 17px;
  line-height: 1.8;
  color: #221815;
}

@media screen and (max-width: 767px) {
  .p-checkup .section-symptom .part_cause .details p {
    padding-bottom: 35px;
  }
}

.p-checkup .section-symptom .part_cause .details .txtright {
  text-align: right;
  font-weight: bold;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
    .p-checkup .section-symptom .part_cause .details .txtright {
        padding-top: 0;
    }
}

.p-checkup .section-symptom .part_calendar {
  width: 660px;
  padding: 65px 0 30px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-checkup .section-symptom .part_calendar {
    width: auto;
    padding: 0 20px;
    margin: 15px 0 48px;
  }
}

.p-checkup .section-symptom .part_calendar table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}

.p-checkup .section-symptom .part_calendar table td {
  /*font-size: 15px;*/
  font-size: 17px;
  color: #3b2f31;
  line-height: 1.2;
  padding: 10px 8px;
  border: 1px solid #868686;
}
.p-checkup .section-symptom .part_calendar table td:nth-of-type(-n+2){
  width: 29%;
}

@media screen and (max-width: 767px) {
  .p-checkup .section-symptom .part_calendar table td {
    padding: 5px;
  }
  .p-checkup .section-symptom .part_calendar table td:first-child{
        width: 50%;
  }
  .p-checkup .section-symptom .part_calendar table td.fixsp {
    text-align: left;
  }
  .p-checkup .section-symptom .part_calendar table td.fixsp span {
    /*font-size: 14px;*/
    font-size: 17px;
    /*padding-left: 10px;*/
  }
}

.p-checkup .section-symptom .part_calendar p {
  font-size: 17px;
  color: #3b2f31;
  line-height: 1.765;
  text-align: right;
  padding-top: 6px;
}

.p-checkup .section-symptom .part_contact .details {
  font-size: 21px;
  color: #221815;
  padding: 30px 0 20px;
  background: #f4f5f6;
	width: 86%;
	margin: auto;
}

@media screen and (max-width: 767px) {
  .p-checkup .section-symptom .part_contact .details {
    font-size: 19px;
    /*padding: 30px 0 22px;*/
  }
}

.p-checkup .section-symptom .part_contact .details h3 {
  text-align: center;
  line-height: 1.762;
  font-weight: 500;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .p-checkup .section-symptom .part_contact .details h3 span {
    display: block;
    line-height: 1.1;
  }
}

.p-checkup .section-symptom .part_contact .details table {
  width: 86%;
  margin: 0 13%;
}

@media screen and (max-width: 767px) {
  .p-checkup .section-symptom .part_contact .details table {
    width: 100%;
  }
}

.p-checkup .section-symptom .part_contact .details td {
  line-height: 1.095;
  padding: 12px 20px;
  /*font-weight: bold;*/
  vertical-align: top;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .p-checkup .section-symptom .part_contact .details td {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-checkup .section-symptom .part_contact .details td {
    display: block;
    padding: 8px 16px;
  }
}

.p-checkup .section-service {
  padding: 68px 0 88px;
  border-bottom: 1px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
  .p-checkup .section-service {
    padding: 50px 0 5px;
  }
}

.p-checkup .section-service .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .p-checkup .section-service .list {
    display: block;
    margin-top: 30px;
  }
}

.p-checkup .section-service .list li {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .p-checkup .section-service .list li {
    width: 100%;
  }
}

.p-checkup .section-service .list li:not(:last-child) {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .p-checkup .section-service .list li:not(:last-child) {
    margin-right: 0;
  }
}

.p-checkup .section-service .list li:not(:last-child) div {
  background: url(../../img/checkup/ic_right.png) no-repeat;
  background-position: right 40px;
}

@media screen and (max-width: 767px) {
  .p-checkup .section-service .list li:not(:last-child) div {
    background: url(../../img/checkup/ic_bottom_sp.png) no-repeat;
    background-size: 22px 14px;
    background-position: bottom;
  }
}

.p-checkup .section-service .list li div {
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .p-checkup .section-service .list li div {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.p-checkup .section-service .list li h3 {
  font-size: 21px;
  color: #221815;
  line-height: 1.2;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .p-checkup .section-service .list li h3 {
    font-size: 19px;
  }
}

.p-checkup .section-service .list li p {
  font-size: 17px;
  color: #555555;
  line-height: 1.588;
}

@media screen and (max-width: 880px) and (min-width: 768px) {
  .p-checkup .section-service .list li p {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 767px) {
  .p-checkup .section-service .list li p {
    padding-bottom: 25px;
  }
}

.p-checkup .section-resonance {
  padding: 65px 0;
  border-bottom: 1px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
  .p-checkup .section-resonance {
    padding: 50px 0;
  }
}

.p-checkup .section-resonance .details {
  margin-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-checkup .section-resonance .details {
    display: block;
    margin-top: 30px;
  }
}

.p-checkup .section-resonance .details .items {
  width: 29%;
}

@media screen and (max-width: 767px) {
  .p-checkup .section-resonance .details .items {
    width: 100%;
  }
}

.p-checkup .section-resonance .details .items:not(:last-child) {
  margin-right: 6%;
}

@media screen and (max-width: 767px) {
  .p-checkup .section-resonance .details .items:not(:last-child) {
    margin-bottom: 50px;
  }
}

.p-checkup .section-resonance .details .boximg img {
  width: 100%;
}

.p-checkup .section-resonance .details .boxtext h3 {
  font-size: 21px;
  color: #221815;
  line-height: 2;
  margin-top: 22px;
  padding-bottom: 5px;
  border-bottom: 3px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
  .p-checkup .section-resonance .details .boxtext h3 {
    line-height: 1.5;
  }
}

.p-checkup .section-resonance .details .boxtext h3 small {
  font-size: 17px;
  display: block;
  color: #221815;
  line-height: 1.765;
}

@media screen and (max-width: 1050px) and (min-width: 768px) {
  .p-checkup .section-resonance .details .boxtext h3 small {
    line-height: 1.5;
    font-size: 1.6vw;
  }
}

.p-checkup .section-resonance .details .boxtext p {
  font-size: 16px;
  color: #555555;
  line-height: 1.765;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-checkup .section-resonance .details .boxtext p {
    margin-top: 10px;
  }
}

.p-checkup .details .viewmore2, .p-feature .details .viewmore2 {
  margin-top: 25px;
  /*text-align: center;*/
}

@media screen and (max-width: 767px) {
  .p-checkup .details .viewmore2, .p-feature .details .viewmore2 {
      text-align: center;
    }
  .p-checkup .section-resonance .details .viewmore2 a, .p-feature .details .viewmore2 a{
    width: 100%;
  }
}

.p-checkup .section-resonance .details {
  margin-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-checkup .section-resonance .details {
    display: block;
    margin-top: 30px;
  }
}

.p-checkup .section-resonance .details .items {
  width: 29%;
}

@media screen and (max-width: 767px) {
  .p-checkup .section-resonance .details .items {
    width: 100%;
  }
}

.p-checkup .section-resonance .details .items:not(:last-child) {
  margin-right: 6%;
}

@media screen and (max-width: 767px) {
  .p-checkup .section-resonance .details .items:not(:last-child) {
    margin-bottom: 50px;
  }
}

.p-checkup .section-resonance .details .boximg img {
  width: 100%;
}

.p-checkup .section-resonance .details .boxtext h3 {
  font-size: 21px;
  color: #221815;
  line-height: 2;
  margin-top: 22px;
  padding-bottom: 5px;
  border-bottom: 3px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
  .p-checkup .section-resonance .details .boxtext h3 {
    line-height: 1.5;
  }
}

.p-checkup .section-resonance .details .boxtext h3 small {
  font-size: 17px;
  display: block;
  color: #221815;
  line-height: 1.765;
}

@media screen and (max-width: 1050px) and (min-width: 768px) {
  .p-checkup .section-resonance .details .boxtext h3 small {
    line-height: 1.5;
    font-size: 1.6vw;
  }
}

.p-checkup .section-resonance .details .boxtext p {
  font-size: 16px;
  color: #555555;
  line-height: 1.765;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-checkup .section-resonance .details .boxtext p {
    margin-top: 10px;
  }
}

.p-checkup .section-resonance .details .viewmore2 {
  margin-top: 25px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-checkup .section-resonance .details .viewmore2 a {
    width: 100%;
  }
}

.p-checkup .section-result {
  padding: 65px 0 100px;
}

@media screen and (max-width: 767px) {
  .p-checkup .section-result {
    padding: 50px 0 70px;
  }
}

.p-checkup .section-result .details {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-checkup .section-result .details {
    display: block;
    margin-top: 20px;
  }
}

.p-checkup .section-result .details .boxleft {
  width: 57%;
}

@media screen and (max-width: 767px) {
  .p-checkup .section-result .details .boxleft {
    width: 100%;
  }
}

.p-checkup .section-result .details .boxleft .txtsos p {
  font-size: 17px;
  color: #555555;
  line-height: 1.765;
  margin-bottom: 26px;
}

.p-checkup .section-result .details .boxleft .txtapp {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .p-checkup .section-result .details .boxleft .txtapp {
    margin-top: 30px;
  }
}

.p-checkup .section-result .details .boxleft .txtapp p {
  font-size: 17px;
  color: #221815;
  line-height: 1.765;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .p-checkup .section-result .details .boxleft .txtapp p {
    font-size: 19px;
    text-align: center;
    margin-bottom: 18px;
  }
}

.p-checkup .section-result .details .boxleft .txtapp ul li {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-checkup .section-result .details .boxleft .txtapp ul li {
    width: 49%;
    margin-right: 0 !important;
  }
}

.p-checkup .section-result .details .boxleft .txtapp ul li:not(:last-child) {
  margin-right: 20px;
}

.p-checkup .section-result .details .boxleft .txtapp ul li img {
  vertical-align: bottom;
	max-width: 200px;
}

@media screen and (max-width: 767px) {
  .p-checkup .section-result .details .boxleft .txtapp ul li img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-checkup .section-result .details .boxleft .viewmore2 {
    margin-top: 48px;
  }
  .p-checkup .section-result .details .boxleft .viewmore2 a {
    width: 100%;
  }
}

.p-checkup .section-result .details .boxright {
  width: 34%;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .p-checkup .section-result .details .boxright {
    width: 100%;
  }
}

.p-checkup .section-result .details .boxright p {
  font-size: 12px;
  color: #666666;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-checkup .section-result .details .boxright p {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-checkup .section-result .details .boxright img {
    width: 100%;
  }
}

/*------------------------------------------------------------
p-ethics
------------------------------------------------------------*/
.p-ethics {
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro";
  /* section-About the Ethics Committee
        ------------------------------------------------------------*/
  /* section-fee
        ------------------------------------------------------------*/
  /* section-records
        ------------------------------------------------------------*/
}

.p-ethics .section-about {
  padding: 70px 0 92px;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .p-ethics .section-about {
    padding: 50px 0px 37px;
    /*  */
  }
}

.p-ethics .section-about .details h2 {
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 30px;
  /*letter-spacing: 0.15em;*/
  color: #221815;
}

@media screen and (max-width: 767px) {
  .p-ethics .section-about .details h2 {
    font-size: 23px;    
  }
}

.p-ethics .section-about .details p {
  font-size: 17px;
  line-height: 1.8;
  padding-bottom: 40px;
  color: #221815;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-ethics .section-about .details p {
    padding-bottom: 50px;
  }
}

.p-ethics .section-about .detail_btn{  
  max-width: 100%;
  text-align: center;
  display : flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    /*  */
}

.p-ethics .section-about .detail_btn .aboutBtn {
  line-height: 38px;
  margin-right: 42px;
  width: 303px;
  font-size: 15px;
  font-weight: bold;
  border: solid #dcdcdc 3px;  
}

@media screen and (max-width: 767px) {
  .p-ethics .section-about .detail_btn .aboutBtn {
    line-height: 39px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 37px;
  }
}

.p-ethics .section-about .detail_btn .aboutBtn a,
.p-ethics .section-fee .detail_btn .aboutBtn a{
    color: #4F4E4E;
}

/* ////////////////// */
/* ---- fee part ---- */
/* ////////////////// */
.p-ethics .section-fee {
  padding: 88px 0 39px;
  border-bottom: 1px solid #e5e5e5;  
}

@media screen and (max-width: 767px) {
  .p-ethics .section-fee {
    padding: 95px 0 15px;
  }
}

.p-ethics .section-fee .details h2 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 49px;
  letter-spacing: 0.05em;
  color: #221815;
  /*  */
}

@media screen and (max-width: 767px) {
  .p-ethics .section-fee .details h2 {
    font-size: 22px;
    letter-spacing: -0.1em;
  }
}

.p-ethics .section-fee .details .reviews {
  text-align: left;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-ethics .section-fee .details .reviews {
    font-size: 23px;
    display: block;
    /* flex-wrap: wrap; */
    /*  */
  }
}

.p-ethics .section-fee .details .reviews .applabel {
  width: 24%;
  /*  */
}

@media screen and (max-width: 767px) {
  .p-ethics .section-fee .details .reviews .applabel {
    width: 100%;
  }
}
.p-ethics .section-fee .details .reviews .applabel h3{
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  color: #221815;
}
@media screen and (max-width: 767px) {
  .p-ethics .section-fee .details .reviews .applabel h3{
    font-size: 20px;
  }
}

.p-ethics .section-fee .details .reviews .appcontent {  
  width: 76%;
  margin-bottom: 30px;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  
}
@media screen and (max-width: 767px) {
  .p-ethics .section-fee .details .reviews .appcontent {  
    width: 100%;
  }
}

.p-ethics .section-fee .details .reviews .appcontent .apptext{
  font-size: 17px;
  line-height: 2;  
  color: #221815;
  text-align: left;
  max-width:100%;
  
}
@media screen and (max-width: 767px) {
  .p-ethics .section-fee .details .reviews .appcontent .apptext{    
    width:100%;
    font-size: 15px;
    /*  */
  }
}

.p-ethics .section-fee .details .reviews .appcontent .apptext1{
  font-size: 17px;
  line-height: 2;  
  color: #221815;
  text-align: left;
  max-width:100%;
  
}
@media screen and (max-width: 767px) {
  .p-ethics .section-fee .details .reviews .appcontent .apptext1{    
    display: none;
  }
}

.p-ethics .section-fee .details .reviews .appcontent ul{
  font-size: 17px;
  line-height: 1.95;
  color: #221815;
  text-align: left;
  max-width:100%;
}

@media screen and (max-width: 767px) {
  .p-ethics .section-fee .details .reviews .appcontent ul{
    max-width:100%;
    font-size: 15px;
  }
}

.p-ethics .section-fee .details .reviews .appcontent p{
  font-size: 17px;
  line-height: 2;  
  color: #221815;
  text-align: left;
  max-width:100%;
  font-weight: bold;
  /*  */
}

@media screen and (max-width: 767px) {
  .p-ethics .section-fee .details .reviews .appcontent p{    
    max-width:100%;
  }
}

.p-ethics .section-fee .details .reviews .appcontent .p_red{
  font-size: 17px;
  line-height: 2;  
  /*color: red;*/
  text-align: left;
  max-width:100%;
  /*  */
}

.p-ethics .section-fee .details .reviews .appcontent .detail_btn .aboutBtn {
  text-align: center;
  width: 303px;
  line-height: 40px;
  margin-top: 45px;
  margin-left: 2px;
  margin-right: 100%;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
  border: solid #dcdcdc 3px;  
}

@media screen and (max-width: 767px) {
  .p-ethics .section-fee .details .reviews .appcontent .detail_btn .aboutBtn {
    width: 303px;
    line-height: 39px;
    margin: 35px auto;    
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
    border: solid #dcdcdc 3px;  
  }
}

.p-ethics .section-fee .details .reviews .applist {
  margin-top: 30px;  
}
.p-ethics .section-fee .details .reviews .apparrow {  
  width: 100%; height: 0px;
}
@media screen and (max-width: 767px) {
  .p-ethics .section-fee .details .reviews .apparrow {
    background: url(../../img/checkup/ic_bottom_sp.png)top center no-repeat;
    width: 100%; height: 14px;
    background-size: 22px 14px;
    background-position: bottom;
    margin-top:10px;
    margin-bottom: 10px;
    
  }
}

@media screen and (max-width: 767px) {
  .p-ethics .section-fee .details .reviews .emailaddr0 {  
    display: none;
  }
}

.p-ethics .section-fee .details .reviews .appcontent .emaliaddr1 {  
  display: none;
}
@media screen and (max-width: 767px) {
  .p-ethics .section-fee .details .reviews .appcontent .emaliaddr1 {  
    display:block;
    background : #f4f5f6;
    width: 90%; height: 90px;
    margin:0 auto;
    margin-top:15px;
    padding: 10px;
    color: #555555;
    font-weight: bold;
    text-align: center;
    /* text-decoration: underline; */
    /*  */
  }
}

.p-ethics .section-fee .details .reviews .appcontent .hd_table1{
  background: #f8f8f8;
  border: solid #bfbfbf 1px;
  width: 49%;
  font-size: 17px;
  line-height: 2.7;
  color: #221815;
  text-align: center;    
  /*  */
}
@media screen and (max-width: 767px) {
  .p-ethics .section-fee .details .reviews .appcontent .hd_table1{
    order: 1;
    background: #fff;
    border: none;
    width: 55%;
    font-size: 15px;
    line-height: 2;
    color: #221815;
    text-align: left; 
    font-weight: bold;
    /*  */
  }
}

.p-ethics .section-fee .details .reviews .appcontent .hd_table2{
  background: #f8f8f8;
  border-right:solid #bfbfbf 1px;
  border-top:solid #bfbfbf 1px;
  border-bottom:solid #bfbfbf 1px;
  width: 49%;
  font-size: 17px;
  line-height: 2.7;
  color: #221815;
  text-align: center;  
  /*  */
}
@media screen and (max-width: 767px) {
  .p-ethics .section-fee .details .reviews .appcontent .hd_table2{
    order:3;
    background: #fff;
    border:none;    
    width: 55%;
    font-size: 15px;
    line-height: 2;
    color: #221815;
    text-align: left;  
    font-weight: bold;
    /*  */
  }
}

.p-ethics .section-fee .details .reviews .appcontent .td_table1{  
  border-left: solid #bfbfbf 1px;
  border-bottom: solid #bfbfbf 1px;
  border-right: solid #bfbfbf 1px;
  width: 49%;
  font-size: 17px;
  line-height: 2.7;
  color: #221815;
  text-align: center;  
}
@media screen and (max-width: 767px) {
  .p-ethics .section-fee .details .reviews .appcontent .td_table1{  
    order:2;
    border: none;
    width: 55%;
    font-size: 15px;
    line-height: 2;
    color: #221815;
    text-align: left;  
    margin-bottom: 25px;
  }
}
.p-ethics .section-fee .details .reviews .appcontent .td_table2{  
  border-right:solid #bfbfbf 1px;  
  border-bottom:solid #bfbfbf 1px;
  width: 49%;
  font-size: 17px;
  line-height: 2.7;
  color: #221815;
  text-align: center;  
}
@media screen and (max-width: 767px) {
  .p-ethics .section-fee .details .reviews .appcontent .td_table2{  
    order:4;
    border: none;      
    width: 55%;
    font-size: 15px;
    line-height: 2;
    color: #221815;
    text-align: left;  
  }
}
.p-ethics .section-fee .details .reviews .appcontent span{
  font-size: 13px;
}

/* ///////////////////// */
/* ---- fee records ---- */
/* ///////////////////// */

.p-ethics .section-records {
  padding: 84px 0 147px;
  /* border-bottom: 1px solid #e5e5e5;   */
}

@media screen and (max-width: 767px) {
  .p-ethics .section-records {
    padding: 53px 0 43px;
  }
}

.p-ethics .section-records h2 {
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 53px;
  letter-spacing: 0.05em;
  color: #221815;
}

@media screen and (max-width: 767px) {
  .p-ethics .section-records h2 {
    font-size: 23px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-ethics .section-records .details{
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}



.p-ethics .section-records .details .td_kind1{
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-ethics .section-records .details .td_kind1{
    display: none;
  }  
}
.p-ethics .section-records .details .td_kind1 .td_kind1_1{
  background: #f8f8f8;
  border: solid #bfbfbf 1px;
  width: 11.5%;
  font-size: 17px;
  line-height: 2.88;
  color: #221815;
  text-align: center;  
}

.p-ethics .section-records .details .td_kind1 .td_kind1_2{
  
  background: #f8f8f8;
  border-top: solid #bfbfbf 1px;
  border-right: solid #bfbfbf 1px;
  border-bottom: solid #bfbfbf 1px;
  width: 28.5%;
  font-size: 17px;
  line-height: 2.88;
  color: #221815;
  text-align: center;  
}

.p-ethics .section-records .details .td_kind1 .td_kind1_3{
  
  background: #f8f8f8;
  border-top: solid #bfbfbf 1px;
  border-right: solid #bfbfbf 1px;
  border-bottom: solid #bfbfbf 1px;
  width: 59.5%;
  font-size: 17px;
  line-height: 2.88;
  color: #221815;
  text-align: center;  
}

.p-ethics .section-records .details .td_kind2{
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-ethics .section-records .details .td_kind2 .td_kind2_1{
  
  border-left: solid #bfbfbf 1px;
  border-right: solid #bfbfbf 1px;
  border-bottom: solid #bfbfbf 1px;
  width: 11.5%;
  font-size: 17px;
  line-height: 2.88;
  color: #221815;
  text-align: center;  
}
@media screen and (max-width: 767px) {
  .p-ethics .section-records .details .td_kind2 .td_kind2_1{  
    border: none;    
    width: 90%;
    font-size: 15px;
    font-weight: bold;
    line-height: 2;
    color: #221815;
    text-align: left;  
  } 
}
.p-ethics .section-records .details .td_kind2 .td_kind2_2{
  
  border-right: solid #bfbfbf 1px;
  border-bottom: solid #bfbfbf 1px;
  width: 25.5%;
  font-size: 17px;
  line-height: 2.88;
  color: #221815;
  text-align: left;  
  padding-left: 3%;
}
@media screen and (max-width: 767px) {
  .p-ethics .section-records .details .td_kind2 .td_kind2_2{
    border: none;    
    width: 90%;
    font-size: 15px;
    line-height: 2;
    color: #221815;
    text-align: left;  
    padding-left: 0px;
  } 
}
.p-ethics .section-records .details .td_kind2 .td_kind2_3{
  
  border-right: solid #bfbfbf 1px;
  border-bottom: solid #bfbfbf 1px;
  width: 56.5%;
  font-size: 17px;
  line-height: 2.88;
  color: #221815;
  text-align: left; 
  padding-left: 3%;
}
@media screen and (max-width: 767px) {
  .p-ethics .section-records .details .td_kind2 .td_kind2_3{
    border: none;    
    width: 90%;
    font-size: 15px;
    line-height: 2;
    color: #221815;
    text-align: left;  
    text-decoration: underline;
    padding-left: 0px;
    padding-bottom: 25px;
  } 
}

.p-ethics .section-records .details .td_kind3{
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-ethics .section-records .details .td_kind3 .td_kind3_1{
  
  background: #f8f8f8;
  border-left: solid #bfbfbf 1px;
  border-right: solid #bfbfbf 1px;
  border-bottom: solid #bfbfbf 1px;
  width: 11.5%;
  font-size: 17px;
  line-height: 2.88;
  color: #221815;
  text-align: center;  
}
@media screen and (max-width: 767px) {
  .p-ethics .section-records .details .td_kind3 .td_kind3_1{
    background: #fff;
    border: none;    
    width: 90%;
    font-size: 15px;
    font-weight: bold;
    line-height: 2;
    color: #221815;
    text-align: left;  
  } 
}
.p-ethics .section-records .details .td_kind3 .td_kind3_2{
  
  background: #f8f8f8;
  border-right: solid #bfbfbf 1px;
  border-bottom: solid #bfbfbf 1px;
  width: 25.5%;
  font-size: 17px;
  line-height: 2.88;
  color: #221815;
  text-align: left;  
  padding-left: 3%;
}
@media screen and (max-width: 767px) {
  .p-ethics .section-records .details .td_kind3 .td_kind3_2{
    background: #fff;
    border: none;    
    width: 90%;
    font-size: 15px;
    line-height: 2;
    color: #221815;
    text-align: left;  
    padding-left: 0px;
  } 
}
.p-ethics .section-records .details .td_kind3 .td_kind3_3{
  
  background: #f8f8f8;
  border-right: solid #bfbfbf 1px;
  border-bottom: solid #bfbfbf 1px;
  width: 56.5%;
  font-size: 17px;
  line-height: 2.88;
  color: #221815;
  text-align: left;  
  padding-left: 3%;
}
@media screen and (max-width: 767px) {
  .p-ethics .section-records .details .td_kind3 .td_kind3_3{
    background: #fff;
    border: none;    
    width: 90%;
    font-size: 15px;
    line-height: 2;
    color: #221815;
    text-align: left;  
    text-decoration: underline;
    padding-left: 0px;
    padding-bottom: 25px;
  } 
}

.p-ethics .section-records .td_kind2_3 a,
.p-ethics .section-records .td_kind3_3 a{
    text-decoration: underline;
    color: #221815;
}


/*------------------------------------------------------------
    p-access
    ------------------------------------------------------------*/
.p-access {
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro";
  /* section-cause
        ------------------------------------------------------------*/
  /* section-service
        ------------------------------------------------------------*/
  /* section-resonance
        ------------------------------------------------------------*/
  /* section-result
        ------------------------------------------------------------*/
}

.p-access .viewmore2 a {
  /*width: 280px;*/
  font-size: 15px;
  color: #4f4e4e;
  line-height: 1.2;
  padding: 10px 15px;
  text-align: center;
  font-weight: bold;
  border: 3px solid #dcdcdc;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.p-access .viewmore2 a:before {
  content: url(../../img/common/ic_arrow.png);
  padding-right: 5px;
}

.p-access .section-map {
  padding: 70px 0 60px;
  font-size: 17px;
}

.p-access .section-map img.only-sp{
    border: 1px solid #221815;
}

@media screen and (max-width: 767px) {
  .p-access .section-map {
    padding: 50px 0 15px;
  }
}

.p-access .section-map .part_image {
  margin-bottom: 40px;
  text-align: center;
}

.p-access .section-map .part_image .details .viewmore2 {
  margin-top: 25px;
  text-align: center;
}

/*@media screen and (max-width: 767px) {
  .p-access .section-map .part_image .details .viewmore2 a {
    width: 50%;
  }
}*/

.p-access .section-map .part_access .details p {
  width: 510px;
  margin: 0 auto;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-access .section-map .part_access .details p {
    width: 100%;
  }
}

.p-access .section-map .part_access .details dl {
  width: 510px;
  margin: 5px auto 0;
}

@media screen and (max-width: 767px) {
  .p-access .section-map .part_access .details dl {
    width: 100%;
  }
}

.p-access .section-map .part_access .details dl dt {
  display: inline-block;
  width: 60%;
}

@media screen and (max-width: 767px) {
  .p-access .section-map .part_access .details dl dt {
    width: 100%;
  }
}

.p-access .section-map .part_access .details dl dd:nth-child(3n - 1) {
  display: inline-block;
  width: 20%;
}

.p-access .section-map .part_access .details dl dd:nth-child(3n) {
  display: inline-block;
  width: 15%;
}

@media screen and (max-width: 767px) {
  .p-access .section-map .part_access .details dl dd {
    margin: 5px 0 10px;
  }

  .p-access .section-map .part_access .details dl dd:nth-child(3n - 1) {
    width: auto;
  }

  .p-access .section-map .part_access .details dl dd:nth-child(3n) {
    width: auto;
    margin-left: 5%;
  }
}

.p-access .section-location {
  /*padding: 20px 0 100px;*/
    padding-bottom: 34px;
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .p-access .section-location {
    padding: 50px 0 70px;
  }
}

.p-access .section-location .list {
  width: 510px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-access .section-location .list {
    width: 100%;
  }
}

/*------------------------------------------------------------
    p-product
    ------------------------------------------------------------*/
.p-product {
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro";
  /* section-cause
        ------------------------------------------------------------*/
  /* section-service
        ------------------------------------------------------------*/
  /* section-resonance
        ------------------------------------------------------------*/
  /* section-result
        ------------------------------------------------------------*/
}

.p-product .section-introduce {
  padding: 70px 0 45px;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .p-product .section-introduce {
    padding: 50px 0 15px;
  }
}

.p-product .section-introduce .details {
  padding: 0 75px 0 80px;
}

@media screen and (max-width: 767px) {
  .p-product .section-introduce .details {
    padding: 0;
  }
}

.p-product .section-introduce .details h2 {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #221815;
}

@media screen and (max-width: 767px) {
  .p-product .section-introduce .details h2 {
    font-size: 23px;
  }
}

.p-product .section-introduce .details p {
  font-size: 17px;
  line-height: 1.8;
  padding-bottom: 40px;
  color: #221815;
}

@media screen and (max-width: 767px) {
  .p-product .section-introduce .details p {
    padding-bottom: 35px;
  }
}

.p-product .section-introduce .details .txtright {
  text-align: right;
  font-weight: bold;
  margin-top: -10px;
}

.p-product .section-product {
  padding: 95px 0 55px;
  border-bottom: 1px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
  .p-product .section-product {
    padding: 50px 0 0;
  }
}

.p-product .section-product h2 {
  font-size: 25px;
  margin-bottom: 55px;
  color: #221815;
  line-height: 1.48;
}

@media screen and (max-width: 767px) {
  .p-product .section-product h2 {
    font-size: 22px;
    margin-bottom: 50px;
  }
  .p-product .section-product h2 span {
    display: block;
  }
}

.p-product .section-product .details .items {
  float: left;
  width: 29%;
  margin-right: 6.5%;
}

.p-product .section-product .details .items:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .p-product .section-product .details .items {
    width: 100%;
    margin-right: 0;
  }
}

.p-product .section-product .details .boximg {
  min-height: 245px;
  text-align: center;
	margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .p-product .section-product .details .boximg {
    min-height: auto;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-product .section-product .details .boxtext {
    margin-bottom: 50px;
  }
}

.p-product .section-product .details .boxtext h3 {
  font-size: 21px;
  line-height: 1.762;
  color: #221815;
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-bottom: 3px solid #dcdcdc;
}

@media screen and (max-width: 915px) and (min-width: 768px) {
  .p-product .section-product .details .boxtext h3 {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .p-product .section-product .details .boxtext h3 {
    font-size: 19px;
    line-height: 1.5;
  }
}

.p-product .section-product .details .boxtext h3 span {
  font-size: 17px;
  font-weight: normal;
}

.p-product .section-product .details .boxtext p {
  font-size: 17px;
  line-height: 1.765;
  color: #555555;
}

.p-product .section-product .details .boxtext small {
  font-size: 12px;
  color: #666666;
  line-height: 1.5;
}

/*------------------------------------------------------------
    p-doctor
    ------------------------------------------------------------*/
.p-doctor {
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro";
  /* section-cause
        ------------------------------------------------------------*/
  /* section-service
        ------------------------------------------------------------*/
  /* section-resonance
        ------------------------------------------------------------*/
  /* section-result
        ------------------------------------------------------------*/
}

.p-doctor .section-doctor {
  padding: 65px 0 60px;
  border-bottom: 1px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
  .p-doctor .section-doctor {
    padding: 50px 0 38px;
  }
}

.p-doctor .section-doctor h2 {
  font-size: 25px;
  color: #221815;
  line-height: 1.48;
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .p-doctor .section-doctor h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

.p-doctor .section-doctor h2 span {
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .p-doctor .section-doctor h2 span {
    font-size: 17px;
  }
}

.p-doctor .section-doctor p.txt {
  /*font-size: 17px;*/
  font-size: 15px;
  font-weight: bold;
  color: #221815;
  line-height: 1.765;
}

.p-doctor .section-doctor .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-doctor .section-doctor .details {
    display: block;
  }
}

.p-doctor .section-doctor .details img {
  width: 100%;
}

.p-doctor .section-doctor .details .boxleft {
  width: 42.5%;
}

@media screen and (max-width: 767px) {
  .p-doctor .section-doctor .details .boxleft {
    width: 100%;
  }
}

.p-doctor .section-doctor .details .boxright {
  width: 52.5%;
}

@media screen and (max-width: 767px) {
  .p-doctor .section-doctor .details .boxright {
    width: 100%;
    margin-top: 46px;
  }
}

.p-doctor .section-doctor .details .boxright dl {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 1.5;
}

.p-doctor .section-doctor .details .boxright dl dt {
  display: inline-block;
  width: 20%;
	line-height: 1.9;
  font-size: 15px;
}
.p-doctor .section-doctor .details .boxright dl dd {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .p-doctor .section-doctor .details .boxright dl dt {
    display: inherit;
    width: 100%;
    margin-bottom: 5px;
  }
}

.p-doctor .section-doctor .details .boxright dl dd {
  display: inline-block;
  width: 75%;
}

@media screen and (max-width: 767px) {
  .p-doctor .section-doctor .details .boxright dl dd {
    display: inherit;
    width: 100%;
    margin-bottom: 10px;
  }
}

.p-doctor .section-doctor .details .boxright ul {
  /*font-size: 17px;*/
  font-size: 15px;
  line-height: 1.9;
}

/*------------------------------------------------------------
    p-about
    ------------------------------------------------------------*/
.p-about {
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro";
  /* section-cause
        ------------------------------------------------------------*/
  /* section-service
        ------------------------------------------------------------*/
  /* section-resonance
        ------------------------------------------------------------*/
  /* section-result
        ------------------------------------------------------------*/
}

.p-about .section-about {
  min-height: 55.5vh;
  padding: 65px 0 60px;
  border-bottom: 1px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
  .p-about .section-about {
    padding: 50px 0 38px;
  }
}

.p-about .section-about table {
  width: 100%;
  border-collapse: collapse;
}

.p-about .section-about table tr:nth-child(2n) {
  background: #f8f8f8;
}

.p-about .section-about table th {
  width: 18%;
  font-size: 17px;
  font-weight: normal;
  text-align: left;
  color: #3b2f31;
  line-height: 1.9;
  padding: 10px 8px 10px 50px;
  border: 1px solid #bfbfbf;
  vertical-align: top;
}

.p-about .section-about table td {
  width: 82%;
  font-size: 17px;
  color: #3b2f31;
  line-height: 1.9;
  padding: 10px 8px 10px 50px;
  border: 1px solid #bfbfbf;
}

@media screen and (max-width: 767px) {
  .p-about .section-about table th {
    width: 25%;
    padding: 10px 5px;
  }
  .p-about .section-about table td {
    width: 75%;
    padding: 10px 5px;
  }
}

/*------------------------------------------------------------
    p-schedule
    ------------------------------------------------------------*/
.p-schedule {
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro";
  /* section-cause
        ------------------------------------------------------------*/
  /* section-service
        ------------------------------------------------------------*/
  /* section-resonance
        ------------------------------------------------------------*/
  /* section-result
        ------------------------------------------------------------*/
}

.p-schedule .c-title2 {
  /*font-size: 25px;*/
  font-size: 22px;
  color: #221815;
  line-height: 1.48;
}

.p-schedule .section-symptom {
  border-bottom: 1px solid #dcdcdc;
  padding: 0 0 65px;
}

@media screen and (max-width: 767px) {
  .p-schedule .section-symptom {
    border-bottom: 0;
    padding: 0;
  }
}

.p-schedule .section-symptom .part_calendar {
  width: 660px;
  padding: 65px 0 0;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-schedule .section-symptom .part_calendar {
    width: auto;
    padding: 0 20px;
    margin: 15px 0 48px;
  }
}

.p-schedule .section-symptom .part_calendar table {
  width: 100%;
  margin: 20px auto 0;
  text-align: center;
  border-collapse: collapse;
}

.p-schedule .section-symptom .part_calendar table td {
  font-size: 17px;
  color: #3b2f31;
  line-height: 1.2;
  padding: 10px 8px;
  border: 1px solid #868686;
}
.p-schedule .section-symptom .part_calendar table td:nth-of-type(-n+2){
  width: 29%;
}

@media screen and (max-width: 767px) {
  .p-schedule .section-symptom .part_calendar table td {
    padding: 5px;
  }
  .p-schedule .section-symptom .part_calendar table td:first-child{
    width: 50%;
  }
  .p-schedule .section-symptom .part_calendar table td.fixsp {
    text-align: left;
  }
  .p-schedule .section-symptom .part_calendar table td.fixsp span {
    font-size: 14px;
    /*padding-left: 10px;*/
  }
}

.p-schedule .section-symptom .part_calendar p {
  font-size: 17px;
  color: #3b2f31;
  line-height: 1.765;
  text-align: right;
  padding-top: 6px;
}

.p-schedule .section-symptom .part_calendar div {
  margin-top: 10px;
  font-size: 17px;
}

.p-schedule .section-symptom .part_calendar div span {
  font-weight: bold;
}

.p-schedule .section-schedule {
  border-bottom: 1px solid #dcdcdc;
  padding: 0 0 65px;
}

@media screen and (max-width: 767px) {
  .p-schedule .section-schedule {
    border-bottom: 0;
    padding: 0;
  }
}

.p-schedule .section-schedule .details {
  width: 660px;
  padding: 65px 0 30px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-schedule .section-schedule .details {
    width: auto;
    padding: 0 20px;
    margin: 15px 0 48px;
  }
}

.p-schedule .section-schedule .details table {
  width: 100%;
  margin: 20px auto;
  border-collapse: collapse;
}

.p-schedule .section-schedule .details table .close {
  background: #f8f8f8;
}

.p-schedule .section-schedule .details table th {
  width: 16%;
  font-size: 15px;
  font-weight: normal;
  color: #3b2f31;
  line-height: 1.2;
  padding: 10px 8px;
  border: 1px solid #bfbfbf;
  vertical-align: top;
}

.p-schedule .section-schedule .details table td {
  width: 84%;
  font-size: 15px;
  color: #3b2f31;
  line-height: 1.2;
  padding: 10px 8px;
  border: 1px solid #bfbfbf;
}

@media screen and (max-width: 767px) {
  .p-schedule .section-schedule .details table th {
    width: 25%;
    padding: 10px 5px;
  }
  .p-schedule .section-schedule .details table td {
    width: 75%;
    padding: 10px 5px;
  }
}

/*------------------------------------------------------------
    p-news
    ------------------------------------------------------------*/
.p-news {
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro";
  /* section-cause
        ------------------------------------------------------------*/
  /* section-service
        ------------------------------------------------------------*/
  /* section-resonance
        ------------------------------------------------------------*/
  /* section-result
        ------------------------------------------------------------*/
}

.p-news .c-title2 {
  font-size: 25px;
  color: #221815;
  line-height: 1.48;
}

.p-news .section-news {
  border-bottom: 1px solid #dcdcdc;
  padding: 40px 0 65px;
}

@media screen and (max-width: 767px) {
  .p-news .section-news {
    border-bottom: 0;
    padding: 50px 0 70px;
  }
}

.p-news .section-news .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-news .section-news .details {
    display: block;
  }
}

.p-news .section-news .details img {
  width: 100%;
}

.p-news .section-news .details .boxleft {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-news .section-news .details .boxleft {
    width: 100%;
  }
}

.p-news .section-news .details .boxleft a {
  display: block;
  padding: 15px 0;
  font-size: 17px;
  color: #424242;
}

.p-news .section-news .details .boxleft a .date {
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .p-news .section-news .details .boxleft a .date {
    display: block;
  }
}

.p-news .section-news .details .boxleft dl{
    display: flex;
    justify-content: space-between;
}
.p-news .section-news .details .boxleft dt{
    width:20%;
}
.p-news .section-news .details .boxleft dd{
    width:75%;
}
@media screen and (max-width: 767px) {
    .p-news .section-news .details .boxleft dl{
        flex-direction: column;
    }
    .p-news .section-news .details .boxleft dt{
        width:20%;
    }
    .p-news .section-news .details .boxleft dd{
        width:100%;
    }
}

.p-news .section-news .details .boxright {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .p-news .section-news .details .boxright {
    width: 100%;
    margin-top: 46px;
  }
}

.p-news .section-news .details .boxright a {
  display: block;
  padding: 15px 0;
  font-size: 17px;
  color: #424242;
}

/*------------------------------------------------------------
    p-detail
    ------------------------------------------------------------*/
.p-detail {
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro";
  /* section-cause
        ------------------------------------------------------------*/
  /* section-service
        ------------------------------------------------------------*/
  /* section-resonance
        ------------------------------------------------------------*/
  /* section-result
        ------------------------------------------------------------*/
}

.p-detail .c-title2 {
  font-size: 25px;
  color: #221815;
  line-height: 1.48;
}

.p-detail .section-detail {
  border-bottom: 1px solid #dcdcdc;
  padding: 40px 0 65px;
}

@media screen and (max-width: 767px) {
  .p-detail .section-detail {
    border-bottom: 0;
    padding: 50px 0 70px;
  }
}

.p-detail .section-detail .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-detail .section-detail .details {
    display: block;
  }
}

.p-detail .section-detail .details .boxleft {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .p-detail .section-detail .details .boxleft {
    width: 100%;
  }
}

.p-detail .section-detail .details .boxleft h2 {
  font-size: 21px;
  color: #221815;
  line-height: 2;
  margin-top: 22px;
  padding-bottom: 5px;
  border-bottom: 3px solid #dcdcdc;
}

.p-detail .section-detail .details .boxleft small {
  display: block;
  margin: 10px auto 40px;
}

.p-detail .section-detail .details .boxleft p {
  margin-bottom: 20px;
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .p-detail .section-detail .details .boxleft a .date {
    display: block;
  }
}

.p-detail .section-detail .details .boxright {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .p-detail .section-detail .details .boxright {
    width: 100%;
    margin-top: 46px;
  }
}

.p-detail .section-detail .details .boxright a {
  display: block;
  padding: 15px 0;
  font-size: 17px;
  color: #424242;
}

/*------------------------------------------------------------
    p-contact
    ------------------------------------------------------------*/
.p-contact {
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro";
  /* section-cause
        ------------------------------------------------------------*/
  /* section-service
        ------------------------------------------------------------*/
  /* section-resonance
        ------------------------------------------------------------*/
  /* section-result
        ------------------------------------------------------------*/
}

.p-contact .c-title2 {
  font-size: 25px;
  color: #221815;
  line-height: 1.48;
}
@media screen and (max-width: 767px) {
    .p-contact .c-title2 {
        font-size: 21px;
    }
}

.p-contact .section-mail p{
    margin-top: 30px;
    margin-bottom: 10px;
}

.p-contact .viewmore2 a {
  width: 280px;
  font-size: 15px;
  color: #4f4e4e;
  line-height: 1.2;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  border: 3px solid #dcdcdc;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.p-contact .viewmore2 a:before {
  content: url(../../img/common/ic_arrow.png);
  padding-right: 5px;
}

.p-contact .section-tel {
  border-bottom: 1px solid #dcdcdc;
  padding: 40px 0 65px;
}

@media screen and (max-width: 767px) {
  .p-contact .section-tel {
    border-bottom: 0;
    padding: 40px 0 0;
  }
}

.p-contact .section-tel .details div {
  margin-top: 30px;
  font-size: 17px;
}

.p-contact .section-mail {
  border-bottom: 1px solid #dcdcdc;
  padding: 40px 0 65px;
}

@media screen and (max-width: 767px) {
  .p-contact .section-mail {
    border-bottom: 0;
    padding: 50px 0 70px;
  }
}

.p-contact .section-mail form {
  margin: 0 auto ;
  font-size: 17px;
}

.p-contact .section-mail form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 15px 110px;
}

@media screen and (max-width: 767px) {
  .p-contact .section-mail form .form-row {
    display: block;
    padding: 15px 10px;
  }
}

.p-contact .section-mail form .form-row.no-align {
  -webkit-box-align: normal;
  -webkit-flex-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}

.p-contact .section-mail form .form-row:nth-child(2n - 1) {
  background: #f8f8f8;
}

.p-contact .section-mail form .form-row .title {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .p-contact .section-mail form .form-row .title {
    width: 100%;
    margin-bottom: 5px;
  }
}

.p-contact .section-mail form .form-row.no-align .title {
  margin-top: 10px;
}

.p-contact .section-mail form .form-row .title span {
  color: #fd0404;
}

.p-contact .section-mail form .form-row .input {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .p-contact .section-mail form .form-row .input {
    width: 100%;
  }
}

.p-contact .section-mail form .form-row .input input,
.p-contact .section-mail form .form-row .input textarea {
  width: 100%;
  padding: 10px 0;
  border: 1px solid #a6a6a6;
}

.p-contact .section-mail form .confirm {
  padding: 40px 0 30px;
	margin-top: 40px;
  font-size: 17px;
  text-align: center;
  background: #f8f8f8;
}

.p-contact .section-mail form .confirm .viewmore2 {
  margin: 25px auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-contact .section-mail form .confirm .viewmore2 a {
    width: 90%;
  }
}

.p-contact .section-mail form .confirm label  {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}

.p-contact .section-mail form .confirm label:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 2px solid #bfbfbf;
}

.p-contact .section-mail form .confirm label:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 4px;
  margin: auto;
  width: 6px;
  height: 6px;
  background: #bfbfbf;
}

.p-contact .section-mail form .confirm input#check {
  display: none;
}

.p-contact .section-mail form .confirm input#check:checked + label:after {
  display: block;
}

.p-contact .section-mail form .submit {
  margin-top: 20px;
  text-align: center;
}

.p-contact .section-mail form .submit input {
  color: #fff;
  background: #0c3055;
  font-size: 17px;
  padding: 16px 28px;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

.p-contact .section-mail form .submit input:disabled {
	opacity:0.5;
}

.p-contact .section-mail form .submit input::-webkit-search-decoration {
  display: none;
}

.p-contact .section-mail form .submit input::focus {
  outline-offset: -2px;
}

/*------------------------------------------------------------
p-policy
------------------------------------------------------------*/
.p-policy {
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro";
  /* section-protection 
        ------------------------------------------------------------*/
  /* section-Utilization 
        ------------------------------------------------------------*/
}


.p-policy .section-protection {
  padding: 70px 0px 73px;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .p-policy .section-protection {
    padding: 30px 0px 57px;
    /*  */
  }
}

.p-policy .section-protection .details h2 {
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 30px;
  /*letter-spacing: 0.15em;*/
  color: #221815;
}

@media screen and (max-width: 767px) {
  .p-policy .section-protection .details h2 {
    font-size: 23px;
    margin-bottom: 15px;
    /*  */
  }
}

.p-policy .section-protection .details p {
  font-size: 17px;
  line-height: 1.8;
  padding-bottom: 50px;
  color: #221815;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-policy .section-protection .details p {
    padding-bottom: 60px;
  }
}

.p-policy .section-protection .item {
  width: 100%;  
}

@media screen and (max-width: 767px) {
  .p-policy .section-protection .item {
    width: 100%;  
  }
}

.p-policy .section-protection .item .item_label {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.8;
  padding-bottom: 5px;
  color: #221815;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-policy .section-protection .item .item_label {
    padding-bottom: 0px;
  }
}

.p-policy .section-protection .item .item_detail {
  font-size: 17px;
  line-height: 1.9;
  padding-left: 2.5%;
  padding-bottom: 25px;
  color: #221815;
  text-align: left;
  /*   */
}

.p-policy .section-protection .item .item_detail0 {
  font-size: 17px;
  line-height: 1.9;
  padding-top: 25px;
  padding-right: 2.5%;  
  color: #221815;
  text-align: right;
  
}

@media screen and (max-width: 767px) {
  .p-policy .section-protection .item .item_detail0 { 
    /*margin-left: 20%;*/
    width: 100%;
    /*   */
  }
}






/* Utilization */
/* /////////// */
.p-policy .section-Utilization {
  padding: 60px 0 135px;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .p-policy .section-Utilization {
    padding: 55px 0px 85px;
    /*  */
  }
}

.p-policy .section-Utilization .details h2 {
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 22px;
  /*letter-spacing: 0.15em;*/
  color: #221815;
  /*  */
}

@media screen and (max-width: 767px) {
  .p-policy .section-Utilization .details h2 {
    font-size: 23px;    
  }
}

.p-policy .section-Utilization .item {
  padding-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .p-policy .section-Utilization .item {
    width: 100%;
    margin-top: 35px;
  }
}

.p-policy .section-Utilization .item .item_label {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.8;  
  color: #221815;
  text-align: left;
}

.p-policy .section-Utilization .item .item_detail{
  display: flex;
  flex-wrap:wrap;
}

@media screen and (max-width: 767px) {
  .p-policy .section-Utilization .item .item_detail{
    display: flex;
    flex-wrap:wrap;
  }
}

.p-policy .section-Utilization .item .item_detail .itIndex{
  width: 5%;
  font-size: 17px;
  line-height: 1.95;  
  padding-left: 2%;
  color: #221815;
  text-align: left;
  /*  */
}

@media screen and (max-width: 767px) {
  .p-policy .section-Utilization .item .item_detail .itIndex{
    width: 10%;
  }
}

.p-policy .section-Utilization .item .item_detail .itLabel{  
  width: 89%;
  font-size: 17px;
  line-height: 1.95;  
  padding-left: 1%;
  color: #221815;
  text-align: left;
  /*  */
}

@media screen and (max-width: 767px) {
  .p-policy .section-Utilization .item .item_detail .itLabel{          
  }
}

.p-policy .section-Utilization .item .item_detail1 {
  font-size: 17px;
  line-height: 1.8;
  margin-top: 25px;  
  color: #221815;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-policy .section-Utilization .item .item_detail1 {        
    padding-left: 0;
    margin-top: 60px;
  }
}

/*****************************************/
.p-invest .section-introduce .padding-0{
  padding:0;
} 
.p-invest .section-introduce  .padding-top-40{
  padding-top:40px;
}
.p-checkup .section-symptom .nerve_doctor_bk{
  background: url(../../../assets/img/checkup/nerve_doctor_2.jpg) no-repeat;
  /*background-size: cover;*/
	background-position: top center;
}
@media screen and (max-width: 767px) {
    .p-checkup .section-symptom .nerve_doctor_bk img{
        max-width: none;
        width: 100%;
    }
}

.p-checkup .section-resonance .item-justify{
  -webkit-justify-content: flex-start; /* Safari 6.1+ */
  -moz-justify-content: flex-start;
  justify-content: flex-start;  
}

@media screen and (max-width: 767px) {
.p-checkup .section-resonance .details .margin-55{
    margin-top:25px;
  }
}

.p-checkup .part_contact .hightlight-block{
  color:#221815;
  background:#f4f5f6;
  padding:30px 0px 20px;
  width:86%;
	margin: auto;
}
.p-checkup .part_contact .hightlight-block .title{
  width:100%;
  text-align: center;
  line-height: 1.1;
  font-size:21px;
  margin-bottom: 16px;
}

.p-checkup .part_contact .hightlight-block .only-pc ul{
  padding:0 0 0 8%;
  width:84%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .p-checkup .part_contact .hightlight-block .only-sp{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
    }
}
.p-checkup .part_contact .hightlight-block ul li{
  line-height: 1.1;
  font-size:17px;
  text-align: left;
  padding-right: 1em;
  margin-bottom: 12px;
}
@media screen and (min-width:768px) and (max-width: 820px) {
    .p-checkup .part_contact .hightlight-block .title{
        font-size:19px;
    }
    .p-checkup .part_contact .hightlight-block ul li{
        font-size:17px;
    }
}
@media screen and (min-width:501px) and (max-width: 767px) {
    .p-checkup .part_contact .hightlight-block .title{
        font-size:19px;
    }
    .p-checkup .part_contact .hightlight-block ul li{
        font-size:17px;
    }
}
@media screen and (min-width:411px) and (max-width: 500px) {
    .p-checkup .part_contact .hightlight-block .title{
        font-size:15px;
    }
    .p-checkup .part_contact .hightlight-block ul li{
        font-size:15px;
    }
}
@media screen and (max-width: 410px) {
    .p-checkup .part_contact .hightlight-block .title{
        font-size:14px;
    }
    .p-checkup .part_contact .hightlight-block ul li{
        font-size:14px;
    }
}

.p-checkup .part_contact .hightlight-block ul li:nth-of-type(3){
    padding-right: 0;
}

.p-checkup .part_contact .hightlight-block ul li p{
    display: inline-block;
    margin-top: 12px;
}


/*------------------------------------------------------------
p-braindock
------------------------------------------------------------*/
.p-braindock .section-introduce .part_cause {
  padding: 20px 0 0px;
	background-color: #f2f2f4 !important;
  background: url(../../img/checkup/bg_cause_2.jpg) no-repeat;
  /*background-size: cover;*/
	background-position: top center;
}

@media screen and (max-width: 767px) {
  .p-braindock .section-introduce .part_cause {
    padding: 0;
	  background-color: #fff !important;
    background: none;
  }
}

.p-braindock .section-introduce .part_cause .details {
  width: 640px;
  float: right;
  margin-right: 2%;
}

@media screen and (max-width: 767px) {
  .p-braindock .section-introduce .part_cause .details {
    width: 100%;
    float: none;
    margin-top: 50px;
  }
}

.p-braindock .section-introduce .part_cause .details h2 {
  /*font-size: 28px;*/
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 25px;
  color: #221815;
}

@media screen and (max-width: 767px) {
  .p-braindock .section-introduce .part_cause .details h2 {
    font-size: 23px;
  }
}

.p-braindock .section-introduce .part_cause .details p {
  font-size: 17px;
  line-height: 1.8;
  color: #221815;
}

@media screen and (max-width: 767px) {
  .p-braindock .section-introduce .part_cause .details p {
    padding-bottom: 35px;
  }
}

.p-braindock .section-introduce .part_cause .details .txtright {
  text-align: right;
  font-weight: bold;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
    .p-braindock .section-introduce .part_cause .details .txtright {
        padding-top: 0;
    }
}

.p-braindock .section-introduce .nerve_doctor_bk{
  background: url(../../../assets/img/checkup/nerve_doctor_long.jpg) no-repeat;
  /*background-size: cover;*/
	background-position: top center;
}
@media screen and (max-width: 767px) {
    .p-braindock .section-introduce .nerve_doctor_bk{
        background: none;
    }
    .p-braindock .section-introduce .nerve_doctor_bk img{
        max-width: none;
        width: 100%;
    }
}

.p-braindock .part_contact .hightlight-block{
  color:#221815;
  background:#f4f5f6;
  padding:30px 0px 20px;
  width:86%;
	margin: auto;
}
.p-braindock .part_contact .hightlight-block .title{
  width:100%;
  text-align: center;
  line-height: 1.1;
  font-size:21px;
  margin-bottom: 16px;
}

.p-braindock .part_contact .hightlight-block ul{
  padding: 0 8%;
  width:84%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-braindock .part_contact .hightlight-block .sub_list ul{
    display: none;
}
@media screen and (max-width: 480px) {
    .p-braindock .part_contact .hightlight-block .main_list ul{
        display: none;
    }
    .p-braindock .part_contact .hightlight-block .sub_list ul{
        display: flex;
    }
    /*.p-braindock .part_contact .hightlight-block .sub_list ul:nth-of-type(2):after{
        content:"　　　　";
        display:block;
        height:0;
    }*/
}
/*
.p-braindock .part_contact .hightlight-block .only-pc ul{
  padding:0 0 0 8%;
  width:84%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .p-braindock .part_contact .hightlight-block .only-sp{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
    }
}
*/
.p-braindock .part_contact .hightlight-block ul li{
  line-height: 1.1;
  font-size:17px;
  text-align: left;
  padding-left: 1em
  padding-right: 1em;
  margin-bottom: 12px;
}
@media screen and (min-width:768px) and (max-width: 820px) {
    .p-braindock .part_contact .hightlight-block .title{
        font-size:19px;
    }
    .p-braindock .part_contact .hightlight-block ul li{
        font-size:17px;
    }
}
@media screen and (min-width:501px) and (max-width: 767px) {
    .p-braindock .part_contact .hightlight-block .title{
        font-size:19px;
    }
    .p-braindock .part_contact .hightlight-block ul li{
        font-size:17px;
    }
}
@media screen and (min-width:411px) and (max-width: 500px) {
    .p-braindock .part_contact .hightlight-block .title{
        font-size:15px;
    }
    .p-braindock .part_contact .hightlight-block ul li{
        font-size:15px;
    }
}
@media screen and (max-width: 410px) {
    .p-braindock .part_contact .hightlight-block .title{
        font-size:14px;
    }
    .p-braindock .part_contact .hightlight-block ul li{
        font-size:14px;
    }
}


/*.p-braindock .part_contact .hightlight-block ul li:nth-of-type(5){
    padding-right: 0;
}*/

.p-braindock .part_contact .hightlight-block ul li p{
    display: inline-block;
    margin-top: 12px;
}

/*********************questionare start*************************/
.details .block-span{
  width:100%;
  display: block;
}
.p-invest .section-introduce .details .cell{
  width:100%;
  font-size: 17px;
  display: flex;
  -webkit-display:flex;
  border:solid #dcdcdc 1px;
  border-bottom:none;
  line-height: 40px;
}
.p-invest .section-introduce .details .cell-last{
  border-bottom:solid #dcdcdc 1px;
}
.p-invest .section-introduce .details .cell .cell-left{
  text-indent:15px;
  font-weight: bold;
  display: inline;
  border-right:solid #dcdcdc 1px;;
  width:17%;
}
.p-invest .section-introduce .details .cell .cell-right{
  text-indent:29px;
  width:83%;
  display: inline;
}

.p-invest .section-introduce .details .cell-highlight{
  /*width:100%;*/
  width:86%;
  margin: 0 auto;
  line-height: 50px;
  display: flex;
  font-weight: bold;
  font-size: 17px;
  background: #f4f5f6;
  border-bottom: solid white 1px;
}
.p-invest .section-introduce .details .cell-highlight .cell-element-3{
  width:33.33333333333%;
}
.p-invest .section-introduce .details .cell-highlight .cell-element{
  text-align: center;
  border-left:solid white 1px;
  color:#636262;
}
.p-invest .section-introduce .details .cell-highlight .cell-element-2{
  width:50%;
}
.p-invest .details .hightlight{
  width:100%;
  position: relative;
  font-size:16px;
  line-height: 50px;
  text-align: right;
  color:red;
}
.p-invest .details .width-72{
  width:92.53%;
  text-align: center;
}
.p-invest .section-small-padding{
  padding-top:55px;
}
.p-invest .section-operation .hightlight-block{
  color:#221815;
  background:#f4f5f6;
  padding:30px 0px 20px;
  width:86%;
	margin: auto;
}
.p-invest .section-operation .hightlight-block .title{
  width:100%;
  text-align: center;
  /*line-height: 4em;*/
  line-height: 1.1;
  font-size:21px;
  margin-bottom: 16px;
}

.p-invest .section-operation .hightlight-block .only-pc ul{
  padding:0 0 0 8%;
  width:84%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.p-invest .section-operation .hightlight-block{
  		width:94%;
	}	
    .p-invest .section-operation .hightlight-block .only-sp{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
    }
}
.p-invest .section-operation .hightlight-block ul li{
  /*display: flex;*/
  /*width:33%;*/
  /*font-weight: bold;*/
  line-height: 1.1;
  font-size:17px;
  text-align: left;
  padding-right: 1em;
  margin-bottom: 12px;
}
@media screen and (min-width:768px) and (max-width: 820px) {
    .p-invest .section-operation .hightlight-block .title{
        font-size:19px;
    }
    .p-invest .section-operation .hightlight-block ul li{
        font-size:17px;
    }
}
@media screen and (min-width:501px) and (max-width: 767px) {
    .p-invest .section-operation .hightlight-block .title{
        font-size:19px;
    }
    .p-invest .section-operation .hightlight-block ul li{
        font-size:17px;
    }
}
@media screen and (min-width:411px) and (max-width: 500px) {
    .p-invest .section-operation .hightlight-block .title{
        font-size:1em;
    }
    .p-invest .section-operation .hightlight-block ul li{
        font-size:1em;
    }
}
@media screen and (max-width: 410px) {
    .p-invest .section-operation .hightlight-block .title{
        font-size:1em;
    }
    .p-invest .section-operation .hightlight-block ul li{
        font-size:1em;
    }
}

.p-invest .section-operation .hightlight-block ul li:nth-of-type(3){
    padding-right: 0;
}

.p-invest .section-operation .hightlight-block ul li p{
    display: inline-block;
    margin-top: 12px;
}

.p-invest .section-operation .detail-block{
  width:100%;
  display: flex;
  color:#221815;
}
.p-invest .section-operation .detail-block h3{
  width:17.907%;
  font-size: 21px;
}
.p-invest .section-operation .detail-block .right-block{
  width:82.093%;
}
.p-invest .section-operation .detail-block .right-block .cell{
  font-size:17px;
  line-height: 1.765;
}
.p-invest .section-operation .detail-block .right-block .cell span{
  display: block;
	line-height: 1.9;
}
.p-invest .section-operation .detail-block .right-block .cell span span{
  display: inline;
}
.p-invest .section-operation .detail-block .right-block .txt-bold{
  font-weight: bold;
}
.p-invest .section-operation .detail-block .right-block .schedule{
  width:93.21%;
}
.detail-block .right-block .schedule .schedule-tr{
  border:solid #858585 1px;
  line-height: 39px;
  display: flex;
}
.detail-block .right-block .schedule .schedule-tr:first-child{
  
}
.margin-top-20{
  margin-top:20px;
}
.detail-block .right-block .schedule .schedule-tr:nth-of-type(2n){
  border-top:none;
}
.detail-block .right-block .schedule .schedule-tr span{
  text-align: center;
  border-right:solid #858585 1px;
}
.detail-block .right-block .schedule .schedule-tr .schedule-td-item{
  width:41.18%;
}
.detail-block .right-block .schedule .schedule-tr span:last-child{
  border:none;
}
.p-invest .section-operation h2.margin-bottom-0{
  margin-bottom: 0;
}
.margin-top-65{
  margin-top:65px;
}
.margin-top-33{
  margin-top:33px;
}
.margin-top-62{
  margin-top:62px;
}
.margin-top-42{
  margin-top:42px;
}
.margin-bottom-65{
  margin-bottom:65px;
}
.p-invest .details .margin-55{
  margin-top:55px;
}
.p-invest .details .viewmore2 a.width-342{
  width:342px;
}
.wrapper .p-invest .padding-bottom-0{
  padding-bottom: 0px;
}
.p-invest .section-operation .block-special{
  display: block;
}
.detail-block .right-block .schedule .schedule-tr .schedule-td-day{
  width:8.82%;
}
.detail-block .right-block .schedule .schedule-notify{
  font-size: 17px;
  color: #3b2f31;
  line-height: 1.765;
  text-align: right;
  padding-top: 6px;
}
/*.cell-highlight .cell-element:before {
  content: url(../../img/common/ic_arrow_big.png);
  padding-top: 5px;
}*/
.p-invest .schedule table{
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}
.p-invest .schedule table td {
    /*font-size: 15px;*/
    font-size: 17px;
    color: #3b2f31;
    line-height: 1.2;
    padding: 10px 8px;
    border: 1px solid #868686;
}
.p-invest .schedule table td:nth-of-type(-n+2){
  width: 29%;
}

.p-invest .section-introduce .details .cell-highlight a{
  text-indent: 5px;
  color:#636262;
}
.p-invest .section-introduce .details .cell-highlight a:before {
  content: url(../../img/common/ic_arrow.png);
  background-position: center;
  padding-right: 8px;
}


/*.p-invest .section-introduce .details .cell-highlight a:hover{
  opacity: 1;
}*/
@media screen and (max-width: 767px) {
  .details .m-block-span{
    display: block;
  }
  .p-invest .schedule table td {
      padding: 5px;
      /*font-size:1.1em;*/
  }
  .p-invest .schedule table td:first-child{
        width: 50%;
  }
  .p-invest .schedule table td.fixsp {
      text-align: left;
  }
  .p-invest .section-introduce .details .cell, .p-invest .section-operation .detail-block {
    border:none;
    display: block;
    line-height: 1.8;
    margin-bottom: 35px;
  }
  .p-invest .section-operation .detail-block h3{
    width:100%;
    display: block;
    margin-bottom: 18px;
  }
  .p-invest .section-operation{
    transition:all 1s ease;
    padding-bottom: 55px;
  }
  .p-invest .section-operation .hightlight-block ul{
    display: block;
  }
  .p-invest .section-operation .hightlight-block ul li:first-child,
  .p-invest .section-operation .hightlight-block ul li:nth-of-type(2n),
   .p-invest .section-operation .hightlight-block ul li{
    width: 100%;
    display: block;
  }
  .p-invest .section-introduce .details .cell-highlight{
    display: block;
    border:none;
  }
  .p-invest .section-introduce .details .cell-highlight .cell-element{
    width: 100%;
    text-align: left;
    border-bottom: solid white 1px;
    padding-left: 40px;
  }
  .p-invest .section-introduce .details .cell .cell-left, .p-invest .section-introduce .details .cell .cell-right{
      width:100%;
      text-indent: 0;
   }
   .p-invest .section-introduce .details .cell .cell-left{
    border:none;
   }
  .detail-block .right-block .schedule .schedule-tr .schedule-td-day{
    width:11.64%;
  }   
  .p-invest .section-operation .detail-block{
    margin-bottom: 0px;
  }
  .p-invest .section-operation .detail-block .right-block, .p-invest .section-operation .detail-block .right-block .schedule{
    width:100%;
  } 
  .margin-top-20{
  }
.margin-bottom-65{
  margin-bottom:0px;
}
  .p-invest .section-introduce .padding-top-40{
    padding-top:0;
  }
  .p-invest .section-operation .hightlight-block .title{
    width:94%;
    line-height: 1.5;
    margin: 0 auto 12px;  
  }  
  .detail-block .right-block .schedule .schedule-tr{
    line-height: 1.8;
  }
  .detail-block .right-block .schedule .schedule-tr span.sp-text-center{
    text-align: center;
  }
  .margin-bottom-65{
    margin-bottom: 55px;
  }
  .detail-block .right-block .schedule .schedule-tr span{
    text-align: left;
    text-indent: 10px;
    display: inline-block;
    vertical-align: middle;
  } 
  .p-checkup .section-symptom .nerve_doctor_bk{
    background: none;
  }
}

/*------------------------------------------------------------
    p-corporations
    ------------------------------------------------------------*/
.p-corporations {
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro";
  /* section-introduce
        ------------------------------------------------------------*/
  /* section-feature
        ------------------------------------------------------------*/
  /* section-service
        ------------------------------------------------------------*/
  /* section-faq
        ------------------------------------------------------------*/
}

.p-corporations .section-introduce {
  padding: 65px 0 60px;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .p-corporations .section-introduce {
    padding: 50px 0 38px;
  }
}

.p-corporations .section-introduce .details {
  padding: 0 75px 0 80px;
}

@media screen and (max-width: 767px) {
  .p-corporations .section-introduce .details {
    padding: 0;
  }
}

.p-corporations .section-introduce .details h2 {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #221815;
}

@media screen and (max-width: 767px) {
  .p-corporations .section-introduce .details h2 {
    font-size: 23px;
  }
}

.p-corporations .section-introduce .details p {
  font-size: 17px;
  line-height: 1.8;
  padding-bottom: 40px;
  color: #221815;
}

.p-corporations .section-introduce .details .txtright {
  text-align: right;
  font-weight: bold;
  margin-top: -10px;
}

.p-corporations .section-feature{
  padding: 65px 155px;
  border-bottom: 1px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
  .p-corporations .section-feature {
    padding: 50px 10px 0;
  }
}

.p-corporations .section-feature .l-container2,
.p-corporations .section-service .l-container2,
.p-corporations .section-faq .l-container2{
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1360px) {
  .p-corporations .section-feature .l-container2,
  .p-corporations .section-service .l-container2,
  .p-corporations .section-faq .l-container2{
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .p-corporations .section-feature .l-container2,
  .p-corporations .section-service .l-container2,
  .p-corporations .section-faq .l-container2{
    width: auto;
    padding: 0 20px;
  }
}

.p-corporations .section-feature h2 {
  font-size: 25px;
  margin-bottom: 55px;
  color: #221815;
  line-height: 1.48;
}

@media screen and (max-width: 767px) {
  .p-corporations .section-feature h2 {
    font-size: 22px;
    margin-bottom: 50px;
  }
}

.p-corporations .section-feature .details {
  padding: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-corporations .section-feature .details {
    display: block;
  }
}

.p-corporations .section-feature .details .items {
  width: 44%;
}

@media screen and (max-width: 767px) {
  .p-corporations .section-feature .details .items {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-corporations .section-feature .details .boxtext {
    margin-bottom: 50px;
  }
}

.p-corporations .section-feature .details .boxtext h3 {
  font-size: 21px;
  line-height: 1.762;
  color: #221815;
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-bottom: 3px solid #dcdcdc;
}

@media screen and (max-width: 915px) and (min-width: 768px) {
  .p-corporations .section-feature .details .boxtext h3 {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .p-corporations .section-feature .details .boxtext h3 {
    font-size: 19px;
    line-height: 1.5;
  }
}

.p-corporations .section-feature .details .boxtext p {
  font-size: 17px;
  line-height: 1.765;
  color: #555555;
}

.p-corporations .section-feature .details .boxtext small {
  font-size: 12px;
  color: #666666;
  line-height: 1.5;
}

.p-corporations .section-feature .details .items .note {
  font-size: 12px;
  color: #666666;
  line-height: 1.5;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-corporations .section-feature .details .items .note {
    margin-top: 10px;
  }
}

.p-corporations .section-service {
  padding: 65px 155px;
  border-bottom: 1px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
  .p-corporations .section-service {
    padding: 50px 0 5px;
  }
}

.p-corporations .section-service h2 {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #221815;
}

@media screen and (max-width: 767px) {
  .p-corporations .section-service h2 {
    font-size: 23px;
  }
}

.p-corporations .section-service .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
  display: block;
}

.p-corporations .section-service .list li {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-corporations .section-service .list li {
    text-align: left;
  }
}

.p-corporations .section-service .list li:not(:last-child) {
  margin-right: 0px;
}

.p-corporations .section-service .list li:not(:last-child) p {
  background: url(../../img/checkup/ic_bottom_sp.png) no-repeat;
  background-size: 22px 14px;
  background-position: bottom;
}

.p-corporations .section-service .list li p {
  font-size: 17px;
  color: #555555;
  line-height: 1.588;
  padding: 20px 0 30px;
}

@media screen and (max-width: 880px) and (min-width: 768px) {
  .p-corporations .section-service .list li p {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 767px) {
  .p-corporations .section-service .list li p {
    padding-bottom: 25px;
  }
}

.p-corporations .section-service .list li p a{
    color: #555555;
    text-decoration: underline;
}


.p-corporations .section-faq {
  padding: 65px 155px;
  border-bottom: 1px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
  .p-corporations .section-faq {
    padding: 50px 10px 0;
  }
}

.p-corporations .section-faq h3 {
  font-size: 17px;
  line-height: 1.762;
  color: #221815;
  padding-bottom: 8px;
}

.p-corporations .section-faq p {
  font-size: 17px;
  line-height: 1.8;
  padding-bottom: 40px;
  color: #221815;
}

.p-corporations .section-btnbox{
    padding: 70px 0 100px;
}

.p-corporations .viewmore2{
  padding-top: 15px;
  text-align: center;
}

.p-corporations .viewmore2 a {
  width: 100%;
  max-width: 280px;
  font-size: 15px;
  color: #4f4e4e;
  line-height: 1.2;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  border: 3px solid #dcdcdc;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.p-corporations .viewmore2 a:before {
  content: url(../../img/common/ic_arrow.png);
  padding-right: 5px;
}

@media screen and (max-width: 767px) {
  .p-corporations .viewmore2 a {
    width: 100%;
  }
}

/*------------------------------------------------------------
    p-braindock
    ------------------------------------------------------------*/
.p-braindock {
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro";
  /* section-introduce
        ------------------------------------------------------------*/
  /* section-symptom
        ------------------------------------------------------------*/
  /* section-state
        ------------------------------------------------------------*/
  /* section-detection
        ------------------------------------------------------------*/
}

.p-braindock .section-introduce {
  /*padding: 0 0 28px;*/
  /*border-bottom: 1px solid #dcdcdc;*/
}

@media screen and (max-width: 767px) {
  .p-braindock .section-introduce {
    padding: 0 0 15px;
  }
}

.p-braindock .section-introduce .details {
  width: 775px;
  margin: 0 auto;
}

@media screen and (max-width: 775px) {
  .p-braindock .section-introduce .details {
    width: auto;
  }
}

.p-braindock .section-introduce .details .c-title2 {
  margin-bottom: 28px;
}

.p-braindock .section-introduce .details p {
  font-size: 16.586px;
  color: #221815;
  line-height: 1.941;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-braindock .section-introduce .details p {
    padding-bottom: 25px;
  }
}

.p-braindock .section-introduce .details .txtright {
  text-align: right;
  font-weight: bold;
  margin-top: 26px;
}

@media screen and (max-width: 767px) {
  .p-braindock .section-introduce .details .txtright {
    margin-top: 0;
  }
}

.p-braindock .section-symptom {
  border-bottom: 1px solid #dcdcdc;
  padding: 65px 0 80px;
}

@media screen and (max-width: 767px) {
  .p-braindock .section-symptom {
    padding: 58px 0;
  }
}

.p-braindock .section-symptom .part_calendar {
  width: 660px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-braindock .section-symptom .part_calendar {
    width: auto;
  }
}

.p-braindock .section-symptom .part_calendar table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}

.p-braindock .section-symptom .part_calendar table tr:nth-child(2) td:first-child {
  font-size: 17px;
}

.p-braindock .section-symptom .part_calendar table td {
  /*font-size: 15px;*/
  font-size: 17px;
  color: #3b2f31;
  line-height: 1.2;
  padding: 10px 8px;
  border: 1px solid #868686;
}
.p-braindock .section-symptom .part_calendar table td:nth-of-type(-n+2){
  width: 29%;
}

@media screen and (max-width: 767px) {
  .p-braindock .section-symptom .part_calendar table td {
    padding: 5px;
  }
  .p-braindock .section-symptom .part_calendar table td:first-child{
        width: 50%;
  }
  .p-braindock .section-symptom .part_calendar table td.fixsp {
    text-align: left;
  }
  .p-braindock .section-symptom .part_calendar table td.fixsp span {
    /*font-size: 14px;*/
    font-size: 17px;
    /*padding-left: 10px;*/
  }
}

.p-braindock .section-symptom .part_calendar p {
  font-size: 17px;
  color: #3b2f31;
  line-height: 1.765;
  text-align: right;
  padding-top: 6px;
}

.p-braindock .section-symptom .part_contact {
  width: 775px;
  margin: 80px auto 0;
}

@media screen and (max-width: 775px) {
  .p-braindock .section-symptom .part_contact {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-braindock .section-symptom .part_contact {
    margin: 45px auto 0;
  }
}

.p-braindock .section-symptom .part_contact .details {
  font-size: 21px;
  color: #221815;
  padding: 30px 0 20px;
  background: #f4f5f6;
}

@media screen and (max-width: 767px) {
  .p-braindock .section-symptom .part_contact .details {
    font-size: 19px;
    /*padding: 30px 0 22px;*/
  }
}

.p-braindock .section-symptom .part_contact .details h3 {
  text-align: center;
  line-height: 1.762;
  font-weight: 500;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .p-braindock .section-symptom .part_contact .details h3 span {
    display: block;
    line-height: 1.1;
  }
}

.p-braindock .section-symptom .part_contact .details table {
  width: 72%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-braindock .section-symptom .part_contact .details table {
    width: 100%;
  }
}

.p-braindock .section-symptom .part_contact .details td {
  line-height: 1.095;
  padding: 12px 20px;
  font-weight: bold;
  vertical-align: top;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .p-braindock .section-symptom .part_contact .details td {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-braindock .section-symptom .part_contact .details td {
    display: block;
    padding: 8px 16px;
  }
}

.p-braindock .section-state {
  padding: 60px 0 35px;
}

@media screen and (max-width: 767px) {
  .p-braindock .section-state {
    padding: 50px 0 20px;
  }
}

.p-braindock .section-state p {
  font-size: 17px;
  color: #555555;
  line-height: 1.765;
  padding-top: 25px;
}

.p-braindock .section-state h3 {
  font-size: 21px;
  color: #221815;
  line-height: 1.762;
  /*text-align: center;*/
  font-weight: normal;
  margin: 65px 0 38px;
}

@media screen and (max-width: 767px) {
  .p-braindock .section-state h3 {
    font-size: 19px;
    line-height: 1.5;
    margin: 40px 0 30px;
  }
}

.p-braindock .section-state .details .items {
  float: left;
  width: calc((100% - 8%) / 2);
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .p-braindock .section-state .details .items {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .p-braindock .section-state .details .items img {
    width: 100%;
  }
}

.p-braindock .section-state .details .items:nth-child(odd) {
  clear: left;
  margin-right: 8%;
}

@media screen and (max-width: 767px) {
  .p-braindock .section-state .details .items:nth-child(odd) {
    margin-right: 0;
  }
}

.p-braindock .section-state .details .items h4 {
  font-size: 18px;
  color: #221815;
  line-height: 2.056;
  padding-bottom: 10px;
  margin-bottom: 18px;
  border-bottom: 3px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
  .p-braindock .section-state .details .items h4 {
    line-height: 1.5;
    padding-bottom: 6px;
    margin-bottom: 15px;
  }
}

.p-braindock .section-state .details .items dl dt, .p-braindock .section-state .details .items dl dd {
  display: table-cell;
  vertical-align: top;
}

.p-braindock .section-state .details .items dl dt {
  width: 41%;
}

.p-braindock .section-state .details .items dl dd {
  font-size: 17px;
  color: #555555;
  line-height: 1.765;
  padding-left: 25px;
}

@media screen and (max-width: 767px) {
  .p-braindock .section-state .details .items dl dd {
    padding-left: 18px;
  }
}

.p-braindock .com-diseases {
  padding: 60px 0 58px;
  border-top: 1px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
  .p-braindock .com-diseases {
    padding: 50px 0;
  }
}

.p-braindock .com-diseases .details {
  color: #555555;
  line-height: 1.667;
  margin-top: 26px;
}

.p-braindock .com-diseases .details h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.p-braindock .com-diseases .details p, .p-braindock .com-diseases .details li {
  font-size: 17px;
}

.p-braindock .com-diseases .details p ~ p, .p-braindock .com-diseases .details p ~ h4 {
  padding-top: 35px;
}

.p-braindock .com-diseases .details h4 ~ p {
  padding-top: 0;
}

.p-braindock .c-viewmore2 {
  text-align: center;
  margin-bottom: 128px;
}

@media screen and (max-width: 767px) {
  .p-braindock .c-viewmore2 {
    margin-bottom: 70px;
    padding: 0 15px;
  }
}

/*------------------------------------------------------------
    p-menshealth
    ------------------------------------------------------------*/
.p-menshealth {
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro";
  /* section-symptom
        ------------------------------------------------------------*/
  /* section-service
        ------------------------------------------------------------*/
  /* section-prices
        ------------------------------------------------------------*/
}

.p-menshealth .section-symptom {
  border-bottom: 1px solid #dcdcdc;
  padding: 65px 0 70px;
}

@media screen and (max-width: 767px) {
  .p-menshealth .section-symptom {
    padding: 58px 0;
  }
}

.p-menshealth .section-symptom .part_calendar {
  width: 660px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-menshealth .section-symptom .part_calendar {
    width: auto;
  }
}

.p-menshealth .section-symptom .part_calendar table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}

.p-menshealth .section-symptom .part_calendar table tr:nth-child(2) td:first-child {
  font-size: 17px;
}

.p-menshealth .section-symptom .part_calendar table td {
  /*font-size: 15px;*/
  font-size: 17px;    
  color: #3b2f31;
  line-height: 1.2;
  padding: 10px 8px;
  border: 1px solid #868686;
}
.p-menshealth .section-symptom .part_calendar table td:nth-of-type(-n+2){
  width: 29%;
}

@media screen and (max-width: 767px) {
  .p-menshealth .section-symptom .part_calendar table td {
    padding: 5px;
  }
  .p-menshealth .section-symptom .part_calendar table td:first-child{
        width: 50%;
  }
  .p-menshealth .section-symptom .part_calendar table td.fixsp {
    text-align: left;
  }
  .p-menshealth .section-symptom .part_calendar table td.fixsp span {
    /*font-size: 14px;*/
    font-size: 17px;
    /*padding-left: 10px;*/
  }
}

.p-menshealth .section-symptom .part_calendar p {
  font-size: 17px;
  color: #3b2f31;
  line-height: 1.765;
  text-align: right;
  padding-top: 6px;
}

.p-menshealth .section-symptom .part_contact {
  margin: 38px auto 0;
}

@media screen and (max-width: 767px) {
  .p-menshealth .section-symptom .part_contact {
    width: auto;
    margin: 45px auto 0;
  }
}

.p-menshealth .section-symptom .part_contact .details {
  padding: 50px 70px 65px;
  background: #f4f5f6;
}

@media screen and (max-width: 767px) {
  .p-menshealth .section-symptom .part_contact .details {
    font-size: 19px;
    padding: 30px 15px 22px;
  }
}

.p-menshealth .section-symptom .part_contact .details .frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-menshealth .section-symptom .part_contact .details .frame {
    display: block;
  }
}

.p-menshealth .section-symptom .part_contact .details .frame .box {
  width: 47%;
}

@media screen and (max-width: 767px) {
  .p-menshealth .section-symptom .part_contact .details .frame .box {
    width: 100%;
    margin-bottom: 10px;
  }
}

.p-menshealth .section-symptom .part_contact .details .frame h3 {
  font-weight: bold;
}

.p-menshealth .section-symptom .part_contact .details .frame p {
  font-size: 17px;
  color: #555555;
  line-height: 1.765;
}

.p-menshealth .section-symptom .part_contact .details h3 {
  text-align: center;
  line-height: 1.762;
  font-size: 21px;
  color: #221815;
  font-weight: 500;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .p-menshealth .section-symptom .part_contact .details h3 {
    line-height: 1.5;
  }
}

.p-menshealth .section-service {
  padding: 68px 0 88px;
  border-bottom: 1px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
  .p-menshealth .section-service {
    padding: 50px 0 5px;
  }
}

.p-menshealth .section-service .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 46px;
}

@media screen and (max-width: 767px) {
  .p-menshealth .section-service .list {
    display: block;
    margin-top: 30px;
  }
}

.p-menshealth .section-service .list li {
  width: 33.33333%;
}

.p-menshealth .section-service .list li:not(:last-child) {
  background: url(../../img/checkup/ic_right.png) no-repeat;
  background-position: right 78px;
  padding-right: 4%;
  margin-right: 2%;
}

@media screen and (max-width: 767px) {
  .p-menshealth .section-service .list li:not(:last-child) {
    background: url(../../img/checkup/ic_bottom_sp.png) no-repeat;
    background-size: 22px 14px;
    background-position: bottom;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-menshealth .section-service .list li {
    width: 100%;
    margin-bottom: 30px;
  }
}

.p-menshealth .section-service .list li h3 {
  font-size: 21px;
  color: #221815;
  line-height: 1.2;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-menshealth .section-service .list li h3 {
    font-size: 19px;
  }
}

.p-menshealth .section-service .list li p {
  font-size: 17px;
  color: #555555;
  line-height: 1.588;
  padding-bottom: 26px;
}

@media screen and (max-width: 880px) and (min-width: 768px) {
  .p-menshealth .section-service .list li p {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 767px) {
  .p-menshealth .section-service .list li p {
    padding-bottom: 25px;
  }
}

.p-menshealth .section-service .list li .c-viewmore2 a {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-menshealth .section-service .list li .c-viewmore2 {
    padding-bottom: 35px;
  }
}

.p-menshealth .section-prices {
  padding: 68px 0 150px;
}

@media screen and (max-width: 767px) {
  .p-menshealth .section-prices {
    padding: 50px 0 70px;
  }
}

.p-menshealth .section-prices .details h3 {
  font-size: 21px;
  color: #221815;
  margin: 52px 0 20px;
}

@media screen and (max-width: 767px) {
  .p-menshealth .section-prices .details h3 {
    font-size: 19px;
    margin: 40px 0 15px;
  }
}

.p-menshealth .section-prices .details table {
  width: 100%;
  border-collapse: collapse;
}

.p-menshealth .section-prices .details table td,
.p-menshealth .section-prices .details table th {
  font-size: 17px;
  color: #221815;
  line-height: 1.588;
  text-align: left;
  padding: 15px 35px;
  border: 1px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
  .p-menshealth .section-prices .details table td,
  .p-menshealth .section-prices .details table th {
    padding: 10px 5px;
    font-size: 13px;
    text-align: center;
  }
}

@media screen and (max-width: 1005px) and (min-width: 768px) {
  .p-menshealth .section-prices .details table th {
    width: 50%;
  }
}

/*------------------------------------------------------------
    p-medicalkup
    ------------------------------------------------------------*/
.p-medicalkup {
  color: #333;
  /* section-listsick
        ------------------------------------------------------------*/
  /* section-checkup
        ------------------------------------------------------------*/
}

.p-medicalkup .section-listsick {
  padding: 65px 0;
}

@media screen and (max-width: 767px) {
  .p-medicalkup .section-listsick {
    padding: 58px 0;
  }
}

.p-medicalkup .section-listsick ul li {
  float: left;
  width: calc((100% - 4px) / 3);
  background: #f4f5f6;
  margin-bottom: 2px;
}

.p-medicalkup .section-listsick ul li:not(:nth-child(3n)) {
  margin-right: 2px;
}

@media screen and (max-width: 767px) {
  .p-medicalkup .section-listsick ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-medicalkup .section-listsick ul li {
    width: 100%;
  }
}

.p-medicalkup .section-listsick ul a {
  display: block;
  font-size: 16px;
  color: #5b5b5b;
  font-weight: bold;
  padding: 15px 0 12px 20%;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
    .p-medicalkup .section-listsick ul a {
        padding-left: 6%;
    }
}

.p-medicalkup .section-listsick ul a:before {
  content: url(../../img/common/ic_arrow.png);
  background-position: center;
  padding-right: 8px;
}

.p-medicalkup .com-checkup {
  padding: 64px 0 70px;
  border-top: 1px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
  .p-medicalkup .com-checkup {
    padding: 50px 0;
  }
}

.p-medicalkup .com-checkup .c-title2 {
  text-align: center;
  margin-bottom: 32px;
}

.p-medicalkup .com-checkup .c-title2 small{
    font-weight: normal;
    font-size: 19px;
    display: block;
}

@media screen and (max-width: 767px) {
  .p-medicalkup .com-checkup .c-title2 span {
    font-size: 19px;
  }
  .p-medicalkup .com-checkup .c-title2 small{
      font-size: 17px;
  }
}
@media screen and (max-width: 959px) {
    .p-medicalkup .com-checkup table td small{
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    .p-medicalkup .com-checkup table td .only-sp{
        display: block;
    }
}

.p-medicalkup .com-checkup .details {
  width: 775px;
  margin: 0 auto;
  background: #f4f5f6;
  padding: 30px  0 20px;
  font-size: 21px;
  color: #221815;
  line-height: 2.3;
  text-align: center;
  margin-bottom: 68px;
}

@media screen and (max-width: 767px) {
  .p-medicalkup .com-checkup .details {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 820px) {
  .p-medicalkup .com-checkup .details {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-medicalkup .com-checkup .details {
    /*padding: 30px 15px;*/
    padding: 30px 20px;
  }
}

.p-medicalkup .com-checkup .details h3 {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 21px;
}

.p-medicalkup .com-checkup .details p {
  /*font-weight: bold;*/
  font-size: 17px;
}

.p-medicalkup .com-checkup .details div{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.p-medicalkup .com-checkup .details div ul li{
  text-align: left;
  font-size: 17px;
}
@media screen and (min-width:768px) {
    .p-medicalkup .com-checkup .details div{
      display: block;
      padding-left: 40px;
      padding-right: 40px;
    }
    .p-medicalkup .com-checkup .details div ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly;
      /*justify-content: space-evenly;*/
    }
    _:-ms-lang(x), .p-medicalkup .com-checkup .details div ul {
      justify-content: space-around;
    }
    .p-medicalkup .section-medical.com-checkup .details div ul,
    .p-medicalkup .section-checkhealth.com-checkup .details div ul{
        justify-content: space-between;
    } 
}
@media screen and (min-width:768px) and (max-width:810px) {
    .p-medicalkup .section-medical.com-checkup .details div{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
    }
    .p-medicalkup .section-medical.com-checkup .details div ul {
      display: block;
    }
}
@media screen and (min-width:768px) and (max-width:830px) {
    .p-medicalkup .section-checkhealth.com-checkup .details div{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
    }
    .p-medicalkup .section-checkhealth.com-checkup .details div ul {
      display: block;
    }
}

@media screen and (min-width:405px) and (max-width: 440px) {
    .p-medicalkup .com-checkup .details h3 {
        font-size: 19px;
    }
}
@media screen and (min-width: 371px) and (max-width: 404px) {
    .p-medicalkup .com-checkup .details h3 {
        font-size: 17px;
    }
}

@media screen and (min-width: 401px) and (max-width: 440px) {
    .p-medicalkup .com-checkup .details div ul li{
        font-size: 15px;
    }
}
@media screen and (min-width: 371px) and (max-width: 400px) {
    .p-medicalkup .com-checkup .details div ul li{
        font-size: 13px;
    }
}

@media screen and (max-width: 370px) {
    .p-medicalkup .com-checkup .details h3 {
        font-size: 15px;
    }
    .p-medicalkup .com-checkup .details div ul li{
        font-size: 11px;
    }
}

.p-medicalkup .com-checkup table {
  width: 100%;
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {
  .p-medicalkup .com-checkup table {
    border-bottom: 1px solid #dcdcdc;
  }
}

.p-medicalkup .com-checkup table td, .p-medicalkup .com-checkup table th {
  border: 1px solid #dcdcdc;
  padding: 13px 35px;
  font-size: 17px;
  color: #221815;
  line-height: 1.6;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .p-medicalkup .com-checkup table td, .p-medicalkup .com-checkup table th {
    padding: 10px;
    display: block;
    border-bottom: 0;
  }
}

.p-medicalkup .com-checkup table th {
  width: 28%;
}

@media screen and (max-width: 767px) {
  .p-medicalkup .com-checkup table th {
    width: auto;
  }
}

.p-medicalkup .com-checkup table p ~ p {
  padding-top: 25px;
}

.p-medicalkup .section-checkperiodic {
  margin-bottom: 70px;
}

/*------------------------------------------------------------
    p-overview
    ------------------------------------------------------------*/
.p-overview {
  color: #333;
  /* section-cause
        ------------------------------------------------------------*/
  /* section-service
        ------------------------------------------------------------*/
  /* section-standard
        ------------------------------------------------------------*/
  /* section-equipment
        ------------------------------------------------------------*/
  /* section-control
        ------------------------------------------------------------*/
}

.p-overview .section-symptom {
  border-bottom: 1px solid #dcdcdc;
  padding: 0 0 65px;
}

@media screen and (max-width: 767px) {
  .p-overview .section-symptom {
    padding: 0 0 50px;
  }
}

.p-overview .section-symptom .part_cause {
  padding: 130px 0 90px;
	background-color: #f2f2f4 !important;
  background: url(../../img/overview/bg_cause_kobayashi.jpg) no-repeat;
  background-position: top center;
}

@media screen and (max-width: 767px) {
  .p-overview .section-symptom .part_cause {
    padding: 0;
    background-color: #fff !important;
    background: none;
  }
}

.p-overview .section-symptom .part_cause .details {
  width: 562px;
  float: right;
  margin-right: 14%;
}

@media screen and (max-width: 767px) {
  .p-overview .section-symptom .part_cause .details {
    width: 100%;
    float: none;
    margin-top: 50px;
  }
}

.p-overview .section-symptom .part_cause .details h2 {
  /*font-size: 28px;*/
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 25px;
  color: #221815;
}

@media screen and (max-width: 767px) {
  .p-overview .section-symptom .part_cause .details h2 {
    font-size: 23px;
  }
}

.p-overview .section-symptom .part_cause .details p {
  font-size: 17px;
  line-height: 1.8;
  color: #221815;
}

.p-overview .section-symptom .part_cause .details .txtright {
  text-align: right;
  font-weight: bold;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-overview .section-symptom .part_cause .details .txtright {
    padding-top: 10px;
  }
}

.p-overview .section-symptom .part_calendar {
  width: 660px;
  margin: 65px auto 0;
}

@media screen and (max-width: 767px) {
  .p-overview .section-symptom .part_calendar {
    width: auto;
    padding: 0 20px;
    margin: 50px auto 0;
  }
}

.p-overview .section-symptom .part_calendar table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}

.p-overview .section-symptom .part_calendar table td {
  /*font-size: 15px;*/
  font-size: 17px;
  color: #3b2f31;
  line-height: 1.2;
  padding: 10px 8px;
  border: 1px solid #868686;
}
.p-overview .section-symptom .part_calendar table td:nth-of-type(-n+2){
  width: 29%;
}

@media screen and (max-width: 767px) {
  .p-overview .section-symptom .part_calendar table td {
    padding: 5px;
  }
  .p-overview .section-symptom .part_calendar table td:first-child{
        width: 50%;
  }
  .p-overview .section-symptom .part_calendar table td.fixsp {
    text-align: left;
  }
  .p-overview .section-symptom .part_calendar table td.fixsp span {
    /*font-size: 14px;*/
    font-size: 17px;
    /*padding-left: 10px;*/
  }
}

.p-overview .section-symptom .part_calendar p {
  font-size: 17px;
  color: #3b2f31;
  line-height: 1.765;
  text-align: right;
  padding-top: 6px;
}

@media screen and (max-width: 767px) {
  .p-overview .section-symptom .part_calendar p {
    /*font-size: 15px;*/
  }
}

@media screen and (max-width: 350px) {
  .p-overview .section-symptom .part_calendar p {
    font-size: 13.5px;
  }
}

.p-overview .section-symptom .part_contact .details {
  font-size: 21px;
  color: #221815;
  padding: 50px 0;
  background: #f4f5f6;
}

@media screen and (max-width: 767px) {
  .p-overview .section-symptom .part_contact .details {
    font-size: 19px;
    padding: 30px 0 22px;
  }
}

.p-overview .section-symptom .part_contact .details h3 {
  text-align: center;
  line-height: 1.762;
  font-weight: 500;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .p-overview .section-symptom .part_contact .details h3 span {
    display: block;
    line-height: 1.1;
  }
}

.p-overview .section-symptom .part_contact .details table {
  width: 72%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-overview .section-symptom .part_contact .details table {
    width: 100%;
  }
}

.p-overview .section-symptom .part_contact .details td {
  line-height: 1.095;
  padding: 12px 20px;
  font-weight: bold;
  vertical-align: top;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .p-overview .section-symptom .part_contact .details td {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-overview .section-symptom .part_contact .details td {
    display: block;
    padding: 8px 16px;
  }
}

.p-overview .details .viewmore2 a{
	width:100%;
  max-width: 280px;
  font-size: 15px;
  color: #4f4e4e;
  line-height: 1.2;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  border: 3px solid #dcdcdc;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.p-overview .details .viewmore2{
  margin-top: 25px;
  /*text-align: center;*/
}
.p-overview .viewmore2 a:before{
  content: url(../../img/common/ic_arrow.png);
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  .p-overview .details .viewmore2{
      text-align: center;
    }
  .p-overview .section-resonance .details .viewmore2 a{
    width: 100%;
  }
}

.p-overview .section-service {
  padding: 70px 0;
  border-bottom: 1px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
  .p-overview .section-service {
    padding: 50px 0 5px;
  }
}

.p-overview .section-service .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .p-overview .section-service .list {
    display: block;
    margin-top: 30px;
  }
}

.p-overview .section-service .list li {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .p-overview .section-service .list li {
    width: 100%;
  }
}

.p-overview .section-service .list li:not(:last-child) {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .p-overview .section-service .list li:not(:last-child) {
    margin-right: 0;
  }
}

.p-overview .section-service .list li:not(:last-child) div {
  background: url(../../img/overview/ic_right.png) no-repeat;
  background-position: right 40px;
}

@media screen and (max-width: 767px) {
  .p-overview .section-service .list li:not(:last-child) div {
    background: url(../../img/overview/ic_bottom_sp.png) no-repeat;
    background-size: 22px 14px;
    background-position: bottom;
  }
}

.p-overview .section-service .list li div {
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .p-overview .section-service .list li div {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.p-overview .section-service .list li h3 {
  font-size: 21px;
  color: #221815;
  line-height: 1.2;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .p-overview .section-service .list li h3 {
    font-size: 19px;
  }
}

.p-overview .section-service .list li p {
  font-size: 17px;
  color: #555555;
  line-height: 1.588;
}

@media screen and (max-width: 880px) and (min-width: 768px) {
  .p-overview .section-service .list li p {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 767px) {
  .p-overview .section-service .list li p {
    padding-bottom: 25px;
  }
}

.p-overview .section-standard {
  padding: 70px 0 75px;
  border-bottom: 1px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
  .p-overview .section-standard {
    padding: 50px 0 20px;
  }
}

.p-overview .section-standard .flexible-br{
    display: none;
}
@media screen and (max-width: 460px) {
    .p-overview .section-standard .flexible-br{
        display: inline;
    }
}

.p-overview .section-standard h2 {
  font-size: 25px;
  color: #221815;
  line-height: 1.48;
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .p-overview .section-standard h2 {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .p-overview .section-standard h2 span {
    display: block;
  }
}

.p-overview .section-standard h3 {
  font-size: 21px;
  color: #221815;
  font-weight: bold;
  margin-bottom: 20px;
}

.p-overview .section-standard h4 {
  font-size: 18px;
  color: #221815;
  line-height: 1.762;
  border-bottom: 3px solid #dcdcdc;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

@media screen and (max-width: 850px) {
  .p-overview .section-standard h4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-overview .section-standard h4 {
    font-size: 19px;
    margin-top: 18px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}

.p-overview .section-standard h4 span {
  display: block;
}

@media screen and (max-width: 767px) {
  .p-overview .section-standard h4 span {
    display: inline-block;
  }
}

.p-overview .section-standard p {
  font-size: 17px;
  color: #555555;
  line-height: 1.765;
}

.p-overview .section-standard .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-overview .section-standard .details {
    display: block;
  }
}

.p-overview .section-standard .details .boxleft {
  width: 57%;
}

@media screen and (max-width: 767px) {
  .p-overview .section-standard .details .boxleft {
    width: 100%;
  }
}

.p-overview .section-standard .details .boxleft .txtsos p {
  font-size: 17px;
  color: #555555;
  line-height: 1.765;
  margin-bottom: 30px;
}

.p-overview .section-standard .details .boxleft .txtapp {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .p-overview .section-standard .details .boxleft .txtapp {
    margin-top: 25px;
  }
}

.p-overview .section-standard .details .boxleft .txtapp p {
  font-size: 17px;
  color: #221815;
  line-height: 1.765;
  margin-bottom: -20px;
}

@media screen and (max-width: 767px) {
  .p-overview .section-standard .details .boxleft .txtapp p {
    font-size: 19px;
    text-align: center;
    margin-bottom: 18px;
  }
}

.p-overview .section-standard .details .boxleft .txtapp ul li {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-overview .section-standard .details .boxleft .txtapp ul li {
    width: 49%;
    margin-right: 0 !important;
  }
}

.p-overview .section-standard .details .boxleft .txtapp ul li:not(:last-child) {
  margin-right: 20px;
}

.p-overview .section-standard .details .boxleft .txtapp ul li img {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .p-overview .section-standard .details .boxleft .txtapp ul li img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-overview .section-standard .details .boxleft .c-viewmore2 {
    margin-top: 40px;
  }
}

.p-overview .section-standard .details .boxright {
  width: 34%;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .p-overview .section-standard .details .boxright {
    width: 100%;
  }
}

.p-overview .section-standard .details .boxright p {
  font-size: 12px;
  color: #666666;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-overview .section-standard .details .boxright p {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-overview .section-standard .details .boxright img {
    width: 100%;
  }
}

.p-overview .section-standard .f_characteristic .items {
  float: left;
  width: 33.33333%;
}

@media screen and (max-width: 767px) {
  .p-overview .section-standard .f_characteristic .items {
    float: none;
    width: 100%;
  }
}

.p-overview .section-standard .f_characteristic .items:not(:nth-child(3n)) {
  margin-right: 6.5%;
}

@media screen and (max-width: 767px) {
  .p-overview .section-standard .f_characteristic .items:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

.p-overview .section-standard .f_service {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .p-overview .section-standard .f_service {
    margin-top: 60px;
  }
}

.p-overview .section-standard .f_service .items {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-overview .section-standard .f_service .items {
    width: 100%;
  }
}

.p-overview .section-standard .f_service .items:not(:last-child) {
  margin-right: 6.5%;
}

@media screen and (max-width: 767px) {
  .p-overview .section-standard .f_service .items:not(:last-child) {
    margin-right: 0;
  }
}

.p-overview .section-standard .frame:not(:last-child) {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .p-overview .section-standard .frame:not(:last-child) {
    margin-bottom: 50px;
  }
}

.p-overview .section-equipment {
  padding: 70px 0 48px;
  border-bottom: 1px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
  .p-overview .section-equipment {
    padding: 50px 0 25px;
  }
}

.p-overview .section-equipment h2 {
  font-size: 25px;
  color: #221815;
  line-height: 1.48;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-overview .section-equipment h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

.p-overview .section-equipment .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-overview .section-equipment .details {
    display: block;
  }
}

.p-overview .section-equipment .details .boxleft {
  width: 45.5%;
}

@media screen and (max-width: 767px) {
  .p-overview .section-equipment .details .boxleft {
    width: 100%;
  }
}

.p-overview .section-equipment .details .boxleft img {
  width: 100%;
}

.p-overview .section-equipment .details .boxright {
  width: 46.5%;
  padding: 0 4%;
}

@media screen and (max-width: 767px) {
  .p-overview .section-equipment .details .boxright {
    width: 100%;
    padding: 0;
  }
}

.p-overview .section-equipment .details .boxright h3 {
  font-size: 21px;
  color: #221815;
  line-height: 1.762;
  border-bottom: 3px solid #dcdcdc;
  margin-bottom: 10px;
  margin-top: -10px;
}

@media screen and (max-width: 767px) {
  .p-overview .section-equipment .details .boxright h3 {
    font-size: 19px;
    margin-top: 18px;
    padding-bottom: 8px;
    margin-bottom: 10px;
  }
}

.p-overview .section-equipment .details .boxright img {
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
    .p-overview .section-equipment .details .boxright img {
        margin: 10px auto;
        display: block;
    }
}

.p-overview .section-equipment .details .boxright p {
  font-size: 17px;
  color: #555555;
  line-height: 1.765;
}

.p-overview .section-equipment .list {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .p-overview .section-equipment .list {
    margin-top: 50px;
  }
}

.p-overview .section-equipment .list .items {
  float: left;
  width: 30%;
  margin-bottom: 22px;
}

@media screen and (max-width: 767px) {
  .p-overview .section-equipment .list .items {
    width: 47.5%;
    margin-bottom: 10px;
  }
}

.p-overview .section-equipment .list .items:not(:nth-child(3n)) {
  margin-right: 5%;
}

@media screen and (max-width: 767px) {
  .p-overview .section-equipment .list .items:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-overview .section-equipment .list .items:not(:nth-child(2n)) {
    margin-right: 5%;
  }
}

.p-overview .section-equipment .list .items img {
  width: 100%;
}

.p-overview .section-equipment .list .items p {
  font-size: 15px;
  color: #555555;
  line-height: 1.978;
  padding-top: 15px;
  text-align: center;
}

@media screen and (max-width: 348px) {
  .p-overview .section-equipment .list .items p {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-overview .section-equipment .list .items p {
    padding: 3px 0 10px;
  }
}

.p-overview .section-control {
  padding: 70px 0 100px;
  border-bottom: 1px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
  .p-overview .section-control {
    padding: 50px 0 70px;
  }
}

.p-overview .section-control h2 {
  font-size: 25px;
  color: #221815;
  line-height: 1.48;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-overview .section-control h2 {
    font-size: 22px;
  }
  .p-overview .section-control h2 span {
    display: block;
  }
}

.p-overview .section-control .detail01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .p-overview .section-control .detail01 {
    display: block;
  }
}

.p-overview .section-control .detail01 .boxleft {
  width: 45.6%;
}

@media screen and (max-width: 767px) {
  .p-overview .section-control .detail01 .boxleft {
    width: 100%;
  }
}

.p-overview .section-control .detail01 .boxleft img {
  width: 100%;
}

.p-overview .section-control .detail01 .boxleft .inner02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}

.p-overview .section-control .detail01 .boxleft .inner02 .item:first-child {
  width: 49.4%;
}

.p-overview .section-control .detail01 .boxleft .inner02 .item:last-child {
  width: 44%;
}

.p-overview .section-control .detail01 .boxleft .inner02 .item:not(:last-child) {
  margin-right: 6%;
}

@media screen and (max-width: 767px) {
  .p-overview .section-control .detail01 .boxleft .inner02 .item:first-child {
    width: 50.6%;
  }
  .p-overview .section-control .detail01 .boxleft .inner02 .item:last-child {
    width: 45%;
  }
  .p-overview .section-control .detail01 .boxleft .inner02 .item:not(:last-child) {
    margin-right: 4%;
  }
}

.p-overview .section-control .detail01 .boxright {
  width: 43.5%;
}

.p-overview .section-control .detail01 p {
  font-size: 14px;
  color: #555555;
  padding-top: 6px;
}

.p-overview .section-control .detail01 p span {
  display: block;
}

.p-overview .section-control .detail02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-overview .section-control .detail02 {
    display: block;
  }
}

.p-overview .section-control .detail02 .boxleft {
  width: 46%;
}

@media screen and (max-width: 767px) {
  .p-overview .section-control .detail02 .boxleft {
    width: 100%;
      margin-bottom: 20px;
  }
}

.p-overview .section-control .detail02 .boxleft .inner02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-overview .section-control .detail02 .boxright {
  width: 46.5%;
}

@media screen and (max-width: 767px) {
  .p-overview .section-control .detail02 .boxright {
    width: 100%;
  }
}

.p-overview .section-control .detail02 h3 {
  font-size: 21px;
  color: #221815;
  line-height: 1.762;
  border-bottom: 3px solid #dcdcdc;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .p-overview .section-control .detail02 h3 {
    font-size: 19px;
    margin-top: 18px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}

.p-overview .section-control .detail02 p {
  font-size: 17px;
  color: #555555;
  line-height: 1.765;
}

@media screen and (max-width: 767px) {
  .p-overview .section-control .detail02 .boximg {
    text-align: center;
    margin: 50px 0 40px;
    padding: 0 10px 0 5px;
  }
}

/*------------------------------------------------------------
    p-reservation
    ------------------------------------------------------------*/
.p-reservation {
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro";
  /* section-symptom
        ------------------------------------------------------------*/
  /* section-service
        ------------------------------------------------------------*/
  /* section-prices
        ------------------------------------------------------------*/
}

.p-reservation .viewmore2 {
  margin-top: 25px;
  text-align: center;
}

.p-reservation .viewmore2 a {
  width: 280px;
  font-size: 15px;
  color: #4f4e4e;
  line-height: 1.2;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  border: 3px solid #dcdcdc;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.p-reservation .viewmore2 a:before {
  content: url(../../img/common/ic_arrow.png);
  padding-right: 5px;
}

@media screen and (max-width: 767px) {
  .p-reservation .viewmore2 a {
    width: 100%;
  }
}

.p-reservation .section-step {
  padding: 80px 0 0;
}

@media screen and (max-width: 767px) {
  .p-reservation .section-step {
    padding: 40px 0;
  }
}

.p-reservation .section-step .details.only-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (min-width: 768px) {
    .p-reservation .section-step .details.only-pc:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 90%;
      height: 4px;
      background: #eeeeee;
    }
}
.p-reservation .section-step .details.only-sp{
    display: none;
}

@media screen and (max-width: 767px) {
  .p-reservation .section-step .details.only-pc {
    display: none;
  }
  .p-reservation .section-step .details.only-sp {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
    
    .p-reservation .section-step .details > div{
        width: 47.5%;
    }

  .p-reservation .section-step .details.only-sp div.block-left:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 10px 25% 0;
    width: 4px;
    height: 86%;
    background: #eeeeee;
  }
  .p-reservation .section-step .details.only-sp div.block-right:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 10px 75% 0;
    width: 4px;
    height: 60%;
    background: #eeeeee;
  }
}

.p-reservation .section-step .details span,
.p-reservation .section-step .details a {
  display: inline-block;
  position: relative;
  z-index: 9;
  width: 10%;
  padding: 5px 10px;
  text-align: center;
  font-size: 12px;
  color: #838384;
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
}

.p-reservation .section-step .details span.current,
.p-reservation .section-step .details a,
.p-reservation .section-step .details a:hover {
  background: #f4f5f6;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-reservation .section-step .details span,
  .p-reservation .section-step .details a {
    width: 100%;
    padding: 5px 0;
    /*text-indent: 30%;*/
    margin: 5px 0;
    /*text-align: left;*/
  }
}

/*.p-reservation .section-step .details.only-sp block-left,
.p-reservation .section-step .details.only-sp block-right{
    width:45%
}*/

/*
@media screen and (max-width: 480px) {
  .p-reservation .section-step .details span,
  .p-reservation .section-step .details a {
    width: 100%;
    padding: 5px 0;
    text-indent: 30%;
    margin: 5px 0;
    text-align: left;
  }
}
*/
.p-reservation .section-form {
  min-height: 44.5vh;
  padding: 70px 0 70px;
  border-bottom: 1px solid #dcdcdc;
}

.p-reservation.p-reservation-index .section-form-wrap{
    width: 100%;
  height: 100%;
}

.p-reservation.p-reservation-index .section-form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-reservation .section-form h2 {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
  color: #221815;
}

@media screen and (max-width: 767px) {
  .p-reservation .section-form {
    padding: 45px 0;
  }

  .p-reservation .section-form h2 {
    font-size: 23px;
  }
}

.p-reservation .section-form input[type="radio"] {
  display: none;
}

.p-reservation .section-form .thanks {
  width: 570px;
  margin: 0 auto;
  /*font-weight: bold;*/
  font-size: 17px;
  line-height: 1.8;
  white-space: normal;
}

@media screen and (max-width: 767px) {
  .p-reservation .section-form .thanks {
    width: 100%;
  }
}

@media screen and (max-width: 767px){
    .p-reservation-index .section-form .l-container2{
        width: 100%;
        padding: 0 20px;
    }
}
.p-reservation-index .section-form .form-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-around;
  position: relative;
}

.p-reservation .section-form .form-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.p-reservation .section-form .form-type label,
.p-reservation .section-form .form-type a{
  width: 48%;
  padding: 100px 0;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  background: #f4f5f6;
  border: 3px solid transparent;
	cursor: pointer;
}
.p-reservation .section-form .form-type a{
    color: #333;
}

@media screen and (max-width: 767px) {
  .p-reservation .section-form .form-type label,
  .p-reservation .section-form .form-type a {
    /*width: 100%;
    padding: 40px 0;
    margin-bottom: 40px;*/
    box-sizing: border-box;
    width: 45%;
    padding: 6%;
    font-size:17px;
	  cursor: pointer;
  }
  .p-reservation-index .section-form .form-type a {
    /*width: 100%;
    padding: 40px 0;
    margin-bottom: 40px;*/
    width: 45%;
    padding-top: 6%;
    padding-bottom: 6%;
    font-size:17px;
  }
  .p-reservation .section-form .form-type label:last-child,
  .p-reservation .section-form .form-type a:last-child {
    margin-bottom: 0;
  }
}

.p-reservation .section-form .form-type input[type="radio"]:checked + label {
  border: 3px solid #0c3055;
}

.p-reservation .section-form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-align: center;
   -webkit-box-align: center;
      -ms-flex-align: center;
         align-items: center;
  padding: 20px 90px;
  background: #fff;
}

.p-reservation .section-form .form-row:nth-child(2n - 1) {
  background: #f4f5f6;
}

@media screen and (max-width: 767px) {
  .p-reservation .section-form .form-row {
    display: block;
    padding: 20px;
  }
}

.p-reservation .section-form .form-row .title {
  width: 35%;
  font-size: 21px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-reservation .section-form .form-row .title {
    width: 100%;
    margin-bottom: 5px;
  }
}

.p-reservation .section-form .form-row .input {
  width: 65%;
	position: relative;
}

@media screen and (max-width: 767px) {
  .p-reservation .section-form .form-row .input {
    width: 100%;
  }
}

.p-reservation .section-form .form-row .input span {
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .p-reservation .section-form .form-row .input span {
    display: block;
    margin-top: 18px;
    margin-bottom: 4px;
    padding: 0;
  }
}

.p-reservation .section-form .form-row .input input {
  width: 100%;
  padding: 5px 0;
  font-size: 15px;
}

.p-reservation .section-form .form-row .input input.postcode {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-reservation .section-form .form-row .input input.postcode {
    width: 100%;
  }
}

.p-reservation .section-form .form-row .input label {
  position: relative;
  padding: 5px 25px;
}

.p-reservation .section-form .form-row .input label:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 2px;
  left: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  border: 2px solid #e0e0e0;
  border-radius: 100%;
}

.p-reservation .section-form .form-row .input label:after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  bottom: 2px;
  left: 5px;
  margin: auto;
  width: 7px;
  height: 7px;
  background: #434343;
  border-radius: 100%;
}

.p-reservation .section-form .form-row .input input[type="radio"]:checked + label:after {
  display: block;
}

.p-reservation .section-form .form-row .input .select-wrapper {
  display: inline-block;
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
}

.p-reservation .section-form .form-row .input .select-wrapper:before {
  position: absolute;
  z-index: 99;
  top: 0.7em;
  right: 0.85em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #707070;
  pointer-events: none;
}

.p-reservation .section-form .form-row .input .select-wrapper:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2.5em;
  content: '';
  background: #dcdcdc;
}

@media screen and (max-width: 767px) {
  .p-reservation .section-form .form-row .input .select-wrapper {
    width: 90%;
    margin-bottom: 15px;
  }

  .p-reservation .section-form .form-row .input .select-wrapper:last-child {
    margin-bottom: 0;
  }
}

.p-reservation .section-form .form-row .input .select-wrapper select {
  position: relative;
  z-index: 999;
  padding: 6px;
  padding-right: 4em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .p-reservation .section-form .form-row .input .select-wrapper select {
    width: 100%;
  }
}

.p-reservation .section-form .form-row .input select::-ms-expand {
  display: none;
}

.p-reservation .section-form .form-row .input .ui-datepicker-trigger {
  position: absolute;
  left: -50px;
  margin: -6px auto;
}

@media screen and (max-width: 767px) {
  .p-reservation .section-form .form-row .input .ui-datepicker-trigger {
    left: 0px;
	width: 38px;
    height: auto;
    margin-top: 0px;
  }
}

.p-reservation .section-form .form-row .input .datepicker {
  width: 40%;
  margin-right: 10%;
}

@media screen and (max-width: 767px) {
  .p-reservation .section-form .form-row .input .datepicker {
    width: 80%;
    margin: 0;
	  margin-left: 44px;
  }
}

.p-reservation .section-form .form-course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-align: center;
   -webkit-box-align: center;
      -ms-flex-align: center;
         align-items: center;
  padding: 30px 20px;
  background: #fff;
  border: 3px solid transparent;
}

.p-reservation .section-form .form-course.selected {
  border: 3px solid #0c3055;
}

.p-reservation .section-form .form-course:nth-child(2n - 1) {
  background: #f4f5f6;
}

.p-reservation .section-form .form-course .tag {
  width: 10%;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #000;
}

.p-reservation .section-form .form-course .tag span {
  /*font-size: 21px;*/
}

@media screen and (max-width: 767px) {
  .p-reservation .section-form .form-course .tag {
    width: 30%;
    margin-bottom: 10px;
  }
}

.p-reservation .section-form .form-course .title {
  width: 45%;
  padding-left: 2.5%;
  font-size: 21px;
}

.p-reservation .section-form .form-course .title h3 {
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .p-reservation .section-form .form-course .title {
    width: 100%;
  }
}

.p-reservation .section-form .form-course .radio {
  position: relative;
  width: 25%;
  text-align: right;
}
.p-reservation .section-form .form-course .radio.set {
  position: relative;
  width: 41%;
  text-align: right;
}

.p-reservation .section-form .form-course .radio p {
  position: absolute;
  top: 125%;
  left: 25px;
  width: 170%;
  font-size: 14px;
  text-align: left;
}

.p-reservation .section-form .form-course .radio label {
  position: relative;
  padding: 5px 15px 5px 25px;
}

.p-reservation .section-form .form-course .radio label:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 2px;
  left: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  border: 1px solid #e0e0e0;
  border-radius: 100%;
}

.p-reservation .section-form .form-course .radio label:after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  bottom: 2px;
  left: 3px;
  margin: auto;
  width: 9px;
  height: 9px;
  background: #434343;
  border-radius: 100%;
}

.p-reservation .section-form .form-course .radio input[type="radio"]:checked + label:after {
  display: block;
}

@media screen and (max-width: 767px) {
  .p-reservation .section-form .form-course .radio,
  .p-reservation .section-form .form-course .radio.set {
    width: 100%;
    margin: 10px 0;
    text-align: right;
  }

  .p-reservation .section-form .form-course .radio p {
    position: relative;
    width: 100%;
    left: 0;
  }
}

.p-reservation .section-form .form-course .price {
  width: 17.5%;
  font-size: 21px;
  display: inline;
}
.p-reservation .section-form .form-course .price.set {
  /*width: 17.5%;*/
  font-size: 21px;
  display: inline;
}

.p-reservation .section-form .form-course .price span {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-reservation .section-form .form-course .price {
    width: 100%;
    text-align: right;
  }
}

.p-reservation .section-form .form-option {
  position: relative;
  margin-top: 80px;
  padding-top: 80px;
}

.p-reservation .section-form .form-option:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200vw;
  height: 1px;
  background: #dcdcdc;
}

.p-reservation .section-form .form-option textarea {
  width: 100%;
  margin-top: 60px;
}

.p-reservation .section-form .card {
  margin-top: 60px;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  /*color: #fc0101;*/
}

.p-reservation .section-form .policy {
  padding: 65px 0;
}

.p-reservation .section-form .policy h3 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 21px;
}

.p-reservation .section-form .policy .scroll {
  overflow-y: scroll;
  height: 300px;
  padding: 20px;
  border: 1px solid #d2d2d2;
  line-height: 2;
}

.p-reservation .section-form .policy .scroll .c-title2 {
  font-size: 21px;
  margin-bottom: 20px;
  color: #221815;
  line-height: 1.48;
}

.p-reservation .section-form .policy .scroll dl div {
  margin: 30px 0;
  margin-left: 25px;
}

.p-reservation .section-form .policy .scroll dl dt {
  display: list-item;
  list-style: decimal;
  padding-left: 20px;
}

.p-reservation .section-form .policy .scroll dl dd {
  padding-left: 20px;
}

.p-reservation .section-form .policy .checkbox {
  margin-top: 25px;
  text-align: center;
}

.p-reservation .section-form .policy .checkbox label  {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}

.p-reservation .section-form .policy .checkbox label:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 2px solid #bfbfbf;
}

.p-reservation .section-form .policy .checkbox label:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 4px;
  margin: auto;
  width: 6px;
  height: 6px;
  background: #bfbfbf;
}

.p-reservation .section-form .policy .checkbox input#check {
  display: none;
}

.p-reservation .section-form .policy .checkbox input#check:checked + label:after {
  display: block;
}

.p-reservation .section-form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: 60px;
  font-size: 21px;
}

.p-reservation .section-form .btn a {
  /*padding: 15px 50px;*/
  padding: 12px 10px 5px;
  color: #fff;
  background: #b5b5b5;
  font-size: 17px;
  width:122px;
  height:48px;
  box-sizing: border-box;
  text-align: center;
}

.p-reservation .section-form .btn a.hidden {
  visibility: hidden;
}

.p-reservation .section-form .btn input[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  /*padding: 15px 50px;*/
  padding: 5px 10px;
  font-size: 17px;
  color: #fff;
  background: #0c3055;
  width:122px;
  height:48px;
}

.p-reservation .section-form .btn input[type="submit"]::-webkit-search-decoration {
  display: none;
}

.p-reservation .section-form .btn input[type="submit"]::focus {
  outline-offset: -2px;
}

.p-reservation .section-form .part_calendar {
  width: 660px;
  padding: 65px 0 30px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-reservation .section-form .part_calendar {
    width: auto;
    padding: 0 20px;
    margin: 15px 0 48px;
  }
}

.p-reservation .section-form .part_calendar h3 {
  text-align: center;
  font-size: 17px;
}

.p-reservation .section-form .part_calendar table {
  width: 100%;
  margin: 20px auto 0;
  text-align: center;
  border-collapse: collapse;
}

.p-reservation .section-form .part_calendar table td {
  font-size: 15px;
  color: #3b2f31;
  line-height: 1.2;
  padding: 10px 8px;
  border: 1px solid #868686;
}

@media screen and (max-width: 767px) {
  .p-reservation .section-form .part_calendar table td {
    padding: 5px;
  }
  .p-reservation .section-form .part_calendar table td.fixsp {
    text-align: left;
  }
  .p-reservation .section-form .part_calendar table td.fixsp span {
    font-size: 14px;
    /*padding-left: 10px;*/
  }
}

.p-reservation .section-form .part_calendar p {
  font-size: 17px;
  color: #3b2f31;
  line-height: 1.765;
  text-align: right;
  padding-top: 6px;
}

.p-reservation .section-form .part_calendar div {
  margin-top: 10px;
  font-size: 17px;
}

.p-reservation .section-form .part_calendar div span {
  font-weight: bold;
}

.ui-widget.ui-widget-content {
	z-index: 9999 !important;
}

@media screen and (max-width: 767px) {
	.ui-widget.ui-widget-content {
		left: 40px !important;
}
}


/* 20191010 13:35 森追加 */
.sch.time_long {
	padding-left: 0px !important;
}

/* 20191014 02:23 追加 コンタクト 確認画面*/
.wpcf7c-conf {
	background-color: inherit !important;
	border: none !important;
	color: #333 !important;
}
.p-contact .section-mail form .submit input.wpcf7c-btn-back {
	background-color: #b5b5b5 !important;
}

.caution {
	color: red;
	padding: 20px 0;
	line-height: 1.9;
}

.sitemap_list {
	width: 33.3%;
	float: left;
	line-height: 1.9;
}

@media screen and (max-width: 767px) {
	.sitemap_list {
		width: 100%;
		float: none;
		margin-bottom: 1em;
}
}

.sitemap_list a {
	color: #111111;
}
.sitemap_list a:hover {
	text-decoration: underline;
}

#pp_iframe {
	border: 1px solid #dcdcdc;
	background-color: #fff;
}
#pp_iframe.web_reservation {
	width: 100%;
}

/* 20191018 鳥居追加 */
.p-reservation .policy_frame{
    width: 100%;
    height: 300px;
    border: 1px solid #dcdcdc;
	background-color: #fff;
    overflow: auto;
}
.p-reservation .policy_frame .l-container2{
    width: 95%;
}
@media screen and (max-width: 767px){
    .p-reservation .policy_frame .l-container2 {
        padding: 0;
    }
}

.p-reservation .policy_frame .section-protection {
  padding: 70px 0px 73px;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .p-reservation .policy_frame .section-protection {
    padding: 30px 0px 57px;
    /*  */
  }
}

.p-reservation .policy_frame .section-protection .details h2 {
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 30px;
  /*letter-spacing: 0.15em;*/
  color: #221815;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-reservation .policy_frame .section-protection .details h2 {
    font-size: 23px;
    margin-bottom: 15px;
    /*  */
  }
}

.p-reservation .policy_frame .section-protection .details p {
  font-size: 17px;
  line-height: 1.8;
  padding-bottom: 50px;
  color: #221815;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-reservation .policy_frame .section-protection .details p {
    padding-bottom: 60px;
  }
}

.p-reservation .policy_frame .section-protection .item {
  width: 100%;  
}

@media screen and (max-width: 767px) {
  .p-reservation .policy_frame .section-protection .item {
    width: 100%;  
  }
}

.p-reservation .policy_frame .section-protection .item .item_label {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.8;
  padding-bottom: 5px;
  color: #221815;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-reservation .policy_frame .section-protection .item .item_label {
    padding-bottom: 0px;
  }
}

.p-reservation .policy_frame .section-protection .item .item_detail {
  font-size: 17px;
  line-height: 1.9;
  padding-left: 2.5%;
  padding-bottom: 25px;
  color: #221815;
  text-align: left;
  /*   */
}

.p-reservation .policy_frame .section-protection .item .item_detail0 {
  font-size: 17px;
  line-height: 1.9;
  padding-top: 25px;
  padding-right: 2.5%;  
  color: #221815;
  text-align: right;
  
}

@media screen and (max-width: 767px) {
  .p-reservation .policy_frame .section-protection .item .item_detail0 { 
    /*margin-left: 20%;*/
    width: 100%;
    /*   */
  }
}

/* Utilization */
/* /////////// */
.p-reservation .policy_frame .section-Utilization {
  padding: 60px 0 60px;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .p-reservation .policy_frame .section-Utilization {
    padding: 55px 0px 55px;
    /*  */
  }
}

.p-reservation .policy_frame .section-Utilization .details h2 {
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 22px;
  /*letter-spacing: 0.15em;*/
  color: #221815;
  text-align: left;
  /*  */
}

@media screen and (max-width: 767px) {
  .p-reservation .policy_frame .section-Utilization .details h2 {
    font-size: 23px;    
  }
}

.p-reservation .policy_frame .section-Utilization .item {
  padding-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .p-reservation .policy_frame .section-Utilization .item {
    width: 100%;
    margin-top: 35px;
  }
}

.p-reservation .policy_frame .section-Utilization .item .item_label {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.8;  
  color: #221815;
  text-align: left;
}

.p-reservation .policy_frame .section-Utilization .item .item_detail{
  display: flex;
  flex-wrap:wrap;
}

@media screen and (max-width: 767px) {
  .p-reservation .policy_frame .section-Utilization .item .item_detail{
    display: flex;
    flex-wrap:wrap;
  }
}

.p-reservation .policy_frame .section-Utilization .item .item_detail .itIndex{
  width: 5%;
  font-size: 17px;
  line-height: 1.95;  
  padding-left: 2%;
  color: #221815;
  text-align: left;
  /*  */
}

@media screen and (max-width: 767px) {
  .p-reservation .policy_frame .section-Utilization .item .item_detail .itIndex{
    width: 10%;
  }
}

.p-reservation .policy_frame .section-Utilization .item .item_detail .itLabel{  
  width: 89%;
  font-size: 17px;
  line-height: 1.95;  
  padding-left: 1%;
  color: #221815;
  text-align: left;
  /*  */
}

@media screen and (max-width: 767px) {
  .p-reservation .policy_frame .section-Utilization .item .item_detail .itLabel{          
  }
}

.p-reservation .policy_frame .section-Utilization .item .item_detail1 {
  font-size: 17px;
  line-height: 1.8;
  margin-top: 25px;  
  color: #221815;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-reservation .policy_frame .section-Utilization .item .item_detail1 {        
    padding-left: 0;
    margin-top: 60px;
  }
}

/*20191014 森追加*/

h4.table_title {
	font-size: 120%;
    text-align: center;
    margin-bottom: 20px;
}