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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

img {
  vertical-align: bottom; }

.font_min_lead {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 16px; }
  @media only screen and (max-width: 767px) {
    .font_min_lead {
      font-size: 14px; } }

html {
  height: 100%;
  font-size: 62.5%; }

body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic, Avenir, Verdana, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Roboto, Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.9;
  height: 100%;
  border-top: solid 4px #f88aa3; }

.wrapper {
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .wrapper {
      min-width: 100%;
      background: none; } }

#home .wrapper {
  background: none; }

.inner {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .inner {
      width: 100%;
      padding-bottom: 20px; } }

.inner_m {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .inner_m {
      width: 100%;
      padding: 0 10px; } }

.inner_s {
  width: 900px;
  margin: 0 auto;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .inner_s {
      width: 100%;
      padding: 0 10px; } }

.breadcrumb {
  width: 900px;
  margin: 20px auto 40px auto;
  font-size: 12px; }
  .breadcrumb a {
    color: #f88aa3; }
  @media only screen and (max-width: 767px) {
    .breadcrumb {
      display: none; } }

a {
  color: #000;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

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

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  padding: 35px 0; }
  @media only screen and (max-width: 767px) {
    .header {
      display: block;
      width: 100%;
      padding: 20px 0; } }

@media only screen and (max-width: 767px) {
  .logo {
    margin-left: 15px; } }

@media only screen and (max-width: 767px) {
  .logo img {
    width: 210px;
    height: auto; } }

.tel {
  position: relative;
  line-height: 0.7; }
  @media only screen and (max-width: 767px) {
    .tel {
      display: none; } }
  .tel:before {
    content: url(../../img/common/icon_tel.png);
    display: block;
    position: absolute;
    top: 0px; }
    @media only screen and (max-width: 767px) {
      .tel:before {
        content: '';
        background: url(../../img/common/icon_tel_sp.png) no-repeat;
        background-size: 100%;
        width: 40px;
        height: 60px;
        left: 0px;
        top: 0px; } }
  .tel dt {
    margin-left: 75px;
    display: inline-block;
    font-size: 43px;
    font-weight: bold;
    font-family: 'Rokkitt', serif;
    border-bottom: solid 2px #000; }
    .tel dt span {
      font-size: 30px; }
      @media only screen and (max-width: 767px) {
        .tel dt span {
          font-size: 25px; } }
    @media only screen and (max-width: 767px) {
      .tel dt {
        font-size: 35px;
        margin-left: 55px; } }
  .tel dd {
    line-height: 1.4;
    margin-left: 75px;
    font-size: 13px;
    padding-top: 5px; }
    @media only screen and (max-width: 767px) {
      .tel dd {
        font-size: 10px;
        margin-left: 55px; } }

.description {
  color: #b4855c;
  font-size: 13px;
  line-height: 22px;
  margin-right: auto;
  margin-left: 40px; }
  @media only screen and (max-width: 767px) {
    .description {
      display: none; } }

.gnavi {
  width: 1200px;
  height: 40px;
  margin: 0 auto 40px auto;
  font-size: 15px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  align-items: center;
  display: flex;
  justify-content: space-around;
  border-left: dotted 1px #dac4b0;
  border-right: dotted 1px #dac4b0; }
  @media only screen and (max-width: 767px) {
    .gnavi {
      display: none;
      width: 100px; } }
  .gnavi a {
    transition: all 0.2s;
    flex-grow: 5;
    text-align: center;
    line-height: 1;
    color: #000;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    border-left: dotted 1px #dac4b0; }
    .gnavi a:first-child {
      text-indent: -99999px;
      background: url(../../img/common/icon_home.png) center no-repeat;
      width: 60px;
      flex-grow: 1;
      border: none; }
    .gnavi a:hover {
      padding-top: 3px;
      opacity: 0.7;
      filter: alpha(opacity=70);
      -ms-filter: "alpha(opacity=70)"; }
  .gnavi span {
    color: #f88aa3;
    display: block;
    font-size: 11px;
    margin-top: 6px; }

.footer {
  padding-top: 60px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .footer {
      padding-top: 0px; } }

@media only screen and (max-width: 767px) {
  .footer_navi {
    display: none; } }
.footer_navi ul {
  font-size: 13px;
  width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around; }

.footer_navi_sp {
  display: none; }
  @media only screen and (max-width: 767px) {
    .footer_navi_sp {
      width: 100%;
      position: fixed;
      z-index: 10;
      bottom: 0;
      left: 0;
      display: flex;
      justify-content: space-between; }
      .footer_navi_sp a {
        width: 500%;
        flex-grow: 5;
        display: block;
        background: #f88aa3;
        color: #fff;
        text-align: center;
        font-size: 10px;
        padding: 7px;
        border-left: solid 1px #ff9fb6;
        line-height: 1.4; }
        .footer_navi_sp a:first-child {
          border: none; }
        .footer_navi_sp a:hover {
          text-decoration: none; }
        .footer_navi_sp a:before {
          font-family: FontAwesome;
          margin-right: 5px;
          display: block;
          font-size: 14px; }
        .footer_navi_sp a.home:before {
          content: "\f015"; }
        .footer_navi_sp a.access:before {
          content: "\f041"; }
        .footer_navi_sp a.footer_tel:before {
          content: "\f095"; }
        .footer_navi_sp a.pagetop:before {
          content: "\f176"; } }

.copyright {
  margin-top: 40px;
  background: #f88aa3;
  padding: 30px 0 60px 0;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 12px;
  font-size: 12px; }
  @media only screen and (max-width: 767px) {
    .copyright {
      margin-top: 0; } }

/*--- pagetop ---*/
#pagetop {
  text-indent: -9999px;
  background: url(../../img/common/pagetop.png) no-repeat;
  width: 85px;
  height: 85px;
  position: fixed;
  bottom: 0px;
  right: 0px;
  cursor: pointer;
  transition: 0.5s ease-in-out; }
  @media only screen and (max-width: 767px) {
    #pagetop {
      display: none; } }

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

.footer_info {
  border-top: solid 1px #ddd; }
  .footer_info .inner_m {
    display: flex;
    justify-content: space-between;
    padding: 50px 0; }
    @media only screen and (max-width: 767px) {
      .footer_info .inner_m {
        display: block;
        padding: 20px 0 0 0; }
        .footer_info .inner_m .font_min_lead {
          text-align: center; } }
  .footer_info .footer_info_left {
    width: 450px; }
    @media only screen and (max-width: 767px) {
      .footer_info .footer_info_left {
        width: 100%;
        padding: 0 10px; }
        .footer_info .footer_info_left img {
          width: 100%;
          height: auto;
          padding: 0; } }

.medical_time_heading {
  width: 410px;
  padding-left: 25px;
  background: url(../../img/common/icon_medical_time.png) no-repeat left 10px;
  line-height: 43px;
  position: relative;
  color: #f88aa3;
  border-top: solid 1px #ddd; }
  .medical_time_heading:before {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #f88aa3;
    position: absolute;
    left: 0;
    top: -1px; }
  @media only screen and (max-width: 767px) {
    .medical_time_heading {
      width: 100%;
      margin-top: 20px; } }

.footer_info_left .tel {
  margin: 30px 0 40px 0; }
  @media only screen and (max-width: 767px) {
    .footer_info_left .tel {
      display: block;
      margin: 20px auto;
      width: 90%; }
      .footer_info_left .tel dt {
        font-size: 30px; } }
.footer_info_left .btn_box {
  width: 340px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .footer_info_left .btn_box {
      margin: 20px auto 0 auto;
      width: 100%; }
      .footer_info_left .btn_box a {
        width: 48%; } }

.footer_info_right {
  border-radius: 10px;
  overflow: hidden;
  width: 650px;
  height: 650px;
  margin-top: 50px; }
  @media only screen and (max-width: 767px) {
    .footer_info_right {
      width: 100%;
      height: 400px;
      border-radius: 0;
      margin-top: 20px; } }

.footer_info_add {
  margin-top: 15px; }
  .footer_info_add:before {
    padding-top: 15px;
    border-top: dotted 1px #b4855c;
    content: '';
    width: 30px;
    display: block; }

.td_none:hover {
  text-decoration: none !important; }

.pagetitle {
  position: relative;
  width: 100%;
  height: 370px;
  overflow: hidden;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .pagetitle {
      height: auto;
      border-bottom: solid 1px #ddd;
      margin-bottom: 20px; } }
  .pagetitle .inner {
    width: 1400px;
    position: absolute;
    left: 50%;
    margin-left: -700px; }
    @media only screen and (max-width: 767px) {
      .pagetitle .inner {
        display: flex;
        flex-direction: column-reverse;
        position: static;
        width: 100%;
        margin: 0 auto;
        padding: 0 !important; } }
    .pagetitle .inner .pagetitle_heading {
      letter-spacing: 0.1em;
      position: relative;
      z-index: 2;
      margin: 100px 0 0 150px;
      font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
      font-size: 40px; }
      @media only screen and (max-width: 767px) {
        .pagetitle .inner .pagetitle_heading {
          font-size: 20px;
          margin: 20px auto;
          text-align: center; } }
      .pagetitle .inner .pagetitle_heading span {
        letter-spacing: 0.05em;
        color: #b4855c;
        font-size: 18px;
        font-family: "Playfair Display", serif;
        text-transform: uppercase;
        display: block; }
        @media only screen and (max-width: 767px) {
          .pagetitle .inner .pagetitle_heading span {
            font-size: 10px; } }
        .pagetitle .inner .pagetitle_heading span:before {
          display: block;
          content: '';
          width: 40px;
          height: 1px;
          background: #b4855c;
          margin: 5px 0 10px 0; }
          @media only screen and (max-width: 767px) {
            .pagetitle .inner .pagetitle_heading span:before {
              margin: 10px auto; } }
  @media only screen and (max-width: 767px) {
    .pagetitle .hero_img {
      position: static;
      width: 100%; }
      .pagetitle .hero_img img {
        width: 100%;
        height: auto; } }

.course_title.pagetitle {
  height: 60px; }

/****************************************
@Font Color
*****************************************/
.color_w {
  color: #fff; }

.color_keycolor {
  color: #b4855c; }

.color_keycolor_sub {
  color: #f88aa3; }

/****************************************
@Border
*****************************************/
.border_blue {
  border: solid 1px #a8b3c5; }

.border_gray {
  border: solid 1px #989898; }

.border_black {
  border: solid 1px #6c6c6c; }

.border_green {
  border: solid 1px #6db065; }

.bt_none {
  border-top: none; }

.br_none {
  border-right: none; }

.bb_none {
  border-bottom: none; }

.bl_none {
  border-left: none; }

/*=======================================
@Line Height
=========================================*/
.lh0 {
  line-height: 0; }

.lh100 {
  line-height: 100%; }

.lh110 {
  line-height: 110%; }

.lh120 {
  line-height: 120%; }

.lh130 {
  line-height: 130%; }

.lh140 {
  line-height: 140%; }

.lh150 {
  line-height: 150%; }

.lh160 {
  line-height: 160%; }

.lh170 {
  line-height: 170%; }

.lh180 {
  line-height: 180%; }

.lh190 {
  line-height: 190%; }

.lh200 {
  line-height: 200%; }

.lh210 {
  line-height: 210%; }

.lh220 {
  line-height: 220%; }

.lh230 {
  line-height: 230%; }

.lh240 {
  line-height: 240%; }

.lh250 {
  line-height: 250%; }

.lh260 {
  line-height: 260%; }

.lh270 {
  line-height: 270%; }

.lh280 {
  line-height: 280%; }

.lh290 {
  line-height: 290%; }

.lh300 {
  line-height: 300%; }

/*=======================================
@Margin
=========================================*/
.m0 {
  margin: 0; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt18 {
  margin-top: 18px; }

.mt20 {
  margin-top: 20px; }

.mt25 {
  margin-top: 25px; }

.mt30 {
  margin-top: 30px; }

.mt35 {
  margin-top: 35px; }

.mt40 {
  margin-top: 40px; }

.mt45 {
  margin-top: 45px; }

.mt50 {
  margin-top: 50px; }

.mr5 {
  margin-right: 5px; }

.mr10 {
  margin-right: 10px; }

.mr15 {
  margin-right: 15px; }

.mr20 {
  margin-right: 20px; }

.mr25 {
  margin-right: 25px; }

.mr30 {
  margin-right: 30px; }

.mr35 {
  margin-right: 35px; }

.mr40 {
  margin-right: 40px; }

.mr45 {
  margin-right: 45px; }

.mr50 {
  margin-right: 50px; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

.mb35 {
  margin-bottom: 35px; }

.mb40 {
  margin-bottom: 40px; }

.mb45 {
  margin-bottom: 45px; }

.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mb1em {
  margin-bottom: 1em; }

.ml5 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.ml15 {
  margin-left: 15px; }

.ml20 {
  margin-left: 20px; }

.ml25 {
  margin-left: 25px; }

.ml30 {
  margin-left: 30px; }

.ml35 {
  margin-left: 35px; }

.ml40 {
  margin-left: 40px; }

.ml45 {
  margin-left: 45px; }

.ml50 {
  margin-left: 50px; }

.ma5 {
  margin: 5px; }

.ma10 {
  margin: 10px; }

.ma15 {
  margin: 15px; }

.ma20 {
  margin: 20px; }

.ma25 {
  margin: 25px; }

.ma30 {
  margin: 30px; }

.ma35 {
  margin: 35px; }

.ma40 {
  margin: 40px; }

.ma45 {
  margin: 45px; }

.ma50 {
  margin: 50px; }

.mw1em {
  margin: 0 1em; }

.mw5 {
  margin: 0 5px; }

.mw10 {
  margin: 0 10px; }

.mw15 {
  margin: 0 15px; }

.mw20 {
  margin: 0 20px; }

.mw25 {
  margin: 0 25px; }

.mw30 {
  margin: 0 30px; }

.mw35 {
  margin: 0 35px; }

.mw40 {
  margin: 0 40px; }

.mw45 {
  margin: 0 45px; }

.mw50 {
  margin: 0 50px; }

.mv5 {
  margin: 5px 0; }

.mv10 {
  margin: 10px 0; }

.mv15 {
  margin: 15px 0; }

.mv20 {
  margin: 20px 0; }

.mv25 {
  margin: 25px 0; }

.mv30 {
  margin: 30px 0; }

.mv35 {
  margin: 35px 0; }

.mv40 {
  margin: 40px 0; }

.mv45 {
  margin: 45px 0; }

.mv50 {
  margin: 50px 0; }

/*=======================================
@Padding
=========================================*/
.pt5 {
  padding-top: 5px; }

.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pt20 {
  padding-top: 20px; }

.pt25 {
  padding-top: 25px; }

.pt30 {
  padding-top: 30px; }

.pt35 {
  padding-top: 35px; }

.pt40 {
  padding-top: 40px; }

.pt45 {
  padding-top: 45px; }

.pt50 {
  padding-top: 50px; }

.pr5 {
  padding-right: 5px; }

.pr10 {
  padding-right: 10px; }

.pr15 {
  padding-right: 15px; }

.pr20 {
  padding-right: 20px; }

.pr25 {
  padding-right: 25px; }

.pr30 {
  padding-right: 30px; }

.pr35 {
  padding-right: 35px; }

.pr40 {
  padding-right: 40px; }

.pr45 {
  padding-right: 45px; }

.pr50 {
  padding-right: 50px; }

.pb5 {
  padding-bottom: 5px; }

.pb10 {
  padding-bottom: 10px; }

.pb15 {
  padding-bottom: 15px; }

.pb20 {
  padding-bottom: 20px; }

.pb25 {
  padding-bottom: 25px; }

.pb30 {
  padding-bottom: 30px; }

.pb35 {
  padding-bottom: 35px; }

.pb40 {
  padding-bottom: 40px; }

.pb45 {
  padding-bottom: 45px; }

.pb50 {
  padding-bottom: 50px; }

.pl5 {
  padding-left: 5px; }

.pl10 {
  padding-left: 10px; }

.pl15 {
  padding-left: 15px; }

.pl20 {
  padding-left: 20px; }

.pl25 {
  padding-left: 25px; }

.pl30 {
  padding-left: 30px; }

.pl35 {
  padding-left: 35px; }

.pl40 {
  padding-left: 40px; }

.pl45 {
  padding-left: 45px; }

.pl50 {
  padding-left: 50px; }

.pa5 {
  padding: 5px; }

.pa10 {
  padding: 10px; }

.pa15 {
  padding: 15px; }

.pa20 {
  padding: 20px; }

.pa25 {
  padding: 25px; }

.pa30 {
  padding: 30px; }

.pa35 {
  padding: 35px; }

.pa40 {
  padding: 40px; }

.pa45 {
  padding: 45px; }

.pa50 {
  padding: 50px; }

/*=======================================
@Indent
=========================================*/
.indent {
  text-indent: 1em; }

/*=======================================
@Alpha
=========================================*/
a:hover img.trans,
a.trans:hover,
input.trans:hover {
  behavior: url(/css/PIE.htc);
  position: relative;
  cursor: pointer;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75; }

/*--------------------------------------
@Left Center Right
----------------------------------------*/
.left {
  *display: inline;
  float: left; }

.right {
  *display: inline;
  float: right; }

.center {
  text-align: center;
  position: relative;
  margin: 0 auto; }

.text_left {
  text-align: left; }

.text_right {
  text-align: right; }

.text_center {
  text-align: center; }

.floatl {
  float: left; }

.floatr {
  float: right; }

.txt {
  overflow: hidden;
  zoom: 1; }

/*--------------------------------------
@Display
----------------------------------------*/
.db {
  display: block; }

.di {
  display: inline; }

.dib {
  display: inline-block; }

.dn {
  display: none; }

/*--------------------------------------
@Clear Both
----------------------------------------*/
.cb {
  clear: both; }

/*--------------------------------------
@Position
----------------------------------------*/
.pos_a {
  position: absolute; }

.pos_r {
  position: relative; }

/* --------------------------------------
@Font Weight
-----------------------------------------*/
.nomal {
  font-weight: normal; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

/* --------------------------------------
@Clear Fix
----------------------------------------- */
#header:before,
#header:after,
#keyimg:before,
#keyimg:after,
#contents:before,
#contents:after,
.column:before,
.column:after,
.inner:before,
.inner:after,
.media:before,
.media:after,
.cf:before,
.cf:after {
  content: "";
  display: table; }

#header:before,
#header:after,
#keyimg:before,
#keyimg:after,
#contents:before,
#contents:after,
.column:before,
.column:after,
.inner:before,
.inner:after,
.media:before,
.media:after,
.cf:before,
.cf:after {
  clear: both; }

#header:before,
#header:after,
#keyimg,
#contents,
.column,
.inner,
.media,
.cf {
  zoom: 1; }

/* clear */
.clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
   height: auto;
   overflow: hidden;
   /**/ }

.heading_m {
  font-size: 24px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  line-height: 1.6;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .heading_m {
      font-size: 20px;
      margin-bottom: 20px; } }

.heading_l {
  font-size: 28px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  line-height: 1.6;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .heading_l {
      font-size: 20px;
      margin-bottom: 20px; } }

.btn {
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 15px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  width: 230px;
  line-height: 55px;
  color: #fff;
  transition: all 0.7s; }
  .btn:hover {
    text-decoration: none; }

.btn_bg_p {
  background: #f88aa3;
  color: #fff; }
  .btn_bg_p:hover {
    background: #b4855c; }

.btn_border_w {
  border: solid 1px #fff; }
  .btn_border_w:hover {
    background: #b4855c;
    border: solid 1px #b4855c; }

.btn_border_b {
  transition: all 0.7s;
  position: relative;
  text-decoration: none;
  display: block;
  border: solid 1px #b4855c;
  width: 160px;
  line-height: 40px;
  text-align: center;
  color: #b4855c; }
  .btn_border_b:before {
    font-size: 13px;
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    top: 0px;
    right: 15px; }
  .btn_border_b:hover {
    background: #b4855c;
    color: #fff;
    text-decoration: none; }

.text_link {
  transition: all 0.7s;
  color: #b4855c;
  text-decoration: none;
  border-bottom: #b4855c 1px solid;
  padding-bottom: 6px; }
  .text_link:after {
    transition: all 0.7s;
    font-size: 13px;
    font-family: FontAwesome;
    content: "\f105";
    margin-left: 10px; }
  .text_link:hover {
    text-decoration: none; }
    .text_link:hover:after {
      margin-left: 7px; }

.btn_blank:after {
  font-family: FontAwesome;
  content: "\f08e";
  margin-left: 10px; }

.text_link_color {
  transition: all 0.7s;
  color: #b4855c; }
  .text_link_color:hover {
    text-decoration: none;
    color: #f88aa3; }

.hero_box {
  position: relative;
  width: 100%;
  height: 670px;
  overflow: hidden;
  margin: 0 auto; }
  .hero_box .inner {
    width: 1400px;
    position: absolute;
    left: 50%;
    margin-left: -700px; }
    .hero_box .inner:before {
      content: url(../../img/home/hart_img.png);
      position: absolute;
      left: -100px;
      top: 0; }
      @media only screen and (max-width: 767px) {
        .hero_box .inner:before {
          display: none; } }
    @media only screen and (max-width: 767px) {
      .hero_box .inner {
        display: flex;
        flex-direction: column-reverse;
        position: static;
        width: 100%;
        margin: 0 auto;
        padding: 0 !important; } }
  @media only screen and (max-width: 767px) {
    .hero_box {
      height: auto;
      padding: 0; } }

.hero_icon {
  position: absolute;
  right: 100px;
  top: 10px;
  z-index: 2; }
  @media only screen and (max-width: 767px) {
    .hero_icon {
      right: 30px;
      bottom: 10px;
      width: 108px;
      height: 108px; }
      .hero_icon img {
        width: 108px;
        height: auto; } }

.hero_img {
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .hero_img {
      position: static;
      width: 100%; }
      .hero_img img {
        width: 100%;
        height: auto; } }

.hero_catch {
  position: absolute;
  z-index: 2;
  left: 100px;
  top: 70px; }
  @media only screen and (max-width: 767px) {
    .hero_catch {
      position: static;
      padding: 20px;
      margin: 20px 0; }
      .hero_catch img {
        width: 100%;
        height: auto; } }

.hero_access {
  color: #b4855c;
  position: absolute;
  left: 100px;
  top: 340px; }
  .hero_access dl {
    background: url(../../img/home/access_txt_bg.png) no-repeat center 15px;
    text-align: center;
    width: 135px;
    line-height: 1;
    position: relative;
    margin-top: -55px;
    margin-left: 30px;
    transition: all 0.7s; }
  .hero_access dt {
    font-family: "Playfair Display", serif;
    font-size: 16px;
    letter-spacing: 0.1em; }
  .hero_access dd {
    margin-top: 18px;
    font-size: 12px; }
  .hero_access:hover dl {
    margin-left: 40px; }
  @media only screen and (max-width: 767px) {
    .hero_access {
      display: none; } }

.heading_feature {
  text-align: center;
  text-transform: uppercase;
  color: #b4855c; }
  .heading_feature:after {
    content: '';
    display: block;
    border-bottom: dotted 1px #b4855c;
    position: relative;
    margin-top: -60px;
    z-index: 1; }
  .heading_feature span {
    display: block;
    z-index: 2;
    position: relative; }
    .heading_feature span:first-child {
      font-family: "Playfair Display", serif;
      font-weight: 1;
      font-size: 26px;
      background: #fff;
      width: 200px;
      margin: 0 auto; }
      .heading_feature span:first-child:before {
        content: '';
        height: 1px;
        width: 200px;
        background: #b4855c;
        display: block;
        margin: 0 auto; }
      .heading_feature span:first-child:after {
        content: '';
        height: 1px;
        width: 200px;
        background: #b4855c;
        display: block;
        margin: 0 auto; }
    .heading_feature span:last-child {
      margin-top: 1px;
      font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
      padding-top: 0px; }
      .heading_feature span:last-child:before {
        content: '';
        height: 1px;
        width: 200px;
        background: #b4855c;
        display: block;
        margin: 0px auto 6px auto; }

.feature_list {
  margin-top: 110px;
  display: flex;
  justify-content: space-around; }
  @media only screen and (max-width: 767px) {
    .feature_list {
      flex-wrap: wrap;
      margin-top: 80px; } }
  .feature_list li {
    position: relative;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .feature_list li {
        width: 50%;
        margin-bottom: 30px; }
        .feature_list li img {
          width: 100px;
          height: auto; } }
  .feature_list p {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 15px; }
    @media only screen and (max-width: 767px) {
      .feature_list p {
        font-size: 10px;
        margin-top: 5px; } }
  .feature_list .num {
    position: absolute;
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 25px;
    color: #f88aa3;
    width: 36px;
    left: -30px;
    line-height: 1.4;
    top: 0;
    border-bottom: solid 1px #f88aa3; }
    @media only screen and (max-width: 767px) {
      .feature_list .num {
        font-size: 17px;
        left: 25px;
        width: 25px; } }

.feature_btn {
  margin: 50px auto 0 auto; }
  @media only screen and (max-width: 767px) {
    .feature_btn {
      margin: 0 auto; } }

.information {
  background: url(../../img/home/information_bg.png) no-repeat;
  background-size: cover; }
  .information .inner {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .information .inner {
        display: block; } }

.information_text_area {
  text-align: center;
  width: 690px; }
  .information_text_area .font_min_lead {
    text-align: center;
    margin: 60px 0 80px 0; }
    .information_text_area .font_min_lead .br_phone {
      display: none; }
      @media only screen and (max-width: 767px) {
        .information_text_area .font_min_lead .br_phone {
          display: block; } }
    @media only screen and (max-width: 767px) {
      .information_text_area .font_min_lead {
        margin: 30px 0; } }
  @media only screen and (max-width: 767px) {
    .information_text_area {
      width: 100%;
      margin: 30px 0;
      padding: 0 10px; } }

.heading_information {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-top: 100px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .heading_information {
      margin-top: 30px; } }
  .heading_information:before {
    content: '';
    display: block;
    border-bottom: dotted 1px #fff;
    position: absolute;
    top: 25px;
    left: 0;
    width: 180px; }
    @media only screen and (max-width: 767px) {
      .heading_information:before {
        display: none; } }
  .heading_information:after {
    content: '';
    display: block;
    border-bottom: dotted 1px #fff;
    position: absolute;
    top: 25px;
    right: 0;
    width: 180px; }
    @media only screen and (max-width: 767px) {
      .heading_information:after {
        display: none; } }
  .heading_information span {
    display: block;
    z-index: 2;
    position: relative; }
    .heading_information span:first-child {
      font-family: "Playfair Display", serif;
      font-weight: 1;
      font-size: 26px;
      width: 325px;
      margin: 0 auto; }
      .heading_information span:first-child:before {
        content: '';
        height: 1px;
        width: 325px;
        background: #fff;
        display: block;
        margin: 0 auto; }
      .heading_information span:first-child:after {
        content: '';
        height: 1px;
        width: 325px;
        background: #fff;
        display: block;
        margin: 0 auto; }
    .heading_information span:last-child {
      margin-top: 1px;
      font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
      letter-spacing: 0.1em;
      padding-top: 0px; }
      .heading_information span:last-child:before {
        content: '';
        height: 1px;
        width: 325px;
        background: #fff;
        display: block;
        margin: 0px auto 6px auto; }

.medical_courses {
  width: 350px;
  margin-top: 60px; }
  @media only screen and (max-width: 767px) {
    .medical_courses {
      display: block;
      width: 90%;
      margin: 30px auto 0 auto; } }

.medical_courses_heading {
  position: relative;
  text-transform: uppercase;
  padding-top: 23px;
  background: #fff;
  height: 90px;
  text-align: center; }
  .medical_courses_heading span {
    display: block;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-size: 20px;
    line-height: 1.4; }
    .medical_courses_heading span:last-child {
      font-family: "Playfair Display", serif;
      font-size: 10px;
      color: #b4855c; }
  .medical_courses_heading:after {
    content: url(../../img/home/snkk.png);
    display: block;
    text-align: center;
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0; }

.medical_courses_menu li:nth-child(odd) a {
  background-color: #f88aa3; }
.medical_courses_menu li:nth-child(even) a {
  background-color: #ff9fb6; }
.medical_courses_menu li.current a {
  background-color: #b4855c; }
.medical_courses_menu li a {
  text-decoration: none;
  display: block;
  line-height: 90px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  color: #fff;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position: 30px center;
  padding-left: 90px;
  transition: all 0.7s; }
  .medical_courses_menu li a:hover {
    background-color: #b4855c; }
  @media only screen and (max-width: 767px) {
    .medical_courses_menu li a {
      font-size: 14px;
      padding-left: 20px;
      background-image: none;
      line-height: 60px;
      background-image: none !important; } }
.medical_courses_menu .menu01 a {
  background-image: url(../../img/home/icon_courses01.png); }
.medical_courses_menu .menu02 a {
  background-image: url(../../img/home/icon_courses02.png); }
.medical_courses_menu .menu03 a {
  background-image: url(../../img/home/icon_courses03.png); }
.medical_courses_menu .menu04 a {
  background-image: url(../../img/home/icon_courses04.png); }

.news {
  background: #fff3f6; }

.news_heading {
  background: url(../../img/home/news_title.png) no-repeat;
  position: absolute;
  top: 40px;
  left: 40px;
  width: 35px;
  height: 113px;
  text-indent: -9999px; }
  @media only screen and (max-width: 767px) {
    .news_heading {
      text-indent: inherit;
      width: 100px;
      margin: 20px auto;
      height: auto;
      position: static;
      background: none;
      font-size: 18px;
      font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
      text-align: center;
      border-bottom: solid 2px #f88aa3; } }

.news_detail {
  position: absolute;
  right: 0;
  top: 40px; }
  @media only screen and (max-width: 767px) {
    .news_detail {
      position: static;
      display: none; } }

.news_list {
  width: 790px;
  margin: 80px 0 0 250px; }
  .news_list span {
    display: inline-block;
    margin-right: 30px; }
  @media only screen and (max-width: 767px) {
    .news_list {
      width: 100%;
      margin: 0; }
      .news_list span {
        display: block;
        font-size: 12px; } }
  .news_list li {
    margin: 10px; }

.greeting {
  padding-top: 80px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  background: url(../../img/home/greeting_bg.png) no-repeat right bottom; }
  .greeting .inner {
    display: flex; }
    @media only screen and (max-width: 767px) {
      .greeting .inner {
        display: block;
        padding: 0 10px; }
        .greeting .inner img {
          width: 100%;
          height: auto; } }
  @media only screen and (max-width: 767px) {
    .greeting {
      background: none;
      padding-top: 0px; } }

.greeting_heading {
  text-indent: -9999px;
  background: url(../../img/home/greeting_title.png) no-repeat;
  width: 35px;
  height: 209px;
  position: absolute;
  top: -30px;
  right: 40px; }
  @media only screen and (max-width: 767px) {
    .greeting_heading {
      background: none;
      text-indent: inherit;
      width: 130px;
      margin: 20px auto;
      height: auto;
      position: static;
      background: none;
      font-size: 18px;
      font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
      text-align: center;
      border-bottom: solid 2px #f88aa3; } }

.greeting_right {
  font-size: 16px;
  line-height: 34px;
  margin-left: 130px;
  padding-top: 30px; }
  .greeting_right .name {
    line-height: 1.5;
    margin-top: 40px;
    font-size: 14px; }
    @media only screen and (max-width: 767px) {
      .greeting_right .name {
        margin-top: 20px; } }
    .greeting_right .name span {
      font-size: 22px; }
  .greeting_right .greeting_btn {
    margin-top: 30px; }
    @media only screen and (max-width: 767px) {
      .greeting_right .greeting_btn {
        margin: 20px auto; } }
  @media only screen and (max-width: 767px) {
    .greeting_right {
      font-size: 14px;
      line-height: 28px;
      margin: 0;
      padding-top: 10px; } }

.suzuran_info {
  background: url(../../img/home/suzuran_bg.png) no-repeat left top #353535; }
  .suzuran_info .inner {
    color: #fff;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .suzuran_info .inner {
        display: block; } }
    .suzuran_info .inner .suzuran_info_left {
      text-align: center;
      flex-grow: 1; }
      @media only screen and (max-width: 767px) {
        .suzuran_info .inner .suzuran_info_left {
          padding: 0 20px; } }
    .suzuran_info .inner .suzuran_info_right {
      text-align: center;
      flex-grow: 2; }
  @media only screen and (max-width: 767px) {
    .suzuran_info {
      background-size: cover; } }

.suzuran_info_heading {
  margin: 60px 0 40px 0; }
  @media only screen and (max-width: 767px) {
    .suzuran_info_heading {
      margin: 30px 0 20px 0; }
      .suzuran_info_heading img {
        width: 165px;
        height: auto; } }

.btn_suzuran_info {
  margin: 40px auto; }
  @media only screen and (max-width: 767px) {
    .btn_suzuran_info {
      margin: 20px auto 0 auto; } }

.suzuran_info_right {
  margin-top: 110px; }
  @media only screen and (max-width: 767px) {
    .suzuran_info_right {
      display: none; } }

#loopslider {
  position: relative;
  width: 1200px;
  margin: 60px auto;
  overflow: hidden; }
  #loopslider p {
    letter-spacing: 0.2em;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 65px;
    z-index: 10;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-size: 20px;
    text-align: center; }
  @media only screen and (max-width: 767px) {
    #loopslider {
      display: none; } }

.sakamoto_pic {
  position: absolute;
  right: 0;
  top: 50px; }
  @media only screen and (max-width: 767px) {
    .sakamoto_pic {
      width: 100%;
      position: static; }
      .sakamoto_pic img {
        width: 100%;
        height: auto; } }

.greeting_name {
  background: url(../../img/greeting/name.png) no-repeat;
  width: 58px;
  height: 231px;
  text-indent: -99999px;
  position: absolute;
  left: 0px;
  top: 0; }
  .greeting_name br {
    display: none; }
  @media only screen and (max-width: 767px) {
    .greeting_name {
      font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
      position: static;
      width: 100%;
      height: auto;
      background: none;
      text-indent: inherit;
      line-height: 1.5;
      margin-top: 20px;
      font-size: 14px; }
      .greeting_name span {
        font-size: 22px; }
      .greeting_name br {
        display: block; } }

.greeting_cont {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    .greeting_cont {
      display: block;
      width: 100%;
      padding-bottom: 20px; } }
  .greeting_cont div {
    padding-left: 30px;
    flex-grow: 1; }
    @media only screen and (max-width: 767px) {
      .greeting_cont div {
        padding-left: 0px; } }
  .greeting_cont .greeting_cont_left {
    margin-left: 100px; }
    @media only screen and (max-width: 767px) {
      .greeting_cont .greeting_cont_left {
        margin-left: 0px; } }
  .greeting_cont .greeting_cont_right {
    width: 400px;
    margin-top: 449px; }
    @media only screen and (max-width: 767px) {
      .greeting_cont .greeting_cont_right {
        margin-top: 0px;
        width: 100%; } }

.heading_circle {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 18px;
  margin: 40px 0 20px 0; }
  @media only screen and (max-width: 767px) {
    .heading_circle {
      font-size: 16px;
      margin: 30px 0 10px 0; } }
  .heading_circle span {
    color: #b4855c;
    font-size: 12px;
    display: block;
    float: left;
    padding-top: 6px;
    margin-right: 5px; }

.feature_cont ul {
  display: flex;
  justify-content: space-between;
  padding: 50px 0; }
  @media only screen and (max-width: 767px) {
    .feature_cont ul {
      display: block;
      padding: 0 0 20px 0; }
      .feature_cont ul li img {
        width: 100%;
        height: auto; } }
  .feature_cont ul li:first-child {
    width: 490px; }
    @media only screen and (max-width: 767px) {
      .feature_cont ul li:first-child {
        width: 100%;
        margin-bottom: 10px; } }
  .feature_cont ul .feature_cont_num {
    display: inline-block;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-bottom: solid 1px #f88aa3;
    font-family: "Playfair Display", serif;
    line-height: 1.3;
    font-style: italic;
    color: #f88aa3;
    font-size: 16px; }
    .feature_cont ul .feature_cont_num span {
      font-size: 34px; }
      @media only screen and (max-width: 767px) {
        .feature_cont ul .feature_cont_num span {
          font-size: 28px; } }
    @media only screen and (max-width: 767px) {
      .feature_cont ul .feature_cont_num {
        font-size: 12px;
        margin-bottom: 10px; } }
  .feature_cont ul.feature_cont01 li:nth-child(2), .feature_cont ul.feature_cont03 li:nth-child(2) {
    order: -1; }

.faq_list {
  padding-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    .faq_list {
      padding-bottom: 20px; } }
  .faq_list .icon {
    font-family: "Playfair Display", serif;
    color: #fff;
    font-size: 17px;
    width: 36px;
    line-height: 36px;
    height: 36px;
    border-radius: 18px;
    text-align: center;
    display: inline-block;
    margin-right: 20px; }
    @media only screen and (max-width: 767px) {
      .faq_list .icon {
        font-size: 12px;
        margin-right: 10px;
        width: 30px;
        line-height: 30px;
        height: 30px;
        border-radius: 15px; } }
  .faq_list .text {
    padding-top: 5px;
    width: 850px; }
    @media only screen and (max-width: 767px) {
      .faq_list .text {
        width: 90%; } }
  .faq_list dt {
    display: flex;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    border-top: dotted 1px #b4855c;
    padding-top: 40px;
    margin-top: 40px; }
    @media only screen and (max-width: 767px) {
      .faq_list dt {
        font-size: 14px;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-top: 20px; } }
    .faq_list dt .icon {
      background: #b4855c; }
  .faq_list dd {
    display: flex; }
    .faq_list dd .icon {
      background: #f88aa3; }

.information_cont {
  margin-bottom: 80px;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .information_cont {
      display: block;
      margin-bottom: 30px; } }
  .information_cont .inner_s {
    padding-top: 60px; }
    @media only screen and (max-width: 767px) {
      .information_cont .inner_s {
        padding-top: 0px; } }

.information_cont_heading {
  width: 32px;
  height: 256px;
  background: url(../../img/information/heading.png) no-repeat;
  text-indent: -9999px; }
  @media only screen and (max-width: 767px) {
    .information_cont_heading {
      text-indent: inherit;
      width: 100%;
      margin: 20px auto;
      height: auto;
      position: static;
      background: none;
      font-size: 18px;
      font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
      text-align: center; } }

#medical-course .medical_courses {
  width: 900px;
  margin: 40px 0 60px 0; }
  @media only screen and (max-width: 767px) {
    #medical-course .medical_courses {
      display: block;
      width: 100%;
      margin-top: 30px;
      border-top: dotted 1px #f88aa3; } }

#medical-course .medical_courses_menu {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    #medical-course .medical_courses_menu {
      display: block; } }
  #medical-course .medical_courses_menu li {
    width: 50%; }
    @media only screen and (max-width: 767px) {
      #medical-course .medical_courses_menu li {
        width: 100%; } }
  #medical-course .medical_courses_menu li:nth-child(odd) a {
    background-color: #f88aa3; }
  #medical-course .medical_courses_menu li:nth-child(even) a {
    background-color: #ff9fb6; }
  #medical-course .medical_courses_menu li:nth-child(3) a {
    background-color: #ff9fb6; }
    @media only screen and (max-width: 767px) {
      #medical-course .medical_courses_menu li:nth-child(3) a {
        background-color: #f88aa3; } }
  #medical-course .medical_courses_menu li:nth-child(4) a {
    background-color: #f88aa3; }
    @media only screen and (max-width: 767px) {
      #medical-course .medical_courses_menu li:nth-child(4) a {
        background-color: #ff9fb6; } }
  #medical-course .medical_courses_menu li a {
    text-decoration: none;
    display: block;
    line-height: 90px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    color: #fff;
    font-size: 16px;
    background-repeat: no-repeat;
    background-position: 30px center;
    padding-left: 90px;
    transition: all 0.7s; }
    #medical-course .medical_courses_menu li a:hover {
      background-color: #b4855c; }
    @media only screen and (max-width: 767px) {
      #medical-course .medical_courses_menu li a {
        font-size: 14px;
        padding-left: 20px;
        background-image: none;
        line-height: 60px; } }

.course_txtbox {
  margin-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    .course_txtbox {
      width: 100%;
      margin-top: 10px;
      float: none; }
      .course_txtbox .heading_m {
        text-align: center; } }
  .course_txtbox .list_box01 {
    margin-top: 30px; }

.symptom_list_box {
  padding: 30px 40px;
  margin-top: 40px;
  border: solid 1px #ddd; }
  .symptom_list_box ul {
    list-style: disc;
    list-style-position: outside;
    margin-left: 20px; }
    .symptom_list_box ul li {
      margin: 10px 0; }
  @media only screen and (max-width: 767px) {
    .symptom_list_box {
      padding: 10px 20px;
      margin-top: 20px; } }

.symptom_list_box_title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 18px;
  margin-bottom: 20px;
  color: #f88aa3;
  font-weight: bold; }
  @media only screen and (max-width: 767px) {
    .symptom_list_box_title {
      font-size: 16px;
      line-height: 1.4;
      margin-top: 10px; } }

.mc_btn {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 18px;
  display: block;
  background: #f88aa3;
  line-height: 90px;
  text-align: center;
  color: #fff;
  margin-top: 40px;
  width: 800px;
  transition: all 0.7s; }
  .mc_btn:hover {
    background: #b4855c;
    text-decoration: none; }

.access_cont {
  margin: 40px 0 80px 0; }
  @media only screen and (max-width: 767px) {
    .access_cont {
      float: none;
      margin: 20px 0; } }
  .access_cont .btn_border_b {
    float: right; }
    @media only screen and (max-width: 767px) {
      .access_cont .btn_border_b {
        float: none;
        margin: 20px 0; } }
  .access_cont .access_heading {
    padding-left: 40px;
    position: relative;
    font-size: 18px;
    margin-top: 60px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    color: #b4855c; }
    @media only screen and (max-width: 767px) {
      .access_cont .access_heading {
        font-size: 16px;
        margin-top: 30px; } }
    .access_cont .access_heading:before {
      content: url(../../img/access/icon.png);
      display: block;
      position: absolute;
      left: 0;
      top: 0; }
    .access_cont .access_heading:after {
      content: '';
      width: 560px;
      height: 1px;
      background: #b4855c;
      position: absolute;
      right: 0;
      top: 17px; }
      @media only screen and (max-width: 767px) {
        .access_cont .access_heading:after {
          display: none; } }

.map {
  width: 100%;
  height: 500px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .map {
      height: 400px; } }

.access_list {
  margin-top: 40px; }
  @media only screen and (max-width: 767px) {
    .access_list {
      margin-top: 20px; } }
  .access_list li {
    position: relative;
    border-bottom: solid 1px #e7d3c1;
    padding: 30px 0;
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .access_list li {
        display: block; }
        .access_list li img {
          width: 100%;
          height: auto; } }
    .access_list li img {
      margin-right: 50px; }
      @media only screen and (max-width: 767px) {
        .access_list li img {
          margin-right: 0; } }
    .access_list li .access_num {
      margin-bottom: 20px;
      display: inline-block;
      color: #f88aa3;
      font-weight: bold;
      border-bottom: solid 2px #f88aa3; }
      @media only screen and (max-width: 767px) {
        .access_list li .access_num {
          margin: 20px 0 10px 0; } }
    .access_list li:after {
      content: url(../../img/access/arrow.png);
      display: block;
      position: absolute;
      top: -15px;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 50px; }
    .access_list li:first-child {
      padding-top: 0; }
      .access_list li:first-child:after {
        content: none; }
    .access_list li:last-child {
      border: none; }
