@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,700;1,14..32,700&family=Poppins:wght@400;500&display=swap");
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -moz-box-sizing: border-box;
       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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

@font-face {
  font-family: 'Droid Sans Regular';
  src: url("../fonts/DroidSans.ttf");
  font-weight: 400;
}

@font-face {
  font-family: 'Droid Sans Bold';
  src: url("../fonts/DroidSans-Bold.ttf");
  font-weight: 700;
}

html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=80)";
  opacity: .70;
}

a {
  color: #000;
}

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

div,
p {
  /*word-break: break-all;*/
}

ul,
ol,
li {
  list-style: none;
}

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

ul,
ol,
li {
  list-style: none;
}

body,
td,
th,
input,
textarea {
  color: #000;
  font-family: "Droid Sans Regular", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

*:before, *:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

figure, picture {
  line-height: 0;
}

picture {
  display: block;
}

html, body {
  width: 100%;
  height: 100%;
}

button {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

button:hover {
  opacity: 0.7;
}

@media screen and (min-width: 769px), print {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .row {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1297px) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  body .container {
    overflow: hidden;
  }
  .header {
    position: fixed;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .header__main {
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 60px 16px 50px;
  }
  .header__main--left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__main--left h1 {
    line-height: 0;
    width: 173px;
  }
  .header__main--left h1 a {
    display: block;
    line-height: 0;
    width: 100%;
  }
  .header__main--left h1 a img {
    width: 100%;
    height: auto;
  }
  .header__main--left p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    font-family: "Droid Sans Regular";
    color: #020F0D;
    margin-left: 15px;
  }
  .header__main--nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__main--nav ul li + li {
    margin-left: 28px;
  }
  .header__main--nav ul li a {
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    color: #020F0D;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 0.06em;
  }
  .header__main--nav ul li a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1.5px;
    background: #04AD93;
    left: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
       -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  .header__main--nav ul li a:hover {
    color: #04AD93;
    opacity: 1;
  }
  .header__main--nav ul li a:hover::after {
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  .header__main .menu_icon {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .header__main--nav {
    width: 100%;
    position: absolute;
    height: 0;
    overflow: auto;
    left: 0;
    background: #fff;
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header__main--nav ul {
    padding: 70px 15px 15px 35px;
    display: block;
  }
  .header__main--nav ul li {
    text-align: center;
  }
  .header__main--nav ul li + li {
    margin-left: 0;
    margin-top: 28px;
  }
  .header__main--nav ul li a {
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    color: #020F0D;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 0.06em;
  }
  .header__main--nav ul li a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1.5px;
    background: #04AD93;
    left: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
       -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  .header__main--nav ul li a:hover {
    color: #04AD93;
    opacity: 1;
  }
  .header__main--nav ul li a:hover::after {
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  .header__main .menu_icon {
    width: 34px;
    height: 34px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 9999;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #04AD93;
  }
  .header__main .menu_icon .menu_icon_in {
    width: 10px;
    height: 8px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__main .menu_icon .menu_icon_in .menu-trigger,
  .header__main .menu_icon .menu_icon_in .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .header__main .menu_icon .menu_icon_in .menu-trigger {
    position: relative;
    width: 10px;
    height: 8px;
  }
  .header__main .menu_icon .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .header__main .menu_icon .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
    -webkit-transition: top 0.3s ease 0.3s,-webkit-transform 0.3s ease;
    transition: top 0.3s ease 0.3s,-webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease,top 0.3s ease 0.3s,-moz-transform 0.3s ease;
    transition: transform 0.3s ease,top 0.3s ease 0.3s;
    transition: transform 0.3s ease,top 0.3s ease 0.3s,-webkit-transform 0.3s ease,-moz-transform 0.3s ease;
  }
  .header__main .menu_icon .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: 50%;
  }
  .header__main .menu_icon .menu_icon_in .menu-trigger span:nth-of-type(3) {
    top: -webkit-calc(100% - 0px);
    top: -moz-calc(100% - 0px);
    top: calc(100% - 0px);
    -webkit-transition: top 0.3s ease 0.3s,-webkit-transform 0.3s ease;
    transition: top 0.3s ease 0.3s,-webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease,top 0.3s ease 0.3s,-moz-transform 0.3s ease;
    transition: transform 0.3s ease,top 0.3s ease 0.3s;
    transition: transform 0.3s ease,top 0.3s ease 0.3s,-webkit-transform 0.3s ease,-moz-transform 0.3s ease;
  }
  .header__main .menu_icon.active .menu_icon_in .menu-trigger span {
    background-color: #fff;
  }
  .header__main .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 50%;
    background: #fff;
    -webkit-transform: translateY(-50%) rotate(-45deg);
       -moz-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    -webkit-transition: top 0.3s,-webkit-transform 0.3s ease 0.3s;
    transition: top 0.3s,-webkit-transform 0.3s ease 0.3s;
    -moz-transition: top 0.3s,transform 0.3s ease 0.3s,-moz-transform 0.3s ease 0.3s;
    transition: top 0.3s,transform 0.3s ease 0.3s;
    transition: top 0.3s,transform 0.3s ease 0.3s,-webkit-transform 0.3s ease 0.3s,-moz-transform 0.3s ease 0.3s;
  }
  .header__main .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .header__main .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(3) {
    top: 50%;
    background: #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: top 0.3s,-webkit-transform 0.3s ease 0.3s;
    transition: top 0.3s,-webkit-transform 0.3s ease 0.3s;
    -moz-transition: top 0.3s,transform 0.3s ease 0.3s,-moz-transform 0.3s ease 0.3s;
    transition: top 0.3s,transform 0.3s ease 0.3s;
    transition: top 0.3s,transform 0.3s ease 0.3s,-webkit-transform 0.3s ease 0.3s,-moz-transform 0.3s ease 0.3s;
  }
}

@media screen and (min-width: 769px), print {
  .footer {
    background: #DDF8F4;
    padding: 60px 0 67px;
  }
  .footer__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 120px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1040px) {
  .footer__main {
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .footer__main--left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__main--left .logo {
    width: 173px;
    line-height: 0;
  }
  .footer__main--left .logo a {
    display: block;
    width: 100%;
    line-height: 0;
  }
  .footer__main--left .logo a img {
    width: 100%;
    height: auto;
  }
  .footer__main--left .social ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__main--left .social ul li {
    line-height: 0;
  }
  .footer__main--left .social ul li + li {
    margin-left: 15px;
  }
  .footer__main--left .social ul li a {
    display: inline-block;
    height: 29px;
  }
  .footer__main--left .social ul li a img {
    width: auto;
    height: 100%;
  }
  .footer__main--right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer__main--right ul + ul {
    margin-left: 80px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1040px) {
  .footer__main--right ul + ul {
    margin-left: 30px;
  }
}

@media screen and (min-width: 769px), print {
  .footer__main--right ul li {
    line-height: 0;
  }
  .footer__main--right ul li + li {
    margin-top: 18px;
  }
  .footer__main--right ul li a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #05221E;
    font-family: "Droid Sans Bold";
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 24px;
  }
  .footer__main--right ul li a::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 2px;
    background: #0EAD93;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pageTop {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 99;
    line-height: 0;
    width: 55px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pageTop.active {
    opacity: 1;
  }
  .select2-search--dropdown .select2-search__field {
    background: #F2F2F2 url("../img/icSearch2.png") center right 8px no-repeat;
    -moz-background-size: 16px 16px;
         background-size: 16px 16px;
    -moz-border-radius: 6px;
         border-radius: 6px;
    font-size: 12px;
    line-height: 17px;
    padding: 7px 8px;
    font-weight: 400;
    color: #8B8B8B;
    outline: none;
  }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
  }
  .select2-search--dropdown {
    padding: 0;
    margin-bottom: 9px;
  }
  .select2-container--open .select2-dropdown--below {
    border: 1px solid #0EAD93;
    -moz-border-radius: 6px;
         border-radius: 6px;
    margin-top: 8px;
    background: #fff;
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
         box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    padding: 12px 10px;
  }
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #F2F2F2;
    -moz-border-radius: 4px;
         border-radius: 4px;
    color: #05221E;
  }
  .select2-container--default .select2-results__option--disabled {
    display: none;
  }
  .condition {
    max-width: 1048px;
    width: 100%;
    margin: auto;
  }
  .condition__main {
    -moz-border-radius: 16px;
         border-radius: 16px;
    background: #fff;
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
         box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  }
  .condition__main h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 16px 16px 0 0;
         border-radius: 16px 16px 0 0;
    background: #04AD93;
    color: #fff;
    font-size: 24px;
    line-height: 33px;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    padding: 16px 0;
  }
  .condition__main h3::before {
    content: "";
    width: 23px;
    height: 22.5px;
    background: url("../img/icSearch.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 4px;
  }
  .condition__main--form {
    padding: 28px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .condition__main--form .wrapSel {
    width: 181px;
    height: 44px;
    margin: 4px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .condition__main--form .wrapSel::after {
    position: absolute;
    content: "";
    width: 10.5px;
    height: 6px;
    background: url("../img/icChevronDown.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
  }
  .condition__main--form .wrapSel select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 100%;
    outline: none;
    width: 100%;
  }
  .condition__main--form .wrapSel .select2-container {
    width: 100% !important;
    height: 100%;
  }
  .condition__main--form .wrapSel .select2-container .select2-selection__arrow {
    display: none;
  }
  .condition__main--form .wrapSel .select2-container .selection {
    width: 100%;
    height: 100%;
    display: block;
  }
  .condition__main--form .wrapSel .select2-container .select2-selection--single {
    width: 100%;
    height: 100%;
    -moz-border-radius: 6px;
         border-radius: 6px;
    border: 1px solid #0EAD93;
    display: block;
  }
  .condition__main--form .wrapSel .select2-container .select2-selection--single .select2-selection__rendered {
    height: 100%;
    padding: 12px 40px 12px 20px;
    color: #8B8B8B;
    font-size: 16px;
    line-height: 19px;
    font-family: "Droid Sans Regular";
    letter-spacing: 0.06em;
  }
  .condition__main--form button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 236px;
    height: 44px;
    background: #04AD93;
    -moz-border-radius: 22px;
         border-radius: 22px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.06em;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    padding: 0 40px 0 32px;
    outline: none;
    border: none;
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
         box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin: 4px 4px 4px 12px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .condition__main--form button::after {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #fff url("../img/icArrowRightBlue.png") center no-repeat;
    -moz-background-size: 10px 9.5px;
         background-size: 10px 9.5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 8px;
  }
  .condition__main--form button:hover {
    opacity: 1;
    background: rgba(4, 173, 147, 0.7);
  }
  .search {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .search {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .search__main {
    max-width: 953px;
    width: 100%;
    margin: auto;
    background: #fff;
    -moz-border-radius: 16px;
         border-radius: 16px;
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
         box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    position: relative;
    z-index: 2;
  }
  .search__main h2 {
    background: #04AD93;
    -moz-border-radius: 16px 16px 0 0;
         border-radius: 16px 16px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    padding: 15px;
  }
  .search__main h2::before {
    content: "";
    width: 20.26px;
    height: 20.04px;
    background: url("../img/icSearch.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-right: 5.6px;
  }
  .search__main--inner {
    padding: 20px 48px 40px;
  }
  .search__main--inner dl dt {
    text-align: center;
    font-size: 20px;
    line-height: 33px;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    color: #05221E;
  }
  .search__main--inner dl dd {
    margin-top: 11px;
  }
  .search__main--inner dl dd .form {
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    max-width: 680px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: auto;
    border: 1px solid #0EAD93;
    background: #FFFFFF;
    -moz-border-radius: 6px;
         border-radius: 6px;
    outline: none;
  }
  .search__main--inner dl dd .form input[type="text"] {
    border: 0;
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #05221E;
    padding: 11px 20px;
    width: -webkit-calc(100% - 44px);
    width: -moz-calc(100% - 44px);
    width: calc(100% - 44px);
  }
  .search__main--inner dl dd .form input[type="text"]::-webkit-input-placeholder {
    color: #8B8B8B;
    opacity: 1;
  }
  .search__main--inner dl dd .form input[type="text"]::-moz-placeholder {
    color: #8B8B8B;
    opacity: 1;
  }
  .search__main--inner dl dd .form input[type="text"]:-ms-input-placeholder {
    color: #8B8B8B;
    opacity: 1;
  }
  .search__main--inner dl dd .form input[type="text"]::placeholder {
    color: #8B8B8B;
    opacity: 1;
  }
  .search__main--inner dl dd .form button {
    width: 44px;
    height: 44px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    background: #04AD93 url("../img/icSearch.png") center no-repeat;
    -moz-background-size: 20.26px 20.04px;
         background-size: 20.26px 20.04px;
    border: none;
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .search__main--inner dl dd .list ul {
    margin: -4px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .search__main--inner dl dd .list ul li {
    margin: 4px;
    line-height: 0;
  }
  .search__main--inner dl dd .list ul li a {
    white-space: nowrap;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    background: #04AD93;
    padding: 5px 16px;
    -moz-border-radius: 18px;
         border-radius: 18px;
    display: inline-block;
  }
  .search__main--inner dl + dl {
    margin-top: 20px;
  }
  .pTop .mv {
    position: relative;
    z-index: 2;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-top: 228px;
    padding-bottom: 54px;
    z-index: 3;
    background: url("../img/mvImg.png") 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    position: relative;
    transform: translateZ(0);
  }
  .pTop .mv__intro {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .mv__intro small {
    color: #fff;
    font-size: 28px;
    line-height: 40px;
    font-family: "Droid Sans Bold";
    font-weight: 700;
  }
  .pTop .mv__intro h2 {
    font-size: 56px;
    line-height: 78px;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    color: #fff;
    margin-top: 11px;
    letter-spacing: 0.04em;
  }
  .pTop .mv__intro h2 br {
    display: none;
  }
  .pTop .mv__intro span {
    line-height: 0;
    width: 240px;
    margin-top: 32px;
    display: inline-block;
  }
  .pTop .mv__intro span img {
    width: 100%;
    height: auto;
  }
  .pTop .mv .condition {
    margin-top: 80px;
  }
  .pTop .mv::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    padding-top: 200px;
    background: url("../img/mvMask.png") 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .pTop .ttlCom {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 45px;
  }
  .pTop .ttlCom::before {
    position: absolute;
    content: "";
    width: 37px;
    height: 37px;
    background: url("../img/icTooth.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 4px;
  }
  .pTop .ttlCom h2 {
    font-size: 32px;
    line-height: 45px;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    color: #04AD93;
  }
  .pTop .ttlCom span {
    font-size: 16px;
    line-height: 22px;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    color: #05221E;
  }
  .pTop .listCom {
    text-align: right;
  }
  .pTop .listCom a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    line-height: 25px;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    color: #05221E;
    letter-spacing: 0.06em;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .listCom a::before {
    position: absolute;
    content: "";
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 1.5px;
    background: #0EAD93;
    left: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
       -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .listCom a::after {
    content: "";
    width: 32px;
    height: 32px;
    background: #04AD93 url("../img/icArrowRightWhite.png") center no-repeat;
    -moz-background-size: 10.5px 10px;
         background-size: 10.5px 10px;
    display: inline-block;
    margin-left: 8px;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .pTop .listCom a:hover {
    opacity: 1;
  }
  .pTop .listCom a:hover::before {
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  .pTop .column {
    background: #DCF8F4;
    padding-bottom: 47.5px;
  }
  .pTop .column__main--list {
    margin-top: 29px;
  }
  .pTop .column__main--list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -12px;
  }
  .pTop .column__main--list ul li {
    margin: 12px;
    width: 628px;
  }
  .pTop .column__main--list ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    background: #fff;
    -moz-border-radius: 12px;
         border-radius: 12px;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
         box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
    opacity: 1;
  }
  .pTop .column__main--list ul li a figure {
    width: 34.3949%;
    min-height: 185px;
    /*height: 100%;*/
    margin-right: 20px;
    -moz-border-radius: 12px 0 0 12px;
         border-radius: 12px 0 0 12px;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .column__main--list ul li a figure::before {
    position: absolute;
    content: "NEW";
    font-size: 12px;
    line-height: 17px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    padding: 4px 12px 5px;
    background: #E73721;
    -moz-border-radius: 12px 0 12px 0;
         border-radius: 12px 0 12px 0;
    left: 0;
    top: 0;
    z-index: 2;
  }
  .pTop .column__main--list ul li a figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .pTop .column__main--list ul li a article {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 12px 20px 20px 0;
  }
  .pTop .column__main--list ul li a article time {
    font-size: 12px;
    line-height: 17px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #899190;
  }
  .pTop .column__main--list ul li a article h3 {
    font-size: 16px;
    line-height: 24px;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    color: #05221E;
    margin-top: 8px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .column__main--list ul li a article p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #05221E;
    margin-top: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .pTop .column__main--list ul li a article .meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 11px -2px -2px;
  }
  .pTop .column__main--list ul li a article .meta span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    color: #fff;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    -moz-border-radius: 11px;
         border-radius: 11px;
    background: #04AD93;
    padding: 0 8px;
    margin: 2px;
  }
  .pTop .column__main--list ul li a:hover {
    opacity: 1;
  }
  .pTop .column__main--list ul li a:hover article h3 {
    color: #0EAD93;
  }
  .pTop .column__main--list ul li:nth-of-type(1) {
    width: 100%;
  }
  .pTop .column__main--list ul li:nth-of-type(1) figure {
    width: 37.5%;
    margin-right: 40px;
  }
  .pTop .column__main--list ul li:nth-of-type(1) article {
    padding: 20px 40px 20px 0;
  }
  .pTop .column__main--list ul li:nth-of-type(1) article time {
    font-size: 14px;
    line-height: 20px;
  }
  .pTop .column__main--list ul li:nth-of-type(1) article h3 {
    font-size: 24px;
    line-height: 30.5px;
    margin-top: 16px;
  }
  .pTop .column__main--list ul li:nth-of-type(1) article p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 7px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .pTop .column__main--list ul li:nth-of-type(1) article .meta {
    margin-top: 34px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1297px) {
  .pTop .column__main--list ul li {
    width: 100%;
  }
  .pTop .column__main--list ul li a figure {
    width: 37.5%;
    margin-right: 40px;
  }
  .pTop .column__main--list ul li a article {
    padding: 20px 40px 20px 0;
  }
  .pTop .column__main--list ul li a article time {
    font-size: 14px;
    line-height: 20px;
  }
  .pTop .column__main--list ul li a article h3 {
    font-size: 24px;
    line-height: 30.5px;
    margin-top: 16px;
  }
  .pTop .column__main--list ul li a article p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 7px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .pTop .column__main--list ul li a article .meta {
    margin-top: 34px;
  }
}

@media screen and (min-width: 769px), print {
  .pTop .column__main--list .listCom {
    margin-top: 32px;
  }
  .pTop .type {
    background: #fff;
    padding: 42px 0 47.5px;
  }
  .pTop .type__main--slider {
    margin-top: 29px;
  }
  .pTop .type__main--slider .swiper {
    overflow: inherit;
  }
  .pTop .type__main--slider article {
    width: 326px;
    padding: 0 12px;
  }
  .pTop .type__main--slider article a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    background: #fff;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
         box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
    -moz-border-radius: 12px;
         border-radius: 12px;
    padding: 0 20px 18px 12px;
  }
  .pTop .type__main--slider article a figure {
    -moz-border-radius: 12px 12px 0 0;
         border-radius: 12px 12px 0 0;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-left: -12px;
    margin-right: -20px;
    width: -webkit-calc(100% + 32px);
    width: -moz-calc(100% + 32px);
    width: calc(100% + 32px);
  }
  .pTop .type__main--slider article a figure::before {
    position: absolute;
    content: "NEW";
    font-size: 12px;
    line-height: 17px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    padding: 4px 12px 5px;
    background: #E73721;
    -moz-border-radius: 12px 0 12px 0;
         border-radius: 12px 0 12px 0;
    left: 0;
    top: 0;
    z-index: 3;
  }
  .pTop .type__main--slider article a figure img {
    width: 100%;
    height: 195px;
    object-fit: cover;
  }
  .pTop .type__main--slider article a time {
    font-size: 12px;
    line-height: 17px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #899190;
    margin-top: 12px;
  }
  .pTop .type__main--slider article a h3 {
    font-size: 18px;
    line-height: 26px;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    color: #05221E;
    margin-top: 8px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
  }
  .pTop .type__main--slider article a .meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 15px -2px -2px;
  }
  .pTop .type__main--slider article a .meta span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    color: #fff;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    -moz-border-radius: 11px;
         border-radius: 11px;
    background: #04AD93;
    padding: 0 8px;
    margin: 2px;
  }
  .pTop .type__main--slider article a .location {
    font-size: 12px;
    line-height: 17px;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    color: #05221E;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 13px;
  }
  .pTop .type__main--slider article a .location::before {
    content: "";
    width: 12px;
    height: 16px;
    background: url("../img/icPin.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-right: 4px;
  }
  .pTop .type__main--slider article a .rate {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 12px;
  }
  .pTop .type__main--slider article a .rate .star {
    width: 83px;
    height: 14px;
    background: url("../img/starnone.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .type__main--slider article a .rate .star .starVal {
    background: url("../img/star.png") 0 0 no-repeat;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
    height: 100%;
    width: 95%;
  }
  .pTop .type__main--slider article a .rate .rateCon {
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    color: #05221E;
    margin-left: 5px;
  }
  .pTop .type__main--slider article a .rate .ratePer {
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    color: #8B8B8B;
    margin-left: 5px;
  }
  .pTop .type__main--slider article a .info {
    width: 100%;
    margin-top: 10px;
  }
  .pTop .type__main--slider article a .info dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pTop .type__main--slider article a .info dl dt {
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    color: #04AD93;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
  }
  .pTop .type__main--slider article a .info dl dt::before {
    content: "";
    width: 6px;
    height: 6px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #04AD93;
    display: inline-block;
    margin-right: 4px;
  }
  .pTop .type__main--slider article a .info dl dt::after {
    content: "：";
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    color: #05221E;
  }
  .pTop .type__main--slider article a .info dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 12px;
    line-height: 17px;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    color: #05221E;
  }
  .pTop .type__main--slider article a .info dl + dl {
    margin-top: 4px;
  }
  .pTop .type__main--slider article a:hover {
    opacity: 1;
  }
  .pTop .type__main--slider article a:hover img {
    opacity: 0.7;
  }
  .pTop .type__main--slider article a:hover h3 {
    color: #0EAD93;
  }
  .pTop .type__main--slider--next, .pTop .type__main--slider--prev {
    position: absolute;
    width: 48px;
    height: 48px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 19;
    cursor: pointer;
  }
  .pTop .type__main--slider--next:hover, .pTop .type__main--slider--prev:hover {
    opacity: 1;
  }
  .pTop .type__main--slider--next {
    background: url("../img/ctrlRight.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -webkit-calc(50% + 640px);
    left: -moz-calc(50% + 640px);
    left: calc(50% + 640px);
  }
}

@media screen and (min-width: 769px) and (max-width: 1349px) {
  .pTop .type__main--slider--next {
    left: inherit;
    right: -12px;
  }
}

@media screen and (min-width: 769px), print {
  .pTop .type__main--slider--prev {
    background: url("../img/ctrlLeft.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -webkit-calc(50% - 664px);
    left: -moz-calc(50% - 664px);
    left: calc(50% - 664px);
  }
}

@media screen and (min-width: 769px) and (max-width: 1349px) {
  .pTop .type__main--slider--prev {
    left: -12px;
  }
}

@media screen and (min-width: 769px), print {
  .pTop .type__main--slider--pagination {
    width: 628px;
    height: 3px;
    top: inherit;
    bottom: -50px;
    background: #E0E0E0;
    -moz-border-radius: 6px;
         border-radius: 6px;
  }
  .pTop .type__main--slider--pagination .swiper-pagination-progressbar-fill {
    background: #04AD93;
    -moz-border-radius: 6px;
         border-radius: 6px;
  }
  .pTop .type__main .listCom {
    margin-top: 32px;
  }
  .pTop .area {
    background: #F8F8F8;
  }
  .pTop .search {
    margin-top: 32px;
    background: url("../img/searchBg.jpg") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 80px 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .search::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.74);
    top: 0;
    left: 0;
  }
  .pChild .header {
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
         box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  .pChild .wp-pagenavi {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild .wp-pagenavi .pages {
    display: none;
  }
  .pChild .wp-pagenavi a, .pChild .wp-pagenavi span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 48px;
    height: 48px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    color: #888888;
    -moz-border-radius: 30px;
         border-radius: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
    margin: 0 8px;
    font-family: "Inter", sans-serif;
  }
  .pChild .wp-pagenavi a:hover, .pChild .wp-pagenavi span:hover {
    color: #fff;
    background: #04AD93;
    opacity: 1;
  }
  .pChild .wp-pagenavi span {
    color: #fff;
    background: #04AD93;
  }
  .pChild .wp-pagenavi a.previouspostslink, .pChild .wp-pagenavi a.nextpostslink {
    text-indent: -9999px;
    overflow: hidden;
  }
  .pChild .wp-pagenavi a.previouspostslink {
    background: #fff url("../img/prevArrow.png") center no-repeat;
    -moz-background-size: 11px 10.5px;
         background-size: 11px 10.5px;
  }
  .pChild .wp-pagenavi a.previouspostslink:hover {
    background: #04AD93 url("../img/prevArrow_white.png") center no-repeat;
    -moz-background-size: 11px 10.5px;
         background-size: 11px 10.5px;
  }
  .pChild .wp-pagenavi a.nextpostslink {
    background: #fff url("../img/nextArrow.png") center no-repeat;
    -moz-background-size: 11px 10.5px;
         background-size: 11px 10.5px;
  }
  .pChild .wp-pagenavi a.nextpostslink:hover {
    background: #04AD93 url("../img/nextArrow_white.png") center no-repeat;
    -moz-background-size: 11px 10.5px;
         background-size: 11px 10.5px;
  }
  .pChild .pChild__main {
    padding: 94px 0 0;
  }
  .pChild .pChild__main--breadcrum ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild .pChild__main--breadcrum ul li {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #05221E;
  }
  .pChild .pChild__main--breadcrum ul li a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #8B8B8B;
    text-decoration: underline;
  }
  .pChild .pChild__main--breadcrum ul li + li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild .pChild__main--breadcrum ul li + li::before {
    content: "";
    width: 5.5px;
    height: 9.5px;
    background: url("../img/breadcrumArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    line-height: 0;
    margin: 0 12px;
  }
  .pChild .pChild__main--title {
    text-align: center;
    margin-top: 70px;
    font-size: 42px;
    line-height: 59px;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    color: #04AD93;
    letter-spacing: 0.04em;
  }
  .pChild .pChild__main--content {
    margin-top: 51px;
  }
  .pChild .pChild__main--content .areaIntro {
    background: url("../img/areaBg.png") top center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 100px 0 48px;
  }
  .pChild .pChild__main--content .areaIntro .intro {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.04em;
    color: #05221E;
    font-weight: 700;
    margin-bottom: 42px;
  }
  .pChild .pChild__main--content .areaList {
    padding-top: 43px;
    background: #FAFAFA;
  }
  .pChild .pChild__main--content .areaList .ageNav {
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(4, 173, 147, 0.4);
  }
  .pChild .pChild__main--content .areaList .ageNav ul {
    margin: -8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pChild .pChild__main--content .areaList .ageNav ul li {
    margin: 8px;
  }
  .pChild .pChild__main--content .areaList .ageNav ul li a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 18px;
         border-radius: 18px;
    font-size: 18px;
    line-height: 34px;
    color: #04AD93;
    border: 1px solid #04AD93;
    background: #fff;
    padding: 0 16px;
    white-space: nowrap;
  }
  .pChild .pChild__main--content .areaList .ageNav ul li a:hover {
    background: #04AD93;
    color: #fff;
  }
  .pChild .pChild__main--content .areaList .ageNav ul li.active a {
    background: #04AD93;
    color: #fff;
  }
  .pChild .pChild__main--content .areaList section {
    padding-bottom: 48px;
    padding-top: 43px;
  }
  .pChild .pChild__main--content .areaList section h2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 36px;
    line-height: 50px;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    color: #04AD93;
  }
  .pChild .pChild__main--content .areaList section h2::before {
    content: "";
    width: 37px;
    height: 37px;
    background: url("../img/icTooth.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-right: 8px;
  }
  .pChild .pChild__main--content .areaList section .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 8px -12.5px -20px;
  }
  .pChild .pChild__main--content .areaList section .list article {
    margin: 20px 12.5px;
    width: 410px;
  }
  .pChild .pChild__main--content .areaList section .list article a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    background: #fff;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
         box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
    -moz-border-radius: 12px;
         border-radius: 12px;
    padding: 0 16px 24px 16px;
  }
  .pChild .pChild__main--content .areaList section .list article a figure {
    -moz-border-radius: 12px 12px 0 0;
         border-radius: 12px 12px 0 0;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-left: -16px;
    margin-right: -16px;
    width: -webkit-calc(100% + 32px);
    width: -moz-calc(100% + 32px);
    width: calc(100% + 32px);
  }
  .pChild .pChild__main--content .areaList section .list article a figure::before {
    position: absolute;
    content: "NEW";
    font-size: 12px;
    line-height: 17px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    padding: 4px 12px 5px;
    background: #E73721;
    -moz-border-radius: 12px 0 12px 0;
         border-radius: 12px 0 12px 0;
    left: 0;
    top: 0;
    z-index: 3;
  }
  .pChild .pChild__main--content .areaList section .list article a figure img {
    width: 100%;
    height: 195px;
    object-fit: cover;
  }
  .pChild .pChild__main--content .areaList section .list article a time {
    font-size: 12px;
    line-height: 17px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #899190;
    margin-top: 12px;
  }
  .pChild .pChild__main--content .areaList section .list article a h3 {
    font-size: 18px;
    line-height: 26px;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    color: #05221E;
    margin-top: 8px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
  }
  .pChild .pChild__main--content .areaList section .list article a .meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 17px -2px -2px;
  }
  .pChild .pChild__main--content .areaList section .list article a .meta span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    color: #fff;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    -moz-border-radius: 11px;
         border-radius: 11px;
    background: #04AD93;
    padding: 0 8px;
    margin: 2px;
  }
  .pChild .pChild__main--content .areaList section .list article a .location {
    font-size: 12px;
    line-height: 17px;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    color: #05221E;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 13px;
  }
  .pChild .pChild__main--content .areaList section .list article a .location::before {
    content: "";
    width: 12px;
    height: 16px;
    background: url("../img/icPin.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-right: 4px;
  }
  .pChild .pChild__main--content .areaList section .list article a .rate {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 12px;
  }
  .pChild .pChild__main--content .areaList section .list article a .rate .star {
    width: 83px;
    height: 14px;
    background: url("../img/starnone.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild .pChild__main--content .areaList section .list article a .rate .star .starVal {
    background: url("../img/star.png") 0 0 no-repeat;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
    height: 100%;
    width: 95%;
  }
  .pChild .pChild__main--content .areaList section .list article a .rate .rateCon {
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    color: #05221E;
    margin-left: 5px;
  }
  .pChild .pChild__main--content .areaList section .list article a .rate .ratePer {
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    color: #8B8B8B;
    margin-left: 5px;
  }
  .pChild .pChild__main--content .areaList section .list article a .info {
    width: 100%;
    margin-top: 10px;
  }
  .pChild .pChild__main--content .areaList section .list article a .info dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pChild .pChild__main--content .areaList section .list article a .info dl dt {
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    color: #04AD93;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
  }
  .pChild .pChild__main--content .areaList section .list article a .info dl dt::before {
    content: "";
    width: 6px;
    height: 6px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #04AD93;
    display: inline-block;
    margin-right: 4px;
  }
  .pChild .pChild__main--content .areaList section .list article a .info dl dt::after {
    content: "：";
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    color: #05221E;
  }
  .pChild .pChild__main--content .areaList section .list article a .info dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 12px;
    line-height: 17px;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    color: #05221E;
  }
  .pChild .pChild__main--content .areaList section .list article a .info dl + dl {
    margin-top: 4px;
  }
  .pChild .pChild__main--content .areaList section .list article a:hover {
    opacity: 1;
  }
  .pChild .pChild__main--content .areaList section .list article a:hover img {
    opacity: 0.7;
  }
  .pChild .pChild__main--content .areaList section .list article a:hover h3 {
    color: #0EAD93;
  }
  .pChild .pChild__main--content .areaList section .btnMore {
    text-align: center;
    margin-top: 48px;
  }
  .pChild .pChild__main--content .areaList section .btnMore a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 223px;
    height: 50px;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    letter-spacing: 0.06em;
    -moz-border-radius: 25px;
         border-radius: 25px;
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
         box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: #04AD93;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pChild .pChild__main--content .areaList section .btnMore a::after {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    background: #fff url("../img/icArrowRightBlue.png") center no-repeat;
    -moz-background-size: 10px 9.5px;
         background-size: 10px 9.5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 11px;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .pChild .pChild__main--content .areaList section .btnMore a:hover {
    opacity: 0.7;
  }
  .pChild .pChild__main--content .areaList section .wp-pagenavi {
    margin-top: 48px;
  }
  .pChild .pChild__main--content .areaList section + section {
    padding-top: 43px;
    border-top: 1px dashed #04AD93;
  }
  .pChild .pChild__main--content .areaList .hide9 article:not(:nth-of-type(-n+9)) {
    display: none;
  }
  .pChild .pChild__main--content .areaList .hide9.show article {
    display: block !important;
  }
  .pChild .pChild__main--content .areaList .hide9.show .btnMore {
    display: none;
  }
  .pChild .pChild__main--column {
    max-width: 1040px;
    width: 100%;
    margin: 62px auto 80px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1057px) {
  .pChild .pChild__main--column {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .pChild .pChild__main--column--info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pChild .pChild__main--column--info .meta ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: -2px;
  }
  .pChild .pChild__main--column--info .meta ul li {
    margin: 2px;
  }
  .pChild .pChild__main--column--info .meta ul li a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 24px;
    -moz-border-radius: 14px;
         border-radius: 14px;
    background: #04AD93;
    color: #fff;
    padding: 0 12px;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    white-space: nowrap;
  }
  .pChild .pChild__main--column--info time {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #899190;
  }
  .pChild .pChild__main--column h1 {
    font-size: 36px;
    line-height: 52px;
    letter-spacing: 0.04em;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    color: #04AD93;
    margin-top: 24px;
  }
  .pChild .pChild__main--column .thumb {
    margin-top: 10px;
  }
  .pChild .pChild__main--column .thumb img {
    width: 100%;
    height: auto;
    max-height: 546px;
    object-fit: cover;
  }
  .pChild .pChild__main--column .content {
    margin-top: 36px;
    counter-reset: h2;
  }
  .pChild .pChild__main--column .content p {
    font-size: 16px;
    line-height: 28px;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    color: #05221E;
    letter-spacing: 0.04em;
    margin-bottom: 28px;
  }
  .pChild .pChild__main--column .content p span {
    color: #04AD93;
  }
  .pChild .pChild__main--column .content img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    -moz-border-radius: 12px;
         border-radius: 12px;
    margin-bottom: 36px;
  }
  .pChild .pChild__main--column .content img.aligncenter {
    margin-left: auto;
    margin-right: auto;
  }
  .pChild .pChild__main--column .content img.alignleft {
    margin-right: auto;
  }
  .pChild .pChild__main--column .content img.aligncenter {
    margin-left: auto;
  }
  .pChild .pChild__main--column .content h2 {
    counter-increment: h2;
    background: #FAFAFA;
    -moz-border-radius: 8px;
         border-radius: 8px;
    overflow: hidden;
    margin-top: 64px;
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    letter-spacing: 0.06em;
    color: #000000;
    padding: 14px 10px 14px 59px;
    border-left: 12px solid #04AD93;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-bottom: 24px;
  }
  .pChild .pChild__main--column .content h2::before {
    position: absolute;
    content: counter(h2, decimal-leading-zero) ".";
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    letter-spacing: 0.06em;
    color: #04AD93;
    left: 12px;
    top: 14px;
  }
  .pChild .pChild__main--column .content h3 {
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    color: #000000;
    letter-spacing: 0.06em;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 14px 28px;
    border-bottom: 1px dashed rgba(4, 173, 147, 0.4);
    margin-bottom: 24px;
    margin-top: 64px;
  }
  .pChild .pChild__main--column .content h3::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 3px;
    background: #04AD93;
    left: 0;
    top: 15px;
  }
  .pChild .pChild__main--column .content ul, .pChild .pChild__main--column .content ol {
    background: #FAFAFA;
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
         box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 32px;
    counter-reset: li;
  }
  .pChild .pChild__main--column .content ul li, .pChild .pChild__main--column .content ol li {
    counter-increment: li;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #000000;
    font-family: "Droid Sans Bold";
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 9px 30px;
    border-bottom: 1px dashed #CCCCCC;
  }
  .pChild .pChild__main--column .content ul li + li, .pChild .pChild__main--column .content ol li + li {
    margin-top: 15px;
  }
  .pChild .pChild__main--column .content ul li::before, .pChild .pChild__main--column .content ol li::before {
    position: absolute;
    content: counter(li);
    width: 24px;
    height: 24px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #04AD93;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 0;
    top: 2px;
  }
  .pChild .pChild__main--column .content ul li::before {
    content: counter(li,upper-alpha);
  }
  .pChild .pChild__main--column .content table thead tr th {
    width: 209px;
  }
  .pChild .pChild__main--column .content table thead tr th:not(:first-of-type) {
    background: #04AD93;
    -moz-border-radius: 4px;
         border-radius: 4px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #05221E;
    padding: 23px 5px;
    vertical-align: middle;
  }
  .pChild .pChild__main--column .content table tbody tr td {
    background: #F5F5F5;
    -moz-border-radius: 4px;
         border-radius: 4px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #05221E;
    padding: 5px 12px;
    text-align: center;
    height: 70px;
  }
  .pChild .pChild__main--column .content table tbody tr td:first-of-type {
    background: rgba(4, 173, 147, 0.24);
  }
  .pChild .pChild__main--column .content .wrapTable {
    width: 100%;
    height: 370px;
    overflow: auto;
  }
  .pChild .pChild__main--column .content .wrapTable::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
  .pChild .pChild__main--column .content .wrapTable::-webkit-scrollbar-track {
    background: #E0E0E0;
    border-radius: 6px;
    overflow: hidden;
  }
  .pChild .pChild__main--column .content .wrapTable::-webkit-scrollbar-thumb {
    background: #04AD93;
    border-radius: 6px;
    overflow: hidden;
  }
  .pChild .pChild__main--column .content #toc_container {
    padding: 30px 48px;
    margin-bottom: 64px;
    width: 100%;
    background: #fff;
    -moz-border-radius: 12px;
         border-radius: 12px;
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.13);
         box-shadow: 0 2px 8px rgba(0, 0, 0, 0.13);
  }
  .pChild .pChild__main--column .content #toc_container .toc_title {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 30px;
    line-height: 42px;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    color: #00AD93;
    letter-spacing: 0.06em;
    margin-bottom: 0;
    text-align: left;
  }
  .pChild .pChild__main--column .content #toc_container .toc_list {
    margin-top: 30px;
    counter-reset: li;
    background: none;
    -moz-box-shadow: none;
         box-shadow: none;
    padding: 0;
  }
  .pChild .pChild__main--column .content #toc_container .toc_list > li {
    padding: 17px 0 17px 42px;
    border-top: 1px dashed rgba(4, 173, 147, 0.4);
    counter-increment: li;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    border-bottom: none;
    margin-top: 0;
  }
  .pChild .pChild__main--column .content #toc_container .toc_list > li::before {
    position: absolute;
    content: counter(li, decimal-leading-zero) ".";
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
    letter-spacing: 0.06em;
    font-family: "Droid Sans Bold";
    color: #04AD93;
    left: 0;
    top: 17px;
    -moz-border-radius: 0;
         border-radius: 0;
    width: auto;
    height: auto;
    background: none;
  }
  .pChild .pChild__main--column .content #toc_container .toc_list > li > a {
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    color: #000000;
    letter-spacing: 0.06em;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pChild .pChild__main--column .content #toc_container .toc_list > li > a:hover {
    opacity: 1;
    color: #04AD93;
  }
  .pChild .pChild__main--column .content #toc_container .toc_list > li > ul {
    background: none;
    -moz-box-shadow: none;
         box-shadow: none;
    padding: 0;
  }
  .pChild .pChild__main--column .content #toc_container .toc_list > li > ul > li {
    margin-top: 12px;
    border-bottom: none;
    padding: 0;
  }
  .pChild .pChild__main--column .content #toc_container .toc_list > li > ul > li::before {
    display: none;
  }
  .pChild .pChild__main--column .content #toc_container .toc_list > li > ul > li > a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0.06em;
    font-family: "Droid Sans Bold";
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 22px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pChild .pChild__main--column .content #toc_container .toc_list > li > ul > li > a:hover {
    opacity: 1;
    color: #04AD93;
  }
  .pChild .pChild__main--column .content #toc_container .toc_list > li > ul > li > a::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 2px;
    background: #04AD93;
    left: 0;
    top: 10px;
  }
  .pChild .pChild__main--column .content .dentist {
    margin-bottom: 64px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild .pChild__main--column .content .dentist figure {
    width: 233px;
    margin-right: 36px;
    -moz-border-radius: 8px;
         border-radius: 8px;
    overflow: hidden;
  }
  .pChild .pChild__main--column .content .dentist figure img {
    width: 100%;
    height: 233px;
    object-fit: cover;
    margin-bottom: 0;
  }
  .pChild .pChild__main--column .content .dentist .desc {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pChild .pChild__main--column .content .dentist .desc .name {
    line-height: 0;
    padding: 0 0 9px;
    margin-bottom: 16px;
    border-bottom: 1px dashed rgba(4, 173, 147, 0.4);
  }
  .pChild .pChild__main--column .content .dentist .desc .name span {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    color: #05221E;
    letter-spacing: 0;
    display: block;
    margin-bottom: 3px;
  }
  .pChild .pChild__main--column .content .dentist .desc .name em {
    font-size: 28px;
    line-height: 40px;
    font-style: normal;
    font-weight: 700;
    color: #04AD93;
    letter-spacing: 0.04em;
    display: block;
  }
  .pChild .pChild__main--column .content .dentist .desc .intro {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-family: "Droid Sans Bold";
    color: #05221E;
  }
  .pChild .pChild__main--column .content .btnMore {
    text-align: center;
    margin-top: 36px;
  }
  .pChild .pChild__main--column .content .btnMore a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 223px;
    height: 50px;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    letter-spacing: 0.06em;
    -moz-border-radius: 25px;
         border-radius: 25px;
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
         box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: #04AD93;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pChild .pChild__main--column .content .btnMore a::after {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    background: #fff url("../img/icArrowRightBlue.png") center no-repeat;
    -moz-background-size: 10px 9.5px;
         background-size: 10px 9.5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 11px;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .pChild .pChild__main--column .content .btnMore a:hover {
    opacity: 0.7;
  }
  .pChild .pChild__main--column .content .related {
    margin-top: 66px;
  }
  .pChild .pChild__main--column .content .related a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -moz-border-radius: 12px;
         border-radius: 12px;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
         box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  }
  .pChild .pChild__main--column .content .related a figure {
    width: 376px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-right: 32px;
  }
  .pChild .pChild__main--column .content .related a figure img {
    width: 100%;
    min-height: 228px;
    margin-bottom: 0;
    height: 100%;
    object-fit: cover;
    -moz-border-radius: 12px 0 0 12px;
         border-radius: 12px 0 0 12px;
  }
  .pChild .pChild__main--column .content .related a figure figcaption {
    position: absolute;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 9px 20px;
    -moz-border-radius: 4px;
         border-radius: 4px;
    background: #04AD93;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    top: -21px;
    left: 16px;
  }
  .pChild .pChild__main--column .content .related a figure figcaption::before {
    content: "";
    width: 16px;
    height: 17px;
    background: url("../img/icArticle.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-right: 4px;
  }
  .pChild .pChild__main--column .content .related a .ar {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 16px 32px 19px 0;
  }
  .pChild .pChild__main--column .content .related a .ar > time {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #899190;
  }
  .pChild .pChild__main--column .content .related a .ar > em {
    display: block;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    color: #05221E;
    margin-top: 8px;
  }
  .pChild .pChild__main--column .content .related a .ar > p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    font-family: "Droid Sans Regular";
    color: #05221E;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .pChild .pChild__main--column ul.navigation {
    margin-top: 64px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pChild .pChild__main--column ul.navigation li a {
    width: 433px;
    height: 114px;
    background: #F7F7F7;
    -moz-border-radius: 8px;
         border-radius: 8px;
    padding: 16px 18px 14px 24px;
    display: block;
  }
  .pChild .pChild__main--column ul.navigation li a span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    color: #05221E;
  }
  .pChild .pChild__main--column ul.navigation li a span::before {
    content: "";
    width: 28px;
    height: 28px;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .pChild .pChild__main--column ul.navigation li a p {
    font-size: 14px;
    line-height: 23px;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    letter-spacing: 0.04em;
    color: #05221E;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .pChild .pChild__main--column ul.navigation li a.prev span::before {
    background: url("../img/navPrev.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 8px;
  }
  .pChild .pChild__main--column ul.navigation li a.next span::before {
    background: url("../img/navNext.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 8px;
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .pChild .pChild__main--column .recom {
    margin-top: 36px;
  }
  .pChild .pChild__main--column .recom p {
    font-size: 16px;
    line-height: 28px;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    color: #05221E;
    letter-spacing: 0.04em;
    margin-bottom: 28px;
  }
  .pChild .pChild__main--column .recom p span {
    color: #04AD93;
  }
  .pChild .pChild__main--column .recom img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    -moz-border-radius: 12px;
         border-radius: 12px;
    margin-bottom: 36px;
  }
  .pChild .pChild__main--column .recom img.aligncenter {
    margin-left: auto;
    margin-right: auto;
  }
  .pChild .pChild__main--column .recom img.alignleft {
    margin-right: auto;
  }
  .pChild .pChild__main--column .recom img.aligncenter {
    margin-left: auto;
  }
  .pChild .pChild__main--column .recom .datalist {
    margin-top: 28px;
    margin-bottom: 18px;
  }
  .pChild .pChild__main--column .recom .datalist dt {
    font-size: 16px;
    line-height: 28px;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    color: #05221E;
    letter-spacing: 0.04em;
    margin-bottom: 19px;
  }
  .pChild .pChild__main--column .recom .datalist dd ul li {
    font-size: 16px;
    line-height: 22px;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    color: #05221E;
    letter-spacing: 0.04em;
    padding: 0 0 7px 10px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild .pChild__main--column .recom .datalist dd ul li:not(:last-child) {
    border-bottom: 1px dashed #E2E2E2;
  }
  .pChild .pChild__main--column .recom .datalist dd ul li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #04AD93;
    left: 0;
    top: 8px;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .pChild .pChild__main--column .recom .datalist dd ul li + li {
    margin-top: 10px;
  }
  .pChild .pChild__main--column .recom .boxList {
    margin: 43px 0 0;
    background: #fff;
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.13);
         box-shadow: 0 2px 8px rgba(0, 0, 0, 0.13);
    -moz-border-radius: 12px;
         border-radius: 12px;
    padding: 32px 48px 36px;
  }
  .pChild .pChild__main--column .recom .boxList h2 {
    text-align: center;
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    letter-spacing: 0.06em;
    color: #00AD93;
    margin-bottom: 33px;
  }
  .pChild .pChild__main--column .recom .boxList ul {
    counter-reset: li;
    border-top: 1px dashed rgba(4, 173, 147, 0.4);
  }
  .pChild .pChild__main--column .recom .boxList ul li {
    counter-increment: li;
    border-bottom: 1px dashed rgba(4, 173, 147, 0.4);
    padding: 16px 0;
  }
  .pChild .pChild__main--column .recom .boxList ul li a {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #000000;
    font-family: "Droid Sans Bold";
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 35px;
    display: inline-block;
    -webkit-transition: all 0.3 ease;
    -moz-transition: all 0.3 ease;
    transition: all 0.3 ease;
  }
  .pChild .pChild__main--column .recom .boxList ul li a::before {
    position: absolute;
    content: counter(li, decimal-leading-zero) ".";
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.06em;
    font-family: "Droid Sans Bold";
    color: #04AD93;
    left: 0;
    top: 0;
  }
  .pChild .pChild__main--column .recom .boxList ul li a:hover {
    color: #04AD93;
    opacity: 1;
  }
  .pChild .pChild__main--column .recom article h2 {
    counter-increment: h2;
    background: #FAFAFA;
    -moz-border-radius: 8px;
         border-radius: 8px;
    overflow: hidden;
    margin-top: 64px;
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    letter-spacing: 0.06em;
    color: #000000;
    padding: 14px 10px 14px 59px;
    border-left: 12px solid #04AD93;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-bottom: 24px;
  }
  .pChild .pChild__main--column .recom article h2::before {
    position: absolute;
    content: attr(data-num) ".";
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    letter-spacing: 0.06em;
    color: #04AD93;
    left: 12px;
    top: 14px;
  }
  .pChild .pChild__main--column .recom article h3 {
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    color: #000000;
    letter-spacing: 0.06em;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 14px 28px;
    border-bottom: 1px dashed rgba(4, 173, 147, 0.4);
    margin-bottom: 24px;
    margin-top: 64px;
  }
  .pChild .pChild__main--column .recom article h3::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 3px;
    background: #04AD93;
    left: 0;
    top: 15px;
  }
  .pChild .pChild__main--column .recom article h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    color: #04AD93;
    letter-spacing: 0.06em;
    padding: 0 0 7px;
    border-bottom: 1px solid rgba(4, 173, 147, 0.6);
    margin-bottom: 16px;
  }
  .pChild .pChild__main--column .recom article .information {
    margin-bottom: 32px;
  }
  .pChild .pChild__main--column .recom article .information dl {
    padding: 21px 0 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px dashed #E2E2E2;
  }
  .pChild .pChild__main--column .recom article .information dl dt {
    width: 183px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #04AD93;
    font-family: "Droid Sans Bold";
    padding: 0 0 0 24px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild .pChild__main--column .recom article .information dl dt::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pChild .pChild__main--column .recom article .information dl dt.access::before {
    width: 16px;
    height: 22px;
    background: url("../img/icTrain.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild .pChild__main--column .recom article .information dl dt.address::before {
    width: 14px;
    height: 21px;
    background: url("../img/icLocation.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild .pChild__main--column .recom article .information dl dt.phone::before {
    width: 18.64px;
    height: 18.63px;
    background: url("../img/icTel.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild .pChild__main--column .recom article .information dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    color: #05221E;
  }
  .pChild .pChild__main--column .recom article .information dl dd a {
    color: #05221E;
  }
  .pChild .pChild__main--column .recom article .information .map {
    margin-top: 36px;
    line-height: 0;
  }
  .pChild .pChild__main--column .recom article .information .map iframe {
    width: 100%;
    height: 431px;
  }
  .pChild .pChild__main--column .recom article .information .schedule {
    margin-top: 36px;
  }
  .pChild .pChild__main--column .recom article .information .schedule table {
    width: 100%;
  }
  .pChild .pChild__main--column .recom article .information .schedule table thead tr th {
    background: rgba(4, 173, 147, 0.24);
    color: #05221E;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.04em;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    vertical-align: middle;
    -moz-border-radius: 4px;
         border-radius: 4px;
    text-align: center;
    padding: 13px 0;
  }
  .pChild .pChild__main--column .recom article .information .schedule table thead tr th:first-of-type {
    width: 30.09615%;
  }
  .pChild .pChild__main--column .recom article .information .schedule table tbody tr td {
    background: #F5F5F5;
    vertical-align: middle;
    -moz-border-radius: 4px;
         border-radius: 4px;
    text-align: center;
    padding: 13px 0;
    line-height: 0;
  }
  .pChild .pChild__main--column .recom article .information .schedule table tbody tr td:first-of-type {
    color: #05221E;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.04em;
    font-weight: 700;
    font-family: "Droid Sans Bold";
  }
  .pChild .pChild__main--column .recom article .information .schedule table tbody tr td img {
    width: 16px;
    height: auto;
    display: inline-block;
    margin-bottom: 0;
    -moz-border-radius: 0;
         border-radius: 0;
  }
  .pChild .pChild__main--column .recom article .information .schedule .note {
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
    font-family: "Droid Sans Bold";
    color: #8B8B8B;
    letter-spacing: 0.04em;
  }
  .pChild .pChild__main--column .recom article .dentist {
    margin-bottom: 64px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild .pChild__main--column .recom article .dentist figure {
    width: 233px;
    margin-right: 36px;
    -moz-border-radius: 8px;
         border-radius: 8px;
    overflow: hidden;
  }
  .pChild .pChild__main--column .recom article .dentist figure img {
    width: 100%;
    height: 233px;
    object-fit: cover;
    margin-bottom: 0;
  }
  .pChild .pChild__main--column .recom article .dentist .desc {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pChild .pChild__main--column .recom article .dentist .desc .name {
    line-height: 0;
    padding: 0 0 9px;
    margin-bottom: 16px;
    border-bottom: 1px dashed rgba(4, 173, 147, 0.4);
  }
  .pChild .pChild__main--column .recom article .dentist .desc .name span {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    color: #05221E;
    letter-spacing: 0;
    display: block;
    margin-bottom: 3px;
  }
  .pChild .pChild__main--column .recom article .dentist .desc .name em {
    font-size: 28px;
    line-height: 40px;
    font-style: normal;
    font-weight: 700;
    color: #04AD93;
    letter-spacing: 0.04em;
    display: block;
  }
  .pChild .pChild__main--column .recom article .dentist .desc .intro {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-family: "Droid Sans Bold";
    color: #05221E;
  }
  .pChild .pChild__main--column .recom article .boxContact {
    background: rgba(4, 173, 147, 0.24);
    -moz-border-radius: 8px;
         border-radius: 8px;
    padding: 40px 0;
  }
  .pChild .pChild__main--column .recom article .boxContact ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -12px 0;
  }
  .pChild .pChild__main--column .recom article .boxContact ul li {
    width: 295px;
    margin: 12px;
  }
  .pChild .pChild__main--column .recom article .boxContact ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 50px;
    -moz-border-radius: 25px;
         border-radius: 25px;
    background: #fff;
    border: 1px solid #04AD93;
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
         box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    color: #04AD93;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-right: 17px;
  }
  .pChild .pChild__main--column .recom article .boxContact ul li a::before {
    content: "";
    display: inline-block;
    margin-right: 8px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pChild .pChild__main--column .recom article .boxContact ul li a::after {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #04AD93 url("../img/icArrowRightWhite.png") center no-repeat;
    -moz-background-size: 10px 9.5px;
         background-size: 10px 9.5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 11px;
  }
  .pChild .pChild__main--column .recom article .boxContact ul li.tel a::before {
    width: 18px;
    height: 18px;
    background: url("../img/icTel.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild .pChild__main--column .recom article .boxContact ul li.tel a:hover {
    opacity: 1;
    background: #0EAD93;
    color: #fff;
  }
  .pChild .pChild__main--column .recom article .boxContact ul li.tel a:hover::before {
    background: url("../img/icTelWhite.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild .pChild__main--column .recom article .boxContact ul li.cal a::before {
    width: 22px;
    height: 24px;
    background: url("../img/icCalendar.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild .pChild__main--column .recom article .boxContact ul li.cal a:hover {
    opacity: 1;
    background: #0EAD93;
    color: #fff;
  }
  .pChild .pChild__main--column .recom article .boxContact ul li.cal a:hover::before {
    background: url("../img/icCalendarWhite.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild .pChild__main--column .recom article .boxContact ul li.tooth {
    width: 614px;
  }
  .pChild .pChild__main--column .recom article .boxContact ul li.tooth a {
    background: #04AD93;
    color: #fff;
    padding-right: 0px;
    padding-left: 43px;
  }
  .pChild .pChild__main--column .recom article .boxContact ul li.tooth a::before {
    width: 19px;
    height: 20px;
    background: url("../img/icTooth2.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild .pChild__main--column .recom article .boxContact ul li.tooth a::after {
    background: #fff url("../img/icArrowRightBlue.png") center no-repeat;
    -moz-background-size: 10px 9.5px;
         background-size: 10px 9.5px;
  }
  .pChild .pChild__main--column .recom article .boxContact ul li.tooth a:hover {
    opacity: 1;
    background: #fff;
    color: #04AD93;
  }
  .pChild .pChild__main--column .recom article .boxContact ul li.tooth a:hover::before {
    background: url("../img/icToothGreen.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild .pChild__main--content .shortIntro {
    background: url("../img/areaBg.png") top center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 120px 0 54px;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.04em;
    color: #05221E;
    font-weight: 700;
  }
  .pChild .pChild__main--content .glossary {
    padding: 64px 0 144px;
  }
  .pChild .pChild__main--content .glossary__main {
    max-width: 1040px;
  }
  .pChild .pChild__main--content .glossary__main--nav ul {
    margin: -3px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pChild .pChild__main--content .glossary__main--nav ul li {
    margin: 3px;
  }
  .pChild .pChild__main--content .glossary__main--nav ul li a {
    height: 34px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    background: #fff;
    min-width: 66px;
    -moz-border-radius: 17px;
         border-radius: 17px;
    border: 1px solid #04AD93;
    background: #fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    letter-spacing: 0.04em;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pChild .pChild__main--content .glossary__main--nav ul li a:hover {
    color: #fff;
    background: #04AD93;
  }
  .pChild .pChild__main--content .glossary__main--list {
    margin-top: 36px;
  }
  .pChild .pChild__main--content .glossary__main--list article h2 {
    background: #FAFAFA;
    -moz-border-radius: 8px;
         border-radius: 8px;
    overflow: hidden;
    margin-top: 64px;
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    letter-spacing: 0.06em;
    color: #000000;
    padding: 14px 10px 14px 12px;
    border-left: 12px solid #04AD93;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-bottom: 24px;
  }
  .pChild .pChild__main--content .glossary__main--list article .list dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    padding-bottom: 36px;
    border-bottom: 1px dashed rgba(4, 173, 147, 0.4);
  }
  .pChild .pChild__main--content .glossary__main--list article .list dl dt {
    width: 280px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    color: #04AD93;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 19px 0 12px;
  }
  .pChild .pChild__main--content .glossary__main--list article .list dl dt::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #04AD93;
    left: 0;
    top: 11px;
  }
  .pChild .pChild__main--content .glossary__main--list article .list dl dt span[data-hiragana] {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild .pChild__main--content .glossary__main--list article .list dl dt span[data-hiragana]::before {
    position: absolute;
    content: attr(data-hiragana);
    font-size: 11px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0.06em;
    font-family: "Droid Sans Bold";
    color: inherit;
    white-space: nowrap;
    left: 0;
    top: -16px;
  }
  .pChild .pChild__main--content .glossary__main--list article .list dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pChild .pChild__main--content .glossary__main--list article .list dl dd p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.06em;
    color: #05221E;
  }
  .pChild .pChild__main--content .glossary__main--list article .list dl dd .link {
    text-align: right;
    margin-top: 25px;
  }
  .pChild .pChild__main--content .glossary__main--list article .list dl dd .link a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.06em;
    color: #05221E;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
  .pChild .pChild__main--content .glossary__main--list article .list dl dd .link a::before {
    position: absolute;
    content: "";
    width: -webkit-calc(100% - 36px);
    width: -moz-calc(100% - 36px);
    width: calc(100% - 36px);
    height: 1px;
    background: #0EAD93;
    left: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
       -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pChild .pChild__main--content .glossary__main--list article .list dl dd .link a::after {
    content: "";
    width: 28px;
    height: 28px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #04AD93 url("../img/icArrowRightWhite.png") center no-repeat;
    -moz-background-size: 10px 9.5px;
         background-size: 10px 9.5px;
    display: inline-block;
    margin-left: 8px;
  }
  .pChild .pChild__main--content .glossary__main--list article .list dl dd .link a:hover::before {
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  .pChild .pChild__main--content .faq {
    padding: 64px 0 144px;
  }
  .pChild .pChild__main--content .faq__main {
    max-width: 1040px;
  }
  .pChild .pChild__main--content .faq__main article + article {
    margin-top: 48px;
  }
  .pChild .pChild__main--content .faq__main article h2 {
    background: #FAFAFA;
    -moz-border-radius: 8px;
         border-radius: 8px;
    overflow: hidden;
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    letter-spacing: 0.06em;
    color: #000000;
    padding: 14px 10px 14px 12px;
    border-left: 12px solid #04AD93;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-bottom: 24px;
  }
  .pChild .pChild__main--content .faq__main article .list dl dt {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #05221E;
    font-family: "Droid Sans Bold";
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 16px 25px 16px 39px;
    border-bottom: 1px dashed rgba(4, 173, 147, 0.4);
    cursor: pointer;
  }
  .pChild .pChild__main--content .faq__main article .list dl dt::before {
    position: absolute;
    content: "Q";
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 700;
    color: #04AD93;
    font-family: "Droid Sans Bold";
    left: 0;
    top: 12px;
  }
  .pChild .pChild__main--content .faq__main article .list dl dt i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 20px;
    right: 0;
  }
  .pChild .pChild__main--content .faq__main article .list dl dt i::before, .pChild .pChild__main--content .faq__main article .list dl dt i::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #05221E;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  .pChild .pChild__main--content .faq__main article .list dl dt i::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
       -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pChild .pChild__main--content .faq__main article .list dl dt.active i::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
       -moz-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  .pChild .pChild__main--content .faq__main article .list dl dd {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    color: #05221E;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 33px;
    margin-top: 23px;
    display: none;
  }
  .pChild .pChild__main--content .faq__main article .list dl dd::before {
    position: absolute;
    content: "A";
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 700;
    color: #05221E;
    font-family: "Droid Sans Bold";
    left: 0;
    top: -4px;
  }
  .pChild .pChild__main--content .faq__main article .list dl + dl {
    margin-top: 36px;
  }
  .pChild .pChild__main--content .about__main {
    max-width: 1040px;
    padding-top: 21px;
    padding-bottom: 114px;
  }
  .pChild .pChild__main--content .about__main dl dt {
    background: #FAFAFA;
    -moz-border-radius: 8px;
         border-radius: 8px;
    overflow: hidden;
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    letter-spacing: 0.06em;
    color: #000000;
    padding: 14px 10px 14px 12px;
    border-left: 12px solid #04AD93;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-bottom: 24px;
  }
  .pChild .pChild__main--content .about__main dl dd {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.04em;
    font-weight: 700;
    font-family: "Droid Sans Bold";
  }
  .pChild .pChild__main--content .about__main dl + dl {
    margin-top: 60px;
  }
  .pChild .pChild__main--content .editor__main {
    max-width: 1040px;
    padding-bottom: 114px;
  }
  .pChild .pChild__main--content .editor__main dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 33px 0 24px;
    border-bottom: 1px dashed rgba(4, 173, 147, 0.4);
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.04em;
    font-weight: 700;
    font-family: "Droid Sans Bold";
  }
  .pChild .pChild__main--content .editor__main dl dt {
    width: 280px;
  }
  .pChild .pChild__main--content .editor__main dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pChild .pChild__main--content .editor__main dl dd a {
    text-decoration: underline;
    color: #04AD93;
  }
  .pChild .pChild__main--content.company .editor__main dl dt {
    width: 182px;
  }
  .pChild .pChild__main--content .privacy__main {
    max-width: 1040px;
    padding-bottom: 114px;
  }
  .pChild .pChild__main--content .privacy__main dl dt {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    color: #04AD93;
    padding: 0 0 6px;
    border-bottom: 1px dashed rgba(4, 173, 147, 0.4);
  }
  .pChild .pChild__main--content .privacy__main dl dd {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    color: #05221E;
    margin-top: 12px;
  }
  .pChild .pChild__main--content .privacy__main dl dd a {
    color: #04AD93;
  }
  .pChild .pChild__main--content .privacy__main dl + dl {
    margin-top: 41px;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  body {
    background: #fff;
  }
  .header {
    position: fixed;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .header__main {
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3.46667vw 2.13333vw 3.2vw 4vw;
  }
  .header__main--left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 3;
  }
  .header__main--left h1 {
    line-height: 0;
    width: 33.33333vw;
  }
  .header__main--left h1 a {
    display: block;
    line-height: 0;
    width: 100%;
  }
  .header__main--left h1 a img {
    width: 100%;
    height: auto;
  }
  .header__main--left p {
    font-size: 2.13333vw;
    line-height: 2.93333vw;
    font-weight: 700;
    font-family: "Droid Sans Regular";
    color: #020F0D;
    margin-left: 1.6vw;
  }
  .header__main--nav {
    width: 100%;
    position: absolute;
    height: 0;
    overflow: auto;
    left: 0;
    background: #fff;
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header__main--nav ul {
    /*padding: 18.66667vw 4vw 4vw 9.33333vw;*/
    padding: 22.133vw 12.8vw 19.2vw 12.8vw;
  }
  .header__main--nav ul li + li {
    margin-top: 7.46667vw;
  }
  .header__main--nav ul li a {
    white-space: nowrap;
    font-size: 3.73333vw;
    line-height: 5.33333vw;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    color: #020F0D;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 1.33333vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 0.06em;
  }
  .header__main--nav ul li a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0.4vw;
    background: #04AD93;
    left: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
       -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  .header__main--nav ul li a:hover {
    color: #04AD93;
    opacity: 1;
  }
  .header__main--nav ul li a:hover::after {
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  .header__main .menu_icon {
    width: 9.06667vw;
    height: 9.06667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 9999;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #04AD93;
  }
  .header__main .menu_icon .menu_icon_in {
    width: 2.66667vw;
    height: 2.13333vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__main .menu_icon .menu_icon_in .menu-trigger,
  .header__main .menu_icon .menu_icon_in .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .header__main .menu_icon .menu_icon_in .menu-trigger {
    position: relative;
    width: 2.66667vw;
    height: 2.13333vw;
  }
  .header__main .menu_icon .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .header__main .menu_icon .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
    -webkit-transition: top 0.3s ease 0.3s,-webkit-transform 0.3s ease;
    transition: top 0.3s ease 0.3s,-webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease,top 0.3s ease 0.3s,-moz-transform 0.3s ease;
    transition: transform 0.3s ease,top 0.3s ease 0.3s;
    transition: transform 0.3s ease,top 0.3s ease 0.3s,-webkit-transform 0.3s ease,-moz-transform 0.3s ease;
  }
  .header__main .menu_icon .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: 50%;
  }
  .header__main .menu_icon .menu_icon_in .menu-trigger span:nth-of-type(3) {
    top: -webkit-calc(100% - 0px);
    top: -moz-calc(100% - 0px);
    top: calc(100% - 0px);
    -webkit-transition: top 0.3s ease 0.3s,-webkit-transform 0.3s ease;
    transition: top 0.3s ease 0.3s,-webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease,top 0.3s ease 0.3s,-moz-transform 0.3s ease;
    transition: transform 0.3s ease,top 0.3s ease 0.3s;
    transition: transform 0.3s ease,top 0.3s ease 0.3s,-webkit-transform 0.3s ease,-moz-transform 0.3s ease;
  }
  .header__main .menu_icon.active .menu_icon_in .menu-trigger span {
    background-color: #fff;
  }
  .header__main .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 50%;
    background: #fff;
    -webkit-transform: translateY(-50%) rotate(-45deg);
       -moz-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    -webkit-transition: top 0.3s,-webkit-transform 0.3s ease 0.3s;
    transition: top 0.3s,-webkit-transform 0.3s ease 0.3s;
    -moz-transition: top 0.3s,transform 0.3s ease 0.3s,-moz-transform 0.3s ease 0.3s;
    transition: top 0.3s,transform 0.3s ease 0.3s;
    transition: top 0.3s,transform 0.3s ease 0.3s,-webkit-transform 0.3s ease 0.3s,-moz-transform 0.3s ease 0.3s;
  }
  .header__main .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .header__main .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(3) {
    top: 50%;
    background: #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: top 0.3s,-webkit-transform 0.3s ease 0.3s;
    transition: top 0.3s,-webkit-transform 0.3s ease 0.3s;
    -moz-transition: top 0.3s,transform 0.3s ease 0.3s,-moz-transform 0.3s ease 0.3s;
    transition: top 0.3s,transform 0.3s ease 0.3s;
    transition: top 0.3s,transform 0.3s ease 0.3s,-webkit-transform 0.3s ease 0.3s,-moz-transform 0.3s ease 0.3s;
  }
  .footer {
    background: #DDF8F4;
    padding: 8.8vw 0 11.46667vw;
  }
  .footer__main {
    padding: 0 6.4vw;
  }
  .footer__main--left {
    text-align: center;
  }
  .footer__main--left .logo {
    width: 53.33333vw;
    line-height: 0;
    display: inline-block;
  }
  .footer__main--left .logo a {
    display: inline-block;
    width: 100%;
    line-height: 0;
  }
  .footer__main--left .logo a img {
    width: 100%;
    height: auto;
  }
  .footer__main--left .social {
    margin-top: 4.53333vw;
  }
  .footer__main--left .social ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__main--left .social ul li {
    line-height: 0;
  }
  .footer__main--left .social ul li + li {
    margin-left: 4.26667vw;
  }
  .footer__main--left .social ul li a {
    display: inline-block;
    height: 7.73333vw;
  }
  .footer__main--left .social ul li a img {
    width: auto;
    height: 100%;
  }
  .footer__main--right {
    margin-top: 8.8vw;
  }
  .footer__main--right ul + ul {
    margin-top: 4.8vw;
  }
  .footer__main--right ul li {
    line-height: 0;
  }
  .footer__main--right ul li + li {
    margin-top: 4.8vw;
  }
  .footer__main--right ul li a {
    font-size: 4.26667vw;
    line-height: 5.86667vw;
    font-weight: 700;
    color: #05221E;
    font-family: "Droid Sans Bold";
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 6.4vw;
  }
  .footer__main--right ul li a::before {
    position: absolute;
    content: "";
    width: 4.26667vw;
    height: 0.53333vw;
    background: #0EAD93;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pageTop {
    position: fixed;
    right: 4vw;
    bottom: 4vw;
    z-index: 99;
    line-height: 0;
    width: 9.33333vw;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pageTop:hover {
    opacity: 1;
  }
  .pageTop.active {
    opacity: 1;
  }
  .select2-search--dropdown .select2-search__field {
    background: #F2F2F2 url("../img/icSearch2.png") center right 2.13333vw no-repeat;
    -moz-background-size: 4.26667vw 4.26667vw;
         background-size: 4.26667vw 4.26667vw;
    -moz-border-radius: 1.6vw;
         border-radius: 1.6vw;
    font-size: 3.2vw;
    line-height: 4.53333vw;
    padding: 1.86667vw 2.13333vw;
    font-weight: 400;
    color: #8B8B8B;
    outline: none;
  }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
  }
  .select2-search--dropdown {
    padding: 0;
    margin-bottom: 2.4vw;
  }
  .select2-container--open .select2-dropdown--below {
    border: 1px solid #0EAD93;
    -moz-border-radius: 1.6vw;
         border-radius: 1.6vw;
    margin-top: 2.13333vw;
    background: #fff;
    -moz-box-shadow: 0 0.53333vw 2.13333vw rgba(0, 0, 0, 0.16);
         box-shadow: 0 0.53333vw 2.13333vw rgba(0, 0, 0, 0.16);
    padding: 3.2vw 2.66667vw;
  }
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #F2F2F2;
    -moz-border-radius: 1.06667vw;
         border-radius: 1.06667vw;
    color: #05221E;
  }
  .select2-container--default .select2-results__option--disabled {
    display: none;
  }
  .condition {
    max-width: 91.46667vw;
    width: 100%;
    margin: auto;
  }
  .condition__main {
    -moz-border-radius: 4.26667vw;
         border-radius: 4.26667vw;
    background: #fff;
    -moz-box-shadow: 0 0.53333vw 2.13333vw rgba(0, 0, 0, 0.12);
         box-shadow: 0 0.53333vw 2.13333vw rgba(0, 0, 0, 0.12);
  }
  .condition__main h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 4.26667vw 4.26667vw 0 0;
         border-radius: 4.26667vw 4.26667vw 0 0;
    background: #04AD93;
    color: #fff;
    font-size: 4.26667vw;
    line-height: 5.86667vw;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    padding: 2.4vw 0;
  }
  .condition__main h3::before {
    content: "";
    width: 4.31467vw;
    height: 4.26667vw;
    background: url("../img/icSearch.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 1.33333vw;
  }
  .condition__main--form {
    padding: 2.93333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .condition__main--form .wrapSel {
    width: 40.53333vw;
    height: 10.13333vw;
    margin: 1.06667vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .condition__main--form .wrapSel::after {
    position: absolute;
    content: "";
    width: 2.8vw;
    height: 1.6vw;
    background: url("../img/icChevronDown.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 4.26667vw;
  }
  .condition__main--form .wrapSel select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 100%;
    outline: none;
    width: 100%;
  }
  .condition__main--form .wrapSel .select2-container {
    width: 100% !important;
    height: 100%;
  }
  .condition__main--form .wrapSel .select2-container .select2-selection__arrow {
    display: none;
  }
  .condition__main--form .wrapSel .select2-container .selection {
    width: 100%;
    height: 100%;
    display: block;
  }
  .condition__main--form .wrapSel .select2-container .select2-selection--single {
    width: 100%;
    height: 100%;
    -moz-border-radius: 1.6vw;
         border-radius: 1.6vw;
    border: 1px solid #0EAD93;
    display: block;
  }
  .condition__main--form .wrapSel .select2-container .select2-selection--single .select2-selection__rendered {
    height: 100%;
    padding: 2.4vw 8vw 2.4vw 4.26667vw;
    color: #8B8B8B;
    font-size: 3.73333vw;
    line-height: 5.33333vw;
    font-family: "Droid Sans Regular";
    letter-spacing: 0.06em;
  }
  .condition__main--form button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 53.06667vw;
    height: 10.13333vw;
    background: #04AD93;
    -moz-border-radius: 5.86667vw;
         border-radius: 5.86667vw;
    color: #fff;
    font-size: 3.73333vw;
    line-height: 5.33333vw;
    letter-spacing: 0.06em;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    padding: 0 10.66667vw 0 6.4vw;
    outline: none;
    border: none;
    -moz-box-shadow: 0 0.53333vw 2.13333vw rgba(0, 0, 0, 0.12);
         box-shadow: 0 0.53333vw 2.13333vw rgba(0, 0, 0, 0.12);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin: 3.2vw 0 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .condition__main--form button::after {
    position: absolute;
    content: "";
    width: 5.86667vw;
    height: 5.86667vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #fff url("../img/icArrowRightBlue.png") center no-repeat;
    -moz-background-size: 1.72vw 1.50667vw;
         background-size: 1.72vw 1.50667vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2.13333vw;
  }
  .condition__main--form button:hover {
    opacity: 1;
    background: rgba(4, 173, 147, 0.7);
  }
  .search {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .search__main {
    max-width: 91.46667vw;
    width: 100%;
    margin: auto;
    background: #fff;
    -moz-border-radius: 4.26667vw;
         border-radius: 4.26667vw;
    -moz-box-shadow: 0 0.53333vw 2.13333vw rgba(0, 0, 0, 0.16);
         box-shadow: 0 0.53333vw 2.13333vw rgba(0, 0, 0, 0.16);
    position: relative;
    z-index: 2;
  }
  .search__main h2 {
    background: #04AD93;
    -moz-border-radius: 4.26667vw 4.26667vw 0 0;
         border-radius: 4.26667vw 4.26667vw 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 4.26667vw;
    line-height: 5.86667vw;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    padding: 2.4vw;
  }
  .search__main h2::before {
    content: "";
    width: 4.31467vw;
    height: 4.26667vw;
    background: url("../img/icSearch.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-right: 1.33333vw;
  }
  .search__main--inner {
    padding: 3.46667vw 4.26667vw 5.33333vw;
  }
  .search__main--inner dl dt {
    text-align: center;
    font-size: 4.26667vw;
    line-height: 5.86667vw;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    color: #05221E;
  }
  .search__main--inner dl dd {
    margin-top: 2.4vw;
  }
  .search__main--inner dl dd .form {
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    max-width: 680px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: auto;
    border: 1px solid #0EAD93;
    background: #FFFFFF;
    -moz-border-radius: 6px;
         border-radius: 6px;
    outline: none;
  }
  .search__main--inner dl dd .form input[type="text"] {
    border: 0;
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
    font-size: 3.73333vw;
    line-height: 5.33333vw;
    font-weight: 400;
    color: #05221E;
    padding: 2.4vw 4.26667vw;
    width: -webkit-calc(100% - 10.66667vw);
    width: -moz-calc(100% - 10.66667vw);
    width: calc(100% - 10.66667vw);
  }
  .search__main--inner dl dd .form input[type="text"]::-webkit-input-placeholder {
    color: #8B8B8B;
    opacity: 1;
  }
  .search__main--inner dl dd .form input[type="text"]::-moz-placeholder {
    color: #8B8B8B;
    opacity: 1;
  }
  .search__main--inner dl dd .form input[type="text"]:-ms-input-placeholder {
    color: #8B8B8B;
    opacity: 1;
  }
  .search__main--inner dl dd .form input[type="text"]::placeholder {
    color: #8B8B8B;
    opacity: 1;
  }
  .search__main--inner dl dd .form button {
    width: 10.66667vw;
    height: 10.66667vw;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    background: #04AD93 url("../img/icSearch.png") center no-repeat;
    -moz-background-size: 4.1559vw 4.11077vw;
         background-size: 4.1559vw 4.11077vw;
    border: none;
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .search__main--inner dl dd .list ul {
    margin: -0.53333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .search__main--inner dl dd .list ul li {
    margin: 0.53333vw;
    line-height: 0;
  }
  .search__main--inner dl dd .list ul li a {
    white-space: nowrap;
    font-size: 2.93333vw;
    line-height: 4.26667vw;
    font-weight: 400;
    color: #fff;
    background: #04AD93;
    padding: 0vw 2.13333vw;
    -moz-border-radius: 2.93333vw;
         border-radius: 2.93333vw;
    display: inline-block;
  }
  .search__main--inner dl + dl {
    margin-top: 4.8vw;
  }
  .pTop .mv {
    position: relative;
    z-index: 2;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-top: 36.53333vw;
    padding-bottom: 11.73333vw;
    z-index: 3;
    background: url("../img/mvImg_sp.png") 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    position: relative;
    transform: translateZ(0);
  }
  .pTop .mv__intro {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .pTop .mv__intro small {
    color: #fff;
    font-size: 4.26667vw;
    line-height: 5.86667vw;
    font-family: "Droid Sans Bold";
    font-weight: 700;
  }
  .pTop .mv__intro h2 {
    font-size: 9.6vw;
    line-height: 12.53333vw;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    color: #fff;
    margin-top: 2.66667vw;
    letter-spacing: 0.04em;
  }
  .pTop .mv__intro h2 br {
    display: block;
  }
  .pTop .mv__intro span {
    line-height: 0;
    width: 46.4vw;
    margin-top: 4.26667vw;
    display: inline-block;
  }
  .pTop .mv__intro span img {
    width: 100%;
    height: auto;
  }
  .pTop .mv .condition {
    margin-top: 10.66667vw;
  }
  .pTop .mv::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    padding-top: 50.4vw;
    background: url("../img/mvMask_sp.png") 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .pTop .ttlCom {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 7.46667vw;
  }
  .pTop .ttlCom::before {
    position: absolute;
    content: "";
    width: 6.4vw;
    height: 6.4vw;
    background: url("../img/icTooth.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 1.06667vw;
  }
  .pTop .ttlCom h2 {
    font-size: 6.4vw;
    line-height: 8.8vw;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    color: #04AD93;
  }
  .pTop .ttlCom span {
    font-size: 3.2vw;
    line-height: 4.53333vw;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    color: #05221E;
  }
  .pTop .listCom {
    text-align: right;
  }
  .pTop .listCom a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 4.26667vw;
    line-height: 5.86667vw;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    color: #05221E;
    letter-spacing: 0.06em;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .listCom a::before {
    position: absolute;
    content: "";
    width: -webkit-calc(100% - 8vw);
    width: -moz-calc(100% - 8vw);
    width: calc(100% - 8vw);
    height: 0.4vw;
    background: #0EAD93;
    left: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
       -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .listCom a::after {
    content: "";
    width: 6.4vw;
    height: 6.4vw;
    background: #04AD93 url("../img/icArrowRightWhite.png") center no-repeat;
    -moz-background-size: 1.86933vw 1.63467vw;
         background-size: 1.86933vw 1.63467vw;
    display: inline-block;
    margin-left: 1.06667vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .pTop .listCom a:hover {
    opacity: 1;
  }
  .pTop .listCom a:hover::before {
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  .pTop .column {
    background: #DCF8F4;
    padding-bottom: 10.13333vw;
  }
  .pTop .column__main--list {
    margin-top: 5.6vw;
  }
  .pTop .column__main--list ul li a {
    display: block;
    width: 100%;
    background: #fff;
    -moz-border-radius: 3.2vw;
         border-radius: 3.2vw;
    -moz-box-shadow: 0 0 2.13333vw rgba(0, 0, 0, 0.12);
         box-shadow: 0 0 2.13333vw rgba(0, 0, 0, 0.12);
    opacity: 1;
  }
  .pTop .column__main--list ul li a figure {
    width: 100%;
    -moz-border-radius: 3.2vw 3.2vw 0 0;
         border-radius: 3.2vw 3.2vw 0 0;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .column__main--list ul li a figure::before {
    position: absolute;
    content: "NEW";
    font-size: 3.2vw;
    line-height: 4.53333vw;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    padding: 1.06667vw 3.2vw 1.33333vw;
    background: #E73721;
    -moz-border-radius: 3.2vw 0 3.2vw 0;
         border-radius: 3.2vw 0 3.2vw 0;
    left: 0;
    top: 0;
  }
  .pTop .column__main--list ul li a figure img {
    width: 100%;
    height: 52vw;
    object-fit: cover;
  }
  .pTop .column__main--list ul li a article {
    padding: 2.13333vw 3.2vw 4.26667vw 3.2vw;
  }
  .pTop .column__main--list ul li a article time {
    font-size: 2.66667vw;
    line-height: 4vw;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #899190;
  }
  .pTop .column__main--list ul li a article h3 {
    font-size: 4.26667vw;
    line-height: 6.13333vw;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    color: #05221E;
    margin-top: 1.6vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .column__main--list ul li a article p {
    display: none;
  }
  .pTop .column__main--list ul li a article .meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 3.2vw -0.53333vw -0.53333vw;
  }
  .pTop .column__main--list ul li a article .meta span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    color: #fff;
    font-size: 3.2vw;
    line-height: 4.53333vw;
    font-weight: 400;
    -moz-border-radius: 2.93333vw;
         border-radius: 2.93333vw;
    background: #04AD93;
    padding: 0 2.13333vw;
    margin: 0.53333vw;
  }
  .pTop .column__main--list ul li a:hover {
    opacity: 1;
  }
  .pTop .column__main--list ul li a:hover figure img {
    opacity: 1;
  }
  .pTop .column__main--list ul li a:hover article h3 {
    color: #0EAD93;
  }
  .pTop .column__main--list ul li:nth-of-type(1) a article p {
    font-size: 3.2vw;
    line-height: 4.8vw;
    font-weight: 400;
    color: #05221E;
    margin-top: 1.6vw;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .pTop .column__main--list ul li + li {
    margin-top: 4.26667vw;
  }
  .pTop .column__main--list .listCom {
    margin-top: 8.53333vw;
  }
  .pTop .type {
    background: #fff;
    padding: 8.53333vw 0 9.6vw;
  }
  .pTop .type__main--slider {
    margin-top: 5.6vw;
  }
  .pTop .type__main--slider .swiper {
    overflow: inherit;
  }
  .pTop .type__main--slider article {
    width: 92.53333vw;
    padding: 0 1.6vw;
  }
  .pTop .type__main--slider article a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    background: #fff;
    -moz-box-shadow: 0 0 2.13333vw rgba(0, 0, 0, 0.12);
         box-shadow: 0 0 2.13333vw rgba(0, 0, 0, 0.12);
    -moz-border-radius: 2.93333vw;
         border-radius: 2.93333vw;
    padding: 0 3.2vw 4.26667vw 3.2vw;
  }
  .pTop .type__main--slider article a figure {
    -moz-border-radius: 2.93333vw 2.93333vw 0 0;
         border-radius: 2.93333vw 2.93333vw 0 0;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-left: -3.2vw;
    margin-right: -3.2vw;
    width: -webkit-calc(100% + 6.4vw);
    width: -moz-calc(100% + 6.4vw);
    width: calc(100% + 6.4vw);
  }
  .pTop .type__main--slider article a figure::before {
    position: absolute;
    content: "NEW";
    font-size: 3.2vw;
    line-height: 4.53333vw;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    padding: 1.06667vw 3.2vw 1.33333vw;
    background: #E73721;
    -moz-border-radius: 3.2vw 0 3.2vw 0;
         border-radius: 3.2vw 0 3.2vw 0;
    left: 0;
    top: 0;
    z-index: 3;
  }
  .pTop .type__main--slider article a figure img {
    width: 100%;
    height: 50.66667vw;
    object-fit: cover;
  }
  .pTop .type__main--slider article a time {
    font-size: 2.66667vw;
    line-height: 4vw;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #899190;
    margin-top: 2.13333vw;
  }
  .pTop .type__main--slider article a h3 {
    font-size: 4.26667vw;
    line-height: 6.13333vw;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    color: #05221E;
    margin-top: 1.6vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
  }
  .pTop .type__main--slider article a .meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 3.2vw -0.53333vw -0.53333vw;
  }
  .pTop .type__main--slider article a .meta span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    color: #fff;
    font-size: 3.2vw;
    line-height: 4.53333vw;
    font-weight: 400;
    -moz-border-radius: 2.93333vw;
         border-radius: 2.93333vw;
    background: #04AD93;
    padding: 0 2.13333vw;
    margin: 0.53333vw;
  }
  .pTop .type__main--slider article a .location {
    font-size: 3.2vw;
    line-height: 4.53333vw;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    color: #05221E;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2.93333vw;
  }
  .pTop .type__main--slider article a .location::before {
    content: "";
    width: 3.2vw;
    height: 4.26667vw;
    background: url("../img/icPin.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-right: 1.06667vw;
  }
  .pTop .type__main--slider article a .rate {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3.2vw;
  }
  .pTop .type__main--slider article a .rate .star {
    width: 22.13333vw;
    height: 3.73333vw;
    background: url("../img/starnone.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .type__main--slider article a .rate .star .starVal {
    background: url("../img/star.png") 0 0 no-repeat;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
    height: 100%;
    width: 95%;
  }
  .pTop .type__main--slider article a .rate .rateCon {
    font-size: 3.2vw;
    line-height: 3.73333vw;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    color: #05221E;
    margin-left: 1.06667vw;
  }
  .pTop .type__main--slider article a .rate .ratePer {
    font-size: 3.2vw;
    line-height: 3.73333vw;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    color: #8B8B8B;
    margin-left: 1.06667vw;
  }
  .pTop .type__main--slider article a .info {
    width: 100%;
    margin-top: 2.66667vw;
  }
  .pTop .type__main--slider article a .info dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pTop .type__main--slider article a .info dl dt {
    font-size: 3.2vw;
    line-height: 4.53333vw;
    font-weight: 400;
    color: #04AD93;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
  }
  .pTop .type__main--slider article a .info dl dt::before {
    content: "";
    width: 1.6vw;
    height: 1.6vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #04AD93;
    display: inline-block;
    margin-right: 1.06667vw;
  }
  .pTop .type__main--slider article a .info dl dt::after {
    content: "：";
    font-size: 3.2vw;
    line-height: 4.53333vw;
    font-weight: 400;
    color: #05221E;
  }
  .pTop .type__main--slider article a .info dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 3.2vw;
    line-height: 4.53333vw;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    color: #05221E;
  }
  .pTop .type__main--slider article a .info dl + dl {
    margin-top: 1.33333vw;
  }
  .pTop .type__main--slider article a:hover {
    opacity: 1;
  }
  .pTop .type__main--slider article a:hover img {
    opacity: 0.7;
  }
  .pTop .type__main--slider article a:hover h3 {
    color: #0EAD93;
  }
  .pTop .type__main--slider--next, .pTop .type__main--slider--prev {
    position: absolute;
    width: 8.53333vw;
    height: 8.53333vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 19;
    cursor: pointer;
  }
  .pTop .type__main--slider--next:hover, .pTop .type__main--slider--prev:hover {
    opacity: 1;
  }
  .pTop .type__main--slider--next {
    background: url("../img/ctrlRight.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: -3.2vw;
  }
  .pTop .type__main--slider--prev {
    background: url("../img/ctrlLeft.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -3.2vw;
  }
  .pTop .type__main--slider--pagination {
    width: 89.33333vw;
    height: 0.8vw;
    top: inherit;
    bottom: -6.13333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #E0E0E0;
    -moz-border-radius: 1.6vw;
         border-radius: 1.6vw;
  }
  .pTop .type__main--slider--pagination .swiper-pagination-progressbar-fill {
    background: #04AD93;
    -moz-border-radius: 1.6vw;
         border-radius: 1.6vw;
  }
  .pTop .type__main .listCom {
    margin-top: 10.4vw;
  }
  .pTop .area {
    background: #F8F8F8;
  }
  .pTop .search {
    margin-top: 6.4vw;
    background: url("../img/searchBg.jpg") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 16vw 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .search::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.74);
    top: 0;
    left: 0;
  }
  .pChild .header {
    -moz-box-shadow: 0 0.53333vw 2.13333vw rgba(0, 0, 0, 0.08);
         box-shadow: 0 0.53333vw 2.13333vw rgba(0, 0, 0, 0.08);
  }
  .pChild .wp-pagenavi {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild .wp-pagenavi .pages {
    display: none;
  }
  .pChild .wp-pagenavi a, .pChild .wp-pagenavi span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 9.6vw;
    height: 9.6vw;
    font-size: 4.26667vw;
    line-height: 5.06667vw;
    font-weight: 700;
    color: #888888;
    -moz-border-radius: 8vw;
         border-radius: 8vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
    margin: 0 1.06667vw;
    font-family: "Inter", sans-serif;
  }
  .pChild .wp-pagenavi a:hover, .pChild .wp-pagenavi span:hover {
    color: #fff;
    background: #04AD93;
    opacity: 1;
  }
  .pChild .wp-pagenavi span {
    color: #fff;
    background: #04AD93;
  }
  .pChild .wp-pagenavi a.previouspostslink, .pChild .wp-pagenavi a.nextpostslink {
    text-indent: -9999px;
    overflow: hidden;
  }
  .pChild .wp-pagenavi a.previouspostslink {
    background: #fff url("../img/prevArrow.png") center no-repeat;
    -moz-background-size: 2.93333vw 2.8vw;
         background-size: 2.93333vw 2.8vw;
  }
  .pChild .wp-pagenavi a.previouspostslink:hover {
    background: #04AD93 url("../img/prevArrow_white.png") center no-repeat;
    -moz-background-size: 2.93333vw 2.8vw;
         background-size: 2.93333vw 2.8vw;
  }
  .pChild .wp-pagenavi a.nextpostslink {
    background: #fff url("../img/nextArrow.png") center no-repeat;
    -moz-background-size: 2.93333vw 2.8vw;
         background-size: 2.93333vw 2.8vw;
  }
  .pChild .wp-pagenavi a.nextpostslink:hover {
    background: #04AD93 url("../img/nextArrow_white.png") center no-repeat;
    -moz-background-size: 2.93333vw 2.8vw;
         background-size: 2.93333vw 2.8vw;
  }
  .pChild .pChild__main {
    padding: 19.2vw 0 0;
  }
  .pChild .pChild__main--breadcrum ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild .pChild__main--breadcrum ul li {
    font-size: 2.66667vw;
    line-height: 3.73333vw;
    font-weight: 400;
    color: #05221E;
  }
  .pChild .pChild__main--breadcrum ul li a {
    font-size: 2.66667vw;
    line-height: 3.73333vw;
    font-weight: 400;
    color: #8B8B8B;
    text-decoration: underline;
  }
  .pChild .pChild__main--breadcrum ul li + li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild .pChild__main--breadcrum ul li + li::before {
    content: "";
    width: 0.8vw;
    height: 1.6vw;
    background: url("../img/breadcrumArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    line-height: 0;
    margin: 0 2.13333vw;
  }
  .pChild .pChild__main--title {
    text-align: center;
    margin-top: 9.06667vw;
    font-size: 7.46667vw;
    line-height: 9.6vw;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    color: #04AD93;
    letter-spacing: 0.04em;
  }
  .pChild .pChild__main--content {
    margin-top: 4.53333vw;
  }
  .pChild .pChild__main--content .areaIntro {
    background: url("../img/areaBg.png") top center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 15.46667vw 0 12.8vw;
  }
  .pChild .pChild__main--content .areaIntro .intro {
    text-align: center;
    font-size: 3.73333vw;
    line-height: 6.4vw;
    letter-spacing: 0.04em;
    color: #05221E;
    font-weight: 700;
    margin-bottom: 9.86667vw;
  }
  .pChild .pChild__main--content .areaList {
    background: #FAFAFA;
    padding: 8.53333vw 0vw 0;
  }
  .pChild .pChild__main--content .areaList .ageNav {
    padding-bottom: 6.4vw;
    border-bottom: 1px solid rgba(4, 173, 147, 0.4);
  }
  .pChild .pChild__main--content .areaList .ageNav ul {
    margin: -1.06667vw -0.8vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pChild .pChild__main--content .areaList .ageNav ul li {
    margin: 1.06667vw 0.8vw;
  }
  .pChild .pChild__main--content .areaList .ageNav ul li a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 2.93333vw;
         border-radius: 2.93333vw;
    font-size: 3.73333vw;
    line-height: 5.86667vw;
    color: #04AD93;
    border: 1px solid #04AD93;
    background: #fff;
    padding: 0 3.2vw;
    white-space: nowrap;
  }
  .pChild .pChild__main--content .areaList .ageNav ul li a:hover {
    background: #04AD93;
    color: #fff;
  }
  .pChild .pChild__main--content .areaList .ageNav ul li.active a {
    background: #04AD93;
    color: #fff;
  }
  .pChild .pChild__main--content .areaList section {
    padding-bottom: 9.6vw;
    padding-top: 6.4vw;
  }
  .pChild .pChild__main--content .areaList section h2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 6.4vw;
    line-height: 8.8vw;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    color: #04AD93;
  }
  .pChild .pChild__main--content .areaList section h2::before {
    content: "";
    width: 6.4vw;
    height: 6.4vw;
    background: url("../img/icTooth.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-right: 1.06667vw;
  }
  .pChild .pChild__main--content .areaList section .list {
    margin-top: 5.06667vw;
  }
  .pChild .pChild__main--content .areaList section .list article {
    width: 100%;
  }
  .pChild .pChild__main--content .areaList section .list article + article {
    margin-top: 5.33333vw;
  }
  .pChild .pChild__main--content .areaList section .list article a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    background: #fff;
    -moz-box-shadow: 0 0 2.13333vw rgba(0, 0, 0, 0.12);
         box-shadow: 0 0 2.13333vw rgba(0, 0, 0, 0.12);
    -moz-border-radius: 3.2vw;
         border-radius: 3.2vw;
    padding: 0 3.2vw 4.26667vw 3.2vw;
  }
  .pChild .pChild__main--content .areaList section .list article a figure {
    -moz-border-radius: 2.93333vw 2.93333vw 0 0;
         border-radius: 2.93333vw 2.93333vw 0 0;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-left: -3.2vw;
    margin-right: -3.2vw;
    width: -webkit-calc(100% + 6.4vw);
    width: -moz-calc(100% + 6.4vw);
    width: calc(100% + 6.4vw);
  }
  .pChild .pChild__main--content .areaList section .list article a figure::before {
    position: absolute;
    content: "NEW";
    font-size: 3.2vw;
    line-height: 4.53333vw;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    padding: 1.06667vw 3.2vw 1.33333vw;
    background: #E73721;
    -moz-border-radius: 3.2vw 0 3.2vw 0;
         border-radius: 3.2vw 0 3.2vw 0;
    left: 0;
    top: 0;
    z-index: 3;
  }
  .pChild .pChild__main--content .areaList section .list article a figure img {
    width: 100%;
    height: 50.66667vw;
    object-fit: cover;
  }
  .pChild .pChild__main--content .areaList section .list article a time {
    font-size: 2.66667vw;
    line-height: 4vw;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #899190;
    margin-top: 2.13333vw;
  }
  .pChild .pChild__main--content .areaList section .list article a h3 {
    font-size: 4.26667vw;
    line-height: 6.13333vw;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    color: #05221E;
    margin-top: 1.6vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
  }
  .pChild .pChild__main--content .areaList section .list article a .meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 3.2vw -0.53333vw -0.53333vw;
  }
  .pChild .pChild__main--content .areaList section .list article a .meta span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    color: #fff;
    font-size: 3.2vw;
    line-height: 4.53333vw;
    font-weight: 400;
    -moz-border-radius: 2.93333vw;
         border-radius: 2.93333vw;
    background: #04AD93;
    padding: 0 2.13333vw;
    margin: 0.53333vw;
  }
  .pChild .pChild__main--content .areaList section .list article a .location {
    font-size: 3.2vw;
    line-height: 4.53333vw;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    color: #05221E;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2.93333vw;
  }
  .pChild .pChild__main--content .areaList section .list article a .location::before {
    content: "";
    width: 3.2vw;
    height: 4.26667vw;
    background: url("../img/icPin.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-right: 1.06667vw;
  }
  .pChild .pChild__main--content .areaList section .list article a .rate {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3.2vw;
  }
  .pChild .pChild__main--content .areaList section .list article a .rate .star {
    width: 22.13333vw;
    height: 3.73333vw;
    background: url("../img/starnone.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild .pChild__main--content .areaList section .list article a .rate .star .starVal {
    background: url("../img/star.png") 0 0 no-repeat;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
    height: 100%;
    width: 95%;
  }
  .pChild .pChild__main--content .areaList section .list article a .rate .rateCon {
    font-size: 3.2vw;
    line-height: 3.73333vw;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    color: #05221E;
    margin-left: 1.06667vw;
  }
  .pChild .pChild__main--content .areaList section .list article a .rate .ratePer {
    font-size: 3.2vw;
    line-height: 3.73333vw;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    color: #8B8B8B;
    margin-left: 1.06667vw;
  }
  .pChild .pChild__main--content .areaList section .list article a .info {
    width: 100%;
    margin-top: 2.66667vw;
  }
  .pChild .pChild__main--content .areaList section .list article a .info dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pChild .pChild__main--content .areaList section .list article a .info dl dt {
    font-size: 3.2vw;
    line-height: 4.53333vw;
    font-weight: 400;
    color: #04AD93;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
  }
  .pChild .pChild__main--content .areaList section .list article a .info dl dt::before {
    content: "";
    width: 1.6vw;
    height: 1.6vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #04AD93;
    display: inline-block;
    margin-right: 1.06667vw;
  }
  .pChild .pChild__main--content .areaList section .list article a .info dl dt::after {
    content: "：";
    font-size: 3.2vw;
    line-height: 4.53333vw;
    font-weight: 400;
    color: #05221E;
  }
  .pChild .pChild__main--content .areaList section .list article a .info dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 3.2vw;
    line-height: 4.53333vw;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    color: #05221E;
  }
  .pChild .pChild__main--content .areaList section .list article a .info dl + dl {
    margin-top: 1.33333vw;
  }
  .pChild .pChild__main--content .areaList section .list article a:hover {
    opacity: 1;
  }
  .pChild .pChild__main--content .areaList section .list article a:hover img {
    opacity: 0.7;
  }
  .pChild .pChild__main--content .areaList section .list article a:hover h3 {
    color: #0EAD93;
  }
  .pChild .pChild__main--content .areaList section .btnMore {
    text-align: center;
    margin-top: 12.8vw;
  }
  .pChild .pChild__main--content .areaList section .btnMore a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 59.46667vw;
    height: 13.33333vw;
    color: #fff;
    font-size: 4.8vw;
    line-height: 6.66667vw;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    letter-spacing: 0.06em;
    -moz-border-radius: 6.66667vw;
         border-radius: 6.66667vw;
    -moz-box-shadow: 0 0.53333vw 2.13333vw rgba(0, 0, 0, 0.16);
         box-shadow: 0 0.53333vw 2.13333vw rgba(0, 0, 0, 0.16);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: #04AD93;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pChild .pChild__main--content .areaList section .btnMore a::after {
    position: absolute;
    content: "";
    width: 7.46667vw;
    height: 7.46667vw;
    background: #fff url("../img/icArrowRightBlue.png") center no-repeat;
    -moz-background-size: 2.66667vw 2.53333vw;
         background-size: 2.66667vw 2.53333vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2.93333vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .pChild .pChild__main--content .areaList section .btnMore a:hover {
    opacity: 0.7;
  }
  .pChild .pChild__main--content .areaList section .wp-pagenavi {
    margin-top: 9.6vw;
  }
  .pChild .pChild__main--content .areaList section + section {
    padding-top: 8.53333vw;
    border-top: 1px dashed #04AD93;
  }
  .pChild .pChild__main--content .areaList .hide9 article:not(:nth-of-type(-n+9)) {
    display: none;
  }
  .pChild .pChild__main--content .areaList .hide9.show article {
    display: block !important;
  }
  .pChild .pChild__main--content .areaList .hide9.show .btnMore {
    display: none;
  }
  .pChild .pChild__main--column {
    max-width: 91.73333vw;
    width: 100%;
    margin: 9.6vw auto 21.33333vw;
  }
  .pChild .pChild__main--column--info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pChild .pChild__main--column--info .meta ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: -0.53333vw;
  }
  .pChild .pChild__main--column--info .meta ul li {
    margin: 0.53333vw;
  }
  .pChild .pChild__main--column--info .meta ul li a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 6.4vw;
    -moz-border-radius: 3.73333vw;
         border-radius: 3.73333vw;
    background: #04AD93;
    color: #fff;
    padding: 0 3.2vw;
    font-size: 4.26667vw;
    line-height: 1;
    font-weight: 400;
    white-space: nowrap;
  }
  .pChild .pChild__main--column--info time {
    font-size: 3.2vw;
    line-height: 4.53333vw;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #899190;
  }
  .pChild .pChild__main--column h1 {
    font-size: 6.4vw;
    line-height: 8.53333vw;
    letter-spacing: 0.04em;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    color: #04AD93;
    margin-top: 6.4vw;
  }
  .pChild .pChild__main--column .thumb {
    margin-top: 4vw;
  }
  .pChild .pChild__main--column .thumb img {
    width: 100%;
    height: auto;
    max-height: 48.2666vw;
    object-fit: cover;
  }
  .pChild .pChild__main--column .content {
    margin-top: 6.4vw;
    counter-reset: h2;
  }
  .pChild .pChild__main--column .content p {
    font-size: 3.73333vw;
    line-height: 5.86667vw;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    color: #05221E;
    letter-spacing: 0.04em;
    margin-bottom: 5.86667vw;
  }
  .pChild .pChild__main--column .content p span {
    color: #04AD93;
  }
  .pChild .pChild__main--column .content img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    -moz-border-radius: 1.6vw;
         border-radius: 1.6vw;
    margin-bottom: 9.6vw;
  }
  .pChild .pChild__main--column .content img.aligncenter {
    margin-left: auto;
    margin-right: auto;
  }
  .pChild .pChild__main--column .content img.alignleft {
    margin-right: auto;
  }
  .pChild .pChild__main--column .content img.aligncenter {
    margin-left: auto;
  }
  .pChild .pChild__main--column .content h2 {
    counter-increment: h2;
    background: #FAFAFA;
    -moz-border-radius: 2.13333vw;
         border-radius: 2.13333vw;
    overflow: hidden;
    margin-top: 12.8vw;
    font-size: 4.8vw;
    line-height: 6.66667vw;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    letter-spacing: 0.06em;
    color: #000000;
    padding: 3.73333vw 2.66667vw 3.73333vw 12.8vw;
    border-left: 2.66667vw solid #04AD93;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-bottom: 4.26667vw;
  }
  .pChild .pChild__main--column .content h2::before {
    position: absolute;
    content: counter(h2, decimal-leading-zero) ".";
    font-size: 4.8vw;
    line-height: 5.6vw;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    letter-spacing: 0.06em;
    color: #04AD93;
    left: 2.13333vw;
    top: 4.26667vw;
  }
  .pChild .pChild__main--column .content h3 {
    font-size: 4.8vw;
    line-height: 6.66667vw;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    color: #000000;
    letter-spacing: 0.06em;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 1.86667vw 5.86667vw;
    border-bottom: 1px dashed rgba(4, 173, 147, 0.4);
    margin-bottom: 4.26667vw;
    margin-top: 11.46667vw;
  }
  .pChild .pChild__main--column .content h3::before {
    position: absolute;
    content: "";
    width: 4.26667vw;
    height: 0.8vw;
    background: #04AD93;
    left: 0;
    top: 2.93333vw;
  }
  .pChild .pChild__main--column .content ul, .pChild .pChild__main--column .content ol {
    background: #FAFAFA;
    -moz-box-shadow: 0 0.53333vw 2.13333vw rgba(0, 0, 0, 0.08);
         box-shadow: 0 0.53333vw 2.13333vw rgba(0, 0, 0, 0.08);
    padding: 6.4vw 4.26667vw;
    counter-reset: li;
  }
  .pChild .pChild__main--column .content ul li, .pChild .pChild__main--column .content ol li {
    counter-increment: li;
    font-size: 3.73333vw;
    line-height: 5.33333vw;
    font-weight: 700;
    color: #000000;
    font-family: "Droid Sans Bold";
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 3.46667vw 7.46667vw;
    border-bottom: 1px dashed #CCCCCC;
  }
  .pChild .pChild__main--column .content ul li + li, .pChild .pChild__main--column .content ol li + li {
    margin-top: 3.2vw;
  }
  .pChild .pChild__main--column .content ul li::before, .pChild .pChild__main--column .content ol li::before {
    position: absolute;
    content: counter(li);
    width: 5.86667vw;
    height: 5.86667vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #04AD93;
    color: #fff;
    font-size: 3.2vw;
    line-height: 3.73333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 0;
    top: -0.26667vw;
  }
  .pChild .pChild__main--column .content ul li::before {
    content: counter(li, upper-alpha);
  }
  .pChild .pChild__main--column .content table {
    min-width: 266.66667vw;
  }
  .pChild .pChild__main--column .content table thead tr th:first-of-type {
    width: 27.73333vw;
  }
  .pChild .pChild__main--column .content table thead tr th:not(:first-of-type) {
    width: 47.2vw;
    background: #04AD93;
    -moz-border-radius: 1.06667vw;
         border-radius: 1.06667vw;
    font-size: 3.73333vw;
    line-height: 5.33333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #05221E;
    padding: 3.46667vw 1.33333vw;
    vertical-align: middle;
  }
  .pChild .pChild__main--column .content table tbody tr td {
    background: #F5F5F5;
    -moz-border-radius: 1.06667vw;
         border-radius: 1.06667vw;
    vertical-align: middle;
    font-size: 3.73333vw;
    line-height: 5.33333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #05221E;
    padding: 1.33333vw 3.2vw;
    text-align: center;
    height: 16vw;
    width: 47.2vw;
  }
  .pChild .pChild__main--column .content table tbody tr td:first-of-type {
    width: 27.73333vw;
    background: rgba(4, 173, 147, 0.24);
  }
  .pChild .pChild__main--column .content .wrapTable {
    width: 100%;
    height: 98.66667vw;
    overflow: auto;
  }
  .pChild .pChild__main--column .content .wrapTable::-webkit-scrollbar {
    width: 0.8vw;
    height: 0.8vw;
  }
  .pChild .pChild__main--column .content .wrapTable::-webkit-scrollbar-track {
    background: #E0E0E0;
    border-radius: 1.6vw;
    overflow: hidden;
  }
  .pChild .pChild__main--column .content .wrapTable::-webkit-scrollbar-thumb {
    background: #04AD93;
    border-radius: 1.6vw;
    overflow: hidden;
  }
  .pChild .pChild__main--column .content .dentist {
    margin-bottom: 11.46667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild .pChild__main--column .content .dentist figure {
    width: 45.86667vw;
    -moz-border-radius: 2.13333vw;
         border-radius: 2.13333vw;
    overflow: hidden;
  }
  .pChild .pChild__main--column .content .dentist figure img {
    width: 100%;
    height: 45.86667vw;
    object-fit: cover;
    margin-bottom: 0;
  }
  .pChild .pChild__main--column .content .dentist .desc {
    margin-top: 4vw;
    width: 100%;
  }
  .pChild .pChild__main--column .content .dentist .desc .name {
    line-height: 0;
    padding: 0 0 1.86667vw;
    margin-bottom: 3.2vw;
    border-bottom: 1px dashed rgba(4, 173, 147, 0.4);
  }
  .pChild .pChild__main--column .content .dentist .desc .name span {
    font-size: 3.2vw;
    line-height: 4.53333vw;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    color: #05221E;
    letter-spacing: 0;
    display: block;
    margin-bottom: 0.53333vw;
  }
  .pChild .pChild__main--column .content .dentist .desc .name em {
    font-size: 5.33333vw;
    line-height: 7.46667vw;
    font-style: normal;
    font-weight: 700;
    color: #04AD93;
    letter-spacing: 0.04em;
    display: block;
  }
  .pChild .pChild__main--column .content .dentist .desc .intro {
    font-size: 3.73333vw;
    line-height: 5.86667vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-family: "Droid Sans Bold";
    color: #05221E;
  }
  .pChild .pChild__main--column .content #toc_container {
    padding: 4.26667vw 5.33333vw 4.8vw;
    margin-bottom: 12.8vw;
    width: 100%;
    background: #fff;
    -moz-border-radius: 2.13333vw;
         border-radius: 2.13333vw;
    -moz-box-shadow: 0 0.53333vw 2.13333vw rgba(0, 0, 0, 0.13);
         box-shadow: 0 0.53333vw 2.13333vw rgba(0, 0, 0, 0.13);
  }
  .pChild .pChild__main--column .content #toc_container .toc_title {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 6.4vw;
    line-height: 8.8vw;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    color: #00AD93;
    letter-spacing: 0.06em;
    margin-bottom: 0;
    text-align: center;
  }
  .pChild .pChild__main--column .content #toc_container .toc_list {
    margin-top: 5.06667vw;
    counter-reset: li;
    background: none;
    -moz-box-shadow: none;
         box-shadow: none;
    padding: 0;
  }
  .pChild .pChild__main--column .content #toc_container .toc_list > li {
    padding: 5.86667vw 0 4.8vw 8vw;
    border-top: 1px dashed rgba(4, 173, 147, 0.4);
    counter-increment: li;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    border-bottom: none;
    margin-top: 0;
  }
  .pChild .pChild__main--column .content #toc_container .toc_list > li::before {
    position: absolute;
    content: counter(li, decimal-leading-zero) ".";
    font-size: 4.8vw;
    line-height: 5.6vw;
    font-weight: 700;
    letter-spacing: 0.06em;
    font-family: "Droid Sans Bold";
    color: #04AD93;
    left: 0;
    top: 6.4vw;
    -moz-border-radius: 0;
         border-radius: 0;
    width: auto;
    height: auto;
    background: none;
  }
  .pChild .pChild__main--column .content #toc_container .toc_list > li > a {
    font-size: 4.8vw;
    line-height: 6.66667vw;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    color: #000000;
    letter-spacing: 0.06em;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pChild .pChild__main--column .content #toc_container .toc_list > li > a:hover {
    opacity: 1;
    color: #04AD93;
  }
  .pChild .pChild__main--column .content #toc_container .toc_list > li > ul {
    background: none;
    -moz-box-shadow: none;
         box-shadow: none;
    padding: 0;
    margin-top: 1.86667vw;
  }
  .pChild .pChild__main--column .content #toc_container .toc_list > li > ul > li {
    margin-top: 2.93333vw;
    border-bottom: none;
    padding: 0;
  }
  .pChild .pChild__main--column .content #toc_container .toc_list > li > ul > li::before {
    display: none;
  }
  .pChild .pChild__main--column .content #toc_container .toc_list > li > ul > li > a {
    font-size: 3.73333vw;
    line-height: 5.6vw;
    font-weight: 700;
    letter-spacing: 0.06em;
    font-family: "Droid Sans Bold";
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 4.8vw;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pChild .pChild__main--column .content #toc_container .toc_list > li > ul > li > a:hover {
    opacity: 1;
    color: #04AD93;
  }
  .pChild .pChild__main--column .content #toc_container .toc_list > li > ul > li > a::before {
    position: absolute;
    content: "";
    width: 3.2vw;
    height: 0.53333vw;
    background: #04AD93;
    left: 0;
    top: 2.53333vw;
  }
  .pChild .pChild__main--column .content .btnMore {
    text-align: center;
    margin-top: 9.6vw;
  }
  .pChild .pChild__main--column .content .btnMore a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 56vw;
    height: 11.73333vw;
    color: #fff;
    font-size: 4.26667vw;
    line-height: 5.86667vw;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    letter-spacing: 0.06em;
    -moz-border-radius: 6.66667vw;
         border-radius: 6.66667vw;
    -moz-box-shadow: 0 0.53333vw 2.13333vw rgba(0, 0, 0, 0.16);
         box-shadow: 0 0.53333vw 2.13333vw rgba(0, 0, 0, 0.16);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: #04AD93;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pChild .pChild__main--column .content .btnMore a::after {
    position: absolute;
    content: "";
    width: 7.46667vw;
    height: 7.46667vw;
    background: #fff url("../img/icArrowRightBlue.png") center no-repeat;
    -moz-background-size: 2.66667vw 2.53333vw;
         background-size: 2.66667vw 2.53333vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2.13333vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .pChild .pChild__main--column .content .btnMore a:hover {
    opacity: 0.7;
  }
  .pChild .pChild__main--column .content .related {
    margin-top: 14.93333vw;
  }
  .pChild .pChild__main--column .content .related a {
    display: block;
    background: #fff;
    -moz-border-radius: 3.2vw;
         border-radius: 3.2vw;
    -moz-box-shadow: 0 0 2.13333vw rgba(0, 0, 0, 0.12);
         box-shadow: 0 0 2.13333vw rgba(0, 0, 0, 0.12);
  }
  .pChild .pChild__main--column .content .related a figure {
    width: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild .pChild__main--column .content .related a figure img {
    width: 100%;
    min-height: 36vw;
    margin-bottom: 0;
    height: 100%;
    object-fit: cover;
    -moz-border-radius: 3.2vw 3.2vw 0 0;
         border-radius: 3.2vw 3.2vw 0 0;
  }
  .pChild .pChild__main--column .content .related a figure figcaption {
    position: absolute;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.93333vw 5.33333vw;
    -moz-border-radius: 1.06667vw;
         border-radius: 1.06667vw;
    background: #04AD93;
    color: #fff;
    font-size: 3.73333vw;
    line-height: 5.33333vw;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    top: -5.33333vw;
    left: 3.2vw;
  }
  .pChild .pChild__main--column .content .related a figure figcaption::before {
    content: "";
    width: 4.26667vw;
    height: 4.53333vw;
    background: url("../img/icArticle.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-right: 1.06667vw;
  }
  .pChild .pChild__main--column .content .related a .ar {
    padding: 2.13333vw 3.2vw;
  }
  .pChild .pChild__main--column .content .related a .ar > time {
    display: block;
    font-size: 2.66667vw;
    line-height: 4vw;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #899190;
  }
  .pChild .pChild__main--column .content .related a .ar > em {
    display: block;
    font-style: normal;
    font-size: 3.73333vw;
    line-height: 5.6vw;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    color: #05221E;
    margin-top: 2.13333vw;
  }
  .pChild .pChild__main--column .content .related a .ar > p {
    font-size: 3.2vw;
    line-height: 4.8vw;
    font-weight: 400;
    font-family: "Droid Sans Regular";
    color: #05221E;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .pChild .pChild__main--column ul.navigation {
    margin-top: 12.8vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pChild .pChild__main--column ul.navigation li a {
    width: 42.66667vw;
    height: 32vw;
    background: #F7F7F7;
    -moz-border-radius: 2.13333vw;
         border-radius: 2.13333vw;
    padding: 4.26667vw 3.2vw 3.46667vw 3.2vw;
    display: block;
  }
  .pChild .pChild__main--column ul.navigation li a span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 4.26667vw;
    line-height: 5.86667vw;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    color: #05221E;
  }
  .pChild .pChild__main--column ul.navigation li a span::before {
    content: "";
    width: 5.86667vw;
    height: 5.86667vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .pChild .pChild__main--column ul.navigation li a p {
    font-size: 3.2vw;
    line-height: 5.06667vw;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    letter-spacing: 0.04em;
    color: #05221E;
    margin-top: 3.2vw;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .pChild .pChild__main--column ul.navigation li a.prev span::before {
    background: url("../img/navPrev.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 1.6vw;
  }
  .pChild .pChild__main--column ul.navigation li a.next span::before {
    background: url("../img/navNext.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 1.6vw;
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .pChild .pChild__main--column .recom {
    margin-top: 9.6vw;
  }
  .pChild .pChild__main--column .recom p {
    font-size: 3.73333vw;
    line-height: 5.86667vw;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    color: #05221E;
    letter-spacing: 0.04em;
    margin-bottom: 5.86667vw;
  }
  .pChild .pChild__main--column .recom p span {
    color: #04AD93;
  }
  .pChild .pChild__main--column .recom img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    -moz-border-radius: 1.6vw;
         border-radius: 1.6vw;
    margin-bottom: 9.6vw;
  }
  .pChild .pChild__main--column .recom img.aligncenter {
    margin-left: auto;
    margin-right: auto;
  }
  .pChild .pChild__main--column .recom img.alignleft {
    margin-right: auto;
  }
  .pChild .pChild__main--column .recom img.aligncenter {
    margin-left: auto;
  }
  .pChild .pChild__main--column .recom .datalist {
    margin-top: 4.8vw;
    margin-bottom: 4.8vw;
  }
  .pChild .pChild__main--column .recom .datalist dt {
    font-size: 3.73333vw;
    line-height: 5.86667vw;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    color: #05221E;
    letter-spacing: 0.04em;
    margin-bottom: 3.73333vw;
  }
  .pChild .pChild__main--column .recom .datalist dd ul li {
    font-size: 3.73333vw;
    line-height: 5.6vw;
    font-family: "Droid Sans Bold";
    font-weight: 700;
    color: #05221E;
    letter-spacing: 0.04em;
    padding: 0 0 1.6vw 2.66667vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild .pChild__main--column .recom .datalist dd ul li:not(:last-child) {
    border-bottom: 1px dashed #E2E2E2;
  }
  .pChild .pChild__main--column .recom .datalist dd ul li::before {
    position: absolute;
    content: "";
    width: 1.6vw;
    height: 1.6vw;
    background: #04AD93;
    left: 0;
    top: 2.13333vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .pChild .pChild__main--column .recom .datalist dd ul li + li {
    margin-top: 2.66667vw;
  }
  .pChild .pChild__main--column .recom .boxList {
    margin: 11.46667vw 0 0;
    background: #fff;
    -moz-box-shadow: 0 0.53333vw 2.13333vw rgba(0, 0, 0, 0.13);
         box-shadow: 0 0.53333vw 2.13333vw rgba(0, 0, 0, 0.13);
    -moz-border-radius: 3.2vw;
         border-radius: 3.2vw;
    padding: 6.4vw 4.26667vw;
  }
  .pChild .pChild__main--column .recom .boxList h2 {
    text-align: center;
    font-size: 6.4vw;
    line-height: 8vw;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    letter-spacing: 0.06em;
    color: #00AD93;
    margin-bottom: 2.93333vw;
  }
  .pChild .pChild__main--column .recom .boxList ul {
    counter-reset: li;
    border-top: 1px dashed rgba(4, 173, 147, 0.4);
  }
  .pChild .pChild__main--column .recom .boxList ul li {
    counter-increment: li;
    border-bottom: 1px dashed rgba(4, 173, 147, 0.4);
    padding: 3.73333vw 0;
  }
  .pChild .pChild__main--column .recom .boxList ul li a {
    font-size: 4.8vw;
    line-height: 6.66667vw;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #000000;
    font-family: "Droid Sans Bold";
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 8vw;
    display: inline-block;
    -webkit-transition: all 0.3 ease;
    -moz-transition: all 0.3 ease;
    transition: all 0.3 ease;
  }
  .pChild .pChild__main--column .recom .boxList ul li a::before {
    position: absolute;
    content: counter(li, decimal-leading-zero) ".";
    font-size: 4.8vw;
    line-height: 6.66667vw;
    font-weight: 700;
    letter-spacing: 0.06em;
    font-family: "Droid Sans Bold";
    color: #04AD93;
    left: 0;
    top: 0;
  }
  .pChild .pChild__main--column .recom .boxList ul li a:hover {
    color: #04AD93;
    opacity: 1;
  }
  .pChild .pChild__main--column .recom article h2 {
    counter-increment: h2;
    background: #FAFAFA;
    -moz-border-radius: 2.13333vw;
         border-radius: 2.13333vw;
    overflow: hidden;
    margin-top: 12.8vw;
    font-size: 4.8vw;
    line-height: 6.66667vw;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    letter-spacing: 0.06em;
    color: #000000;
    padding: 3.73333vw 2.66667vw 3.73333vw 12.8vw;
    border-left: 2.66667vw solid #04AD93;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-bottom: 4.26667vw;
  }
  .pChild .pChild__main--column .recom article h2::before {
    position: absolute;
    content: attr(data-num) ".";
    font-size: 4.8vw;
    line-height: 5.6vw;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    letter-spacing: 0.06em;
    color: #04AD93;
    left: 2.13333vw;
    top: 4.26667vw;
  }
  .pChild .pChild__main--column .recom article h3 {
    font-size: 4.8vw;
    line-height: 6.66667vw;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    color: #000000;
    letter-spacing: 0.06em;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 1.86667vw 5.86667vw;
    border-bottom: 1px dashed rgba(4, 173, 147, 0.4);
    margin-bottom: 4.26667vw;
    margin-top: 11.46667vw;
  }
  .pChild .pChild__main--column .recom article h3::before {
    position: absolute;
    content: "";
    width: 4.26667vw;
    height: 0.8vw;
    background: #04AD93;
    left: 0;
    top: 2.93333vw;
  }
  .pChild .pChild__main--column .recom article h4 {
    font-size: 4.26667vw;
    line-height: 5.86667vw;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    color: #04AD93;
    letter-spacing: 0.06em;
    padding: 0 0 2.66667vw;
    border-bottom: 1px solid rgba(4, 173, 147, 0.6);
    margin-bottom: 4.26667vw;
  }
  .pChild .pChild__main--column .recom article .information {
    margin-bottom: 9.33333vw;
  }
  .pChild .pChild__main--column .recom article .information dl {
    padding: 2.66667vw 0 2.13333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: 1px dashed #E2E2E2;
  }
  .pChild .pChild__main--column .recom article .information dl dt {
    width: 26.4vw;
    font-size: 3.73333vw;
    line-height: 5.33333vw;
    font-weight: 700;
    color: #04AD93;
    font-family: "Droid Sans Bold";
    padding: 0 0 0 4.26667vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild .pChild__main--column .recom article .information dl dt::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pChild .pChild__main--column .recom article .information dl dt.access::before {
    width: 3.2vw;
    height: 4.26667vw;
    background: url("../img/icTrain.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild .pChild__main--column .recom article .information dl dt.address::before {
    width: 2.93333vw;
    height: 4.26667vw;
    background: url("../img/icLocation.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild .pChild__main--column .recom article .information dl dt.phone::before {
    width: 3.73333vw;
    height: 3.73333vw;
    background: url("../img/icTel.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild .pChild__main--column .recom article .information dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 3.73333vw;
    line-height: 5.6vw;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    color: #05221E;
  }
  .pChild .pChild__main--column .recom article .information dl dd a {
    color: #05221E;
  }
  .pChild .pChild__main--column .recom article .information .map {
    margin-top: 6.4vw;
    line-height: 0;
  }
  .pChild .pChild__main--column .recom article .information .map iframe {
    width: 100%;
    height: 37.86667vw;
  }
  .pChild .pChild__main--column .recom article .information .schedule {
    margin-top: 11.73333vw;
  }
  .pChild .pChild__main--column .recom article .information .schedule table {
    width: 100%;
  }
  .pChild .pChild__main--column .recom article .information .schedule table thead tr th {
    background: rgba(4, 173, 147, 0.24);
    color: #05221E;
    font-size: 3.73333vw;
    line-height: 5.33333vw;
    letter-spacing: 0.04em;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    vertical-align: middle;
    -moz-border-radius: 1.06667vw;
         border-radius: 1.06667vw;
    text-align: center;
    padding: 2.4vw 0;
  }
  .pChild .pChild__main--column .recom article .information .schedule table thead tr th:first-of-type {
    width: 31.73333vw;
  }
  .pChild .pChild__main--column .recom article .information .schedule table tbody tr td {
    background: #F5F5F5;
    vertical-align: middle;
    -moz-border-radius: 1.06667vw;
         border-radius: 1.06667vw;
    text-align: center;
    padding: 2.4vw 0;
    line-height: 0;
  }
  .pChild .pChild__main--column .recom article .information .schedule table tbody tr td:first-of-type {
    color: #05221E;
    font-size: 3.73333vw;
    line-height: 5.33333vw;
    letter-spacing: 0.04em;
    font-weight: 700;
    font-family: "Droid Sans Bold";
  }
  .pChild .pChild__main--column .recom article .information .schedule table tbody tr td img {
    width: 3.2vw;
    height: auto;
    display: inline-block;
    margin-bottom: 0;
    -moz-border-radius: 0;
         border-radius: 0;
  }
  .pChild .pChild__main--column .recom article .information .schedule .note {
    margin-top: 1.6vw;
    font-size: 3.2vw;
    line-height: 4.53333vw;
    font-family: "Droid Sans Bold";
    color: #8B8B8B;
    letter-spacing: 0.04em;
  }
  .pChild .pChild__main--column .recom article .dentist {
    margin-bottom: 11.46667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild .pChild__main--column .recom article .dentist figure {
    width: 45.86667vw;
    -moz-border-radius: 2.13333vw;
         border-radius: 2.13333vw;
    overflow: hidden;
  }
  .pChild .pChild__main--column .recom article .dentist figure img {
    width: 100%;
    height: 45.86667vw;
    object-fit: cover;
    margin-bottom: 0;
  }
  .pChild .pChild__main--column .recom article .dentist .desc {
    margin-top: 4vw;
    width: 100%;
  }
  .pChild .pChild__main--column .recom article .dentist .desc .name {
    line-height: 0;
    padding: 0 0 1.86667vw;
    margin-bottom: 3.2vw;
    border-bottom: 1px dashed rgba(4, 173, 147, 0.4);
  }
  .pChild .pChild__main--column .recom article .dentist .desc .name span {
    font-size: 3.2vw;
    line-height: 4.53333vw;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    color: #05221E;
    letter-spacing: 0;
    display: block;
    margin-bottom: 0.53333vw;
  }
  .pChild .pChild__main--column .recom article .dentist .desc .name em {
    font-size: 5.33333vw;
    line-height: 7.46667vw;
    font-style: normal;
    font-weight: 700;
    color: #04AD93;
    letter-spacing: 0.04em;
    display: block;
  }
  .pChild .pChild__main--column .recom article .dentist .desc .intro {
    font-size: 3.73333vw;
    line-height: 5.86667vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-family: "Droid Sans Bold";
    color: #05221E;
  }
  .pChild .pChild__main--column .recom article .boxContact {
    background: rgba(4, 173, 147, 0.24);
    -moz-border-radius: 2.13333vw;
         border-radius: 2.13333vw;
    padding: 12.8vw 8.8vw;
  }
  .pChild .pChild__main--column .recom article .boxContact ul li {
    width: 100%;
  }
  .pChild .pChild__main--column .recom article .boxContact ul li + li {
    margin-top: 12px;
  }
  .pChild .pChild__main--column .recom article .boxContact ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 12.8vw;
    -moz-border-radius: 6.66667vw;
         border-radius: 6.66667vw;
    background: #fff;
    border: 1px solid #04AD93;
    -moz-box-shadow: 0 0.53333vw 2.13333vw rgba(0, 0, 0, 0.16);
         box-shadow: 0 0.53333vw 2.13333vw rgba(0, 0, 0, 0.16);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    color: #04AD93;
    font-size: 4.26667vw;
    line-height: 5.86667vw;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-right: 6.4vw;
  }
  .pChild .pChild__main--column .recom article .boxContact ul li a::before {
    content: "";
    display: inline-block;
    margin-right: 1.06667vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pChild .pChild__main--column .recom article .boxContact ul li a::after {
    position: absolute;
    content: "";
    width: 7.46667vw;
    height: 7.46667vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #04AD93 url("../img/icArrowRightWhite.png") center no-repeat;
    -moz-background-size: 2.66667vw 2.53333vw;
         background-size: 2.66667vw 2.53333vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2.66667vw;
  }
  .pChild .pChild__main--column .recom article .boxContact ul li.tel a::before {
    width: 4.26667vw;
    height: 4.26667vw;
    background: url("../img/icTel.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild .pChild__main--column .recom article .boxContact ul li.tel a:hover {
    opacity: 1;
    background: #0EAD93;
    color: #fff;
  }
  .pChild .pChild__main--column .recom article .boxContact ul li.tel a:hover::before {
    background: url("../img/icTelWhite.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild .pChild__main--column .recom article .boxContact ul li.cal a::before {
    width: 4.26667vw;
    height: 4.8vw;
    background: url("../img/icCalendar.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild .pChild__main--column .recom article .boxContact ul li.cal a:hover {
    opacity: 1;
    background: #0EAD93;
    color: #fff;
  }
  .pChild .pChild__main--column .recom article .boxContact ul li.cal a:hover::before {
    background: url("../img/icCalendarWhite.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild .pChild__main--column .recom article .boxContact ul li.tooth a {
    background: #04AD93;
    color: #fff;
    padding-right: 6.13333vw;
  }
  .pChild .pChild__main--column .recom article .boxContact ul li.tooth a::before {
    width: 4.26667vw;
    height: 4.8vw;
    background: url("../img/icTooth2.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild .pChild__main--column .recom article .boxContact ul li.tooth a::after {
    background: #fff url("../img/icArrowRightBlue.png") center no-repeat;
    -moz-background-size: 2.66667vw 2.53333vw;
         background-size: 2.66667vw 2.53333vw;
  }
  .pChild .pChild__main--column .recom article .boxContact ul li.tooth a:hover {
    opacity: 1;
    background: #fff;
    color: #04AD93;
  }
  .pChild .pChild__main--column .recom article .boxContact ul li.tooth a:hover::before {
    background: url("../img/icToothGreen.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild .pChild__main--content .shortIntro {
    background: url("../img/areaBg_sp.png") top center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 16vw 4.26667vw 11.46667vw;
    text-align: center;
    font-size: 3.73333vw;
    line-height: 5.86667vw;
    letter-spacing: 0.04em;
    color: #05221E;
    font-weight: 700;
  }
  .pChild .pChild__main--content .glossary {
    padding: 6.4vw 0 22.4vw;
  }
  .pChild .pChild__main--content .glossary__main--nav ul {
    margin: -0.53333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pChild .pChild__main--content .glossary__main--nav ul li {
    margin: 0.53333vw;
  }
  .pChild .pChild__main--content .glossary__main--nav ul li a {
    height: 5.86667vw;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    background: #fff;
    min-width: 12.26667vw;
    -moz-border-radius: 4.26667vw;
         border-radius: 4.26667vw;
    border: 1px solid #04AD93;
    background: #fff;
    font-size: 3.73333vw;
    line-height: 5.33333vw;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    letter-spacing: 0.04em;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pChild .pChild__main--content .glossary__main--nav ul li a:hover {
    color: #fff;
    background: #04AD93;
  }
  .pChild .pChild__main--content .glossary__main--list {
    margin-top: 5.33333vw;
  }
  .pChild .pChild__main--content .glossary__main--list article h2 {
    background: #FAFAFA;
    -moz-border-radius: 2.13333vw;
         border-radius: 2.13333vw;
    overflow: hidden;
    margin-top: 9.6vw;
    font-size: 4.8vw;
    line-height: 6.66667vw;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    letter-spacing: 0.06em;
    color: #000000;
    padding: 3.73333vw 2.66667vw 3.73333vw 12.8vw;
    border-left: 2.66667vw solid #04AD93;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild .pChild__main--content .glossary__main--list article .list dl {
    padding-top: 9.06667vw;
    padding-bottom: 6.93333vw;
    border-bottom: 1px dashed rgba(4, 173, 147, 0.4);
  }
  .pChild .pChild__main--content .glossary__main--list article .list dl dt {
    font-size: 4.26667vw;
    line-height: 6.66667vw;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    color: #04AD93;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0vw 0 2.66667vw;
  }
  .pChild .pChild__main--content .glossary__main--list article .list dl dt br {
    display: none;
  }
  .pChild .pChild__main--content .glossary__main--list article .list dl dt::before {
    position: absolute;
    content: "";
    width: 1.6vw;
    height: 1.6vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #04AD93;
    left: 0;
    top: 2.66667vw;
  }
  .pChild .pChild__main--content .glossary__main--list article .list dl dt span[data-hiragana] {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild .pChild__main--content .glossary__main--list article .list dl dt span[data-hiragana]::before {
    position: absolute;
    content: attr(data-hiragana);
    font-size: 2.66667vw;
    line-height: 3.73333vw;
    font-weight: 700;
    letter-spacing: 0.06em;
    font-family: "Droid Sans Bold";
    color: inherit;
    white-space: nowrap;
    left: 0;
    top: -3.73333vw;
  }
  .pChild .pChild__main--content .glossary__main--list article .list dl dd {
    margin-top: 3.46667vw;
  }
  .pChild .pChild__main--content .glossary__main--list article .list dl dd p {
    font-size: 4.26667vw;
    line-height: 6.66667vw;
    letter-spacing: 0.06em;
    color: #05221E;
  }
  .pChild .pChild__main--content .glossary__main--list article .list dl dd .link {
    text-align: right;
    margin-top: 4.8vw;
  }
  .pChild .pChild__main--content .glossary__main--list article .list dl dd .link a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.73333vw;
    line-height: 5.33333vw;
    letter-spacing: 0.06em;
    color: #05221E;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
  .pChild .pChild__main--content .glossary__main--list article .list dl dd .link a::before {
    position: absolute;
    content: "";
    width: -webkit-calc(100% - 6.4vw);
    width: -moz-calc(100% - 6.4vw);
    width: calc(100% - 6.4vw);
    height: 1px;
    background: #0EAD93;
    left: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
       -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pChild .pChild__main--content .glossary__main--list article .list dl dd .link a::after {
    content: "";
    width: 6.4vw;
    height: 6.4vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #04AD93 url("../img/icArrowRightWhite.png") center no-repeat;
    -moz-background-size: 2.66667vw 2.53333vw;
         background-size: 2.66667vw 2.53333vw;
    display: inline-block;
    margin-left: 1.06667vw;
  }
  .pChild .pChild__main--content .glossary__main--list article .list dl dd .link a:hover::before {
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  .pChild .pChild__main--content .faq {
    padding: 21.33333vw 0 10.93333vw;
  }
  .pChild .pChild__main--content .faq__main {
    max-width: 277.33333vw;
  }
  .pChild .pChild__main--content .faq__main article + article {
    margin-top: 12.8vw;
  }
  .pChild .pChild__main--content .faq__main article h2 {
    background: #FAFAFA;
    -moz-border-radius: 2.13333vw;
         border-radius: 2.13333vw;
    overflow: hidden;
    font-size: 4.8vw;
    line-height: 6.66667vw;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    letter-spacing: 0.06em;
    color: #000000;
    padding: 2.4vw 2.66667vw 2.4vw 3.2vw;
    border-left: 2.66667vw solid #04AD93;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-bottom: 6.4vw;
  }
  .pChild .pChild__main--content .faq__main article .list dl dt {
    font-size: 4.26667vw;
    line-height: 6.4vw;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #05221E;
    font-family: "Droid Sans Bold";
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 1.6vw 6.4vw 1.6vw 6.4vw;
    border-bottom: 1px dashed rgba(4, 173, 147, 0.4);
    cursor: pointer;
  }
  .pChild .pChild__main--content .faq__main article .list dl dt::before {
    position: absolute;
    content: "Q";
    font-size: 6.4vw;
    line-height: 7.46667vw;
    letter-spacing: 0.06em;
    font-weight: 700;
    color: #04AD93;
    font-family: "Droid Sans Bold";
    left: 0;
    top: 0;
  }
  .pChild .pChild__main--content .faq__main article .list dl dt i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3.46667vw;
    height: 3.46667vw;
    right: 0;
  }
  .pChild .pChild__main--content .faq__main article .list dl dt i::before, .pChild .pChild__main--content .faq__main article .list dl dt i::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #05221E;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  .pChild .pChild__main--content .faq__main article .list dl dt i::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
       -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pChild .pChild__main--content .faq__main article .list dl dt.active i::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
       -moz-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  .pChild .pChild__main--content .faq__main article .list dl dd {
    font-size: 3.73333vw;
    line-height: 5.86667vw;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    color: #05221E;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 6.4vw;
    margin-top: 3.2vw;
    display: none;
  }
  .pChild .pChild__main--content .faq__main article .list dl dd::before {
    position: absolute;
    content: "A";
    font-size: 5.33333vw;
    line-height: 7.46667vw;
    letter-spacing: 0.06em;
    font-weight: 700;
    color: #05221E;
    font-family: "Droid Sans Bold";
    left: 0;
    top: 0vw;
  }
  .pChild .pChild__main--content .faq__main article .list dl + dl {
    margin-top: 7.46667vw;
  }
  .pChild .pChild__main--content .about__main {
    padding-top: 10.13333vw;
    padding-bottom: 19.73333vw;
  }
  .pChild .pChild__main--content .about__main dl dt {
    background: #FAFAFA;
    -moz-border-radius: 2.13333vw;
         border-radius: 2.13333vw;
    overflow: hidden;
    font-size: 4.8vw;
    line-height: 6.66667vw;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    letter-spacing: 0.06em;
    color: #000000;
    padding: 2.4vw 2.66667vw 2.4vw 3.2vw;
    border-left: 2.66667vw solid #04AD93;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-bottom: 6.4vw;
  }
  .pChild .pChild__main--content .about__main dl dd {
    font-size: 3.73333vw;
    line-height: 5.86667vw;
    letter-spacing: 0.04em;
    font-weight: 700;
    font-family: "Droid Sans Bold";
  }
  .pChild .pChild__main--content .about__main dl + dl {
    margin-top: 42px;
  }
  .pChild .pChild__main--content .editor__main {
    padding-bottom: 21.33333vw;
  }
  .pChild .pChild__main--content .editor__main dl {
    padding: 6.4vw 0 5.06667vw;
    border-bottom: 1px dashed rgba(4, 173, 147, 0.4);
    font-size: 4.26667vw;
    line-height: 5.86667vw;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    letter-spacing: 0.04em;
  }
  .pChild .pChild__main--content .editor__main dl dt {
    width: 100%;
  }
  .pChild .pChild__main--content .editor__main dl dd {
    margin-top: 3.73333vw;
  }
  .pChild .pChild__main--content .editor__main dl dd a {
    text-decoration: underline;
    color: #04AD93;
  }
  .pChild .pChild__main--content .privacy__main {
    padding-bottom: 21.33333vw;
  }
  .pChild .pChild__main--content .privacy__main dl dt {
    font-size: 4.26667vw;
    line-height: 5.86667vw;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    color: #04AD93;
    padding: 0 0 1.33333vw;
    border-bottom: 1px dashed rgba(4, 173, 147, 0.4);
  }
  .pChild .pChild__main--content .privacy__main dl dd {
    font-size: 3.73333vw;
    line-height: 5.86667vw;
    font-weight: 700;
    font-family: "Droid Sans Bold";
    color: #05221E;
    margin-top: 3.2vw;
  }
  .pChild .pChild__main--content .privacy__main dl dd a {
    color: #04AD93;
  }
  .pChild .pChild__main--content .privacy__main dl + dl {
    margin-top: 8vw;
  }
}

.wpcf7-not-valid-tip, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  display: none !important;
}

.error {
  color: #ff0000;
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
  }
  100% {
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
  }
}

@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(120%);
         transform: translateX(120%);
  }
  100% {
    -moz-transform: translateX(-120%);
         transform: translateX(-120%);
  }
}

@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(120%);
       -moz-transform: translateX(120%);
            transform: translateX(120%);
  }
  100% {
    -webkit-transform: translateX(-120%);
       -moz-transform: translateX(-120%);
            transform: translateX(-120%);
  }
}

.wpcf7-spinner {
  display: none !important;
}

.js-text .js-item,
.js-text .js-item__inner {
  display: block;
}

.js-text .js-item {
  overflow: hidden;
}

.js-text .js-item__inner {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
   -ms-transform: translateY(100%);
       transform: translateY(100%);
  -webkit-animation-delay: inherit;
  -moz-animation-delay: inherit;
       animation-delay: inherit;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
       animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
       animation-fill-mode: forwards;
}

.js-text.active .js-item__inner {
  -webkit-animation-name: textShow;
     -moz-animation-name: textShow;
          animation-name: textShow;
}

.effect, .isFull, .isPar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.delay03 {
  -webkit-transition: all 0.5s ease 0.3s;
  -moz-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
}

.delay06 {
  -webkit-transition: all 0.5s ease 0.6s;
  -moz-transition: all 0.5s ease 0.6s;
  transition: all 0.5s ease 0.6s;
}

.delay09 {
  -webkit-transition: all 0.5s ease 0.9s;
  -moz-transition: all 0.5s ease 0.9s;
  transition: all 0.5s ease 0.9s;
}

.delay12 {
  -webkit-transition: all 0.5s ease 1.2s;
  -moz-transition: all 0.5s ease 1.2s;
  transition: all 0.5s ease 1.2s;
}

.delay15 {
  -webkit-transition: all 0.5s ease 1.5s;
  -moz-transition: all 0.5s ease 1.5s;
  transition: all 0.5s ease 1.5s;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

.fadeInDown {
  -webkit-transform: translate3d(0, -50px, 0);
     -moz-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
  opacity: 0;
}

.fadeInDown.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.fadeInUp {
  -webkit-transform: translate3d(0, 50px, 0);
     -moz-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  opacity: 0;
}

.fadeInUp.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.zoomIn {
  -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
}

.zoomIn.active {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.slideUp {
  -webkit-transform: translate3d(0, 100px, 0);
     -moz-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  opacity: 0;
}

.slideUp.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slideDown {
  -webkit-transform: translate3d(0, -100px, 0);
     -moz-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
  opacity: 0;
}

.slideDown.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slideToRight {
  -webkit-transform: translate3d(-100px, 0, 0);
     -moz-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
  opacity: 0;
}

.slideToRight.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slideToLeft {
  -webkit-transform: translate3d(100px, 0, 0);
     -moz-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
  opacity: 0;
}

.slideToLeft.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@-webkit-keyframes textShow {
  0% {
    -webkit-transform: translateY(130%);
            transform: translateY(130%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes updown {
  to {
    top: -28px;
  }
}

@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  51% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-moz-keyframes scrolldown {
  0% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(100%);
         transform: translateY(100%);
  }
  51% {
    -moz-transform: translateY(-100%);
         transform: translateY(-100%);
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}

@keyframes scrolldown {
  0% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
            transform: translateY(100%);
  }
  51% {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes shine {
  0% {
    background-position-y: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-y: -400%;
  }
}

@-moz-keyframes shine {
  0% {
    background-position-y: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-y: -400%;
  }
}

@keyframes shine {
  0% {
    background-position-y: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-y: -400%;
  }
}

@-webkit-keyframes maskOrange {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 5%, 0 5%);
  }
  100% {
    clip-path: polygon(0 95%, 100% 95%, 100% 100%, 0 100%);
  }
}

@-moz-keyframes maskOrange {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 5%, 0 5%);
  }
  100% {
    clip-path: polygon(0 95%, 100% 95%, 100% 100%, 0 100%);
  }
}

@keyframes maskOrange {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 5%, 0 5%);
  }
  100% {
    clip-path: polygon(0 95%, 100% 95%, 100% 100%, 0 100%);
  }
}

.pChild .pChild__main--column .recom article #toc_container {
  display: none;
}
.header__main--left p br {
  display: none;
}

@media screen and (max-width: 1280px) and (min-width: 1201px) {
  .header__main--left p br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .header__main--nav ul li {
    padding: 2.93333vw 0;
    border-bottom: 1px dashed #04AD93;
  }

  .header__main--nav ul li a {
    padding-left: 6.9333vw;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding-bottom: 0;
    font-size: 4.26666vw;
    line-height: 5.8666vw;
  }

  .header__main--nav ul li a::before {
    position: absolute;
    content: "";
    width: 5.333vw;
    height: 5.333vw;
    background: #04AD93 url("../img/icArrowRightWhite.png") center no-repeat;
    -moz-background-size: 1.86933vw 1.63467vw;
    background-size: 1.86933vw 1.63467vw;
    display: inline-block;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .header__main--nav ul li+li {
    margin-top: 0;
  }
}