@charset "UTF-8";
/* CSS Document */
/*
Theme Name:GI CRINIC
Author: OK COMPUTER
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,400;0,500;0,700;1,100;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lusitana:wght@400;700&family=Oswald:wght@200..700&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lusitana:wght@400;700&display=swap");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

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, 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;
  font-size: 62.5%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  font-size: 1rem;
  line-height: 1.5em;
  position: relative;
  overflow-x: hidden; }

ol, ul {
  list-style: none;
  list-style-position: inside; }

blockquote, q {
  quotes: none; }

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

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

img {
  max-width: 100%;
  height: auto; }

img.w_85 {
  max-width: 85%;
  height: auto; }

img.w_75 {
  max-width: 75%;
  height: auto; }

img.w_50 {
  max-width: 50%;
  height: auto; }

figure {
  text-align: center; }

html {
  scroll-behavior: smooth; }

@media screen and (max-width: 767px) {
  html,
  body {
    overflow-x: hidden !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; } }
/**************************
FORMAT
**************************/
.bold {
  font-weight: bold; }

.red {
  color: #FF5454; }

.c_yellow {
  color: #FFF683; }

.yellow {
  color: #fabf27; }

.blue {
  color: #0071bc; }

.marker {
  display: inline;
  padding: 0 1px 0px;
  line-height: 2em;
  background: linear-gradient(transparent 60%, #ffe35e 60%); }

.center {
  text-align: center !important; }

.a_left {
  text-align: left !important; }

.a_right {
  text-align: right !important; }

.center_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.honbun {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1280px; }

.mb_5 {
  margin-bottom: 5px !important; }

.mb_10 {
  margin-bottom: 10px !important; }

.mb_20 {
  margin-bottom: 20px !important; }

.mb_30 {
  margin-bottom: 30px !important; }

.mb_35 {
  margin-bottom: 35px !important; }

.mb_40 {
  margin-bottom: 40px !important; }

.mb_50 {
  margin-bottom: 50px !important; }

.mb_60 {
  margin-bottom: 60px !important; }

.mb_70 {
  margin-bottom: 70px !important; }

.mb_80 {
  margin-bottom: 80px !important; }

.mb_90 {
  margin-bottom: 90px !important; }

.mb_100 {
  margin-bottom: 100px !important; }

.mb_1rem {
  margin-bottom: 1rem !important; }

.mb_2rem {
  margin-bottom: 2rem !important; }

.mb_3rem {
  margin-bottom: 3rem !important; }

.mb_4rem {
  margin-bottom: 4rem !important; }

.ml_10 {
  margin-left: 10px; }

.pad_5 {
  padding: 5px; }

.pad_10 {
  padding: 10px; }

.pad_right_10 {
  padding: 0 10px 0 0; }

.pad_10-20 {
  padding: 10px 20px !important; }

.pad_20 {
  padding: 20px; }

.pad_30 {
  padding: 30px !important; }

.pad_area {
  padding-top: 70px;
  padding-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .pad_area {
      padding-top: 50px;
      padding-bottom: 50px; } }

.small {
  font-size: 0.8em; }

.medium {
  font-size: 1.2em; }

.large {
  font-size: 1.5em; }

.clear {
  clear: both; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.res_block {
  display: none !important; }

.res_none {
  display: block !important; }

.res_center {
  text-align: left !important; }

.right_res_center {
  text-align: right !important; }

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

  .res_none {
    display: none !important; }

  .res_center {
    text-align: center !important; }

  .right_res_center {
    text-align: center !important; } }
/*LINK*/
a:link,
a:visited {
  color: #333;
  text-decoration: none;
  transition: .3s; }

a:hover {
  color: #fabf27;
  transition: .3s; }

a img {
  border: none; }

a:hover img {
  transition: .3s;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  -moz-opacity: 0.80; }

/**************************
FRAMEWORK
**************************/
body {
  font-size: 16px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5rem; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", sans-serif; }

/*骨組み*/
#wrapper {
  margin: 0px auto;
  overflow: hidden; }

.container {
  padding-top: 102px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .container {
      padding-top: 105px; } }

.contents {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding: 0 1rem; }

.inner_900 {
  margin: 0 auto;
  width: 100%;
  max-width: 900px; }

.inner_850 {
  margin: 0 auto;
  width: 100%;
  max-width: 850px; }

.inner_800 {
  margin: 0 auto;
  width: 100%;
  max-width: 800px; }

.inner_750 {
  margin: 0 auto;
  width: 100%;
  max-width: 750px; }

.inner_720 {
  margin: 0 auto;
  width: 100%;
  max-width: 720px; }

.inner_530 {
  margin: 0 auto;
  width: 100%;
  max-width: 530px; }

.inner_420 {
  margin: 0 auto;
  width: 100%;
  max-width: 420px; }

.contents_650 {
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
  padding: 0 1rem; }

address {
  background-color: #fabf27;
  color: #fff;
  text-align: center;
  padding: 1rem; }

/* ******************** */
/* area_01              */
/* ******************** */
.discription_top {
  background-color: #fabf27;
  color: #fff;
  display: none; }
  @media screen and (max-width: 767px) {
    .discription_top {
      font-size: 0.9rem;
      font-weight: bold;
      display: block;
      width: 100%;
      border-radius: 0;
      text-align: center;
      padding: 0.5rem;
      margin: 0; } }
  .discription_top span {
    background-color: #fff;
    color: #fabf27;
    font-size: 0.6rem;
    padding: 1px 3px;
    border-radius: 99px;
    line-height: 0.6rem; }
    @media screen and (max-width: 767px) {
      .discription_top span {
        font-size: 0.7rem;
        font-weight: bold; } }

.discription {
  font-size: 0.625rem;
  color: #fff;
  font-weight: bold;
  padding: 0.25rem 1.05rem;
  background-color: #fabf27;
  border-radius: 99px;
  line-height: 0.625rem;
  letter-spacing: 0.05rem;
  display: inline-flex; }
  .discription span {
    background-color: #fff;
    color: #fabf27;
    font-size: 0.6rem;
    padding: 1px 3px;
    border-radius: 99px;
    line-height: 0.6rem; }
    @media screen and (max-width: 767px) {
      .discription span {
        font-size: 0.7rem;
        font-weight: bold; } }

.logo {
  width: 300px;
  height: auto; }
  @media screen and (max-width: 767px) {
    .logo {
      width: 220px; } }

.flex_header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-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;
  width: 100%;
  justify-content: space-between;
  padding: 0.5rem 0; }

#area_01 {
  background-image: url("../../images/bg_main_img.svg");
  background-size: cover;
  padding: 2.5rem 0; }

.flex_contact {
  width: 100%;
  max-width: 900px;
  margin: 1rem auto;
  display: flex;
  justify-content: center;
  gap: 1rem;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 15px;
  padding: 1rem;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .flex_contact {
      padding: 0.5rem;
      gap: 0.2rem; } }
  .flex_contact > div {
    text-align: center; }

.flex_contact_sp {
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  background-color: #fff;
  align-items: center; }
  .flex_contact_sp > div {
    text-align: center;
    width: 49%; }
    .flex_contact_sp > div a img {
      width: 100%;
      height: auto;
      vertical-align: top; }

.top_contact_area_sp {
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  padding: 0.5rem; }

.flex_top_contact_sp {
  margin: 0 auto 0.5rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center; }
  .flex_top_contact_sp > div {
    width: 50%; }
    .flex_top_contact_sp > div a img {
      vertical-align: top; }

ul.nav_pc {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  gap: 1.5rem;
  box-sizing: border-box;
  padding: 1rem;
  align-items: center; }
  ul.nav_pc li {
    font-weight: bold;
    font-size: 0.75rem; }

/* ******************** */
/* area_02              */
/* ******************** */
#area_02 {
  background-color: #fffbe8;
  background-size: cover;
  padding: 3.5rem 0; }

.zisseki {
  padding: 1rem;
  text-align: center;
  position: relative; }

.flex_brackets {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .flex_brackets {
      gap: 0.2rem; } }
  .flex_brackets img {
    width: 30px;
    height: auto; }
    @media screen and (max-width: 767px) {
      .flex_brackets img {
        width: 47px; } }
  .flex_brackets .z_kensuu {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.3rem; }
    @media screen and (max-width: 767px) {
      .flex_brackets .z_kensuu {
        font-size: 0.9rem; } }
  .flex_brackets .z_underline {
    width: 100%;
    height: 3px;
    border-bottom: 1px solid #333;
    margin-bottom: 3px; }
    @media screen and (max-width: 767px) {
      .flex_brackets .z_underline {
        height: 0.5rem;
        margin-bottom: 1.0rem; } }
  .flex_brackets .z_zisseki {
    font-size: 1.375rem;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .flex_brackets .z_zisseki {
        font-size: 1.07rem; } }
    .flex_brackets .z_zisseki span {
      color: #c3a035; }
  .flex_brackets .z_count {
    font-size: 1.75rem;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .flex_brackets .z_count {
        font-size: 1.53rem; } }
    .flex_brackets .z_count span {
      font-size: 3.75rem;
      color: #c3a035;
      font-family: "Barlow", sans-serif; }
      @media screen and (max-width: 767px) {
        .flex_brackets .z_count span {
          font-size: 3.3rem; } }
  .flex_brackets .z_kikan {
    font-size: 0.625rem; }
    @media screen and (max-width: 767px) {
      .flex_brackets .z_kikan {
        font-size: 0.56rem; } }

sup {
  vertical-align: super;
  font-size: 0.75rem;
  line-height: 1; }

/* ******************** */
/* area_03              */
/* ******************** */
#area_03 {
  padding: 3.75rem 0 0; }

h2.ttl_reason {
  background-color: #0071bc;
  color: #fff;
  font-size: 1.375rem;
  text-align: center;
  padding: 1.25rem 3.5rem;
  margin: 0 auto;
  border-radius: 3rem;
  display: inline-block;
  letter-spacing: 0.1rem;
  font-weight: bold; }
  h2.ttl_reason span {
    font-size: 2rem; }
  @media screen and (max-width: 767px) {
    h2.ttl_reason {
      padding: 1.25rem; } }

.flex_reason {
  margin: 1rem auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-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;
  width: 100%;
  justify-content: center;
  box-sizing: border-box; }
  .flex_reason > div {
    background-color: #eeece8;
    padding: 1.125rem;
    margin: 0 0 2rem;
    width: 33%; }
    @media screen and (max-width: 767px) {
      .flex_reason > div {
        width: 100%;
        margin: 0;
        padding: 1.125rem 1.125rem 0; } }
    .flex_reason > div:nth-child(1), .flex_reason > div:nth-child(2), .flex_reason > div:nth-child(4) {
      border-right: 2px dotted #8278a5; }
    .flex_reason > div:nth-child(1), .flex_reason > div:nth-child(4) {
      border-radius: 1rem 0 0 1rem; }
    .flex_reason > div:nth-child(3), .flex_reason > div:nth-child(5) {
      border-radius: 0 1rem 1rem 0; }
    @media screen and (max-width: 767px) {
      .flex_reason > div {
        width: 100%; }
        .flex_reason > div:nth-child(1) {
          border-radius: 1rem 1rem 0 0;
          border-right: none; }
        .flex_reason > div:nth-child(2), .flex_reason > div:nth-child(3), .flex_reason > div:nth-child(4) {
          border-right: none;
          border-radius: 0; }
        .flex_reason > div:nth-child(5) {
          border-radius: 0 0 1rem 1rem;
          border-right: none; } }

.dotline_white {
  width: 92%;
  height: 1px;
  margin: 1.125rem auto 0;
  border-bottom: 5px dotted #fff; }

.reason_number {
  font-size: 0.875rem;
  text-align: center;
  color: #fabf27;
  margin-bottom: 0.875rem; }

h3.ttl_reason {
  background-color: #fabf27;
  padding: 1rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.125rem;
  border-radius: 10px; }

.reason_lyric {
  font-size: 0.875rem;
  line-height: 1.375rem; }

.reason_zisseki {
  color: #999;
  font-size: 0.75rem;
  line-height: 1rem; }

h3.ttl_cm {
  font-size: 2rem;
  line-height: 2.625rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    h3.ttl_cm {
      font-size: 1.375rem;
      line-height: 1.75rem; } }
  h3.ttl_cm::before {
    position: absolute;
    content: "";
    background-image: url("../../images/cm_left.png");
    background-repeat: no-repeat;
    width: 30px;
    height: 58px;
    bottom: 5px;
    left: -40px; }
    @media screen and (max-width: 767px) {
      h3.ttl_cm::before {
        width: 19px;
        height: 40px;
        background-size: contain; } }
  h3.ttl_cm::after {
    position: absolute;
    content: "";
    background-image: url("../../images/cm_right.png");
    background-repeat: no-repeat;
    width: 30px;
    height: 58px;
    bottom: 5px;
    right: -40px; }
    @media screen and (max-width: 767px) {
      h3.ttl_cm::after {
        width: 19px;
        height: 40px;
        background-size: contain; } }

#area_03-02 {
  top: -11.25rem;
  margin-top: -11.25rem;
  padding: 15rem 0 1.5rem;
  background-image: url("../../images/bg_information.png");
  background-size: contain;
  background-repeat: repeat; }

.area_information {
  margin-bottom: 2rem; }
  .area_information h3 {
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.2rem;
    border-radius: 0.75rem 0.75rem 0 0;
    background-color: #0071bc;
    color: #fff;
    padding: 0.625rem;
    line-height: 2rem; }
    .area_information h3 span {
      font-size: 3rem; }
    .area_information h3::before {
      position: absolute;
      content: "";
      background-image: url("../../images/dachou.png");
      background-repeat: no-repeat;
      width: 93px;
      height: 136px;
      top: 5px;
      left: 8%; }
      @media screen and (max-width: 767px) {
        .area_information h3::before {
          width: 86px;
          height: 118px;
          background-size: contain;
          top: 45px;
          left: 0.5%; } }
  .area_information .info_child {
    background-color: #fffcf1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 0.75rem 0.75rem;
    padding: 2rem 1.5rem; }
    @media screen and (max-width: 767px) {
      .area_information .info_child {
        padding: 1rem; } }
  .area_information .info_soudan {
    font-size: 1.25rem;
    padding: 0.5rem 0 2rem;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .area_information .info_soudan {
        font-size: 0.875rem; } }

.flex_information {
  margin: 1rem auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-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;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box; }
  .flex_information > div:nth-child(1) {
    width: 53%;
    order: 0; }
    @media screen and (max-width: 767px) {
      .flex_information > div:nth-child(1) {
        width: 100%;
        order: 1; } }
  .flex_information > div:nth-child(2) {
    width: 45%;
    border-left: 3px solid #333;
    padding-left: 1rem;
    oreder: 1; }
    @media screen and (max-width: 767px) {
      .flex_information > div:nth-child(2) {
        width: 100%;
        order: 0;
        border-left: none;
        margin-bottom: 1rem;
        padding-left: 0; } }

.route_info {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  background-color: #fabf27;
  padding: 0.25rem 1.25rem;
  border-radius: 0.625rem;
  color: #fff;
  line-height: 1.5rem; }

.address_info {
  font-size: 0.75rem; }

/* ******************** */
/* area_04              */
/* ******************** */
#area_04 {
  background-color: #f7f6f5;
  padding: 2.25rem 0;
  position: relative; }

ul.list_iwakan {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  border-top: 2px dotted #8278a5; }
  ul.list_iwakan li {
    display: flex;
    align-items: center;
    border-bottom: 2px dotted #8278a5;
    padding: 1.25rem 1.5rem;
    position: relative;
    font-weight: 500; }
    ul.list_iwakan li::before {
      content: "";
      color: #fff;
      background-color: #fabf27;
      /* 黄色い背景 */
      background-image: url("../../images/check.png");
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 50%;
      display: inline-block;
      width: 1.875rem;
      height: 1.875rem;
      line-height: 1.5em;
      text-align: center;
      font-weight: bold;
      margin-right: 0.75em;
      flex-shrink: 0; }

h3.ttl_iwakan {
  text-align: center;
  color: #0071bc;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 3rem; }
  @media screen and (max-width: 767px) {
    h3.ttl_iwakan {
      font-size: 1.375rem;
      margin-bottom: 1rem; } }
  h3.ttl_iwakan span {
    background-color: #0071bc;
    color: #fabf27;
    /* 黄色 */
    padding: 0.2rem 0.4rem;
    border-radius: 999px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    line-height: 1.5rem; }

.box_possibility {
  width: 100%;
  max-width: 360px;
  background-color: #0071bc;
  color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  font-family: sans-serif;
  line-height: 1.6;
  margin: 0 auto 0.5rem;
  z-index: 5; }
  .box_possibility span.yellow {
    color: #fabf27;
    /* 黄色 */
    font-weight: bold; }
  .box_possibility span.radius {
    background-color: #fabf27;
    color: #0071bc;
    padding: 0 0.4em;
    border-radius: 999px;
    font-weight: bold;
    display: inline-flex;
    align-items: center; }

.arrow {
  margin: 0 auto;
  width: 100%;
  height: 47px;
  background-image: url("../../images/arrow.png");
  background-position: center center;
  width: 47px;
  height: 70px; }

/* ******************** */
/* area_05              */
/* ******************** */
#area_05 {
  background-image: url("../../images/bg_information.png");
  background-repeat: repeat;
  background-size: cover;
  padding: 0 0 4.8rem;
  background-color: #fff;
  position: relative; }
  @media screen and (max-width: 767px) {
    #area_05 {
      padding: 0 0 2rem; } }

.shift_top {
  background: linear-gradient(to bottom, #f7f6f5 50%, rgba(255, 255, 255, 0) 50%); }

h3.hernia-title {
  font-size: 1.625rem;
  font-weight: bold;
  font-family: sans-serif;
  color: #333;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 2rem; }
  @media screen and (max-width: 767px) {
    h3.hernia-title {
      font-size: 1.5rem; } }
  h3.hernia-title .large {
    color: #fabf27;
    font-weight: bold;
    font-size: 2.125rem; }
  h3.hernia-title .pill {
    background-color: #0071bc;
    color: #fff;
    padding: 0 0.5em;
    border-radius: 999px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    font-size: 1.5rem; }

dl.list_hernia_1 {
  margin-bottom: 4.5rem; }
  dl.list_hernia_1 dt {
    background-color: #fabf27;
    padding: 1.6rem;
    border-radius: 0.625rem 0.625rem 0 0;
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    line-height: 2.0rem; }
    @media screen and (max-width: 767px) {
      dl.list_hernia_1 dt {
        padding: 0.5rem; } }
    dl.list_hernia_1 dt h4 {
      background-color: #fff;
      color: #333;
      text-align: center;
      border-radius: 1rem;
      padding: 1rem;
      line-height: 2.2rem; }
      dl.list_hernia_1 dt h4 span.radius {
        background-color: #fabf27;
        color: #fff;
        padding: 0 0.4em;
        border-radius: 999px;
        font-weight: bold; }
  dl.list_hernia_1 dd {
    background-color: #eeece8;
    padding: 1.75rem;
    border-radius: 0 0 0.625rem 0.625rem; }
    @media screen and (max-width: 767px) {
      dl.list_hernia_1 dd {
        padding: 0; } }

.flex_2_33_67 {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-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;
  width: 100%;
  justify-content: center;
  align-items: center; }
  .flex_2_33_67 > div:nth-child(1) {
    width: 33%;
    padding: 1rem; }
    @media screen and (max-width: 767px) {
      .flex_2_33_67 > div:nth-child(1) {
        width: 100%;
        padding: 0.375rem; } }
  .flex_2_33_67 > div:nth-child(2) {
    width: 67%;
    padding: 1rem; }
    @media screen and (max-width: 767px) {
      .flex_2_33_67 > div:nth-child(2) {
        width: 100%;
        padding: 0.375rem; } }

.flex_risk {
  margin: 0 auto 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-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;
  width: 100%;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .flex_risk {
      justify-content: center;
      margin-bottom: 2rem; } }
  .flex_risk > div {
    width: 49%; }
    @media screen and (max-width: 767px) {
      .flex_risk > div {
        width: 100%; } }

dl.list_hernia_2 dt {
  background-color: #fabf27;
  padding: 0;
  border-radius: 0.625rem 0.625rem 0 0;
  font-size: 1.125rem;
  color: #fff;
  font-weight: bold;
  line-height: 2.0rem;
  text-align: center; }
  dl.list_hernia_2 dt span {
    font-size: 1rem; }
dl.list_hernia_2 dd {
  background-color: #eeece8;
  padding: 1.5rem;
  border-radius: 0 0 0.625rem 0.625rem; }
  @media screen and (max-width: 767px) {
    dl.list_hernia_2 dd {
      border-radius: 0; } }

dl.list_hernia_3 dt {
  background-color: #fabf27;
  padding: 0;
  border-radius: 0.625rem 0.625rem 0 0;
  font-size: 1.125rem;
  color: #fff;
  font-weight: bold;
  line-height: 2.0rem;
  text-align: center; }
  @media screen and (max-width: 767px) {
    dl.list_hernia_3 dt {
      border-radius: 0; } }
dl.list_hernia_3 dd {
  background-color: #eeece8;
  padding: 1.5rem;
  border-radius: 0 0 0.625rem 0.625rem; }

.area_annotation {
  position: relative;
  margin: 2rem auto;
  background-color: #0072c6;
  color: #fff;
  padding: 1rem 1.5rem 1rem 3rem;
  border-radius: 999px;
  font-size: 0.875rem;
  line-height: 1.6;
  position: relative;
  max-width: 650px;
  width: 100%;
  text-align: center; }
  .area_annotation .highlight {
    background-color: #fff;
    color: #ff6900;
    padding: 0.2em 0.5em;
    border-radius: 999px;
    display: inline-block;
    font-weight: bold;
    margin-top: 0.5em; }
  .area_annotation img {
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }

.annotation_01 {
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05; }
  .annotation_01 span {
    font-size: 1.375rem;
    color: #0071bc; }

.annotation_02 {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05;
  line-height: 2.125rem;
  color: #ff6900;
  margin-bottom: 0.875rem; }

.annotation_03 {
  background-color: #0071bc;
  padding: 1rem;
  font-size: 0.875rem;
  color: #fff;
  border-radius: 1rem; }

.annotation_04 {
  text-align: center;
  z-index: 1;
  margin-top: -1rem; }

.bg_orange {
  font-size: 1.25rem;
  font-weight: bold;
  background-color: #fabf27;
  color: #0071bc;
  text-align: center;
  padding: 0.3rem; }
  .bg_orange span {
    color: #fff; }
    @media screen and (max-width: 767px) {
      .bg_orange span {
        font-size: 1.75rem; } }
  @media screen and (max-width: 767px) {
    .bg_orange {
      padding: 1rem 0.3rem;
      line-height: 1.75rem; } }

/* ******************** */
/* area_06              */
/* ******************** */
#area_06 {
  padding: 3.375rem 0 0; }

.bg_omakase {
  background-color: #f0f7f8;
  padding: 2rem 0; }
  @media screen and (max-width: 767px) {
    .bg_omakase {
      padding: 0 0 2rem; } }

.flex_fuan {
  margin: 0 auto 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .flex_fuan {
      display: none; } }
  .flex_fuan > div {
    width: 24%;
    margin: 0 auto 1rem;
    min-height: 147px;
    background-color: #fff;
    text-align: center;
    border-radius: 1rem;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .flex_fuan > div.img {
      background-color: rgba(0, 0, 0, 0);
      padding: 0; }

.fuan_img_right {
  width: 95%;
  margin: 0 auto;
  position: relative; }
  .fuan_img_right > div:nth-child(1) {
    position: absolute;
    right: 0;
    z-index: 0; }
  .fuan_img_right > div:nth-child(2) {
    position: relative;
    right: 0;
    z-index: 1; }

.fuan_img_left {
  width: 95%;
  margin: 0 auto;
  position: relative; }
  .fuan_img_left > div:nth-child(1) {
    position: relative;
    z-index: 0; }
  .fuan_img_left > div:nth-child(2) {
    position: absolute;
    text-align: right;
    right: 0;
    top: 0;
    z-index: 1; }

.fuan_sp {
  background-color: #fff;
  border-radius: 0.7rem;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 0.5rem;
  margin-bottom: 1rem; }
  .fuan_sp span {
    color: #0071bc; }

h3.ttl_orange {
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  font-weight: bold;
  color: #ff6900;
  margin-bottom: 2rem;
  letter-spacing: 0.1rem; }
  @media screen and (max-width: 767px) {
    h3.ttl_orange {
      font-size: 1.5rem;
      line-height: 2.25rem;
      letter-spacing: 0; } }
  h3.ttl_orange span {
    letter-spacing: 0; }

.flex_2_67_33 {
  margin: 0 auto 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-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;
  width: 100%;
  justify-content: space-between;
  align-items: center; }
  .flex_2_67_33 > div:nth-child(1) {
    width: 66%;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .flex_2_67_33 > div:nth-child(1) {
        width: 100%; } }
  .flex_2_67_33 > div:nth-child(2) {
    width: 32%;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .flex_2_67_33 > div:nth-child(2) {
        width: 100%; } }

/* ******************** */
/* area_07              */
/* ******************** */
#area_07 {
  padding: 0 0 5.8rem; }
  @media screen and (max-width: 767px) {
    #area_07 {
      padding: 0 0 2.75rem; } }

.shift_07 {
  background: linear-gradient(to bottom, #f0f7f8 50%, rgba(255, 255, 255, 0) 50%);
  margin-bottom: 3rem; }

.bg_blue {
  text-align: center;
  background-color: #0071bc;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1rem;
  padding: 0.1rem 1rem; }

h3.ttl_shinsatsu {
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  font-weight: bold;
  color: #ff6900;
  margin-bottom: 2rem;
  letter-spacing: 0.1rem; }
  @media screen and (max-width: 767px) {
    h3.ttl_shinsatsu {
      font-size: 1.75rem; } }
  h3.ttl_shinsatsu span {
    font-size: 1.25rem;
    color: #333; }
    @media screen and (max-width: 767px) {
      h3.ttl_shinsatsu span {
        font-size: 1.125rem; } }

p.tantou {
  font-size: 0.875rem;
  outline-offset: 1.75rem; }

/* ******************** */
/* area_07              */
/* ******************** */
.flex_doctor_top {
  margin: 1rem auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-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;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  border-left: 7px solid #fabf27; }
  .flex_doctor_top > div:nth-child(1) {
    padding: 2.25rem 0.5rem 0.5rem 2.25rem;
    width: 60%; }
    @media screen and (max-width: 767px) {
      .flex_doctor_top > div:nth-child(1) {
        width: 50%;
        padding: 1rem 0.25rem 0.25rem 1rem; } }
  .flex_doctor_top > div:nth-child(2) {
    width: 38%; }
    @media screen and (max-width: 767px) {
      .flex_doctor_top > div:nth-child(2) {
        width: 50%; } }

h4.doctor_name {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.75rem;
  letter-spacing: 0.15rem;
  line-height: 2rem; }
  @media screen and (max-width: 767px) {
    h4.doctor_name {
      font-size: 1.5rem;
      margin-bottom: 0.5rem;
      line-height: 2rem; } }
  h4.doctor_name span {
    color: #b3b3b3;
    font-size: 1.125rem;
    letter-spacing: 0.01rem; }
    @media screen and (max-width: 767px) {
      h4.doctor_name span {
        font-size: 0.875rem; } }

ul.list_local li {
  background-color: #0071bc;
  color: #fff;
  padding: 0 0.2rem;
  float: left;
  margin-right: 0.2rem; }
  @media screen and (max-width: 767px) {
    ul.list_local li {
      font-size: 0.75rem;
      line-height: 0.875rem;
      padding: 0 0.1rem; } }

.katagaki {
  margin-bottom: 1.25rem;
  font-size: 1.08rem; }
  @media screen and (max-width: 767px) {
    .katagaki {
      font-size: 0.875rem;
      margin-bottom: 0.5rem; } }

.flex_doctor {
  margin: 1rem auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-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;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box; }
  .flex_doctor > div {
    width: 32%; }

.area_katagaki {
  border-left: 3px solid #fabf27;
  padding: 0 0 0 1rem; }

h4.doctor_name_small {
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.09rem;
  line-height: 2rem; }
  @media screen and (max-width: 767px) {
    h4.doctor_name_small {
      font-size: 0.75rem;
      line-height: 1rem; } }
  h4.doctor_name_small span {
    color: #b3b3b3;
    font-size: 0.8rem;
    letter-spacing: 0.05rem; }
    @media screen and (max-width: 767px) {
      h4.doctor_name_small span {
        font-size: 0.625rem;
        line-height: 0.75rem; } }

.katagaki_small {
  margin-bottom: 1rem;
  font-size: 1rem;
  margin-bottom: 1rem; }
  @media screen and (max-width: 767px) {
    .katagaki_small {
      font-size: 0.625rem;
      line-height: 0.875rem;
      margin-bottom: 0.625rem; } }

/* ******************** */
/* area_08              */
/* ******************** */
#area_08 {
  background-image: url("../../images/bg_information.png");
  background-repeat: repeat;
  background-size: cover;
  padding: 3rem 0; }

h3.ttl_black {
  font-size: 2.125rem;
  text-align: center;
  letter-spacing: 0.1rem;
  margin-bottom: 3.5rem;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    h3.ttl_black {
      font-size: 1.375rem;
      margin-bottom: 1.375rem; } }

dl.list_flow {
  margin: 1rem auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-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;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: stretch; }
  dl.list_flow dt {
    background-color: #fabf27;
    width: 10%;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
    dl.list_flow dt:nth-child(1) {
      border-radius: 0.625rem 0 0 0; }
    dl.list_flow dt:nth-child(9) {
      border-radius: 0 0 0 0.625rem;
      border-bottom: 1px solid rgba(0, 0, 0, 0); }
    dl.list_flow dt div {
      text-align: center;
      font-size: 2.5rem;
      color: #fff;
      font-family: "Lusitana", serif; }
  dl.list_flow dd {
    width: 90%; }
    dl.list_flow dd:nth-child(2) {
      border-radius: 0 0.625rem 0 0; }
    dl.list_flow dd:nth-child(10) {
      border-radius: 0 0 0.625rem 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0); }
    dl.list_flow dd .flex_flow {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-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;
      width: 100%;
      justify-content: space-between;
      align-items: center;
      box-sizing: border-box;
      background-color: #fffbe8;
      border-bottom: 1px solid #fabf27; }
      dl.list_flow dd .flex_flow > div:nth-child(1) {
        font-size: 1.375rem;
        line-height: 1.75rem;
        font-weight: bold;
        text-align: center;
        padding: 1rem 0.5rem;
        width: 34%; }
        @media screen and (max-width: 767px) {
          dl.list_flow dd .flex_flow > div:nth-child(1) {
            width: 60%;
            font-size: 1.15rem; } }
      dl.list_flow dd .flex_flow > div:nth-child(2) {
        padding: 1rem 0.5rem;
        width: 14%; }
        @media screen and (max-width: 767px) {
          dl.list_flow dd .flex_flow > div:nth-child(2) {
            width: 40%; } }
      dl.list_flow dd .flex_flow > div:nth-child(3) {
        padding: 1rem 0.5rem;
        width: 52%;
        font-size: 0.875rem; }
        @media screen and (max-width: 767px) {
          dl.list_flow dd .flex_flow > div:nth-child(3) {
            width: 100%; } }

/* ******************** */
/* area_09              */
/* ******************** */
#area_09 {
  background-color: #f8f7f6;
  padding: 3rem 0; }

.box_qa {
  background-color: #fff;
  padding: 0.625rem;
  border-radius: 0.625rem;
  margin-bottom: 1rem;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }
  .box_qa dl.list_qa dt {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer; }
    .box_qa dl.list_qa dt .num_qa {
      font-family: "Lusitana", serif;
      background-color: #0072c6;
      /* 青色 */
      color: #fff;
      font-size: 1.25rem;
      width: 3rem;
      height: 3rem;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 3px;
      margin-right: 1rem;
      flex-shrink: 0; }
    .box_qa dl.list_qa dt h4 {
      font-size: 1.5rem;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .box_qa dl.list_qa dt h4 {
          font-size: 1.125rem; } }
  .box_qa dl.list_qa dd {
    margin-top: 1.5rem;
    background-color: #fffbe8;
    padding: 0.625rem;
    border-radius: 3px;
    display: none;
    /* 最初は閉じておく */ }
  .box_qa dl.list_qa dt::after {
    content: "";
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    width: 14px;
    height: 8px;
    background-image: url("../../images/qa_arrow_down.png"); }
  .box_qa dl.list_qa dt.active::after {
    background-image: url("../../images/qa_arrow_top.png"); }

/* ******************** */
/* footer               */
/* ******************** */
footer {
  background-color: #fffbe8;
  padding: 0 0 2.75rem; }
  @media screen and (max-width: 767px) {
    footer {
      width: calc(100% - 20px);
      margin: 0 auto 2rem;
      border-radius: 0.5rem;
      padding: 0 0 1.0rem; } }

.bg_blue_footer {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2rem;
  background-color: #0071bc;
  color: #fff;
  padding: 0.625rem;
  line-height: 2rem; }
  @media screen and (max-width: 767px) {
    .bg_blue_footer {
      border-radius: 0.5rem 0.5rem 0 0; } }
  .bg_blue_footer span {
    font-size: 3rem; }

.info_soudan_footer {
  font-size: 1.25rem;
  padding: 0.5rem 0 2rem;
  text-align: center;
  margin: 1rem auto 2rem;
  font-weight: 500;
  position: relative; }
  @media screen and (max-width: 767px) {
    .info_soudan_footer {
      font-size: 0.875rem;
      margin: 1rem auto; } }
  .info_soudan_footer::before {
    position: absolute;
    content: "";
    background-image: url("../../images/dachou_footer.png");
    background-repeat: no-repeat;
    width: 81px;
    height: 116px;
    top: -70px;
    left: 1%; }
    @media screen and (max-width: 767px) {
      .info_soudan_footer::before {
        top: -30px;
        left: -1%; } }

.route {
  text-align: center;
  margin-bottom: 2.375rem;
  font-size: 1.25rem;
  font-weight: bold;
  background-color: #fabf27;
  padding: 0.25rem 1.25rem;
  border-radius: 0.625rem;
  color: #fff;
  line-height: 1.5rem;
  display: inline-flex; }
  @media screen and (max-width: 767px) {
    .route {
      font-size: 0.875rem;
      line-height: 1.25rem;
      margin-bottom: 1rem; } }

.flex_footer {
  margin: 1rem auto 3rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-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;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .flex_footer {
      margin: 1rem auto; } }
  .flex_footer > div:nth-child(1) {
    width: 54%; }
    @media screen and (max-width: 767px) {
      .flex_footer > div:nth-child(1) {
        width: 100%; } }
  .flex_footer > div:nth-child(2) {
    width: 44%; }
    @media screen and (max-width: 767px) {
      .flex_footer > div:nth-child(2) {
        width: 100%; } }

/* time table */
.table_text {
  font-size: 0.625rem;
  margin-bottom: 0.75rem;
  font-weight: 500;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .table_text {
      line-height: 0.75rem; } }

.table {
  background-color: #fff;
  border-radius: 1rem;
  padding: 0.25rem 1rem;
  border: 1px solid #e6e6e6; }

.c-timetable {
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  table-layout: fixed;
  border-collapse: collapse; }

.c-timetable th {
  box-sizing: border-box;
  padding: 0.5rem 0;
  font-size: 0.75rem;
  font-weight: normal;
  text-align: left; }

.c-timetable th.hours {
  width: 5.0rem; }

.c-timetable td {
  box-sizing: border-box;
  position: relative;
  font-size: 0.75rem;
  text-align: center; }

.c-timetable td > .maru {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 6.25rem;
  background-color: #fabf27;
  content: "";
  transform: translate(-50%, -50%); }

.c-timetable td > .bar {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.75rem;
  height: 0.1875rem;
  background-color: #C1BFBC;
  content: "";
  transform: translate(-50%, -50%); }

.c-timetable thead th {
  border-bottom: solid 1px #FFB012;
  font-size: 0.75rem;
  text-align: center; }

.c-timetable tr:not(:last-child) th, .c-timetable tr:not(:last-child) td {
  border-bottom: dashed 1px #FFB012; }

.has-note {
  position: relative; }

.has-note::after {
  content: "※";
  position: absolute;
  top: 0.3rem;
  right: 0.10rem;
  font-size: 0.625rem;
  /* 半分のサイズ */
  color: #333; }

.dotted {
  width: 100%;
  height: 0.625rem;
  border-bottom: 1px dotted #333;
  margin-bottom: 0.75rem; }

/* NAVI */
header {
  width: 100%;
  position: relative;
  z-index: 100;
  position: fixed; }

.header {
  width: 100%;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff; }

.menu-toggle {
  width: auto;
  height: 24px;
  position: absolute;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
  right: 0;
  top: 16px; }

.menu-toggle .bars {
  width: 30px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.menu-toggle .bar {
  height: 4px;
  width: 100%;
  background-color: #333;
  border-radius: 2px;
  transition: 0.3s ease;
  margin-bottom: 4px; }

.menu-toggle .label {
  font-size: 0.75rem;
  margin-top: 0.1rem;
  color: #333; }

.menu-toggle.active .bar1 {
  transform: rotate(45deg) translateY(10px);
  margin-bottom: 2.5px; }

.menu-toggle.active .bar2 {
  opacity: 0; }

.menu-toggle.active .bar3 {
  transform: rotate(-45deg) translateY(-10px);
  margin-bottom: 3px; }

.menu-toggle.active .label::after {
  content: "CLOSE"; }

.menu-toggle .label::after {
  content: "MENU"; }

.global-nav {
  display: none;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 998;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
  .global-nav ul {
    margin: 1rem auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-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;
    width: 100%;
    justify-content: flex-start;
    box-sizing: border-box;
    border-top: 1px solid #b3b3b3; }
  .global-nav li {
    width: 50%; }
    .global-nav li a {
      font-size: 0.875rem;
      position: relative;
      display: block;
      padding: 0.875rem 0 1.5rem;
      text-align: center;
      text-decoration: none;
      color: #0071bc;
      border-right: 1px solid #b3b3b3;
      border-bottom: 1px solid #b3b3b3; }
      .global-nav li a::after {
        position: absolute;
        content: "";
        background-image: url("../../images/arrow_sp.png");
        width: 13px;
        height: 8px;
        background-size: contain;
        background-repeat: no-repeat;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        bottom: 14px; }
    .global-nav li:nth-child(2n) a {
      border-right: none; }

.movie_area {
  width: 100%;
  max-width: 543px;
  margin: 0 auto; }

.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 10px;
  z-index: 0; }

.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }
