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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

area {
  border: none;
  outline: none;
}

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

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

fieldset, img {
  border: 0;
  vertical-align: bottom;
}

/*------------------------------------------------
common
------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #000000;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: Meiryo, 'メイリオ', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  line-height: 1.4;
  background-color: #FFF;
  /*letter-spacing: 0.1em;*/
  -webkit-text-size-adjust: 100%;
}

#wrapper {
  min-width: 1000px;
  width: 100%;
  overflow: hidden;
}

#wrapper.def {
  padding-top: 0 !important;
}

#header > .inner,
#gmenu > .inner,
#sub_menu > .inner,
#contents > .inner,
#footer .inner {
  max-width: 1200px;
  min-width: 960px;
  margin: 0 auto;
}

#gmenu .inner{
  max-width: 1200px;
  min-width: 960px;
  margin: 0 auto;
}

#oldie #wrapper > div > .inner {
  min-width: 1200px !important;
  width: 1200px !important;
}

a {
  color: #e55217;
  outline: none;
  /*text-decoration:none;*/
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

a:hover,
a:hover span {
  text-decoration: none;
  outline: none;
}

.pcD{
  display: block;
}

.spD{
  display: none;
}

@media screen and (max-width: 799px){
  .pcD{
    display: none;
  }

  .spD{
    display: block;
  }
}

#gmenu .pcD{
  display: block;
}

#gmenu .spD{
  display: none;
}

@media screen and (max-width: 799px){
  #gmenu .pcD{
    display: none;
  }

  #gmenu .spD{
    display: block;
  }
}

/* @media   */
/*  1220px以下  */
@media screen and (max-width: 1220px) {
  #wrapper {
    min-width: initial;
    min-width: auto;
  }
  #header .inner,
  #gmenu > .inner,
  #sub_menu > .inner,
  #contents > .inner,
  #footer .inner {
    padding-left: 10px;
    padding-right: 10px;
    min-width: initial;
    min-width: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/*  799px以下（SP）  */
@media screen and (max-width: 799px) {
  html, body {
    min-width: inherit;
  }
  html {
    /*font-size: 81.25%;*/
  }
  body {
    font-size: 1.0rem;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    letter-spacing: 0em;
    padding-top: 17.88%;
    /* ヘッダーの高さ */
  }
}

@media screen and (max-width: 599px) {
  body {
    font-size: 1.0rem;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    letter-spacing: 0em;
    padding-top: 17.88%;
    /* ヘッダーの高さ */
  }
}

/*  414px以下（SP）  */
@media screen and (max-width: 414px) {
  html {
    font-size: 81.25%;
  }
}

/*  375px以下（SP）  */
@media screen and (max-width: 375px) {
  html {
    font-size: 73.24%;
  }
}

/*  360px以下（SP）  */
@media screen and (max-width: 360px) {
  html {
    font-size: 70.3%;
  }
}

/*  320px以下（SP）  */
@media screen and (max-width: 320px) {
  html {
    font-size: 62.5%;
  }
}

/* @media   */
/*----- contents部以外の共通css -----*/
/*------------------------------------------------
header
------------------------------------------------*/
#header {
  background-color: #fff;
}

#header .inner {
  padding: 22px 15px 15px;
  width: 100%;
  box-sizing: border-box;
}

#logo_main {
  float: left;
  width: 337px;
}

#logo_gsk {
  float: right;
  width: 88px;
  margin-left: 27px;
  margin-top: 17px;
}

#logo_gsk img {
  width: 100%;
  height: auto;
}

#btn_menu {
  display: none;
}

#fs_controller {
  float: right;
  width: 134px;
  height: 62px;
  position: relative;
}

#fs_controller .tit {
  text-align: center;
  line-height: 1;
  font-size: 14px;
}

#fs_controller .sig_m, #fs_controller .sig_l {
  font-size: 14px;
  position: absolute;
  top: 25px;
  z-index: 10;
  cursor: pointer;
}

#fs_controller .sig_m {
  left: 0;
}

#fs_controller .sig_l {
  right: 0;
}

#switch_area {
  width: 76px;
  height: 36px;
  position: absolute;
  top: 20px;
  left: 28px;
  z-index: 10;
  background: url(../img/switch_rail.png) no-repeat;
}

#switch {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 10;
  cursor: pointer;
}

@media screen and (max-width: 799px) {
  #header {
    border-bottom: 4px solid #438729;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
  }
  #header .inner {
    padding: 0;
  }
  #fs_controller {
    display: none;
  }
  #logo_main {
    margin: 3.125% 0 0 1rem;
    width: 59.37%;
  }
  #logo_gsk {
    width: 14%;
    margin: 6% 4% 0 0;
  }
  #logo_gsk img {
    width: 100%;
    height: auto;
  }
  #btn_menu {
    display: block;
    float: right;
    width: 17.188%;
    position: relative;
  }
  #btn_menu:before {
    content: "";
    background: url(../img_sp/btn_menu_on.png);
    -webkit-background-size: contain;
    background-size: contain;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 300ms linear;
    -o-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
  }
  #btn_menu.open:before {
    opacity: 1;
  }
}

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

  #logo_gsk img {
    max-width: 56px;
  }
}

