@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
 * 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 <10.
 * Add the correct display in Edge, IE, and Firefox for `details` or `summary`.
 * Add the correct display in IE for `main`.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

/**
 * Add the correct display and remove excess height 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 <11, Safari <8, and Firefox <22.
 * 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 <40.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  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;
}

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

/**
 * Add the correct font style in Android <4.4.
 */
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;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.75em 0;
}

/**
 * Add the correct background and color in IE <10.
 */
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 <11.
 */
img {
  border-style: none;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1.5em 40px;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known issues:
 * - By default, Chrome on OS X and Safari on OS X allow very limited styling of
 *   select, unless a border property is set. The default font weight on
 *   optgroup elements cannot safely be changed in Chrome on OSX and Safari on
 *   OS X.
 * - It is recommended that you do not style checkbox and radio inputs as
 *   Firefox's implementation does not respect box-sizing, padding, or width.
 * - Certain font size values applied to number inputs cause the cursor style of
 *   the decrement button to change from default to text.
 * - The search input is not fully stylable by default. In Chrome and Safari on
 *   OSX/iOS you can't control font, padding, border, or background. In Chrome
 *   and Safari on Windows you can't control border properly. It will apply
 *   border-width but will only show a border color (which cannot be controlled)
 *   for the outer 1px of that border. Applying -webkit-appearance: textfield
 *   addresses these issues without removing the benefits of search inputs (e.g.
 *   showing past searches). Safari (but not Chrome) will clip the cancel button
 *   on when it has padding (and textfield appearance).
 */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 * 3. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 4. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  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 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE <11.
 * 2. Remove the padding in IE <11.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
[type=checkbox],
[type=radio] {
  -webkit-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 */
}

/**
 * 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.
 * 4. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
  color: inherit; /* 2 */
  padding: 0; /* 3 */
}

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

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

/* 以下デフォルトスタイルのリセット
   ========================================================================== */
html {
  font-size: 62.5%;
}

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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  height: 100%;
}

a {
  outline: none;
}

strong, em {
  font-weight: bold;
}

img, svg {
  vertical-align: top;
}

img {
  max-width: 100%;
}

input, textarea, select, button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: middle;
}

input[type=text],
input[type=search],
input[type=tel],
input[type=url],
input[type=email],
input[type=password],
input[type=button],
input[type=submit],
textarea,
select,
button {
  border-radius: 0;
}

input[type=text],
input[type=search],
input[type=tel],
input[type=url],
input[type=email],
input[type=password],
input[type=button],
input[type=submit],
textarea,
button {
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

input[type=button],
input[type=submit],
button {
  background: none;
  border: 0;
  cursor: pointer;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100px #fff inset;
}

input[type=submit] {
  -webkit-appearance: none;
}

@font-face {
  font-family: "Himalaya";
  src: url("../font/MicrosoftHimalaya.eot");
  src: url("../font/MicrosoftHimalaya.eot?#iefix") format("embedded-opentype"), url("../font/MicrosoftHimalaya.woff") format("woff"), url("../font/MicrosoftHimalaya.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.cf {
  *zoom: 1;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}

.hover {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.hover:hover {
  opacity: 0.7;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html, body {
  width: 100%;
}

html {
  height: 100%;
}

body {
  color: #666;
  font-family: "Noto Sans JP", sans-serif;
}

h3 {
  font-family: "Sawarabi Mincho";
  font-size: 20px;
  margin: 0 auto 20px;
  text-align: center;
  letter-spacing: 1px;
}

.bold {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 30px;
}

b {
  font-weight: bold;
}

img {
  width: 100%;
}

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

.spi {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .spi {
    display: inline !important;
  }
}

.spb {
  display: none;
}
@media screen and (max-width: 767px) {
  .spb {
    display: block;
  }
}

/* Link Underline Begin */
a {
  color: #000;
}
a:hover {
  opacity: 0.8;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

a, a:hover, a:active {
  text-decoration: none !important;
}

/* Link Underline End */
.fl {
  float: left;
}

.fr {
  float: right !important;
}

.pr {
  position: relative;
}

.wrapper {
  max-width: 950px;
  margin: auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding: 0;
  }
}

.wrapper_900 {
  max-width: 900px;
  margin: auto;
}

.wrapper_780 {
  max-width: 780px;
  margin: auto;
}

.wrapper_720 {
  max-width: 720px;
  margin: auto;
}

@media screen and (max-width: 989px) {
  .wrapper, .wrapper_900, .wrapper_780, .wrapper_720 {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper, .wrapper_900, .wrapper_780, .wrapper_720 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 479px) {
  .wrapper, .wrapper_900, .wrapper_780, .wrapper_720 {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper .wrapper_720 {
    padding: 0;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

input[type=submit] {
  background: #808285;
  padding: 10px 50px;
  display: block;
  margin: auto;
  border-radius: 3px;
  color: #FFF;
}
input[type=submit]:disabled {
  opacity: 0.4;
  color: #CCC;
}

.btn {
  background: #808285;
  padding: 5px 15px;
  border-radius: 3px;
  color: #FFF;
}

.mb15 {
  display: block;
  margin-bottom: 15px;
}

.mb20 {
  display: block;
  margin-bottom: 20px;
}

.mb30 {
  display: block;
  margin-bottom: 30px;
}

header {
  padding: 7px 0;
  width: 100%;
  height: 43px;
  background: #FFF;
  padding: 7px 0;
  position: fixed;
  border-bottom: 1px solid #DDD;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  header {
    height: 40px;
  }
}
header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .flex h1 {
  width: 146px;
  display: block;
}
@media screen and (max-width: 919px) {
  header .flex h1 {
    width: 130px;
  }
}
header .flex .right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
header .flex .right #main_nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
header .flex .right #main_nav input[type=checkbox] {
  display: none !important;
}
@media screen and (max-width: 767px) {
  header .flex .right #main_nav {
    position: inherit;
  }
}
header .flex .right #main_nav ul {
  margin: 47px 0 0;
  padding: 0;
  background: #FFF;
}
header .flex .right #main_nav ul li {
  position: relative;
  display: block;
  font-size: 14px;
}
header .flex .right #main_nav ul li a {
  color: #926235;
  display: center;
  letter-spacing: 1px;
  line-height: 1.6;
  font-weight: 500;
}
header .flex .right #main_nav ul li a::before {
  content: "▶";
  margin-right: 2px;
  font-size: 9px;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
}
header .flex .right #main_nav ul li a.n1 {
  color: #926235;
}
header .flex .right #main_nav ul li a.n2 {
  color: #3689C3;
}
header .flex .right #main_nav ul li a.n3 {
  color: #008F3C;
}
header .flex .right #main_nav ul li a.n4 {
  color: #a53486;
}
header .flex .right #main_nav ul li a.n5 {
  color: #fb98d1;
}
header .flex .right #main_nav ul li a .drop-icon {
  display: inline-block;
  line-height: 1;
}
header .flex .right #main_nav ul li a .drop-area {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
header .flex .right #main_nav ul li .sub-menu {
  margin: 0;
  display: none;
}
header .flex .right #main_nav ul li .sub-menu li {
  font-size: 12px;
}
header .flex .right #main_nav ul li .sub-menu li a {
  padding: 10px 0 10px 50px;
}
header .flex .right #main_nav ul li .sub-menu li a::before {
  content: inherit;
}
@media screen and (min-width: 768px) {
  header .flex .right #main_nav ul li .sub-menu li {
    width: auto;
    line-height: 1.8;
    float: none;
    margin-left: 0;
    margin-right: 30px;
  }
}
header .flex .right #main_nav .main-menu {
  display: none;
  position: absolute;
  top: 3px;
  left: inherit;
  right: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 15px 0;
  z-index: 9;
  border: 1px solid #DDD;
  border-top: 0;
}
@media screen and (max-width: 767px) {
  header .flex .right #main_nav .main-menu {
    width: 100%;
    top: 11px;
  }
}
header .flex .right #main_nav a {
  position: relative;
  display: block;
  padding: 15px 40px;
  text-decoration: none;
  position: relative;
}
header .flex .right #main_nav .doc_request, header .flex .right #main_nav .language {
  height: 40px;
  padding: 0 10px;
  background: #59B25B;
  color: #FFF;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .flex .right #main_nav .doc_request::before, header .flex .right #main_nav .language::before {
  content: "お問合せ";
  white-space: pre-wrap;
  color: #FFF;
  font-size: 12px;
  padding: 0 10px;
  line-height: 15px;
  letter-spacing: 0;
  width: auto;
}
header .flex .right #main_nav .language {
  background: #E4423F;
  margin-right: 5px;
}
header .flex .right #main_nav .language::before {
  display: none;
}
header .flex .right #main_nav #toggle-menu {
  height: 40px;
  width: 40px;
  background: #C9A881;
  color: #FFF;
  padding: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 5px;
}
header .flex .right #main_nav #toggle-menu .burger span {
  height: 2px;
  width: 17px;
  background: #FFF;
  display: block;
  margin: 3px auto;
}
header .flex .right #main_nav #toggle-menu .burger_text {
  font-size: 10px;
  line-height: 10px;
  margin: 3px auto 3px;
  display: block;
}
header .flex .right #main_nav input[type=checkbox]:checked + .sub-menu {
  display: block;
  margin-top: -10px;
  position: relative;
}
header .flex .right #tm:checked + .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer {
  background: #139F49;
}
footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  footer .wrapper {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .wrapper .footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 274px);
  font-size: 12px;
  color: #FFF;
  padding: 25px 40px 15px;
}
@media screen and (max-width: 767px) {
  footer .wrapper .footer_nav {
    width: 100%;
    padding: 40px 0 0;
  }
}
footer .wrapper .footer_nav .nav_area {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  footer .wrapper .footer_nav .nav_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: rwo;
            flex-direction: rwo;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin-bottom: 0;
  }
}
footer .wrapper .footer_nav .nav_area ul {
  min-width: 100px;
}
@media screen and (max-width: 767px) {
  footer .wrapper .footer_nav .nav_area ul {
    width: 50%;
    text-align: center;
    padding-bottom: 30px;
  }
}
footer .wrapper .footer_nav .nav_area ul li {
  line-height: 1.6;
  margin-bottom: 12px;
}
footer .wrapper .footer_nav .nav_area ul li ul {
  margin-left: 7px;
}
@media screen and (max-width: 767px) {
  footer .wrapper .footer_nav .nav_area ul li ul {
    width: 100%;
    margin: auto;
    padding-bottom: 0;
  }
}
footer .wrapper .footer_nav .nav_area ul li ul li {
  margin: 5px 0;
  font-size: 10px;
}
footer .wrapper .footer_nav .nav_area ul a {
  color: #FFF;
}
footer .wrapper .footer_nav .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 22px;
  letter-spacing: 1px;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  footer .wrapper .footer_nav .bottom {
    text-align: center;
  }
}
footer .wrapper .footer_logo {
  width: 194px;
  min-height: 194px;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  footer .wrapper .footer_logo {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .wrapper .footer_logo img {
  width: 100px;
}
footer .wrapper .footer_logo .rights {
  font-size: 8px;
  color: #956236;
  padding-top: 30px;
  letter-spacing: 1px;
}

.banner {
  background: #F5F5F5;
}
.banner .container {
  width: 562px;
  margin: auto;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .banner .container {
    width: 100%;
    padding: 30px 0;
  }
}
.banner .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner .container ul li {
  width: 180px;
  height: 60px;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .banner .container ul li {
    width: 165px;
  }
}
.banner .container ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Sawarabi Mincho";
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .banner .container ul li a {
    font-size: 10px;
  }
}
.banner .container ul li a .img_box {
  width: 60px;
  height: 60px;
  z-index: 1;
}
.banner .container ul li a .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .container ul li a .content {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner .container ul li a .content span {
  margin-left: 10px;
  z-index: 1;
  position: absolute;
  color: #FFF;
  line-height: 1.5;
  letter-spacing: 1px;
}
.banner .container ul li a .content img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.main {
  padding-top: 58px;
}
@media screen and (max-width: 767px) {
  .main {
    padding-top: 54px;
  }
}
.main .top {
  height: 194px;
}
@media screen and (max-width: 767px) {
  .main .top {
    height: 110px;
  }
}
.main .top .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .main .top .wrapper {
    padding: 0;
  }
}
.main .top .wrapper .page_title {
  width: 194px;
  height: 194px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .main .top .wrapper .page_title {
    width: 110px;
    height: 110px;
  }
}
.main .top .wrapper .page_title img {
  height: 23px;
}
@media screen and (max-width: 767px) {
  .main .top .wrapper .page_title img {
    height: 12px;
  }
}
.main .top .wrapper .theme {
  width: calc(100% - 194px);
  height: 194px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main .top .wrapper .theme {
    width: calc(100% - 110px);
    height: 110px;
  }
}
.main .top .wrapper .theme img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .container {
  width: 562px;
  margin: auto;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .main .container {
    width: 100%;
    padding: 25px 0;
  }
}
.main .container .title {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 18px 18px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .main .container .title {
    font-size: 16px;
    line-height: 24px;
  }
}
.main .container .title .number {
  font-size: 34px;
  margin-right: 10px;
}
.main .container .content {
  background: #FFF;
  border-radius: 0 0 18px 18px;
  padding: 25px 20px 0;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 26px;
  display: inline-table;
}
@media screen and (max-width: 767px) {
  .main .container .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main .container .content p {
  margin-bottom: 25px;
}
.main .container .content .img_box {
  width: 192px;
  height: 194px;
  float: left;
  margin: 0 25px 25px 0;
}
@media screen and (max-width: 767px) {
  .main .container .content .img_box {
    width: 100%;
    height: calc(100vw - 68px);
  }
}
.main .container .content .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .container .content .img_box.fr {
  margin-left: 25px;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .main .container .content .img_box.fr {
    margin-left: 0;
  }
}
.main .container .content img {
  width: 194px;
  height: 194px;
  float: left;
  margin: 0 25px 25px 0;
}
@media screen and (max-width: 767px) {
  .main .container .content img {
    width: 100%;
    height: auto;
  }
}
.main .container .content img.fr {
  margin-left: 25px;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .main .container .content img.fr {
    margin-left: 0;
  }
}
.main .container .content ul {
  margin-bottom: 25px;
}
.main .container .content ul li {
  text-indent: -12px;
  margin-left: 12px;
}
.main .container .content ul li:before {
  content: "•";
  font-size: 20px;
  line-height: 10px;
  padding: 0 3px;
}
.main .container .content ul.no_bullet li {
  text-indent: inherit;
  margin-left: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .main .container .content ul.no_bullet li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main .container .content ul.no_bullet li:before {
  content: inherit;
}
.main .container .content ul.no_bullet li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: inherit !important;
}
.main .container .content .arrow_up, .main .container .content .arrow_down, .main .container .content .arrow_left, .main .container .content .arrow_right {
  width: 11px;
  height: 19px;
  float: inherit;
  margin: auto;
  display: block;
}
.main .container .content .arrow_up {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.main .container .content .arrow_down {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .main .container .content .arrow_down {
    width: 17px;
    height: auto;
    margin: 10px auto;
  }
}
.main .container .content .arrow_left {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main .container .content .check_bullet {
  width: 120px;
  height: 23px;
  line-height: 23px;
  font-size: 14px;
  border-radius: 5px;
  margin: 3px 10px 0 0;
  padding: 0px 5px 0px 27px;
  background: url(../img/check_bullet.svg) no-repeat 10px center;
  background-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .main .container .content .check_bullet {
    width: 50px;
  }
}

#company .top {
  background: #E5EDA9;
}
#company .top .wrapper .page_title {
  background: url("../img/bgc_company.jpg") no-repeat left top;
}
#company dl {
  width: 562px;
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  #company dl {
    width: 100%;
  }
}
#company dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #EEE;
  font-size: 14px;
  line-height: 26px;
  padding: 15px 40px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  #company dl div {
    padding: 15px 10px;
  }
}
#company dl div dt {
  width: 35%;
}
#company dl div dd {
  width: 65%;
}
#company dl div:nth-child(even) {
  background: #F5F5F5;
}
#company dl div:last-child {
  border-bottom: none;
}

