@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* line 5, ../sass/style.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
  margin: 0;
  padding: 0; }

/* line 5, ../sass/style.scss */
audio, canvas, video {
  display: inline-block; }

/* line 5, ../sass/style.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/* line 5, ../sass/style.scss */
[hidden] {
  display: none; }

/* line 5, ../sass/style.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* line 5, ../sass/style.scss */
body {
  margin: 0; }

/* line 5, ../sass/style.scss */
a:focus {
  outline: thin dotted; }

/* line 5, ../sass/style.scss */
a:active, a:hover {
  outline: 0; }

/* line 5, ../sass/style.scss */
h1 {
  font-size: 2em; }

/* line 5, ../sass/style.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/* line 5, ../sass/style.scss */
b, strong {
  font-weight: bold; }

/* line 5, ../sass/style.scss */
dfn {
  font-style: italic; }

/* line 5, ../sass/style.scss */
mark {
  background: #ff0;
  color: #000; }

/* line 5, ../sass/style.scss */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

/* line 5, ../sass/style.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/* line 5, ../sass/style.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/* line 5, ../sass/style.scss */
small {
  font-size: 80%; }

/* line 5, ../sass/style.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 5, ../sass/style.scss */
sup {
  top: -0.5em; }

/* line 5, ../sass/style.scss */
sub {
  bottom: -0.25em; }

/* line 5, ../sass/style.scss */
img {
  border: 0; }

/* line 5, ../sass/style.scss */
svg:not(:root) {
  overflow: hidden; }

/* line 5, ../sass/style.scss */
figure {
  margin: 0; }

/* line 5, ../sass/style.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/* line 5, ../sass/style.scss */
legend {
  border: 0;
  padding: 0; }

/* line 5, ../sass/style.scss */
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

/* line 5, ../sass/style.scss */
button, input {
  line-height: normal; }

/* line 5, ../sass/style.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

/* line 5, ../sass/style.scss */
button[disabled], input[disabled] {
  cursor: default; }

/* line 5, ../sass/style.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/* line 5, ../sass/style.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* line 5, ../sass/style.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 5, ../sass/style.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* line 5, ../sass/style.scss */
textarea {
  overflow: auto;
  vertical-align: top; }

/* line 5, ../sass/style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 5, ../sass/style.scss */
dl, dt, dd, ol, ul, li, p {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  list-style: none; }

/* line 7, ../sass/style.scss */
* {
  box-sizing: border-box; }

/* line 11, ../sass/style.scss */
h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: normal; }

/*-------------  変数   ---------------------------- */
/*ヘッダーリンクボタン色、リンクボタン色、PUP背景色*/
/*グリーン */
/*オレンジ色 */
/*黄色*/
/*リンク色*/
/* line 34, ../sass/style.scss */
.txtC {
  text-align: center; }

/*ドロワーナビボタン色１*/
/*ドロワーナビボタン色２*/
/*ドロワーナビボタン境界色*/
/*ドロワー背景色*/
/*コンテンツ背景色*/
/*ドロワーメニューの長さ*/
/*-------------  navi   ---------------------------- */
/* line 59, ../sass/style.scss */
#navi {
  margin: 0 0 84px 0;
  background: url(../images/nav_bg.jpg) repeat center top; }
  /* line 63, ../sass/style.scss */
  #navi li {
    width: 365px;
    height: 58px;
    border-bottom: 1px solid #5e8a1a;
    border-top: 1px solid #94ce3f; }
    /* line 70, ../sass/style.scss */
    #navi li a {
      font-size: 19px;
      display: block;
      line-height: 58px;
      padding-left: 12px;
      word-spacing: -1px;
      text-decoration: none;
      color: #fff;
      text-shadow: 0px 1px 1px #9d9d9d; }
      /* line 80, ../sass/style.scss */
      #navi li a:active {
        background: #F0B93A;
        color: #fff8ee;
        border-bottom: 1px solid #bd3f11;
        border-top: 1px solid #f77343; }
      /* line 87, ../sass/style.scss */
      #navi li a:hover {
        background: #F0B93A;
        color: #fff8ee;
        border-bottom: 1px solid #bd3f11;
        border-top: 1px solid #f77343; }
    /* line 103, ../sass/style.scss */
    #navi li.on {
      border-bottom: 1px solid #acb14d;
      border-top: 1px solid #f5ff7f;
      background: #f4ff6e; }
      /* line 108, ../sass/style.scss */
      #navi li.on a {
        color: #1f904d; }
    /* line 114, ../sass/style.scss */
    #navi li i {
      margin-right: 8px; }

/*-------------  menu custom   ---------------------------- */
/* line 124, ../sass/style.scss */
.contents {
  width: 100%;
  margin: 0 0 0 0;
  /* headerの高さと等しく*/
  /*		-webkit-transition:ease .3s;
  		transition:ease .3s;
  */
  -webkit-transition: ease .3s;
  transition: ease .3s;
  pointer-events: auto; }

/*menuオープン時*/
/* line 140, ../sass/style.scss */
input[type=checkbox]:checked ~ .changed2 {
  width: 100%;
  position: fixed;
  -webkit-transition: ease-in-out .5s;
  transition: ease-in-out .5s;
  /*右開き*/
  -webkit-transform: translateX(-365px);
  transform: translateX(-365px);
  /*左開き*/
  /*-webkit-transform:translateX(-250px);	
  transform:translateX(-250px);*/
  pointer-events: none; }

/*	.cont_fixed {
		pointer-events: none;
	}
*/
/*	.cont_fixed {
		
		.overlay {
			opacity:0.6;
			visibility:visible;
			
		}
		
	}*/
/*-------------  body   ---------------------------- */
/* line 177, ../sass/style.scss */
body {
  font-family: 'Noto Sans Japanese',"メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 14px;
  line-height: 160%;
  color: #333;
  -webkit-text-size-adjust: 100%; }

/*-------------  header   ---------------------------- */
/* line 195, ../sass/style.scss */
header .txt_idt {
  text-indent: -9999px;
  position: absolute;
  width: 100%;
  z-index: 11; }
  /* line 202, ../sass/style.scss */
  header .txt_idt #logo {
    display: block;
    background: url(../images/logo.png) no-repeat center 150px;
    background-size: 100% auto;
    width: 50%;
    height: 400px;
    margin: 0 auto; }
/* line 215, ../sass/style.scss */
header .intxt_idt {
  text-indent: -9999px;
  position: absolute;
  width: 100%;
  z-index: 11; }
  /* line 222, ../sass/style.scss */
  header .intxt_idt #logo {
    display: block;
    background: url(../images/logo.png) no-repeat center 120px;
    background-size: 100% auto;
    width: 50%;
    height: 400px;
    margin: 0 auto; }
/* line 232, ../sass/style.scss */
header .ina {
  text-indent: -9999px;
  padding: 75px 0 0 0;
  position: absolute;
  width: 100%;
  z-index: 11; }
  /* line 239, ../sass/style.scss */
  header .ina #logo {
    display: block;
    background: url(../images/logo.png) no-repeat center center;
    background-size: 95% auto;
    width: 50%;
    height: 70px;
    margin: 5px 0 0 10px;
    background-color: rgba(255, 255, 255, 0.7); }