/*------------------------------------------------
gmenu
------------------------------------------------*/
@media screen and (min-width: 800px) {
  #gmenu {
      background-image: url(../img/gm_bg.png);
      background-repeat: repeat-x;
      background-size: contain;
      box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.15);
  }

  #gmenu .inner {
      max-width: 1200px;
      display: flex;
  }

  #gmenu ul {
      text-align: left;
  }

  #gmenu .inner .cf {
      display: flex;
      width: calc(954vw/12);
  }

  #gmenu li {
      border-right: solid 1px #7EBC66;
      margin: 17px 0;
  }

  #gmenu li a {
      font-weight: bold;
      font-size: calc(16vw/12);
      font-size: clamp(11px,calc(16vw/12),16px);
      line-height: 20px;
      text-align: center;
      color: #fff;
      text-shadow: 0px 2px 0px #518e3a;
  }

  #gmenu li p {
      font-weight: bold;
      font-size: clamp(11px,calc(16vw/12),16px);
      line-height: 20px;
      color: #fff;
      text-shadow: 0px 2px 0px #518e3a;
      height: calc(43vw/14);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
  }

  #gmenu .index {
      display: none;
  }

  #gmenu .drop {
      display: none;
  }

  #gmenu .menu-item {
      align-self: center;
      position: relative;
      text-align: center;
  }

  #gmenu li.apoplexy {
      width: calc(224vw/12);
      width: calc(176vw/12);
      text-align: center;
      line-height: 1.25px;
  }

  #gmenu .keishuku {
      width: calc(194vw/12);
      width: calc(167vw/12);
      text-align: center;
  }

  #gmenu .keishuku .drop {
      width: 354px;
  }

  #gmenu .rehabili {
      width: calc(130vw/12);
      width: calc(113vw/12);
  }

  #gmenu .rehabili .drop {
      width: 183px;
  }

  #gmenu .chiryou {
      width: calc(104vw/12);
      width: calc(101vw/12);
  }

  #gmenu .chiryou .drop {
      width: 219px;
  }

  #gmenu .shien {
      width: calc(204vw/12);
      width: calc(183vw/12);
  }

  #gmenu .shien .drop {
      width: 150px;
  }

  #gmenu .family {
      width: calc(164vw/12);
      width: calc(126vw/12);
      text-align: center;
      align-self: center;
  }

  #gmenu .taikendan {
      width: calc(104vw/12);
      width: calc(102vw/12);
  }

  #gmenu .taikendan .drop {
      width: 156px;
  }

  #gmenu .drop {
      position: absolute;
      top: 60px;
      left: 0;
      z-index: 10;
      background-color: #EBF5E0;
      width: auto;
      border-radius: 10px;
      padding: 24px;
  }

  #gmenu .drop a {
      font-weight: bold;
      font-size: 16px;
      text-align: left;
      color: #518E3A;
      text-shadow: none;
  }

  #gmenu .drop li {
      font-weight: bold;
      font-size: 16px;
      text-align: left;
      color: #79a457;
      text-shadow: none;
  }

  #gmenu .drop li {
      border-left: none;
      border-right: none;
      border-bottom: solid 2px #ADD88C;
      margin: 0;
      padding: 11px 0;
  }

  #gmenu .drop li:nth-last-child(1) {
      border-left: none;
      border-right: none;
      border-bottom: none;
      padding: 11px 0 0 0;
  }

  #gmenu .inner .arrow_nav_close {
      display: inline-block;
      background-image: url(../img/arrow_nav_close.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 12px;
      height: 5px;
      margin-left: 9px;
      margin-bottom: 0;
  }

  #gmenu .inner .arrow_nav_close-02 {
      display: inline-block;
      margin: 0 10px 4px 9px;
      position: absolute;
      top: 19px;
      right: 0;
  }

  #gmenu li p:hover .arrow_nav_close {
      background-image: url(../img/arrow_nav_op.png);
  }


  #gmenu .drop .arrow_nav_nev {
      display: inline-block;
      background-image: url(../img/arrow_nav_nav.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 5px;
      height: 12px;
      margin-right: 8px;
  }

  #gmenu .drop a:hover .arrow_nav_nev {
      background-image: url(../img/arrow_nav_nav_op.png);
  }

  #btn_search {
      align-self: center;
      width: calc(194vw/12);
      height: calc(49vw/12);
      margin-left: calc(31vw/12);
  }

  #btn_search a {
      display: block;
      width: 100%;
      height: 100%;
      background: url(../img/hospi_search.png);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      text-indent: -9999px;
  }

  #gmenu a {
      text-decoration: none;
  }

  #gmenu a:hover,
  #gmenu li p:hover {
      color: #FBE96B;
  }

  #gmenu .menu-item li a:hover {
      color: #E75C25;
  }
}

@media screen and (min-width: 1200px){
  #gmenu .inner .cf {
    display: flex;
    width: 954px;
  }

  #gmenu li p {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-shadow: 0px 2px 0px #518e3a;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  #gmenu li a {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    text-shadow: 0px 2px 0px #518e3a;
  }

  #btn_search {
    align-self: center;
    width: 194px;
    height: 49px;
    margin-left: calc(31vw/14);
}

}


/*------------------------------------------------
submenu
------------------------------------------------*/
#sub_menu {
  background-color: #F5F5F5;
}

#sub_menu .inner {
  padding: 13px 0;
}

#btn_print {
  vertical-align: middle;
  float: right;
}

#btn_print a {
  font-size: 14px;
  font-size: 1.4rem;
}

#btn_print .ico {
  display: inline-block;
  width: 26px;
  height: 22px;
  background: url(../img/ico_printer.png) no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}

#breadcrumb_list {
  width: 62%;
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 5px;
}

#breadcrumb_list li {
  float: left;
  margin-bottom: 3px;
}

#breadcrumb_list ul li:not(:last-child):after {
  content: "\003e";
  padding: 0 0.75em;
}

/* @media   */
@media screen and (max-width: 1220px) {
  #sub_menu {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*  799px以下（TAB）  */
@media screen and (max-width: 799px) {
  #btn_print {
    display: none;
  }
  #breadcrumb_list {
    font-size: 1.2rem;
    width: auto;
  }
  #breadcrumb_list li {
    float: none;
    display: inline-block;
  }
}

/*  599px以下（SP）  */
@media screen and (max-width: 599px) {
  #sub_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #sub_menu .inner {
    padding: 1rem 0;
  }
  #breadcrumb_list {
    font-size: 1rem;
    width: auto;
  }
}

/* @media   */
/*------------------------------------------------
footer
------------------------------------------------*/
#footer {
  margin-top: 70px;
}

#footer .top {
  background-color: #f5f5f5;
  padding-top: 18px;
  padding-bottom: 35px;
}

#footer .top .inner {
  text-align: center;
}

#footer .btn.link {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 20px 20px 0;
}

#footer .btn.link:before {
  content: "";
  background: 0 0 no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

#footer .btn.print:before {
  background-image: url(../img/icon_printer_org.png);
}

#footer .download.link:before {
  background-image: url(../img/icon_download_org.png);
}

#footer .adobelink {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
  margin: 30px auto 0;
  max-width: 950px;
  display: inline-block;
  overflow: hidden;
}