#why_tukushi {
  background: #E4423F;
}
#why_tukushi .top {
  background: #FAD9D9;
}
#why_tukushi .top .wrapper .page_title {
  background: url("../img/bgc_why_tukushi.jpg") no-repeat left top;
}
#why_tukushi .top .wrapper .page_title img {
  height: 86px;
}
@media screen and (max-width: 767px) {
  #why_tukushi .top .wrapper .page_title img {
    height: 50px;
  }
}
#why_tukushi .container .title {
  color: #E4423F;
  background: #FAD9D9;
}
#why_tukushi .container .title .number {
  font-size: 34px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #why_tukushi .container .title .number {
    font-size: 28px;
  }
}
#why_tukushi .container .content ol li .sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  min-height: 30px;
  background: #FAD9D9;
  color: #E4423F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  padding: 3px 15px 3px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
  border-left: 30px solid #E4423F;
  position: relative;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #why_tukushi .container .content ol li .sub {
    width: 100%;
  }
}
#why_tukushi .container .content ol li .sub .square {
  width: 30px;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  position: absolute;
  left: -30px;
}
#why_tukushi .container .content ul li:before {
  color: #E4423F;
}

#method {
  background: #35B3EA;
}
#method .top {
  background: #CFEBF7;
}
#method .top .wrapper .page_title {
  background: url("../img/bgc_method.jpg") no-repeat left top;
}
#method .top .wrapper .page_title img {
  height: 60px;
}
@media screen and (max-width: 767px) {
  #method .top .wrapper .page_title img {
    height: 35px;
  }
}
#method .container h3 {
  color: #FFF;
}
#method .container .title {
  color: #35B3EA;
  background: #CFEBF7;
}
#method .container .title .feature {
  font-size: 16px;
  font-weight: normal;
  margin-right: 10px;
  background: #35B3EA;
  color: #FFF;
  padding: 5px 10px;
  border-radius: 20px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  #method .container .title .feature {
    padding: 2px 10px;
  }
}
#method .container .content ul li:before {
  color: #35B3EA;
}
#method .container .content .box_group, #method .container .content .box_group_sp {
  margin-bottom: 25px;
}
#method .container .content .box_group .color_box, #method .container .content .box_group_sp .color_box {
  height: 100%;
  border-radius: 10px;
  color: #FFF;
  padding: 14px 19px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#method .container .content .box_group .color_box .box_title, #method .container .content .box_group_sp .color_box .box_title {
  font-size: 16px;
  margin-bottom: 5px;
}
#method .container .content .box_group .color_box .box_content, #method .container .content .box_group_sp .color_box .box_content {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
}
#method .container .content .box_group .color_box.green, #method .container .content .box_group_sp .color_box.green {
  background: #76D964;
}
#method .container .content .box_group .color_box.blue, #method .container .content .box_group_sp .color_box.blue {
  background: #025AC5;
}
#method .container .content .box_group .color_box.purple, #method .container .content .box_group_sp .color_box.purple {
  background: #8F72D9;
}
#method .container .content .box_group .color_box.pink, #method .container .content .box_group_sp .color_box.pink {
  background: #FB97D2;
}
#method .container .content .no_bullet li {
  border-bottom: 1px solid #35B3EA;
}
#method .container .content .no_bullet li .check_bullet {
  background-color: #35B3EA;
  color: #FFF;
}

