@charset "UTF-8";
/* Scss Document */
/* =======================================================================

 共通項目
 
======================================================================= */
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*基本フォント*/
/*基本文字色*/
/*基本背景色*/
/*media screen*/
/* -----------------------------------------------------------
 フォントサイズ基本
----------------------------------------------------------- */
html {
  font-size: calc( 100vw / 32 );
  overflow-y: auto;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #313131;
  background-color: #ffffff; }

@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
    overflow-y: scroll;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #313131;
    background-color: #ffffff; } }
/* -----------------------------------------------------------
 構成
----------------------------------------------------------- */
body {
  position: relative;
  width: 100%;
  margin: 0 auto; }

section {
  height: auto;
  overflow: hidden;
  margin: 40px 0 0 0; }
  section.first {
    margin: 0 0 0 0; }

.sentence {
  height: auto;
  overflow: hidden; }

.pc_none {
  display: block; }

.sp_none {
  display: none; }

.underline {
  text-decoration: underline !important; }

.blue {
  color: #0066b5 !important; }

@media screen and (min-width: 768px) {
  body {
    position: relative;
    z-index: 0; }

  section {
    height: auto;
    overflow: hidden;
    margin: 40px 0 0 0; }
    section.first {
      margin: 0 0 0 0; }

  .pc_none {
    display: none; }

  .sp_none {
    display: block; } }
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article {
  height: auto;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 50px 0; }

.wrapper {
  height: auto;
  width: 100%;
  margin: 0 auto; }

.main {
  width: 96%;
  margin: 0 auto; }

.low_frame {
  padding: 0 10px; }

@media screen and (min-width: 768px) {
  article {
    height: auto;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 110px 0;
    background: url(../images/key_visual_pc.jpg) no-repeat;
    background-position: center top; }

  article.low {
    height: auto;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 110px 0;
    background: none; }

  .wrapper {
    height: auto;
    width: 1078px;
    margin: 0 auto;
    padding: 0 0 0 0; }

  .main {
    width: 1078px;
    margin: 0 0 0 0;
    padding: 0 0 0 0; }

  .low_frame {
    padding: 0 37px; } }
/* -----------------------------------------------------------
　見出し
----------------------------------------------------------- */
h2 {
  color: #2f4f4f;
  font-size: 2rem;
  text-align: center;
  margin: 0 0 15px 0;
  font-weight: normal; }

h2.low {
  color: #ffffff;
  background: url(../images/h2_bg.png) no-repeat;
  background-position: left 8px center;
  background-color: #0066b5;
  font-size: 1.6rem;
  text-align: left;
  margin: 20px 0 15px 0;
  font-weight: normal;
  padding: 8px 8px 8px 32px; }

h2.first {
  margin: 0 0 15px 0; }

h3.low {
  color: #313131;
  background: url(../images/h3_bg.png) no-repeat;
  background-position: left 14px center;
  background-color: #fdd293;
  font-size: 1.6rem;
  text-align: left;
  margin: 20px 0 15px 0;
  font-weight: normal;
  padding: 8px 8px 8px 36px; }
  h3.low span {
    font-weight: bold; }

h3.first {
  margin: 0 0 15px 0; }

h4.low {
  color: #0066b5;
  background: url(../images/h4_bg.png) no-repeat;
  background-position: left 10px center;
  border-bottom: #bbddf9 2px solid;
  font-size: 1.4rem;
  text-align: left;
  margin: 20px 0 15px 0;
  font-weight: normal;
  padding: 0 8px 4px 36px; }

h4.first {
  margin: 0 0 15px 0; }

p {
  font-size: 1.4rem;
  line-height: 160%;
  margin: 0 0 15px 0; }

@media screen and (min-width: 768px) {
  h2 {
    color: #2f4f4f;
    font-size: 3.2rem;
    text-align: center;
    margin: 0 0 30px 0;
    font-weight: normal; }

  h2.low {
    color: #ffffff;
    background: url(../images/h2_bg.png) no-repeat;
    background-position: left 8px top 12px;
    background-color: #0066b5;
    background-size: 16px;
    font-size: 2.1rem;
    text-align: left;
    margin: 20px 0 15px 0;
    font-weight: normal;
    padding: 3px 8px 3px 32px;
    line-height: 160%; }
    h2.low span {
      font-weight: bold; }

  h2.first {
    margin: 0 0 15px 0; }

  h3.low {
    color: #313131;
    background: url(../images/h3_bg.png) no-repeat;
    background-position: left 12px top 12px;
    background-color: #fdd293;
    background-size: 10px;
    font-size: 1.9rem;
    text-align: left;
    margin: 20px 0 15px 0;
    font-weight: normal;
    padding: 3px 8px 3px 32px;
    line-height: 160%; }
    h3.low span {
      font-weight: bold; }

  h3.first {
    margin: 0 0 15px 0; }

  h4.low {
    color: #0066b5;
    background: url(../images/h4_bg.png) no-repeat;
    background-position: left 18px center;
    border-bottom: #bbddf9 2px solid;
    font-size: 1.7rem;
    text-align: left;
    margin: 20px 0 15px 0;
    font-weight: normal;
    padding: 0 8px 4px 36px; }

  h4.first {
    margin: 0 0 15px 0; }

  p {
    font-size: 1.6rem;
    line-height: 160%;
    margin: 0 0 15px 0; } }
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
ul.list_normal {
  line-height: 160%;
  font-size: 1.4rem;
  list-style-type: disc;
  margin: 0; }
  ul.list_normal li {
    margin: 0 0 15px 0;
    padding: 0 0 0 5px; }

ul.list_num {
  box-sizing: border-box;
  width: 100%; }
  ul.list_num li {
    line-height: 130%;
    font-size: 1.4rem;
    list-style-type: decimal;
    margin: 0 0 10px 25px;
    box-sizing: border-box; }
    ul.list_num li ul li {
      list-style-type: none;
      margin: 0 0 10px 0;
      box-sizing: border-box; }

@media screen and (min-width: 768px) {
  ul.list_normal {
    line-height: 160%;
    font-size: 1.6rem;
    list-style-type: disc; }
    ul.list_normal li {
      margin: 0 0 15px 0; }

  ul.list_num {
    box-sizing: border-box;
    width: auto; }
    ul.list_num li {
      line-height: 130%;
      font-size: 1.6rem;
      list-style-type: decimal;
      margin: 0 0 10px 25px;
      box-sizing: border-box; }
      ul.list_num li ul li {
        list-style-type: none;
        margin: 0 0 10px 0;
        box-sizing: border-box; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header {
  width: 96%;
  margin: 0 auto 15px auto; }

.head_frame {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column; }
  .head_frame .head_logo {
    margin: 12px 0 0 0;
    width: 75%; }
    .head_frame .head_logo img {
      width: 100%; }
  .head_frame .head_tel {
    margin: 15px auto 0 auto;
    width: 70%;
    text-align: center; }
    .head_frame .head_tel img {
      width: 100%;
      max-width: 197px; }
  .head_frame .head_info {
    margin: 15px auto 0 auto;
    width: 90%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row; }
    .head_frame .head_info a {
      color: #ffffff;
      background-color: #0066b5;
      border-radius: 6px/11px;
      font-size: 1.3rem;
      height: auto;
      padding: 8px 15px 8px 15px;
      text-decoration: none; }
      .head_frame .head_info a i {
        font-size: 1rem;
        vertical-align: middle;
        margin: 0 0 0 0; }
      .head_frame .head_info a:hover {
        opacity: 0.6; }

@media screen and (min-width: 768px) {
  .head_frame {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 1078px;
    margin: 0 auto;
    height: 126px; }
    .head_frame .head_logo {
      margin: 25px 0 0 0;
      width: 568px; }
      .head_frame .head_logo img {
        width: 347px; }
    .head_frame .head_tel {
      margin: 52px 0 0 0;
      width: 220px; }
      .head_frame .head_tel img {
        width: 197px;
        max-width: 197px; }
    .head_frame .head_info {
      margin: 52px 0 0 0;
      width: 290px;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-direction: row;
      flex-direction: row; }
      .head_frame .head_info a {
        color: #ffffff;
        background-color: #0066b5;
        border-radius: 6px/11px;
        font-size: 1.3rem;
        height: 18px;
        padding: 6px 15px 0px 15px;
        text-decoration: none; }
        .head_frame .head_info a i {
          font-size: 1rem;
          vertical-align: middle;
          margin: 0 0 0 5px; }
        .head_frame .head_info a:hover {
          opacity: 0.6; } }
/* -----------------------------------------------------------
　ハンバーガーメニュー
----------------------------------------------------------- */
/*ハンバーガーアイコン*/
.nav_icon_frame {
  position: absolute;
  cursor: pointer;
  right: 2%;
  top: 10px;
  z-index: 99999;
  padding: 12px 0 0 0;
  box-sizing: border-box;
  width: 60px; }

.nav__icon {
  width: 60px;
  height: 28px; }

.nav__icon span {
  background: #1b1b1b;
  position: absolute;
  left: 0;
  right: 0;
  width: 50px;
  height: 3px;
  border-radius: 4px;
  text-align: center;
  margin: 0 auto; }

.nav__icon span:nth-of-type(1) {
  top: 4px; }

.nav__icon span:nth-of-type(2) {
  top: 16px; }

.nav__icon span:nth-of-type(3) {
  top: 28px; }

.nav__icon.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg); }

.nav__icon.active span:nth-of-type(2) {
  display: none; }

.nav__icon.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg); }