#footer .adobelink:before {
  content: "";
  background: url(../img/bnr_pdf.png) 0 0 no-repeat;
  background-size: contain;
  width: 158px;
  height: 39px;
  margin-right: 15px;
  display: inline-block;
  float: left;
}

#footer .info {
  margin-top: 28px;
}

#footer .middle {
  background-color: #295933;
  letter-spacing: -.04em;
  padding: 35px 0;
  width: 100%;
}

#footer .middle .sitename {
  color: #fefefe;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}

#footer .middle .nav {
  margin-top: 20px;
  padding: 0 4.16667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#footer .middle .nav ul.sitemap {
  padding-right: 3.63636%;
}

#footer .middle .nav ul.sitemap li {
  margin-top: 1em;
}

#footer .middle .nav ul.sitemap li a {
  color: #fefefe;
  text-decoration: none;
  padding-left: 3rem;
  display: inline-block;
  position: relative;
}

#footer .middle .nav ul.sitemap li a .line {
  display: inline-block;
}

#footer .middle .nav ul.sitemap li a:hover {
  text-decoration: underline !important;
}

#footer .middle .nav ul.sitemap li a:hover .line {
  text-decoration: underline !important;
}

#footer .middle .nav ul.sitemap li a::before {
  content: "";
  background: url(../img/footer_nav_arrow.png) no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 0;
  top: .1em;
}

#footer .middle .nav ul.sitemap li ul {
  margin-top: 1rem;
  margin-left: 1rem;
}

#footer .middle .nav ul.sitemap li ul li {
  margin-top: .5em;
}

#footer .middle .nav ul.sitemap li ul ul {
  margin-left: 2rem;
}

#footer .middle .nav ul.sitemap li li a {
  padding-left: 2.5rem;
}

#footer .middle .nav ul.sitemap li li a::before {
  background-image: url(../img/footer_nav_arrow_s.png);
  width: 1rem;
  height: .9rem;
  top: .4em;
}

#footer .middle .nav ul.sitemap.sitemap_1 {
  width: 100%;
}

#footer .middle .nav ul.sitemap.sitemap_1 li {
  margin-top: 0;
}

#footer .bottom {
  padding-top: 30px;
  height: 53px;
}

#footer .bottom a {
  color: #000;
  text-decoration: none;
}

#footer .bottom a:hover {
  text-decoration: underline;
}

#footer .msfooter {
  letter-spacing: -.4em;
}

#footer .msfooter li {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: normal;
  display: inline-block;
}

#footer .msfooter li:not(:last-child) {
  border-right: 1px solid #dde1e8;
  margin-right: 10px;
  padding-right: 10px;
}

#footer .copyright {
  font-size: 13px;
  font-size: 1.3rem;
  font-style: normal;
  margin-top: 5px;
}

#footer .corp {
  font-size: 14px;
  font-size: 1.4rem;
  float: right;
  text-align: right;
}

#footer .corp .number,
#footer .corp .date {
  font-size: 1.2rem;
}

#footer #sp_next {
  display: none;
}

@media screen and (max-width: 1100px) {
  #footer .middle .sitename {
    font-size: 2.1rem;
  }
  #footer .middle .nav {
    font-size: 1.5rem;
    padding: 0 3.33333%;
  }
  #footer .middle .nav ul.sitemap {
    padding-right: 1rem;
    width: 33.3333%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #footer .middle .nav ul.sitemap li ul {
    margin-left: .9rem;
  }
  #footer .middle .nav ul.sitemap li ul ul {
    margin-left: 1.8rem;
  }
  #footer .middle .nav ul.sitemap.sitemap_1 {
    width: 100%;
  }
  #footer .middle .nav ul.sitemap.sitemap_2 {
    width: 40%;
  }
  #footer .middle .nav ul.sitemap.sitemap_3 {
    width: 35%;
  }
  #footer .middle .nav ul.sitemap.sitemap_4 {
    width: 25%;
  }
}

@media screen and (max-width: 799px) {
  #footer .top, #footer .middle, #footer .bottom {
    padding: 2rem 0;
    width: auto;
    height: auto;
  }
  #footer .middle .sitename {
    font-size: 4.2666666667vw;
  }
  #footer .links, #footer .adobelink {
    display: none;
  }
  #footer .bottom {
    padding-bottom: 15.0187734668vw;
  }
}

@media screen and (max-width: 599px) {
  #footer {
    margin-top: 3.5rem;
  }
  #footer .top {
    padding: 30PX 0 20PX;
  }
  #footer .top .inner {
    padding: 0 24PX;
  }
  #footer .btn.link {
    font-size: 15px;
    margin: 0;
    padding: 1rem 0;
    width: 100%;
    vertical-align: middle;
  }
  #footer .btn.link::before {
    width: 2rem;
    height: 2rem;
    margin-right: .5rem;
  }
  #footer .adobelink {
    font-size: 1rem;
    line-height: 1.5;
    margin: 1.5rem auto 0;
    width: auto;
  }
  #footer .adobelink::before {
    width: 7.9rem;
    height: 2rem;
    margin-right: .5rem;
  }
  #footer .info {
    font-size: 1.2rem;
    margin-top: 0;
    text-align: left;
  }
  #footer .middle {
    padding: 9.375% 0;
  }
  #footer .middle .sitename, #footer .middle .nav {
    display: block;
  }
  #footer .middle .nav {
    font-size: 4vw;
    margin-top: 8.33333%;
    padding: 0 3.33333%;
    display: block;
  }
  #footer .middle .nav ul.sitemap {
    padding-right: 0;
    width: 100% !important;
  }
  #footer .middle .nav ul.sitemap li {
    margin-top: 1.5em;
  }
  #footer .middle .nav ul.sitemap li a {
    padding-left: 2.3rem;
  }
  #footer .middle .nav ul.sitemap li a .line {
    display: inline-block;
  }
  #footer .middle .nav ul.sitemap li a:hover {
    text-decoration: underline !important;
  }
  #footer .middle .nav ul.sitemap li a::before {
    width: 1.3rem;
    height: 1.3rem;
    top: .1em;
  }
  #footer .middle .nav ul.sitemap li ul {
    margin-left: .6rem;
  }
  #footer .middle .nav ul.sitemap li ul li {
    margin-top: 1rem;
  }
  #footer .middle .nav ul.sitemap li ul ul {
    margin-left: 1.6rem;
  }
  #footer .middle .nav ul.sitemap li li a {
    padding-left: 1.5rem;
  }
  #footer .middle .nav ul.sitemap li li a::before {
    width: .7rem;
    height: .7rem;
  }
  #footer .middle .nav ul.sitemap.sitemap_1 {
    width: 100%;
  }
  #footer .middle .nav ul.sitemap.sitemap_1 li {
    margin-top: 0;
  }
  #footer .bottom {
    font-size: 1rem;
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 16.694490818vw;
  }
  #footer .msfooter {
    margin-top: 1rem;
  }
  #footer .msfooter li {
    font-size: 1rem;
  }
  #footer .msfooter li:not(:last-child) {
    margin-right: 5px;
    padding-right: 5px;
  }
  #footer .copyright {
    font-size: 1rem;
    margin-top: 1rem;
  }
  #footer .corp {
    float: none;
    text-align: center;
  }
  #footer .corp .number {
    display: block;
    margin-top: 1.6667%;
  }
  #footer #sp_next {
    display: block;
    background-color: #e8e8e8;
    padding: 6.25% 0;
  }
  #footer #sp_next .inner {
    padding-left: 10px;
    padding-right: 10px;
    min-width: initial;
    min-width: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  #footer #sp_next .inner .tit {
    font-size: 1.6em;
    font-weight: bold;
    color: #46892a;
    margin-bottom: 3%;
  }
  #footer #sp_next .inner a {
    color: #000;
    font-size: 1.3rem;
    display: inline-block;
    position: relative;
  }
  #footer #sp_next .inner a::before {
    content: "";
    background: url(../img_sp/arrow_circle_green.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin-bottom: .2em;
    width: 1.7rem;
    height: 1.7rem;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0.5rem;
    position: relative;
    top: 1px;
  }
}

/* @media   */
/*#contents部共通css */
/*------------------------------------------------
parts
------------------------------------------------*/
.sp_disp,
.sp_show,
.sp_disp *,
.sp_show * {
  display: none;
}

.pc_d-b {
  display: block;
}

img.fit {
  width: 100%;
  height: auto;
}

/* ----------------------------
 btn
------------------------------*/
a.btn {
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}

a.btn:hover {
  opacity: 0.8;
}

/* デザインボタン */
.btn.link,
.btn.flat {
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-radius: 8px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: top 200ms linear;
  -o-transition: top 200ms linear;
  transition: top 200ms linear;
}

.btn.link:hover,
a.btn.flat:hover,
button.btn.flat:hover,
.btn:hover .inner_btn {
  top: 2px;
  opacity: 1;
}

/*----- シルバーボタン -----*/
.btn.link {
  color: #3a3a3a;
  font-size: 20px;
  border: 1px solid #cbcacb;
  padding: 13px 27px 11px;
  background: #fcfcfc;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#e9e9e9));
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #e9e9e9 100%);
  background: -o-linear-gradient(top, #fcfcfc 0%, #e9e9e9 100%);
  background: linear-gradient(to bottom, #fcfcfc 0%, #e9e9e9 100%);
  -webkit-box-shadow: 0 4px 0 0 #dcd5d3;
  box-shadow: 0 4px 0 0 #dcd5d3;
}

.btn.link:hover {
  -webkit-box-shadow: 0 2px 0 0 #c1b4b2;
  box-shadow: 0 2px 0 0 #c1b4b2;
}

/*----- 2.5Dボタン -----*/
.btn.flat {
  color: #999;
  font-family: inherit;
  line-height: 1;
  background-color: #eee;
  border: none;
  margin-bottom: 2px;
  padding: 18px 25px 15px;
  -webkit-box-shadow: 0 5px 0 0 #ccc;
  box-shadow: 0 5px 0 0 #ccc;
}

.btn.flat i {
  font-style: normal;
}

.btn.flat.tall {
  font-size: 20px;
  font-size: 2rem;
  padding-top: 23px;
  padding-bottom: 20px;
}

button.btn.flat {
  cursor: pointer;
}

a.btn.flat:hover,
button.btn.flat:hover {
  -webkit-box-shadow: 0 3px 0 0 #ccc;
  box-shadow: 0 3px 0 0 #ccc;
}

.btn.icon_circlearrow:before {
  content: "";
  background: url(../img/arrow_transparent.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin-right: 8px;
  margin-bottom: 2px;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
.btns-flex li .icon_circlearrow:before {
  display: none;
}
.btns-flex .icon_circlearrow {
  position: relative;
}

.btns-flex .icon_circlearrow::after {
  content: "";
  background: url(../img/arrow_transparent.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: min(calc(18vw/12),18px);
  height: min(calc(18vw/12),18px);
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: min(calc(36vw/12),36px);
  right: min(calc(16vw/12),12px);
}

/*----- 病院アイコン -----*/
.btn.flat.icon_byoin {
  padding: 15px 0 12px;
}

.btn.flat.icon_byoin:before {
  content: "";
  background: url(../img/icon_byoin.png) 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin-right: 10px;
  width: 76px;
  height: 64px;
  display: inline-block;
  vertical-align: middle;
}

/*----- green -----*/
.btn.flat.green {
  color: #fff;
  background-color: #79a457;
  -webkit-box-shadow: 0 5px 0 0 #678c4b;
  box-shadow: 0 5px 0 0 #678c4b;
}

a.btn.flat.green:hover,
button.btn.flat.green:hover,
.btn:hover .inner_btn.flat.green {
  -webkit-box-shadow: 0 3px 0 0 #678c4b;
  box-shadow: 0 3px 0 0 #678c4b;
}

/*----- lgreen -----*/
.btn.flat.lgreen {
  color: #46892a;
  background-color: #dee8d4;
  -webkit-box-shadow: 0 5px 0 0 rgba(103, 140, 75, 0.25);
  box-shadow: 0 5px 0 0 rgba(103, 140, 75, 0.25);
}

a.btn.flat.lgreen:hover,
button.btn.flat.lgreen:hover,
.btn:hover .inner_btn.flat.lgreen {
  -webkit-box-shadow: 0 3px 0 0 rgba(103, 140, 75, 0.25);
  box-shadow: 0 3px 0 0 rgba(103, 140, 75, 0.25);
}

/*----- orange -----*/
.btn.flat.orange {
  color: #fff;
  background-color: #e55217;
  -webkit-box-shadow: 0 5px 0 0 #c14b19;
  box-shadow: 0 5px 0 0 #c14b19;
}

a.btn.flat.orange:hover,
.btn:hover .inner_btn.flat.orange {
  -webkit-box-shadow: 0 3px 0 0 #c14b19;
  box-shadow: 0 3px 0 0 #c14b19;
}

/*----- cream -----*/
.btn.flat.cream {
  color: #46892a;
  background-color: #f9f1c2;
  -webkit-box-shadow: 0 5px 0 0 #d4cda5;
  box-shadow: 0 5px 0 0 #d4cda5;
}

.btn.flat.cream.icon_circlearrow::before {
  background-image: url(../img/arrow_circle_wh_gre.png);
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 599px) {
  .btn.flat.cream.icon_circlearrow::before {
    width: 1.3rem;
    height: 1.3rem;
  }
}

a.btn.flat.cream:hover,
.btn:hover .inner_btn.flat.cream {
  -webkit-box-shadow: 0 3px 0 0 #aea887;
  box-shadow: 0 3px 0 0 #aea887;
}

a.icon_arrow {
  color: #000;
}

a.icon_arrow::before {
  content: "";
  background: url(../img/arrow_circle_gray.png) 0 0 no-repeat;
  background-size: contain;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

a.icon_arrow.green::before, a.icon_arrow.lgreen::before {
  background-image: url(../img/arrow_circle_green.png);
}

/* ----------------------------
 相談シート（ボタン）
------------------------------*/
.gosoudan .body div.sheet {
  position: relative;
  margin-top: 3.3633%;
  text-align: left;
}

.gosoudan .body div.sheet a.check {
  text-decoration: none;
  background-color: #c8f0ff;
  border-radius: 15px;
  padding: 2.69% 10.089% 2.69% 3.139%;
  display: block;
}

.gosoudan .body div.sheet a > p {
  display: inline-block;
  vertical-align: middle;
}

.gosoudan .body div.sheet .txt {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  width: 62.4188%;
}

.gosoudan .body div.sheet .link {
  margin: 0;
  width: 36.5%;
}

.gosoudan .body div.sheet .link .btn {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  border: 1px solid #cbcacb;
  border-radius: 6px;
  background: #fefefe;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#ebebeb));
  background: -webkit-linear-gradient(top, #fefefe 0%, #ebebeb 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #ebebeb 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #ebebeb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 5.8713% 0;
  width: 100%;
  white-space: nowrap;
}

.gosoudan .body div.sheet .link .btn::before {
  content: "";
  background-image: url(../img/icon_download_org.png);
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.gosoudan .body div.sheet .link button.btn.flat {
  -webkit-box-shadow: 0 5px 0 0 #ccc;
  box-shadow: 0 5px 0 0 #ccc;
}

.gosoudan .body div.sheet a:hover .link button.btn.flat {
  -webkit-box-shadow: 0 3px 0 0 #ccc;
  box-shadow: 0 3px 0 0 #ccc;
}

.gosoudan .body span.tory {
  display: inline-block;
  position: absolute;
  width: 11.2108%;
  right: -14px;
  bottom: -10px;
}

@media screen and (max-width: 1200px) {
  .gosoudan .body .txt {
    font-size: 18px;
  }
  .gosoudan .body .txt br {
    display: none;
  }
  .gosoudan .body .link .btn {
    font-size: 14px;
  }
}

@media screen and (max-width: 999px) {
  .gosoudan .body div.sheet {
    text-align: center;
  }
  .gosoudan .body div.sheet a.check {
    padding-left: 5%;
    padding-right: 5%;
  }
  .gosoudan .body div.sheet .txt {
    font-size: 16px;
    margin-left: 0%;
    text-align: center;
    width: auto;
  }
  .gosoudan .body div.sheet .txt br {
    display: inline;
  }
  .gosoudan .body .link {
    margin-top: 0;
    margin: 0 auto;
    margin-top: 1.1468%;
    display: block;
    width: 100%;
  }
  .gosoudan .body .link .btn {
    width: 70%;
    padding-top: 1.7447%;
    padding-bottom: 1.7447%;
  }
  .gosoudan .body span.tory {
    width: 11.4679%;
  }
}

@media screen and (max-width: 799px) {
  .gosoudan .body div.sheet .txt {
    font-size: 14px;
  }
  .gosoudan .body div.sheet .txt br {
    display: none;
  }
  .gosoudan .body div.sheet .link .btn {
    font-size: 13px;
  }
}

@media screen and (max-width: 599px) {
  .gosoudan .body {
    /*  599px以下（SP）  */
  }
  .gosoudan .body div.sheet {
    margin-top: 5.555%;
  }
  .gosoudan .body div.sheet a.check {
    padding: 6.6659%;
    padding-top: 5.555%;
    border-radius: 7px;
  }
  .gosoudan .body div.sheet .link .btn {
    width: 94.1%;
    font-size: 1.2rem;
    border-radius: 3px;
  }
  .gosoudan .body span.tory {
    width: 17.0351%;
  }
}

/* @media   */
/*  799px以下（TAB）  */
@media screen and (max-width: 799px) {
  .pc_disp,
  .pc_show,
  .pc_disp *,
  .pc_show * {
    display: none;
  }
  .sp_disp,
  .sp_show,
  .sp_disp *,
  .sp_show * {
    display: inherit;
  }
  .pc_d-b {
    display: initial;
  }
  span.pc_d-b {
    display: inline;
  }
  .sp_d-b {
    display: block;
  }
  .sp_ta-l {
    text-align: left !important;
  }
  .btn.flat {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .btn.flat.tall {
    font-size: 1.8rem;
  }
  img.sp_disp {
    display: inline-block;
  }
  br.sp_disp {
    display: inline;
  }
}

/*  599px以下（SP）  */
@media screen and (max-width: 599px) {
  #header .inner,
  #gmenu > .inner,
  #sub_menu > .inner,
  #contents > .inner,
  #footer > .inner {
    padding-left: 0;
    padding-right: 0;
  }
}

/*  414px以下（SP）  */
@media screen and (max-width: 414px) {
  .btn.flat {
    font-size: 1.4rem;
    padding: 1rem 1.2rem;
    -webkit-box-shadow: 0 3px 0 0 #ccc;
    box-shadow: 0 3px 0 0 #ccc;
  }
  .btn.flat.tall {
    font-size: 1.6rem;
    padding: 1.1rem 1.0rem;
  }
  .btn.flat.tall {
    padding: 1rem 1.2rem;
  }
  .btn.icon_circlearrow {
    text-align: left;
    padding-left: 3.6rem;
  }
  .btn.icon_circlearrow:before {
    margin-top: -.6rem;
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    left: 1.2em;
    top: 50%;
  }
  .btn.icon_circlearrow.center {
    text-align: center;
    padding-left: 1.2rem;
  }
  .btn.icon_circlearrow.center:before {
    margin-top: 0;
    position: static;
  }
}

/* @media   */
/*------------------------------------------------
本文
------------------------------------------------*/
#contents > .inner {
  padding-top: 50px;
}

#contents .pagetitle {
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  background-color: #285930;
  padding: 24px 24px 22px;
  position: relative;
}

#contents .pagetitle:after {
  content: "";
  background: url(../img/arrow_pagetitle.png) 0 0 no-repeat;
  width: 16px;
  height: 10px;
  display: block;
  position: absolute;
  left: 77px;
  bottom: -10px;
}

#contents .pagetitle + .note {
  text-align: right;
  margin-top: 10px;
}

#contents > .inner > .header .lead {
  line-height: 2;
  margin: 45px 20px 0;
  overflow: hidden;
  *zoom: 1;
}

#contents .section {
  margin: 60px 0 0;
}

#contents sup {
  font-size: 10px;
  vertical-align: top;
}

.section > .header .title {
  color: #285930;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.1;
  padding-left: 5px;
  padding-bottom: 25px;
  border-bottom: 4px solid #cacaca;
  position: relative;
}

.section > .header .title:after {
  content: "";
  background-color: #295933;
  width: 200px;
  height: 4px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
}

.section > .header .lead {
  margin: 35px 20px 0;
}

.section > .body {
  line-height: 2;
  margin: 28px 20px;
}

.section .subtitle {
  color: #46892a;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: left;
  line-height: 1;
  background-color: #f3f3f3;
  border-left: 10px solid #46892a;
}

.section .subtitle > span {
  border: 1px solid #e1e1e1;
  border-left-width: 0;
  padding: 17px 20px 15px;
  display: block;
}

.section .subtitle.red {
  color: #e55217;
  border-left-color: #e55217;
}

.section > .body .note {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.75;
}

.section > .body p.note {
  margin-top: 1em;
}

/* ----------------------------
  コンテンツ最下部のリンク群
---------------------------- */
#contents .bottom_links {
  margin: 70px auto 0;
}