#course .top {
  background: #E6F9FE;
}
#course .top .wrapper .page_title {
  background: url("../img/bgc_course_intro.jpg") no-repeat left top;
}
#course .wrapper .bold {
  color: #999;
}
#course .wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
#course .wrapper ul li {
  font-size: 15px;
  padding: 0 40px 0 20px;
  background: #7FE0F9;
  height: 36px;
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  #course .wrapper ul li {
    padding: 0 15px;
    letter-spacing: 0;
  }
}
#course .wrapper ul li a {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#course .wrapper ul li a img {
  width: 10px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #course .wrapper ul li a img {
    margin-right: 5px;
  }
}
#course .wrapper .reason {
  background: #F5F5F5;
  margin-bottom: 25px;
  border-radius: 18px;
}
#course .wrapper .reason .title {
  height: 36px;
  font-size: 14px;
  background: #FFF;
  color: #7FE0F9;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  margin: 25px 0 10px;
  border-left: 36px solid #7FE0F9;
  border-radius: 0;
}
#course .wrapper .reason .content {
  background: no-repeat;
  border: none;
  padding: 0 20px;
}
#course .wrapper .title {
  color: #FFF;
  background: #7FE0F9;
}
#course .wrapper .content {
  border: 4px solid #7FE0F9;
}

#form {
  overflow: hidden;
}
#form .top {
  background: #FCF4D1;
}
#form .top .wrapper .page_title {
  background: url("../img/bgc_form.jpg") no-repeat left top;
}
#form .top .wrapper .page_title img {
  height: 15px;
}
@media screen and (max-width: 767px) {
  #form .top .wrapper .page_title img {
    font-size: 11px;
  }
}
#form .container h3 {
  color: #F2C619;
}
#form .container .policy-acceptance {
  font-size: 14px;
  display: table;
  margin: auto;
}
#form .container .policy-acceptance span {
  margin: 0 10px;
}
#form .container .policy-acceptance span label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#form .container .wpcf7-response-output {
  color: #FF5050;
  margin: auto;
  text-align: center;
  font-size: 14px;
  border: none;
  line-height: 1.6;
}
#form .container .form_section {
  padding-bottom: 15px;
}
#form .container .form_section dl {
  margin-bottom: 25px;
}
#form .container .form_section dl dt {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: #999;
  line-height: 1.6;
  font-size: 14px;
  font-weight: bold;
}
#form .container .form_section dl dd {
  background: #F5F5F5;
  padding: 30px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  #form .container .form_section dl dd {
    padding: 35px 10px;
  }
}
#form .container .form_section dl dd.required {
  background: #F5F5F5 url("../img/required.svg") no-repeat right top;
  background-size: 26px;
}
#form .container .form_section dl dd p.ps {
  font-size: 10px;
  line-height: 1.6;
  margin-top: 20px !important;
}
#form .container .form_section dl dd input, #form .container .form_section dl dd select {
  border: none;
  padding: 0 10px;
  margin: 0;
}
#form .container .form_section dl dd.for_classes .checkbox-class span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #form .container .form_section dl dd.for_classes .checkbox-class span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #form .container .form_section dl dd.for_classes .checkbox-class span span {
    width: 100% !important;
  }
}
#form .container .form_section dl dd.l p, #form .container .form_section dl dd.m p, #form .container .form_section dl dd.s p {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #form .container .form_section dl dd.l p, #form .container .form_section dl dd.m p, #form .container .form_section dl dd.s p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#form .container .form_section dl dd.l span, #form .container .form_section dl dd.m span, #form .container .form_section dl dd.s span {
  min-height: 40px;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #form .container .form_section dl dd.l span, #form .container .form_section dl dd.m span, #form .container .form_section dl dd.s span {
    display: inherit;
    height: auto;
    width: 260px !important;
  }
}
#form .container .form_section dl dd.l span .wpcf7-text, #form .container .form_section dl dd.l span .wpcf7-select, #form .container .form_section dl dd.l span .wpcf7-date, #form .container .form_section dl dd.m span .wpcf7-text, #form .container .form_section dl dd.m span .wpcf7-select, #form .container .form_section dl dd.m span .wpcf7-date, #form .container .form_section dl dd.s span .wpcf7-text, #form .container .form_section dl dd.s span .wpcf7-select, #form .container .form_section dl dd.s span .wpcf7-date {
  width: 100%;
  height: 40px;
  font-size: 14px;
}
#form .container .form_section dl dd.l span .wpcf7-radio, #form .container .form_section dl dd.m span .wpcf7-radio, #form .container .form_section dl dd.s span .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#form .container .form_section dl dd.l span .textarea, #form .container .form_section dl dd.m span .textarea, #form .container .form_section dl dd.s span .textarea {
  height: 160px;
  resize: none;
}
@media screen and (max-width: 767px) {
  #form .container .form_section dl dd.l span .textarea, #form .container .form_section dl dd.m span .textarea, #form .container .form_section dl dd.s span .textarea {
    width: 260px;
    height: 260px;
  }
}
#form .container .form_section dl dd.l span .wpcf7-not-valid-tip, #form .container .form_section dl dd.m span .wpcf7-not-valid-tip, #form .container .form_section dl dd.s span .wpcf7-not-valid-tip {
  width: auto;
  min-height: auto;
  display: table;
  font-size: 12px;
  font-weight: 500;
  color: #FF5050;
  margin: 10px auto 0;
  position: absolute;
  top: 40px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #form .container .form_section dl dd.l span .wpcf7-not-valid-tip, #form .container .form_section dl dd.m span .wpcf7-not-valid-tip, #form .container .form_section dl dd.s span .wpcf7-not-valid-tip {
    font-size: 10px;
    top: 33px;
  }
}
#form .container .form_section dl dd.l span .wpcf7-list-item, #form .container .form_section dl dd.m span .wpcf7-list-item, #form .container .form_section dl dd.s span .wpcf7-list-item {
  width: auto !important;
}
#form .container .form_section dl dd.l span .wpcf7-list-item label, #form .container .form_section dl dd.m span .wpcf7-list-item label, #form .container .form_section dl dd.s span .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#form .container .form_section dl dd.l span .wpcf7-list-item label .wpcf7-list-item-label, #form .container .form_section dl dd.m span .wpcf7-list-item label .wpcf7-list-item-label, #form .container .form_section dl dd.s span .wpcf7-list-item label .wpcf7-list-item-label {
  width: auto;
}
@media screen and (max-width: 767px) {
  #form .container .form_section dl dd.l span .wpcf7-list-item, #form .container .form_section dl dd.m span .wpcf7-list-item, #form .container .form_section dl dd.s span .wpcf7-list-item {
    width: calc(50% - 20px) !important;
  }
}
#form .container .form_section dl dd.l.for_classes span .wpcf7-not-valid-tip, #form .container .form_section dl dd.m.for_classes span .wpcf7-not-valid-tip, #form .container .form_section dl dd.s.for_classes span .wpcf7-not-valid-tip {
  top: inherit;
  left: 20px;
  bottom: -10px;
}
#form .container .form_section dl dd.l p span {
  width: 370px;
}
@inlcude mq-down() {
  #form .container .form_section dl dd.l p span {
    display: -ms-grid;
    display: grid;
    width: calc(100% - 20px);
  }
}
#form .container .form_section dl dd.m p span {
  width: 170px;
}
@inlcude mq-down() {
  #form .container .form_section dl dd.m p span {
    display: -ms-grid;
    display: grid;
    width: calc(100% - 20px);
  }
}
#form .container .form_section dl dd.s p span {
  width: 150px;
}
@inlcude mq-down() {
  #form .container .form_section dl dd.s p span {
    display: -ms-grid;
    display: grid;
    width: calc(100% - 20px);
  }
}
#form .container .form_section dl dd.address .postal {
  margin-bottom: 25px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  #form .container .form_section dl dd.address .postal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  #form .container .form_section dl dd.address .postal .postal_mark {
    width: 20px !important;
  }
}
#form .container .form_section dl dd.address .postal .zip {
  width: 120px;
}
@media screen and (max-width: 767px) {
  #form .container .form_section dl dd.address .postal .zip {
    width: 100px !important;
  }
}
#form .container .form_section dl dd.address .full_add {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#form .container .form_section dl dd.address .full_add .pref, #form .container .form_section dl dd.address .full_add .city {
  margin-bottom: 25px;
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  #form .container .form_section dl dd.address .full_add .pref, #form .container .form_section dl dd.address .full_add .city {
    margin-bottom: 0;
  }
}
#form .container .form_section dl dd.address .full_add .add, #form .container .form_section dl dd.address .full_add .building {
  width: calc(50% - 20px);
}
#form .container .form_section dl dd select {
  border: none;
  padding: 0 20px;
}
#form .container .form_section dl dd textarea {
  width: 370px;
  height: 160px;
  border: none;
  resize: none;
  padding: 5px 10px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  #form .container .form_section dl dd textarea {
    width: 260px;
    height: 260px;
  }
}
#form .container .form_section dl dd .group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #form .container .form_section dl dd .group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#form .container .form_section dl dd .group article {
  position: relative;
  margin: 0 25px;
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #form .container .form_section dl dd .group article {
    margin: 0 auto 20px;
  }
}
#form .container .form_section dl dd .group article div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 30px;
  -webkit-transition: 0.05s ease;
  transition: 0.05s ease;
}
#form .container .form_section dl dd .group article input {
  position: absolute;
  top: 0;
  left: -15px;
  opacity: 0;
  cursor: pointer;
}
#form .container .form_section dl dd .group article input[type=checkbox]:checked ~ div {
  background: #F2C619;
}
#form .container .form_section dl dd .group select {
  border: none;
  padding: 0 20px;
}
#form .container .form_section dl dd .group .radiobtn {
  margin: 0 25px;
}
@media screen and (max-width: 767px) {
  #form .container .form_section dl dd .group .radiobtn {
    margin: 0 auto 20px;
  }
}
#form .container .form_section dl dd .group .radiobtn label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFF;
  width: 150px;
  height: 30px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #form .container .form_section dl dd .group .radiobtn label {
    width: 100%;
    height: 100%;
  }
}
#form .container .form_section dl dd .group .radiobtn input[type=radio] {
  display: none;
  position: absolute;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#form .container .form_section dl dd .group .radiobtn input[type=radio]:checked + label {
  background: #F2C619;
}
#form .container .form_section dl dd .group.address {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
#form .container .form_section dl dd .group.address.last {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #form .container .form_section dl dd .group.address.zip {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#form .container .form_section dl dd .group.address span {
  width: 30px;
  text-align: center;
}
#form .container .form_section dl dd .group.address input {
  height: 30px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #form .container .form_section dl dd .group.address input {
    height: 40px;
  }
}
#form .container .form_section dl dd .group.address input.zip3 {
  width: 60px;
}
#form .container .form_section dl dd .group.address input.zip4 {
  width: 70px;
}
#form .container .form_section dl dd .group.address input.prefectures {
  width: 80px;
  margin-right: 20px;
}
#form .container .form_section dl dd .group.address input.municipalities {
  width: 220px;
  margin-right: 20px;
}
#form .container .form_section dl dd .group.address input.number {
  width: 120px;
}
#form .container .form_section dl dd .group.address input.building {
  width: 320px;
}

#usage_flow .top {
  background: #E2F6DF;
}
#usage_flow .top .wrapper .page_title {
  background: url("../img/bgc_usage_flow.jpg") no-repeat left top;
}
#usage_flow .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#usage_flow .container .flow_arrow {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 20px;
  margin: 0 auto 25px;
}
#usage_flow .container .bold {
  color: #6FD25D;
}
#usage_flow .container .horizontal {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% - 8px);
  margin-bottom: 25px;
  padding: 0;
  border: 4px solid #6FD25D;
  border-radius: 18px;
}
@media screen and (max-width: 767px) {
  #usage_flow .container .horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#usage_flow .container .horizontal .title {
  width: 90px;
  height: inherit;
  min-height: 100%;
  color: #FFF;
  background: #6FD25D;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #usage_flow .container .horizontal .title {
    width: 100%;
    padding: 5px 0 10px;
  }
}
#usage_flow .container .horizontal .title .number {
  margin: 5px 0 0 0;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  #usage_flow .container .horizontal .title .number {
    font-size: 24px;
    padding: 0;
    margin: 0;
  }
}
#usage_flow .container .horizontal .content {
  height: 100%;
  width: calc(100% - 200px);
  margin: 0;
  padding: 20px 0 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #usage_flow .container .horizontal .content {
    width: calc(100% - 40px);
    padding: 25px 20px;
  }
}
#usage_flow .container .horizontal .content .box_title {
  font-size: 18px;
  color: #6FD25D;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
#usage_flow .container .horizontal .content .content_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #usage_flow .container .horizontal .content .content_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#usage_flow .container .horizontal .content .content_text .left {
  width: calc(50% - 1px);
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  #usage_flow .container .horizontal .content .content_text .left {
    width: 100%;
    padding: 0 0 25px 0;
  }
}
#usage_flow .container .horizontal .content .content_text .right {
  width: calc(50% - 1px);
  border-left: 2px solid #6FD25D;
  padding-left: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #usage_flow .container .horizontal .content .content_text .right {
    width: 100%;
    padding: 25px 0 0 0;
    border-left: inherit;
    border-top: 2px solid #6FD25D;
  }
}
#usage_flow .container .horizontal .content .content_text .right img {
  width: 100%;
  height: inherit;
  margin: 0;
}
#usage_flow .container .horizontal .content .content_text .line {
  width: 4px;
  min-height: 100%;
  background: #6FD25D;
}
@media screen and (max-width: 767px) {
  #usage_flow .container .horizontal .content .content_text .line {
    width: 70%;
    height: 3px;
    margin: 15px 0;
  }
}
#usage_flow .container .horizontal .icon {
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 15px;
}
#usage_flow .container .horizontal .icon img {
  width: 80%;
}
@media screen and (max-width: 767px) {
  #usage_flow .container .horizontal .icon {
    display: none;
  }
}
#usage_flow .container .btn2 {
  width: auto;
  background: #808285;
  margin: auto;
  padding: 15px 30px;
  color: #FFF;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#appearance .top {
  background: #CDECDA;
}
#appearance .top .wrapper .page_title {
  background: url("../img/bgc_appearance.jpg") no-repeat left top;
}
#appearance .wrapper .bold {
  color: #999;
}
#appearance .wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
#appearance .wrapper ul li {
  font-size: 15px;
  padding: 0 40px 0 20px;
  background: #7FE0F9;
  height: 36px;
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px;
}
#appearance .wrapper ul li a {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#appearance .wrapper ul li a img {
  width: 10px;
  margin-right: 20px;
}
#appearance .wrapper .title {
  color: #FFF;
  background: #049E46;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#appearance .wrapper .title .profession {
  background: #FFF;
  color: #049E46;
  font-size: 14px;
  padding: 2px 20px;
  border-radius: 10px;
  min-width: 115px;
  text-align: center;
}
#appearance .wrapper .content {
  border: 4px solid #049E46;
  border-top: 0;
}

#sitemap .top {
  background: #D2D5E3;
}
#sitemap .top .wrapper .page_title {
  background: url("../img/bgc_sitemap.jpg") no-repeat left top;
}
#sitemap .top .wrapper .page_title img {
  height: 20px;
}
@media screen and (max-width: 767px) {
  #sitemap .top .wrapper .page_title img {
    height: 12px;
  }
}
#sitemap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #sitemap .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sitemap .container ul.sitemap {
  width: 47%;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #sitemap .container ul.sitemap {
    width: 100%;
  }
}
#sitemap .container ul.sitemap li {
  margin-bottom: 30px;
  font-size: 16px;
}
#sitemap .container ul.sitemap li a {
  width: 100%;
  height: 30px;
  color: #888;
  margin-bottom: 20px;
  padding-left: 15px;
  background: #F5F5F5;
  border-left: 30px solid #1D2D72;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #sitemap .container ul.sitemap li a {
    padding-left: 20px;
  }
}
#sitemap .container ul.sitemap li .sub {
  color: #666;
  margin-left: 30px;
  line-height: 1.8;
}
#sitemap .container ul.sitemap li .sub li {
  margin-bottom: 20px;
  font-size: 14px;
}
#sitemap .container ul.sitemap li .sub li a {
  display: inline-table;
  background: none;
  border: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}
#sitemap .container ul.sitemap li .sub li a span {
  display: block;
  padding-left: 5px;
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  #sitemap .container ul.sitemap li .sub li a span {
    padding-left: 10px;
  }
}

#faq .top {
  background: #FDD6ED;
}
#faq .top .wrapper .page_title {
  background: url("../img/bgc_faq.jpg") no-repeat left top;
}
#faq .top .wrapper .page_title img {
  height: 20px;
}
@media screen and (max-width: 767px) {
  #faq .top .wrapper .page_title img {
    height: 12px;
  }
}
#faq .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #888;
  margin-top: -30px;
}
#faq .container ul li {
  width: 46%;
  padding: 30px 0;
  border-bottom: 1px solid #FB98D1;
}
#faq .container ul li:nth-last-child(-n+2) {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  #faq .container ul li:nth-last-child(-n+2) {
    width: 100%;
    border-bottom: 1px solid #FB98D1;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #faq .container ul li {
    width: 100%;
  }
  #faq .container ul li:last-child {
    border-bottom: none;
  }
}
#faq .container ul li .q, #faq .container ul li .a {
  padding-left: 40px;
  position: relative;
}
#faq .container ul li .q::before, #faq .container ul li .a::before {
  font-size: 18px;
  line-height: 1;
  width: 30px;
  height: 30px;
  color: #FFF;
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#faq .container ul li .q {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.4;
}
#faq .container ul li .q::before {
  content: "Q";
  background: #FB98D1;
}
#faq .container ul li .a {
  font-size: 14px;
  line-height: 1.6;
}
#faq .container ul li .a::before {
  content: "A";
  background: #FDD6ED;
}

#media .top {
  background: #CDDDF3;
}
#media .top .wrapper .page_title {
  background: url("../img/bgc_media.jpg") no-repeat left top;
}
#media .single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #CCC;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
#media .single a {
  display: contents;
  text-decoration: underline !important;
}
@media screen and (max-width: 767px) {
  #media .single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
#media .single .featured {
  width: 100px;
  height: 100px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  #media .single .featured {
    width: 100%;
    height: 150px;
    margin: 0 0 25px;
  }
}
#media .single .featured img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#media .single .media_content {
  width: calc(100% - 115px);
}
@media screen and (max-width: 767px) {
  #media .single .media_content {
    width: 100%;
  }
}
#media .single .media_content .info_area {
  background: #3268B1;
  color: #FFF;
  display: table;
  padding: 5px 15px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 300;
}
#media .single .media_content .content {
  font-size: 14px;
  line-height: 1.8;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #media .single .media_content .content {
    margin-bottom: 0;
  }
  #media .single .media_content .content a {
    display: contents;
    text-decoration: underline !important;
  }
}

#idn-header header {
  padding: 7px 0;
  width: 100%;
  height: 43px;
  background: #FFF;
  padding: 7px 0;
  position: fixed;
  border-bottom: 1px solid #DDD;
  z-index: 20;
}
#idn-header header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#idn-header header .flex .right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#idn-header header .flex .right #main_nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#idn-header header .flex .right #main_nav input[type=checkbox] {
  display: none !important;
}
@media screen and (max-width: 767px) {
  #idn-header header .flex .right #main_nav {
    position: inherit;
  }
}
#idn-header header .flex .right #main_nav ul {
  margin: 47px 0 0;
  padding: 0;
  background: #FFF;
}
#idn-header header .flex .right #main_nav ul li {
  position: relative;
  display: block;
  font-size: 14px;
}
#idn-header header .flex .right #main_nav ul li a {
  color: #926235;
  display: center;
  letter-spacing: 1px;
  line-height: 1.6;
  font-weight: 500;
}
#idn-header header .flex .right #main_nav ul li a::before {
  content: "▶";
  margin-right: 2px;
  font-size: 9px;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
}
#idn-header header .flex .right #main_nav ul li a.n1 {
  color: #926235;
}
#idn-header header .flex .right #main_nav ul li a.n2 {
  color: #3689C3;
}
#idn-header header .flex .right #main_nav ul li a.n3 {
  color: #008F3C;
}
#idn-header header .flex .right #main_nav ul li a.n4 {
  color: #a53486;
}
#idn-header header .flex .right #main_nav ul li a.n5 {
  color: #fb98d1;
}
#idn-header header .flex .right #main_nav ul li a .drop-icon {
  display: inline-block;
  line-height: 1;
}
#idn-header header .flex .right #main_nav ul li a .drop-area {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#idn-header header .flex .right #main_nav ul li .sub-menu {
  margin: 0;
  display: none;
}
#idn-header header .flex .right #main_nav ul li .sub-menu li {
  font-size: 12px;
}
#idn-header header .flex .right #main_nav ul li .sub-menu li a {
  padding: 10px 0 10px 50px;
}
#idn-header header .flex .right #main_nav ul li .sub-menu li a::before {
  content: inherit;
}
@media screen and (min-width: 768px) {
  #idn-header header .flex .right #main_nav ul li .sub-menu li {
    width: auto;
    line-height: 1.8;
    float: none;
    margin-left: 0;
    margin-right: 30px;
  }
}
#idn-header header .flex .right #main_nav .main-menu {
  display: none;
  position: absolute;
  top: 3px;
  left: inherit;
  right: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 15px 0;
  z-index: 9;
  border: 1px solid #DDD;
  border-top: 0;
}
@media screen and (max-width: 767px) {
  #idn-header header .flex .right #main_nav .main-menu {
    width: 100%;
    top: 8px;
  }
}
#idn-header header .flex .right #main_nav a {
  position: relative;
  display: block;
  padding: 15px 40px;
  text-decoration: none;
  position: relative;
}
#idn-header header .flex .right #main_nav .doc_request, #idn-header header .flex .right #main_nav .language {
  height: 40px;
  padding: 0 10px;
  background: #59B25B;
  color: #FFF;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#idn-header header .flex .right #main_nav .doc_request::before, #idn-header header .flex .right #main_nav .language::before {
  content: "Hubungi \kami";
  white-space: pre-wrap;
  color: #FFF;
  font-size: 12px;
  padding: 0 10px;
  line-height: 15px;
  letter-spacing: 0;
  width: auto;
}
@media screen and (max-width: 479px) {
  #idn-header header .flex .right #main_nav .doc_request::before, #idn-header header .flex .right #main_nav .language::before {
    font-size: 10px;
  }
}
#idn-header header .flex .right #main_nav .language {
  background: #E4423F;
  margin-right: 5px;
}
#idn-header header .flex .right #main_nav .language::before {
  display: none;
}
#idn-header header .flex .right #main_nav #toggle-menu {
  height: 40px;
  width: 40px;
  background: #C9A881;
  color: #FFF;
  padding: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 5px;
}
#idn-header header .flex .right #main_nav #toggle-menu .burger span {
  height: 2px;
  width: 17px;
  background: #FFF;
  display: block;
  margin: 3px auto;
}
#idn-header header .flex .right #main_nav #toggle-menu .burger_text {
  font-size: 10px;
  line-height: 10px;
  margin: 3px auto 3px;
  display: block;
}
#idn-header header .flex .right #main_nav input[type=checkbox]:checked + .sub-menu {
  display: block;
  margin-top: -10px;
  position: relative;
}
#idn-header header .flex .right #tm:checked + .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#idn-header #form dd p {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#idn-header #form dd p span {
  width: 100% !important;
  max-width: 300px;
  margin: auto;
  font-size: 14px;
}
#idn-header #form dd p span.wpcf7-checkbox, #idn-header #form dd p span.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#idn-header #form dd.address .full_add {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#idn-header #form dd div {
  width: 100%;
}
#idn-header #form dd textarea {
  width: 100%;
}
#idn-header #form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#idn-header #form p .wpcf7-form-control-wrap {
  width: auto;
  margin: auto;
}
#idn-header #form [type=checkbox], #idn-header #form [type=radio] {
  margin-right: 10px;
}
#idn-header #method .container .title .feature {
  width: 15%;
  min-width: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
#idn-header #usage_flow .container .horizontal .content .content_text .right .btn {
  padding: 5px;
}
@media screen and (max-width: 767px) {
  #idn-header #usage_flow .container .horizontal .content .content_text .right .btn {
    padding: 5px 15px;
  }
}
#idn-header #course .wrapper ul li {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #idn-header #course .wrapper ul li {
    font-size: 14px;
    padding: 0 6px;
  }
}
#idn-header #course .wrapper ul li a img {
  margin-right: 10px;
}
#idn-header .main .container .title {
  line-height: 1.2;
  font-size: 16px;
  font-weight: 500;
}
#idn-header .main .container .content .check_bullet {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: "Himalaya";
  src: url("../font/MicrosoftHimalaya.eot");
  src: url("../font/MicrosoftHimalaya.eot?#iefix") format("embedded-opentype"), url("../font/MicrosoftHimalaya.woff") format("woff"), url("../font/MicrosoftHimalaya.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.cf {
  *zoom: 1;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}

.hover {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.hover:hover {
  opacity: 0.7;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#classes .top {
  background: #B784AC;
}
#classes .top .wrapper .page_title {
  background: url("../img/bgc_class_list.jpg") no-repeat left top;
}
#classes .classes_wrapper {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#classes .classes_wrapper div, #classes .classes_wrapper p, #classes .classes_wrapper ul, #classes .classes_wrapper li, #classes .classes_wrapper img, #classes .classes_wrapper span, #classes .classes_wrapper label, #classes .classes_wrapper input, #classes .classes_wrapper h2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #classes .classes_wrapper {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 989px) {
  #classes .classes_wrapper {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  #classes .classes_wrapper {
    padding: 0;
  }
}
#classes .tab_content_wrap {
  width: 100%;
  display: block;
}
#classes .tab_content_wrap:after, #classes .tab_content_wrap:before {
  content: "";
  display: block;
  clear: both;
}
#classes .tab_content_wrap input[type=radio] {
  display: none;
}
@media screen and (min-width: 768px) {
  #classes .tab_content_wrap {
    margin-top: 12px;
  }
}
#classes .tab_area {
  font-size: 0;
  color: #808285;
}
#classes .tab_area label {
  text-align: center;
  cursor: pointer;
}
#classes .tab_area label:hover {
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  #classes .tab_area {
    width: 194px;
    height: 100%;
    float: left;
    padding-bottom: 20px;
  }
  #classes .tab_area label {
    height: 47px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (max-width: 767px) {
  #classes .tab_area label {
    width: 12.5%;
    height: 45px;
    font-size: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  #classes .tab_area label {
    width: calc((100% - 56px) / 7);
  }
  #classes .tab_area label.label_kyushu_okinawa {
    width: 56px;
  }
}
@media screen and (max-width: 767px) {
  #classes .tab_area.two_area label {
    width: 33.3333333333%;
  }
  #classes .tab_area.three_area label {
    width: 25%;
  }
  #classes .tab_area.four_area label {
    width: 20%;
  }
  #classes .tab_area.five_area label {
    width: 16.6666666667%;
  }
  #classes .tab_area.six_area label {
    width: 14.2857142857%;
  }
  #classes .tab_area.seven_area label {
    width: 12.5%;
  }
  #classes .tab_area.eight_area label {
    width: 11.1111111111%;
  }
}
@media screen and (max-width: 500px) {
  #classes .tab_area.five_area label {
    width: calc((100% - 62px) / 5);
  }
  #classes .tab_area.six_area label {
    width: calc((100% - 62px) / 6);
  }
  #classes .tab_area.seven_area label {
    width: calc((100% - 62px) / 7);
  }
  #classes .tab_area.eight_area label {
    width: calc((100% - 56px) / 8);
  }
  #classes .tab_area.six_area label.label_kyushu_okinawa, #classes .tab_area.seven_area label.label_kyushu_okinawa, #classes .tab_area.eight_area label.label_kyushu_okinawa {
    width: 56px;
  }
}
@media screen and (max-width: 376px) {
  #classes .tab_area.eight_area label {
    width: calc((100% - 56px) / 7);
  }
  #classes .tab_area.eight_area label.label_all {
    display: none;
  }
}
#classes .tab_panel {
  display: none;
  padding: 0 25px 25px;
}
@media screen and (min-width: 768px) {
  #classes .tab_panel {
    width: calc(100% - 194px);
    float: right;
  }
}
@media screen and (min-width: 768px) {
  #classes #tab_all:checked ~ .tab_area .label_all,
  #classes #tab_hokkaido:checked ~ .tab_area .label_hokkaido,
  #classes #tab_tohoku:checked ~ .tab_area .label_tohoku,
  #classes #tab_kanto:checked ~ .tab_area .label_kanto,
  #classes #tab_tyubu:checked ~ .tab_area .label_tyubu,
  #classes #tab_kinki:checked ~ .tab_area .label_kinki,
  #classes #tab_tyugoku:checked ~ .tab_area .label_tyugoku,
  #classes #tab_shikoku:checked ~ .tab_area .label_shikoku,
  #classes #tab_kyushu_okinawa:checked ~ .tab_area .label_kyushu_okinawa {
    position: relative;
  }
  #classes #tab_all:checked ~ .tab_area .label_all:after,
  #classes #tab_hokkaido:checked ~ .tab_area .label_hokkaido:after,
  #classes #tab_tohoku:checked ~ .tab_area .label_tohoku:after,
  #classes #tab_kanto:checked ~ .tab_area .label_kanto:after,
  #classes #tab_tyubu:checked ~ .tab_area .label_tyubu:after,
  #classes #tab_kinki:checked ~ .tab_area .label_kinki:after,
  #classes #tab_tyugoku:checked ~ .tab_area .label_tyugoku:after,
  #classes #tab_shikoku:checked ~ .tab_area .label_shikoku:after,
  #classes #tab_kyushu_okinawa:checked ~ .tab_area .label_kyushu_okinawa:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: #B784AC;
  }
}
@media screen and (max-width: 767px) {
  #classes #tab_all:checked ~ .tab_area .label_all,
  #classes #tab_hokkaido:checked ~ .tab_area .label_hokkaido,
  #classes #tab_tohoku:checked ~ .tab_area .label_tohoku,
  #classes #tab_kanto:checked ~ .tab_area .label_kanto,
  #classes #tab_tyubu:checked ~ .tab_area .label_tyubu,
  #classes #tab_kinki:checked ~ .tab_area .label_kinki,
  #classes #tab_tyugoku:checked ~ .tab_area .label_tyugoku,
  #classes #tab_shikoku:checked ~ .tab_area .label_shikoku,
  #classes #tab_kyushu_okinawa:checked ~ .tab_area .label_kyushu_okinawa {
    border-bottom: #B784AC solid 2px;
  }
}
#classes #tab_all:checked ~ .panel_area #panel_all,
#classes #tab_hokkaido:checked ~ .panel_area #panel_hokkaido,
#classes #tab_tohoku:checked ~ .panel_area #panel_tohoku,
#classes #tab_kanto:checked ~ .panel_area #panel_kanto,
#classes #tab_tyubu:checked ~ .panel_area #panel_tyubu,
#classes #tab_kinki:checked ~ .panel_area #panel_kinki,
#classes #tab_tyugoku:checked ~ .panel_area #panel_tyugoku,
#classes #tab_shikoku:checked ~ .panel_area #panel_shikoku,
#classes #tab_kyushu_okinawa:checked ~ .panel_area #panel_kyushu_okinawa {
  display: block;
}
#classes .tab_panel {
  background: #F5F5F5;
}
@media screen and (min-width: 768px) {
  #classes .tab_panel {
    margin-bottom: 12px;
  }
}
#classes .area_title {
  color: #808285;
  text-align: right;
}
@media screen and (min-width: 768px) {
  #classes .area_title {
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #classes .area_title {
    font-size: 15px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
#classes .school_list {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #classes .school_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#classes .school_list li {
  background: #FFF;
  position: relative;
  padding: 20px 32px;
}
#classes .school_list li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #B784AC transparent;
}
@media screen and (min-width: 768px) {
  #classes .school_list li {
    width: calc((100% - 21px) / 2);
  }
  #classes .school_list li:nth-child(2n) {
    margin-left: 20px;
  }
  #classes .school_list li:nth-child(n+3) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #classes .school_list li:nth-child(n+2) {
    margin-top: 10px;
  }
}
#classes .school_list .class_name {
  color: #A03384;
  font-weight: bold;
  font-size: 13px;
}
#classes .school_list .franchise_name {
  color: #B784AC;
}
#classes .school_list .detail_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 15px;
}
#classes .school_list .franchise_name,
#classes .school_list .detail_wrap {
  font-size: 10px;
}
#classes .school_list .detail {
  width: calc(100% - 68px);
  padding-right: 10px;
}
#classes .school_list .btn_area {
  width: 68px;
}
#classes .school_list .map_link {
  width: 100%;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 10px;
  color: #FFF;
  background: #808285;
}