.nav__icon p {
  font-size: 14px;
  margin: 28px 0 0 0;
  text-align: center;
  color: #1b1b1b;
  font-weight: bold; }

.nav__icon,
.nav__icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  z-index: 999; }

.drawr {
  display: none;
  position: absolute;
  top: 20vw;
  right: 0;
  width: 60%;
  padding: 0;
  margin: 0 auto 0 auto;
  height: auto;
  z-index: 999999;
  background-color: rgba(25, 117, 188, 0.9); }

.openNav {
  display: block; }

/*ハンバーガーナビ*/
.main_nav_sp {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 0 20%; }

.main_nav_sp nav {
  width: 100%;
  margin: 0 auto; }

.main_nav_sp ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  padding: 8vw 5vw;
  box-sizing: border-box; }

.main_nav_sp ul li {
  width: 100%;
  text-align: left;
  font-weight: normal;
  font-size: 4.8vw;
  letter-spacing: 0.05em;
  line-height: 140%;
  list-style-type: none;
  box-sizing: border-box;
  padding: 0 0 0 0.5em;
  border-bottom: #cccccc 1px solid; }

.main_nav_sp ul li:first-child {
  border-top: #cccccc 1px solid; }

.main_nav_sp ul li a {
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 10px 0;
  text-shadow: none;
  box-sizing: border-box; }

.main_nav_sp ul li.orange1 {
  background-color: #f18d00;
  border-bottom: #ffffff 1px solid; }

.main_nav_sp ul li.orange1 a {
  color: #ffffff; }

.main_nav_sp ul li.orange2 {
  background-color: #f6b860;
  border-bottom: #ffffff 1px solid; }

.main_nav_sp ul li.orange2 a {
  color: #330101; }

@media screen and (min-width: 768px) {
  .main_nav_sp {
    display: none; } }
/* -----------------------------------------------------------
 グローバルナビ
----------------------------------------------------------- */
.main_nav_pc {
  display: none; }

@media screen and (min-width: 768px) {
  .main_nav_pc {
    display: block;
    width: 100%;
    height: 33px;
    background-color: #fdd293; }
    .main_nav_pc ul.main_nav {
      width: 775px;
      margin: 0 auto;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-around;
      justify-content: space-around;
      -webkit-flex-direction: row;
      flex-direction: row;
      list-style-type: none;
      background-color: #ffb140;
      border-radius: 5px/16px; }
      .main_nav_pc ul.main_nav li {
        font-size: 1.4rem;
        width: 20%;
        text-align: center; }
        .main_nav_pc ul.main_nav li a {
          text-decoration: none;
          color: #ffffff;
          display: block;
          padding: 9px 0;
          width: 100%; }
          .main_nav_pc ul.main_nav li a i {
            color: #b7852f; }
          .main_nav_pc ul.main_nav li a:hover {
            color: #0066b5; } }
/* -----------------------------------------------------------
 キービジュアル
----------------------------------------------------------- */
.key_visual {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative; }
  .key_visual .key_info img.key_visual_pcon {
    display: none; }
  .key_visual .key_info img.key_visual_sp {
    width: 100%;
    height: auto; }
  .key_visual .key_info p.glay_text {
    color: #313131;
    width: 90%;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 150%; }
  .key_visual .key_info p.blue_text {
    color: #0066b5;
    width: 90%;
    margin: 0 auto;
    font-size: 2rem;
    line-height: 140%; }

/*下層*/
.key_visual_ud {
  background: url(../images/key_visual_sp_low.jpg) no-repeat;
  background-size: contain;
  width: 100%;
  height: 18vw;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  margin: 0 0 20px 0; }
  .key_visual_ud h1 {
    color: #0066b5;
    font-size: 2rem;
    text-align: center;
    font-family: "游明朝体", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }

@media screen and (min-width: 768px) {
  .key_visual {
    width: 1078px;
    height: 570px;
    margin: 0 auto;
    position: relative; }
    .key_visual .key_info {
      position: absolute;
      top: 75px;
      right: 0;
      bottom: 0;
      width: 470px;
      height: auto; }
      .key_visual .key_info img.key_visual_pcon {
        display: block;
        margin: 0 0 0 20px; }
      .key_visual .key_info img.key_visual_sp {
        display: none; }
      .key_visual .key_info p.glay_text {
        color: #313131;
        width: 470px;
        margin: 27px 79px 0 0;
        font-size: 2.1rem;
        line-height: 150%; }
      .key_visual .key_info p.blue_text {
        color: #0066b5;
        width: 470px;
        margin: 10px 79px 0 0;
        font-size: 2.7rem;
        line-height: 140%; }

  /*下層*/
  .key_visual_ud {
    background: url(../images/key_visual_pc_low.jpg) no-repeat;
    background-size: contain;
    width: 100%;
    height: 131px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
    margin: 0 0 20px 0; }
    .key_visual_ud h1 {
      color: #0066b5;
      font-size: 4rem;
      text-align: center;
      font-family: "游明朝体", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; } }
/* -----------------------------------------------------------
 STメディカルからのメッセージ
----------------------------------------------------------- */
.st_massage {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column; }
  .st_massage .st_massage_img {
    text-align: center;
    margin: 0 0 10px 0; }
  .st_massage .st_massage_txt {
    width: 90%;
    margin: 0 auto; }
  .st_massage p.stm_blue {
    color: #0066b5;
    font-size: 1.5rem;
    margin: 10px 0 0 0;
    line-height: 140%; }
  .st_massage p.stm_glay {
    color: #313131;
    font-size: 1.4rem;
    margin: 10px 0 0 0;
    line-height: 140%; }

@media screen and (min-width: 768px) {
  .st_massage {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 1078px; }
    .st_massage .st_massage_img {
      text-align: center;
      margin: 35px 0 10px 0;
      width: 210px; }
    .st_massage .st_massage_txt {
      width: 868px;
      padding: 0 0 0 25px;
      box-sizing: border-box;
      margin: 0; }
    .st_massage p.stm_blue {
      color: #0066b5;
      font-size: 2rem;
      margin: 10px 0 0 0;
      line-height: 140%; }
    .st_massage p.stm_glay {
      color: #313131;
      font-size: 1.6rem;
      margin: 10px 0 0 0;
      line-height: 140%; } }
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice {
  background-color: #ffe1bd;
  padding: 30px 0; }

.notice h2 {
  width: 90%;
  text-align: left;
  margin: 0 auto; }

.notice_frame {
  border-top: #fb9035 1px solid;
  border-bottom: #fb9035 1px solid;
  padding: 3vw;
  box-sizing: border-box;
  overflow-y: scroll;
  height: 50vw;
  width: 90%;
  margin: 0 auto 30px auto; }
  .notice_frame dl dt {
    margin: 0 0 10px 0;
    color: #2680c6;
    font-size: 1.6rem; }
  .notice_frame dl dd {
    color: #313131;
    margin: 0 0 10px 0;
    font-size: 1.4rem;
    line-height: 130%; }

@media screen and (min-width: 768px) {
  .notice {
    background-color: #ffe1bd;
    background: url(../images/index_notice_bg.jpg);
    padding: 0;
    height: 680px;
    width: 1078px;
    display: block; }

  .notice h2 {
    width: 720px;
    text-align: left;
    margin: 30px auto 0 auto; }

  .notice_frame {
    border-top: #fb9035 1px solid;
    border-bottom: #fb9035 1px solid;
    padding: 0;
    box-sizing: border-box;
    overflow-y: scroll;
    height: 550px;
    width: 720px;
    margin: 5px auto 0 auto; }
    .notice_frame dl {
      padding: 15px 0;
      box-sizing: border-box; }
      .notice_frame dl dt {
        margin: 0 0 10px 0;
        color: #2680c6;
        font-size: 1.6rem; }
      .notice_frame dl dd {
        color: #313131;
        margin: 0 0 10px 0;
        font-size: 1.6rem;
        line-height: 130%; } }
/*スマホ用スライドバー*/
@media screen and (max-width: 767px) {
  .notice_frame::-webkit-scrollbar {
    width: 12px;
    background: #ffffff; }

  .notice_frame::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px; }

  .notice_frame::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); } }
/* -----------------------------------------------------------
　TOP BANA
----------------------------------------------------------- */
.top_bana {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 90%;
  margin: 45px auto 0 auto; }
  .top_bana a {
    display: block; }
    .top_bana a img {
      width: 100%;
      height: auto; }

@media screen and (min-width: 768px) {
  .top_bana {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-around;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 1016px;
    margin: 60px auto 0 auto; }
    .top_bana a {
      display: block; }
      .top_bana a img {
        width: 462px;
        height: auto; }
      .top_bana a:hover {
        opacity: 0.6; } }
/* -----------------------------------------------------------
取り扱い商品-
----------------------------------------------------------- */
.handling_product {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 60px 0 0 0;
  width: 100%; }
  .handling_product .handling_product_logo {
    text-align: center;
    margin: 0 0 20px 0; }
    .handling_product .handling_product_logo img {
      width: 38%;
      height: auto; }
  .handling_product .handling_product_text p {
    text-align: center;
    color: #0066b5;
    font-size: 1.5rem; }

@media screen and (min-width: 768px) {
  .handling_product {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin: 60px auto 0 auto;
    padding: 50px 0 0 0;
    width: 1078px; }
    .handling_product .handling_product_logo {
      order: 2;
      text-align: center;
      margin: 0 0 20px 0;
      width: 167px; }
      .handling_product .handling_product_logo img {
        width: 167px;
        height: auto;
        margin: 23px 0 0 0; }
    .handling_product .handling_product_text {
      background: url(../images/index_bg.jpg) no-repeat;
      background-position: right center;
      background-size: 911px;
      width: 911px;
      position: relative; }
      .handling_product .handling_product_text p {
        position: absolute;
        top: 70px;
        right: 48px;
        text-align: right;
        color: #0066b5;
        font-size: 2rem; } }
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview {
  background-color: #0066b5;
  width: 100%; }
  .overview .overview_frame {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 90%;
    margin: 0 auto; }
    .overview .overview_frame .overview_logo {
      text-align: center; }
      .overview .overview_frame .overview_logo img {
        width: 40%;
        padding: 18px 0; }
    .overview .overview_frame .overview_text {
      color: #ffffff;
      font-size: 1.5rem;
      line-height: 150%;
      font-family: "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"; }
      .overview .overview_frame .overview_text p {
        margin: 0 0 15px 0; }
      .overview .overview_frame .overview_text .overview_text_info {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        flex-direction: column; }
        .overview .overview_frame .overview_text .overview_text_info .overview_text_info_data {
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: space-between;
          justify-content: space-between;
          -webkit-flex-direction: row;
          flex-direction: row;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
          .overview .overview_frame .overview_text .overview_text_info .overview_text_info_data p span span.gold {
            color: #ffd89e;
            font-family: 'Times New Roman', Times, 'serif';
            font-size: 1.2rem;
            margin: 0 0.5rem 0 0; }
          .overview .overview_frame .overview_text .overview_text_info .overview_text_info_data p span.gold {
            color: #ffd89e;
            font-family: 'Times New Roman', Times, 'serif';
            font-size: 1.2rem;
            margin: 0 0.5rem 0 0; }
          .overview .overview_frame .overview_text .overview_text_info .overview_text_info_data p a {
            color: #ffffff;
            text-decoration: none; }
          .overview .overview_frame .overview_text .overview_text_info .overview_text_info_data p.half {
            width: 50%;
            font-size: 1.6rem; }
          .overview .overview_frame .overview_text .overview_text_info .overview_text_info_data p.full {
            width: 100%; }
        .overview .overview_frame .overview_text .overview_text_info .mail {
          font-size: 1.4rem;
          color: #ffffff;
          background-color: #1272bc;
          padding: 10px 0;
          width: 90%;
          margin: 10px auto 40px auto;
          text-align: center;
          text-decoration: none; }

.googlemap_frame {
  width: 100%;
  height: 450px;
  overflow: hidden; }

.googlemap {
  width: 100%;
  height: 850px; }

@media screen and (min-width: 768px) {
  .overview {
    background-color: #0066b5;
    width: 100%; }
    .overview .overview_frame {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-direction: row;
      flex-direction: row;
      width: 1078px;
      margin: 0 auto;
      padding: 64px 0 20px 0; }
      .overview .overview_frame .overview_logo {
        width: 190px;
        text-align: center; }
        .overview .overview_frame .overview_logo img {
          width: 168px;
          height: auto;
          padding: 18px 0; }
      .overview .overview_frame .overview_text {
        width: 858px;
        color: #ffffff;
        font-size: 2.5rem;
        line-height: 150%;
        padding: 0 0 0 30px;
        font-family: "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"; }
        .overview .overview_frame .overview_text p {
          margin: 0 0 15px 0; }
        .overview .overview_frame .overview_text p.large {
          letter-spacing: 0.12em; }
        .overview .overview_frame .overview_text .overview_text_info {
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: space-between;
          justify-content: space-between;
          -webkit-flex-direction: row;
          flex-direction: row; }
          .overview .overview_frame .overview_text .overview_text_info .overview_text_info_data {
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            -webkit-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            width: 625px; }
            .overview .overview_frame .overview_text .overview_text_info .overview_text_info_data p span span.gold {
              color: #ffd89e;
              font-family: 'Times New Roman', Times, 'serif';
              font-size: 1.8rem;
              margin: 0 25px 0 0; }
            .overview .overview_frame .overview_text .overview_text_info .overview_text_info_data p span.gold {
              color: #ffd89e;
              font-family: 'Times New Roman', Times, 'serif';
              font-size: 1.8rem;
              margin: 0 25px 0 0; }
            .overview .overview_frame .overview_text .overview_text_info .overview_text_info_data p.half {
              width: 50%;
              font-size: 3.5rem; }
            .overview .overview_frame .overview_text .overview_text_info .overview_text_info_data p.full {
              width: 100%;
              font-size: 2.2rem; }
              .overview .overview_frame .overview_text .overview_text_info .overview_text_info_data p.full span {
                margin: 0 10px 0 0; }
            .overview .overview_frame .overview_text .overview_text_info .overview_text_info_data p.half_tel {
              text-align: right;
              box-sizing: border-box;
              padding: 0 20px 0 0; }
          .overview .overview_frame .overview_text .overview_text_info .mail {
            font-size: 1.6rem;
            color: #ffffff;
            background-color: #1272bc;
            padding: 10px 0;
            margin: 10px 80px 40px 0;
            padding: 10px 0 10px 15px;
            width: 130px;
            text-align: left;
            line-height: 120%; }
            .overview .overview_frame .overview_text .overview_text_info .mail i {
              display: block;
              height: 30px;
              float: left;
              margin: 20px 0 0 0;
              font-size: 1.2rem; }
            .overview .overview_frame .overview_text .overview_text_info .mail:hover {
              opacity: 0.6; }

  .googlemap_frame {
    width: 100%;
    height: 400px;
    overflow: hidden; }

  .googlemap {
    width: 100%;
    height: 750px; } }
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
table.timetable {
  padding: 0px;
  margin: 10px auto 15px auto;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  box-sizing: border-box;
  color: #534741;
  border-top: #857464 1px solid; }
  table.timetable tr {
    border-bottom: #857464 1px solid; }
    table.timetable tr th {
      width: auto;
      box-sizing: border-box;
      font-weight: normal;
      font-size: 1.5rem;
      padding: 18px 0;
      vertical-align: middle;
      background-color: #ffffff; }
    table.timetable tr td {
      box-sizing: border-box;
      font-weight: normal;
      font-size: 1.5rem;
      padding: 18px 0;
      background-color: #ffffff;
      vertical-align: middle; }
    table.timetable tr td.time {
      width: 30%;
      box-sizing: border-box;
      font-size: 1.2rem; }

@media screen and (min-width: 768px) {
  table.timetable {
    padding: 0px;
    margin: 5px auto 10px auto;
    vertical-align: middle;
    width: 1078px;
    text-align: center;
    border-collapse: collapse;
    box-sizing: border-box;
    color: #534741;
    border-top: #857464 1px solid; }
    table.timetable tr {
      border-bottom: #857464 1px solid; }
      table.timetable tr th {
        width: auto;
        box-sizing: border-box;
        font-weight: normal;
        font-size: 2rem;
        padding: 15px 0;
        vertical-align: middle;
        background-color: #ffffff; }
      table.timetable tr th.holiday {
        width: 130px; }
      table.timetable tr td {
        box-sizing: border-box;
        font-weight: normal;
        font-size: 2rem;
        padding: 15px 0;
        background-color: #ffffff;
        vertical-align: middle; }
      table.timetable tr td.time {
        width: 200px;
        box-sizing: border-box;
        font-size: 2rem; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer {
  background-color: #0066b5; }

.footer_frame {
  display: none; }

.copyright {
  background-color: #0066b5;
  text-align: center;
  box-sizing: border-box;
  margin: 0;
  color: #ffffff;
  padding: 30px 2vw;
  font-size: 1.4rem;
  font-family: "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"; }
  .copyright a {
    color: #ffffff;
    text-decoration: none;
    padding: 5px 0; }

@media screen and (min-width: 768px) {
  .footer_frame {
    display: block;
    width: 750px;
    margin: 0 auto;
    padding: 62px 0 45px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row; }
    .footer_frame div {
      width: 605px; }
      .footer_frame div ul {
        list-style-type: none;
        margin: 0 0 25px 0;
        height: auto;
        overflow: hidden; }
        .footer_frame div ul li {
          font-size: 1.5rem;
          float: left;
          margin: 0 28px 0 0; }
          .footer_frame div ul li a {
            color: #ffffff;
            text-decoration: none; }
            .footer_frame div ul li a i {
              color: #ffd8a1;
              font-size: 1rem;
              vertical-align: middle; }
          .footer_frame div ul li ul {
            margin: 15px 0 0 0; }
    .footer_frame figure {
      width: 145px; }
      .footer_frame figure img {
        width: 145px;
        height: auto; }

  .copyright {
    text-align: center;
    box-sizing: border-box;
    margin: 0;
    color: #ffffff;
    padding: 17px 0 12px 0;
    font-size: 1.3rem;
    border-top: #94afc4 1px solid;
    font-family: "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"; }
    .copyright a {
      color: #ffffff;
      text-decoration: none;
      padding: 0; } }
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .footer_list ul.footer_list_01 {
    width: 800px;
    margin: 0 auto 24px auto; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#linkpagetop {
  float: right; }
  #linkpagetop img {
    width: 75%;
    height: auto; }

#pagetop {
  position: fixed;
  bottom: 80px;
  right: 0px;
  height: 60px;
  text-align: center;
  margin: 0 2% 0 0; }
  #pagetop a {
    display: block;
    color: #FFF; }

#pagetop_position {
  float: right;
  margin: 0px;
  padding: 0px; }

.page_top {
  display: none; }

@media screen and (min-width: 768px) {
  #pagetop_position {
    display: none; }

  #linkpagetop {
    float: none;
    display: block;
    width: 173px;
    margin: 0 auto -9px auto; }
    #linkpagetop img {
      width: 173px;
      height: auto; } }
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #pagetop {
    position: fixed;
    bottom: 80px;
    left: 90%;
    margin: 0 0 0 0;
    height: 105px;
    text-align: center; } }
/* -----------------------------------------------------------
　会社案内
----------------------------------------------------------- */
.doctor_name {
  text-align: right; }

/*画像右*/
.img_doctor {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 0 0 40px 0; }
  .img_doctor .right {
    order: 1;
    width: 100%;
    text-align: center; }
    .img_doctor .right img {
      width: 70%;
      height: auto;
      margin: 10px 0; }
  .img_doctor .left {
    order: 2;
    width: 100%;
    line-height: 120%;
    color: #836a5c; }

/*表*/
table.low_table {
  padding: 0px;
  margin: 5px auto 10px auto;
  vertical-align: middle;
  text-align: center;
  border-collapse: collapse;
  box-sizing: border-box;
  font-size: 1.4rem;
  width: 100%;
  border-top: #a0a0a0 1px solid;
  border-left: #a0a0a0 1px solid;
  border-right: #a0a0a0 1px solid; }
  table.low_table th {
    background-color: #0066b5;
    color: #ffffff;
    width: 30%;
    vertical-align: middle;
    padding: 2vw;
    box-sizing: border-box;
    line-height: 100%;
    border-bottom: #a0a0a0 1px solid;
    border-right: #a0a0a0 1px solid;
    font-weight: normal; }
  table.low_table td {
    color: #313131;
    width: 70%;
    vertical-align: middle;
    text-align: left;
    padding: 2vw;
    box-sizing: border-box;
    border-bottom: #a0a0a0 1px solid; }
    table.low_table td a {
      text-decoration: none;
      color: #313131; }

@media screen and (min-width: 768px) {
  /*画像右*/
  .img_doctor {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin: 0 0 15px 0; }
    .img_doctor .right {
      order: 2;
      width: 220px;
      text-align: right; }
      .img_doctor .right img {
        width: 220px;
        height: auto;
        margin: 10px 0; }
    .img_doctor .left {
      order: 1;
      width: 840px;
      line-height: 160%;
      color: #836a5c;
      font-size: 1.8rem; }

  /*表*/
  table.low_table {
    padding: 0px;
    margin: 5px auto 10px auto;
    vertical-align: middle;
    width: 665px;
    text-align: center;
    border-collapse: collapse;
    box-sizing: border-box;
    font-size: 1.6rem;
    border-top: #a0a0a0 1px solid;
    border-left: #a0a0a0 1px solid;
    border-right: #a0a0a0 1px solid; }
    table.low_table th {
      background-color: #0066b5;
      color: #ffffff;
      width: 190px;
      vertical-align: middle;
      padding: 18px;
      box-sizing: border-box;
      line-height: 100%;
      border-bottom: #a0a0a0 1px solid;
      border-right: #a0a0a0 1px solid;
      font-weight: normal; }
    table.low_table td {
      color: #313131;
      width: 475px;
      vertical-align: middle;
      text-align: left;
      padding: 18px;
      box-sizing: border-box;
      border-bottom: #a0a0a0 1px solid; } }
/* -----------------------------------------------------------
　お問い合わせ
----------------------------------------------------------- */
.contact_frame {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-color: #fff6e8;
  width: 90%;
  margin: 0 auto; }
  .contact_frame .contact_frame_left {
    width: 100%;
    text-align: center;
    padding: 22px 0 15px 0; }
    .contact_frame .contact_frame_left img {
      width: 50%;
      height: auto; }
  .contact_frame .contact_frame_right {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .contact_frame .contact_frame_right .contact_frame_right_call {
      width: 85%;
      margin: 0 auto 20px auto;
      border-top: #bfbfbf 1px dotted;
      border-bottom: #bfbfbf 1px dotted;
      text-align: center; }
      .contact_frame .contact_frame_right .contact_frame_right_call p {
        font-family: "游明朝体", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-size: 2.6rem;
        line-height: 120%;
        margin: 0 0 5px 0; }
        .contact_frame .contact_frame_right .contact_frame_right_call p span {
          color: #f2a028;
          font-size: 1.9rem;
          margin: 0 5px 0 0; }
        .contact_frame .contact_frame_right .contact_frame_right_call p.time {
          font-size: 1.4rem;
          margin: 0 0 10px 0; }
    .contact_frame .contact_frame_right .contact_frame_right_mail {
      color: #ffffff;
      text-decoration: none;
      background-color: #1272bc;
      padding: 17px 25px 5px 25px;
      width: 85%;
      margin: 0 auto 20px auto;
      box-sizing: border-box; }
      .contact_frame .contact_frame_right .contact_frame_right_mail p {
        font-size: 1.2rem;
        line-height: 160%; }

@media screen and (min-width: 768px) {
  .contact_frame {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    background-color: #fff6e8;
    width: 820px;
    height: 210px;
    margin: 0 auto; }
    .contact_frame .contact_frame_left {
      width: 235px;
      text-align: center;
      padding: 22px 0 15px 0; }
      .contact_frame .contact_frame_left img {
        width: 168px;
        height: auto; }
    .contact_frame .contact_frame_right {
      width: 585px;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      box-sizing: border-box;
      padding: 0 68px 0 0; }
      .contact_frame .contact_frame_right .contact_frame_right_call {
        width: 250px;
        margin: 45px auto 50px auto;
        border-top: #bfbfbf 1px dotted;
        border-bottom: #bfbfbf 1px dotted;
        text-align: center; }
        .contact_frame .contact_frame_right .contact_frame_right_call p {
          font-family: "游明朝体", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
          font-size: 3.4rem;
          line-height: 100%;
          margin: 0 0 5px 0;
          padding: 25px 0 0 0; }
          .contact_frame .contact_frame_right .contact_frame_right_call p span {
            color: #f2a028;
            font-size: 1.6rem;
            margin: 0 5px 0 0; }
          .contact_frame .contact_frame_right .contact_frame_right_call p.time {
            width: 100%;
            font-size: 1.8rem;
            margin: 0 0 10px 0;
            padding: 0; }
      .contact_frame .contact_frame_right .contact_frame_right_mail {
        color: #ffffff;
        text-decoration: none;
        background-color: #1272bc;
        padding: 17px 25px 0 25px;
        text-align: center;
        width: 585px;
        margin: 0 auto 20px auto;
        box-sizing: border-box; }
        .contact_frame .contact_frame_right .contact_frame_right_mail p {
          font-size: 1.6rem;
          line-height: 100%; }
        .contact_frame .contact_frame_right .contact_frame_right_mail:hover {
          opacity: 0.6; } }
/* -----------------------------------------------------------
　取り扱い商品
----------------------------------------------------------- */
.handling_product_frame_pc {
  display: none; }

.handling_product_frame_sp {
  width: 90%;
  margin: 0 auto; }
  .handling_product_frame_sp img {
    width: 100%;
    height: auto;
    margin: 0 0 2rem 0; }

@media screen and (min-width: 768px) {
  .handling_product_frame_pc {
    display: block;
    width: 1016px;
    height: 1650px;
    margin: 0 auto; }
    .handling_product_frame_pc .lr_frame {
      position: relative;
      height: 361px;
      margin: 0 0 40px 0; }
      .handling_product_frame_pc .lr_frame .hp01 {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
      .handling_product_frame_pc .lr_frame .hp02 {
        position: absolute;
        top: 40px;
        right: 0;
        z-index: 1; }
      .handling_product_frame_pc .lr_frame .hp03 {
        position: absolute;
        top: 40px;
        left: 0;
        z-index: 1; }
      .handling_product_frame_pc .lr_frame .hp04 {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 0; }
      .handling_product_frame_pc .lr_frame a:hover {
        opacity: 0.6; }

  .handling_product_frame_sp {
    display: none; } }
/* -----------------------------------------------------------
　製品
----------------------------------------------------------- */
.item_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .item_list figure {
    width: 48%;
    margin: 0 0 2rem 0; }
    .item_list figure img {
      width: 100%; }
    .item_list figure figcaption {
      font-size: 1.4rem;
      line-height: 160%;
      margin: 0 0 15px 0; }
    .item_list figure.small img {
      width: 70%; }
    .item_list figure.small figcaption {
      width: 70%;
      font-size: 1.4rem;
      line-height: 160%;
      margin: 0 0 15px 0; }

.item_list_s {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .item_list_s figure {
    width: 30%;
    margin: 0 0 2rem 0; }
    .item_list_s figure img {
      width: 100%; }
    .item_list_s figure figcaption {
      font-size: 1.4rem;
      line-height: 160%;
      margin: 0 0 15px 0; }

.fukumi_box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column; }
  .fukumi_box figure {
    display: block;
    width: 100%;
    text-align: center; }
    .fukumi_box figure img {
      width: 90%; }
  .fukumi_box div {
    width: 96%;
    margin: 0 auto; }
    .fukumi_box div ul {
      line-height: 160%;
      font-size: 1.4rem;
      list-style-type: disc;
      margin: 0; }
      .fukumi_box div ul li {
        margin: 0 0 1rem 1rem;
        padding: 0 0 0 0; }
    .fukumi_box div a {
      color: #0066b5;
      font-size: 1.4rem; }

a.text_link {
  color: #0066b5;
  font-size: 1.4rem; }

@media screen and (min-width: 768px) {
  .item_list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .item_list figure {
      width: 30%;
      margin: 0 0 2rem 0; }
      .item_list figure img {
        width: 100%; }
      .item_list figure figcaption {
        font-size: 1.6rem;
        line-height: 160%;
        margin: 0 0 15px 0; }
      .item_list figure.small img {
        width: 55%; }
      .item_list figure.small figcaption {
        width: 55%;
        font-size: 1.6rem;
        line-height: 160%;
        margin: 0 0 15px 0; }

  .item_list_s {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .item_list_s figure {
      width: 16%;
      margin: 0 0 2rem 0; }
      .item_list_s figure img {
        width: 100%; }
      .item_list_s figure figcaption {
        font-size: 1.6rem;
        line-height: 160%;
        margin: 0 0 15px 0; }

  .fukumi_box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 1078px; }
    .fukumi_box figure {
      display: block;
      width: 325px;
      text-align: center; }
      .fukumi_box figure img {
        width: 325px; }
    .fukumi_box div {
      width: 700px; }
      .fukumi_box div ul {
        line-height: 160%;
        font-size: 1.6rem;
        list-style-type: disc;
        margin: 0; }
        .fukumi_box div ul li {
          margin: 0 0 1rem 1rem;
          padding: 0 0 0 0; }
      .fukumi_box div a {
        color: #0066b5;
        font-size: 1.6rem; }
        .fukumi_box div a:hover {
          opacity: 0.6; }

  a.text_link {
    color: #0066b5;
    font-size: 1.6rem; }
    a.text_link:hover {
      opacity: 0.6; } }
/* -----------------------------------------------------------
　パララックス
----------------------------------------------------------- */
.poyon {
  animation: poyon 1.1s linear 0s 1; }

.appear {
  transform-origin: center top;
  animation: show 1s both; }

@keyframes poyon {
  0% {
    transform: scale(0.8, 1.4) translate(0%, -100%); }
  10% {
    transform: scale(0.8, 1.4) translate(0%, -15%); }
  20% {
    transform: scale(1.4, 0.6) translate(0%, 30%); }
  30% {
    transform: scale(0.9, 1.1) translate(0%, -10%); }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -30%); }
  50% {
    transform: scale(0.95, 1.2) translate(0%, -10%); }
  60% {
    transform: scale(1.1, 0.9) translate(0%, 5%); }
  70% {
    transform: scale(1, 1) translate(0%, 0%); }
  100% {
    transform: scale(1, 1) translate(0%, 0%); } }
span.appear {
  display: inline-block; }

.d1 {
  animation-delay: 0.2s; }

.d2 {
  animation-delay: 0.4s; }

.d3 {
  animation-delay: 0.6s; }

.d4 {
  animation-delay: 0.2s; }

.d5 {
  animation-delay: 0.2s; }

@keyframes show {
  0% {
    transform: translate(0, 0);
    opacity: 0; }
  25% {
    transform: translate(0, 0);
    opacity: 0.25; }
  50% {
    transform: translate(0, 0);
    opacity: 0.5; }
  75% {
    transform: translate(0, 0);
    opacity: 0.75; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
@media screen and (min-width: 768px) {
  span.appear {
    display: inline-block; }

  .d1 {
    animation-delay: 0.2s; }

  .d2 {
    animation-delay: 0.4s; }

  .d3 {
    animation-delay: 0.6s; }

  .d4 {
    animation-delay: 2s; } }
/* -----------------------------------------------------------
　沿革
----------------------------------------------------------- */
dl.bio_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  line-height: 120%; }
  dl.bio_list dt {
    width: 100%;
    margin: 0 0 0 0;
    font-weight: bold; }
  dl.bio_list dd {
    width: 100%;
    margin: 0 0 20px 0; }
    dl.bio_list dd a {
      color: #0066b5; }

@media screen and (min-width: 768px) {
  dl.bio_list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.6rem;
    box-sizing: border-box;
    line-height: 140%;
    width: 665px;
    margin: 0 auto; }
    dl.bio_list dt {
      width: 120px;
      margin: 0 0 20px 0;
      font-weight: normal;
      text-align: right; }
      dl.bio_list dt.long {
        width: 300px; }
    dl.bio_list dd {
      width: 525px;
      margin: 0 0 20px 20px; }
      dl.bio_list dd.long {
        width: 780px; }
      dl.bio_list dd a {
        color: #0066b5; }
        dl.bio_list dd a:hover {
          opacity: 0.6; } }
/* -----------------------------------------------------------
　沿革
----------------------------------------------------------- */
ul.low_link {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 6rem 0 0 0; }

ul.low_link li {
  width: 48%;
  margin: 0 0 1rem 0; }

ul.low_link li a img {
  width: 100%; }

@media screen and (min-width: 768px) {
  ul.low_link {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    list-style-type: none;
    margin: 80px 0 0 0;
    width: 1078px; }

  ul.low_link li {
    width: 25%;
    margin: 0 0 1rem 0; }

  ul.low_link li a img {
    width: 254px; }

  ul.low_link li a:hover {
    opacity: 0.6; } }

/*# sourceMappingURL=style.css.map */