.section.bottom_links .gosoudan {
  border: 4px solid #fca740;
  background-color: #faf3e6;
  margin-left: auto;
  margin-right: auto;
  width: 81.6676%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.gosoudan > a {
  display: block;
}

.gosoudan .header {
  background-color: #f7dd96;
}

.gosoudan .header .title {
  color: #e55217;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  /*text-align: center;*/
  line-height: 1.5;
  padding: 30px 20px 30px 30px;
}

.section > .header .lead {
  margin: 1.5rem .5rem 0;
}

.gosoudan .body {
  text-align: center;
  padding: 40px;
  padding-bottom: 30px;
}

.gosoudan .body .img {
  margin: 0 auto;
  width: 100%;
}

.gosoudan .body .link {
  margin-top: 30px;
}

.section.bottom_links .btns {
  text-align: center;
  min-width: 500px;
  width: 100%;
}

.section.bottom_links .btns-flex {
  display: flex;
  gap: min(calc(9vw/12),9pc);
  justify-content: center;
  font-size: min(calc(18vw/12),18px);
}

.inner .section.bottom_links .btns-flex-wrap {
  flex-wrap: wrap;
  margin: 0 auto;
  width: min(calc(740vw/12),740px);
}

.section.bottom_links .gosoudan + .btns {
  margin-top: 50px;
}

.section.bottom_links .btns li:not(:first-child) {
  margin-top: 25px;
}

.section.bottom_links .btns-flex li:not(:first-child) {
  margin-top: 0;
}

.section.bottom_links .link .btn.flat,
.section.bottom_links .btns .btn.flat {
  width: 100%;
  max-width: 500px;
}

.section.bottom_links .btns .btn.flat {
  text-align: left;
  padding: 14px 25px 12px 111px;
}

.inner .section.bottom_links .btns-flex .btn.flat {
  display: flex;
  align-items: center;
  width: min(calc(237vw/12), 237px);
  height: min(calc(90vw/12),90px);
  padding-left: min(calc(16vw/12),16px);
  line-height: 1.33;
}

.section.bottom_links .btns-flex li {
  align-self: end;
}

#contents .references {
  font-size: 14px;
  font-size: 1.4rem;
  border-top: 1px solid #d7d7d7;
  margin-top: 70px;
  padding: 35px 25px 0;
}