@font-face {
  font-family: "Himalaya";
  src: url("../font/MicrosoftHimalaya.eot");
  src: url("../font/MicrosoftHimalaya.eot?#iefix") format("embedded-opentype"), url("../font/MicrosoftHimalaya.woff") format("woff"), url("../font/MicrosoftHimalaya.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.cf {
  *zoom: 1;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}

.hover {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.hover:hover {
  opacity: 0.7;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .doc_request {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  line-height: 1 !important;
  padding: 0 !important;
  letter-spacing: 0 !important;
  font-size: 0 !important;
}
header .doc_request::before {
  content: "お問合せ";
  color: #FFF;
  font-size: 12px;
  padding: 6px 10px;
  line-height: 15px;
  letter-spacing: 1px;
  width: 54px;
}

#classes_single {
  line-height: 1.64;
  position: relative;
}
#classes_single section {
  padding: 40px 0 50px;
}
#classes_single section ul .popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 22;
}
#classes_single section ul .popup .close {
  width: 50px;
  height: 50px;
  background: url("../img/classes/ropponmatsu/close.svg") no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 24;
}
#classes_single section ul .popup .container_2 {
  position: absolute;
  background: #FFF;
  overflow-y: scroll;
  width: 600px;
  height: auto;
  overflow-y: scroll;
  z-index: 11;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
}
#classes_single section ul .popup .container_2 .title {
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #classes_single section ul .popup .container_2 .title {
    padding-right: 50px;
  }
}
#classes_single section ul .popup .container_2 .content {
  padding: 20px 15px 0;
}
#classes_single section ul .popup .container_2 .content p {
  margin-bottom: 25px;
}
#classes_single section ul .popup .container_2 .content .img_box {
  width: 180px;
  height: 180px;
  float: left;
  margin: 0 25px 25px 0;
}
@media screen and (max-width: 767px) {
  #classes_single section ul .popup .container_2 .content .img_box {
    width: 100%;
    height: 100%;
  }
}
#classes_single section ul .popup .container_2 .content .img_box.fr {
  margin: 0 0 25px 25px;
}
@media screen and (max-width: 767px) {
  #classes_single section ul .popup .container_2 {
    width: 100%;
    height: auto;
    max-height: 100%;
  }
}
#classes_single .btn2 {
  background: #59B25B;
  padding: 10px 45px;
  color: #FFF;
  margin: auto;
  font-size: 18px;
  display: table;
  text-align: center;
  border-radius: 5px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #classes_single .btn2 {
    font-size: 16px;
  }
}
#classes_single .bold {
  font-weight: 500;
}
#classes_single .bold3 {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 500;
  margin: 0 auto 35px;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  #classes_single .bold3 {
    font-size: 20px;
  }
}
#classes_single .wrapper_600 {
  width: 600px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #classes_single .wrapper_600 {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#classes_single p {
  font-size: 14px;
}
#classes_single .center {
  text-align: center;
}
#classes_single .popup {
  display: none;
}
#classes_single .popup.active {
  display: block;
}
#classes_single #classes_top {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  #classes_single #classes_top {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #classes_single #classes_top .wrapper {
    padding: 0;
  }
  #classes_single #classes_top .wrapper .bold {
    margin: 0 10px 30px;
    text-align: left;
  }
}
#classes_single #classes_top .ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #classes_single #classes_top .ribbon {
    z-index: 9;
  }
}
#classes_single #classes_top .ribbon::before, #classes_single #classes_top .ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #438544;
}
@media screen and (max-width: 767px) {
  #classes_single #classes_top .ribbon::before, #classes_single #classes_top .ribbon::after {
    display: none;
  }
}
#classes_single #classes_top .ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #59B25B;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 700 20px/1 "Lato", sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  #classes_single #classes_top .ribbon span {
    font-size: 16px;
    padding: 5px 0;
  }
}
#classes_single #classes_top .ribbon-top-right {
  top: -10px;
  right: -10px;
}
@media screen and (max-width: 767px) {
  #classes_single #classes_top .ribbon-top-right {
    top: 0;
    right: 0;
  }
}
#classes_single #classes_top .ribbon-top-right::before, #classes_single #classes_top .ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
#classes_single #classes_top .ribbon-top-right::before {
  top: 0;
  left: 0;
}
#classes_single #classes_top .ribbon-top-right::after {
  bottom: 0;
  right: 1px;
}
#classes_single #classes_top .ribbon-top-right span {
  left: -22px;
  top: 33px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  #classes_single #classes_top .ribbon-top-right span {
    left: 4px;
    top: 24px;
  }
}
#classes_single #classes_top .class_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
#classes_single #classes_top .class_gallery li {
  width: 33.3333333333%;
  position: relative;
  overflow: hidden;
}
#classes_single #classes_top .class_gallery li:first-child {
  position: absolute;
  z-index: 9;
  width: 480px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 15%);
      -ms-transform: translate(-50%, 15%);
          transform: translate(-50%, 15%);
  border: none;
}
@media screen and (max-width: 767px) {
  #classes_single #classes_top .class_gallery li:first-child {
    position: relative;
    width: 100%;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    top: 0;
    left: 0;
    padding: 15px 0 5px;
  }
}
#classes_single #classes_top .class_gallery li:nth-child(2) {
  border-radius: 15px 0 0 0;
}
@media screen and (max-width: 767px) {
  #classes_single #classes_top .class_gallery li:nth-child(2) {
    border-radius: 0;
  }
}
#classes_single #classes_top .class_gallery li:nth-child(4) {
  border-radius: 0 15px 0 0;
}
@media screen and (max-width: 767px) {
  #classes_single #classes_top .class_gallery li {
    width: calc(50% - 1px);
  }
  #classes_single #classes_top .class_gallery li:nth-child(2) {
    border-left: none;
  }
  #classes_single #classes_top .class_gallery li:nth-child(3) {
    border-right: none;
  }
  #classes_single #classes_top .class_gallery li:nth-child(4) {
    display: none;
  }
}
#classes_single #classes_top .slogan {
  background: #b57506;
  border-radius: 0 0 15px 15px;
  border-radius: 1px solid #FFF;
  padding: 30px 0 20px;
  color: #FFF;
  font-size: 20px;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (max-width: 767px) {
  #classes_single #classes_top .slogan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
    border-radius: 0;
  }
}
#classes_single #classes_top .slogan img {
  height: 21px;
  width: auto;
}
@media screen and (max-width: 767px) {
  #classes_single #classes_top .slogan img {
    height: 17px;
  }
  #classes_single #classes_top .slogan img:first-child {
    margin-bottom: 15px;
  }
}
#classes_single #classes_free_trial .bold3 {
  color: #666666;
  margin-bottom: 35px;
}
#classes_single #classes_free_trial .bold3 .highlight {
  border-bottom: 2px solid #59B25B;
}
#classes_single #classes_free_trial p {
  line-height: 1.7;
  margin-bottom: 25px;
}
#classes_single #classes_free_trial ul.free_trial_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
}
#classes_single #classes_free_trial ul.free_trial_gallery li {
  width: calc(25% - 2px);
  border: 1px solid #FFF;
}
#classes_single #classes_why_tukusikai .bold3 {
  color: #E4423F;
}
#classes_single #classes_why_tukusikai ul.why_tukusikai {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #classes_single #classes_why_tukusikai ul.why_tukusikai {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#classes_single #classes_why_tukusikai ul.why_tukusikai li {
  width: 180px;
  margin: 0 10px;
  background: #FFF;
  border: 2px solid #E4423F;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #classes_single #classes_why_tukusikai ul.why_tukusikai li {
    width: 100%;
    margin: 0 0 15px;
  }
}
#classes_single #classes_why_tukusikai ul.why_tukusikai li .title {
  height: 35px;
  background: #E4423F;
  position: relative;
}
#classes_single #classes_why_tukusikai ul.why_tukusikai li .title .number {
  width: 30px;
  height: 30px;
  display: block;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  background: #E4423F;
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 50%;
  position: absolute;
  font-size: 20px;
  top: 15px;
  left: 15px;
}
#classes_single #classes_why_tukusikai ul.why_tukusikai li .content {
  font-size: 14px;
  padding: 15px;
  color: #E4423F;
}
@media screen and (max-width: 767px) {
  #classes_single #classes_why_tukusikai ul.why_tukusikai li .content {
    text-align: center;
    font-size: 16px;
  }
}
#classes_single #classes_why_tukusikai ul.why_tukusikai_detail li {
  margin: 0 0 25px;
}
#classes_single #classes_why_tukusikai ul.why_tukusikai_detail li .title {
  background: #E4423F;
  position: relative;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #E4423F;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
}
#classes_single #classes_why_tukusikai ul.why_tukusikai_detail li .title .number {
  font-size: 26px;
  margin-right: 10px;
  line-height: 1;
}
#classes_single #classes_why_tukusikai ul.why_tukusikai_detail li .content {
  background: #FFF;
  border-radius: 0 0 10px 10px;
  padding: 20px 15px 0;
  font-size: 14px;
  line-height: 26px;
  display: inline-table;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #E4423F;
  border-radius: 0 0 10px 10px;
  border-top: none;
}
#classes_single #classes_why_tukusikai ul.why_tukusikai_detail li .content .img_box {
  width: 170px;
  height: 170px;
  float: left;
  margin: 0 20px 20px 0;
}
#classes_single #classes_why_tukusikai ul.why_tukusikai_detail li .content .img_box.fr {
  margin-left: 20px;
  margin-right: 0;
}
#classes_single #classes_why_tukusikai ul.why_tukusikai_detail li .content p {
  margin-bottom: 25px;
}
#classes_single #classes_why_tukusikai ul.why_tukusikai_detail li .content ol li, #classes_single #classes_why_tukusikai ul.why_tukusikai_detail li .content ul li {
  width: auto;
  margin: auto;
  background: inherit;
  border: none;
  border-radius: none;
}
#classes_single #classes_why_tukusikai ul.why_tukusikai_detail li .content ol li .sub, #classes_single #classes_why_tukusikai ul.why_tukusikai_detail li .content ul li .sub {
  width: 250px;
  height: 30px;
  background: #FAD9D9;
  color: #E4423F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #classes_single #classes_why_tukusikai ul.why_tukusikai_detail li .content ol li .sub, #classes_single #classes_why_tukusikai ul.why_tukusikai_detail li .content ul li .sub {
    width: 100%;
  }
}
#classes_single #classes_why_tukusikai ul.why_tukusikai_detail li .content ol li .sub .square, #classes_single #classes_why_tukusikai ul.why_tukusikai_detail li .content ul li .sub .square {
  width: 30px;
  height: 30px;
  background: #E4423F;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
