@charset "UTF-8";
/** normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* ------------------------------------------------------------------------------------------------------ 共通変数 */
/* ------------------------------------------------------------------------------------------------------ メディアクエリ関数 */
/* ------------------------------------------------------------------------------------------------------ フォントサイズ関数 */
/* ------------------------------------------------------------------------------------------------------ clearfix関数 */
/* ------------------------------------------------------------------------------------------------------ Text hidden関数 */
/***************** 基本構造 *****************/
*, *:before, *:after {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  /* =10px */ }

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  background-repeat: repeat;
  font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75em;
  letter-spacing: 0.8pt;
  color: #333;
  overflow: scroll;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%; }

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  border: none;
  vertical-align: text-bottom; }

a:link {
  background-repeat: no-repeat;
  text-decoration: none;
  color: #029ba9; }

a:visited {
  text-decoration: none;
  color: #029ba9; }

p {
  text-align: justify;
  text-justify: inter-ideograph; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

figure {
  margin: 0; }

#wrapper {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0; }

.cover {
  width: 100%;
  margin: 0;
  padding: 0; }

.container {
  padding: 0 10px; }

@media screen and (min-width: 361px) {
  .container {
    padding: 0 20px; } }
/* mq-ss -- */
@media screen and (min-width: 601px) {
  .container {
    padding: 0 30px; } }
/* mq-sl -- */
@media screen and (min-width: 1025px) {
  a:link {
    -webkit-transition: background-color 0.5s, border-color 0.5s, color 0.5s;
    -moz-transition: background-color 0.5s, border-color 0.5s, color 0.5s;
    -ms-transition: background-color 0.5s, border-color 0.5s, color 0.5s;
    -o-transition: background-color 0.5s, border-color 0.5s, color 0.5s;
    transition: background-color 0.5s, border-color 0.5s, color 0.5s; }

  a:hover {
    text-decoration: underline; }

  a:active {
    text-decoration: underline;
    color: #333; }

  #wrapper {
    min-width: 1000px; } }
/* mq-pc -- */
/* ------------------------------------------------------------------------------------------------------ Header */
.header {
  width: 100%;
  height: 60px;
  background-color: #fff; }
  .header h1 {
    width: 268px;
    height: 100%;
    margin: 0 auto;
    padding: 0; }
    .header h1 a {
      display: block;
      height: 100%;
      background-image: url("../images/ttl_wood.svg");
      background-size: contain;
      background-position: center;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden; }

@media screen and (min-width: 1025px) {
  .header {
    height: 160px; }
    .header h1 {
      width: 480px; } }
/* mq-pc -- */
/* ------------------------------------------------------------------------------------------------------ footer */
footer {
  height: 60px;
  background-color: #029ba9; }
  footer div {
    padding: 15px;
    text-align: center;
    color: #FFFFFF; }
    footer div small {
      font-size: 14px;
      font-size: 1.4rem; }

@media screen and (min-width: 1025px) {
  footer {
    height: 100px; }
    footer div {
      padding: 35px; } }
/* mq-pc */
/* ------------------------------------------------------------------------------------------------------ 404 */
.error404 .cttl {
  background-image: url("../images/bg_head_404.jpg"); }

@media screen and (min-width: 1025px) {
  .error404 section > * {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto; }
  .error404 section .lead1 {
    text-align: center; }
    .error404 section .lead1:after {
      left: 50%;
      transform: translate(-50%, 0); }
  .error404 section p,
  .error404 section div {
    text-align: center; } }
/* mq-pc -- */
/* ------------------------------------------------------------------------------------------------------ GlobalNavi */
.globalnavi {
  width: 100%; }
  .globalnavi ul {
    margin: 0;
    padding: 0;
    list-style: none; }

/***********************************************
 Menu base
 ***********************************************/
ul.menu {
  background-color: #029ba9;
  /* mq-pc -- */ }
  ul.menu li {
    position: relative;
    margin: 0;
    padding: 0; }
    ul.menu li a {
      display: block;
      text-decoration: none; }
  @media screen and (min-width: 1025px) {
    ul.menu {
      background-color: inherit; }
      ul.menu li {
        line-height: 1.5em; }
        ul.menu li span {
          -webkit-transition: background-color 0.5s, border-color 0.5s, color 0.5s;
          -moz-transition: background-color 0.5s, border-color 0.5s, color 0.5s;
          -ms-transition: background-color 0.5s, border-color 0.5s, color 0.5s;
          -o-transition: background-color 0.5s, border-color 0.5s, color 0.5s;
          transition: background-color 0.5s, border-color 0.5s, color 0.5s; } }

/***********************************************
 Top-category
 ***********************************************/
ul.menu {
  /* mq-pc -- */
  /* min 1025px & max 1280px -- */ }
  ul.menu > li {
    background-color: #029ba9; }
    ul.menu > li > a:first-child,
    ul.menu > li > span:first-child {
      display: block;
      width: 100%;
      height: 100%;
      padding: 18px 40px 17px 20px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.075);
      color: #fff; }
  @media screen and (min-width: 1025px) {
    ul.menu {
      position: absolute;
      top: 0;
      right: 390px;
      letter-spacing: -0.4em; }
      ul.menu > li {
        display: inline-block;
        width: auto;
        height: 100px;
        margin: 0 16px;
        background-color: inherit;
        letter-spacing: 0.8pt;
        /**
         * マウスオーバー
         */ }
        ul.menu > li > a:first-child,
        ul.menu > li > span:first-child {
          padding: 37px 0 0;
          border-bottom: none;
          border-radius: 20px;
          color: #5bc4c3; }
        ul.menu > li:after {
          content: "";
          display: block;
          position: absolute;
          bottom: 20px;
          left: 0;
          width: 0;
          height: 3px;
          background-color: #5bc4c3;
          -webkit-transition: width 0.5s;
          -moz-transition: width 0.5s;
          -ms-transition: width 0.5s;
          -o-transition: width 0.5s;
          transition: width 0.5s; }
        ul.menu > li:hover:after {
          width: 100%; } }
  @media screen and (min-width: 1025px) and (max-width: 1280px) {
    ul.menu {
      right: 216px; }
      ul.menu > li {
        font-size: 14px;
        font-size: 1.4rem; } }

/***********************************************
 Sub-category
 ***********************************************/
ul.menu > li {
  /**
   * 第１階層
   */
  /* mq-pc -- */
  /**
   * 第２階層
   */
  /* mq-pc -- */ }
  ul.menu > li > ul {
    display: none;
    width: 100%; }
    ul.menu > li > ul > li {
      background-color: #000;
      border-top: 1px solid rgba(0, 0, 0, 0.075); }
      ul.menu > li > ul > li > a {
        position: relative;
        padding: 18px 40px 17px 20px;
        color: #5bc4c3; }
  @media screen and (min-width: 1025px) {
    ul.menu > li > ul {
      display: grid;
      grid-gap: 20px 0;
      grid-template-columns: repeat(4, minmax(auto, 290px));
      justify-content: center;
      position: fixed;
      top: 100px;
      left: 0;
      z-index: 2;
      width: 100%;
      padding: 30px 60px 100px;
      background-color: rgba(255, 255, 255, 0.8);
      -webkit-backdrop-filter: blur(8px);
      backdrop-filter: blur(8px); }
      ul.menu > li > ul:before {
        grid-column: 1 / 5;
        grid-row: 1 / 2;
        padding-bottom: 20px;
        border-bottom: 1px solid #eaeaea;
        font-size: 25px;
        font-size: 2.5rem;
        line-height: 1.0em;
        font-weight: bold; }
      ul.menu > li > ul > li {
        background-color: initial;
        border-top: none; }
        ul.menu > li > ul > li > a {
          position: relative;
          padding: 8px 20px 8px 24px;
          font-weight: bold;
          color: #5bc4c3;
          /**
           * マウスオーバー
           */ }
          ul.menu > li > ul > li > a:before {
            content: "";
            display: block;
            position: absolute;
            top: 14px;
            left: 0;
            width: 12px;
            height: 12px;
            background-image: url("../images/icon_arrow_dark-R.svg"); }
          ul.menu > li > ul > li > a:after {
            content: "";
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 1px;
            background-color: #5bc4c3;
            -webkit-transition: width 0.5s;
            -moz-transition: width 0.5s;
            -ms-transition: width 0.5s;
            -o-transition: width 0.5s;
            transition: width 0.5s; }
          ul.menu > li > ul > li > a:hover:after {
            width: 100%; }
    ul.menu > li:nth-child(1) > ul:before {
      content: "来院される方へ"; }
    ul.menu > li:nth-child(2) > ul:before {
      content: "診療科・部門"; }
    ul.menu > li:nth-child(3) > ul:before {
      content: "医療関係者の方へ"; }
    ul.menu > li:nth-child(4) > ul:before {
      content: "当院のご案内"; } }
  ul.menu > li > ul > li.has-submenu ul li {
    background-color: #eaeaea;
    border-top: 1px solid rgba(0, 0, 0, 0.075); }
    ul.menu > li > ul > li.has-submenu ul li > a {
      position: relative;
      padding: 16px 40px 15px 20px;
      color: #5bc4c3; }
  @media screen and (min-width: 1025px) {
    ul.menu > li > ul > li.has-submenu ul li {
      background-color: initial;
      border-top: none; }
      ul.menu > li > ul > li.has-submenu ul li > a {
        position: relative;
        padding: 4px 0 4px 24px;
        border-radius: 8px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5em;
        color: #5bc4c3; }
        ul.menu > li > ul > li.has-submenu ul li > a:before {
          content: "";
          display: block;
          position: absolute;
          top: 14px;
          left: 8px;
          width: 8px;
          height: 2px;
          background-color: #000; }
        ul.menu > li > ul > li.has-submenu ul li > a:hover {
          background-color: #000; } }

/***********************************************
 icon
 ***********************************************/
.sub-toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 64px;
  background-image: url(../images/icon_plus.svg);
  background-size: 16px 16px;
  background-position: right 24px center;
  cursor: pointer;
  /**
   * iconクリック時
   */ }
  .sub-toggle > i {
    display: none; }
  .sub-toggle.expanded {
    background-image: url(../images/icon_minus.svg); }

/**
 * 第２階層
 */
li.has-submenu ul li .sub-toggle {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  z-index: 999;
  width: 64px;
  height: 63px;
  background-color: #eaeaea;
  background-image: url("../images/icon_gm_down.svg");
  background-size: 32px 16px;
  background-position: center;
  cursor: pointer;
  /**
   * iconクリック時
   */ }
  li.has-submenu ul li .sub-toggle.expanded {
    background-color: #eaeaea;
    background-image: url("../images/icon_gm_up.svg"); }
    li.has-submenu ul li .sub-toggle.expanded:after {
      content: "";
      display: block;
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #eaeaea; }

@media screen and (min-width: 1025px) {
  .sub-toggle {
    display: none; } }
/* mq-pc -- */
/***********************************************
 Menu button
 ***********************************************/
.menu-collapser {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 60px;
  height: 60px;
  background-color: #029ba9; }

.collapse-button {
  height: 100%;
  background-image: url(../images/btn_spmenu.png);
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer; }
  .collapse-button.open {
    background-image: url(../images/btn_spmenu_close.png); }

/* ------------------------------------------------------------------------------------------------------ ContentsTitle */
/* mq-ss -- */
/* ------------------------------------------------------------------------------------------------------ 共通Lead */
.lead1 {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.5;
  font-size: 31px;
  font-size: 3.1rem; }

.lead2 {
  margin-bottom: 20px;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.25em; }

@media screen and (min-width: 601px) {
  .lead1 {
    margin-bottom: 57px;
    font-size: 40px;
    font-size: 4rem; }

  .lead2 {
    margin-bottom: 42px;
    font-size: 32px;
    font-size: 3.2rem; } }
/* mq-sl */
@media screen and (min-width: 1025px) {
  .lead1 {
    margin-bottom: 80px;
    line-height: normal;
    font-size: 48px;
    font-size: 4.8rem; }

  .lead2 {
    margin-bottom: 50px;
    font-size: 39px;
    font-size: 3.9rem;
    line-height: 1.25em; } }
/* mq-pc */
/* ------------------------------------------------------------------------------------------------------ 共通button */
a.btnlink {
  display: block;
  position: relative;
  width: 95%;
  margin: 40px auto;
  padding: 20px;
  background-color: #029ba9;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  transition: 0.5s; }
  a.btnlink::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 22px;
    width: 20px;
    height: 20px;
    background-image: url("../images/home/img_button_arrow.png");
    background-size: contain; }

@media screen and (min-width: 1025px) {
  a.btnlink {
    width: 30%;
    margin: 60px auto; }
    a.btnlink:hover {
      background-color: #5bc4c3;
      text-decoration: none; } }
/* mq-pc */
.re::after {
  top: 25px !important;
  left: 22px;
  transform: rotate(180deg);
  background-image: url("../images/home/img_button_arrow.png"); }

/* ------------------------------------------------------------------------------------------------------ 言語チェンジ */
.lang-change {
  position: absolute;
  top: 0;
  right: 0;
  width: 210px;
  padding: 8px 10px 8px 80px; }
  .lang-change .slct select {
    height: 38px;
    padding-left: 10px; }

@media screen and (min-width: 1025px) {
  .lang-change {
    width: 215px;
    padding: 16px 16px 16px 85px; }
    .lang-change:before {
      content: "LANGUAGE";
      position: absolute;
      top: 50%;
      left: 0;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.0em;
      transform: translate(0, -50%);
      color: #fff; }
    .lang-change .slct select {
      height: 30px;
      font-size: 14px;
      font-size: 1.4rem; } }
/* mq-pc */
/* ------------------------------------------------------------------------------------------------------ 汎用Layout */
.layout figure {
  margin: 0; }
  .layout figure img {
    display: block;
    margin: 0 auto; }
  .layout figure figcaption {
    font-size: 0px;
    font-size: 0rem;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 0; }
    .layout figure figcaption.show-cap {
      margin-top: 6px;
      text-align: center;
      font-size: 14px;
      font-size: 1.4rem;
      text-indent: 0;
      white-space: inherit;
      overflow: inherit; }
.layout .left {
  width: auto;
  margin-top: 30px; }
  .layout .left:first-child {
    margin-top: 0; }
.layout .right {
  width: auto;
  margin-top: 30px; }
  .layout .right:first-child {
    margin-top: 0; }

@media screen and (min-width: 601px) {
  .layout {
    display: flex;
    gap: 30px;
    /**
     * TypeA
     */
    /**
     * TypeB
     */
    /**
     * TypeC
     */ }
    .layout.re-row {
      flex-direction: row-reverse; }
    .layout .left,
    .layout .right {
      margin-top: 0; }
    .layout.type-a .left {
      width: 38.2%; }
    .layout.type-a .right {
      width: 61.8%; }
    .layout.type-b .left,
    .layout.type-b .right {
      width: 50%; }
    .layout.type-c .left {
      width: 61.8%; }
    .layout.type-c .right {
      width: 38.2%; } }
/* mq-sl -- */
@media screen and (min-width: 1025px) {
  .layout {
    gap: 50px; } }
/* mq-pc -- */
/* ------------------------------------------------------------------------------------------------------ 共通list */
.commli {
  margin: 0 0 0 18px;
  padding: 0; }
  .commli li {
    margin: 8px 0 0;
    padding: 0; }
    .commli li:first-child {
      margin-top: 0; }

ol.commli {
  margin-left: 0;
  list-style: none;
  counter-reset: li; }
  ol.commli > li {
    position: relative;
    padding-left: 1.5em; }
    ol.commli > li:before {
      content: counter(li) ".";
      counter-increment: li;
      position: absolute;
      top: 0;
      left: 0; }

.commdl {
  margin: 0;
  padding: 0; }
  .commdl dt {
    margin: 16px 0 0;
    padding: 0;
    font-weight: bold; }
    .commdl dt:first-child {
      margin-top: 0; }
  .commdl dd {
    margin: 6px 0 0;
    padding: 0;
    text-align: justify;
    text-justify: distribute; }

ul.kome {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.kome li {
    position: relative;
    margin: 3px 0 0;
    padding: 0 0 0 1.6em; }
    ul.kome li:first-child {
      margin-top: 0; }
    ul.kome li:before {
      content: "※ ";
      position: absolute;
      top: 0;
      left: 0; }

p.kome {
  position: relative;
  padding: 0 0 0 1.6em; }
  p.kome:before {
    content: "※ ";
    position: absolute;
    top: 0;
    left: 0; }

/**
 * 「※数字」スタイル
 */
.kome-number {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: li; }
  .kome-number > li {
    position: relative;
    margin: 3px 0 0;
    padding: 0 0 0 2.4em; }
    .kome-number > li:before {
      content: "※" counter(li);
      counter-increment: li;
      display: block;
      position: absolute;
      top: 0;
      left: 0; }

/* ------------------------------------------------------------------------------------------------------ テキストボックス 共通指定 */
textarea,
select,
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="date"] {
  border: 1px solid #ccc;
  outline: none; }

textarea,
select {
  padding: 5px;
  background-color: #fff; }

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="date"] {
  padding: 0 5px; }

textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="date"]:focus {
  border: 1px solid #07abb1; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

/* ------------------------------------------------------------------------------------------------------ 共通フォーム */
.formstyle dl {
  margin: 0;
  padding: 0; }
  .formstyle dl dt {
    margin: 15px 0 0;
    padding: 0; }
    .formstyle dl dt:first-child {
      margin-top: 0; }
    .formstyle dl dt.req:after {
      content: "※";
      line-height: 1.75em;
      color: #029ba9; }
  .formstyle dl dd {
    margin: 0;
    padding: 0; }
    .formstyle dl dd input[type="text"],
    .formstyle dl dd input[type="tel"],
    .formstyle dl dd input[type="number"],
    .formstyle dl dd input[type="email"] {
      width: 100%;
      height: 60px;
      padding: 10px 20px;
      background-color: #fff;
      border: 1px solid #ccc !important;
      text-align: left !important; }
    .formstyle dl dd input.half,
    .formstyle dl dd input.short {
      width: 50%; }
    .formstyle dl dd textarea {
      width: 100%;
      padding: 20px;
      background-color: #fff;
      border: 1px solid #ccc !important; }

@media screen and (min-width: 481px) {
  .formstyle dl dd input.short {
    width: 33%; } }
/* mq-sm -- */
@media screen and (min-width: 601px) {
  .formstyle dl dt {
    position: relative;
    clear: left;
    float: left;
    width: 200px;
    margin: 0;
    padding: 25px 30px 0 0; }
    .formstyle dl dt.req:after {
      position: absolute;
      top: 31px;
      right: 18px;
      line-height: 1.0em; }

  .formstyle dl dd {
    padding: 10px 0 10px 200px; } }
/* mq-sl -- */
/***********************************************
 ラジオボタン・チェックボックス
 ***********************************************/
ul.slctul {
  display: grid;
  grid-gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.slctul li {
    margin: 0;
    padding: 0;
    /**
     * 選択時
     */ }
    ul.slctul li input[type='radio'],
    ul.slctul li input[type='checkbox'] {
      display: none; }
    ul.slctul li span {
      position: relative;
      display: block;
      padding: 10px 10px 10px 48px;
      background-color: #f5f5f5;
      border: 1px solid #ccc;
      border-radius: 8px; }
      ul.slctul li span:before {
        display: block;
        position: absolute;
        top: 50%;
        left: 20px;
        width: 20px;
        margin-top: -0.5em;
        font-family: "Font Awesome 5 Free";
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.0em;
        color: #999; }
    ul.slctul li input[type='radio'] ~ span:before {
      content: "\f111"; }
    ul.slctul li input[type='checkbox'] ~ span:before {
      content: "\f0c8"; }
    ul.slctul li input[type='radio']:checked ~ span,
    ul.slctul li input[type='checkbox']:checked ~ span {
      background-color: #029ba9;
      color: #fff; }
    ul.slctul li input[type='radio']:checked ~ span:before {
      content: "\f192";
      color: #fff; }
    ul.slctul li input[type='checkbox']:checked ~ span:before {
      content: "\f14a";
      color: #fff; }

@media screen and (min-width: 601px) {
  ul.slctul {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
    ul.slctul li {
      display: inline-block; }
      ul.slctul li span {
        padding: 15px 20px 15px 48px; } }
/* mq-sl -- */
/***********************************************
 セレクトボックス
 ***********************************************/
.slct {
  position: relative; }
  .slct:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 1;
    width: 12px;
    height: 6px;
    background-image: url("../images/icon_select-arrow.svg");
    background-size: contain;
    pointer-events: none;
    transform: translate(0, -50%); }
  .slct select {
    width: 100%;
    height: 60px;
    padding-left: 20px;
    background-color: #fff;
    border: 1px solid #ccc !important;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .slct select::-ms-expand {
    display: none; }
  .slct select:-moz-focusring {
    text-shadow: 0 0 0 #828c9a;
    color: transparent; }

/***********************************************
 ボタンエリア
 ***********************************************/
.btnarea {
  text-align: center; }
  .btnarea input[type="submit"] {
    width: 268px;
    height: 56px;
    margin: 5px 10px;
    background-color: #029ba9;
    border: none;
    border-radius: 28px;
    color: #fff; }

@media screen and (min-width: 1025px) {
  .btnarea input[type="submit"] {
    cursor: pointer;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    /**
     * マウスオーバー
     */ }
    .btnarea input[type="submit"]:hover {
      background-color: #000; } }
/* mq-pc -- */
/***********************************************
 mailform pro カスタム
 ***********************************************/
.mfp_err {
  background-position: 0 5px !important;
  color: #e30106 !important; }

/***********************************************
 フォーム チェック時
 ***********************************************/
#mfp_phase_confirm[style="display: block;"] {
  padding: 20px 10px 40px; }

#mfp_phase_confirm_inner h4 {
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.5em; }

table#mfp_confirm_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: solid 1px #ccc; }

table#mfp_confirm_table tr.mfp_colored {
  background-color: #f5f5f5; }

table#mfp_confirm_table tr.mfp_achroma {
  background-color: #fff; }

table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
  border-top: solid 1px #ccc;
  padding: 10px; }

table#mfp_confirm_table tr th {
  width: 25%;
  text-align: left; }

table#mfp_confirm_table tr td {
  word-break: break-all; }

.mfp_buttons {
  margin-top: 20px;
  text-align: center; }

.mfp_buttons button {
  height: 56px;
  margin: 5px 10px;
  padding: 0 24px;
  background-color: #029ba9;
  border: none;
  border-radius: 28px;
  color: #fff; }

.mfp_buttons button#mfp_button_cancel {
  background-color: #999; }

@media screen and (min-width: 361px) {
  #mfp_phase_confirm[style="display: block;"] {
    padding: 20px 20px 40px; } }
/* mq-ss -- */
@media screen and (min-width: 601px) {
  #mfp_phase_confirm[style="display: block;"] {
    padding: 30px 30px 40px; }

  table#mfp_confirm_table tr th,
  table#mfp_confirm_table tr td {
    padding: 15px 20px; }

  .mfp_buttons {
    margin-top: 40px; }

  .mfp_buttons button {
    width: 268px; }

  .mfp_buttons button#mfp_button_cancel {
    height: 58px; } }
/* mq-sl -- */
@media screen and (min-width: 1025px) {
  #mfp_phase_confirm[style="display: block;"] {
    padding: 40px 40px 60px; }

  #mfp_phase_confirm_inner {
    max-width: 800px;
    margin: 0 auto; }

  table#mfp_confirm_table tr th,
  table#mfp_confirm_table tr td {
    padding: 20px; }

  .mfp_buttons button {
    cursor: pointer;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s; }

  /**
   * マウスオーバー
   */
  .mfp_buttons button#mfp_button_send:hover {
    background-color: #000; }

  .mfp_buttons button#mfp_button_cancel:hover {
    background-color: #000;
    color: #fff; } }
/* mq-pc -- */
/***********************************************
 フォームテキスト
 ***********************************************/
.form-text a.btnback {
  display: block;
  margin-top: 30px;
  background-color: #029ba9;
  border-radius: 28px;
  text-align: center;
  line-height: 56px;
  color: #fff; }

@media screen and (min-width: 601px) {
  .form-text {
    text-align: center; }
    .form-text p {
      text-align: center; } }
/* mq-sl -- */
@media screen and (min-width: 1025px) {
  .form-text a.btnback {
    max-width: 320px;
    margin: 50px auto 0;
    /**
     * マウスオーバー
     */ }
    .form-text a.btnback:hover {
      background-color: #000;
      text-decoration: none; } }
/* mq-pc -- */
/***********************************************
 フォームリンクボタン
 ***********************************************/
a.formback {
  display: block;
  height: 56px;
  margin: 20px 0;
  background-color: #029ba9;
  text-align: center;
  line-height: 56px;
  color: #fff; }

@media screen and (min-width: 1025px) {
  a.formback {
    max-width: 480px;
    margin: 30px auto; }
    a.formback:hover {
      background-color: #e00106;
      text-decoration: none; } }
/* min mq-pc -- */
/* ------------------------------------------------------------------------------------------------------ アンカーポイント */
.anchor {
  position: absolute;
  top: -80px; }

@media screen and (min-width: 1025px) {
  .anchor {
    top: 0; } }
/* mq-pc -- */
/* ------------------------------------------------------------------------------------------------------ class */
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.clear {
  clear: both; }

.none {
  display: none; }

.nobr {
  display: none; }

.txtib {
  display: inline-block; }

.img-right {
  display: block;
  margin: 15px auto; }

.img-left {
  display: block;
  margin: 15px auto; }

@media screen and (min-width: 481px) {
  .img-right {
    float: right;
    margin: 0 0 0 30px; }

  .img-left {
    float: left;
    margin: 0 30px 0 0; } }
/* mq-sm -- */
@media screen and (min-width: 1025px) {
  .nobr {
    display: inline; } }
/* mq-pc -- */
/* ------------------------------------------------------------------------------------------------------ Font Color */
/* ------------------------------------------------------------------------------------------------------ Font Style */
.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

/* ------------------------------------------------------------------------------------------------------ Font Size */
.f-small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5em; }

@media screen and (min-width: 1025px) {
  .f-small {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5em; } }
/* mq-pc -- */
/* ------------------------------------------------------------------------------------------------------ Text align */
.txt-right {
  text-align: right !important; }

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

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

/* ------------------------------------------------------------------------------------------------------ Margin */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(../images/cbox/overlay.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90); }

#colorbox {
  outline: 0; }

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(../images/cbox/controls.png) no-repeat -101px 0; }

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(../images/cbox/controls.png) no-repeat -130px 0; }

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(../images/cbox/controls.png) no-repeat -101px -29px; }

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(../images/cbox/controls.png) no-repeat -130px -29px; }

#cboxMiddleLeft {
  width: 21px;
  background: url(../images/cbox/controls.png) left top repeat-y; }

#cboxMiddleRight {
  width: 21px;
  background: url(../images/cbox/controls.png) right top repeat-y; }

#cboxTopCenter {
  height: 21px;
  background: url(../images/cbox/border.png) 0 0 repeat-x; }

#cboxBottomCenter {
  height: 21px;
  background: url(../images/cbox/border.png) 0 -29px repeat-x; }

#cboxContent {
  background: #fff;
  overflow: hidden; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  margin-bottom: 28px; }

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494; }

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494; }

#cboxLoadingOverlay {
  background: url(../images/cbox/loading_background.png) no-repeat center center; }

#cboxLoadingGraphic {
  background: url(../images/cbox/loading.gif) no-repeat center center; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef; }

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/cbox/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxPrevious:hover {
  background-position: -75px -25px; }

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(../images/cbox/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxNext:hover {
  background-position: -50px -25px; }

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/cbox/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxClose:hover {
  background-position: -25px -25px; }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); }

@media screen and (max-width: 480px) {
  #cboxTitle {
    font-size: 0.8em; }

  #cboxCurrent {
    display: none !important; } }