#contents .references ul {
  margin-top: 10px;
  padding-left: 1.5em;
  list-style-type: disc;
}

#btn_pagetop,
#btn_pagetop a {
  width: 50px;
  height: 50px;
}

#btn_pagetop {
  position: fixed;
  right: 20px;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

#btn_pagetop.show {
  bottom: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

#btn_pagetop a {
  background: url(../img/btn_pagetop.png) 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* @media   */
/*  999px以下（TAB）  */
@media screen and (max-width: 999px) {
  .section > .header .title {
    font-size: 2.4rem;
  }
}

/*  799px以下（TAB）  */
@media screen and (max-width: 799px) {
  #contents {
    font-size: 1.4rem;
  }
  #contents > .inner {
    padding-top: 2.5rem;
  }
  .section > .header .title {
    font-size: 1.8rem;
  }
  #contents .pagetitle {
    font-size: 2rem;
  }
  .section.bottom_links .btns .btn.flat {
    font-size: 19px;
  }
  .inner .section.bottom_links .btns-flex {
    display: flex;
    flex-wrap: wrap;
    gap: calc(32vw/7.5) calc(24vw/7.5);
  }
  .inner .section.bottom_links .btns-flex-wrap {
    width: calc(670vw/7.5);
  }
  .inner .section.bottom_links .btns-flex .btn.flat {
    width: calc(316vw/7.5);
    height: calc(139vw/7.5);
    padding: calc(16vw/7.5);
    font-size: calc(28vw/7.5);
    border-radius: calc(20vw/7.5);
  }
  .inner .btns-flex .icon_circlearrow::after {
    width: calc(30vw/7.5);
    height: calc(30vw/7.5);
    top: calc(55vw/7.5);
    right: calc(16vw/7.5);
  }
}