/* line 254, ../sass/style.scss */
header .header_nav {
  position: fixed;
  z-index: 999;
  opacity: 0.9; }
  /* line 260, ../sass/style.scss */
  header .header_nav .header_nav__flex {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.9);
    border-top: 5px solid rgba(33, 141, 79, 0.75); }
    /* line 273, ../sass/style.scss */
    header .header_nav .header_nav__flex li {
      flex: 1;
      text-align: center; }
      /* line 277, ../sass/style.scss */
      header .header_nav .header_nav__flex li a {
        display: block;
        height: 64px;
        padding: 9px 0 0 0;
        color: #218d4f;
        font-size: 0.85em;
        text-decoration: none;
        line-height: 1.5; }
        /* line 287, ../sass/style.scss */
        header .header_nav .header_nav__flex li a img {
          width: 32px;
          height: 27px;
          filter: invert(41%) sepia(96%) saturate(340%) hue-rotate(93deg) brightness(89%) contrast(93%); }
      /* line 294, ../sass/style.scss */
      header .header_nav .header_nav__flex li label.menulabel {
        margin: 0 0 0 0 !important; }
      /* line 298, ../sass/style.scss */
      header .header_nav .header_nav__flex li .menulabel {
        display: block;
        height: 64px;
        padding: 3px 0 0 0;
        color: #218d4f;
        text-decoration: none; }
        /* line 307, ../sass/style.scss */
        header .header_nav .header_nav__flex li .menulabel:before {
          content: url(../images/menu_tenmori.svg);
          display: block;
          margin: 0 auto;
          padding: 9px 0 0 0;
          width: 25px; }
        /* line 314, ../sass/style.scss */
        header .header_nav .header_nav__flex li .menulabel:after {
          content: "menu";
          font-family: Arial, Helvetica, sans-serif;
          height: 30px;
          display: block;
          font-size: 100%;
          line-height: 0.8; }
  /* line 327, ../sass/style.scss */
  header .header_nav input[type=checkbox] {
    position: absolute;
    left: -9999px; }
  /* line 332, ../sass/style.scss */
  header .header_nav .changed5 {
    display: none;
    visibility: hidden;
    -webkit-transition: ease .16s;
    transition: ease-in-out .16s;
    height: 0px;
    position: relative;
    z-index: 10;
    opacity: 1;
    overflow: hidden;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
    box-sizing: border-box; }
    /* line 357, ../sass/style.scss */
    header .header_nav .changed5 li {
      width: 50%;
      background: #fff; }
      /* line 367, ../sass/style.scss */
      header .header_nav .changed5 li a {
        text-decoration: none;
        padding: 12px 0 12px 0px;
        display: block;
        width: 100%;
        height: 48px;
        color: #333; }
  /* line 378, ../sass/style.scss */
  header .header_nav input[type=checkbox]:checked ~ .changed5 {
    visibility: visible;
    -webkit-transition: ease-out .16s;
    transition: ease-out .16s;
    height: 365px;
    opacity: 1; }
    /* line 386, ../sass/style.scss */
    header .header_nav input[type=checkbox]:checked ~ .changed5 btm_nav__list {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      /* Safari */
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      /* Safari */
      justify-content: space-between; }
    /* line 398, ../sass/style.scss */
    header .header_nav input[type=checkbox]:checked ~ .changed5 li {
      width: 50%;
      background: FFF;
      border-left: 1px dotted #218d4f;
      border-bottom: 1px dotted #218d4f;
      text-align: center; }
      /* line 411, ../sass/style.scss */
      header .header_nav input[type=checkbox]:checked ~ .changed5 li.on a {
        color: #fa6e22; }
      /* line 416, ../sass/style.scss */
      header .header_nav input[type=checkbox]:checked ~ .changed5 li a {
        text-decoration: none;
        display: block;
        width: 100%;
        height: 48px;
        color: #333;
        font-size: 14px; }
    /* line 430, ../sass/style.scss */
    header .header_nav input[type=checkbox]:checked ~ .changed5 li:first-child {
      border-top: 1px dotted #218d4f; }
    /* line 433, ../sass/style.scss */
    header .header_nav input[type=checkbox]:checked ~ .changed5 li:nth-child(2) {
      border-top: 1px dotted #218d4f; }
  /* line 445, ../sass/style.scss */
  header .header_nav input[type=checkbox]:checked ~ .header_nav__flex label.menulabel {
    display: block;
    height: 64px;
    padding: 3px 0 0 0;
    background: rgba(7, 188, 64, 0.75);
    color: #FFF;
    text-decoration: none; }
    /* line 454, ../sass/style.scss */
    header .header_nav input[type=checkbox]:checked ~ .header_nav__flex label.menulabel:before {
      content: url(../images/menu_close2_white.svg);
      display: block;
      margin: 0 auto;
      padding: 9px 0 0 0;
      width: 25px; }
    /* line 461, ../sass/style.scss */
    header .header_nav input[type=checkbox]:checked ~ .header_nav__flex label.menulabel:after {
      content: "close";
      font-family: Arial, Helvetica, sans-serif;
      height: 30px;
      display: block;
      font-size: 100%;
      line-height: 0.8; }

/* line 475, ../sass/style.scss */
.btm_nav {
  margin: 50px 0 0 0; }
  /* line 478, ../sass/style.scss */
  .btm_nav .container {
    padding: 0;
    border-radius: 0;
    margin-bottom: 0; }
    /* line 483, ../sass/style.scss */
    .btm_nav .container .btm_nav__list {
      display: block;
      height: 365px;
      background: url(../images/fnavi_bg.jpg) no-repeat;
      background-size: cover;
      display: -webkit-flex;
      /* Safari */
      display: flex;
      -webkit-flex-wrap: wrap;
      /* Safari */
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      /* Safari */
      justify-content: space-between; }
      /* line 498, ../sass/style.scss */
      .btm_nav .container .btm_nav__list li {
        width: 50%;
        text-align: center;
        border-top: 1px dotted #218d4f;
        border-radius: 0;
        background: rgba(255, 255, 255, 0.75); }
        /* line 508, ../sass/style.scss */
        .btm_nav .container .btm_nav__list li:nth-child(odd) {
          border-right: 1px dotted #218d4f; }
        /* line 512, ../sass/style.scss */
        .btm_nav .container .btm_nav__list li.on a {
          color: #fa6e22; }
        /* line 517, ../sass/style.scss */
        .btm_nav .container .btm_nav__list li a {
          text-decoration: none;
          padding: 13px 0 9px 0px;
          display: block;
          width: 100%;
          color: #333;
          height: 48px; }

/* line 538, ../sass/style.scss */
.changed4 {
  display: none; }

/* line 545, ../sass/style.scss */
.changed3 label {
  width: 70px;
  height: 64px;
  position: absolute;
  top: 10px;
  right: 0px;
  background: #FF0;
  z-index: 9999;
  position: fixed; }
  /* line 556, ../sass/style.scss */
  .changed3 label a {
    position: relative;
    color: #fff;
    text-decoration: none;
    width: 70px;
    height: 64px;
    display: table-cell;
    background: #FBE8EC;
    vertical-align: middle;
    font-size: 12px;
    border-radius: 8px 0 0 8px; }
    /* line 568, ../sass/style.scss */
    .changed3 label a:hover {
      color: #fff; }
    /* line 571, ../sass/style.scss */
    .changed3 label a:active {
      color: #fff; }

/* line 582, ../sass/style.scss */
input[type=checkbox]:checked ~ .changed3 label {
  width: 70px;
  height: 64px;
  position: fixed;
  top: 10px;
  right: 0px;
  background: #F00;
  z-index: 9999; }
  /* line 593, ../sass/style.scss */
  input[type=checkbox]:checked ~ .changed3 label a {
    position: relative;
    color: #fff;
    text-decoration: none;
    width: 70px;
    height: 64px;
    display: table-cell;
    background: #07bc40;
    vertical-align: middle;
    font-size: 12px;
    border-radius: 8px 0 0 8px; }
    /* line 605, ../sass/style.scss */
    input[type=checkbox]:checked ~ .changed3 label a:hover {
      color: #fff; }
    /* line 608, ../sass/style.scss */
    input[type=checkbox]:checked ~ .changed3 label a:active {
      color: #fff; }

/*----------------top------------------------------- */
/* TOP動画 */
/* line 619, ../sass/style.scss */
.topmovie {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden; }
  /* line 627, ../sass/style.scss */
  .topmovie video {
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    background: #FFF; }

/* 動画フィルタ */
/* line 639, ../sass/style.scss */
.top_filter {
  position: absolute;
  background: url(../images/dot.png);
  width: 100%;
  height: 500px;
  top: 0px; }

/* TOP連動 */
/* line 649, ../sass/style.scss */
.ticker {
  padding: 10px 0px 130px 0px;
  text-align: left;
  overflow: hidden;
  z-index: 11; }

/* line 663, ../sass/style.scss */
.ticker ul {
  width: 100%;
  position: relative; }

/* line 668, ../sass/style.scss */
.ticker ul li {
  width: 100%;
  display: none; }
  /* line 673, ../sass/style.scss */
  .ticker ul li a {
    text-decoration: none; }
  /* line 677, ../sass/style.scss */
  .ticker ul li .ymd {
    font-size: 12px;
    color: #218d4f; }
  /* line 681, ../sass/style.scss */
  .ticker ul li .tntitle {
    font-size: 14px;
    font-weight: 600;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 3px 0 5px 0;
    color: #434344;
    text-decoration: none;
    border-bottom: dotted 1px #333; }

/* line 694, ../sass/style.scss */
.topnews_bg {
  background: url(../images/topnews_bg.jpg) no-repeat top;
  margin: 0 0 0 0; }

/* line 698, ../sass/style.scss */
.news_mds {
  line-height: 1.5;
  color: #434344;
  margin-bottom: 15px;
  margin-top: 5px;
  padding: 50px 0 0 0;
  background: url(../images/dog01.png) no-repeat top;
  text-align: center; }
  /* line 709, ../sass/style.scss */
  .news_mds .subtitle {
    color: #07bc40;
    font-size: 12px;
    text-align: center; }

/* TOP 診療案内BOX */
/* line 722, ../sass/style.scss */
.top_news ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden; }
/* line 744, ../sass/style.scss */
.top_news li {
  float: left;
  margin: 0;
  background: #f7f7f7;
  width: 50%; }
  /* line 754, ../sass/style.scss */
  .top_news li .waku {
    padding: 10px; }
  /* line 758, ../sass/style.scss */
  .top_news li h3 {
    border-bottom: dotted 1px #333;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold; }
  /* line 765, ../sass/style.scss */
  .top_news li h4 {
    border-bottom: dotted 1px #333;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    background: none;
    border-left: none; }
  /* line 774, ../sass/style.scss */
  .top_news li .mini {
    font-size: 12px; }
  /* line 779, ../sass/style.scss */
  .top_news li a {
    text-decoration: none; }
  /* line 783, ../sass/style.scss */
  .top_news li .time {
    background-color: #29b5e3;
    background-image: url(../images/topmedical_icon2.png);
    background-repeat: no-repeat;
    background-position: right 6px bottom 4px;
    color: #FFF;
    top: 0;
    font-size: 11px;
    padding: 5px 75px 5px 10px;
    margin: 10px 0 0 0; }
  /* line 795, ../sass/style.scss */
  .top_news li .time_02 {
    background-color: #29b5e3;
    background-repeat: no-repeat;
    background-position: right 6px bottom 4px;
    color: #FFF;
    top: 0;
    font-size: 11px;
    padding: 5px 10px;
    margin: 10px 0 0 0; }
/* line 809, ../sass/style.scss */
.top_news li:first-child {
  margin: 0 0;
  background: #f0f7e9; }
/* line 813, ../sass/style.scss */
.top_news li:last-child {
  margin: 0 0; }

/* line 818, ../sass/style.scss */
.imgWrap {
  overflow: hidden;
  /*拡大時にはみ出た部分を隠す*/
  width: 100%;
  /*画像の幅*/
  background: #000;
  position: relative; }
  /* line 825, ../sass/style.scss */
  .imgWrap img {
    display: block;
    transition-duration: 1.5s;
    /*変化に掛かる時間*/
    width: 100%;
    height: auto; }
    /* line 831, ../sass/style.scss */
    .imgWrap img:hover {
      transform: scale(1.1);
      /*画像の拡大率*/
      transition-duration: 1.5s;
      /*変化に掛かる時間*/
      opacity: 0.6;
      /* 小さくするほど暗くなります */ }

/*----------------slider------------------------------- */
/* line 846, ../sass/style.scss */
.slider_area {
  width: 100%;
  /*min-height:150px;*/
  border: none;
  background: none;
  /*		background:url(../images/index_bg.png) repeat-x top center;
  		background-size:50px 166px;
  */
  overflow: hidden;
  position: relative; }
  /* line 857, ../sass/style.scss */
  .slider_area ul, .slider_area li {
    margin: 0;
    padding: 0; }

/*------------- mds  -----------------------------------------*/
/* line 866, ../sass/style.scss */
.mds, .btm_kkm01 .mds {
  line-height: 1.5;
  color: #434344;
  margin-bottom: 15px;
  margin-top: 5px;
  padding: 50px 0 0 0;
  background: url(../images/dog01.png) no-repeat top;
  text-align: center; }

/* line 877, ../sass/style.scss */
.subtitle {
  color: #07bc40;
  font-size: 12px;
  text-align: center; }

/* line 886, ../sass/style.scss */
.nmds, section .layout09 .imgarea .itemmds, section .layout10 .imgarea .itemmds {
  font-size: 16px;
  min-height: 30px;
  border-bottom: dotted 1px #333;
  margin: 0 0 10px 0;
  padding: 5px 0px 5px 0;
  background: url(../images/nmds.png) no-repeat left bottom;
  line-height: 1.4;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

/* line 897, ../sass/style.scss */
.top_nmds {
  font-size: 16px;
  min-height: 30px;
  font-weight: bold;
  margin: 10px 0 10px 0;
  padding: 65px 0px 0px 0;
  background: url(../images/top_nmds.png) no-repeat center top;
  line-height: 1.4;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #07bc40; }
  /* line 910, ../sass/style.scss */
  .top_nmds .subtitle {
    color: #07bc40;
    /*文字色*/
    font-size: 12px;
    margin: 0 0 10px 0; }

/* line 920, ../sass/style.scss */
.in_mds {
  font-size: 16px;
  line-height: 1.5;
  min-height: 38px;
  color: #505050;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border-bottom: 1px dotted #3bb1e1;
  margin: 10px 0 10px 0;
  padding: 5px 0px 0px 45px;
  background: url(../images/inmds_bg.png) no-repeat left bottom; }

/* line 931, ../sass/style.scss */
.detail_mds {
  padding: 0.5em;
  /*文字周りの余白*/
  color: #494949;
  /*文字色*/
  background: #fffaf4;
  /*背景色*/
  border-left: solid 5px #ffaf58;
  /*左線（実線 太さ 色）*/
  margin-bottom: 10px;
  margin-top: 10px; }

/* line 941, ../sass/style.scss */
.smds {
  display: inline-block;
  width: 100%;
  margin: 10px 0 7px 0;
  padding: 4px 10px;
  font-size: 16px;
  background: #44AEB8;
  background: -webkit-repeating-linear-gradient(-45deg, #3e83d0, #3e83d0 3px, #3379c7 3px, #3379c7 7px);
  background: repeating-linear-gradient(-45deg, #3e83d0, #3e83d0 3px, #3379c7 3px, #3379c7 7px);
  color: #fff;
  font-weight: bold;
  border-bottom: 4px; }

/* line 955, ../sass/style.scss */
.txt_wb, .list_layout01 li .news_mdstxt {
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/*------------- section  -----------------------------------------*/
/* line 963, ../sass/style.scss */
section {
  /*---------- レイアウト基本形 ------------*/
  /* PG画像　レイアウト基本形 画像の小さいレイアウト用は個別のレイアウトで数値設定*/
  /* txt50% img50% */
  /* txt80% img15% */
  /*画像15％、文章82％、間隔3％  画像小さいレイアウト */
  	/* -----------------------------------------------------------------------------------------------
    
  	rectuitページ
  
  ----------------------------------------------------------------------------------------------- */
  /*-------------  タブ３列   ---------------------------- */
  /*-------------  タブ２列 ---------------------------- */ }
  /* line 965, ../sass/style.scss */
  section .container {
    width: 100%;
    padding: 2% 4%;
    margin: 0 auto; }
  /* line 972, ../sass/style.scss */
  section .list_link {
    display: block;
    width: 109%;
    margin: 0 -5% 0 -5%;
    padding: 20px 4% 10px 4%;
    border-top: 1px solid #CCC;
    color: #333;
    text-decoration: none;
    min-height: 123px; }
    /* line 982, ../sass/style.scss */
    section .list_link:hover {
      background: #fdfaec; }
    /* line 985, ../sass/style.scss */
    section .list_link .txtarea {
      word-break: break-all; }
  /* line 993, ../sass/style.scss */
  section .layout01 .txtarea.fright.txtaln_r {
    text-align: right; }
  /* line 1016, ../sass/style.scss */
  section .layout01 .imgarea .pgitem {
    margin: 0 auto 5px;
    width: 280px;
    height: 280px;
    max-width: 280px;
    max-height: 280px;
    overflow: hidden;
    text-align: center;
    position: relative; }
    /* line 1029, ../sass/style.scss */
    section .layout01 .imgarea .pgitem img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      max-width: 280px;
      max-height: 280px;
      width: auto;
      height: auto; }
  /* line 1047, ../sass/style.scss */
  section .layout01 .imgarea .caption, section .layout01 .imgarea .caption_center {
    width: 280px;
    margin: 0 0 40px 0;
    text-align: left;
    font-size: 12px;
    line-height: 1.4; }
  /* line 1054, ../sass/style.scss */
  section .layout01 .imgarea .caption_center {
    text-align: center; }
  /* line 1002, ../sass/style.scss */
  section .layout01:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  /* line 1064, ../sass/style.scss */
  section .layout01 .txtarea {
    width: 100%; }
  /* line 1067, ../sass/style.scss */
  section .layout01 .imgarea {
    width: 100%;
    /* このレイアウトでPG組み込みの場合*/
    /*				.pgitem{
    							width: 280px;
    							height: 280px;
    							
    							img {
    								max-width: 260px !important;
    								max-height: 260px!important;
    							}
    
    				}*/ }
    /* line 1070, ../sass/style.scss */
    section .layout01 .imgarea img {
      width: 100%;
      height: auto; }
  /* line 1090, ../sass/style.scss */
  section .layout02 {
    /*画像30％、文章67％、間隔3％*/ }
    /* line 993, ../sass/style.scss */
    section .layout02 .txtarea.fright.txtaln_r {
      text-align: right; }
    /* line 1016, ../sass/style.scss */
    section .layout02 .imgarea .pgitem {
      margin: 0 auto 5px;
      width: 280px;
      height: 280px;
      max-width: 280px;
      max-height: 280px;
      overflow: hidden;
      text-align: center;
      position: relative; }
      /* line 1029, ../sass/style.scss */
      section .layout02 .imgarea .pgitem img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 280px;
        max-height: 280px;
        width: auto;
        height: auto; }
    /* line 1047, ../sass/style.scss */
    section .layout02 .imgarea .caption, section .layout02 .imgarea .caption_center {
      width: 280px;
      margin: 0 0 40px 0;
      text-align: left;
      font-size: 12px;
      line-height: 1.4; }
    /* line 1054, ../sass/style.scss */
    section .layout02 .imgarea .caption_center {
      text-align: center; }
    /* line 1002, ../sass/style.scss */
    section .layout02:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    /* line 1093, ../sass/style.scss */
    section .layout02 .txtarea {
      width: 67%; }
    /* line 1096, ../sass/style.scss */
    section .layout02 .imgarea {
      width: 30%;
      /* このレイアウトでPG組み込みの場合*/
      /*				.pgitem{
      					width:210px;
      					height:210px;
      					max-width:210px;
      					max-height:210px;
      					
      						img {
      							max-width:210px;
      							max-height:210px;
      						}
      				}*/ }
      /* line 1099, ../sass/style.scss */
      section .layout02 .imgarea img {
        width: 100%;
        height: auto; }
  /* line 1123, ../sass/style.scss */
  section .layout03 {
    /*画像30％、文章回り込み 間隔3％*/ }
    /* line 993, ../sass/style.scss */
    section .layout03 .txtarea.fright.txtaln_r {
      text-align: right; }
    /* line 1016, ../sass/style.scss */
    section .layout03 .imgarea .pgitem {
      margin: 0 auto 5px;
      width: 280px;
      height: 280px;
      max-width: 280px;
      max-height: 280px;
      overflow: hidden;
      text-align: center;
      position: relative; }
      /* line 1029, ../sass/style.scss */
      section .layout03 .imgarea .pgitem img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 280px;
        max-height: 280px;
        width: auto;
        height: auto; }
    /* line 1047, ../sass/style.scss */
    section .layout03 .imgarea .caption, section .layout03 .imgarea .caption_center {
      width: 280px;
      margin: 0 0 40px 0;
      text-align: left;
      font-size: 12px;
      line-height: 1.4; }
    /* line 1054, ../sass/style.scss */
    section .layout03 .imgarea .caption_center {
      text-align: center; }
    /* line 1002, ../sass/style.scss */
    section .layout03:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    /* line 1129, ../sass/style.scss */
    section .layout03 .imgarea {
      width: 30%; }
      /* line 1131, ../sass/style.scss */
      section .layout03 .imgarea img {
        width: 100%;
        height: auto; }
    /* line 1137, ../sass/style.scss */
    section .layout03 .fleft {
      margin: 0 3% 0 0; }
    /* line 1141, ../sass/style.scss */
    section .layout03 .fright {
      margin: 0 0 0 3%; }
  /* line 993, ../sass/style.scss */
  section .layout04 .txtarea.fright.txtaln_r {
    text-align: right; }
  /* line 1016, ../sass/style.scss */
  section .layout04 .imgarea .pgitem {
    margin: 0 auto 5px;
    width: 280px;
    height: 280px;
    max-width: 280px;
    max-height: 280px;
    overflow: hidden;
    text-align: center;
    position: relative; }
    /* line 1029, ../sass/style.scss */
    section .layout04 .imgarea .pgitem img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      max-width: 280px;
      max-height: 280px;
      width: auto;
      height: auto; }
  /* line 1047, ../sass/style.scss */
  section .layout04 .imgarea .caption, section .layout04 .imgarea .caption_center {
    width: 280px;
    margin: 0 0 40px 0;
    text-align: left;
    font-size: 12px;
    line-height: 1.4; }
  /* line 1054, ../sass/style.scss */
  section .layout04 .imgarea .caption_center {
    text-align: center; }
  /* line 1002, ../sass/style.scss */
  section .layout04:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  /* line 1152, ../sass/style.scss */
  section .layout04 .txtarea {
    width: 82%; }
  /* line 1155, ../sass/style.scss */
  section .layout04 .imgarea {
    width: 15%; }
    /* line 1016, ../sass/style.scss */
    section .layout04 .imgarea .pgitem {
      margin: 0 auto 5px;
      width: 280px;
      height: 280px;
      max-width: 280px;
      max-height: 280px;
      overflow: hidden;
      text-align: center;
      position: relative; }
      /* line 1029, ../sass/style.scss */
      section .layout04 .imgarea .pgitem img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 280px;
        max-height: 280px;
        width: auto;
        height: auto; }
    /* line 1047, ../sass/style.scss */
    section .layout04 .imgarea .caption, section .layout04 .imgarea .caption_center {
      width: 280px;
      margin: 0 0 40px 0;
      text-align: left;
      font-size: 12px;
      line-height: 1.4; }
    /* line 1054, ../sass/style.scss */
    section .layout04 .imgarea .caption_center {
      text-align: center; }
    /* line 1159, ../sass/style.scss */
    section .layout04 .imgarea .pgitem {
      /*幅が30％なので、サイズを相応に*/
      width: 48px;
      height: 48px;
      max-width: 48px;
      max-height: 48px; }
      /* line 1168, ../sass/style.scss */
      section .layout04 .imgarea .pgitem img {
        max-width: 48px !important;
        max-height: 48px !important; }
    /* line 1175, ../sass/style.scss */
    section .layout04 .imgarea img {
      width: 100%;
      height: auto; }
  /* line 1185, ../sass/style.scss */
  section .layout05 {
    /*画像48％、文章48％、間隔4％ 等しいレイアウト */
    margin-top: 5px; }
    /* line 993, ../sass/style.scss */
    section .layout05 .txtarea.fright.txtaln_r {
      text-align: right; }
    /* line 1016, ../sass/style.scss */
    section .layout05 .imgarea .pgitem {
      margin: 0 auto 5px;
      width: 280px;
      height: 280px;
      max-width: 280px;
      max-height: 280px;
      overflow: hidden;
      text-align: center;
      position: relative; }
      /* line 1029, ../sass/style.scss */
      section .layout05 .imgarea .pgitem img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 280px;
        max-height: 280px;
        width: auto;
        height: auto; }
    /* line 1047, ../sass/style.scss */
    section .layout05 .imgarea .caption, section .layout05 .imgarea .caption_center {
      width: 280px;
      margin: 0 0 40px 0;
      text-align: left;
      font-size: 12px;
      line-height: 1.4; }
    /* line 1054, ../sass/style.scss */
    section .layout05 .imgarea .caption_center {
      text-align: center; }
    /* line 1002, ../sass/style.scss */
    section .layout05:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    /* line 1190, ../sass/style.scss */
    section .layout05 .txtarea {
      width: 48%; }
    /* line 1193, ../sass/style.scss */
    section .layout05 .imgarea {
      width: 48%; }
      /* line 1195, ../sass/style.scss */
      section .layout05 .imgarea img {
        width: 100%;
        height: auto; }
  /* line 1203, ../sass/style.scss */
  section .layout05_icon {
    /*画像48％、文章48％、間隔4％ 等しいレイアウト */
    margin-top: 10px; }
    /* line 993, ../sass/style.scss */
    section .layout05_icon .txtarea.fright.txtaln_r {
      text-align: right; }
    /* line 1016, ../sass/style.scss */
    section .layout05_icon .imgarea .pgitem {
      margin: 0 auto 5px;
      width: 280px;
      height: 280px;
      max-width: 280px;
      max-height: 280px;
      overflow: hidden;
      text-align: center;
      position: relative; }
      /* line 1029, ../sass/style.scss */
      section .layout05_icon .imgarea .pgitem img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 280px;
        max-height: 280px;
        width: auto;
        height: auto; }
    /* line 1047, ../sass/style.scss */
    section .layout05_icon .imgarea .caption, section .layout05_icon .imgarea .caption_center {
      width: 280px;
      margin: 0 0 40px 0;
      text-align: left;
      font-size: 12px;
      line-height: 1.4; }
    /* line 1054, ../sass/style.scss */
    section .layout05_icon .imgarea .caption_center {
      text-align: center; }
    /* line 1002, ../sass/style.scss */
    section .layout05_icon:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    /* line 1208, ../sass/style.scss */
    section .layout05_icon .txtarea {
      width: 48%; }
    /* line 1211, ../sass/style.scss */
    section .layout05_icon .imgarea {
      width: 48%; }
      /* line 1213, ../sass/style.scss */
      section .layout05_icon .imgarea img {
        height: auto;
        margin: -40px 10px 0px 10px; }
  /* line 1221, ../sass/style.scss */
  section .layout09 {
    margin: 0 -3% 0 0;
    overflow: hidden;
    /*PGアイテム更新用*/ }
    /* line 1227, ../sass/style.scss */
    section .layout09 .imgarea {
      margin: 0 3% 6% 0;
      /*width:47%;*/
      /*ここを変更で１行に何列か選ぶ 50-3(padding)　２個　画像サイズ　140px*/
      width: 30%;
      /*ここを変更で１行に何列か選ぶ 33.3-3(padding)　３個　画像サイズ　90px*/
      float: left;
      text-align: center; }
      /* line 1016, ../sass/style.scss */
      section .layout09 .imgarea .pgitem {
        margin: 0 auto 5px;
        width: 280px;
        height: 280px;
        max-width: 280px;
        max-height: 280px;
        overflow: hidden;
        text-align: center;
        position: relative; }
        /* line 1029, ../sass/style.scss */
        section .layout09 .imgarea .pgitem img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          max-width: 280px;
          max-height: 280px;
          width: auto;
          height: auto; }
      /* line 1047, ../sass/style.scss */
      section .layout09 .imgarea .caption, section .layout09 .imgarea .caption_center {
        width: 280px;
        margin: 0 0 40px 0;
        text-align: left;
        font-size: 12px;
        line-height: 1.4; }
      /* line 1054, ../sass/style.scss */
      section .layout09 .imgarea .caption_center {
        text-align: center; }
      /* line 1235, ../sass/style.scss */
      section .layout09 .imgarea .pgitem {
        /*幅が47％なので、サイズを相応に*/
        width: 90px;
        height: 90px; }
        /* line 1243, ../sass/style.scss */
        section .layout09 .imgarea .pgitem img {
          max-width: 90px !important;
          max-height: 90px !important; }
      /* line 1250, ../sass/style.scss */
      section .layout09 .imgarea .itemmds {
        font-size: 13px; }
      /* line 1255, ../sass/style.scss */
      section .layout09 .imgarea .cap {
        font-size: 12px;
        line-height: 1.4;
        margin: 0 0 5px 0; }
    /* line 1264, ../sass/style.scss */
    section .layout09:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
  /* line 1281, ../sass/style.scss */
  section .rectuit_hyou {
    width: 100%;
    margin: 0 auto; }
    /* line 1284, ../sass/style.scss */
    section .rectuit_hyou th {
      background: #3eb96f;
      color: #fff;
      font-weight: bold;
      border: 1px solid;
      padding: 10px; }
    /* line 1292, ../sass/style.scss */
    section .rectuit_hyou td {
      border: 1px solid;
      padding: 10px; }
  /* line 1301, ../sass/style.scss */
  section .menu_tab_wrap {
    width: 100%;
    height: 54px;
    margin: 10px 0 0 0;
    border-bottom: 1px solid #e89693; }
    /* line 1307, ../sass/style.scss */
    section .menu_tab_wrap .menu_tab_area {
      display: -webkit-flex;
      /* Safari */
      display: flex;
      -webkit-flex-wrap: wrap;
      /* Safari */
      flex-wrap: wrap;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: space-between;
      /* Safari */
      justify-content: space-between;
      margin: 0 auto; }
    /* line 1318, ../sass/style.scss */
    section .menu_tab_wrap .gene_fitem {
      width: 32%;
      display: block;
      text-align: center;
      background: #e89693;
      font-size: 14px;
      border: #e89693 solid 1px;
      box-sizing: border-box;
      line-height: 1.5;
      text-decoration: none;
      border-radius: 10px 10px 0 0 / 10px 10px 0 0;
      -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
      -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0; }
      /* line 1334, ../sass/style.scss */
      section .menu_tab_wrap .gene_fitem a {
        display: block;
        width: 100%;
        min-height: 52px;
        padding: 15px 0 0 0;
        text-decoration: none;
        color: #FFF;
        transition: all .3s;
        -webkit-transition: all .3s; }
        /* line 1344, ../sass/style.scss */
        section .menu_tab_wrap .gene_fitem a:hover {
          background: #FFF;
          color: #e89693;
          border-radius: 10px 10px 0 0 / 10px 10px 0 0;
          -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
          -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0; }
        /* line 1353, ../sass/style.scss */
        section .menu_tab_wrap .gene_fitem a.on {
          background: #FFF;
          color: #e89693;
          border-radius: 10px 10px 0 0 / 10px 10px 0 0;
          -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
          -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0; }
    /* line 1362, ../sass/style.scss */
    section .menu_tab_wrap .ortho_fitem {
      width: 32%;
      display: block;
      text-align: center;
      color: #1967B9;
      background: #D8EFFD;
      font-size: 14px;
      border: #1665bd solid 1px;
      box-sizing: border-box;
      line-height: 1.5;
      text-decoration: none;
      border-radius: 10px 10px 0 0 / 10px 10px 0 0;
      -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
      -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0; }
      /* line 1378, ../sass/style.scss */
      section .menu_tab_wrap .ortho_fitem a {
        display: block;
        width: 100%;
        min-height: 52px;
        padding: 15px 0 0 0;
        text-decoration: none;
        color: #1967B9;
        transition: all .3s;
        -webkit-transition: all .3s; }
        /* line 1388, ../sass/style.scss */
        section .menu_tab_wrap .ortho_fitem a:hover {
          background: #1967B9;
          color: #fff;
          border-radius: 10px 10px 0 0 / 10px 10px 0 0;
          -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
          -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0; }
        /* line 1397, ../sass/style.scss */
        section .menu_tab_wrap .ortho_fitem a.on {
          background: #1967B9;
          color: #fff;
          border-radius: 10px 10px 0 0 / 10px 10px 0 0;
          -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
          -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0; }
  /* line 1412, ../sass/style.scss */
  section .layout011 {
    margin: 2px 0% 3px 1px;
    border-bottom: 2px solid #F0B93A; }
    /* line 1416, ../sass/style.scss */
    section .layout011 .imgarea {
      margin: 0px 1% 0px 4px;
      /*width:47%;*/
      /*ここを変更で１行に何列か選ぶ 50-3(padding)　２個　画像サイズ　140px*/
      width: 47%;
      /*ここを変更で１行に何列か選ぶ 33.3-3(padding)　３個　画像サイズ　90px*/
      float: left; }
      /* line 1016, ../sass/style.scss */
      section .layout011 .imgarea .pgitem {
        margin: 0 auto 5px;
        width: 280px;
        height: 280px;
        max-width: 280px;
        max-height: 280px;
        overflow: hidden;
        text-align: center;
        position: relative; }
        /* line 1029, ../sass/style.scss */
        section .layout011 .imgarea .pgitem img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          max-width: 280px;
          max-height: 280px;
          width: auto;
          height: auto; }
      /* line 1047, ../sass/style.scss */
      section .layout011 .imgarea .caption, section .layout011 .imgarea .caption_center {
        width: 280px;
        margin: 0 0 40px 0;
        text-align: left;
        font-size: 12px;
        line-height: 1.4; }
      /* line 1054, ../sass/style.scss */
      section .layout011 .imgarea .caption_center {
        text-align: center; }
    /* line 1424, ../sass/style.scss */
    section .layout011 .button {
      width: 100%;
      border-radius: 6px 6px 0 0;
      background: #F0B93A;
      min-height: 37px;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
      text-align: center;
      display: block;
      padding: 0 4px;
      font-size: 13px;
      color: #FFF; }
      /* line 1437, ../sass/style.scss */
      section .layout011 .button a {
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 5px 0px 5px 0; }
      /* line 1446, ../sass/style.scss */
      section .layout011 .button .subtitle {
        font-size: 1.0em;
        margin: 0 0 -26px 0; }
    /* line 1454, ../sass/style.scss */
    section .layout011 .on {
      background: #218d4f; }
    /* line 1458, ../sass/style.scss */
    section .layout011:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
  /* line 1469, ../sass/style.scss */
  section .layout10 {
    margin: 0 -3% 0 0;
    overflow: hidden;
    /*PGアイテム更新用*/ }
    /* line 1474, ../sass/style.scss */
    section .layout10 .imgarea {
      margin: 0 3% 6% 0;
      width: 47%;
      /*ここを変更で１行に何列か選ぶ 50-3(padding)　２個　画像サイズ　140px*/
      /*width:30%;*/
      /*ここを変更で１行に何列か選ぶ 33.3-3(padding)　３個　画像サイズ　90px*/
      float: left;
      text-align: center; }
      /* line 1016, ../sass/style.scss */
      section .layout10 .imgarea .pgitem {
        margin: 0 auto 5px;
        width: 280px;
        height: 280px;
        max-width: 280px;
        max-height: 280px;
        overflow: hidden;
        text-align: center;
        position: relative; }
        /* line 1029, ../sass/style.scss */
        section .layout10 .imgarea .pgitem img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          max-width: 280px;
          max-height: 280px;
          width: auto;
          height: auto; }
      /* line 1047, ../sass/style.scss */
      section .layout10 .imgarea .caption, section .layout10 .imgarea .caption_center {
        width: 280px;
        margin: 0 0 40px 0;
        text-align: left;
        font-size: 12px;
        line-height: 1.4; }
      /* line 1054, ../sass/style.scss */
      section .layout10 .imgarea .caption_center {
        text-align: center; }
      /* line 1482, ../sass/style.scss */
      section .layout10 .imgarea .pgitem {
        /*幅が47％なので、サイズを相応に*/
        width: 138px;
        height: 138px; }
        /* line 1489, ../sass/style.scss */
        section .layout10 .imgarea .pgitem img {
          max-width: 138px !important;
          max-height: 138px !important; }
      /* line 1496, ../sass/style.scss */
      section .layout10 .imgarea .itemmds {
        font-size: 13px; }
      /* line 1501, ../sass/style.scss */
      section .layout10 .imgarea .cap {
        font-size: 12px;
        line-height: 1.4;
        margin: 0 0 5px 0; }
    /* line 1510, ../sass/style.scss */
    section .layout10:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
  /* line 1521, ../sass/style.scss */
  section .layout11 {
    margin: 0 0% 0 0;
    overflow: hidden;
    /*PGアイテム更新用*/ }
    /* line 1525, ../sass/style.scss */
    section .layout11 .txtarea {
      word-break: break-all; }
    /* line 1529, ../sass/style.scss */
    section .layout11 .imgarea {
      margin: 0 3% 6% 0;
      width: 100%;
      /*ここを変更で１行に何列か選ぶ 50-3(padding)　２個　画像サイズ　140px*/
      /*width:30%;*/
      /*ここを変更で１行に何列か選ぶ 33.3-3(padding)　３個　画像サイズ　90px*/
      float: left;
      text-align: center; }
      /* line 1016, ../sass/style.scss */
      section .layout11 .imgarea .pgitem {
        margin: 0 auto 5px;
        width: 280px;
        height: 280px;
        max-width: 280px;
        max-height: 280px;
        overflow: hidden;
        text-align: center;
        position: relative; }
        /* line 1029, ../sass/style.scss */
        section .layout11 .imgarea .pgitem img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          max-width: 280px;
          max-height: 280px;
          width: auto;
          height: auto; }
      /* line 1047, ../sass/style.scss */
      section .layout11 .imgarea .caption, section .layout11 .imgarea .caption_center {
        width: 280px;
        margin: 0 0 40px 0;
        text-align: left;
        font-size: 12px;
        line-height: 1.4; }
      /* line 1054, ../sass/style.scss */
      section .layout11 .imgarea .caption_center {
        text-align: center; }
      /* line 1537, ../sass/style.scss */
      section .layout11 .imgarea .pgitem {
        /*幅が47％なので、サイズを相応に*/
        width: 280px;
        height: 280px; }
        /* line 1543, ../sass/style.scss */
        section .layout11 .imgarea .pgitem img {
          max-width: 280px !important;
          max-height: 280px !important; }
    /* line 1550, ../sass/style.scss */
    section .layout11 .nmds, section .layout11 .layout09 .imgarea .itemmds, section .layout09 .imgarea .layout11 .itemmds, section .layout11 .layout10 .imgarea .itemmds, section .layout10 .imgarea .layout11 .itemmds {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
      /* line 1552, ../sass/style.scss */
      section .layout11 .nmds .subtitle, section .layout11 .layout09 .imgarea .itemmds .subtitle, section .layout09 .imgarea .layout11 .itemmds .subtitle, section .layout11 .layout10 .imgarea .itemmds .subtitle, section .layout10 .imgarea .layout11 .itemmds .subtitle {
        font-size: 12px;
        color: #218d4f; }

/*----------------slider------------------------------- */
/* line 1569, ../sass/style.scss */
#slider img {
  width: 100%;
  height: auto; }

/* line 1576, ../sass/style.scss */
.npage_title {
  width: 100%;
  margin: 0 auto;
  height: 400px;
  text-align: right;
  overflow: hidden;
  background: url(../images/pagetitle_bg01.jpg) no-repeat center;
  background-size: cover;
  padding: 220px 0 0 0; }
  /* line 1590, ../sass/style.scss */
  .npage_title .page_T {
    width: 200px;
    position: absolute;
    height: 45px;
    top: 320px;
    right: 0px;
    text-align: left;
    font-size: 20px;
    color: #fff;
    z-index: 1;
    background: rgba(11, 24, 15, 0.5); }
    /* line 1604, ../sass/style.scss */
    .npage_title .page_T .maintitle {
      width: 200px;
      position: absolute;
      height: 29px;
      border-bottom: #FFF solid 2px;
      padding-top: 5px; }
    /* line 1611, ../sass/style.scss */
    .npage_title .page_T .subtitle {
      color: #FFF;
      text-align: right;
      position: absolute;
      top: 25px;
      right: 0px;
      font-size: 15px;
      padding-right: 5px;
      opacity: 0.8; }

@-webkit-keyframes gbgscroll {
  0% {
    background-position: 1046px bottom; }
  100% {
    background-position: 0 bottom; } }
@keyframes gbgscroll {
  0% {
    background-position: 1046px bottom; }
  100% {
    background-position: 0 bottom; } }
/* line 1636, ../sass/style.scss */
#news .npage_title {
  background: url(../images/in_header_bg01.jpg) no-repeat center top;
  background-size: cover; }

/* line 1642, ../sass/style.scss */
#start .npage_title {
  background: url(../images/in_header_bg02.jpg) no-repeat center top;
  background-size: cover; }

/* line 1648, ../sass/style.scss */
#kaigo .npage_title {
  background: url(../images/in_header_bg03.jpg) no-repeat center top;
  background-size: cover; }

/* line 1654, ../sass/style.scss */
#tanki .npage_title {
  background: url(../images/in_header_bg04.jpg) no-repeat center top;
  background-size: cover; }

/* line 1660, ../sass/style.scss */
#tusyo .npage_title {
  background: url(../images/in_header_bg05.jpg) no-repeat center top;
  background-size: cover; }

/* line 1666, ../sass/style.scss */
#kyotaku .npage_title {
  background: url(../images/in_header_bg06.jpg) no-repeat center top;
  background-size: cover; }

/* line 1672, ../sass/style.scss */
#floor .npage_title {
  background: url(../images/in_header_bg07.jpg) no-repeat center top;
  background-size: cover; }

/* line 1678, ../sass/style.scss */
#access .npage_title {
  background: url(../images/in_header_bg08.jpg) no-repeat center top;
  background-size: cover; }

/* line 1684, ../sass/style.scss */
#senyou .npage_title {
  background: url(../images/in_header_bg09.jpg) no-repeat center top;
  background-size: cover; }

/* line 1690, ../sass/style.scss */
#senyou2 .npage_title {
  background: url(../images/in_header_bg10.jpg) no-repeat center top;
  background-size: cover; }

/*-------------  top   ---------------------------- */
/* line 1702, ../sass/style.scss */
.top_bg {
  background: url(../images/top_lead_bg.jpg) no-repeat center top;
  background-size: 100%;
  height: 630px; }
  /* line 1707, ../sass/style.scss */
  .top_bg .top_comment {
    text-align: center;
    width: 95%;
    margin: 0 auto;
    padding-top: 100px; }

/* line 1715, ../sass/style.scss */
.feat_mds {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  min-height: 60px;
  background: url(../images/footprint.png) repeat-x left bottom;
  color: #491d13;
  padding: 0 0 20px 0;
  margin: 15px 0 15px 0;
  font-family: "游明朝", YuMincho, 'Yu Mincho', "Hiragino Mincho ProN";
  font-weight: bold; }

/* line 1729, ../sass/style.scss */
.top_newsarea__layout {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  /*.imgarea*/
  /*.txtarea */ }
  /* line 1740, ../sass/style.scss */
  .top_newsarea__layout .imgarea {
    width: 140px; }
    /* line 1742, ../sass/style.scss */
    .top_newsarea__layout .imgarea .list_imgarea {
      width: 140px;
      height: 140px;
      max-width: 140px;
      max-height: 140px; }
      /* line 1748, ../sass/style.scss */
      .top_newsarea__layout .imgarea .list_imgarea img {
        max-width: 140px;
        max-height: 140px; }
  /* line 1756, ../sass/style.scss */
  .top_newsarea__layout .txtarea {
    width: 920px;
    /*.nmds*/
    /*.commnet*/ }
    /* line 1759, ../sass/style.scss */
    .top_newsarea__layout .txtarea .nmds, .top_newsarea__layout .txtarea section .layout09 .imgarea .itemmds, section .layout09 .imgarea .top_newsarea__layout .txtarea .itemmds, .top_newsarea__layout .txtarea section .layout10 .imgarea .itemmds, section .layout10 .imgarea .top_newsarea__layout .txtarea .itemmds {
      font-size: 23px;
      padding: 0px 0px 0px 30px;
      margin: 10px 0 10px 0px; }
    /* line 1765, ../sass/style.scss */
    .top_newsarea__layout .txtarea .commnet {
      clear: both;
      font-size: 14px; }
      /* line 1769, ../sass/style.scss */
      .top_newsarea__layout .txtarea .commnet div.br {
        display: none; }

/*--------------- btmbnr_notice --------------------------*/
/* line 1785, ../sass/style.scss */
.btmbnr_notice {
  background: #efefef url(../images/btm_bnr_img.png) no-repeat center bottom;
  background-size: 50%;
  min-height: 300px;
  padding: 10px;
  border-radius: 8px; }
  /* line 1792, ../sass/style.scss */
  .btmbnr_notice .btmbnr_notice_title {
    font-size: 1em;
    line-height: 1.5;
    text-indent: -10px; }
  /* line 1798, ../sass/style.scss */
  .btmbnr_notice .btmbnr_notice_txt {
    margin: 8px 0 10px 0;
    font-size: 1em;
    line-height: 1.5; }
  /* line 1804, ../sass/style.scss */
  .btmbnr_notice .btmbnr_notice_btn {
    margin: 12px 0 0 0; }

/*-------------  kkm   ---------------------------- */
/* line 1825, ../sass/style.scss */
.kkm01 {
  box-sizing: border-box;
  padding: 10px 0 0 0;
  font-size: 0.95em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin: 10px 0 0 0;
  background: #fff;
  border: #fac873 solid 5px;
  border-radius: 7px;
  padding: 4% 4%; }
  /* line 1832, ../sass/style.scss */
  .kkm01 .flow_mds {
    font-size: 18px;
    color: #ef9600;
    font-family: 'Kosugi Maru', sans-serif;
    text-align: center;
    font-weight: bold; }

/* line 1841, ../sass/style.scss */
.kkm02 {
  box-sizing: border-box;
  padding: 10px 0 0 0;
  font-size: 0.95em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin: 10px 0 0 0;
  background: #fff;
  border: #E074A7 solid 5px;
  border-radius: 7px;
  padding: 4% 4%; }
  /* line 1848, ../sass/style.scss */
  .kkm02 .flow_mds {
    font-size: 18px;
    color: #E074A7;
    font-family: 'Kosugi Maru', sans-serif;
    text-align: center;
    font-weight: bold; }

/* line 1857, ../sass/style.scss */
.kkm_full {
  margin: 0 -5%;
  padding: 5% 5%; }

/* line 1863, ../sass/style.scss */
.btm_kkm01 {
  box-sizing: border-box;
  padding: 10px 0 0 0;
  font-size: 0.95em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background: url(../images/bg_ptn01.png) repeat top;
  margin: 0 0 -4% 0;
  /*下部相殺*/
  padding: 0 0 2% 0;
  color: #333;
  text-align: left; }
  /* line 1871, ../sass/style.scss */
  .btm_kkm01 .mds {
    background: url(../images/tatsu.png) no-repeat left bottom;
    color: #333;
    border-bottom: #218d4f solid 1px;
    background-size: 22%;
    margin: 0;
    padding: 13px 0px 0px 56px;
    text-align: center;
    font-size: 1.05em; }

/*-------------  footer   ---------------------------- */
/* line 1888, ../sass/style.scss */
footer {
  background: url(../images/footer_bg.jpg) top center no-repeat;
  color: #FFF;
  font-size: small;
  text-align: center;
  line-height: 1.4;
  padding: 0 0 0 0;
  height: 364px; }
  /* line 1897, ../sass/style.scss */
  footer .f_button {
    width: 70%;
    margin: 0 auto 10px; }

/* line 1903, ../sass/style.scss */
footer .inner {
  font-size: small;
  line-height: 1.3;
  padding: 30px 0 30px 0; }

/* line 1912, ../sass/style.scss */
footer #copy {
  font-size: x-small;
  color: #FFF;
  background-color: #218d4f;
  padding: 3px; }

/* line 1920, ../sass/style.scss */
footer #pup {
  /*background:#f3f2ee;*/
  text-align: center;
  background-color: #218d4f; }

/* line 1929, ../sass/style.scss */
footer #pup a {
  display: block;
  line-height: 42px;
  text-decoration: none;
  color: #fff; }
  /* line 1935, ../sass/style.scss */
  footer #pup a img {
    width: 50%;
    height: auto; }

/* line 1942, ../sass/style.scss */
footer #pup i {
  color: #ffb912; }

/* ---------------lead ------------------- */
/* line 1949, ../sass/style.scss */
.lead01 {
  background: url(../images/referral_lead.png) no-repeat center center;
  background-size: 100%;
  text-align: center;
  font-weight: bold; }

/* ---------------Hyou------------------- */
/* line 1958, ../sass/style.scss */
.hyou, .hyou02, .hoteltbl {
  border: 1px solid #D4D4D4;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  display: table;
  margin: -12px 0 0 0; }
  /* line 1966, ../sass/style.scss */
  .hyou th, .hyou02 th, .hoteltbl th {
    display: table-cell !important;
    border: 1px solid #D4D4D4;
    background-color: #dc8686;
    color: #fff;
    padding: 3px 2px !important;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    font-size: 0.9em; }
  /* line 1979, ../sass/style.scss */
  .hyou td, .hyou02 td, .hoteltbl td {
    display: table-cell !important;
    border: 1px solid #D4D4D4;
    padding: 3px 2px !important;
    text-align: center;
    line-height: 1.4;
    vertical-align: middle;
    font-size: 0.9em; }
    /* line 1987, ../sass/style.scss */
    .hyou td .bg01, .hyou02 td .bg01, .hoteltbl td .bg01 {
      background-color: #f7f7f7; }

/* line 1997, ../sass/style.scss */
.hyou02 th {
  text-align: center;
  background-color: #EAF7CC;
  color: #333;
  border: 1px solid #218d4f; }
/* line 2004, ../sass/style.scss */
.hyou02 td {
  text-align: left; }

/* line 2010, ../sass/style.scss */
table.hyou2 {
  width: 100%;
  border: 1px solid #b1b1b1;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  margin-top: 10px; }

/* line 2019, ../sass/style.scss */
.hyou2 th {
  border: 1px solid #b1b1b1;
  background-color: #e1edd9;
  padding: 12px 12px;
  text-align: center;
  font-weight: normal;
  vertical-align: middle; }

/* line 2028, ../sass/style.scss */
.hyou2 td {
  border: 1px solid #b1b1b1;
  /*	background-color:#ffffff;	*/
  padding: 12px 12px;
  text-align: center;
  vertical-align: middle; }

/* line 2037, ../sass/style.scss */
.access_table {
  margin-top: 20px; }
  /* line 2040, ../sass/style.scss */
  .access_table th {
    display: block;
    background-color: #d2dfe7;
    font-weight: normal;
    text-align: center;
    padding: 4px 0px; }
  /* line 2048, ../sass/style.scss */
  .access_table td {
    display: block;
    padding: 4px 0px 8px; }

/* line 2056, ../sass/style.scss */
.hoteltbl {
  margin: 10px auto; }
  /* line 2060, ../sass/style.scss */
  .hoteltbl th {
    font-size: 1em;
    text-align: center;
    border: 1px solid #491D13;
    background: #F7F7F7;
    padding: 8px 5px !important;
    color: #333;
    font-weight: normal; }
  /* line 2070, ../sass/style.scss */
  .hoteltbl td {
    font-size: 13px;
    text-align: center;
    border: 1px solid #491D13;
    background: none;
    padding: 7px 3px !important; }
  /* line 2077, ../sass/style.scss */
  .hoteltbl .bg01 {
    background-color: #491D13;
    color: #fff; }

/* line 2083, ../sass/style.scss */
.hyouL {
  text-align: left !important; }

/* line 2086, ../sass/style.scss */
.gold {
  color: #d88300; }

/* ---------------list_style ------------------- */
/*
・ymd付き
・TXTのみ
・写真つき
*/
/* line 2102, ../sass/style.scss */
.list_layout01 ul, .list_layout01 li {
  list-style: none;
  margin: 0;
  padding: 0; }
/* line 2108, ../sass/style.scss */
.list_layout01 a {
  text-decoration: none;
  display: block;
  padding: 15px 0; }
  /* line 2113, ../sass/style.scss */
  .list_layout01 a:hover {
    background: #def1be;
    text-decoration: underline; }
  /* line 2117, ../sass/style.scss */
  .list_layout01 a:active {
    background: #def1be;
    text-decoration: underline; }
/* line 2124, ../sass/style.scss */
.list_layout01 li {
  border-top: 1px solid #CCC; }
  /* line 2131, ../sass/style.scss */
  .list_layout01 li .ymd {
    display: block;
    font-size: 12px; }
/* line 2139, ../sass/style.scss */
.list_layout01 li:last-child {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC; }

/* ---------------Hyou------------------- */
/* line 2156, ../sass/style.scss */
.table_full th {
  display: block;
  background: #e8e8e8;
  font-weight: normal;
  padding: 3px 0; }
/* line 2164, ../sass/style.scss */
.table_full tbody, .table_full tr, .table_full td {
  display: block; }
/* line 2168, ../sass/style.scss */
.table_full td {
  padding: 6px 0 12px 0; }

/*-------------  button1   ---------------------------- */
/* line 2178, ../sass/style.scss */
.button {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: #491D13;
  min-height: 44px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  text-align: center;
  display: block;
  padding: 0 10px;
  font-size: 14px;
  color: #FFF; }
  /* line 2190, ../sass/style.scss */
  .button:hover {
    transition: all .3s;
    -webkit-transition: all .3s;
    background: #6EA93D; }
  /* line 2196, ../sass/style.scss */
  .button a {
    display: block;
    color: #fff;
    line-height: 44px;
    text-decoration: none; }
    /* line 2202, ../sass/style.scss */
    .button a:active {
      top: 3px;
      box-shadow: none; }

/* line 2209, ../sass/style.scss */
.button1, .btmbnr_notice .btmbnr_notice_btn, .zipsearchbtn input {
  width: 100%;
  margin: 10px auto;
  position: relative;
  background: #06c786;
  min-height: 44px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  text-align: center;
  display: block;
  padding: 0 10px;
  font-size: 14px;
  color: #FFF;
  border: solid 1px #06c786;
  border-radius: 10px; }
  /* line 2223, ../sass/style.scss */
  .button1:hover, .btmbnr_notice .btmbnr_notice_btn:hover, .zipsearchbtn input:hover {
    transition: all .3s;
    -webkit-transition: all .3s;
    background: #3eb5e29c; }
  /* line 2229, ../sass/style.scss */
  .button1 a, .btmbnr_notice .btmbnr_notice_btn a, .zipsearchbtn input a {
    display: block;
    color: #fff;
    line-height: 44px;
    text-decoration: none; }
    /* line 2236, ../sass/style.scss */
    .button1 a:active, .btmbnr_notice .btmbnr_notice_btn a:active, .zipsearchbtn input a:active {
      top: 3px;
      box-shadow: none; }
    /* line 2241, ../sass/style.scss */
    .button1 a i, .btmbnr_notice .btmbnr_notice_btn a i, .zipsearchbtn input a i {
      position: relative;
      top: -1;
      /*			color:$linkbtn_bgcor;*/ }
  /* line 2249, ../sass/style.scss */
  .button1 .subtitle, .btmbnr_notice .btmbnr_notice_btn .subtitle, .zipsearchbtn input .subtitle {
    font-size: 1.0em;
    margin: 0 0 -26px 0; }

/*button1*/
/* line 2256, ../sass/style.scss */
.button11 {
  width: 100%;
  margin: 10px auto;
  position: relative;
  background: #06c786;
  min-height: 44px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  text-align: center;
  display: block;
  padding: 0 10px;
  font-size: 14px;
  color: #FFF;
  border: solid 2px #FFF;
  border-radius: 10px; }
  /* line 2270, ../sass/style.scss */
  .button11:hover {
    transition: all .3s;
    -webkit-transition: all .3s;
    background: #3eb5e29c; }
  /* line 2276, ../sass/style.scss */
  .button11 a {
    display: block;
    color: #FFF;
    line-height: 44px;
    text-decoration: none; }
    /* line 2283, ../sass/style.scss */
    .button11 a:active {
      top: 3px;
      box-shadow: none; }
    /* line 2288, ../sass/style.scss */
    .button11 a i {
      position: relative;
      top: -1;
      /*			color:$linkbtn_bgcor;*/ }
  /* line 2296, ../sass/style.scss */
  .button11 .subtitle {
    font-size: 1.0em;
    margin: 0 0 -26px 0; }

/*button1*/
/* line 2304, ../sass/style.scss */
.button2 {
  width: 100%;
  margin: 10px auto;
  position: relative;
  background: #13d6a8;
  min-height: 44px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  text-align: center;
  display: block;
  padding: 0 10px;
  font-size: 14px;
  color: #FFF; }
  /* line 2316, ../sass/style.scss */
  .button2:hover {
    transition: all .3s;
    -webkit-transition: all .3s;
    background: #f6cfcf; }
  /* line 2322, ../sass/style.scss */
  .button2 a {
    display: block;
    color: #fff;
    line-height: 44px;
    text-decoration: none; }
    /* line 2328, ../sass/style.scss */
    .button2 a:active {
      top: 3px;
      box-shadow: none; }
    /* line 2333, ../sass/style.scss */
    .button2 a i {
      position: relative;
      top: -1;
      /*			color:$linkbtn_bgcor;*/ }

/*button2*/
/* line 2345, ../sass/style.scss */
.ua_btn {
  background: #CCC;
  border-radius: 0px; }
  /* line 2349, ../sass/style.scss */
  .ua_btn a {
    color: #333; }
    /* line 2351, ../sass/style.scss */
    .ua_btn a img {
      position: relative;
      top: 3px;
      width: 15px; }

/* line 2357, ../sass/style.scss */
.submitbtn_area02 {
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  /* line 2362, ../sass/style.scss */
  .submitbtn_area02 input {
    background: #a78bce;
    color: #FFF;
    font-weight: bold;
    border: none;
    border-radius: 6px; }
    /* line 2369, ../sass/style.scss */
    .submitbtn_area02 input:hover {
      background: #c9b1e8;
      color: #fff; }

/* ---------------mail------------------- */
/* line 2383, ../sass/style.scss */
.mailhyou th {
  display: block;
  background: #e8e8e8;
  font-weight: normal;
  color: #000;
  padding: 3px 0; }
/* line 2391, ../sass/style.scss */
.mailhyou tbody, .mailhyou tr, .mailhyou td {
  display: block; }
/* line 2395, ../sass/style.scss */
.mailhyou td {
  padding: 6px 0 12px 0; }

/* line 2400, ../sass/style.scss */
.submitbtn_area {
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  /* line 2405, ../sass/style.scss */
  .submitbtn_area input {
    background: #06c786;
    color: #FFF;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    margin-bottom: 10px; }
    /* line 2413, ../sass/style.scss */
    .submitbtn_area input:hover {
      opacity: 0.5;
      color: #fff; }

/* line 2422, ../sass/style.scss */
.zipsearchbtn {
  background: #06c786;
  color: #FFF;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  width: 30%; }
  /* line 2430, ../sass/style.scss */
  .zipsearchbtn input {
    min-height: 41px;
    background: #06c786; }

/* line 2437, ../sass/style.scss */
.text30 {
  width: 30%; }

/* line 2441, ../sass/style.scss */
.form_selects {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px dashed #999999; }
  /* line 2446, ../sass/style.scss */
  .form_selects .fp-select {
    margin: 5px 0 0 0; }

/* line 2452, ../sass/style.scss */
.form_commnet {
  text-align: center;
  font-size: 12px;
  color: #ae9f93; }

/* line 2458, ../sass/style.scss */
.form_th_commnet {
  text-align: center;
  font-size: 0.8em; }

@media (min-width: 420px) {
  /* line 2478, ../sass/style.scss */
  .form_checkboxs br,
  .form_radios br {
    display: none; } }
/*-------------  util.   ---------------------------- */
/* line 2490, ../sass/style.scss */
.inner {
  padding: 10px 15px; }

/* line 2494, ../sass/style.scss */
.fleft {
  float: left; }

/* line 2498, ../sass/style.scss */
.fleft_imgmgn10 {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px; }

/* line 2503, ../sass/style.scss */
img.fleft_imgmgn10 {
  width: 40% !important; }

/* line 2508, ../sass/style.scss */
.fleft_imgmgn15 {
  float: left;
  margin-right: 15px; }

/* line 2512, ../sass/style.scss */
.fleft_imgmgn20 {
  float: left;
  margin-right: 20px; }

/* line 2520, ../sass/style.scss */
.fright {
  float: right; }

/* line 2524, ../sass/style.scss */
.fright_imgmgn10 {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px; }

/* line 2529, ../sass/style.scss */
img.fright_imgmgn10 {
  width: 40% !important; }

/* line 2536, ../sass/style.scss */
.fright_imgmgn15 {
  float: right;
  margin-left: 15px; }

/* line 2540, ../sass/style.scss */
.fright_imgmgn20 {
  float: right;
  margin-left: 20px; }

/* line 2546, ../sass/style.scss */
img.img40 {
  width: 40% !important;
  height: auto; }

/* line 2551, ../sass/style.scss */
img.img30 {
  width: 30% !important;
  height: auto; }

/* new clearfix */
/* line 2559, ../sass/style.scss */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

/*.f16 {
	font-size:16px;
	
	
	border-radius: 6px;
background: #d2e7f0;
text-align: left;
border: none;
height: 30px;
font-weight: normal;
font-size: 15px;
padding: 8px 0 0 0;
margin: 0 0 10px 0;
}*/
/* line 2583, ../sass/style.scss */
.space05 {
  margin-top: 5px; }

/* line 2584, ../sass/style.scss */
.space10 {
  margin-top: 10px !important; }

/* line 2585, ../sass/style.scss */
.space15 {
  margin-top: 15px !important; }

/* line 2586, ../sass/style.scss */
.space20 {
  margin-top: 20px !important; }

/* line 2587, ../sass/style.scss */
.space25 {
  margin-top: 25px; }

/* line 2588, ../sass/style.scss */
.space30 {
  margin-top: 30px; }

/* line 2589, ../sass/style.scss */
.space40 {
  margin-top: 40px; }

/* line 2590, ../sass/style.scss */
.space80 {
  margin-top: 80px; }

/* line 2592, ../sass/style.scss */
.mgnb20 {
  margin-bottom: 20px; }

/* line 2593, ../sass/style.scss */
.mgnb10 {
  margin-bottom: 10px; }

/* line 2594, ../sass/style.scss */
.mgR20 {
  margin-right: 20px; }

/* line 2596, ../sass/style.scss */
.point_a {
  color: #F00; }

/* line 2597, ../sass/style.scss */
.point_b {
  color: #ff7e00; }

/* line 2598, ../sass/style.scss */
.point_c {
  color: #f7a206; }

/* line 2599, ../sass/style.scss */
.point_d {
  color: #F66; }

/* line 2600, ../sass/style.scss */
.point_e {
  color: #57c8a7; }

/* line 2601, ../sass/style.scss */
.point_f {
  color: #3eb96f; }

/* line 2602, ../sass/style.scss */
.point_g {
  color: #906fbc; }

/* line 2603, ../sass/style.scss */
.point_h {
  color: #fa6e21;
  font-weight: bold; }

/* line 2605, ../sass/style.scss */
.f12 {
  font-size: 0.8em;
  line-height: 1.2; }

/* line 2610, ../sass/style.scss */
.f13 {
  font-size: 12px; }

/* line 2614, ../sass/style.scss */
.f14 {
  font-size: 14px; }

/* line 2618, ../sass/style.scss */
.f16 {
  font-size: 16px; }

/* line 2622, ../sass/style.scss */
.st {
  font-weight: bold; }

/* line 2626, ../sass/style.scss */
.cen {
  text-align: center !important; }

/* line 2628, ../sass/style.scss */
.line_bottom {
  border-bottom: 1px dotted #333;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0; }

/* line 2634, ../sass/style.scss */
.trimming_line {
  border-bottom: 1px dotted #333;
  font-weight: bold;
  font-size: 16px;
  margin: 7px 0 7px 0;
  padding: 0 0 7px 0; }

/* line 2642, ../sass/style.scss */
.line_top {
  border-top: 2px dotted #FFF; }

/*------------- リスト型プログラム(レポート更新風)　ページャースタイル  -----------------------------------------*/
/* line 2649, ../sass/style.scss */
.pg_btn_box {
  position: relative;
  overflow: hidden;
  margin: 10px 0 -15px; }

/* line 2655, ../sass/style.scss */
ul.pg_btn {
  float: left;
  left: 50%;
  position: relative; }

/* line 2661, ../sass/style.scss */
ul.pg_btn li {
  position: relative;
  left: -50%;
  float: left;
  background: #949494;
  background: -webkit-gradient(linear, left top, left bottom, from(#949494), to(#797979));
  background: linear-gradient(top, #949494, #797979);
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 8px;
  color: #fff;
  box-shadow: 0px 0px 1px #000;
  margin: 1px 10px 10px 1px;
  padding: 0px !important;
  border-top: none !important; }

/* line 2680, ../sass/style.scss */
ul.pg_btn li:last-child {
  margin: 1px; }

/* line 2684, ../sass/style.scss */
.pg_btn a {
  background: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e1e1e1));
  background: linear-gradient(top, #f5f5f5, #e1e1e1);
  color: #000;
  text-decoration: none;
  display: block;
  border-radius: 8px; }

/*------------- 追加　blog  -----------------------------------------*/
/* line 2709, ../sass/style.scss */
.blog_layout {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  margin: 10px auto;
  width: 100%;
  background: url(../images/bg_blog_middle.png) repeat-y center center;
  background-size: contain;
  position: relative; }
  /* line 2717, ../sass/style.scss */
  .blog_layout .cat_point {
    position: absolute;
    top: -20px;
    right: 17px; }
  /* line 2723, ../sass/style.scss */
  .blog_layout:before {
    content: "";
    display: block;
    width: 100%;
    min-height: 62px;
    background: url(../images/bg_blog_top.png) no-repeat center top;
    background-size: contain; }
  /* line 2731, ../sass/style.scss */
  .blog_layout:after {
    content: "";
    display: block;
    width: 100%;
    min-height: 22px;
    background: url(../images/bg_blog_bottom.png) no-repeat center bottom;
    background-size: contain;
    margin: 10px 0 0 0; }
  /* line 2741, ../sass/style.scss */
  .blog_layout .blog_box {
    margin-top: -60px;
    width: 100%;
    padding: 25px 0px 0 25px; }
    /* line 2746, ../sass/style.scss */
    .blog_layout .blog_box .blog_mds {
      width: 340px;
      font-size: 15px;
      line-height: 1.3;
      color: #491d13;
      margin: -10px -8px 15px -18px;
      font-family: 'Times New Roman', Georgia, 'FOT-マティス Pro M', 'MatissePro-M', "游明朝", YuMincho, 'Yu Mincho', "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif, Calibri, sans-serif;
      font-weight: bold; }
    /* line 2755, ../sass/style.scss */
    .blog_layout .blog_box ul li {
      line-height: 2.0; }
      /* line 2757, ../sass/style.scss */
      .blog_layout .blog_box ul li a {
        text-decoration: none;
        color: #333; }

/*---------------calendar-------------------------*/
/* line 2766, ../sass/style.scss */
.s1_Calendar {
  width: 100% !important;
  margin-bottom: 20px; }

/* line 2770, ../sass/style.scss */
.s2_Calendar {
  width: 100% !important; }

/* line 2773, ../sass/style.scss */
.font12 {
  font-size: 12px; }

/* line 2776, ../sass/style.scss */
.box20 {
  position: relative;
  padding: 10px;
  margin: 2em 0;
  top: 0; }
  /* line 2783, ../sass/style.scss */
  .box20 h4 {
    margin: 0 0 20px 0;
    border-bottom: 1px dotted #15bda6;
    font-weight: normal;
    padding: 0;
    min-height: 28px; }

/* line 2793, ../sass/style.scss */
.box20:before, .box20:after {
  position: absolute;
  top: 0;
  content: '';
  width: 10px;
  height: 100%;
  display: inline-block;
  box-sizing: border-box; }

/* line 2802, ../sass/style.scss */
.box20:before {
  border-left: dotted 2px #15adc1;
  border-top: dotted 2px #15adc1;
  border-bottom: dotted 2px #15adc1;
  left: 0; }

/* line 2808, ../sass/style.scss */
.box20:after {
  border-top: dotted 2px #15adc1;
  border-right: dotted 2px #15adc1;
  border-bottom: dotted 2px #15adc1;
  right: 0; }

/* line 2814, ../sass/style.scss */
.box20 p {
  margin: 0;
  padding: 0; }

/* line 2819, ../sass/style.scss */
.calt01 {
  background-color: #F7F7F7;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 29px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
  width: 185px; }

/* line 2829, ../sass/style.scss */
.calt02 {
  background-color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
  padding-right: 10px; }

/*------------- 追加　インプラント  -----------------------------------------*/
/* line 2841, ../sass/style.scss */
.list3c {
  overflow: hidden;
  margin-top: 15px; }

/* line 2845, ../sass/style.scss */
.list3c dl {
  width: 30%;
  float: left; }

/* line 2849, ../sass/style.scss */
.list3c dl img {
  width: 100%;
  height: auto; }

/* line 2853, ../sass/style.scss */
.list3c dt {
  margin-bottom: 5px; }

/* line 2856, ../sass/style.scss */
.list3c dl + dl {
  margin-left: 5%; }

/* line 2859, ../sass/style.scss */
.list3c .cap {
  font-size: 11px;
  padding: 2px;
  background: none;
  line-height: 1.6em;
  background: #E4E4E4;
  text-align: center; }

/* line 2867, ../sass/style.scss */
.list3c .caps {
  font-size: 11px;
  padding: 2px;
  background: none;
  line-height: 1.6em; }

/* line 2873, ../sass/style.scss */
.merit01 dt {
  background: #7b7b7b;
  color: #fff;
  padding: 5px;
  font-size: 12px;
  line-height: 1.4em;
  border-radius: 5px;
  border: 2px #bdbdbd solid;
  min-height: 62px; }

/* line 2883, ../sass/style.scss */
.merit02 dt {
  background: #d97d7d;
  color: #fff;
  padding: 5px;
  font-size: 12px;
  line-height: 1.4em;
  border-radius: 5px;
  border: 2px #ffafaf solid;
  min-height: 62px; }

/* line 2893, ../sass/style.scss */
.merit01 dt + dd, .merit02 dt + dd {
  margin-bottom: 5px; }

/* line 2896, ../sass/style.scss */
.impFlow {
  overflow: hidden;
  margin-bottom: 20px; }

/* line 2900, ../sass/style.scss */
.impFlow li {
  width: 48%;
  float: left;
  margin-bottom: 1em; }

/* line 2905, ../sass/style.scss */
.impFlow li:nth-child(even) {
  float: right; }

/* line 2908, ../sass/style.scss */
.flowBox {
  background: #ad4949;
  padding: 5px;
  color: #fff;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.4em;
  position: relative; }

/* line 2917, ../sass/style.scss */
.flowBox:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 0;
  margin-left: -8px;
  border-top: 10px solid #ad4949;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent; }

/* line 2931, ../sass/style.scss */
.flowBox .num01 {
  background: #fff;
  color: #9a3333;
  float: none;
  margin: 0 auto 10px; }

/* line 2937, ../sass/style.scss */
.imph5 {
  background: #e89693;
  width: 100%;
  padding: 5px;
  margin: 0 0 10px 0;
  color: #FFF;
  font-size: 15px; }

/* line 2945, ../sass/style.scss */
.hokenbox {
  margin-top: 15px;
  margin-bottom: 1.5em;
  background-color: #ffe8e8;
  padding: 10px; }

/* line 2952, ../sass/style.scss */
.hosyo {
  font-weight: bold;
  border-bottom: #F00 solid 1px;
  font-size: 16px; }

/*------------- 追加　健康診断枠  -----------------------------------------*/
/* line 2959, ../sass/style.scss */
.waku01 {
  margin: 10px auto;
  width: 100%;
  background: url(../images/bg_waku_middle.png) repeat-y center center;
  position: relative; }
  /* line 2965, ../sass/style.scss */
  .waku01:before {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    background: url(../images/bg_waku_top.png) no-repeat center top; }
  /* line 2972, ../sass/style.scss */
  .waku01:after {
    content: "";
    display: block;
    width: 100%;
    height: 54px;
    background: url(../images/bg_waku_bottom.png) no-repeat center bottom; }
  /* line 2980, ../sass/style.scss */
  .waku01 .waku_box {
    width: 100%;
    padding: 0 25px 0 25px; }
    /* line 2984, ../sass/style.scss */
    .waku01 .waku_box .waku_mds {
      margin: -35px 0px 10px 0;
      text-align: center;
      font-size: 20px;
      line-height: 1.3;
      color: #491d13;
      font-family: 'Times New Roman', Georgia, 'FOT-マティス Pro M', 'MatissePro-M', "游明朝", YuMincho, 'Yu Mincho', "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif, Calibri, sans-serif;
      font-weight: bold; }
    /* line 2993, ../sass/style.scss */
    .waku01 .waku_box ul li {
      line-height: 2.0; }

/* line 3000, ../sass/style.scss */
.txt_pdf li {
  padding: 10px 10px 10px 65px;
  border-bottom: 1px dotted #040000;
  background: url(../images/pdf.png) no-repeat 5px 12px; }

/* line 3007, ../sass/style.scss */
.icon_caution {
  background: #f7931e;
  border-radius: 3px;
  display: inline-block;
  padding: 0px 4px;
  margin: 0 3px 0 3px;
  color: #FFF;
  font-size: 8px; }

/*-------------  button3   ---------------------------- */
/* line 3018, ../sass/style.scss */
.button3 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 20px;
  background: #3bb1e1;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  min-height: 44px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  text-align: center;
  display: block;
  padding: 0 10px;
  font-size: 13px;
  color: #FFF;
  border: solid 3px #FFF; }
  /* line 3034, ../sass/style.scss */
  .button3 a {
    display: block;
    color: #FFF;
    line-height: 44px;
    text-decoration: none; }
    /* line 3040, ../sass/style.scss */
    .button3 a:hover {
      top: -2px;
      box-shadow: 0 4px 0 #cf375c; }
    /* line 3044, ../sass/style.scss */
    .button3 a:active {
      top: 3px;
      box-shadow: none; }

/* line 3049, ../sass/style.scss */
.button4 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  min-height: 44px;
  text-shadow: 0 1px 1px rgba(44, 160, 165, 0.4);
  text-align: center;
  display: block;
  padding: 0 10px;
  font-size: 13px;
  color: #3bb1e1;
  border: solid 3px #3bb1e1; }
  /* line 3065, ../sass/style.scss */
  .button4 a {
    display: block;
    color: #2f74c1;
    line-height: 44px;
    text-decoration: none; }

/* line 3072, ../sass/style.scss */
.button3_icon {
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 10px;
  background: #06c786;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  min-height: 44px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  text-align: center;
  display: block;
  padding: 20px 10px;
  font-size: 13px;
  color: #FFF;
  border: solid 3px #06c786; }
  /* line 3088, ../sass/style.scss */
  .button3_icon a {
    display: block;
    color: #FFF;
    line-height: 0px;
    text-decoration: none; }
    /* line 3094, ../sass/style.scss */
    .button3_icon a:hover {
      top: -2px;
      box-shadow: 0 4px 0 #cf375c; }
    /* line 3098, ../sass/style.scss */
    .button3_icon a:active {
      top: 3px;
      box-shadow: none; }

/* line 3103, ../sass/style.scss */
.button4_icon {
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  min-height: 44px;
  text-shadow: 0 1px 1px rgba(44, 160, 165, 0.4);
  text-align: center;
  display: block;
  padding: 20px 10px;
  font-size: 13px;
  color: #1dbd46;
  border: solid 3px #06c786; }
  /* line 3119, ../sass/style.scss */
  .button4_icon a {
    display: block;
    color: #1dbd46;
    line-height: 0px;
    text-decoration: none; }

/* line 3126, ../sass/style.scss */
.title_day {
  background: #686868;
  color: #FFF;
  padding: 2px 5px;
  font-size: 13px;
  margin-right: 15px; }

/* line 3134, ../sass/style.scss */
.shap_ellipse {
  text-align: center;
  background: #F00;
  position: relative;
  padding: 3px 14px;
  border-radius: 10px;
  color: #FFF;
  font-size: 14px;
  width: 80px; }

/* line 3147, ../sass/style.scss */
.pgimgWrap {
  width: 160px;
  height: 160px;
  justify-content: center;
  align-items: center;
  display: flex;
  background: #ececee;
  margin: 10px auto; }
  /* line 3155, ../sass/style.scss */
  .pgimgWrap img {
    display: block;
    transition-duration: 1.5s;
    /*変化に掛かる時間*/
    max-width: 100%;
    max-height: 100%; }
    /* line 3160, ../sass/style.scss */
    .pgimgWrap img:hover {
      transform: scale(1.1);
      /*画像の拡大率*/
      transition-duration: 1.5s;
      /*変化に掛かる時間*/
      opacity: 0.6;
      /* 小さくするほど暗くなります */ }

/*------------- スライダー  -----------------------------------------*/
/* line 1997, ../sass/style.scss */
/* line 3171, ../sass/style.scss */
.bxslider img {
  width: 100%;
  height: auto; }

/*----------------slider------------------------------- */
/* line 3179, ../sass/style.scss */
.slider_area {
  width: 100%;
  /*min-height:150px;*/
  border: none;
  background: none;
  /*		background:url(../images/index_bg.png) repeat-x top center;
  		background-size:50px 166px;
  */
  overflow: hidden;
  position: relative;
  /*		.slider__copyimg {
  			position:absolute;
  			bottom:20px;
  			z-index:9999;
  			padding:0 20px;
  
  			img {
  				width:100%;
  				height:auto;
  	
  			}
  		}*/ }
  /* line 3190, ../sass/style.scss */
  .slider_area ul, .slider_area li {
    margin: 0;
    padding: 0; }

/* line 3213, ../sass/style.scss */
.h4_reservation {
  background-color: #c4e5f3;
  background-repeat: repeat;
  background-position: left top;
  padding: 5px;
  border-radius: 7px;
  text-align: center;
  color: #4A2B12;
  margin-bottom: 15px; }

/*---------------top-------------------------*/
/* line 3225, ../sass/style.scss */
.top-main {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  background-size: cover; }

/* line 3234, ../sass/style.scss */
.circle-top {
  width: 130px;
  height: 65px;
  border-radius: 100px 100px 0 0;
  background: #07bc40 url(../images/top_1f.png) no-repeat 55px;
  margin: 0 0 0 10px; }
  /* line 3241, ../sass/style.scss */
  .circle-top p {
    padding: 25px 20px 35px 20px;
    color: #fff;
    font-weight: bold;
    font-size: 20px; }

/* line 3251, ../sass/style.scss */
.circle-top02 {
  width: 130px;
  height: 65px;
  border-radius: 100px 100px 0 0;
  background: #029563 url(../images/top_2f.png) no-repeat 10px;
  margin: 0 0 0 200px; }
  /* line 3258, ../sass/style.scss */
  .circle-top02 p {
    padding: 30px 0px 35px 80px;
    color: #fff;
    font-weight: bold;
    font-size: 20px; }

/* line 3269, ../sass/style.scss */
.top_lead {
  color: #07bc40;
  margin: 30px 0 30px 0;
  padding: 10px;
  border-top: solid 1px #07bc40;
  border-bottom: solid 1px #07bc40;
  text-align: center;
  font-size: 18px; }

/* line 3279, ../sass/style.scss */
.top_box {
  padding: 1em 0.8em;
  margin: 0 0 20px 0;
  background: #FFF;
  border: solid 3px #07bc40;
  /*線*/
  border-radius: 10px;
  /*角の丸み*/ }
  /* line 3286, ../sass/style.scss */
  .top_box p {
    margin: 0;
    padding: 0; }

/* line 3293, ../sass/style.scss */
.top_box02 {
  padding: 1em 0.8em;
  margin: 0 0 20px 0;
  background: #FFF;
  border: solid 3px #029563;
  /*線*/
  border-radius: 10px;
  /*角の丸み*/ }
  /* line 3300, ../sass/style.scss */
  .top_box02 p {
    margin: 0;
    padding: 0; }

/* line 3307, ../sass/style.scss */
.bg_01 {
  background: #fbfbc6;
  padding: 0 0 20px 0; }

/* line 3312, ../sass/style.scss */
.footer_hyou {
  width: 100%;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-top: 1px solid #666;
  border-left: 1px solid #666; }
  /* line 3321, ../sass/style.scss */
  .footer_hyou td {
    line-height: 12px;
    text-align: center;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    font-size: 12px;
    background-color: #FFF; }
  /* line 3330, ../sass/style.scss */
  .footer_hyou th {
    font-weight: bold;
    background-color: #fbfbc6;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    text-align: center;
    font-size: 12px; }

/*---------------access------------------------*/
/* line 3343, ../sass/style.scss */
.flow {
  margin: 10px 0 0 0; }
  /* line 3346, ../sass/style.scss */
  .flow:first-letter {
    color: #ff7e00;
    font-size: 16px; }

/*---------------info------------------------*/
/* line 3354, ../sass/style.scss */
.infoList dl + dl {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px dotted #ccc; }

/* line 3359, ../sass/style.scss */
.lineList dt {
  font-weight: bold;
  width: 80px;
  float: left;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #ccc; }

/* line 3367, ../sass/style.scss */
.lineList dd {
  overflow: hidden;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #ccc; }

/* line 3374, ../sass/style.scss */
.shisekiFlow li {
  padding: 0 0 0 20px; }

/* line 3377, ../sass/style.scss */
.shisekiFlow .num01 {
  background: url(../images/disease_num01.png) no-repeat left 4px;
  background-size: 12px 15px; }

/* line 3381, ../sass/style.scss */
.shisekiFlow .num02 {
  background: url(../images/disease_num02.png) no-repeat left 4px;
  background-size: 12px 15px; }

/* line 3385, ../sass/style.scss */
.shisekiFlow .num03 {
  background: url(../images/disease_num03.png) no-repeat left 4px;
  background-size: 12px 15px; }

/* line 3389, ../sass/style.scss */
.shisekiFlow .num04 {
  background: url(../images/disease_num04.png) no-repeat left 4px;
  background-size: 12px 15px; }

/* line 3393, ../sass/style.scss */
.shisekiFlow .num05 {
  background: url(../images/disease_num05.png) no-repeat left 4px;
  background-size: 12px 15px; }

/* line 3398, ../sass/style.scss */
.shindanHk {
  background: url(../images/pattern_bg014.png);
  border-radius: 8px;
  color: #fff;
  padding: 10px;
  position: relative;
  margin-bottom: 15px; }

/* line 3406, ../sass/style.scss */
.shindanHk:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #48bbe0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent; }

/* line 3418, ../sass/style.scss */
.shindanPrice {
  background: #f7ffcd;
  padding: 10px;
  position: relative;
  color: #0481a3;
  font-size: 12px;
  line-height: 1.6em; }

/* line 3426, ../sass/style.scss */
.shindanPrice table {
  line-height: 1.8em;
  color: #0481a3;
  font-size: 12px; }

/* line 3431, ../sass/style.scss */
.shindanPrice td {
  padding-right: 8px; }

/* line 3434, ../sass/style.scss */
.shindanPrice:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 1px dotted #c4b785; }

/* line 3443, ../sass/style.scss */
.shindanPrice .price {
  background: #48bbe0;
  padding: 3px 5px;
  color: #fff;
  font-size: 12px;
  border-radius: 2px; }

/* line 3451, ../sass/style.scss */
.reasonBox h5 {
  color: #4b2e0a;
  min-height: 52px;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 10px 5px 55px;
  margin-bottom: 1em; }

/* line 3461, ../sass/style.scss */
.reasonBox:nth-of-type(1) h5 {
  background: url(../images/reason_num01.png) no-repeat left 5px;
  background-size: 49px 49px; }

/* line 3465, ../sass/style.scss */
.reasonBox:nth-of-type(2) h5 {
  background: url(../images/reason_num02.png) no-repeat left 5px;
  background-size: 49px 49px; }

/* line 3469, ../sass/style.scss */
.reasonBox:nth-of-type(3) h5 {
  background: url(../images/reason_num03.png) no-repeat left 5px;
  background-size: 49px 49px; }

/* line 3474, ../sass/style.scss */
.reasonBox:nth-of-type(4) h5 {
  background: url(../images/reason_num04.png) no-repeat left 5px;
  background-size: 49px 49px; }

/* line 3479, ../sass/style.scss */
.section .reasonBox:last-of-type {
  margin-bottom: 20px; }

/* line 3482, ../sass/style.scss */
.reasonBox + .reasonBox {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px dotted #ccc; }

/* line 3487, ../sass/style.scss */
.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

/* line 3492, ../sass/style.scss */
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* 料金表 
.tbl01 {
	background-color: #ffffff;
	border: 1px solid #007F3F;
	border-collapse: collapse;
	font-size: 12px;
	line-height: 1.4em;
}
.tbl01 th {
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
	background-color: #3E9337;
	border-right: 1px solid #ffffff;
	font-size:10px;
}
.tbl01 td {
	padding: 2px;
	border-bottom: 1px solid #007F3F;
	border-left: 1px solid #007F3F;
	vertical-align : middle;
	font-size:10px;
}
.tbl01 .tblBg01 {
	background-color: #FEFACF;
	color: #007F3F;
	font-weight: bold;
	padding: 3px;
	border-right: 1px solid #007F3F;
	border-bottom: 1px solid #3a8614;
	text-align: center;
}
*/
/*calendar
-----------------------------------------------------*/
/* line 3536, ../sass/style.scss */
.cld {
  width: 100%;
  border: 1px solid #adadad;
  border-collapse: collapse;
  margin-bottom: 20px; }

/* line 3542, ../sass/style.scss */
.cld td {
  border-left: 1px solid #adadad;
  border-bottom: 1px solid #adadad;
  text-align: center;
  padding: 5px;
  background-color: transparent !important; }

/* line 3549, ../sass/style.scss */
.cld th {
  border-left: 1px solid #adadad;
  border-bottom: 1px solid #adadad;
  text-align: center;
  padding: 5px;
  background-color: #CFF1B4;
  color: #2d9a3f; }

/* line 3557, ../sass/style.scss */
.month {
  font-weight: bold;
  text-align: center;
  padding: 5px;
  background: url(../images/pattern_bg09.png);
  color: #fff;
  margin-bottom: 10px;
  margin-top: 10px; }

/* line 3566, ../sass/style.scss */
.sat {
  background: #a8eff3 !important;
  color: #28878E !important; }

/* line 3570, ../sass/style.scss */
.satTxt {
  color: #28878E !important; }

/* line 3573, ../sass/style.scss */
.sun {
  background: #ffacab !important;
  color: #FB4F4F !important; }

/* line 3577, ../sass/style.scss */
.sunTxt {
  color: #FB4F4F !important; }

/* TOPスライド画像 */
/* line 3582, ../sass/style.scss */
.main_imgBox {
  height: 300px;
  overflow: hidden;
  position: relative; }

/* line 3587, ../sass/style.scss */
.main_img {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 36s 0s infinite;
  animation: anime 36s 0s infinite; }

/* line 3601, ../sass/style.scss */
.main_img:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s; }

/* line 3605, ../sass/style.scss */
.main_img:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s; }

/* line 3609, ../sass/style.scss */
.main_img:nth-of-type(4) {
  -webkit-animation-delay: 18s;
  animation-delay: 18s; }

/* line 3613, ../sass/style.scss */
.main_img:nth-of-type(5) {
  -webkit-animation-delay: 24s;
  animation-delay: 24s; }

/* line 3617, ../sass/style.scss */
.main_img:nth-of-type(6) {
  -webkit-animation-delay: 30s;
  animation-delay: 30s; }

@keyframes anime {
  0% {
    opacity: 0; }
  8% {
    opacity: 1; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0;
    transform: scale(1.2);
    z-index: 9; }
  100% {
    opacity: 0; } }
/* line 3639, ../sass/style.scss */
.in_english_bg {
  font-size: 50px;
  color: rgba(255, 255, 255, 0.75);
  margin-left: 0px; }

/* line 3645, ../sass/style.scss */
.in_english_bg2 {
  font-size: 50px;
  color: rgba(33, 141, 79, 0.6);
  margin-left: 0px; }

/* line 3653, ../sass/style.scss */
.top_sec02 {
  background: url(../images/sec_bg02.jpg) top center no-repeat;
  height: 450px; }
  /* line 3661, ../sass/style.scss */
  .top_sec02 ul {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px;
    border-radius: 5px; }
  /* line 3667, ../sass/style.scss */
  .top_sec02 .subtitle {
    color: #218d4f;
    font-size: 20px;
    padding: 0px 0 0 0;
    margin: 20px 0 20px 0;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    text-align: left;
    line-height: 1.2;
    font-weight: bold; }
  /* line 3678, ../sass/style.scss */
  .top_sec02 .info {
    text-align: left;
    font-weight: bold; }
  /* line 3684, ../sass/style.scss */
  .top_sec02 .info_btn {
    margin-top: 30px; }

/* line 3689, ../sass/style.scss */
.top_sec03 {
  background: #06c786;
  height: 706px; }
  /* line 3694, ../sass/style.scss */
  .top_sec03 .stuff_btn {
    margin-top: 30px;
    text-align: center; }

/* line 3699, ../sass/style.scss */
.top_mds {
  line-height: 1.5;
  color: #333;
  margin: 25px 0 15px 0;
  padding: 0px 0 0 0;
  font-weight: bold;
  font-size: 1.5em;
  text-align: center; }

/* line 3709, ../sass/style.scss */
.top_sec04 {
  background: url(../images/sec_bg04.jpg) top center repeat-y;
  height: 1050px; }
  /* line 3713, ../sass/style.scss */
  .top_sec04 .subtitle {
    color: #218d4f;
    font-size: 20px;
    padding: 0px 0 0 0;
    margin: 20px 0 20px 0;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    text-align: left;
    line-height: 1.2;
    font-weight: bold; }
  /* line 3724, ../sass/style.scss */
  .top_sec04 .info {
    text-align: left; }
  /* line 3730, ../sass/style.scss */
  .top_sec04 .info_btn {
    margin-top: 30px; }

/* line 3734, ../sass/style.scss */
.mds_borderleft {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
  color: #333333;
  min-height: 30px;
  padding: 0px 0 0 15px;
  border-left: solid 8px #148845;
  margin: 20px 0 10px 0; }

/*--------------- 表面塗りつぶしボタン --------------------------*/
/* line 3748, ../sass/style.scss */
a.double_line {
  box-shadow: 0 0 0 2px #000, 6px 6px 0 0 #fff, 6px 6px 0 2px #000;
  background-color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 15px 30px 10px 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.2em;
  color: #000;
  width: 90%;
  margin-top: 2px; }

/* line 3772, ../sass/style.scss */
a.double_line:hover {
  box-shadow: 0 0 0 2px #000, 6px 6px 0 0 #fff, 6px 6px 0 2px #fff;
  background-color: #f2f0af7a; }

/* line 3777, ../sass/style.scss */
.in_work {
  margin: 0px 0px 0 0px; }
  /* line 3780, ../sass/style.scss */
  .in_work ul {
    overflow: hidden;
    padding: 20px 0px 10px 1px;
    height: auto;
    text-align: center; }
  /* line 3787, ../sass/style.scss */
  .in_work li {
    background: #FFF;
    width: 100%; }
    /* line 3794, ../sass/style.scss */
    .in_work li a {
      text-decoration: none; }
  /* line 3798, ../sass/style.scss */
  .in_work .state {
    background-color: #faf123;
    font-size: 12px;
    color: #fff;
    padding: 2px 20px 0px 20px;
    letter-spacing: 1px; }

/* line 3807, ../sass/style.scss */
.bg_yellow {
  background-color: #f2f0af7a; }

/*--------------- 職員インタビュー --------------------------*/
/* line 3811, ../sass/style.scss */
.interview_detailtop {
  background: rgba(54, 144, 82, 0.8);
  color: #FFF;
  margin-top: 20px;
  min-height: 260px;
  text-align: left;
  font-size: 20px;
  padding: 20px 20px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.5;
  z-index: 99; }
  /* line 3824, ../sass/style.scss */
  .interview_detailtop .mini {
    font-size: 10px;
    line-height: 1.5; }

/* line 3830, ../sass/style.scss */
.interview_list {
  text-decoration: none;
  display: block;
  margin: 0 0 0 0; }
  /* line 3836, ../sass/style.scss */
  .interview_list h4 {
    display: block;
    color: #666;
    font-size: 18px;
    font-weight: bold;
    min-height: 35px;
    margin: 0 0px 5px 0;
    padding: 5px 0 0 0px;
    line-height: 1.4;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: none; }
  /* line 3848, ../sass/style.scss */
  .interview_list .comment {
    font-size: 15px; }
  /* line 3852, ../sass/style.scss */
  .interview_list .sche_time {
    background-color: #faf123;
    font-size: 15px;
    color: #fff; }

/* line 3860, ../sass/style.scss */
.interview_list2 li {
  text-decoration: none;
  display: block;
  border-top: 1px solid #b5b5b5;
  margin: 10px 0px; }
  /* line 3866, ../sass/style.scss */
  .interview_list2 li h4 {
    display: block;
    color: #666;
    font-size: 18px;
    font-weight: bold;
    min-height: 35px;
    margin: 0 0px 5px 0;
    padding: 5px 0 0 0px;
    line-height: 1.4;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: none; }
  /* line 3878, ../sass/style.scss */
  .interview_list2 li .comment {
    font-size: 15px; }
  /* line 3881, ../sass/style.scss */
  .interview_list2 li .sche_hatena {
    color: #faf123;
    font-size: 25px; }
/* line 3887, ../sass/style.scss */
.interview_list2 ul:last-child {
  border-bottom: 1px solid #b5b5b5; }

/*----------------slider------------------------------- */
/* line 3893, ../sass/style.scss */
.top_index {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0; }
  /* line 3898, ../sass/style.scss */
  .top_index img {
    width: 100%;
    height: auto;
    margin: 0 0 0 0; }

/* line 3905, ../sass/style.scss */
.slider {
  width: 100%;
  height: 400px;
  z-index: 0;
  overflow: hidden;
  position: relative; }
  /* line 3912, ../sass/style.scss */
  .slider div {
    position: absolute;
    top: 0;
    left: 0; }
    /* line 3916, ../sass/style.scss */
    .slider div:nth-of-type(1) {
      animation: slider 15s 0s infinite both;
      z-index: 5; }
    /* line 3920, ../sass/style.scss */
    .slider div:nth-of-type(2) {
      animation: slider 15s 3s infinite both;
      z-index: 4; }
    /* line 3924, ../sass/style.scss */
    .slider div:nth-of-type(3) {
      animation: slider 15s 6s infinite both;
      z-index: 3; }
    /* line 3928, ../sass/style.scss */
    .slider div:nth-of-type(4) {
      animation: slider 15s 9s infinite both;
      z-index: 2; }
    /* line 3932, ../sass/style.scss */
    .slider div:nth-of-type(5) {
      animation: slider 15s 12s infinite both;
      z-index: 1; }

@keyframes slider {
  0% {
    left: 0;
    opacity: 0; }
  5% {
    left: 0;
    opacity: 1; }
  20% {
    left: 0;
    opacity: 1; }
  25% {
    left: 0;
    opacity: 0; }
  26% {
    left: 100%;
    opacity: 0; }
  100% {
    left: 100%;
    opacity: 0; } }
/* line 3950, ../sass/style.scss */
.top_info .info {
  margin: 0 0 0 0; }
  /* line 3953, ../sass/style.scss */
  .top_info .info ul {
    overflow: hidden;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.22);
    margin: 20px 0; }
  /* line 3959, ../sass/style.scss */
  .top_info .info li {
    color: #010518;
    background: #FFF;
    width: 100%; }
    /* line 3971, ../sass/style.scss */
    .top_info .info li h3 {
      text-align: left;
      font-size: 16px;
      line-height: 1.5;
      min-height: 30px;
      color: #434344;
      background: none;
      margin-top: 15px;
      margin-bottom: 15px;
      border-bottom: dotted 1px #333;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
      padding: 0; }
    /* line 3984, ../sass/style.scss */
    .top_info .info li .mini {
      padding: 10px;
      font-size: 15px; }
    /* line 3989, ../sass/style.scss */
    .top_info .info li a {
      text-decoration: none; }
  /* line 3995, ../sass/style.scss */
  .top_info .info li.border1 {
    border-top: solid 5px #287f4d; }
  /* line 3998, ../sass/style.scss */
  .top_info .info li.border2 {
    border-top: solid 5px #43423b; }
/* line 4007, ../sass/style.scss */
.top_info .imgWrap {
  overflow: hidden;
  /*拡大時にはみ出た部分を隠す*/
  width: 100%;
  /*画像の幅*/
  height: auto;
  /*画像の高さ*/
  background: #000;
  position: relative; }
  /* line 4014, ../sass/style.scss */
  .top_info .imgWrap img {
    display: block;
    transition-duration: 1.5s;
    /*変化に掛かる時間*/ }
    /* line 4018, ../sass/style.scss */
    .top_info .imgWrap img:hover {
      transform: scale(1.1);
      /*画像の拡大率*/
      transition-duration: 1.5s;
      /*変化に掛かる時間*/
      opacity: 0.6;
      /* 小さくするほど暗くなります */ }
  /* line 4025, ../sass/style.scss */
  .top_info .imgWrap .title1 {
    background: rgba(11, 155, 88, 0.5);
    position: absolute;
    color: #FFF;
    bottom: 0;
    font-size: 15px;
    padding: 4px 10px;
    width: 100%;
    height: 30px;
    text-align: center; }
  /* line 4037, ../sass/style.scss */
  .top_info .imgWrap .title2 {
    background: rgba(108, 111, 110, 0.5);
    position: absolute;
    color: #FFF;
    bottom: 0;
    font-size: 15px;
    padding: 4px 10px;
    width: 100%;
    height: 30px;
    text-align: center; }

/* line 4051, ../sass/style.scss */
.btn_ellipse_green {
  margin: 30px 0 20px 0;
  height: 50px; }
  /* line 4056, ../sass/style.scss */
  .btn_ellipse_green a {
    text-decoration: none;
    text-align: center;
    border: solid 2px #008011;
    position: relative;
    padding: 6px 30px;
    border-radius: 15px;
    color: #008011;
    font-size: 14px; }
    /* line 4067, ../sass/style.scss */
    .btn_ellipse_green a i {
      position: relative;
      top: -1; }
    /* line 4071, ../sass/style.scss */
    .btn_ellipse_green a:hover {
      background: #d7e99b;
      color: #218d4f;
      border: solid 2px #218d4f; }
  /* line 4078, ../sass/style.scss */
  .btn_ellipse_green.on a {
    background: #fff;
    color: #218d4f; }

/* line 4084, ../sass/style.scss */
.btn_ellipse_gray {
  margin: 30px 0 20px 0;
  height: 50px; }
  /* line 4089, ../sass/style.scss */
  .btn_ellipse_gray a {
    text-decoration: none;
    text-align: center;
    border: solid 2px #43423b;
    position: relative;
    padding: 6px 30px;
    border-radius: 15px;
    color: #43423b;
    font-size: 14px; }
    /* line 4100, ../sass/style.scss */
    .btn_ellipse_gray a i {
      position: relative;
      top: -1; }
    /* line 4104, ../sass/style.scss */
    .btn_ellipse_gray a:hover {
      background: #d7e99b;
      color: #218d4f;
      border: solid 2px #218d4f; }
  /* line 4111, ../sass/style.scss */
  .btn_ellipse_gray.on a {
    background: #fff;
    color: #218d4f; }

/* line 4118, ../sass/style.scss */
.mds_sub {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #063;
  font-size: 16px;
  padding: 0px 0 0 0;
  min-height: 30px;
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace; }

/* line 4131, ../sass/style.scss */
.how_tabs ul li {
  /*margin:0;
  padding:0;*/
  list-style: none; }
/* line 4137, ../sass/style.scss */
.how_tabs ul {
  width: 100%;
  margin: 0 auto 30px;
  padding: 0 10px;
  border-bottom: 1px solid #6f6f6f;
  display: flex;
  justify-content: space-between; }
/* line 4147, ../sass/style.scss */
.how_tabs li {
  width: 45%;
  border-radius: 6px 6px 0 0;
  border: 0px solid #900;
  border-bottom: none;
  background: #ececee;
  text-align: center;
  color: #333;
  margin: 0 5px 0 0;
  flex-grow: 1; }
  /* line 4161, ../sass/style.scss */
  .how_tabs li a {
    padding: 20px 0 0 0;
    line-height: 1.1;
    border-radius: 6px 6px 0 0;
    text-decoration: none;
    cursor: pointer;
    height: 50px;
    color: #333;
    transition: all .3s;
    -webkit-transition: all .3s;
    text-decoration: none;
    display: block; }
    /* line 4178, ../sass/style.scss */
    .how_tabs li a:hover {
      background: #07bc40;
      color: #FFF; }
  /* line 4185, ../sass/style.scss */
  .how_tabs li.on {
    background: #148845;
    color: #FFF; }
    /* line 4189, ../sass/style.scss */
    .how_tabs li.on a {
      color: #FFF; }

/*PG　table
-----------------------------------------------------*/
/* line 4200, ../sass/style.scss */
.tbl01 {
  background-color: #ffffff;
  border: 1px solid #434343;
  font-size: 12px;
  line-height: 1.4em;
  width: 100%; }

/* line 4208, ../sass/style.scss */
.tbl01 th {
  font-weight: bold;
  padding: 2px;
  background-color: #ffeac1;
  border-right: 1px solid #434343;
  border-bottom: 1px solid #434343;
  font-size: 10px; }

/* line 4217, ../sass/style.scss */
.tbl01 td {
  padding: 2px;
  border-bottom: 1px solid #434343;
  border-left: 1px solid #434343;
  vertical-align: middle;
  font-size: 10px; }

/* line 4224, ../sass/style.scss */
.tbl01 .tblBg01 {
  background-color: #FEFACF;
  color: #007F3F;
  font-weight: bold;
  padding: 3px;
  border-right: 1px solid #434343;
  border-bottom: 1px solid #434343;
  text-align: center; }

/* line 4234, ../sass/style.scss */
.pgCmtTop, .pgCmtBtm {
  background: #feffd2;
  padding: 10px;
  margin-bottom: 10px; }