#classes_single #classes_why_tukusikai ul.why_tukusikai_detail li .content ul {
  display: block;
  font-size: 14px;
  margin-bottom: 25px;
}
#classes_single #classes_why_tukusikai ul.why_tukusikai_detail li .content ul li {
  text-indent: -12px;
  margin-left: 12px;
}
#classes_single #classes_why_tukusikai ul.why_tukusikai_detail li .content ul li::before {
  content: "•";
  font-size: 20px;
  line-height: 10px;
  padding: 0 3px;
  color: #E4423F;
}
#classes_single #classes_method {
  background: #CFEBF7;
}
#classes_single #classes_method .bold3 {
  color: #35B3EA;
}
#classes_single #classes_method ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #classes_single #classes_method ul {
    margin-bottom: 0;
  }
}
#classes_single #classes_method ul li {
  width: 100%;
  background: #FFF;
  margin: 0 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #classes_single #classes_method ul li {
    width: 100%;
  }
}
#classes_single #classes_method ul li .title {
  height: 20px;
  background: #35B3EA;
  position: relative;
  padding: 10px 15px;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 767px) {
  #classes_single #classes_method ul li .title {
    height: 25px;
  }
}
#classes_single #classes_method ul li .title .feature {
  background: #FFF;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  padding: 0 10px;
  border-radius: 10px;
  display: table;
  color: #35B3EA;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #classes_single #classes_method ul li .title .feature {
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    border-radius: 13px;
  }
}
#classes_single #classes_method ul li .content {
  font-size: 14px;
  padding: 20px 15px;
  color: #666;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #classes_single #classes_method ul li .content {
    font-size: 16px;
  }
}
#classes_single #classes_method ul li .content .detail {
  background: #AAA;
  color: #FFF;
  padding: 4px 30px;
  display: table;
  margin: 10px auto 0;
  font-size: 12px;
  border-radius: 3px;
  cursor: pointer;
}
#classes_single #classes_method ul li .content .detail:hover {
  opacity: 0.8;
}
#classes_single #classes_method ul li .content .box_group {
  margin-top: 25px;
}
#classes_single #classes_method ul li .content .box_group .color_box {
  height: 100%;
  border-radius: 10px;
  color: #FFF;
  padding: 12px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#classes_single #classes_method ul li .content .box_group .color_box .box_title {
  font-size: 16px;
  margin-bottom: 5px;
}
#classes_single #classes_method ul li .content .box_group .color_box .box_content {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
}
#classes_single #classes_method ul li .content .box_group .color_box.green {
  background: #76D964;
}
#classes_single #classes_method ul li .content .box_group .color_box.blue {
  background: #025AC5;
}
#classes_single #classes_method ul li .content .box_group .color_box.pink {
  background: #FB97D2;
}
#classes_single #classes_method ul li .content .box_group .color_box.purple {
  background: #8F72D9;
}
#classes_single #classes_method ul li .content .box_group .arrow_right, #classes_single #classes_method ul li .content .box_group .arrow_down, #classes_single #classes_method ul li .content .box_group .arrow_left, #classes_single #classes_method ul li .content .box_group .arrow_up {
  width: 11px;
  height: 19px;
  float: inherit;
  margin: auto;
  display: block;
}
#classes_single #classes_method ul li .content .box_group .arrow_up {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#classes_single #classes_method ul li .content .box_group .arrow_down {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
#classes_single #classes_method ul li .content .box_group .arrow_left {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
#classes_single #classes_method ul li .content .box_group_sp {
  padding: 20px 15px;
}
#classes_single #classes_method ul li .content .box_group_sp .color_box {
  height: 100%;
  border-radius: 10px;
  color: #FFF;
  padding: 10px 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#classes_single #classes_method ul li .content .box_group_sp .color_box .box_title {
  font-size: 16px;
  margin-bottom: 5px;
}
#classes_single #classes_method ul li .content .box_group_sp .color_box .box_content {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
}
#classes_single #classes_method ul li .content .box_group_sp .color_box.green {
  background: #76D964;
}
#classes_single #classes_method ul li .content .box_group_sp .color_box.blue {
  background: #025AC5;
}
#classes_single #classes_method ul li .content .box_group_sp .color_box.pink {
  background: #FB97D2;
}
#classes_single #classes_method ul li .content .box_group_sp .color_box.purple {
  background: #8F72D9;
}
#classes_single #classes_method ul li .content .box_group_sp .arrow_down {
  width: 17px;
  height: auto;
  margin: 5px auto;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  display: block;
}
#classes_single #classes_method ul .container_2 .title {
  color: #35B3EA;
  background: #CFEBF7;
  line-height: 1;
  line-height: 1.6;
}
#classes_single #classes_method ul .container_2 .title .feature {
  font-size: 16px;
  font-weight: normal;
  margin-right: 10px;
  background: #35B3EA;
  color: #FFF;
  padding: 0 12px;
  border-radius: 15px;
  letter-spacing: 2px;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
}
#classes_single #classes_method ul .container_2 .content ul.no_bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
}
#classes_single #classes_method ul .container_2 .content ul.no_bullet li {
  border: none;
  border-bottom: 1px solid #35B3EA;
  border-radius: 0;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-bottom: 5px;
  margin: 0 0 5px;
}
#classes_single #classes_method ul .container_2 .content ul.no_bullet li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#classes_single #classes_method ul .container_2 .content ul.no_bullet li .check_bullet {
  width: 120px;
  height: 23px;
  line-height: 23px;
  font-size: 14px;
  border-radius: 5px;
  margin: 3px 10px 0 0;
  padding: 0px 5px 0px 27px;
  background: url(../img/check_bullet.svg) no-repeat 10px center;
  background-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #35B3EA;
  color: #FFF;
  white-space: nowrap;
}
#classes_single #classes_course {
  background: #F5F5F5;
}
#classes_single #classes_course .bold3 {
  color: #7FE0F9;
}
#classes_single #classes_course .bold {
  text-align: left;
}
#classes_single #classes_course ul.course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #classes_single #classes_course ul.course {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#classes_single #classes_course ul.course li {
  width: 180px;
  height: 38px;
  background: #7FE0F9;
  border-radius: 19px;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  #classes_single #classes_course ul.course li {
    margin-bottom: 15px;
    width: 220px;
  }
}
#classes_single #classes_course ul.course li a {
  width: 100%;
  display: block;
  position: relative;
  font-size: 14px;
  text-align: center;
  line-height: 38px;
  color: #FFF;
  letter-spacing: 1px;
}
#classes_single #classes_course ul.course li a img {
  width: 12px;
  position: absolute;
  top: 16px;
  left: 25px;
}
@media screen and (max-width: 767px) {
  #classes_single #classes_course ul.course li a {
    font-size: 16px;
  }
}
#classes_single #classes_course ul.course .container_2 .title {
  color: #FFF;
  background: #7FE0F9;
}
#classes_single #classes_course ul.course_detail .title {
  color: #FFF;
  background: #7FE0F9;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 15px;
  border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
}
#classes_single #classes_course ul.course_detail .content {
  background: #FFF;
  border-radius: 0 0 10px 10px;
  padding: 20px 15px;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 26px;
  display: inline-table;
}
#classes_single #classes_course ul.course_detail .content .img_box {
  width: 170px;
  height: 170px;
  float: left;
  margin: 0 20px 20px 0;
}
#classes_single #classes_course ul.course_detail .content .img_box.fr {
  margin-left: 20px;
  margin-right: 0;
}
#classes_single #classes_achievement {
  border-bottom: 1px solid #DDD;
}
#classes_single #classes_achievement .bold3 {
  color: #049E46;
  margin-bottom: 20px;
}
#classes_single #classes_achievement .intro {
  margin-bottom: 30px;
}
#classes_single #classes_achievement .container_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#classes_single #classes_achievement .container_2 .title {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 15px;
  border: 2px solid #049E46;
  border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  background: #049E46;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#classes_single #classes_achievement .container_2 .title .profession {
  background: #FFF;
  color: #049E46;
  font-size: 14px;
  padding: 2px 20px;
  border-radius: 10px;
  min-width: 115px;
  text-align: center;
}
#classes_single #classes_achievement .container_2 .content {
  background: #FFF;
  border-radius: 0 0 10px 10px;
  padding: 20px 15px;
  font-size: 14px;
  line-height: 26px;
  display: inline-table;
  border: 2px solid #049E46;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #classes_single #classes_achievement .container_2 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#classes_single #classes_achievement .container_2 .img_box {
  width: 170px;
  margin: 0 20px 20px 0;
  float: left;
}
#classes_single #classes_achievement .container_2 .img_box.fr {
  float: right;
  margin: 0 0 20px 20px;
}
@media screen and (max-width: 767px) {
  #classes_single #classes_achievement .container_2 .img_box.fr {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 767px) {
  #classes_single #classes_achievement .container_2 .img_box {
    margin: 20px auto 0;
    width: 60%;
  }
}
#classes_single #classes_message .bold3 {
  color: #666666;
}
@media screen and (max-width: 767px) {
  #classes_single #classes_message .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#classes_single #classes_message .content .img_box {
  width: 50%;
  float: left;
  padding: 0 25px 20px 0;
}
@media screen and (max-width: 767px) {
  #classes_single #classes_message .content .img_box {
    width: 100%;
    padding: 0 0 25px 0;
  }
}
#classes_single #classes_message .content p {
  margin-bottom: 20px;
}
#classes_single #classes_contact_info {
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #classes_single #classes_contact_info {
    padding-top: 0;
  }
}
#classes_single #classes_contact_info .wrapper_600 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #classes_single #classes_contact_info .wrapper_600 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#classes_single #classes_contact_info .wrapper_600 .contact_detail {
  width: 40%;
  font-size: 14px;
  line-height: 2;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #classes_single #classes_contact_info .wrapper_600 .contact_detail {
    width: auto;
    margin: 15px auto 0;
  }
}
#classes_single #classes_contact_info .wrapper_600 .map {
  width: 60%;
  border: 1px solid #FFF;
}
@media screen and (max-width: 767px) {
  #classes_single #classes_contact_info .wrapper_600 .map {
    width: 100%;
    border: none;
  }
}
#idn-header #usage_flow .btn {
  font-size: 11px;
}
.bogo-language-switcher {
  display: flex;
}
header .flex .right #main_nav .bogo-language-switcher {
  margin: 0;
}
#idn-header header .flex .right #main_nav .bogo-language-switcher {
  margin: 0;
}
header .flex .right #main_nav .bogo-language-switcher .current {
    display: none;
}
#idn-header header .flex .right #main_nav .bogo-language-switcher .current {
    display: none;
}
#form .form-consent {
  margin-bottom: 15px;
  text-align: center
}
@media screen and (max-width: 767px) {
  #idn-header #form dd p .wpcf7-not-valid-tip {
    margin-top: 6px;
  }
}