/*  599px以下（SP）  */
@media screen and (max-width: 599px) {
  #contents {
    font-size: 1.4rem;
    line-height: 1.65;
    margin: 0 1rem;
  }
  #contents > .inner {
    padding-top: 1.5rem;
  }
  #contents .pagetitle {
    /*font-size: 1.8rem;*/
    font-size: 18px;
    padding: 1.2rem 1.2rem 1rem;
  }
  #contents .pagetitle:after {
    background-image: url(../img_sp/arrow_pagetitle.png);
    -webkit-background-size: contain;
    background-size: contain;
    width: 1.4rem;
    height: .8rem;
    left: 3.6rem;
    bottom: -.8rem;
  }
  #contents .pagetitle + .note {
    font-size: 1.1rem;
    margin-top: 1rem;
  }
  #contents .section {
    margin-top: 3rem;
  }
  .section > .header .title {
    font-size: 1.8rem;
    padding-left: .5rem;
    padding-bottom: 1.5rem;
    border-bottom-width: .2rem;
  }
  .section > .header .title:after {
    content: "";
    background-color: #295933;
    width: 10rem;
    height: .2rem;
    bottom: -.2rem;
  }
  #contents > .inner > .header .lead {
    line-height: 2;
    margin: 2.5rem .5rem 0;
  }
  .section > .body {
    margin: 1.4rem .5rem;
  }
  .section .subtitle {
    font-size: 1.6rem;
    border-left-width: .5rem;
  }
  .section .subtitle > span {
    padding: .8rem .8rem;
    line-height: 1.4;
  }
  .section > .body .note {
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .section.bottom_links .btns .btn.flat {
    font-size: 18px;
    padding-left: 47px;
    padding-right: 15px;
  }
  /* ----------------------------
  コンテンツ最下部のリンク群
---------------------------- */
  #contents .bottom_links {
    margin-top: 3rem;
  }
  .bottom_links .btns li:not(:first-child) {
    margin-top: 1.5rem;
  }
  .section.bottom_links .gosoudan {
    border-width: .2rem;
    width: 100%;
  }
  .section.bottom_links .btns {
    min-width: initial;
  }
  .gosoudan .header .title {
    font-size: 1.5rem;
    text-align: left;
    padding: 1.5rem 1rem;
  }
  .section > .header .lead {
    margin: 1.2rem .5rem 0;
  }
  .gosoudan .body {
    text-align: center;
    padding: 5.0676%;
  }
  .gosoudan .body .img {
    max-width: 420px;
  }
  .gosoudan .body .link {
    margin-top: 1.5rem;
  }
  .bottom_links .gosoudan + .btns {
    margin-top: 2rem;
  }
  #contents .references {
    font-size: 1rem;
    margin-top: 3.5rem;
    padding: 1.5rem .5rem 0;
  }
  #contents .references ul {
    margin-top: .5rem;
  }
  #btn_pagetop,
  #btn_pagetop a {
    width: 30px;
    height: 30px;
  }
}

/*  414px以下（SP）  */
@media screen and (max-width: 414px) {
  .section.bottom_links .btns .btn.flat {
    text-align: left;
    margin: 0;
    padding-left: 47px;
    width: auto;
    display: block;
    position: relative;
  }
  .bottom_links .btns .btn:before {
    margin-top: -0.6rem;
    position: absolute;
    left: 27px;
    top: 50%;
  }
  .bottom_links .btns .btn.icon_byoin {
    text-align: center;
    padding: 1rem 1.2rem !important;
  }
  .bottom_links .btn.icon_byoin:before {
    background-image: url(../img_sp/icon_byoin.png);
    margin-top: 0;
    width: 6rem;
    height: 4.3rem;
    position: static;
  }
  .bottom_links .btn.icon_byoin > .label {
    font-style: normal;
    line-height: 1.5;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    width: 9em;
  }
  .bottom_links .gosoudan .btn.icon_byoin {
    text-align: center;
    width: 100%;
  }
}