/**
 * animate.css 参考にカスタマイズ
 */
.a-fi,
.a-fiu,
.a-fir,
.a-fid,
.a-fil {
  opacity: 0; }

.fadeIn,
.fadeInUp,
.fadeInRight,
.fadeInDown,
.fadeInLeft {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* ------------------------------------------------------------------------------------------------------ fadeIn */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

/* ------------------------------------------------------------------------------------------------------ fadeInUp */
@-webkit-keyframes fadeInUpSP {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 16px, 0);
    transform: translate3d(0, 16px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUpSP {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 16px, 0);
    transform: translate3d(0, 16px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes fadeInUpPC {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 24px, 0);
    transform: translate3d(0, 24px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUpPC {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 24px, 0);
    transform: translate3d(0, 24px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUpSP;
  animation-name: fadeInUpSP; }

@media screen and (min-width: 769px) {
  .fadeInUp {
    -webkit-animation-name: fadeInUpPC;
    animation-name: fadeInUpPC; } }
/* min 769px -- */
/* ------------------------------------------------------------------------------------------------------ fadeInRight */
@-webkit-keyframes fadeInRightSP {
  from {
    opacity: 0;
    -webkit-transform: translate3d(16px, 0, 0);
    transform: translate3d(16px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRightSP {
  from {
    opacity: 0;
    -webkit-transform: translate3d(16px, 0, 0);
    transform: translate3d(16px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes fadeInRightPC {
  from {
    opacity: 0;
    -webkit-transform: translate3d(24px, 0, 0);
    transform: translate3d(24px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRightPC {
  from {
    opacity: 0;
    -webkit-transform: translate3d(24px, 0, 0);
    transform: translate3d(24px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRightSP;
  animation-name: fadeInRightSP; }

@media screen and (min-width: 769px) {
  .fadeInRight {
    -webkit-animation-name: fadeInRightPC;
    animation-name: fadeInRightPC; } }
/* min 769px -- */
/* ------------------------------------------------------------------------------------------------------ fadeInDown */
@-webkit-keyframes fadeInDownSP {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -16px, 0);
    transform: translate3d(0, -16px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDownSP {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -16px, 0);
    transform: translate3d(0, -16px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes fadeInDownPC {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -24px, 0);
    transform: translate3d(0, -24px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDownPC {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -24px, 0);
    transform: translate3d(0, -24px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDownSP;
  animation-name: fadeInDownSP; }

@media screen and (min-width: 769px) {
  .fadeInDown {
    -webkit-animation-name: fadeInDownPC;
    animation-name: fadeInDownPC; } }
/* min 769px -- */
/* ------------------------------------------------------------------------------------------------------ fadeInLeft */
@-webkit-keyframes fadeInLeftSP {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-16px, 0, 0);
    transform: translate3d(-16px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeftSP {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-16px, 0, 0);
    transform: translate3d(-16px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes fadeInLeftPC {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-24px, 0, 0);
    transform: translate3d(-24px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeftPC {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-24px, 0, 0);
    transform: translate3d(-24px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeftSP;
  animation-name: fadeInLeftSP; }

@media screen and (min-width: 769px) {
  .fadeInLeft {
    -webkit-animation-name: fadeInLeftPC;
    animation-name: fadeInLeftPC; } }
/* min 769px -- */
/* ------------------------------------------------------------------------------------------------------ 各クラスにアニメーション */