/******
    ハンバーガーメニュー
*****/
@media screen and (max-width: 799px) {


  #gmenu {
      position: relative;
      background: none;
      position: fixed;
      top: 47px;
      right: -800px;
      z-index: 1100;
      width: 100%;
  }

  #gmenu.open {
      display: block;
      right: 0;
      top: 18.75vw;
  }

  #gmenu .inner {
      max-width: auto;
      min-width: auto;
      margin: auto;
  }

  #gmenu a {
      text-decoration: none;
      color: #438729;
      display: block;
  }

  #gmenu a:hover,
  #gmenu li p:hover {
      opacity: 0.8;
      color: #518E3A;
  }

  #gmenu .gmenu-sp {
      overflow-y: scroll;
      height: 70vh;
  }

  #gmenu .gmenu-sp .inner {
      max-width: 700px;
      margin: calc(25vw/7.5) calc(25vw/7.5) 0 calc(25vw/7.5);
  }

  #gmenu .gmenu-sp li {
      max-width: 700px;
      padding: calc(20vw/7.5);
      background-color: #fff;
      font-weight: bold;
      font-size: calc(32vw/7.5);
      text-align: left;
      color: #438729;
      margin-bottom: 6px;
      position: relative;
  }

  #gmenu .gmenu-sp li {
      max-width: 700px;
      padding: calc(20vw/7.5);
      background-color: #fff;
      font-weight: bold;
      font-size: calc(32vw/7.5);
      text-align: left;
      color: #438729;
      margin-bottom: 6px;
      position: relative;
  }

  #gmenu .gmenu-sp li p {
      position: relative;
  }

  #gmenu .gmenu-sp .index::after,
  #gmenu .gmenu-sp .apoplexy::after,
  #gmenu .gmenu-sp .family::after,
  #gmenu .gmenu-sp .menu-item li::after {
      content: "";
      display: block;
      background-image: url(../img_sp/arrow_nav_green.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: calc(15vw/7.5);
      height: calc(28vw/7.5);
      position: absolute;
      top: calc(30vw/7.5);
      right: calc(30vw/7.5);
  }

  #btn_search::after {
      content: "";
      display: block;
      background-image: url(../img_sp/arrow_nav_orange.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: calc(15vw/7.5);
      height: calc(28vw/7.5);
      position: absolute;
      top: calc(30vw/7.5);
      right: calc(30vw/7.5);
  }

  #gmenu .gmenu-sp .drop {
      display: none;
  }


  #btn_search {
      max-width: 700px;
      padding: calc(20vw/7.5);
      background-color: #F5E9A9;
      font-weight: bold;
      font-size: calc(32vw/7.5);
      text-align: left;
      color: #438729;
      position: relative;
  }

  #gmenu .menu-item p::before {
      content: "";
      background: #438729;
      width: calc(28vw/7.5);
      height: calc(6vw/7.5);
      position: absolute;
      border-radius: 10px;
      transition: all 0.2s;
      top: 44%;
      right: 3%;
  }

  #gmenu .menu-item p::after {
      content: "";
      background: #438729;
      width: calc(28vw/7.5);
      height: calc(6vw/7.5);
      position: absolute;
      border-radius: 10px;
      transition: all 0.2s;
      transform: rotate(90deg);
      top: 44%;
      right: 3%;
  }

  #gmenu .inner .open p::before {
      display: none;
  }

  #gmenu .inner .open p::after {
      transition: all 0.2s;
      transform: rotate(0);
      top: 44%;
      right: 3%;
  }



  #btn_menu {
      display: block;
      float: right;
      width: 17.188%;
      position: relative;
  }

  #btn_menu:before {
      content: "";
      background: url(../img_sp/btn_menu_on.png);
      -webkit-background-size: contain;
      background-size: contain;
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      -webkit-transition: opacity 300ms linear;
      -o-transition: opacity 300ms linear;
      transition: opacity 300ms linear;
  }

  #btn_menu.open:before {
      opacity: 1;
  }

  #oldie #cover {
      background-color: #000;
  }

  #cover {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1000;
      background-color: rgba(0, 0, 0, 0.85);
      display: none;
  }

  #cover.show {
      display: block;
      opacity: 1;
  }

  #gmenu .inner .open p::before {
      display: none;
  }

  #gmenu .inner .open p::after {
      transition: all 0.2s;
      transform: rotate(0);
      top: 44%;
      right: 3%;
  }

  #gmenu .inner li .drop.open {
      display: block;
      position: initial;
  }

  #gmenu .accordion.accordionOpen::after {
      background-image: url(../img_sp/shien/kougakuryouyouhi/icon_accordion_minus.png);
      height: 6px;
  }

  .gmenu-sp .inner li .drop.open {
      display: block;
      position: initial;
  }

  .drow-open{
    right: 0;
    transition: all 0.8s;
  }

  .drow-close{
    right: -800px;
    transition: all 0.8s;
  }

  @keyframes fade-in {
      0% {
          display: none;
          opacity: 0;
      }

      1% {
          display: block;
          opacity: 0;
      }

      100% {
          display: block;
          opacity: 1;
      }
  }

  @-webkit-keyframes fade-in {
      0% {
          display: none;
          opacity: 0;
      }

      1% {
          display: block;
          opacity: 0;
      }

      100% {
          display: block;
          opacity: 1;
      }
  }

  @keyframes fade-out {
      0% {
          display: block;
          opacity: 1;
      }

      99% {
          display: block;
          opacity: 0;
      }

      100% {
          z-index: -10;
          opacity: 0;
      }
  }

  @-webkit-keyframes fade-out {
      0% {
          display: block;
          opacity: 1;
      }

      99% {
          display: block;
          opacity: 0;
      }

      100% {
          z-index: -10;
          opacity: 0;
      }
  }
}

.gosoudan .body .search .search_ttl {
  font-size: 2rem;
  font-weight: bold;
  color: #E55217;
}

.gosoudan .body .search .link {
  position: relative;
  margin: 16px auto;
}

.gosoudan .body .search .link .btn.flat.orange {
  font-size: 2rem;
  color: #FAEFB7;
}

.gosoudan .body .search .link .btn {
  font-size: 2rem;
}

.gosoudan .body .search .link a .btn::after {
  content: "";
  background-image: url(/img/arrow_circle_yellow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 23px;
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 3px;
  vertical-align: middle;
}

.gosoudan .body .search .search_note {
  font-size: 1.4rem;
}

@media screen and (max-width: 799px) {
  .gosoudan .body {
    padding: 0;
  }

  .section.bottom_links .gosoudan {
    width: 100%;
  }

  .gosoudan .body .search .search_ttl {
    font-size: 2.6rem;
  }

  .gosoudan .body .search .link {
    width: 87.2%;
    margin: 32px auto 24px;
  }

  .section.bottom_links .search .link .btn.flat {
    max-width: none;
  }

  .gosoudan .body .search .link .btn.flat.orange {
    font-size: 3.6rem;
  }

  .gosoudan .body .search .link a .btn::after {
    background-image: url(/img_sp/arrow_circle_yellow.png);
    width: 32px;
    height: 32px;
    margin-left: 8px;
    margin-bottom: 6px;
  }

  .gosoudan .body .search .search_note {
    width: 80.5333333333%;
    font-size: 2rem;
    text-align: left;
    margin: 0 auto 24px;
  }
}

@media screen and (max-width: 599px) {
  .gosoudan .body {
    text-align: center;
    padding: 0;
  }

  .gosoudan .body .search .search_ttl {
    font-size: 4.1736227045vw;
  }

  .gosoudan .body .search .link {
    margin: 16px auto 12px;
  }

  .gosoudan .body .search .link .btn.flat.orange {
    font-size: 1.8rem;
  }

  .gosoudan .body .search .link a .btn::after {
    width: 22px;
    height: 22px;
    margin-bottom: 4px;
  }

  .gosoudan .body .search .search_note {
    font-size: 1rem;
  }
}