@charset "UTF-8";
/*
Theme Name: Jobcan Workflow
Theme URI: https://wf.jobcan.ne.jp/
Description: ジョブカンワークフローのStylesheet
Version: 1.1
Author:
Author URI:
*/
/*
*******************************************************************************************************
# default common style - compiled from style.scss
  ・library
  ・foundation
  ・layout
  ・object
*******************************************************************************************************
*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 0.95;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
*/
.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: block;
  height: 100%;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.l-overlay button.mfp-close {
  display: none;
}

.is-sp-open .mfp-close {
  right: auto;
  left: 10px;
  top: 25px;
  z-index: 1100;
}

.l-member-overlay button.mfp-close {
  opacity: 1;
  top: 145px;
  right: 35px;
  overflow: hidden;
  background-image: url(../img/common/close_white.png);
  background-repeat: no-repeat;
  background-size: 49px 50px;
  background-position: 50% 50%;
  text-indent: -100px;
}

.l-member-overlay button.mfp-close:hover {
  opacity: 0.8;
}

@media all and (max-width: 736px) {
  .l-member-overlay {
    position: relative;
  }
  .l-member-overlay button.mfp-close {
    opacity: 1;
    top: auto;
    bottom: 10px;
    right: 10px;
    background-size: 25px 25px;
  }
}

.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  /*  -webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
  -moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
  -ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
  -o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
  transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
*/
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  /*  -webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
  -moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
  -ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
  -o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
  transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
*/
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  /*  -webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
  -moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
  -ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
  -o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
  transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
*/
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.95;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* content at start */
.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../static/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../../static/slick/fonts/slick.eot");
  src: url("../../static/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../static/slick/fonts/slick.woff") format("woff"), url("../../static/slick/fonts/slick.ttf") format("truetype"), url("../../static/slick/fonts/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  /*margin-bottom: 30px;*/
}

.slick-dots {
  position: absolute;
  bottom: 5px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 11px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #ff7aab;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* # reset
----------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

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

p, li, dt, dd, th, td, pre {
  line-break: strict;
  word-break: break-strict;
}

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

img {
  border: none;
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

input, button, textarea, select {
  border: none;
  border-radius: 0;
  outline: none;
}

/* # fonts
----------------------------------- */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Noto Sans CJK JP Regular"), url(../fonts/NotoSansCJKjp-Regular.woff2) format("woff2"), url(../fonts/NotoSansCJKjp-Regular.woff) format("woff");
}

@font-face {
  font-family: 'Abel';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Abel-Regular.ttf) format("woff");
}

/* # base
----------------------------------- */
body {
  width: auto;
  min-width: 100%;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #333;
  letter-spacing: 0.5px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: scroll;
}

@media only screen and (min-width: 737px) {
  body {
    min-width: 1160px;
  }
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

@media all and (-ms-high-contrast: active) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

html {
  font-size: 14px;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
}

html, body {
  height: 100%;
}

img {
  max-width: 100%;
}

/* # link style
----------------------------------- */
a {
  color: #4a90e2;
  text-decoration: none;
}

a[href^="tel"] {
  color: inherit;
}

/* # hover alpha
----------------------------------- */
.u-hover {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.u-hover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a img.u-hover {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a img.u-hover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/* # for analyze tag
----------------------------------- */
body > img {
  display: none;
}

.l-wrapper {
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 737px) {
  .l-wrapper {
    min-width: 1280px;
  }
}

.l-shift-sptop {
  padding-top: 58px;
}

@media only screen and (min-width: 737px) {
  .l-shift-sptop {
    padding-top: 0;
  }
  .l-shift-top {
    padding-top: 84px;
  }
  .l-simple-shift-top {
    padding-top: 53px;
  }
}

.l-contents {
  padding: 40px 0;
}

@media only screen and (min-width: 737px) {
  .l-contents {
    padding: 80px 0;
  }
}

/* # l-main
----------------------------------- */
.l-main {
  width: 100%;
  padding: 0 15px;
}

@media only screen and (min-width: 737px) {
  .l-main {
    width: 1040px;
    margin: 0 auto;
    padding: 0;
  }
}

/* =========================================================
    layout header
========================================================= */
/* l-header global
--------------------------------------------------------- */
.l-header {
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 737px) {
  .l-header {
    position: fixed;
    border-bottom: 1px solid #d6d6d6;
    min-width: 1280px;
    z-index: 100;
  }
}

.l-header__global {
  display: none;
}

@media only screen and (min-width: 737px) {
  .l-header__global {
    display: block;
    padding-bottom: 5px;
    background-color: #fff;
    line-height: 1;
  }
}

/* l-header global only PC
--------------------------------------------------------- */
@media only screen and (min-width: 737px) {
  .l-header__global-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: bottom;
        -ms-flex-align: bottom;
            align-items: bottom;
    height: 27px;
    min-width: 1040px;
    padding: 0 25px;
  }
}

@media only screen and (min-width: 737px) {
  .l-header__global-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-right: auto;
  }
}

@media only screen and (min-width: 737px) {
  .l-header__holiday a:after {
    background-color: #d4c1ef;
  }
}

@media only screen and (min-width: 737px) {
  .l-header__callnumber {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    color: #9b9b9b;
    font-size: 12px;
  }
}

@media only screen and (min-width: 1080px) {
  .l-header__callnumber {
    font-size: 13px;
  }
}

@media only screen and (min-width: 737px) {
  .l-header__contact {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-left: 0.25em;
    padding-left: 1.25em;
  }
  .l-header__contact a {
    color: #4a4a4a;
    font-size: 12px;
  }
  .l-header__contact:after {
    position: absolute;
    content: '｜';
    left: 0;
    bottom: 0;
    width: 1em;
    height: 1em;
    color: #9b9b9b;
  }
}

@media only screen and (min-width: 1080px) {
  .l-header__contact {
    font-size: 13px;
  }
}

@media only screen and (min-width: 737px) {
  .l-header__login {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-left: 0.25em;
    padding-left: 1.25em;
  }
  .l-header__login a {
    color: #4a4a4a;
    font-size: 12px;
  }
  .l-header__login:after {
    position: absolute;
    content: '｜';
    left: 0;
    bottom: 0;
    width: 1em;
    height: 1em;
    color: #9b9b9b;
  }
}

@media only screen and (min-width: 1080px) {
  .l-header__login {
    font-size: 13px;
  }
}

.l-header__new {
  position: absolute;
  top: -11px;
  right: -25px;
  color: #e61345;
  font-size: 10px;
  font-weight: bold;
}

.l-header__new {
  position: absolute;
  top: -11px;
  right: -25px;
  color: #e61345;
  font-size: 10px;
  font-weight: bold;
}

/* l-header local
--------------------------------------------------------- */
.l-header__local {
  position: fixed;
  border-top: none;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}

@media only screen and (min-width: 737px) {
  .l-header__local {
    padding: 10px 0;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
  }
  .l-header__local.is-fixed {
    position: fixed;
    width: 100%;
    -webkit-transform: translateY(-31px);
            transform: translateY(-31px);
    border-bottom: none;
    -webkit-box-shadow: 0 5px 5px 0px rgba(119, 119, 119, 0.45);
            box-shadow: 0 5px 5px 0px rgba(119, 119, 119, 0.45);
    z-index: 100;
  }
}

.l-header__local-inner {
  min-width: 1140px;
}

.l-header__local-wrap {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

@media only screen and (min-width: 737px) {
  .l-header__local-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 25px;
    height: 32px;
  }
}

.l-header__logo-wrap {
  padding: 10px;
}

@media only screen and (min-width: 737px) {
  .l-header__logo-wrap {
    padding: 0;
  }
}

.l-header__logo {
  padding: 8px 0 8px 5px;
}

@media only screen and (max-width: 736px) {
  .l-header__logo img {
    width: 150px;
    height: auto;
  }
}

@media only screen and (min-width: 737px) {
  .l-header__logo {
    position: relative;
    padding: 0;
  }
  .l-header__logo:after {
    position: absolute;
    content: '';
    top: -4px;
    left: 0;
    width: 7px;
    height: 34px;
    background-color: #008842;
  }
  .l-header__logo a {
    padding-left: 25px;
  }
  .l-header__logo a img {
    height: 26px;
  }
}

.l-header__local-navi {
  display: none;
  position: absolute;
  top: 57px;
  left: 0;
  border-top: 1px solid #ddd;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 5px 0px rgba(119, 119, 119, 0.45);
          box-shadow: 0 5px 5px 0px rgba(119, 119, 119, 0.45);
}

.l-header__local-navi.is-open {
  display: block;
}

@media only screen and (min-width: 737px) {
  .l-header__local-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    border-top: none;
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media only screen and (max-width: 736px) {
  .l-header__local-list li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #ddd;
  }
  .l-header__local-list li a {
    display: block;
    padding: 10px 15px;
    color: #777777;
    font-size: 14px;
  }
  .l-header__local-list li.l-header__local-briefing > a, .l-header__local-list li.l-header__local-adviser > a {
    display: none;
  }
}

@media only screen and (min-width: 737px) {
  .l-header__local-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__local-list li {
    margin: 0 4px;
  }
  .l-header__local-list li a {
    padding: 6px 0;
    color: #4a4a4a;
    font-size: 11px;
    line-height: 2.5;
  }
  .l-header__local-list li a:hover {
    color: #4a90e2;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
}

@media only screen and (min-width: 1200px) {
  .l-header__local-list li {
    margin: 0 5px;
  }
  .l-header__local-list li a {
    padding: 6px 2px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 1370px) {
  .l-header__local-list li a {
    padding: 6px 10px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 736px) {
  .l-header__local-sub li:last-child {
    border-bottom: none;
  }
}

@media only screen and (min-width: 737px) {
  .l-header__local-sub {
    position: absolute;
    visibility: hidden;
    top: 0;
    left: -15px;
    padding-top: 43px;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
  }
  .l-header__local-sub li {
    display: block;
    margin: 0;
  }
  .l-header__local-sub li a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    background: #fff;
    white-space: nowrap;
  }
  .l-header__local-sub li a:hover {
    background-color: #f1f1f1;
  }
}

@media only screen and (max-width: 736px) {
  .l-header__local-action {
    padding: 10px;
    text-align: center;
  }
  .l-header__local-action li {
    margin-top: 5px;
  }
  .l-header__local-action li:first-child {
    margin-top: 0;
  }
  .l-header__local-action a {
    display: block;
    padding: 5px 10px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 737px) {
  .l-header__local-action {
    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;
    margin-left: 10px;
    width: 194px;
  }
  .l-header__local-action li {
    margin-left: 6px;
  }
  .l-header__local-action li:first-child {
    margin-left: 0;
  }
}

@media only screen and (min-width: 737px) {
  .l-header__btn {
    padding: 4px 5px !important;
    font-size: 11px !important;
    width: 93px !important;
  }
  .l-header__btn.c-btn__bg-white:hover {
    border: 2px solid #979797;
    color: #979797;
  }
}

@media only screen and (min-width: 737px) {
  .l-header__request {
    color: #fff !important;
  }
  .l-header__request:hover {
    color: #17b491 !important;
  }
}

@media only screen and (min-width: 737px) {
  .l-header__local-adviser,
  .l-header__local-briefing {
    position: relative;
    cursor: pointer;
  }
  .l-header__local-adviser:hover .l-header__local-sub,
  .l-header__local-briefing:hover .l-header__local-sub {
    visibility: visible;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
  }
}

/* l-header
--------------------------------------------------------- */
.l-header__spbtn-wrap {
  display: block;
  position: absolute;
  top: 18px;
  right: 18px;
}

@media only screen and (min-width: 737px) {
  .l-header__spbtn-wrap {
    display: none;
  }
}

.l-header__spbtn,
.l-header__spbtn span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.l-header__spbtn {
  position: relative;
  width: 30px;
  height: 21px;
}

.l-header__spbtn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #777;
  border-radius: 2px;
}

.l-header__spbtn span:first-of-type {
  top: 0;
}

.l-header__spbtn span:nth-of-type(2) {
  top: 9px;
}

.l-header__spbtn span:nth-of-type(3) {
  bottom: 0;
}

.l-header__spbtn.is-open span:first-of-type {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}

.l-header__spbtn.is-open span:nth-of-type(2) {
  opacity: 0;
}

.l-header__spbtn.is-open span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
}

/* =========================================================
    layout footer
========================================================= */
/* footer
--------------------------------------------------------- */
.l-footer {
  width: 100%;
  padding: 30px 0;
  background-color: #f6f6f6;
}

@media only screen and (min-width: 737px) {
  .l-footer {
    width: 100%;
  }
}

.l-footer__inner {
  width: 100%;
  padding: 0 15px;
}

@media only screen and (min-width: 737px) {
  .l-footer__inner {
    width: 1040px;
    margin: 0 auto;
    padding: 0;
  }
}

.l-footer__logo img {
  width: 175px;
  height: auto;
}

.l-footer__nav {
  margin-top: 30px;
}

.l-footer__list {
  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;
  width: 100%;
}

.l-footer__list li {
  width: calc(50% - 10px);
}

.l-footer__list li:last-child {
  padding-right: 0;
}

.l-footer__list li:nth-child(n + 3) {
  margin-top: 20px;
}

@media only screen and (min-width: 737px) {
  .l-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .l-footer__list li {
    width: 19%;
    padding-right: 15px;
  }
  .l-footer__list li:last-child {
    padding-right: 0;
  }
  .l-footer__list li:nth-child(n + 3) {
    margin-top: 0;
  }
  .l-footer__list li.l-footer__list-grow2 {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
}

.l-footer__cat {
  margin-top: 10px;
}

.l-footer__cat:first-of-type {
  margin-top: 0;
}

.l-footer__cat dt,
.l-footer__cat dd {
  font-size: 13px;
  line-height: 1.7;
  text-align: left;
}

.l-footer__cat dt a,
.l-footer__cat dd a {
  color: #333;
}

.l-footer__cat dt {
  font-weight: bold;
}

.l-footer__contact {
  margin-top: 20px;
}

.l-footer__contact-ttl {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.7;
}

.l-footer__contact-wrap {
  display: block;
}

@media only screen and (min-width: 737px) {
  .l-footer__contact-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-footer__contact-form {
  margin-right: 10px;
  font-size: 13px;
}

.l-footer__contact-form a {
  color: #333;
}

@media only screen and (min-width: 737px) {
  .l-footer__contact-form {
    margin-right: 20px;
  }
}

.l-footer__contact-number {
  margin-top: 5px;
  font-size: 13px;
}

@media only screen and (min-width: 737px) {
  .l-footer__contact-number {
    margin-top: 0;
  }
}

.l-footer__office {
  margin-top: 20px;
}

/* terms
--------------------------------------------------------- */
.l-footer__terms {
  display: block;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

@media only screen and (min-width: 737px) {
  .l-footer__terms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* privacy
--------------------------------------------------------- */
.l-footer__privacy-standards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}

@media only screen and (min-width: 737px) {
  .l-footer__privacy-standards {
    width: 430px;
    margin-top: 0;
  }
}

/* copyright
--------------------------------------------------------- */
.l-footer__copyright {
  display: block;
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .l-footer__copyright {
    margin-top: 20px;
  }
}

/* sns
--------------------------------------------------------- */
.l-footer_terms__snslink {
  margin: 10px 0;
  text-align: center;
}

@media screen and (min-width: 990px) {
  .l-footer_terms__snslink {
    text-align: left;
  }
}

.c-about {
  padding: 32px 0;
}

@media only screen and (min-width: 737px) {
  .c-about {
    padding: 65px 0;
  }
}

.c-about__inner {
  padding: 0 20px;
}

@media only screen and (min-width: 737px) {
  .c-about__inner {
    margin: 0 auto;
    padding: 0;
    width: 1000px;
  }
}

@media only screen and (min-width: 737px) {
  .c-about__title {
    font-size: 30px;
  }
}

.c-about__lead {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.7;
}

@media only screen and (min-width: 737px) {
  .c-about__lead {
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.88;
    text-align: center;
  }
}

.c-about__notes {
  margin-top: 10px;
  font-size: 10px;
}

@media only screen and (min-width: 737px) {
  .c-about__notes {
    margin-top: 15px;
    font-size: 11px;
    text-align: center;
  }
}

.c-about__mainimage {
  margin-top: 25px;
  padding: 0 10px;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-about__mainimage {
    margin-top: 60px;
    padding: 0;
  }
}

.c-about__wrap {
  margin-top: 60px;
}

@media only screen and (min-width: 737px) {
  .c-about__wrap {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 737px) {
  .c-about__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-about__item {
  margin-top: 45px;
}

.c-about__item:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 737px) {
  .c-about__item {
    margin-top: 0;
    width: 285px;
  }
}

.c-about__image {
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-about__image {
    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;
    min-height: 140px;
  }
}

.c-about__title {
  margin-top: 20px;
  color: #4a90e2;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-about__title {
    margin-top: 30px;
    font-size: 23px;
  }
}

.c-about__text {
  margin-top: 12px;
  padding: 0 10px;
}

@media only screen and (min-width: 737px) {
  .c-about__text {
    margin-top: 20px;
    padding: 0;
  }
}

.c-about__subtext {
  margin-top: 5px;
  font-size: 11px;
  padding: 0 10px;
}

@media only screen and (min-width: 737px) {
  .c-about__subtext {
    padding: 0;
  }
}

.c-appflow__summary--container {
  width: 375px;
  height: 715px;
  margin: 0 auto;
  padding: 22px 0 0;
  position: relative;
}

@media only screen and (min-width: 737px) {
  .c-appflow__summary--container {
    width: 1000px;
    height: 1420px;
  }
}

@media only screen and (max-width: 374px) {
  .c-appflow__summary--container {
    zoom: 85%;
  }
}

.c-appflow__summary--point1 {
  padding: 0 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 737px) {
  .c-appflow__summary--point1 {
    width: 900px;
    margin: auto;
    padding: 0;
  }
}

.c-appflow__point1--imgbox {
  width: 195px;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-appflow__point1--imgbox {
    width: 420px;
    font-size: 20px;
  }
}

.c-appflow__point1--imgttl {
  font-size: 10px;
}

@media only screen and (min-width: 737px) {
  .c-appflow__point1--imgttl {
    font-size: 20px;
  }
}

.c-appflow__circle {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 55px;
  left: 27px;
  border-radius: 27.5px;
  border: solid 2px #d0021b;
  z-index: 80;
}

@media only screen and (min-width: 737px) {
  .c-appflow__circle {
    width: 55px;
    height: 55px;
    top: 110px;
    left: 53px;
    border: solid 4px #d0021b;
  }
}

.c-appflow__point1--docbox {
  padding: 25px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 737px) {
  .c-appflow__point1--docbox {
    padding: 60px 0 0;
  }
}

.c-appflow__point--docttl {
  color: #4a90e2;
}

.c-appflow__docttl--text {
  font-size: 10px;
}

@media only screen and (min-width: 737px) {
  .c-appflow__docttl--text {
    font-size: 20px;
  }
}

.c-appflow__docttl--num {
  font-size: 18px;
}

@media only screen and (min-width: 737px) {
  .c-appflow__docttl--num {
    padding: 0 0 0 3px;
    font-size: 40px;
  }
}

.c-appflow__point1--docinfo {
  width: 101px;
  padding: 8px 0 0 5px;
  font-size: 8px;
  line-height: 1.3;
}

@media only screen and (min-width: 737px) {
  .c-appflow__point1--docinfo {
    width: 191px;
    padding: 25px 0 0 15px;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 1.5;
  }
}

.c-appflow__summary--point2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 118px;
  left: 95px;
}

@media only screen and (min-width: 737px) {
  .c-appflow__summary--point2 {
    top: 200px;
    left: 285px;
  }
}

.c-appflow__linebox--top {
  width: 33px;
  height: 15px;
  position: absolute;
  top: 75px;
  left: 27px;
  border: solid 1px #d0021b;
  z-index: 80;
}

@media only screen and (min-width: 737px) {
  .c-appflow__linebox--top {
    width: 85px;
    height: 33px;
    top: 160px;
    left: 62px;
    border: solid 2px #d0021b;
  }
}

.c-appflow__line--left {
  width: 22px;
  height: 136px;
  position: absolute;
  top: 82px;
  left: 5px;
  border-width: 1px;
  border-style: solid none none solid;
  border-color: #d0021b;
  z-index: 80;
}

@media only screen and (min-width: 737px) {
  .c-appflow__line--left {
    width: 57px;
    height: 315px;
    top: 175px;
    left: 5px;
    border-width: 2px;
  }
}

.c-appflow__linebox--bottom {
  width: 33px;
  height: 15px;
  position: absolute;
  top: 113px;
  left: 27px;
  border: solid 1px #d0021b;
  z-index: 80;
}

@media only screen and (min-width: 737px) {
  .c-appflow__linebox--bottom {
    width: 85px;
    height: 33px;
    top: 255px;
    left: 62px;
    border: solid 2px #d0021b;
    z-index: 80;
  }
}

.c-appflow__line--right {
  width: 120px;
  height: 98px;
  position: absolute;
  top: 120px;
  left: 60px;
  border-width: 1px;
  border-style: solid solid none none;
  border-color: #d0021b;
  z-index: 80;
}

@media only screen and (min-width: 737px) {
  .c-appflow__line--right {
    width: 300px;
    height: 220px;
    top: 270px;
    left: 145px;
    border-width: 2px;
  }
}

.c-appflow__point2--imgbox {
  padding: 15px 0 0;
  width: 175px;
}

@media only screen and (min-width: 737px) {
  .c-appflow__point2--imgbox {
    width: 427px;
  }
}

@media only screen and (min-width: 737px) {
  .c-appflow__point2--docbox {
    padding: 50px 0 0;
  }
}

.c-appflow__point2--docinfo {
  width: 80px;
  font-size: 8px;
  line-height: 1.4;
}

@media only screen and (min-width: 737px) {
  .c-appflow__point2--docinfo {
    padding: 10px 0 0;
    margin: 0;
    width: auto;
    font-size: 15px;
    line-height: 1.73;
  }
}

.c-appflow__summary--branch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 310px;
}

@media only screen and (min-width: 737px) {
  .c-appflow__summary--branch {
    width: 781px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    top: 640px;
    left: 115px;
  }
}

.c-appflow__branch--imgttl {
  padding: 0 0 0 105px;
  font-size: 10px;
}

@media only screen and (min-width: 737px) {
  .c-appflow__branch--imgttl {
    padding: 0 0 0 200px;
    font-size: 20px;
  }
}

@media only screen and (min-width: 737px) {
  .c-appflow__branch--img {
    width: 345px;
  }
}

.c-appflow__flow--ttlbox {
  padding: 18px 23px 25px;
  background-color: #f4f7f8;
}

@media only screen and (min-width: 737px) {
  .c-appflow__flow--ttlbox {
    padding: 33px 97px 40px;
  }
}

.c-appflow__flow--ttl {
  padding: 0 0 6px;
  font-size: 15px;
  font-weight: 500;
}

@media only screen and (min-width: 737px) {
  .c-appflow__flow--ttl {
    padding: 0 0 15px;
    font-size: 30px;
  }
}

.c-appflow__flow--subttl {
  font-size: 10px;
}

@media only screen and (min-width: 737px) {
  .c-appflow__flow--subttl {
    font-size: 15px;
  }
}

.c-appflow__flow--descript {
  display: none;
}

@media only screen and (min-width: 737px) {
  .c-appflow__flow--descript {
    padding: 45px 0 62px;
    display: block;
    font-size: 15px;
    text-align: center;
  }
}

.c-appflow__flow--content {
  padding: 22px 0 60px;
}

@media only screen and (min-width: 737px) {
  .c-appflow__flow--content {
    padding: 0 0 100px;
  }
}

.c-appflow__slider--target {
  max-width: 375px;
  margin: 0 auto;
}

@media only screen and (min-width: 737px) {
  .c-appflow__slider--target {
    max-width: 1200px;
    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;
  }
}

.c-appflow__flow--item {
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-appflow__flow--item {
    width: 276px;
    position: relative;
  }
}

@media only screen and (min-width: 737px) {
  .c-appflow__flow--itemttl {
    font-size: 20px;
  }
}

.c-appflow__flow--itemimg {
  width: 256px;
  margin: 0 auto;
}

.c-appflow__flow--arrow {
  opacity: 0;
}

@media only screen and (min-width: 737px) {
  .c-appflow__flow--arrow {
    width: 18px;
    opacity: 1;
    position: absolute;
    top: 230px;
    left: 270px;
  }
}

.c-appflow .slick-next,
.c-appflow .slick-prev {
  width: 30px;
  height: 30px;
  z-index: 90;
}

.c-appflow .slick-prev {
  left: 25px;
  top: calc(50% - 39px);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.c-appflow .slick-next {
  top: calc(50% - 25px);
  right: 10px;
}

.c-appflow .slick-next::before,
.c-appflow .slick-prev::before {
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "";
  background: url("../img/common/icn/icn_arrow_black.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.c-appflow .slick-next.slick-disabled:before,
.c-appflow .slick-prev.slick-disabled:before {
  opacity: 0;
}

.c-appflow .slick-dots {
  bottom: 0px;
}

.c-appflow .slick-dots li.slick-active button:before {
  color: #4a90e2;
}

.c-appflow .slick-dots li button:before {
  color: #d8d8d8;
}

.c-attraction {
  padding: 10px 0 40px;
}

@media only screen and (min-width: 737px) {
  .c-attraction {
    padding: 20px 0 80px;
  }
}

.c-attraction__inner {
  padding: 0 20px;
}

@media only screen and (min-width: 737px) {
  .c-attraction__inner {
    margin: 0 auto;
    padding: 0;
    width: 1000px;
  }
}

@media only screen and (min-width: 737px) {
  .c-attraction__title {
    font-size: 30px;
  }
}

.c-attraction__lead {
  margin-top: 40px;
  font-size: 13px;
  line-height: 1.7;
}

@media only screen and (min-width: 737px) {
  .c-attraction__lead {
    margin: 50px auto 0;
    width: 690px;
    font-size: 16px;
    line-height: 1.88;
  }
}

.c-attraction__point-wrap {
  margin-top: 30px;
}

@media only screen and (min-width: 737px) {
  .c-attraction__point-wrap {
    margin-top: 60px;
  }
}

.c-attraction__point-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #4a90e2;
  font-size: 18px;
}

.c-attraction__point-title img {
  position: relative;
  display: inline;
  height: 20px;
  top: 2px;
}

.c-attraction__point-title span {
  margin-left: 15px;
  font-weight: bold;
}

@media only screen and (min-width: 737px) {
  .c-attraction__point-title {
    font-size: 30px;
  }
  .c-attraction__point-title img {
    width: auto;
    height: auto;
  }
  .c-attraction__point-title span {
    display: inline-block;
    margin-left: 20px;
  }
}

@media only screen and (min-width: 737px) {
  .c-attraction__wrap {
    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-top: 20px;
  }
}

@media only screen and (max-width: 736px) {
  .c-attraction__video {
    position: relative;
    margin-top: 20px;
    width: 100%;
    padding-top: 56.25%;
  }
  .c-attraction__video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

@media only screen and (min-width: 737px) {
  .c-attraction__video {
    width: 480px;
  }
}

.c-attraction__text {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.7;
}

@media only screen and (min-width: 737px) {
  .c-attraction__text {
    margin-top: 0;
    width: 530px;
    font-size: 18px;
    line-height: 2.1;
  }
}

.c-attraction__device {
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-attraction__device {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
}

.c-attraction__device-caption {
  font-size: 20px;
}

@media only screen and (max-width: 736px) {
  .c-attraction__device-caption {
    margin-top: -20px;
    font-size: 18px;
  }
}

.c-attraction__device-item {
  margin-top: 30px;
}

@media only screen and (min-width: 737px) {
  .c-attraction__device-item {
    margin: 0 20px;
  }
}

.c-attraction__device-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.c-attraction__device-bnr li {
  margin: 0 5px;
}

.c-attraction__device-bnr img {
  height: 40px;
}

@media only screen and (min-width: 737px) {
  .c-attraction__device-bnr {
    display: block;
    position: absolute;
    bottom: 90px;
    right: -40px;
  }
  .c-attraction__device-bnr li {
    margin: 12px 0 0 0;
  }
  .c-attraction__device-bnr img {
    width: 160px;
    height: auto;
  }
}

.c-attraction__btn {
  margin: 25px 0 0;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-attraction__btn {
    margin: 50px 0 0;
  }
}

.c-attraction__notes {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}

@media only screen and (min-width: 737px) {
  .c-attraction__notes {
    font-size: 14px;
  }
}

.c-breadcrumb {
  padding: 10px;
  font-size: 12px;
}

@media only screen and (min-width: 737px) {
  .c-breadcrumb {
    padding: 25px 25px 20px;
    font-size: 11px;
  }
}

.c-breadcrumb a {
  color: #333;
}

.c-breadcrumb__link {
  padding-right: 20px;
  background-image: url(../img/common/icn/icn_arrow_gray3.svg);
  background-position: right 5px top 50%;
  background-repeat: no-repeat;
  background-size: 8px 10px;
  color: #333;
}

.c-breadcrumb__here {
  color: #333;
}

.c-btn {
  display: inline-block;
  border: 2px solid #17b491;
  border-radius: 30px;
  padding: 10px 28px;
  background-color: #17b491;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-btn {
    padding: 7px 23px 6px;
    font-size: 22px;
    font-weight: 500;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  .c-btn:hover {
    border: 2px solid #54b99d;
    background-color: #fff;
    color: #17b491;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
}

.c-btn__bg-white, a.c-btn__bg-white {
  border: 2px solid #979797;
  background-color: #fff;
  color: #666;
}

.c-btn__bg-white:hover, a.c-btn__bg-white:hover {
  color: #17b491;
}

.c-btn__bg-blue {
  border: 2px solid #1579b7;
  background-color: #1579b7;
}

@media only screen and (min-width: 737px) {
  .c-btn__bg-blue:hover {
    border: 2px solid #1579b7;
    background-color: #fff;
    color: #1579b7;
  }
}

.c-btn__bg-light, a.c-btn__bg-light {
  border: 2px solid #50e3c2;
  background-color: #50e3c2;
  color: #fff;
}

.c-btn__bg-light:hover, a.c-btn__bg-light:hover {
  border: 2px solid #50e3c2;
  color: #50e3c2;
}

.c-btn__bg-black {
  border: 2px solid #4a4a4a;
  background-color: #4a4a4a;
  color: #fff;
}

.c-btn__bg-black:hover {
  border: 2px solid #4a4a4a;
  color: #4a4a4a;
  background-color: #fff;
}

.c-btn__conversion {
  width: auto;
  -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.42);
          box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.42);
  padding: 6px 15px;
  font-size: 16px;
}

.c-btn__conversion.c-btn__bg-white {
  border: 2px solid #fff;
}

@media only screen and (min-width: 737px) {
  .c-btn__conversion.c-btn__bg-white:hover {
    border: 2px solid #979797;
    color: #979797;
  }
}

@media only screen and (max-width: 320px) {
  .c-btn__conversion {
    padding: 6px 10px;
  }
}

@media only screen and (min-width: 737px) {
  .c-btn__conversion {
    border-radius: 30px;
    padding: 12px 20px 11px;
    width: 300px;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.18;
  }
}

.c-btn__trial-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-btn__trial-wrap li {
  margin: 0 5px;
}

@media only screen and (min-width: 737px) {
  .c-btn__trial-wrap li {
    margin: 0 10px;
  }
  .c-btn__trial-wrap li:nth-child(n + 2) {
    margin-top: 0;
  }
}

.c-btn__w-auto {
  width: auto;
  min-width: auto;
}

.c-btn__w-wide {
  width: 100%;
}

.c-btn__w-minwidth {
  min-width: 200px;
}

@media only screen and (min-width: 737px) {
  .c-btn__w-minwidth {
    min-width: 220px;
  }
}

@media only screen and (min-width: 737px) {
  .c-btn__small {
    padding: 4px 10px;
    width: 150px;
    font-size: 16px;
  }
}

.c-btn__post {
  display: inline-block;
  margin: 5px;
  font-weight: 500;
}

@media only screen and (max-width: 736px) {
  .c-btn__post {
    font-size: 14px;
  }
}

@media only screen and (min-width: 737px) {
  .c-btn__post {
    font-size: 18px;
  }
}

.c-callnumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 69px 10px 10px;
  background-color: #f2f2f2;
}

@media only screen and (min-width: 737px) {
  .c-callnumber {
    display: none;
  }
}

.c-callnumber__number {
  padding-left: 22px;
  background-image: url(../img/common/icn/icn_tel.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 16px 16.5px;
  color: #4a4a4a;
  font-size: 15px;
  font-family: 'Arial';
}

.c-callnumber__time {
  margin-left: 10px;
  color: #9b9b9b;
  font-size: 10px;
}

/* # c-campaignbnr
----------------------------------- */
.c-campaignbnr {
  margin-top: 30px;
  padding: 0 20px;
}

@media only screen and (min-width: 737px) {
  .c-campaignbnr {
    margin-top: 40px;
    padding: 0;
  }
}

@media only screen and (min-width: 737px) {
  .c-campaignbnr__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-campaignbnr__item {
  margin-top: 10px;
}

.c-campaignbnr__item:first-child {
  margin-top: 0;
}

.c-campaignbnr__item img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 737px) {
  .c-campaignbnr__item {
    margin: 0 15px;
    width: 500px;
  }
  .c-campaignbnr__item a {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .c-campaignbnr__item a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
}

.c-case {
  padding: 0 0 40px;
}

@media only screen and (min-width: 737px) {
  .c-case {
    padding: 30px 0 80px;
  }
}

.c-case__inner {
  padding: 0 15px;
  width: 100%;
}

@media only screen and (min-width: 737px) {
  .c-case__inner {
    margin: 0 auto;
    padding: 0;
    width: 980px;
  }
}

.c-case__maintitle {
  margin: 0 0 30px;
  color: #9b9b9b;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.9px;
  line-height: 1.25;
  text-align: center;
}

.c-case__head {
  width: 100%;
}

@media only screen and (min-width: 737px) {
  .c-case__head {
    margin: 0 auto;
    width: 700px;
  }
}

.c-case__mainvisual img {
  width: 100%;
  height: auto;
}

.c-case__company {
  margin-top: 20px;
}

@media only screen and (min-width: 737px) {
  .c-case__company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-case__company-name {
  color: #333;
  font-size: 14px;
  line-height: 1.8;
}

@media only screen and (min-width: 737px) {
  .c-case__company-name {
    color: #666;
  }
}

.c-case__company-url {
  color: #333;
  font-size: 14px;
  line-height: 1.8;
}

.c-case__company-url a {
  color: #4a90e2;
}

@media only screen and (min-width: 737px) {
  .c-case__company-url {
    margin-left: 10px;
    color: #666;
  }
}

.c-case__name {
  margin-top: 15px;
  color: #333;
}

@media only screen and (min-width: 737px) {
  .c-case__name {
    color: #666;
  }
}

.c-case__lead {
  margin-top: 15px;
  color: #666;
}

.c-case__btn {
  margin-top: 10px;
}

.c-case__btn a {
  border: solid 2px #17b491;
  padding: 6px 15px 6px 10px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.42);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.42);
  background-color: #fff;
  color: #17b491;
  font-size: 10px;
}

.c-case__btn a:hover {
  background-color: #17b491;
  color: #fff;
}

@media only screen and (min-width: 737px) {
  .c-case__btn a {
    font-size: 12px;
  }
}

.c-case__wrap {
  width: 100%;
}

@media only screen and (min-width: 737px) {
  .c-case__wrap {
    margin: 55px auto 0;
    width: 940px;
  }
  .c-case__wrap img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}

.c-case__title {
  margin: 30px 0 20px;
  color: #9b9b9b;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.3px;
  line-height: 1.25;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-case__title {
    margin: 50px 0 30px;
    font-size: 24px;
    letter-spacing: 0.9px;
  }
}

.c-case__q {
  position: relative;
  margin: 30px 0 10px;
  padding-left: 1.5em;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.8px;
}

.c-case__q:after {
  position: absolute;
  content: 'ー';
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
}

@media only screen and (min-width: 737px) {
  .c-case__q {
    font-size: 18px;
    letter-spacing: 0.5px;
  }
}

.c-case__a {
  margin: 10px 0;
  color: #333;
  font-size: 14px;
}

.c-case__image {
  text-align: center;
}

.c-case__image img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 737px) {
  .c-case__image img {
    width: auto;
    max-width: 800px;
  }
}

.c-case__beforeafter {
  margin-top: 30px;
  padding: 0 10px;
}

@media only screen and (min-width: 737px) {
  .c-case__beforeafter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    padding: 0;
    width: 940px;
  }
}

.c-case__before, .c-case__after {
  width: 100%;
}

@media only screen and (min-width: 737px) {
  .c-case__before, .c-case__after {
    width: 460px;
  }
}

.c-case__beforeafter-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-case__beforeafter-title {
  border-left: 10px solid #666;
  padding-left: 10px;
  color: #666;
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (min-width: 737px) {
  .c-case__beforeafter-title {
    font-size: 20px;
  }
}

.c-case__beforeafter-intro {
  padding-right: 10px;
  color: #666;
  font-size: 18px;
}

@media only screen and (min-width: 737px) {
  .c-case__beforeafter-intro {
    font-size: 20px;
  }
}

.c-case__beforeafter-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  border: 3px solid #666;
  min-height: 60px;
}

.c-case__beforeafter-number {
  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;
  width: 62px;
  background-color: #666;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.c-case__beforeafter-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 62px);
  padding: 5px 10px;
  color: #666;
}

.c-case__after {
  margin-top: 20px;
}

.c-case__after .c-case__beforeafter-title {
  border-left: 10px solid #4a90e2;
  color: #4a90e2;
}

.c-case__after .c-case__beforeafter-list li {
  border: 3px solid #4a90e2;
}

.c-case__after .c-case__beforeafter-number {
  background-color: #4a90e2;
}

@media only screen and (min-width: 737px) {
  .c-case__after {
    margin-top: 0;
  }
}

.c-case__article img {
  width: 300px;
  height: auto;
}

.case-page .first img {
  width: 500px;
  height: auto;
}

.c-casecard {
  border: 1px solid #ddd;
  width: calc( 100% / 2 - 4px);
}

@media only screen and (min-width: 737px) {
  .c-casecard {
    width: calc( 100% / 3 - 16.7px);
  }
}

@media only screen and (min-width: 737px) {
  .c-casecard:not(:nth-child(3n)) {
    margin-right: 25px;
  }
}

@media only screen and (max-width: 736px) {
  .c-casecard:nth-child(n+3) {
    margin-top: 16px;
  }
}

@media only screen and (min-width: 737px) {
  .c-casecard:nth-child(n+4) {
    margin-top: 25px;
  }
}

.c-casecard__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #333;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-casecard__inner:hover {
  color: #3498db;
}

.c-casecard__img {
  width: 100%;
  height: auto;
  max-height: 232px;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-casecard__body {
  padding: 15px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 737px) {
  .c-casecard__body {
    padding: 25px 20px 15px;
  }
}

.c-casecard__title {
  font-size: 10px;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-casecard__title {
    font-weight: bold;
    font-size: 19px;
  }
}

.c-casecard__logo {
  text-align: center;
  margin-bottom: 12px;
}

.c-casecard__logo img {
  max-height: 35px;
}

@media only screen and (min-width: 737px) {
  .c-casecard__logo img {
    max-height: 50px;
  }
}

.c-casecard__copy {
  margin-top: 10px;
  font-size: 12px;
}

@media only screen and (min-width: 737px) {
  .c-casecard__copy {
    margin-top: 25px;
    font-size: 15px;
  }
}

.c-casecard__redirect {
  margin-top: 5px;
  color: #666666;
}

@media only screen and (max-width: 736px) {
  .c-casecard__redirect {
    font-size: 10px;
  }
}

@media only screen and (min-width: 737px) {
  .c-casecard__redirect {
    font-size: 13px;
  }
}

.c-casecard__button {
  font-size: 12px;
  background: #f1f0ed;
  padding: 10px;
  text-align: center;
  border-radius: 3px;
  margin-top: 10px;
}

@media only screen and (min-width: 737px) {
  .c-casecard__button {
    margin-top: 25px;
    font-size: 14px;
  }
}

.c-casecard__foot {
  margin-top: auto;
}

.c-casecard__tag-list {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #3498db;
  margin-top: 10px;
}

@media only screen and (min-width: 737px) {
  .c-casecard__tag-list {
    margin: 25px 0 -4px 0;
  }
}

.c-casecard__tag-item {
  display: inline-block;
  border-radius: 15px;
  margin: 0 4px 4px 0;
  border: solid 1px #3498db;
  padding: 2px 6px;
  font-size: 10px;
}

@media only screen and (min-width: 737px) {
  .c-casecard__tag-item {
    font-size: 14px;
    padding: 4px 18px;
  }
}

.c-casefront {
  padding: 32px 0;
}

@media only screen and (min-width: 737px) {
  .c-casefront {
    padding: 65px 0;
  }
}

.c-casefront__inner {
  width: 100%;
  padding: 0 15px;
}

@media only screen and (min-width: 737px) {
  .c-casefront__inner {
    width: 980px;
    margin: 0 auto;
    padding: 0;
  }
}

.c-casefront__wrap {
  margin-top: 40px;
  padding: 0 15px;
}

@media only screen and (min-width: 737px) {
  .c-casefront__wrap {
    margin-top: 60px;
    padding: 0;
  }
}

.c-casefront__list li {
  width: 100%;
  background-color: #fff;
}

.c-casefront__list li:nth-child(n + 2) {
  margin-top: 50px;
}

@media only screen and (min-width: 737px) {
  .c-casefront__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-casefront__list li {
    width: 100%;
  }
  .c-casefront__list li:nth-child(n + 2) {
    margin-top: 80px;
  }
}

.c-casefront__item {
  position: relative;
}

.c-casefront__item:after {
  position: absolute;
  top: -22px;
  left: -20px;
  width: 85px;
  height: 85px;
  background-image: url(../img/common/icn/icn_stamp_resolve.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 85px 85px;
  content: "";
}

@media only screen and (min-width: 737px) {
  .c-casefront__item:after {
    top: -35px;
    left: -75px;
    width: 146px;
    height: 146px;
    background-size: 146px 146px;
  }
}

@media only screen and (min-width: 737px) {
  .c-casefront__item-wrap {
    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;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .c-casefront__item-wrap:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
}

.c-casefront__item-image img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 737px) {
  .c-casefront__item-image {
    overflow: hidden;
    width: 420px;
  }
}

.c-casefront__item-company {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80px 1fr;
  grid-template-columns: 80px 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  width: 100%;
  margin-top: 15px;
}

@media only screen and (min-width: 737px) {
  .c-casefront__item-company {
    -ms-grid-columns: 160px 1fr;
    grid-template-columns: 160px 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    width: 510px;
    margin-top: 0;
  }
}

.c-casefront__item-lead {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  padding-bottom: 15px;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.c-casefront__item-lead span {
  color: #d0021b;
}

@media only screen and (min-width: 737px) {
  .c-casefront__item-lead {
    padding-bottom: 25px;
    font-size: 25px;
  }
}

.c-casefront__item-logo {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
}

.c-casefront__item-logo img {
  width: auto;
  max-width: 80px;
  height: auto;
  max-height: 30px;
}

@media only screen and (min-width: 737px) {
  .c-casefront__item-logo img {
    max-width: 160px;
    max-height: 60px;
  }
}

.c-casefront__item-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 1.5;
}

@media only screen and (min-width: 737px) {
  .c-casefront__item-name {
    font-size: 24px;
  }
}

.c-casefront__btn {
  margin-top: 32px;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-casefront__btn {
    margin-top: 65px;
  }
}

.c-casefront__notes {
  margin: 30px 0 0;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  .c-casefront__notes {
    font-size: 10px;
  }
}

@media only screen and (min-width: 737px) {
  .c-casefront__notes {
    font-size: 11px;
    letter-spacing: 0.38px;
  }
}

.c-caselist {
  padding: 0 0 40px;
}

.c-caselist.is-front {
  padding: 40px 0;
}

@media only screen and (min-width: 737px) {
  .c-caselist {
    padding: 30px 0 80px;
  }
  .c-caselist.is-front {
    padding: 60px 0 80px;
  }
}

.c-caselist__inner {
  padding: 0 15px;
  width: 100%;
}

@media only screen and (min-width: 737px) {
  .c-caselist__inner {
    margin: 0 auto;
    padding: 0;
    width: 980px;
  }
}

.c-caselist__wrap {
  margin-top: 20px;
}

@media only screen and (min-width: 737px) {
  .c-caselist__wrap {
    margin-top: 40px;
  }
}

.c-caselist__list li {
  margin-top: 20px;
  border: 1px solid #ddd;
  width: 100%;
  background-color: #fff;
}

.c-caselist__list li a {
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.c-caselist__list li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media only screen and (min-width: 737px) {
  .c-caselist__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-caselist__list li {
    border: 1px solid #ddd;
    width: 300px;
    margin-right: 40px;
    margin-top: 0;
  }
  .c-caselist__list li:nth-child(n + 4) {
    margin-top: 40px;
  }
  .c-caselist__list li:nth-child(3n) {
    margin-right: 0;
  }
}

.c-caselist__image img {
  width: 100%;
}

@media only screen and (min-width: 737px) {
  .c-caselist__image {
    overflow: hidden;
    max-height: 200px;
  }
}

.c-caselist__logo {
  padding: 10px;
  text-align: center;
}

.c-caselist__logo img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 200px;
}

@media only screen and (min-width: 737px) {
  .c-caselist__logo {
    overflow: hidden;
    display: table-cell;
    width: 1000px;
    height: 200px;
    max-height: 200px;
    text-align: center;
    vertical-align: middle;
  }
}

.c-caselist__info {
  padding: 12px 12px 15px 15px;
}

.c-caselist__company {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.c-caselist__text {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 700;
  color: #666;
  letter-spacing: 0.4px;
  line-height: 1.5;
}

.c-caselist__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5px;
}

.c-caselist__tags li {
  display: inline-block;
  margin: 5px 3px 0 0;
  border: 1px solid #4a90e2;
  border-radius: 15px;
  padding: 2px 10px;
  width: auto;
  font-size: 10px;
  color: #4a90e2;
}

.c-caselist__tags li:nth-child(n + 4) {
  margin: 5px 3px 0 0;
}

.c-caselist__more {
  margin: 5px 0 0 5px;
  padding-left: 12px;
  background-image: url(/wp-content/themes/JobcanAts18/static/img/common/icn/icn_arrow_gray3.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 8px 10px;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  white-space: nowrap;
}

.c-catsearch {
  background: #f1f0ed;
}

.c-catsearch__inner {
  margin: 0 auto;
  padding: 20px;
}

@media only screen and (min-width: 737px) {
  .c-catsearch__inner {
    width: 900px;
    padding: 20px 0 25px;
  }
}

.c-catsearch__search-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-catsearch__search-item {
  padding: 12px 6px;
  font-size: 12px;
  background: #fff;
  text-align: center;
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 7px;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

@media only screen and (min-width: 737px) {
  .c-catsearch__search-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    cursor: pointer;
  }
}

.c-catsearch__search-item::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-top-color: #fff;
  -webkit-transition: inherit;
  transition: inherit;
}

.c-catsearch__search-item.is-active {
  background: #4a90e2;
  color: #fff;
}

.c-catsearch__search-item.is-active::after {
  bottom: -20px;
  border-top-color: #4a90e2;
}

@media only screen and (min-width: 737px) {
  .c-catsearch__search-item:hover {
    background: #4a90e2;
    color: #fff;
  }
}

.c-catsearch__search-item:hover::after {
  bottom: -20px;
  border-top-color: #4a90e2;
}

@media only screen and (min-width: 737px) {
  .c-catsearch__search-item {
    margin-right: 26px;
    font-size: 15px;
  }
  .c-catsearch__search-item:last-child {
    margin-right: 0;
  }
}

.c-catsearch__cat-list {
  text-align: center;
  position: relative;
}

.c-catsearch__cat-list:not(:empty) {
  margin-top: 15px;
  margin-bottom: -6px;
}

@media only screen and (min-width: 737px) {
  .c-catsearch__cat-list:not(:empty) {
    margin-top: 25px;
    margin-bottom: -15px;
  }
}

.c-catsearch__cat-item {
  font-size: 10px;
  margin: 6px 3px;
  padding: 6px 18px;
  background: #fff;
  border-radius: 50px;
  display: inline-block;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

@media only screen and (min-width: 737px) {
  .c-catsearch__cat-item {
    margin: 0 10px 15px 0;
    padding: 5px 20px;
    font-size: 13px;
  }
}

@media only screen and (min-width: 737px) {
  .c-catsearch__cat-item:hover {
    background: #4a90e2;
    color: #fff;
    cursor: pointer;
  }
}

.c-catsearch__cat-item.is-active {
  background: #4a90e2;
  color: #fff;
  cursor: auto;
}

.c-catsearch__cat-item.is-disabled {
  pointer-events: none;
  background: #dadada;
}

/* Vue Component */
.term-child-leave-active {
  position: absolute;
  opacity: 0;
}

.c-conversion {
  margin: 20px 0 0;
  text-align: center;
  width: 100%;
}

@media only screen and (min-width: 737px) {
  .c-conversion {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-conversion__li {
  display: block;
}

.c-conversion__a--green {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1abc9c;
  border-radius: 80px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  width: 260px;
}

.c-conversion__a--green:hover {
  background: #2ed0b0;
}

.c-conversion__a--white {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto 0;
  width: 260px;
}

.c-conversion__a--white:hover {
  color: rgba(102, 102, 102, 0.5);
}

@media only screen and (min-width: 737px) {
  .c-conversion__a--white {
    margin: 0 0 0 20px;
  }
}

.c-conversion__a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  border: 1px solid #666666;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto 0;
  width: 260px;
}

.c-conversion__a:hover {
  border-color: rgba(102, 102, 102, 0.5);
  color: rgba(102, 102, 102, 0.5);
}

@media only screen and (min-width: 737px) {
  .c-conversion__a {
    margin: 0 0 0 20px;
  }
}

.c-corefunctions {
  padding: 32px 0;
  background-image: -webkit-linear-gradient(107deg, #b6fff3, #d7f5ba);
  background-image: linear-gradient(343deg, #b6fff3, #d7f5ba);
}

@media only screen and (min-width: 737px) {
  .c-corefunctions {
    padding: 65px 0;
  }
}

.c-corefunctions__inner {
  padding: 0 10px;
  width: 100%;
}

@media only screen and (min-width: 737px) {
  .c-corefunctions__inner {
    margin: 0 auto;
    padding: 0;
    width: 1100px;
  }
}

.c-corefunctions__title {
  margin-bottom: 20px;
}

@media only screen and (min-width: 737px) {
  .c-corefunctions__title {
    margin-bottom: 40px;
  }
}

.c-corefunctions__lead {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-corefunctions__lead {
    margin-top: 25px;
    font-size: 16px;
  }
}

.c-corefunctions__wrap {
  position: relative;
  margin: 35px auto 30px;
  width: 100%;
}

@media only screen and (min-width: 737px) {
  .c-corefunctions__wrap {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
    width: 900px;
  }
}

.c-corefunctions__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-corefunctions__list li {
  position: relative;
  width: 33%;
}

.c-corefunctions__list li.is-active:after {
  position: absolute;
  bottom: -40px;
  left: calc(50% - 10px);
  content: '';
  width: 0;
  height: 0;
  border-right: 12px solid transparent;
  border-bottom: 20px solid rgba(255, 255, 255, 0.64);
  border-left: 12px solid transparent;
}

@media only screen and (max-width: 736px) {
  .c-corefunctions__list li {
    padding: 15px 5px;
    border-radius: 8px;
    background-color: #fff;
  }
  .c-corefunctions__list li.is-active {
    background-color: rgba(255, 255, 255, 0.64);
  }
}

@media only screen and (min-width: 737px) {
  .c-corefunctions__list li {
    width: 250px;
    cursor: pointer;
  }
  .c-corefunctions__list li.is-active:after {
    bottom: -100px;
    left: calc(50% - 20px);
    border-right: 25px solid transparent;
    border-bottom: 43px solid rgba(255, 255, 255, 0.64);
    border-left: 25px solid transparent;
  }
}

.c-corefunctions__point {
  color: #4a90e2;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-corefunctions__point {
    font-size: 16px;
  }
}

.c-corefunctions__point--text {
  display: inline-block;
  border-bottom: 2px solid #4a90e2;
  padding: 0 4px 6px;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-corefunctions__point--text {
    padding: 0 5px 10px;
  }
}

@media only screen and (max-width: 736px) {
  .c-corefunctions__point--text img {
    width: auto;
    height: 19px;
  }
}

.c-corefunctions__point--number {
  margin-left: 5px;
  font-family: Arial;
  font-size: 18px;
}

@media only screen and (min-width: 737px) {
  .c-corefunctions__point--number {
    font-size: 30px;
  }
}

.c-corefunctions__icon {
  margin-top: 25px;
  padding: 0 10px;
  min-height: 50px;
}

@media only screen and (max-width: 736px) {
  .c-corefunctions__icon {
    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;
  }
  .c-corefunctions__icon img {
    max-height: 50px;
  }
}

@media only screen and (min-width: 737px) {
  .c-corefunctions__icon {
    margin-top: 30px;
    min-height: 110px;
    text-align: center;
  }
}

.c-corefunctions__caption {
  margin-top: 15px;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-corefunctions__caption {
    margin-top: 25px;
    font-size: 21px;
  }
}

.c-corefunctions__btn {
  margin: 25px 0 0;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-corefunctions__btn {
    margin: 50px 0 0;
  }
}

.c-docdl {
  padding: 20px 0;
}

.c-docdl__inner {
  width: 100%;
  padding: 0 15px;
}

.c-docdl__mainvisual img {
  width: 100%;
  height: auto;
}

.c-docdl__dllist {
  display: block;
}

.c-docdl__dllist li {
  width: 100%;
}

.c-docdl__dllist li:nth-child(n+2) {
  margin-top: 20px;
}

.c-docdl__notes {
  margin-bottom: 30px;
}

@media only screen and (min-width: 737px) {
  .c-docdl {
    padding: 40px 0;
  }
  .c-docdl__inner {
    width: 1040px;
    margin: 0 auto;
    padding: 0;
  }
  .c-docdl__mainvisual img {
    width: auto;
    height: auto;
  }
  .c-docdl__dllist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-docdl__dllist li {
    width: 48%;
  }
  .c-docdl__dllist li:nth-child(n+2) {
    margin-top: 0;
  }
  .c-docdl__dllist li:nth-child(n+3) {
    margin-top: 20px;
  }
  .c-docdl__notes {
    margin-bottom: 100px;
    text-align: right;
  }
}

@media screen and (min-width: 767px) {
  .c-eachfunc__wrraper {
    padding-top: 84px;
  }
}

@media screen and (min-width: 767px) {
  .c-eachfunc__header {
    padding: 0 0 35px;
  }
}

.c-eachfunc__pagetitle {
  padding: 10px 0;
  font-size: 20px;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .c-eachfunc__pagetitle {
    width: 100px;
    padding: 0;
    position: absolute;
    left: 990px;
    top: calc(100px + 10px);
  }
}

@media only screen and (min-width: 1140px) {
  .c-eachfunc__pagetitle {
    left: auto;
    right: 5%;
  }
}

.c-eachfunc__container {
  /* アンカーのズレ対策 */
  margin-top: -100px;
  padding-top: 100px;
}

.c-eachfunc__summary--wrap {
  width: 100%;
  background-color: #f4f7f8;
}

.c-eachfunc__summary--content {
  width: calc(100% - 40px);
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 109px;
  grid-template-columns: 1fr 109px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-column-gap: 31px;
}

@media screen and (min-width: 767px) {
  .c-eachfunc__summary--content {
    width: 970px;
    -ms-grid-columns: 1fr 229px;
    grid-template-columns: 1fr 229px;
    grid-column-gap: 0;
  }
}

.c-eachfunc__subtitle {
  padding: 20px 0 0;
  font-size: 15px;
  font-weight: bold;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
}

@media screen and (min-width: 767px) {
  .c-eachfunc__subtitle {
    padding: 25px 0 20px;
    font-size: 30px;
    font-weight: 500;
  }
}

.c-eachfunc__overview {
  padding: 10px 0 20px;
  font-size: 13px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
}

@media screen and (min-width: 767px) {
  .c-eachfunc__overview {
    padding: 0 0 40px;
    font-size: 14px;
  }
}

.c-eachfunc__overview .c-eachfunc__overview-only-archive {
  display: none;
}

.c-eachfunc__figure {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-eachfunc__figure--icn {
  display: block;
  height: 110px;
  margin: auto;
  padding: 10% 0;
}

@media screen and (min-width: 767px) {
  .c-eachfunc__figure--icn {
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    bottom: -30%;
  }
}

.c-eachfunc__inner--item {
  padding: 20px 25px;
}

@media screen and (min-width: 767px) {
  .c-eachfunc__inner--item {
    width: 970px;
    padding: 50px 0 75px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 500px 431px;
    grid-template-columns: 500px 431px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-column-gap: 37px;
  }
}

.c-eachfunc__extra--item {
  padding: 0 25px 20px;
}

@media screen and (min-width: 767px) {
  .c-eachfunc__extra--item {
    width: 970px;
    padding: 0 0 50px;
    margin: 0 auto;
  }
}

.c-eachfunc__notes li {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.38px;
  color: #333;
}

.c-eachfunc__btn {
  display: block;
  width: auto;
  height: 60px;
  margin: 0 auto 35px;
  padding: 12px 20px;
  border-radius: 43px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #ff9900;
  color: #333;
  font-size: 17px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .c-eachfunc__btn {
    margin: 0 auto 45px;
    width: 400px;
    height: 60px;
    padding: 12px 52px;
    font-size: 18px;
  }
}

.c-eachfunc__btn span {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  font-weight: normal;
}

.c-eachfunc__btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.c-eachfunc__thumbnail {
  width: 100%;
}

.c-eachfunc__text {
  margin: 25px 0;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.6px;
}

@media screen and (min-width: 767px) {
  .c-eachfunc__text {
    margin: auto 0;
    font-size: 15px;
    line-height: 2.2;
    letter-spacing: 0.1px;
  }
}

.c-entryform * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}

.c-entryform__lead {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.c-entryform__item {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

@media only screen and (min-width: 737px) {
  .c-entryform__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0;
  }
}

.c-entryform__item-head {
  padding: 0 0 3px;
  color: #4a4a4a;
  font-size: 14px;
}

@media only screen and (min-width: 737px) {
  .c-entryform__item-head {
    font-size: 13px;
  }
}

.c-entryform__item-head .is-required {
  padding: 3px 5px 4px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  background-color: #d0021b;
  vertical-align: text-bottom;
}

@media only screen and (max-width: 736px) {
  .c-entryform__item-head .is-required {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 737px) {
  .c-entryform__item-head .is-required {
    float: right;
  }
}

@media only screen and (min-width: 737px) {
  .c-entryform__item-head {
    width: 300px;
    padding: 0 30px 0 10px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 737px) {
  .c-entryform__item-head--align-top {
    margin: 0.75em 0 auto;
  }
}

.c-entryform__item-head-note {
  display: inline-block;
  padding-left: 10px;
}

@media only screen and (min-width: 737px) {
  .c-entryform__item-head-note {
    display: block;
    padding: 0;
  }
}

.c-entryform__item-head-example {
  margin-top: 10px;
  font-size: 12px;
  color: #666;
}

.c-entryform__item-head-example li {
  margin-left: 4em;
  text-indent: -4em;
}

.c-entryform__item-head-example li:nth-child(n + 2) {
  margin-left: 4em;
  text-indent: -1em;
}

.c-entryform__item-content {
  font-size: 14px;
}

@media only screen and (min-width: 737px) {
  .c-entryform__item-content {
    width: 500px;
  }
}

.c-entryform__item-content input:not([type="radio"]):not([type="checkbox"]),
.c-entryform__item-content select,
.c-entryform__item-content textarea {
  height: 46px;
  border-radius: 4px;
  line-height: 1em;
  padding: 0 12px;
  font-size: 1em;
  color: #444;
  border-radius: 3px;
  border: 1px solid #ddd;
  vertical-align: middle;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
}

@media only screen and (min-width: 737px) {
  .c-entryform__item-content input:not([type="radio"]):not([type="checkbox"]),
  .c-entryform__item-content select,
  .c-entryform__item-content textarea {
    height: 46px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 4px;
  }
}

.c-entryform__item-content textarea {
  padding: 8px 12px;
  min-height: 100px;
}

@media only screen and (min-width: 737px) {
  .c-entryform__item-content textarea {
    width: 100%;
    max-width: 100%;
    min-height: 120px;
    padding: 10px;
  }
}

.c-entryform__item-content select {
  background-color: #fff;
}

.c-entryform__item-content .wpcf7-list-item {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 1em;
}

.c-entryform__item-content.c-entryform__item-content-2cloumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-entryform__item-content.c-entryform__item-content-2cloumn .wpcf7-form-control-wrap {
  width: calc(50% - 5px);
}

.c-entryform__item-content.c-entryform__item-content-2cloumn .wpcf7-form-control-wrap input[name=your-fname], .c-entryform__item-content.c-entryform__item-content-2cloumn .wpcf7-form-control-wrap input[name=your-lname] {
  width: 100%;
}

@media only screen and (min-width: 737px) {
  .c-entryform__item-content--shift-left {
    width: calc( 473px + 50px);
    margin-left: -50px;
  }
}

.c-entryform__item-content--zipcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 737px) {
  .c-entryform__item-content--zipcode {
    margin-left: -18px;
  }
}

.c-entryform__item-content--zipcode .wpcf7-form-control-wrap {
  -webkit-box-flex: 90px;
      -ms-flex: 90px 1 0px;
          flex: 90px 1 0;
}

@media only screen and (min-width: 737px) {
  .c-entryform__item-content--zipcode .wpcf7-form-control-wrap {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

.c-entryform__item-content--zipcode .wpcf7-form-control-wrap:last-child {
  margin-right: 0;
}

.c-entryform__item-content--checkboxes .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -5px;
}

@media only screen and (min-width: 737px) {
  .c-entryform__item-content--checkboxes .wpcf7-form-control {
    display: block;
    margin: 0;
  }
}

.c-entryform__item-content--checkboxes .wpcf7-list-item {
  margin: 0 15px 5px 0;
}

@media only screen and (min-width: 737px) {
  .c-entryform__item-content--checkboxes .wpcf7-list-item {
    margin: 0 20px 0 0;
  }
}

.c-entryform__item-2clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-entryform__item-2clm li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-entryform__item-2clm li:first-child {
  margin-right: 10px;
}

.c-entryform__item-2clm-label {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50px;
          flex: 1 0 50px;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-entryform__item-2clm-label {
    padding-right: 5px;
    text-align: right;
  }
}

.c-entryform__btn {
  position: relative;
  margin: 40px 0 0;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-entryform__btn {
    margin: 40px auto 0;
    font-size: 21px;
  }
}

.c-entryform__agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 24px 0 45px;
  color: #000;
  font-size: 13px;
}

.c-entryform__agreement a {
  color: #333;
  text-decoration: underline;
}

.c-entryform__agreement a:hover {
  color: #3498db;
}

@media only screen and (min-width: 737px) {
  .c-entryform__agreement {
    display: block;
    margin: 55px 0 25px;
    text-align: center;
  }
}

.c-entryform__submit {
  position: relative;
  margin-top: 40px;
  text-align: center;
}

.c-entryform__submit input[type=submit] {
  padding: 8px 20px;
  border-radius: 100px;
}

.c-entryform__agreement-radio {
  margin-right: 5px;
}

.c-entryform__agreement-radio .wpcf7-list-item {
  margin: 0;
}

.c-entryform__agreement-radio .wpcf7-acceptance input {
  display: none;
}

.c-entryform__agreement-radio input {
  margin-right: 5px;
  vertical-align: middle;
}

.c-entryform__agreement-label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.c-entryform__agreement-label .wpcf7-list-item-label {
  position: absolute;
  top: -1px;
  left: -20px;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
}

.c-entryform__agreement-label input:checked ~ .wpcf7-list-item-label {
  background: #3498db;
  border: 1px solid #3498db;
}

.c-entryform__agreement-label input:checked ~ .wpcf7-list-item-label:after {
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.wpcf7-checkbox .wpcf7-list-item label {
  position: relative;
  padding-left: 25px;
}

.wpcf7-checkbox .wpcf7-list-item label:after {
  position: absolute;
  content: '';
  top: -1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
}

.wpcf7-checkbox .wpcf7-list-item label input {
  display: none;
}

.wpcf7-checkbox .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
  display: block;
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  width: 16px;
  height: 16px;
  background: #3498db;
  border: 1px solid #3498db;
  z-index: 1;
}

.wpcf7-checkbox .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}

.wpcf7-radio .wpcf7-list-item label {
  position: relative;
  padding-left: 25px;
}

.wpcf7-radio .wpcf7-list-item label:after {
  position: absolute;
  content: '';
  top: -1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.wpcf7-radio .wpcf7-list-item label input {
  display: none;
}

.wpcf7-radio .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
  display: block;
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #3498db;
  border-radius: 8px;
  z-index: 1;
}

.wpcf7-radio .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
  display: block;
  position: absolute;
  top: 3px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #3498db;
  border: 1px solid #3498db;
  border-radius: 4px;
  content: "";
  z-index: 1;
}

.c-entryform .wpcf7-not-valid-tip {
  margin-top: 3px;
}

.c-entryform div.wpcf7-response-output {
  font-size: 13px;
}

.c-entryform div.wpcf7-response-output.wpcf7-mail-sent-ok {
  display: none !important;
}

.c-entryform .wpcf7-response-output {
  border-radius: 10px;
  padding: 10px 20px;
}

.c-entryform .wpcf7-validation-errors {
  border: 2px solid #f00;
}

.c-entryform .wpcf7-checkbox .wpcf7-list-item {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.c-entryform input[type=submit][disabled] {
  opacity: 0.5;
}

.c-entryform .wpcf7-not-valid {
  border-color: #d0021b;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.wpcf7 .c-entryform__submit {
  text-align: center;
}

.wpcf7 .c-entryform__submit input[type=submit] {
  margin: 0;
  width: 100%;
  max-width: 260px;
  padding: 8px 20px;
  border: none;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  background-color: #1579b7;
}

.wpcf7 .c-entryform .ajax-loader {
  display: block;
  position: absolute;
  top: 10px;
  left: calc(50% - 115px);
  width: 18px;
  height: 18px;
  -webkit-animation: spin .75s infinite linear;
          animation: spin .75s infinite linear;
  opacity: 1;
  border: 2px solid #ccc;
  border-top-color: transparent;
  border-radius: 100%;
  background-image: none;
}

@media only screen and (min-width: 737px) {
  .wpcf7 .c-entryform .ajax-loader {
    top: 16px;
  }
}

.c-eventbnr {
  margin-top: 20px;
  padding: 0 15px;
}

@media only screen and (min-width: 737px) {
  .c-eventbnr {
    position: absolute;
    top: 530px;
    left: calc(50% + 460px);
    margin-top: 0;
    padding: 0;
    z-index: 10;
  }
}

.c-eventbnr__fig img {
  max-width: 100%;
}

@media only screen and (min-width: 737px) {
  .c-eventbnr__fig img {
    max-width: 280px;
    width: auto;
    height: auto;
  }
}

.c-flow {
  padding: 32px 0;
}

@media only screen and (min-width: 737px) {
  .c-flow {
    margin-top: 0;
    padding: 65px 0;
  }
}

@media only screen and (min-width: 737px) {
  .c-flow--wide {
    padding: 65px 0 150px;
  }
}

.c-flow__inner {
  padding: 0 15px;
  width: 100%;
}

@media only screen and (min-width: 737px) {
  .c-flow__inner {
    margin: 0 auto;
    padding: 0;
    width: 850px;
  }
}

.c-flow__lead {
  padding: 0 15px;
  font-size: 14px;
  line-height: 1.69;
}

@media only screen and (min-width: 737px) {
  .c-flow__lead {
    margin-top: 40px;
    padding: 0;
    font-size: 16px;
    line-height: 2.25;
    text-align: center;
  }
}

.c-flow__sameday {
  margin-top: 40px;
  color: #4a4a4a;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.c-flow__sameday span {
  display: inline-block;
  position: relative;
  color: #d0021b;
  font-size: 15px;
}

.c-flow__sameday span:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -2px;
  height: 1px;
  width: 100%;
  background-color: #d0021b;
}

@media only screen and (min-width: 737px) {
  .c-flow__sameday {
    margin-top: 40px;
    font-size: 20px;
  }
  .c-flow__sameday span {
    font-size: 29px;
  }
}

.c-flow__headtitle {
  display: block;
  padding: 20px 0;
  background-color: #f6f6f6;
  text-align: center;
}

.c-flow__init {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  width: 100%;
}

@media only screen and (min-width: 737px) {
  .c-flow__init {
    padding: 25px 20px 30px 15px;
    width: 100%;
  }
}

.c-flow__init-step {
  position: relative;
}

.c-flow__init-step:after {
  position: absolute;
  content: '';
  top: 75%;
  left: -10%;
  width: 5px;
  height: 9px;
  background-image: url(../img/common/icn/icn_arrow_black.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 5px 9px;
}

.c-flow__init-step:first-child:after {
  background-image: none;
}

@media only screen and (min-width: 737px) {
  .c-flow__init-step {
    text-align: center;
  }
  .c-flow__init-step:after {
    position: absolute;
    content: '';
    top: 40%;
    left: -30%;
    width: 11px;
    height: 18px;
    background-image: url(../img/common/icn/icn_arrow_black.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 11px 18px;
  }
}

.c-flow__init-icon {
  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;
  height: 30px;
}

@media only screen and (max-width: 736px) {
  .c-flow__init-icon img {
    max-width: 40px;
    max-height: 30px;
  }
}

@media only screen and (min-width: 737px) {
  .c-flow__init-icon {
    height: 50px;
  }
}

.c-flow__init-text {
  margin-top: 10px;
  font-size: 10px;
}

@media only screen and (min-width: 737px) {
  .c-flow__init-text {
    margin-top: 20px;
    font-size: 15px;
  }
}

.c-flow__init-percent {
  margin-top: 10px;
  font-size: 10px;
  text-align: center;
}

.c-flow__init-percent span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #979797;
  border-radius: 20px;
  padding-top: 10px;
}

@media only screen and (min-width: 737px) {
  .c-flow__init-percent {
    margin-top: 20px;
    font-size: 15px;
    text-align: center;
  }
  .c-flow__init-percent span {
    display: inline-block;
    width: 70px;
    height: 70px;
    border: 1px solid #979797;
    border-radius: 35px;
    padding-top: 20px;
  }
}

.c-flow__init-percent-complete span {
  border: 1px solid #d7ebfc;
  background-color: #d7ebfc;
}

.c-flow__listwrap {
  position: relative;
  margin-top: 50px;
}

@media only screen and (min-width: 737px) {
  .c-flow__listwrap {
    margin-top: 40px;
  }
}

.c-flow__list {
  padding: 0 5px 0 20px;
}

.c-flow__list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 50px;
}

.c-flow__list li:after {
  position: absolute;
  content: '';
  top: 100px;
  left: 50px;
  width: 1px;
  height: 100%;
  background-color: #979797;
}

.c-flow__list li:first-child {
  margin-top: 0;
}

.c-flow__list li:last-child:after {
  display: none;
}

.c-flow__list li:last-child:before {
  position: absolute;
  content: '';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -24px;
  left: 40px;
  width: 20px;
  height: 20px;
  border-right: 1px solid #979797;
  border-bottom: 1px solid #979797;
}

@media only screen and (min-width: 737px) {
  .c-flow__list {
    padding: 0;
  }
  .c-flow__list li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 45px;
  }
  .c-flow__list li:after {
    position: absolute;
    content: '';
    top: 160px;
    left: 80px;
    height: 100%;
    background-color: #979797;
    z-index: 0;
  }
  .c-flow__list li:first-child {
    margin-top: 0;
  }
  .c-flow__list li:nth-child(4):after {
    height: 30px;
  }
  .c-flow__list li:last-child:before {
    top: -38px;
    left: 70px;
  }
}

.c-flow__title {
  width: 100px;
}

@media only screen and (min-width: 737px) {
  .c-flow__title {
    position: relative;
    width: 160px;
    z-index: 1;
  }
}

.c-flow__circle {
  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;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.4px;
  line-height: 1.17;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-flow__circle {
    width: 160px;
    height: 160px;
    border-radius: 80px;
    font-size: 18px;
    letter-spacing: 0.4px;
    line-height: 1.17;
  }
}

.c-flow__icon {
  position: absolute;
  top: -10px;
  left: -10px;
}

.c-flow__icon img {
  width: 40px;
  height: auto;
}

.c-flow__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  margin-left: 20px;
  padding: 15px 0;
  width: 100%;
  font-size: 14px;
  line-height: 1.69;
}

@media only screen and (min-width: 737px) {
  .c-flow__text {
    width: 640px;
    min-height: 140px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.56;
  }
}

.c-flow__text-important {
  color: #4a90e2;
  font-size: 14px;
  font-weight: bold;
}

@media only screen and (min-width: 737px) {
  .c-flow__text-important {
    font-size: 20px;
  }
}

.c-flow__list-signup .c-flow__circle {
  background-color: #ddf3c5;
}

.c-flow__list-signup .c-flow__icon {
  top: -8px;
  left: -5px;
}

.c-flow__list-signup .c-flow__icon img {
  width: 28px;
}

@media only screen and (min-width: 737px) {
  .c-flow__list-signup .c-flow__icon {
    top: -10px;
    left: -10px;
  }
  .c-flow__list-signup .c-flow__icon img {
    width: 56px;
  }
}

.c-flow__list-setup .c-flow__circle {
  background-color: #c9eda2;
}

.c-flow__list-setup .c-flow__icon img {
  width: 38px;
}

@media only screen and (min-width: 737px) {
  .c-flow__list-setup .c-flow__icon {
    top: -10px;
    left: -20px;
  }
  .c-flow__list-setup .c-flow__icon img {
    width: 77px;
  }
}

.c-flow__list-trial .c-flow__circle {
  background-color: #b5eb7a;
}

.c-flow__list-trial .c-flow__icon img {
  width: 38px;
}

@media only screen and (min-width: 737px) {
  .c-flow__list-trial .c-flow__icon {
    top: -10px;
    left: -20px;
  }
  .c-flow__list-trial .c-flow__icon img {
    width: 76px;
  }
}

.c-flow__list-charge .c-flow__circle {
  background-color: #96d550;
}

.c-flow__list-charge .c-flow__icon img {
  width: 42px;
}

@media only screen and (min-width: 737px) {
  .c-flow__list-charge .c-flow__icon {
    top: -20px;
    left: -20px;
  }
  .c-flow__list-charge .c-flow__icon img {
    width: 83px;
  }
}

.c-flow__list-start .c-flow__circle {
  background-color: #81c734;
}

.c-flow__list-start .c-flow__icon {
  top: 0;
  left: 0;
}

.c-flow__list-start .c-flow__icon img {
  width: 27px;
}

@media only screen and (min-width: 737px) {
  .c-flow__list-start .c-flow__icon {
    top: -2px;
    left: -5px;
  }
  .c-flow__list-start .c-flow__icon img {
    width: 53px;
  }
}

.c-flow__overview {
  position: absolute;
  top: 0;
  left: -20px;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#f9f9f9));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), #f9f9f9);
  background-image: linear-gradient(rgba(255, 255, 255, 0), #f9f9f9);
  z-index: 10;
}

@media only screen and (min-width: 737px) {
  .c-flow__overview {
    width: 120%;
  }
}

.c-flow__link {
  margin-top: 30px;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-flow__link {
    margin-top: 80px;
  }
}

li.c-flow__list-initial {
  margin: 20px 0 -30px;
}

li.c-flow__list-initial::after {
  bottom: -50px;
  top: auto;
}

li.c-flow__list-initial .c-flow__circle {
  height: 0;
}

li.c-flow__list-initial .c-flow__text {
  padding: 0;
  border: none;
  font-weight: 500;
}

li.c-flow__list-initial .c-flow__text a {
  color: #333;
  text-decoration: underline;
}

@media only screen and (min-width: 737px) {
  li.c-flow__list-initial {
    margin-top: 30px;
    margin-bottom: -10px;
  }
  li.c-flow__list-initial::after {
    bottom: -20px;
    top: 0;
    height: auto;
  }
  li.c-flow__list-initial .c-flow__text {
    font-size: 20px;
    min-height: 0;
    padding: 0;
  }
}

.c-functions {
  padding: 0 3%;
  display: -ms-grid;
  display: grid;
}

@media only screen and (min-width: 737px) and (-ms-high-contrast: none) {
  .c-functions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-functions > * {
    width: calc( 100% / 3 - 3%);
    margin: 0 3% 3% 0;
  }
  .c-functions > *:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 736px) {
  .c-functions {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 0 10px;
  }
}

@media only screen and (min-width: 737px) {
  .c-functions {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 0 38px;
  }
}

@media only screen and (min-width: 736px) {
  .c-functions {
    max-width: calc(840px + 38px + 38px);
    padding: 0 0 23px;
    margin: 0 auto;
  }
}

.c-functions__container {
  margin: 0 0 10px;
  background-color: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 736px) {
  .c-functions__container {
    margin: 0 0 50px;
    padding: 0 0 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .c-functions__container :hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.c-functions__link {
  color: #333;
}

.c-functions__inner {
  padding: 0 10px 10px;
}

@media only screen and (min-width: 736px) {
  .c-functions__inner {
    padding: 18px;
  }
}

.c-functions__figure {
  height: 95px;
  padding: 25px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

@media only screen and (min-width: 736px) {
  .c-functions__figure {
    padding: 10px 0;
  }
}

.c-functions__figure--icn {
  max-height: 50px;
  margin: auto;
}

@media only screen and (min-width: 736px) {
  .c-functions__figure--icn {
    max-width: 140px;
    max-height: 70px;
  }
}

.c-functions__subtitle {
  padding: 10px 0;
  color: #4a90e2;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (min-width: 736px) {
  .c-functions__subtitle {
    font-size: 18px;
  }
}

.c-functions__overview {
  padding: 10px 0;
  font-size: 12px;
  line-height: 1.46;
  letter-spacing: 0.5px;
}

@media only screen and (min-width: 736px) {
  .c-functions__overview {
    font-size: 13px;
    letter-spacing: 0.3px;
  }
}

.c-functions__showdetail {
  margin-top: auto;
  margin-left: calc(50% - 17px / 2);
  padding: 0 0 10px;
}

@media only screen and (min-width: 736px) {
  .c-functions__showdetail {
    position: absolute;
    bottom: 5px;
  }
}

.c-functions__showdetail--icn {
  width: 17px;
}

@media only screen and (min-width: 736px) {
  .c-functions__showdetail--icn {
    width: 23px;
  }
}

.c-induction_banner {
  margin: 32px 0;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-induction_banner {
    position: fixed;
    bottom: 20px;
    left: 10px;
    border: 1px solid #ccc;
    width: 200px;
    height: 218px;
    background-color: white;
    z-index: 2;
  }
}

.c-induction_banner img {
  width: 100%;
}

@media only screen and (min-width: 737px) {
  .c-induction_banner img {
    width: 200px;
  }
}

.c-induction_banner__pc {
  display: none;
}

@media only screen and (min-width: 737px) {
  .c-induction_banner__pc {
    display: block;
  }
}

.c-induction_banner__sp {
  padding: 0 15px;
}

@media only screen and (min-width: 737px) {
  .c-induction_banner__sp {
    display: none;
  }
}

.c-induction_banner__description {
  text-align: center;
  font-size: 10px;
}

.c-induction_banner__description p {
  margin: 5px 0px;
}

.c-induction_banner__btn {
  height: 35px;
  width: 150px;
  display: block;
  margin: 15px auto;
  border-radius: 30px;
  background-color: #1abc9c;
  line-height: 35px;
  color: white;
  font-size: 12px;
}

.jbc-companies__list {
  padding: 10px;
  background-color: #fff;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .jbc-companies__list {
    padding: 30px 15px 15px;
  }
}

.jbc-companies__item {
  display: inline-block;
  margin: 0 8px 5px;
  width: 26%;
  vertical-align: middle;
}

@media only screen and (min-width: 737px) {
  .jbc-companies__item {
    display: inline-block;
    margin: 0 15px 15px;
    width: auto;
  }
}

.jbc-companies__img {
  max-width: 100%;
  max-height: 50px;
  width: auto;
  height: auto;
}

@media only screen and (min-width: 737px) {
  .jbc-companies__img {
    max-height: 50px;
    max-width: 150px;
    width: auto;
  }
}

.c-knowledge__container {
  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: auto;
  max-width: 1000px;
  padding: 32px 15px;
}

@media screen and (min-width: 415px) {
  .c-knowledge__container {
    padding: 32px 20px;
  }
}

@media screen and (min-width: 767px) {
  .c-knowledge__container {
    padding: 32px 30px;
  }
}

@media screen and (min-width: 990px) {
  .c-knowledge__container {
    padding: 65px 0;
  }
}

.c-knowledge__container::before, .c-knowledge__container::after {
  content: '';
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc(50% - 10px);
}

@media screen and (min-width: 767px) {
  .c-knowledge__container::before, .c-knowledge__container::after {
    width: calc(100% / 3 - 10px);
  }
}

.c-knowledge__article {
  margin: 20px 0 0;
}

@media screen and (min-width: 415px) {
  .c-knowledge__article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 40px 0 0;
    width: calc(50% - 10px);
  }
}

@media screen and (min-width: 767px) {
  .c-knowledge__article {
    width: calc(100% / 3 - 10px);
  }
}

.c-knowledge__article--banner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 680px;
  width: 100%;
}

.c-knowledge__article--inner {
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
}

.c-knowledge__article--inner:hover {
  opacity: .8;
}

.c-knowledge__banner--link {
  border: 1px solid #ddd;
  height: 200px;
  position: relative;
  width: 100%;
}

.c-knowledge__banner--link:hover {
  opacity: .8;
}

.c-knowledge__figure {
  padding: 56.25% 0 0;
  position: relative;
}

.c-knowledge__figure--banner {
  height: 100%;
}

@media screen and (min-width: 600px) {
  .c-knowledge__figure--banner {
    width: calc(100% - 230px);
  }
}

.c-knowledge__img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  vertical-align: bottom;
  width: 100%;
}

.c-knowledge__img--banner {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.c-knowledge__title {
  color: #444;
  text-align: center;
  font-size: 17px;
  line-height: 1.3;
  margin: 10px 0 0;
}

@media screen and (min-width: 415px) {
  .c-knowledge__title {
    letter-spacing: 1px;
  }
}

@media screen and (min-width: 600px) {
  .c-knowledge__title {
    font-size: 17px;
  }
}

.c-knowledge__p--banner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f6f6f6;
  bottom: 0;
  color: #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
  position: absolute;
  right: 0;
  width: 100%;
}

@media screen and (min-width: 600px) {
  .c-knowledge__p--banner {
    padding: 0;
    top: 0;
    width: 230px;
  }
}

.c-knowledge__text {
  color: #666;
  font-size: 13px;
  margin: 5px 0 0;
}

.c-knowledge__text--banner {
  font-size: 13px;
  margin: 15px 0 0;
  font-weight: normal;
  text-align: center;
  width: 100%;
}

.c-list-cards {
  display: -ms-grid;
  display: grid;
}

@media only screen and (min-width: 737px) and (-ms-high-contrast: none) {
  .c-list-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-list-cards > * {
    width: calc( 100% / 3 - 3%);
    margin: 0 3% 3% 0;
  }
  .c-list-cards > *:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 736px) {
  .c-list-cards {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}

@media only screen and (min-width: 737px) {
  .c-list-cards {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 25px;
  }
}

.c-list-card__block {
  display: block;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  height: 100%;
}

@media only screen and (min-width: 737px) {
  .c-list-card__block {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .c-list-card__block:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .c-list-card__block:hover .c-list-card__more {
    color: #1579b7;
    background-color: #fff;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
}

.c-list-card__thumb {
  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;
  overflow: hidden;
  width: 100%;
  height: 200px;
  background-color: #f6f6f6;
}

.c-list-card__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  height: auto;
  border-radius: 5px 5px 0 0;
}

.c-list-card__overview {
  padding: 16px 16px 20px;
}

.c-list-card__title {
  color: #333;
  font-size: 16px;
  font-weight: 700;
}

.c-list-card__more {
  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: 20px auto 0;
  color: #fff;
  font-size: 14px;
  border: 2px solid #1579b7;
  border-radius: 18px;
  width: 200px;
  height: 35px;
  background-color: #1579b7;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.c-machines {
  padding: 30px 0;
}

@media only screen and (min-width: 737px) {
  .c-machines {
    padding: 60px 0;
  }
}

.c-machines__inner {
  padding: 0 15px;
  width: 100%;
}

@media only screen and (min-width: 737px) {
  .c-machines__inner {
    margin: 0 auto;
    padding: 0;
    width: 1000px;
  }
}

.c-machines__title {
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-machines__title {
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
  }
}

.c-machines__video {
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  .c-machines__video {
    position: relative;
    margin: 0 0 40px;
    padding-top: 56.25%;
    width: 100%;
  }
  .c-machines__video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 737px) {
  .c-machines__video {
    margin-bottom: 60px;
  }
}

h3.c-machines__stitle {
  margin: 15px 0;
  color: #4a4a4a;
  font-size: 18px;
  text-align: left;
}

@media only screen and (min-width: 737px) {
  h3.c-machines__stitle {
    font-size: 19px;
  }
}

.c-machines__box {
  margin: 0 auto;
}

@media only screen and (min-width: 737px) {
  .c-machines__box {
    max-width: 1000px;
  }
}

.c-machines__table {
  margin-bottom: 40px;
  border: 1px solid #ddd;
  text-align: center;
}

.c-machines__table thead {
  background-color: #f6f6f6;
  font-weight: bold;
}

.c-machines__table thead tr {
  height: 50px;
}

.c-machines__table td {
  width: calc(100% / 3);
  padding: 5px;
}

.c-machines__table td img {
  width: 100%;
  max-width: 139px;
}

@media only screen and (min-width: 737px) {
  .c-machines__table td {
    padding: 20px;
  }
}

.c-machines__table ul {
  margin-left: 15px;
}

.c-machines__table ul li {
  list-style-type: disc;
  text-align: left;
}

.c-machines__table .caption {
  font-weight: bold;
}

.c-mainvisual-cm2107__btn, .c-mainvisual-cm2107__btn--orange, .c-mainvisual-cm2107__btn--white {
  display: inline-block;
  padding: 8px 65px;
  border: 2px solid #17b491;
  border-radius: 30px;
  background-color: #17b491;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-mainvisual-cm2107__btn, .c-mainvisual-cm2107__btn--orange, .c-mainvisual-cm2107__btn--white {
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  .c-mainvisual-cm2107__btn:hover, .c-mainvisual-cm2107__btn--orange:hover, .c-mainvisual-cm2107__btn--white:hover {
    border: 2px solid #17b491;
    background-color: #fff;
    color: #17b491;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
}

.c-mainvisual-cm2107__btn--orange {
  border-color: #ffa800;
  background-color: #ffa800;
}

@media only screen and (min-width: 737px) {
  .c-mainvisual-cm2107__btn--orange:hover {
    border-color: #ffa800;
    color: #ffa800;
  }
}

.c-mainvisual-cm2107__btn--white {
  padding: 8px 75px;
  border-color: #fff;
  background-color: #fff;
  color: #333;
}

@media only screen and (min-width: 737px) {
  .c-mainvisual-cm2107__btn--white:hover {
    border-color: #333;
    color: #333;
  }
}

.c-mainvisual-cm2107--standard {
  position: relative;
  background-repeat: no-repeat;
  z-index: 1;
}

@media only screen and (min-width: 737px) {
  .c-mainvisual-cm2107--standard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: hidden;
    -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;
    padding-top: 85px;
    background-image: -webkit-gradient(linear, left top, right top, from(#49a7e7), color-stop(50%, #3071e2));
    background-image: -webkit-linear-gradient(left, #49a7e7 0%, #3071e2 50%);
    background-image: linear-gradient(to right, #49a7e7 0%, #3071e2 50%);
    background-position: center;
    background-size: auto;
  }
}

@media only screen and (max-width: 736px) {
  .c-mainvisual-cm2107--standard {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, #103cb0), color-stop(99%, #1f87e8));
    background-image: -webkit-linear-gradient(left, #103cb0 1%, #1f87e8 99%);
    background-image: linear-gradient(to right, #103cb0 1%, #1f87e8 99%);
  }
}

@media only screen and (min-width: 737px) {
  .c-mainvisual-cm2107--standard::before {
    position: absolute;
    top: 0;
    left: calc(50% - 375px);
    width: 720px;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, #103cb0), color-stop(99%, #1f87e8));
    background-image: -webkit-linear-gradient(left, #103cb0 1%, #1f87e8 99%);
    background-image: linear-gradient(to right, #103cb0 1%, #1f87e8 99%);
    content: "";
    -webkit-transform: skewX(342deg);
            transform: skewX(342deg);
    z-index: -1;
  }
}

@media only screen and (min-width: 737px) {
  .c-mainvisual-cm2107--standard::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(1%, #5379dc), color-stop(96%, #49a7e7));
    background-image: -webkit-linear-gradient(right, #5379dc 1%, #49a7e7 96%);
    background-image: linear-gradient(to left, #5379dc 1%, #49a7e7 96%);
    content: "";
    z-index: -2;
  }
}

.c-mainvisual-cm2107__inner--standard {
  background-repeat: no-repeat;
}

@media only screen and (max-width: 736px) {
  .c-mainvisual-cm2107__inner--standard {
    background-image: url("../img/top/img_mainvisual_cm_standard_tt_sp.png"), url("../img/top/img_mainvisual_cm_standard_fc_sp.png");
    background-position: left 0 bottom, right 0 bottom;
    background-size: 212px, 202px;
  }
}

@media only screen and (min-width: 737px) {
  .c-mainvisual-cm2107__inner--standard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1290px;
    background-image: url("../img/top/img_mainvisual_cm_standard_tt_pc.png"), url("../img/top/img_mainvisual_cm_standard_fc_pc.png");
    background-position: left 0 bottom, right 60px bottom;
    background-size: 405px, 366px;
  }
}

@media only screen and (max-width: 736px) {
  .c-mainvisual-cm2107__container--standard {
    padding: 20px 0;
    z-index: 0;
  }
}

@media only screen and (min-width: 737px) {
  .c-mainvisual-cm2107__container--standard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 75px 0 55px;
  }
}

.c-mainvisual-cm2107__info--standard {
  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;
}

.c-mainvisual-cm2107__title--standard {
  color: #fff;
}

@media only screen and (max-width: 736px) {
  .c-mainvisual-cm2107__title--standard {
    width: 300px;
  }
}

@media only screen and (min-width: 737px) {
  .c-mainvisual-cm2107__title--standard {
    width: 452px;
  }
}

.c-mainvisual-cm2107__cvwrap--standard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 736px) {
  .c-mainvisual-cm2107__cvwrap--standard {
    -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;
    margin: 220px 0 0;
  }
}

@media only screen and (min-width: 737px) {
  .c-mainvisual-cm2107__cvwrap--standard {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 45px 0 0;
  }
}

@media only screen and (max-width: 736px) {
  .c-mainvisual-cm2107__cvwrap--standard li {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 737px) {
  .c-mainvisual-cm2107__cvwrap--standard li {
    margin-left: 20px;
  }
}

.c-mainvisual-cm2107__cvwrap--standard li:first-of-type {
  margin: 0;
}

@media only screen and (min-width: 737px) {
  .c-mainvisual-cm2107__note--standard {
    margin: 20px 0 0;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    line-height: 1.45;
  }
}

.c-mainvisual-cm2107--flashy {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media only screen and (max-width: 736px) {
  .c-mainvisual-cm2107--flashy {
    background-image: url("../img/top/img_mainvisual_cm_flashy_bg_sp.png");
  }
}

@media only screen and (min-width: 737px) {
  .c-mainvisual-cm2107--flashy {
    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;
    padding-top: 85px;
    background-image: url("../img/top/img_mainvisual_cm_flashy_bg_pc.png");
  }
}

.c-mainvisual-cm2107__inner--flashy {
  background-repeat: no-repeat;
}

@media only screen and (max-width: 736px) {
  .c-mainvisual-cm2107__inner--flashy {
    background-image: url("../img/top/img_mainvisual_cm_flashy_talents_sp.png");
    background-position: center bottom -30px;
    background-size: 375px;
  }
}

@media only screen and (min-width: 737px) {
  .c-mainvisual-cm2107__inner--flashy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1130px;
    background-image: url("../img/top/img_mainvisual_cm_flashy_talents_pc.png");
    background-position: left calc(50% - 35px) bottom -110px;
    background-size: 510px;
  }
}

@media only screen and (max-width: 736px) {
  .c-mainvisual-cm2107__container--flashy {
    padding: 20px 0;
    z-index: 0;
  }
}

@media only screen and (min-width: 737px) {
  .c-mainvisual-cm2107__container--flashy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 21px 0 45px;
  }
}

.c-mainvisual-cm2107__info--flashy {
  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;
  position: relative;
}

.c-mainvisual-cm2107__title-wrap--flashy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-mainvisual-cm2107__badge--flashy {
  padding-right: 20px;
}

.c-mainvisual-cm2107__badge--flashy img {
  width: 134px;
  height: auto;
}

.c-mainvisual-cm2107__title--flashy {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  .c-mainvisual-cm2107__title--flashy {
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
  }
}

@media only screen and (min-width: 737px) {
  .c-mainvisual-cm2107__title--flashy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
  }
}

.c-mainvisual-cm2107__title--flashy img {
  margin-top: 10px;
}

@media only screen and (min-width: 737px) {
  .c-mainvisual-cm2107__title--flashy img {
    width: 480px;
  }
}

@media only screen and (min-width: 737px) {
  .c-mainvisual-cm2107__baloon-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: calc(50% - 80px);
    left: calc(50% - 390px);
    width: 780px;
  }
}

.c-mainvisual-cm2107__cvwrap--flashy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 736px) {
  .c-mainvisual-cm2107__cvwrap--flashy {
    -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;
    margin: 290px 0 0;
  }
}

@media only screen and (min-width: 737px) {
  .c-mainvisual-cm2107__cvwrap--flashy {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 260px 0 0;
  }
}

@media only screen and (max-width: 736px) {
  .c-mainvisual-cm2107__cvwrap--flashy li {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 737px) {
  .c-mainvisual-cm2107__cvwrap--flashy li {
    margin-left: 20px;
  }
}

.c-mainvisual-cm2107__cvwrap--flashy li:first-of-type {
  margin: 0;
}

.c-mainvisual-cm2107--school {
  position: relative;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 736px) {
  .c-mainvisual-cm2107--school {
    background-image: url("../img/top/img_mainvisual_cm_bg_blackboard_sp.png");
  }
}

@media only screen and (min-width: 737px) {
  .c-mainvisual-cm2107--school {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: hidden;
    -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;
    padding-top: 85px;
    background-image: url("../img/top/img_mainvisual_cm_incharge_fc.png"), url("../img/top/img_mainvisual_cm_bg_blackboard_pc.png");
    background-position: right calc(50% - 520px) bottom 10px, center center;
    background-size: 18px, auto;
  }
}

@media only screen and (min-width: 737px) {
  .c-mainvisual-cm2107__baloon-wrap--school {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    left: calc(50% - 640px);
    bottom: calc(50% - 80px);
    width: 1274px;
  }
}

.c-mainvisual-cm2107__inner--school {
  background-repeat: no-repeat;
}

@media only screen and (max-width: 736px) {
  .c-mainvisual-cm2107__inner--school {
    background-image: url("../img/top/img_mainvisual_cm_school_talent_left_sp.png"), url("../img/top/img_mainvisual_cm_school_talent_right_sp.png");
    background-position: left calc(50% - 90px) bottom -25px, right calc(50% - 85px) bottom -20px;
    background-size: 167px, 175px;
  }
}

@media only screen and (min-width: 737px) {
  .c-mainvisual-cm2107__inner--school {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1180px;
    background-image: url("../img/top/img_mainvisual_cm_school_talent_left_pc.png"), url("../img/top/img_mainvisual_cm_school_talent_right_pc.png");
    background-position: left 120px bottom, right 100px bottom;
    background-size: 233px, 254px;
    z-index: 1;
  }
}

@media only screen and (max-width: 736px) {
  .c-mainvisual-cm2107__container--school {
    padding: 20px 0;
    z-index: 0;
  }
}

@media only screen and (min-width: 737px) {
  .c-mainvisual-cm2107__container--school {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 32px 0 50px;
  }
}

.c-mainvisual-cm2107__info--school {
  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;
}

.c-mainvisual-cm2107__title--school {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  .c-mainvisual-cm2107__title--school {
    width: 350px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 737px) {
  .c-mainvisual-cm2107__title--school {
    width: 993px;
    font-size: 18px;
  }
}

.c-mainvisual-cm2107__title--school img {
  margin-bottom: 20px;
}

@media only screen and (min-width: 737px) {
  .c-mainvisual-cm2107__title--school img {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 737px) {
  .c-mainvisual-cm2107__logo-wrap--school {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 21px;
  }
}

.c-mainvisual-cm2107__badge--school {
  padding-right: 23px;
}

.c-mainvisual-cm2107__badge--school img {
  width: 134px;
  height: auto;
}

@media only screen and (max-width: 736px) {
  .c-mainvisual-cm2107__logo--school {
    width: 228px;
    margin: 20px 0 0;
  }
}

@media only screen and (min-width: 737px) {
  .c-mainvisual-cm2107__logo--school {
    width: 288px;
    margin: 5px 0 0;
  }
}

.c-mainvisual-cm2107__cvwrap--school {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 736px) {
  .c-mainvisual-cm2107__cvwrap--school {
    -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;
    margin: 160px 0 0;
  }
}

@media only screen and (min-width: 737px) {
  .c-mainvisual-cm2107__cvwrap--school {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 28px 0 0;
  }
}

@media only screen and (max-width: 736px) {
  .c-mainvisual-cm2107__cvwrap--school li {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 737px) {
  .c-mainvisual-cm2107__cvwrap--school li {
    margin-left: 20px;
  }
}

.c-mainvisual-cm2107__cvwrap--school li:first-of-type {
  margin: 0;
}

.c-mainvisual {
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 736px) {
  .c-mainvisual {
    background-image: -webkit-linear-gradient(309deg, #b2f382, #96e6a1 100%);
    background-image: linear-gradient(141deg, #b2f382, #96e6a1 100%);
  }
}

@media only screen and (min-width: 737px) {
  .c-mainvisual {
    padding-top: 81px;
    background-image: -webkit-linear-gradient(332deg, #b2f382, #96e6a1 100%);
    background-image: linear-gradient(118deg, #b2f382, #96e6a1 100%);
  }
}

.c-mainvisual__inner {
  position: relative;
}

@media only screen and (max-width: 736px) {
  .c-mainvisual__inner {
    padding: 30px 0 20px;
  }
}

@media only screen and (min-width: 737px) {
  .c-mainvisual__inner {
    height: 644px;
  }
}

@media only screen and (max-width: 736px) {
  .c-mainvisual__info {
    text-align: center;
  }
}

@media only screen and (min-width: 737px) {
  .c-mainvisual__info {
    margin: 0 auto;
    width: 400px;
    padding: 87px 0 0 0;
    -webkit-transform: translateX(-310px);
            transform: translateX(-310px);
    text-align: left;
  }
}

@media only screen and (max-width: 736px) {
  .c-mainvisual__visual {
    margin-top: 23px;
    padding: 0 26px;
    text-align: center;
  }
  .c-mainvisual__visual img {
    max-width: 330px;
    width: 100%;
  }
}

@media only screen and (min-width: 737px) {
  .c-mainvisual__visual {
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-82px);
            transform: translateX(-82px);
    width: 637px;
    height: 100%;
  }
}

@media only screen and (max-width: 736px) {
  .c-mainvisual__bagde {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 24px;
    text-align: center;
  }
  .c-mainvisual__bagde img {
    width: 85px;
    height: 68px;
  }
}

@media only screen and (min-width: 737px) {
  .c-mainvisual__bagde {
    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-top: 28px;
    -webkit-transform: translateX(-16px);
            transform: translateX(-16px);
  }
  .c-mainvisual__bagde img {
    margin-right: 5px;
  }
}

.c-mainvisual__text1 {
  position: relative;
}

@media only screen and (max-width: 736px) {
  .c-mainvisual__text1 img {
    width: 225px;
    height: auto;
  }
  .c-mainvisual__text1 span {
    margin: 0 10px;
    font-family: "Abel";
    font-size: 37px;
    letter-spacing: -1.1px;
  }
}

@media only screen and (min-width: 737px) {
  .c-mainvisual__text1 img {
    padding-bottom: 21px;
    border-bottom: 1px solid #333;
    width: 356px;
  }
  .c-mainvisual__text1 span {
    margin: 0 5px;
    font-family: "Abel";
    font-size: 56px;
    font-weight: bold;
    letter-spacing: -1.5px;
  }
}

@media only screen and (max-width: 736px) {
  .c-mainvisual__sup {
    position: absolute;
    top: 15px;
    left: calc(50% + 96px);
    font-size: 10px;
    font-weight: bold;
  }
}

@media only screen and (min-width: 737px) {
  .c-mainvisual__sup {
    position: absolute;
    top: 5px;
    left: 300px;
    font-size: 10px;
    font-weight: bold;
  }
}

.c-mainvisual__text2 {
  color: #333;
  font-weight: 500;
}

.c-mainvisual__text2 sup {
  top: -1.2em;
}

@media only screen and (max-width: 736px) {
  .c-mainvisual__text2 {
    margin: 13px 15px 0;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.34;
    text-align: center;
  }
}

@media only screen and (min-width: 737px) {
  .c-mainvisual__text2 {
    margin: 15px 0 0;
    font-size: 31px;
    letter-spacing: 1.19px;
  }
}

.c-mainvisual__text2--num {
  font-size: 27px;
  line-height: 1;
}

@media only screen and (min-width: 737px) {
  .c-mainvisual__text2--num {
    font-size: 60px;
  }
}

.c-mainvisual__text2--asterisk {
  position: relative;
  vertical-align: top;
}

@media only screen and (max-width: 736px) {
  .c-mainvisual__text2--asterisk {
    top: 5px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 737px) {
  .c-mainvisual__text2--asterisk {
    top: 10px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 736px) {
  .c-mainvisual__btnlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-mainvisual__btnlist li {
    margin-left: 10px;
  }
  .c-mainvisual__btnlist li:first-child {
    margin-left: 0;
  }
}

.c-mainvisual__btn {
  position: relative;
  margin-top: 10px;
}

@media only screen and (min-width: 737px) {
  .c-mainvisual__btn {
    margin-top: 74px;
  }
}

@media only screen and (max-width: 736px) {
  .c-mainvisual__notes {
    display: none;
  }
}

@media only screen and (min-width: 737px) {
  .c-mainvisual__notes {
    margin-top: 20px;
    color: #333;
    font-size: 11px;
    line-height: 1.64;
  }
}

@media only screen and (min-width: 737px) {
  .c-mainvisual__text2--bold {
    margin: 0 5px;
    font-size: 46px;
    font-weight: bold;
    line-height: 1;
  }
}

@media only screen and (min-width: 737px) {
  .c-mainvisual__btnlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-mainvisual__btnlist li {
    margin: 0 10px;
    text-align: center;
  }
}

.c-mainvisual__notes--sp {
  margin-top: 15px;
  padding: 0 15px;
  color: #333;
  font-size: 10px;
}

@media only screen and (min-width: 737px) {
  .c-mainvisual__notes--sp {
    display: none;
  }
}

.c-movdl {
  margin: 20px 0 0 0;
  padding: 0 15px 0;
}

.c-movdl__mainvisual img {
  width: 100%;
  height: auto;
}

.c-movdl__dllist {
  display: block;
}

.c-movdl__dllist li {
  width: 100%;
}

.c-movdl__dllist li:nth-child(n+2) {
  margin-top: 20px;
}

.c-movdl__notes {
  margin-bottom: 30px;
}

@media only screen and (min-width: 737px) {
  .c-movdl {
    width: 1040px;
    margin: 0 auto;
  }
  .c-movdl__mainvisual img {
    width: 100%;
    height: auto;
  }
  .c-movdl__dllist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-movdl__dllist li {
    width: 48%;
  }
  .c-movdl__dllist li:nth-child(n+2) {
    margin-top: 0;
  }
  .c-movdl__dllist li:nth-child(n+3) {
    margin-top: 20px;
  }
  .c-movdl__notes {
    margin-bottom: 100px;
    text-align: right;
  }
  .c-movdl__btn {
    font-size: 17px;
  }
}

.c-plan {
  padding: 32px 0;
}

@media only screen and (min-width: 737px) {
  .c-plan {
    padding: 65px 0;
  }
}

.c-plan__inner {
  padding: 0 15px;
  width: 100%;
}

@media only screen and (min-width: 737px) {
  .c-plan__inner {
    margin: 0 auto;
    padding: 0;
    width: 1000px;
  }
}

@media only screen and (min-width: 737px) {
  .c-plan__title {
    font-size: 30px;
  }
}

.c-plan__lead {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-plan__lead {
    margin-top: 40px;
    font-size: 20px;
    font-weight: 500;
  }
}

.c-plan__lead--number {
  margin: 0 5px;
  color: #4a90e2;
  font-family: Arial;
  font-size: 25px;
  font-weight: bold;
}

@media only screen and (min-width: 737px) {
  .c-plan__lead--number {
    font-size: 40px;
  }
}

.c-plan__price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

@media only screen and (min-width: 737px) {
  .c-plan__price-wrap {
    margin-top: 40px;
  }
}

.c-plan__price-clm {
  margin: 0 5px;
  width: calc(49% - 10px);
}

@media only screen and (min-width: 737px) {
  .c-plan__price-clm {
    width: 405px;
  }
}

.c-plan__notes {
  margin-top: 20px;
  color: #4a4a4a;
  font-size: 13px;
}

@media only screen and (min-width: 737px) {
  .c-plan__notes {
    margin-top: 10px;
    font-size: 13px;
  }
}

.c-plan__clm {
  padding: 5px 8px;
  background-color: #fff;
  font-size: 13px;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-plan__clm {
    padding: 10px 15px;
    text-align: center;
  }
}

.c-plan__clm-blue {
  padding: 10px;
  background-color: #3498db;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

@media only screen and (min-width: 737px) {
  .c-plan__clm-blue {
    padding: 15px;
    font-size: 18px;
  }
}

.c-plan__clm-aqua {
  padding: 10px;
  background-color: #94c6e8;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

@media only screen and (min-width: 737px) {
  .c-plan__clm-aqua {
    padding: 15px;
    font-size: 18px;
  }
}

.c-plan__clm-gray {
  padding: 10px;
  background-color: #bebebe;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

@media only screen and (min-width: 737px) {
  .c-plan__clm-gray {
    padding: 15px;
    font-size: 18px;
  }
}

.c-plan__clm-monthly {
  position: relative;
  padding-top: 10px;
  height: 90px;
  font-size: 10px;
}

@media only screen and (min-width: 737px) {
  .c-plan__clm-monthly {
    padding-top: 45px;
    height: 180px;
  }
}

.c-plan__clm-monthly-important {
  color: #4a90e2;
  font-size: 32px;
  font-weight: bold;
}

@media only screen and (min-width: 737px) {
  .c-plan__clm-monthly-important {
    font-size: 48px;
  }
}

.c-plan__clm-monthly-unit {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (min-width: 737px) {
  .c-plan__clm-monthly-unit {
    font-size: 18px;
  }
}

.c-plan__clm-monthly-notes {
  font-size: 12px;
  font-weight: bold;
}

.c-plan__text {
  margin-top: 20px;
  font-size: 12px;
}

@media only screen and (min-width: 737px) {
  .c-plan__text {
    margin-top: 45px;
    font-size: 18px;
    text-align: center;
  }
}

.c-plan__clm-top {
  border-radius: 5px 5px 0 0;
}

.c-plan__clm-bottom {
  border-radius: 0 0 5px 5px;
}

.c-plan__btn {
  margin-top: 32px;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-plan__btn {
    margin-top: 65px;
  }
  .c-plan__btn a {
    margin: 0 10px;
  }
}

.c-plan__notes {
  margin-top: 30px;
  font-size: 11px;
}

@media only screen and (min-width: 737px) {
  .c-plan__notes {
    margin-top: 50px;
    font-size: 13px;
  }
}

.c-plan__title-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 35px auto 0;
  height: 40px;
  border: solid 1px #979797;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.12;
  letter-spacing: 0.85px;
  color: #333;
}

@media only screen and (min-width: 737px) {
  .c-plan__title-section {
    margin: 70px auto 0;
    width: 800px;
    height: 55px;
    border-radius: 4px;
    font-size: 25px;
    font-weight: bold;
  }
}

.c-plan__enterprise {
  padding: 40px 0 20px;
}

@media only screen and (min-width: 737px) {
  .c-plan__enterprise {
    padding: 90px 0 20px;
  }
}

.c-plan__enterprise-lead {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.58px;
  text-align: center;
  color: #4a4a4a;
}

@media only screen and (min-width: 737px) {
  .c-plan__enterprise-lead {
    font-size: 26px;
    line-height: 1.62;
    letter-spacing: 0.54px;
  }
}

.c-plan__enterprise-text {
  font-size: 14px;
  line-height: 2.1;
  letter-spacing: 0.42px;
  text-align: center;
  color: #4a4a4a;
}

.c-plan__enterprise-text a {
  color: #4a90e2;
  text-decoration: underline;
}

@media only screen and (min-width: 737px) {
  .c-plan__enterprise-text {
    margin-top: 20px;
    font-size: 20px;
  }
}

.c-plancard {
  border: 1px solid #cbcbcb;
  border-radius: 5px;
  overflow: hidden;
}

@media only screen and (min-width: 737px) {
  .c-plancard__wrap {
    width: 798px;
    margin: 0 auto;
  }
}

.c-plancard__wrap--border-top {
  border-top: 1px dashed #979797;
  padding-top: 20px;
  margin-top: 20px;
}

@media only screen and (min-width: 737px) {
  .c-plancard__wrap--border-top {
    padding-top: 45px;
    margin-top: 55px;
  }
}

.c-plancard__head {
  padding: 6px 0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

@media only screen and (min-width: 737px) {
  .c-plancard__head {
    padding: 15px 0;
    font-size: 18px;
  }
}

.c-plancard__head--initial {
  background: #4a4a4a;
}

.c-plancard__head--initplan {
  background: #4a90e2;
}

.c-plancard__head--preference {
  background: #9b9b9b;
}

.c-plancard__head-sub {
  font-weight: 500;
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto 10px auto auto;
}

@media only screen and (min-width: 737px) {
  .c-plancard__head-sub {
    font-size: 15px;
    margin-right: 25px;
  }
}

.c-plancard__body {
  background: #fff;
  padding: 0px 20px;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-plancard__body {
    padding: 0 35px;
  }
}

.c-plancard__item {
  padding: 5px 0;
  font-weight: 500;
  font-size: 10px;
}

.c-plancard__item:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}

@media only screen and (min-width: 737px) {
  .c-plancard__item {
    padding: 13px 0;
    font-size: 16px;
  }
}

.c-plancard__link {
  color: #4a90e2;
}

.c-plancard__note {
  text-align: left;
  font-size: 11px;
}

@media only screen and (min-width: 737px) {
  .c-plancard__note {
    font-size: 13px;
  }
}

/* option */
.c-plancard__option {
  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;
}

@media only screen and (min-width: 737px) {
  .c-plancard__option {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 85%;
    margin: 0 auto;
  }
}

.c-plancard__option-head {
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media only screen and (min-width: 737px) {
  .c-plancard__option-head {
    font-size: 14px;
    margin-right: 50px;
    width: auto;
  }
}

.c-plancard__option-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media only screen and (min-width: 737px) {
  .c-plancard__option-list {
    font-size: 14px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.c-plancard__option-item {
  width: 50%;
}

@media only screen and (min-width: 737px) {
  .c-plancard__option-item {
    width: 30%;
    font-size: 12px;
  }
}

/* amount */
.c-plancard__amount {
  line-height: 1.3;
}

.c-plancard__amount-number {
  color: #4a90e2;
  font-weight: bold;
  font-size: 17px;
}

@media only screen and (min-width: 737px) {
  .c-plancard__amount-number {
    font-size: 34px;
  }
}

@media only screen and (min-width: 737px) {
  .c-plancard__amount-unit {
    font-size: 18px;
  }
}

/* initprice */
.c-plancard__price {
  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;
}

.c-plancard__price-number {
  color: #4a90e2;
  font-size: 32px;
  font-weight: bold;
}

@media only screen and (min-width: 737px) {
  .c-plancard__price-number {
    font-size: 48px;
  }
}

.c-plancard__price-unit {
  font-size: 13px;
  font-weight: bold;
}

@media only screen and (min-width: 737px) {
  .c-plancard__price-unit {
    font-size: 18px;
  }
}

.c-plancard__price-notes {
  line-height: 1.2;
  text-align: left;
  font-size: 11px;
  margin-left: 10px;
}

@media only screen and (min-width: 737px) {
  .c-plancard__price-notes {
    line-height: inherit;
    font-size: 14px;
    margin-left: 20px;
  }
}

/* description */
@media only screen and (min-width: 737px) {
  .c-plancard__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    margin: 0 auto;
  }
}

.c-plancard__detail-head {
  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;
  background: #f2f2f2;
  border-radius: 7px;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
}

@media only screen and (min-width: 737px) {
  .c-plancard__detail-head {
    padding: 30px 0;
    margin-right: 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 135px;
            flex: 0 0 135px;
    font-weight: 500;
    font-size: inherit;
    border-radius: 14px;
  }
}

.c-plancard__detail-body {
  text-align: left;
  padding-top: 10px;
}

@media only screen and (min-width: 737px) {
  .c-plancard__detail-body {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding: 0;
  }
}

.c-plancard__detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 737px) {
  .c-plancard__detail-list {
    width: 460px;
  }
}

.c-plancard__detail-item {
  width: 130px;
}

@media only screen and (min-width: 737px) {
  .c-plancard__detail-item {
    width: calc( 460px / 2);
  }
}

.c-point {
  margin: 10px 10px 0;
  border-radius: 3px;
  padding: 22px;
  background-color: rgba(255, 255, 255, 0.64);
}

@media only screen and (min-width: 737px) {
  .c-point {
    margin: 20px 10px 0;
    padding: 60px 45px;
  }
}

.c-point__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto 1fr;
  grid-template-rows: auto auto 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  width: 100%;
}

@media only screen and (min-width: 737px) {
  .c-point__inner {
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    -ms-grid-columns: 452px 1fr;
    grid-template-columns: 452px 1fr;
  }
}

.c-point__title {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  color: #4a90e2;
  text-align: center;
}

.c-point__title img {
  display: inline;
  vertical-align: text-bottom;
}

.c-point__title span {
  margin-left: 14px;
  font-size: 15px;
  font-weight: bold;
}

@media only screen and (max-width: 736px) {
  .c-point__title img {
    width: auto;
    height: 16px;
  }
}

@media only screen and (min-width: 737px) {
  .c-point__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    padding: 40px 0 30px 50px;
    font-size: 18px;
    text-align: left;
  }
  .c-point__title span {
    margin-left: 15px;
    font-size: 30px;
  }
}

.c-point__image {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  padding-top: 20px;
}

@media only screen and (min-width: 737px) {
  .c-point__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    padding-top: 0;
  }
}

.c-point__text {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  padding-top: 25px;
  font-size: 13px;
}

@media only screen and (min-width: 737px) {
  .c-point__text {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    padding: 0 0 0 50px;
    font-size: 14px;
  }
}

.c-point__next, .c-point__prev {
  display: block;
  position: absolute;
  top: -120px;
  border: none;
  outline: none;
  padding: 0;
  width: 0px;
  height: 0px;
  background: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  background-image: url(../../static/img/common/icn/icn_arrow_gray2.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 7px 15px;
}

@media only screen and (min-width: 737px) {
  .c-point__next, .c-point__prev {
    display: block;
    position: absolute;
    top: 50%;
    border: none;
    outline: none;
    padding: 0;
    width: 14px;
    height: 31px;
    background-size: 14px 31px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: transparent;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.c-point__next {
  right: 0;
}

@media only screen and (min-width: 737px) {
  .c-point__next {
    right: -30px;
  }
}

.c-point__prev {
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media only screen and (min-width: 737px) {
  .c-point__prev {
    left: -30px;
  }
}

.c-post-wysiwyg {
  line-height: 2;
  font-size: 16px;
}

@media only screen and (min-width: 737px) {
  .c-post-wysiwyg {
    margin-top: 80px;
  }
}

.c-post-wysiwyg h2:first-child,
.c-post-wysiwyg h3:first-child,
.c-post-wysiwyg h4:first-child,
.c-post-wysiwyg h5:first-child,
.c-post-wysiwyg h6:first-child {
  margin-top: 0 !important;
}

.c-post-wysiwyg h2 {
  color: #3498db;
  line-height: 1.5;
}

@media only screen and (max-width: 736px) {
  .c-post-wysiwyg h2 {
    margin: 60px 0 30px;
    font-size: 20px;
  }
}

@media only screen and (min-width: 737px) {
  .c-post-wysiwyg h2 {
    margin: 80px 0 40px;
    font-size: 24px;
  }
}

.c-post-wysiwyg h3 {
  line-height: 1.5;
}

@media only screen and (max-width: 736px) {
  .c-post-wysiwyg h3 {
    margin: 40px 0 20px;
    font-size: 18px;
  }
}

@media only screen and (min-width: 737px) {
  .c-post-wysiwyg h3 {
    margin: 40px 0 30px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 736px) {
  .c-post-wysiwyg h2 + h3 {
    margin-top: 30px;
  }
}

.c-post-wysiwyg h4 {
  margin: 0.3em 0;
}

.c-post-wysiwyg h5 {
  margin: 0.3em 0;
}

@media only screen and (max-width: 736px) {
  .c-post-wysiwyg p:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 737px) {
  .c-post-wysiwyg p:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

.c-post-wysiwyg img {
  display: block;
  height: auto;
}

@media only screen and (min-width: 737px) {
  .c-post-wysiwyg img {
    max-width: 100%;
    margin: 30px auto;
  }
}

.c-post-wysiwyg a {
  color: #3f9dff;
  word-break: break-word;
}

.c-post-wysiwyg blockquote {
  border-left: 5px solid #f0f1f2;
}

@media only screen and (max-width: 736px) {
  .c-post-wysiwyg blockquote {
    margin-bottom: 30px;
    padding: 0 0 0 25px;
  }
}

@media only screen and (min-width: 737px) {
  .c-post-wysiwyg blockquote {
    margin-bottom: 40px;
    padding: 5px 0 5px 35px;
  }
}

.c-post-wysiwyg cite {
  color: #aaa;
  font-size: 13px;
}

.c-post-wysiwyg ul,
.c-post-wysiwyg ol {
  margin-bottom: 32px;
  padding-left: 1.4em;
}

.c-post-wysiwyg ul {
  list-style: disc;
}

.c-post-wysiwyg ul ul {
  margin-bottom: 0;
  list-style: circle;
}

.c-post-wysiwyg ol {
  list-style: decimal;
}

.c-post-wysiwyg ol ol {
  margin-bottom: 0;
}

.c-post-wysiwyg li {
  margin-top: 0.5em;
}

.c-post-wysiwyg figcaption {
  color: #666;
  font-size: 12px;
}

@media only screen and (max-width: 736px) {
  .c-post-wysiwyg .wp-block-group {
    padding: 25px;
  }
}

@media only screen and (min-width: 737px) {
  .c-post-wysiwyg .wp-block-group {
    padding: 30px 40px;
  }
}

@media only screen and (max-width: 736px) {
  .c-post-wysiwyg .wp-block-embed-youtube .wp-block-embed__wrapper {
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
  }
}

@media only screen and (max-width: 736px) {
  .c-post-wysiwyg .wp-block-embed-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.c-post-wysiwyg twitter-widget {
  width: 100% !important;
}

.c-post-wysiwyg .wp-block-verse {
  white-space: normal;
}

.c-price {
  margin: auto;
  padding: 40px 20px 50px;
}

@media only screen and (min-width: 737px) {
  .c-price {
    padding: 50px 0 60px;
    max-width: 800px;
  }
}

.c-price__text {
  color: #666;
  font-size: 14px;
  line-height: 1.64;
  text-align: center;
}

.c-price__table {
  margin: 20px 0 0;
  max-width: 800px;
  border-collapse: separate;
  border-spacing: 4px;
}

.c-price__table th, .c-price__table td {
  border-radius: 5px;
  border: 1px solid #fff;
}

@media only screen and (min-width: 737px) {
  .c-price__table {
    margin: 40px auto 0;
  }
}

.c-price__tr--mobile .c-price__th {
  border: solid 1px #e2e2e2;
}

@media only screen and (min-width: 737px) {
  .c-price__tr--mobile {
    display: none;
  }
}

.c-price__th {
  font-size: 14px;
  padding: 10px;
}

.c-price__td {
  background-color: #f5f5f5;
  padding: 10px;
  color: #666;
  font-size: 13px;
  -webkit-font-feature-settings: 'pkna';
          font-feature-settings: 'pkna';
  line-height: 1.62;
  vertical-align: top;
}

@media only screen and (min-width: 737px) {
  .c-price__td {
    padding: 20px;
  }
}

.c-price__th--desktop {
  padding: 10px;
  color: #666;
  font-size: 13px;
  text-align: center;
  border: solid 1px #e2e2e2 !important;
}

@media only screen and (min-width: 737px) {
  .c-price__th--desktop {
    padding: 20px;
    font-size: 14px;
  }
}

.c-price__th--empty,
.c-price__th--desktop {
  display: none;
}

@media only screen and (min-width: 737px) {
  .c-price__th--empty,
  .c-price__th--desktop {
    display: table-cell;
  }
}

.c-price__th--workflow {
  padding: 10px;
  width: 50%;
  background: #72a142;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-price__th--workflow {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 38px 16px;
    width: 300px;
    font-size: 18px;
  }
}

.c-price__th--expense {
  padding: 10px;
  width: 50%;
  background: #b2d571;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-price__th--expense {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 38px 16px;
    width: 300px;
    font-size: 18px;
  }
}

.c-price__td--workflow {
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  background-color: #f5f5f5;
  color: #666;
}

@media only screen and (min-width: 737px) {
  .c-price__td--workflow {
    font-size: 14px;
    padding: 30px;
  }
}

.c-price__td--expense {
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  background-color: #f5f5f5;
  color: #666;
}

@media only screen and (min-width: 737px) {
  .c-price__td--expense {
    font-size: 14px;
    padding: 30px;
  }
}

.c-price__td--deals {
  color: #666;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  background-color: #f5f5f5;
}

@media only screen and (min-width: 737px) {
  .c-price__td--deals {
    font-size: 20px;
    padding: 23.5px;
  }
}

.c-price__offer {
  display: block;
}

@media only screen and (min-width: 737px) {
  .c-price__offer {
    display: inline;
    font-size: 14px;
    line-height: 1;
  }
}

.c-price__cost--workflow,
.c-price__cost--expense {
  color: #3498db;
  font-size: 24px;
}

@media only screen and (min-width: 737px) {
  .c-price__cost--workflow,
  .c-price__cost--expense {
    font-size: 35px;
  }
}

.c-price__cost--double {
  color: #d0021b;
  font-size: 24px;
}

@media only screen and (min-width: 737px) {
  .c-price__cost--double {
    display: inline-block;
    font-size: 35px;
    line-height: 1;
    margin: 10px 0 0;
  }
}

.c-price__cost--yen {
  font-size: 14px;
}

.c-price__link {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10px auto 0;
  padding: 8px 10px;
  width: 120px;
  background-color: #fff;
  border: solid 1px #979797;
  border-radius: 3px;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-price__link {
    margin: 20px auto 0;
  }
}

.c-price__attention {
  color: #666;
  font-size: 12px;
  margin: 10px 0 0;
}

@media only screen and (min-width: 737px) {
  .c-price__attention {
    margin: 15px auto 0;
  }
}

.c-price__discount {
  margin: 50px 0 0;
  color: #3498db;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-price__discount {
    margin: 60px 0 0;
    font-size: 20px;
  }
}

.c-price__contact {
  margin: 10px 0 0;
  color: #666;
  font-size: 14px;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-price__contact {
    margin: 20px 0 0;
  }
}

.c-request {
  padding: 40px 20px;
}

@media only screen and (min-width: 737px) {
  .c-request {
    width: 980px;
    margin: 0 auto;
    padding: 0 0 80px;
  }
}

.c-request .wpcf7-list-item.first {
  margin-left: 0;
}

.c-request__thanks {
  width: 100%;
  margin-bottom: 10px;
  color: #666;
  font-size: 16px;
  text-align: left;
}

@media only screen and (min-width: 737px) {
  .c-request__thanks {
    width: 800px;
    margin: 0 auto 10px;
    font-size: 20px;
    text-align: center;
  }
}

.c-request__lead {
  margin-bottom: 20px;
  color: #666;
  font-size: 13px;
  text-align: left;
}

@media only screen and (min-width: 737px) {
  .c-request__lead {
    margin-bottom: 40px;
    font-size: 16px;
    text-align: center;
  }
}

.c-request__wrap {
  display: block;
}

@media only screen and (min-width: 737px) {
  .c-request__wrap {
    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;
  }
}

.c-request__info {
  width: 100%;
  margin-top: 40px;
}

@media only screen and (min-width: 737px) {
  .c-request__info {
    width: 50%;
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 60px;
  }
}

.c-request__form {
  width: 100%;
}

@media only screen and (min-width: 737px) {
  .c-request__form {
    width: 50%;
  }
}

.c-request__description {
  margin-bottom: 20px;
}

@media only screen and (min-width: 737px) {
  .c-request__description {
    margin-bottom: 40px;
  }
}

.c-request__description-ttl {
  margin-bottom: 5px;
  font-size: 16px;
}

@media only screen and (min-width: 737px) {
  .c-request__description-ttl {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.c-request__description-list {
  margin-left: 10px;
}

.c-request__description-list li {
  color: #4a90e2;
  font-size: 16px;
  line-height: 1.8;
}

.c-request__description-list li:before {
  display: inline-block;
  width: 19px;
  height: 17px;
  margin-right: 5px;
  background-image: url(../img/common/icn/icn_check_blue.svg);
  background-repeat: no-repeat;
  background-position: 0 0.25em;
  background-size: 14px 13px;
  color: #4a90e2;
  content: "";
}

@media only screen and (min-width: 737px) {
  .c-request__description-list {
    margin-left: 20px;
  }
  .c-request__description-list li {
    color: #4a90e2;
    font-size: 16px;
    line-height: 2.3;
  }
}

.c-request__description-orderlist {
  margin-left: 10px;
  list-style-position: inside;
  list-style-type: decimal;
}

.c-request__description-orderlist li {
  font-size: 16px;
  line-height: 1.8;
}

@media only screen and (min-width: 737px) {
  .c-request__description-orderlist {
    margin-left: 20px;
  }
  .c-request__description-orderlist li {
    font-size: 16px;
    line-height: 2.3;
  }
}

.c-request__img img {
  width: 100%;
  height: auto;
}

.c-request__form-arrow {
  position: relative;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 4px;
  background-color: #4a90e2;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.c-request__form-arrow:after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -16px;
  border: 16px solid transparent;
  border-top-color: #4a90e2;
  content: " ";
}

@media only screen and (min-width: 737px) {
  .c-request__form-arrow {
    margin-bottom: 40px;
  }
}

.c-request__form-wrap {
  padding: 10px 15px;
  background-color: #f6f6f6;
}

.c-request__form-wrap input,
.c-request__form-wrap textarea {
  margin: 10px 0;
  padding: 3px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.61;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

.c-request__form-wrap input[type="text"],
.c-request__form-wrap input[type="tel"],
.c-request__form-wrap input[type="email"] {
  display: block;
  width: 100%;
  height: 32px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-request__form-wrap input[type="checkbox"] {
  display: inline-block;
  margin-right: 5px;
}

.c-request__form-wrap input[name="your-lastname"],
.c-request__form-wrap input[name="your-firstname"] {
  display: inline-block;
  width: calc(50% - 5px);
  margin: 0;
}

.c-request__form-wrap input[name="your-lastname"] {
  margin: 0 10px 0 0;
}

.c-request__form-wrap select {
  display: block;
  width: 100%;
  height: 32px;
  margin: 10px 0;
  padding: 3px 10px;
  border: 1px solid #ddd;
  background-color: #fff;
  font-size: 16px;
}

.c-request__form-wrap textarea {
  width: 100%;
}

@media only screen and (min-width: 737px) {
  .c-request__form-wrap {
    padding: 20px;
  }
  .c-request__form-wrap input,
  .c-request__form-wrap textarea {
    padding: 5px 15px;
  }
  .c-request__form-wrap input[type="text"],
  .c-request__form-wrap input[type="tel"],
  .c-request__form-wrap input[type="email"] {
    height: 40px;
  }
  .c-request__form-wrap select {
    height: 40px;
    padding: 5px 15px;
    color: #666;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .c-request__form-wrap select::-ms-expand {
    display: none;
  }
  .c-request__form-wrap textarea {
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .c-request__form-wrap .wpcf7-checkbox .wpcf7-list-item {
    display: inline-block;
    width: 33%;
    margin: 0;
    font-size: 16px;
  }
  .c-request__form-wrap .c-request__form-wp .wpcf7-checkbox .wpcf7-list-item {
    display: inline-block;
    width: 100%;
    margin: 0;
    font-size: 14px;
  }
}

.c-request__form-otherttl {
  margin: 10px 0 5px;
}

.c-request__form-entrybtn {
  margin-top: 20px;
  text-align: center;
}

.c-request__form-entrybtn input {
  width: 150px;
  margin: 0 auto;
  border: none;
  border-radius: 18px;
  background-color: #1abc9c;
  color: #fff;
  font-weight: bold;
}

.c-request__form-entrybtn input:hover {
  background-color: #20987b;
}

@media only screen and (min-width: 737px) {
  .c-request__image img {
    width: auto;
    max-width: 400px;
    height: auto;
  }
}

div.wpcf7-validation-errors {
  border: 1px solid #d40505;
  color: #d40505;
}

span.wpcf7-not-valid-tip {
  margin: 0 0 10px;
}

div.wpcf7-mail-sent-ok {
  display: none !important;
}

div.wpcf7 .ajax-loader {
  display: block;
  width: 100%;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.c-request__trigger .wpcf7-checkbox .wpcf7-list-item {
  display: inline-block;
  width: 100%;
  margin: 0;
}

.c-seminar {
  margin: 0 auto;
}

@media only screen and (min-width: 737px) {
  .c-seminar {
    width: 860px;
    padding: 20px 0 0;
  }
}

@media only screen and (max-width: 736px) {
  .c-seminar {
    width: 90%;
    padding: 10px 0 0;
  }
}

.c-seminar__lead {
  color: #333;
}

@media only screen and (min-width: 737px) {
  .c-seminar__lead {
    font-size: 14px;
    letter-spacing: 0.44px;
    line-height: 1.93;
    text-align: center;
  }
}

@media only screen and (max-width: 736px) {
  .c-seminar__lead {
    font-size: 10px;
    letter-spacing: 0.35px;
    line-height: 2.2;
  }
}

@media only screen and (min-width: 737px) {
  .c-seminar__container {
    margin: 64px 0 0;
  }
}

@media only screen and (max-width: 736px) {
  .c-seminar__container {
    margin: 28px 0 0;
  }
}

.c-seminar__content {
  display: -ms-grid;
  display: grid;
  position: relative;
  border-radius: 3px;
  background-color: #f3f8ee;
}

@media only screen and (min-width: 737px) {
  .c-seminar__content {
    -ms-grid-columns: 115px 146px 1fr;
    grid-template-columns: 115px 146px 1fr;
    margin: 49px 0 0;
    padding: 0 26px;
  }
}

@media only screen and (max-width: 736px) {
  .c-seminar__content {
    -ms-grid-columns: 75px 1fr;
    grid-template-columns: 75px 1fr;
    -ms-grid-rows: minmax(113px, auto);
    grid-template-rows: minmax(113px, auto);
    margin: 16px 0 0;
    padding: 0 14px;
  }
}

.c-seminar__content:first-of-type {
  margin: 0;
}

.c-seminar__label,
.c-seminar__label--movie {
  display: inline-block;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  position: absolute;
  top: -3px;
  background-image: url("../img/seminar/img_seminar-label_grad.svg");
  background-repeat: no-repeat;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-seminar__label,
  .c-seminar__label--movie {
    width: 115px;
    height: 115px;
    padding: 28px 15px 0;
  }
}

@media only screen and (max-width: 736px) {
  .c-seminar__label,
  .c-seminar__label--movie {
    width: 75px;
    height: 78px;
    padding: 12px 10px 0;
    background-size: 75px;
  }
}

.c-seminar__label--movie {
  background-image: url("../img/seminar/img_seminar-label_black.svg");
}

.c-seminar__label-ttl {
  color: #fff;
  font-weight: 900;
}

@media only screen and (min-width: 737px) {
  .c-seminar__label-ttl {
    font-size: 15px;
    letter-spacing: 0.49px;
  }
}

@media only screen and (max-width: 736px) {
  .c-seminar__label-ttl {
    font-size: 13px;
    letter-spacing: 0.42px;
  }
}

.c-seminar__ttl-wrap,
.c-seminar__ttl-wrap--movie {
  display: inline-block;
}

@media only screen and (min-width: 737px) {
  .c-seminar__ttl-wrap,
  .c-seminar__ttl-wrap--movie {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    margin: 0 0 45px;
    padding: 22px 9px 0 21px;
  }
}

@media only screen and (max-width: 736px) {
  .c-seminar__ttl-wrap,
  .c-seminar__ttl-wrap--movie {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    padding: 17px 0 15px;
  }
}

@media only screen and (min-width: 737px) {
  .c-seminar__ttl-wrap--movie {
    margin: 0 0 60px;
  }
}

.c-seminar__ttl {
  color: #4a4a4a;
  font-weight: 500;
}

@media only screen and (min-width: 737px) {
  .c-seminar__ttl {
    margin: 0 0 6px;
    font-size: 24px;
    letter-spacing: 0.78px;
  }
}

@media only screen and (max-width: 736px) {
  .c-seminar__ttl {
    font-size: 15px;
    letter-spacing: 0.49px;
  }
}

.c-seminar__description {
  color: #4a4a4a;
  font-weight: 500;
}

@media only screen and (min-width: 737px) {
  .c-seminar__description {
    font-size: 15px;
    letter-spacing: 0.49px;
  }
}

@media only screen and (max-width: 736px) {
  .c-seminar__description {
    margin: 10px 0 0;
    font-size: 10px;
    letter-spacing: 0.37px;
  }
}

.c-seminar__thmb {
  display: inline-block;
}

@media only screen and (min-width: 737px) {
  .c-seminar__thmb {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    width: 240px;
  }
}

@media only screen and (max-width: 736px) {
  .c-seminar__thmb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    padding: 9px 0 0 11px;
  }
}

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

@media only screen and (min-width: 737px) {
  .c-seminar__thmb--movie {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 180px;
    padding: 0 30px 0 0;
  }
}

@media only screen and (max-width: 736px) {
  .c-seminar__thmb--movie {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 16px 14px 0;
  }
}

@media only screen and (max-width: 736px) {
  .c-seminar__thmb-img--movie {
    height: 97px;
  }
}

.c-seminar__item-wrap {
  display: inline-block;
}

@media only screen and (min-width: 737px) {
  .c-seminar__item-wrap {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
  }
}

@media only screen and (max-width: 736px) {
  .c-seminar__item-wrap {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
  }
}

@media only screen and (min-width: 737px) {
  .c-seminar__item {
    margin: 0 0 21px;
  }
}

@media only screen and (max-width: 736px) {
  .c-seminar__item {
    margin: 0 0 14px;
  }
}

.c-seminar__item--movie {
  margin: 0;
}

.c-seminar__item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  background-color: #fff;
  color: #4a4a4a;
  font-weight: 500;
}

@media only screen and (min-width: 737px) {
  .c-seminar__item-ttl {
    height: 30px;
    margin: 0 0 11px;
    padding: 0 0 0 10px;
    font-size: 12px;
    letter-spacing: 0.39px;
  }
}

@media only screen and (max-width: 736px) {
  .c-seminar__item-ttl {
    height: 27px;
    margin: 0 0 9px;
    padding: 0 0 0 5px;
    font-size: 10px;
    letter-spacing: 0.32px;
  }
}

@media only screen and (min-width: 737px) {
  .c-seminar__list {
    padding: 0 0 0 9px;
  }
}

@media only screen and (max-width: 736px) {
  .c-seminar__list {
    padding: 0 0 0 8px;
  }
}

.c-seminar__list li {
  color: #4a4a4a;
  font-weight: 500;
}

@media only screen and (min-width: 737px) {
  .c-seminar__list li {
    margin: 0 0 6px;
    padding: 0 0 0 30px;
    font-size: 13px;
    letter-spacing: 0.42px;
    text-indent: -30px;
  }
}

@media only screen and (max-width: 736px) {
  .c-seminar__list li {
    margin: 0 0 6px;
    padding: 0 0 0 20px;
    font-size: 10px;
    letter-spacing: 0.33px;
    text-indent: -20px;
  }
}

.c-seminar__list li:last-of-type {
  margin: 0;
}

.c-seminar__list li:before {
  background-image: url("../img/common/icn/icn_faq_ans.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  content: "";
}

@media only screen and (min-width: 737px) {
  .c-seminar__list li:before {
    margin: 0 9px 0 0;
    padding: 3.5px 10px;
    background-size: 20px;
  }
}

@media only screen and (max-width: 736px) {
  .c-seminar__list li:before {
    margin: 0 6px 0 0;
    padding: 2.5px 7.5px;
    background-size: 15px;
  }
}

@media only screen and (min-width: 737px) {
  .c-seminar__when-and-where {
    padding: 0 0 0 10px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 736px) {
  .c-seminar__when-and-where {
    padding: 0 0 0 9px;
    font-size: 10px;
  }
}

@media only screen and (min-width: 737px) {
  .c-seminar__when {
    margin: 0 8px 0 0;
  }
}

@media only screen and (max-width: 736px) {
  .c-seminar__when {
    margin: 0 5px 0 0;
  }
}

.c-seminar__btn-wrap,
.c-seminar__btn-wrap--movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 737px) {
  .c-seminar__btn-wrap,
  .c-seminar__btn-wrap--movie {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
    margin: 38px 0 35px;
  }
}

@media only screen and (max-width: 736px) {
  .c-seminar__btn-wrap,
  .c-seminar__btn-wrap--movie {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / 5;
    margin: 25px 0 20px;
  }
}

@media only screen and (min-width: 737px) {
  .c-seminar__btn-wrap--movie {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.c-seminar__btn {
  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;
  border: 2px solid #f59423;
  border-radius: 22.5px;
  background-color: #f59423;
  color: #fff;
  font-weight: bold;
}

@media only screen and (min-width: 737px) {
  .c-seminar__btn {
    width: 280px;
    height: 45px;
    font-size: 17px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  .c-seminar__btn:hover {
    border: 2px solid #f59423;
    background-color: #fff;
    color: #f59423;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
}

@media only screen and (max-width: 736px) {
  .c-seminar__btn {
    width: 170px;
    height: 35px;
    font-size: 15px;
  }
}

table {
  border-collapse: collapse;
}

td,
th {
  border: solid 1px #dddddd;
}

.c-table {
  line-height: 1.6;
  margin: 30px auto 0;
  max-width: 900px;
  overflow-x: auto;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 990px) {
  .c-table {
    margin: 50px auto 0;
  }
}

.c-table--three {
  line-height: 1.6;
  margin: 30px auto 0;
  max-width: 900px;
  overflow-x: auto;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 990px) {
  .c-table--three {
    margin: 50px auto 0;
  }
}

.c-table table,
.c-table--three table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 900px;
  min-width: 600px;
  width: 100%;
}

.c-table th,
.c-table--three th {
  background: rgba(0, 0, 0, 0.3);
  border-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fbfbfb;
  padding: 10px;
  vertical-align: middle;
  white-space: nowrap;
}

.c-table th:first-of-type,
.c-table--three th:first-of-type {
  height: 70px;
}

.c-table td,
.c-table--three td {
  border-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 15px;
  text-align: center;
  vertical-align: middle;
}

.c-table--three table,
.c-table--three--three table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 900px;
  min-width: 600px;
  width: 100%;
}

.c-table--three th,
.c-table--three--three th {
  background: rgba(0, 0, 0, 0.3);
  border-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fbfbfb;
  padding: 10px;
  vertical-align: middle;
  white-space: nowrap;
}

.c-table--three th:first-of-type,
.c-table--three--three th:first-of-type {
  height: 70px;
}

.c-table tr:first-of-type th {
  width: calc(100% / 3);
}

.c-table tr:first-of-type th:first-of-type {
  max-width: 100px;
}

.c-table tr:nth-of-type(2n) td {
  background: #ddd;
}

.c-table--three tr:first-of-type th {
  width: calc(100% / 4);
}

.c-table--three tr:first-of-type th:first-of-type {
  max-width: 100px;
}

.c-table--three tr:nth-of-type(2n) td {
  background: #ddd;
}

.c-thanks {
  padding: 50px 0;
  background-color: #fff;
}

@media only screen and (min-width: 737px) {
  .c-thanks {
    padding: 130px 0 100px;
  }
}

.c-thanks__inner {
  width: 100%;
  padding: 0 20px;
}

@media only screen and (min-width: 737px) {
  .c-thanks__inner {
    width: 750px;
    padding: 0;
    margin: 0 auto;
  }
}

.c-thanks__ttl {
  position: relative;
  padding-bottom: 15px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.c-thanks__ttl:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 4px;
  background-color: #101010;
}

@media only screen and (min-width: 737px) {
  .c-thanks__ttl {
    padding-bottom: 25px;
    font-size: 30px;
  }
}

.c-thanks__lead {
  margin-top: 45px;
  text-align: left;
}

.c-thanks__lead p {
  margin-bottom: 15px;
}

@media only screen and (min-width: 737px) {
  .c-thanks__lead {
    text-align: center;
  }
}

.c-thanks__back {
  margin-top: 50px;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-thanks__back {
    margin-top: 80px;
  }
}

.c-thanks__btn {
  margin-top: 40px;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-thanks__btn {
    margin-top: 60px;
  }
}

/* # c-title
----------------------------------- */
.c-title {
  color: #4a90e2;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-title {
    font-size: 30px;
  }
}

.c-title__sub {
  margin-top: 10px;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-title__sub {
    margin-top: 15px;
  }
}

.c-title__color-base {
  color: #333;
}

.c-title__bg--grass {
  display: inline-block;
  min-height: 50px;
  padding: 0 45px;
  background-image: url(../img/common/bg_decoration_l.svg), url(../img/common/bg_decoration_r.svg);
  background-position: 0 5%, 100% 5%;
  background-repeat: no-repeat;
  background-size: 25px 50px, 25px 50px;
}

@media only screen and (min-width: 737px) {
  .c-title__bg--grass {
    min-height: 100px;
    padding: 0 75px;
    background-position: 0 50%, 100% 50%;
    background-size: 50px 100px, 50px 100px;
  }
}

.c-title__wrap {
  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;
}

/* # c-pagetitle
----------------------------------- */
.c-pagetitle {
  padding: 15px 0;
  color: #333;
  text-align: center;
  background-color: #d2eef2;
}

.c-pagetitle__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.c-pagetitle__icon {
  margin-right: 10px;
  width: 30px;
  vertical-align: middle;
}

@media only screen and (min-width: 737px) {
  .c-pagetitle {
    padding: 60px 0;
  }
  .c-pagetitle__title {
    font-size: 24px;
  }
  .c-pagetitle__icon {
    margin-right: 15px;
    width: 40px;
  }
  .c-pagetitle__icon-functions {
    width: 34px;
  }
  .c-pagetitle__icon-flow {
    width: 32px;
  }
  .c-pagetitle__icon-plan {
    width: 36px;
  }
}

/* # c-sectiontitle
----------------------------------- */
.c-sectiontitle {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (min-width: 737px) {
  .c-sectiontitle {
    margin-bottom: 30px;
    font-size: 24px;
  }
}

.c-title__page {
  color: #4a4a4a;
  font-size: 18px;
}

@media only screen and (min-width: 737px) {
  .c-title__page {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.4px;
    line-height: 1.4;
  }
}

.c-title__page-icon {
  margin-right: 15px;
  vertical-align: middle;
}

.c-title__page-wrap {
  padding: 15px 0;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-title__page-wrap {
    margin: -45px 0 15px;
    padding: 0 30px 0 0;
    text-align: right;
  }
}

.c-worry {
  padding: 32px 0;
}

@media only screen and (min-width: 737px) {
  .c-worry {
    padding: 65px 0;
  }
}

.c-worry__inner {
  padding: 0 15px;
}

@media only screen and (min-width: 737px) {
  .c-worry__inner {
    margin: 0 auto;
    padding: 0;
    width: 1000px;
  }
}

@media only screen and (min-width: 737px) {
  .c-worry__title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 737px) {
  .c-worry__wrap {
    margin-top: 50px;
  }
}

.c-worry__list li {
  margin-top: 35px;
}

@media only screen and (max-width: 736px) {
  .c-worry__list li:nth-child(n + 4) {
    display: none;
  }
}

@media only screen and (min-width: 737px) {
  .c-worry__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-worry__list li {
    margin-top: 80px;
    width: 480px;
  }
  .c-worry__list li:first-child, .c-worry__list li:nth-child(2) {
    margin-top: 20px;
  }
}

.c-worry__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 80px 1fr;
  grid-template-columns: 80px 1fr;
}

@media only screen and (min-width: 737px) {
  .c-worry__item {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: 130px 1fr;
    grid-template-columns: 130px 1fr;
  }
}

.c-worry__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  padding-right: 10px;
}

@media only screen and (min-width: 737px) {
  .c-worry__icon {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    padding-right: 0;
  }
}

.c-worry__faq {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  color: #4a90e2;
  font-size: 15px;
  font-weight: bold;
}

@media only screen and (min-width: 737px) {
  .c-worry__faq {
    font-size: 18px;
  }
}

.c-worry__text {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  font-size: 13px;
  padding: 10px 0 0 1.8em;
}

@media only screen and (min-width: 737px) {
  .c-worry__text {
    padding: 20px 0 0 0;
  }
}

.c-worry__link {
  margin-top: 32px;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-worry__link {
    margin-top: 65px;
  }
}

@media only screen and (min-width: 737px) {
  .p-case-archive {
    width: 1180px;
    margin: 30px auto 90px;
    min-height: 600px;
  }
}

.p-case-archive__list {
  padding: 0 10px;
  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-top: 25px;
}

@media only screen and (min-width: 737px) {
  .p-case-archive__list {
    padding: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-case-archive__loading {
  margin: 30px 0 20px;
}

.p-case {
  padding: 0;
}

@media screen and (min-width: 415px) {
  .p-case {
    padding: 0;
  }
}

@media screen and (min-width: 990px) {
  .p-case {
    padding: 85px 0 0;
  }
}

.p-case__header {
  background: #d2eef2;
  padding: 20px 15px;
}

@media screen and (min-width: 415px) {
  .p-case__header {
    padding: 30px 20px;
  }
}

@media screen and (min-width: 767px) {
  .p-case__header {
    padding: 60px 0;
  }
}

.p-case__title {
  color: #666666;
  font-size: 20px;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .p-case__title {
    font-size: 24px;
  }
}

.p-case__list::before {
  content: '/';
  margin: 0 5px;
}

.p-case__list:first-of-type::before {
  content: none;
}

.p-case__container {
  max-width: 1000px;
  padding: 20px 20px;
}

@media screen and (min-width: 415px) {
  .p-case__container {
    padding: 20px 20px 0;
  }
}

@media screen and (min-width: 767px) {
  .p-case__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 30px;
    padding: 30px 0;
  }
}

@media screen and (min-width: 990px) {
  .p-case__container {
    margin: auto;
    padding: 60px 0;
  }
}

@media screen and (min-width: 767px) {
  .p-case__inner {
    width: calc(100% / 8 * 5 - 10px);
  }
}

@media screen and (min-width: 990px) {
  .p-case__inner {
    width: calc(100% - 330px);
  }
}

@media screen and (min-width: 1245px) {
  .p-case__inner {
    width: 600px;
  }
}

.p-case__inner section:first-of-type h2 {
  font-size: 20px;
  line-height: 1.33;
  color: #666666;
  margin: 0;
}

@media screen and (min-width: 600px) {
  .p-case__inner section:first-of-type h2 {
    font-size: 24px;
  }
}

@media screen and (min-width: 767px) {
  .p-case__inner section:first-of-type h2 {
    font-size: 20px;
  }
}

@media screen and (min-width: 990px) {
  .p-case__inner section:first-of-type h2 {
    font-size: 22px;
  }
}

@media screen and (min-width: 1245px) {
  .p-case__inner section:first-of-type h2 {
    font-size: 30px;
  }
}

.p-case__inner section:first-of-type h2 + p {
  font-size: 14px;
  font-weight: bold;
  color: #aaaaaa;
  margin: 10px 0 0;
  line-height: 1.5;
}

.p-case__inner section:first-of-type h2 + p::before {
  content: '−';
  margin: 0 4px 0 0;
}

.p-case__inner figure {
  font-size: 0;
  margin: 30px 0 0;
}

@media screen and (min-width: 1245px) {
  .p-case__inner figure {
    margin: 40px 0 0;
  }
}

.p-case__inner img {
  width: 100%;
  height: auto;
}

.p-case__inner section section {
  margin: 30px 0 0;
}

@media screen and (min-width: 1245px) {
  .p-case__inner section section {
    margin: 40px 0 0;
  }
}

@media screen and (min-width: 1245px) {
  .p-case__inner section:first-of-type section:first-of-type {
    margin: 50px 0 0;
  }
}

.p-case__inner h2 {
  font-size: 20px;
  line-height: 1.5;
  color: #666666;
  margin: 30px 0 0;
}

@media screen and (min-width: 600px) {
  .p-case__inner h2 {
    font-size: 22px;
  }
}

@media screen and (min-width: 767px) {
  .p-case__inner h2 {
    font-size: 20px;
  }
}

@media screen and (min-width: 990px) {
  .p-case__inner h2 {
    font-size: 22px;
  }
}

@media screen and (min-width: 1245px) {
  .p-case__inner h2 {
    font-size: 24px;
    margin: 40px 0 0;
  }
}

.p-case__inner h3 {
  font-size: 16px;
  line-height: 1.62;
  letter-spacing: normal;
  color: #666666;
}

.p-case__inner h3::before {
  content: '−−−';
  letter-spacing: -8px;
  margin: 0 8px 0 0;
}

.p-case__inner p {
  font-size: 15px;
  line-height: 1.87;
  color: #666666;
  margin: 20px 0 0;
}

.p-case__inner p span {
  font-weight: bold;
  margin: 0 15px 0 0;
}

.p-caselist {
  padding: 55px 0 20px;
}

@media screen and (min-width: 415px) {
  .p-caselist {
    padding: 55px 0 30px;
  }
}

@media screen and (min-width: 990px) {
  .p-caselist {
    padding: 100px 0 60px;
  }
}

.p-caselist__header {
  background: #d2eef2;
  padding: 20px 15px;
}

@media screen and (min-width: 415px) {
  .p-caselist__header {
    padding: 30px 20px;
  }
}

@media screen and (min-width: 767px) {
  .p-caselist__header {
    padding: 60px 0;
  }
}

.p-caselist__title {
  color: #666666;
  font-size: 20px;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .p-caselist__title {
    font-size: 24px;
  }
}

.p-caselist__container {
  margin: auto;
  max-width: 900px;
  padding: 20px 15px 0;
}

@media screen and (min-width: 415px) {
  .p-caselist__container {
    padding: 20px 20px 0;
  }
}

@media screen and (min-width: 767px) {
  .p-caselist__container {
    padding: 30px 30px 0;
  }
}

@media screen and (min-width: 990px) {
  .p-caselist__container {
    padding: 60px 0 0;
  }
}

.p-caselist__article {
  border-radius: 3px;
  margin: 20px 0 0;
}

.p-caselist__article:first-of-type {
  margin: 0;
}

@media screen and (min-width: 767px) {
  .p-caselist__article {
    margin: 30px 0 0;
  }
}

@media screen and (min-width: 990px) {
  .p-caselist__article {
    margin: 40px 0 0;
  }
}

.p-caselist__a {
  border: solid 1px #dddddd;
  display: block;
  padding: 15px;
}

@media screen and (min-width: 600px) {
  .p-caselist__a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 767px) {
  .p-caselist__a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
  }
}

@media screen and (min-width: 990px) {
  .p-caselist__a {
    padding: 40px;
  }
}

.p-caselist__a:hover {
  background: rgba(52, 152, 219, 0.2);
  border-color: rgba(52, 152, 219, 0.2);
}

.p-caselist__figure {
  font-size: 0;
}

@media screen and (min-width: 600px) {
  .p-caselist__figure {
    width: calc(50% - 20px);
  }
}

.p-caselist__img {
  height: auto;
  width: 100%;
}

.p-caselist_inner {
  color: #666666;
  margin: 20px 0 0;
}

@media screen and (min-width: 600px) {
  .p-caselist_inner {
    margin: 0;
    width: calc(50% - 20px);
  }
}

.p-caselist__subtitle {
  font-size: 16px;
  line-height: 1.4;
}

@media screen and (min-width: 767px) {
  .p-caselist__subtitle {
    font-size: 18px;
  }
}

@media screen and (min-width: 990px) {
  .p-caselist__subtitle {
    font-size: 20px;
  }
}

.p-caselist__company {
  font-size: 13px;
  margin: 10px 0 0;
}

@media screen and (min-width: 990px) {
  .p-caselist__company {
    margin: 20px 0 0;
  }
}

.p-caselist__list::before {
  content: '/';
  margin: 0 5px;
}

.p-caselist__list:first-of-type::before {
  content: none;
}

.p-caselist__text {
  font-size: 14px;
  line-height: 1.71;
  margin: 20px 0 0;
  text-align: justify;
}

@media screen and (min-width: 990px) {
  .p-caselist__text {
    margin: 30px 0 0;
  }
}

.p-companies {
  padding: 32px 0;
}

@media only screen and (min-width: 737px) {
  .p-companies {
    padding: 65px 0;
  }
  .p-companies .c-title {
    font-size: 35px;
  }
}

.p-companies__inner {
  padding: 0 20px;
  width: 100%;
}

@media only screen and (min-width: 737px) {
  .p-companies__inner {
    margin: 0 auto;
    padding: 0;
    width: 1090px;
  }
}

.p-companies__wrap {
  margin-top: 20px;
  background-color: #fff;
}

@media only screen and (min-width: 737px) {
  .p-companies__wrap {
    margin-top: 25px;
  }
}

.p-companies__logolist {
  padding: 10px;
  text-align: center;
}

.p-companies__logolist li {
  display: inline-block;
  margin: 0 8px 5px;
  width: 26%;
}

.p-companies__logolist li img {
  max-width: 100%;
  max-height: 50px;
  height: auto;
}

@media only screen and (min-width: 737px) {
  .p-companies__logolist {
    padding: 30px 15px 5px;
  }
  .p-companies__logolist li {
    margin: 0 15px 15px;
    width: auto;
  }
  .p-companies__logolist li img {
    max-height: 50px;
    max-width: 150px;
  }
}

.p-considerations {
  margin: auto;
  max-width: 1000px;
  padding: 20px 15px 0;
}

@media only screen and (min-width: 737px) {
  .p-considerations {
    padding: 60px 0;
  }
}

.p-considerations__container:nth-of-type(n+2) {
  margin: 30px 0 0;
}

.p-considerations__subtitle {
  color: #666666;
  font-size: 15px;
  font-weight: bold;
}

.p-considerations__text + .p-considerations__subtitle {
  margin: 40px 0 0;
}

.p-considerations__text {
  color: #666666;
  font-size: 14px;
  line-height: 1.57;
}

.p-considerations__text--trading {
  color: #666666;
  font-size: 15px;
}

* + .p-considerations__text {
  margin: 15px 0 0;
}

* + .p-considerations__text--trading {
  margin: 10px 0 0;
}

.p-considerations__ul {
  margin: 10px 0 0;
}

.p-considerations__ul > .p-considerations__li::before {
  content: '・';
}

.p-considerations__ul > .p-considerations__li--policy {
  padding: 0 0 0 5px;
}

.p-considerations__ul > .p-considerations__li--policy:nth-of-type(n+2) {
  margin: 15px 0 0;
}

.p-considerations__ol {
  color: #666666;
  counter-reset: ol_count;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
  list-style: none;
  margin: 20px 0 0 10px;
}

.p-considerations__ol--container {
  color: #666666;
  counter-reset: ol_count;
  font-size: 14px;
  line-height: 1.57;
  list-style: none;
  margin: 20px 0 0 10px;
}

.p-considerations__ol--policy {
  color: #666666;
  font-size: 14px;
  line-height: 1.57;
  list-style-type: decimal;
  margin: 40px 0 0;
  padding: 0 0 0 15px;
}

.p-considerations__ol--abc {
  color: #666666;
  counter-reset: abc_count;
  font-size: 14px;
  line-height: 1.57;
  list-style: none;
  margin: 20px 0 0;
  padding: 0 0 0 10px;
}

.p-considerations__ol > .p-considerations__li {
  margin-left: 1.5em;
  text-indent: -1.5em;
}

.p-considerations__ol > .p-considerations__li::before {
  counter-increment: ol_count;
  content: "(" counter(ol_count) ") ";
}

.p-considerations__ol > .p-considerations__li--policy {
  padding: 0 0 0 5px;
}

.p-considerations__ol > .p-considerations__li--policy:nth-of-type(n+2) {
  margin: 15px 0 0;
}

.p-considerations__ol--container > .p-considerations__li {
  margin-left: 1.0em;
  text-indent: -1.0em;
}

.p-considerations__ol--container > .p-considerations__li:nth-of-type(n+2) {
  margin-top: 20px;
}

.p-considerations__ol--container > .p-considerations__li::before {
  counter-increment: ol_count 1;
  content: counter(ol_count) ". ";
}

.p-considerations__ol--abc > .p-considerations__li {
  margin-left: 1.0em;
  text-indent: -1.0em;
}

.p-considerations__ol--abc > .p-considerations__li::before {
  counter-increment: abc_count;
  content: counter(abc_count, lower-alpha) ". ";
}

.p-considerations__li > .p-considerations__ol--abc {
  margin: 0;
}

.p-considerations__li > .p-considerations__ol--abc > .p-considerations__li::before {
  counter-increment: abc_count;
  content: counter(abc_count, lower-alpha) ". ";
}

.p-considerations__li a {
  color: #3498db;
  text-decoration: underline;
}

.p-considerations__table {
  margin: 20px 0 0 0;
}

.p-considerations__th {
  padding: 10px;
}

.p-considerations__td {
  padding: 10px;
  vertical-align: top;
  width: 50%;
}

.p-considerations__inner {
  margin: 45px 0 0;
}

.p-considerations__inner--policy {
  margin: 40px 0 0;
  text-align: right;
}

.p-considerations__dl {
  border: solid 1px #dddddd;
  border-radius: 4px;
  margin: 40px 0 0;
  padding: 10px 10px 20px;
}

.p-considerations__dt {
  background-color: #f6f6f6;
  border-radius: 3px;
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  padding: 10.5px;
}

.p-considerations__dd {
  color: #666666;
  font-size: 14px;
  line-height: 1.86;
  margin: 20px 10px 0;
}

.p-considerations__span {
  display: block;
  font-size: 13px;
}

@media only screen and (min-width: 737px) {
  .p-considerations__span {
    display: inline;
  }
}

.p-contact {
  padding: 40px 0;
  background-color: #f9f9f9;
}

@media only screen and (min-width: 737px) {
  .p-contact {
    padding: 70px 0;
  }
}

.p-contact__inner {
  padding: 0 15px;
  width: 100%;
}

@media only screen and (min-width: 737px) {
  .p-contact__inner {
    margin: 0 auto;
    padding: 0;
    width: 1040px;
  }
}

@media only screen and (min-width: 737px) {
  .p-contact__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-contact__item {
  margin-top: 50px;
}

.p-contact__item:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 737px) {
  .p-contact__item {
    margin-top: 0;
    padding: 15px 40px 0;
    width: 370px;
    background-image: -webkit-linear-gradient(top, #979797, #979797 4px, transparent 4px, transparent 7px);
    background-image: linear-gradient(to bottom, #979797, #979797 4px, transparent 4px, transparent 7px);
    background-size: 1px 7px;
    background-position: left;
    background-repeat: repeat-y;
  }
  .p-contact__item:first-child {
    background-image: none;
    padding-left: 0;
    width: 330px;
  }
  .p-contact__item:last-child {
    padding-right: 0;
    width: 330px;
  }
}

.p-contact__icon {
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .p-contact__icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 96px;
  }
}

.p-contact__30days-free {
  width: 120px;
  height: auto;
}

@media only screen and (min-width: 737px) {
  .p-contact__30days-free {
    width: 94px;
    height: auto;
  }
}

.p-contact__document-request {
  width: 80px;
  height: auto;
}

@media only screen and (min-width: 737px) {
  .p-contact__document-request {
    width: 56px;
    height: auto;
  }
}

.p-contact__seminor-participation {
  width: 85px;
  height: auto;
}

@media only screen and (min-width: 737px) {
  .p-contact__seminor-participation {
    width: 67px;
    height: auto;
  }
}

.p-contact__title {
  margin-top: 25px;
  color: #4a90e2;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .p-contact__title {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
  }
}

.p-contact__text {
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .p-contact__text {
    margin-top: 15px;
  }
}

.p-contact__btn {
  margin-top: 25px;
  text-align: center;
}

.p-contact__btn a {
  display: inline-block;
  padding: 10px 20px;
  width: 250px;
  font-size: 16px;
}

@media only screen and (min-width: 737px) {
  .p-contact__btn {
    margin: 30px auto 0;
  }
  .p-contact__btn a {
    padding: 8px;
    width: 100%;
    font-size: 18px;
  }
}

.p-conversion {
  padding: 30px 0;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .p-conversion {
    padding: 60px 0 65px;
  }
}

.p-conversion__inner {
  padding: 0 10px;
}

@media only screen and (min-width: 737px) {
  .p-conversion__inner {
    padding: 0;
  }
}

.p-conversion__title {
  font-size: 15px;
  font-weight: 500;
}

@media only screen and (min-width: 737px) {
  .p-conversion__title {
    font-size: 30px;
  }
}

.p-conversion__text {
  margin-top: 10px;
  font-size: 10px;
  font-weight: 500;
}

@media only screen and (min-width: 737px) {
  .p-conversion__text {
    margin-top: 20px;
    font-size: 18px;
  }
}

.p-conversion__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.p-conversion__btn li:first-child {
  margin-right: 10px;
}

@media only screen and (min-width: 737px) {
  .p-conversion__btn {
    margin-top: 35px;
  }
  .p-conversion__btn li:first-child {
    margin-right: 20px;
  }
}

.p-counter {
  padding: 10px 0;
  background-color: #3498db;
}

@media only screen and (min-width: 737px) {
  .p-counter {
    padding: 40px 0;
  }
}

.p-counter__inner {
  width: 100%;
}

.p-counter__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .p-counter__column {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto;
    padding: 0;
    width: 800px;
  }
}

.p-counter__column + .p-counter__column {
  margin-top: 10px;
}

@media only screen and (min-width: 737px) {
  .p-counter__column + .p-counter__column {
    margin-top: 20px;
  }
}

.p-counter__title {
  display: none;
}

@media only screen and (min-width: 737px) {
  .p-counter__title {
    display: block;
    border: 1px solid #fff;
    border-radius: 20px;
    width: 240px;
    color: #fff;
    font-size: 16px;
    line-height: 2;
    text-align: center;
  }
}

.p-counter__tel {
  padding-left: 22px;
  background-image: url(../img/common/icn/icn_tel_support.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 16px 15px;
  color: #fff;
  font-size: 15px;
}

@media only screen and (min-width: 737px) {
  .p-counter__tel {
    margin-left: 20px;
    padding-left: 0;
    min-width: 218px;
    background-image: none;
    font-size: 24px;
    line-height: 1.4;
  }
}

.p-counter__link {
  padding-left: 22px;
  background-image: url(../img/common/icn/icn_mail_support.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 15px 12px;
  font-size: 15px;
}

.p-counter__link a {
  color: #fff;
}

@media only screen and (min-width: 737px) {
  .p-counter__link {
    margin-left: 20px;
    padding-left: 0;
    min-width: 218px;
    background-image: none;
    text-align: left;
    font-size: 20px;
    line-height: 1.4;
  }
}

.p-counter__time {
  margin-left: 20px;
  color: #fff;
  font-size: 10px;
}

@media only screen and (min-width: 737px) {
  .p-counter__time {
    margin-left: 20px;
    font-size: 13px;
    line-height: 2;
  }
}

.p-fotter_menu {
  background: #f6f6f6;
  padding: 20px 15px;
}

@media screen and (min-width: 415px) {
  .p-fotter_menu {
    padding: 30px 20px 20px;
  }
}

@media screen and (min-width: 990px) {
  .p-fotter_menu {
    padding: 30px 60px 20px;
  }
}

@media screen and (min-width: 1245px) {
  .p-fotter_menu {
    padding: 30px calc((100vw - 1000px) / 2) 20px;
  }
}

.p-fotter_menu::after {
  content: '';
  display: block;
  width: calc(100% / 3);
}

.p-fotter_menu__title {
  font-size: 0;
}

.p-fotter_menu__img {
  height: 20px;
  width: 175px;
}

.p-fotter_menu__menu {
  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 (min-width: 990px) {
  .p-fotter_menu__menu {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.p-fotter_menu__ul {
  font-size: 13px;
  line-height: 1.77;
  margin: 20px 0 0;
  width: calc(50% - 7.5px);
}

@media screen and (min-width: 767px) {
  .p-fotter_menu__ul {
    width: calc(100% / 3 - 7.5px);
  }
}

@media screen and (min-width: 990px) {
  .p-fotter_menu__ul {
    margin: 30px 0 0 15px;
    width: auto;
  }
  .p-fotter_menu__ul:first-child {
    margin-left: 0;
    width: 260px;
  }
}

.p-fotter_menu__li {
  margin: 10px 0 0;
}

.p-fotter_menu__li:first-of-type {
  margin: 0;
}

.p-fotter_menu__link {
  color: #333333;
  font-weight: bold;
}

.p-fotter_menu__link--li {
  color: #333333;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

@media only screen and (min-width: 737px) {
  .p-initial {
    padding-top: 100px;
    margin-top: -70px;
  }
}

.p-initial__inner {
  padding: 20px;
}

@media only screen and (min-width: 737px) {
  .p-initial__inner {
    width: 900px;
    margin: 0 auto;
    padding: 0;
  }
}

.p-initial__title {
  margin: 30px 0px 10px;
}

@media only screen and (min-width: 737px) {
  .p-initial__title {
    margin: 10px 0 50px;
  }
}

/* about */
@media only screen and (min-width: 737px) {
  .p-initial__about {
    padding: 0 0 25px;
  }
}

.p-initial__about-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-initial__about-block-content {
  margin-right: 20px;
}

.p-initial__about-title {
  font-size: 15px;
}

@media only screen and (min-width: 737px) {
  .p-initial__about-title {
    font-size: 30px;
  }
}

.p-initial__about-text {
  font-size: 10px;
  margin-top: 20px;
  line-height: 1.8;
}

@media only screen and (min-width: 737px) {
  .p-initial__about-text {
    font-size: 15px;
    margin-top: 25px;
    width: 500px;
  }
}

.p-initial__text-lg {
  display: block;
  line-height: 1.8;
  font-size: 12px;
}

@media only screen and (min-width: 737px) {
  .p-initial__text-lg {
    font-size: 17px;
  }
}

.p-initial__text-sm {
  display: block;
  line-height: 1.8;
  font-size: 10px;
}

@media only screen and (min-width: 737px) {
  .p-initial__text-sm {
    font-size: 14px;
  }
}

.p-initial__about-img {
  width: 130px;
}

@media only screen and (min-width: 737px) {
  .p-initial__about-img {
    width: 290px;
    position: absolute;
    right: -30px;
    bottom: -70px;
  }
}

/* recommend */
.p-initial__recommend {
  background: #f9f9f9;
}

@media only screen and (min-width: 737px) {
  .p-initial__recommend {
    padding: 30px 0 35px;
  }
}

.p-initial__recommend-inner {
  padding: 25px 15px;
}

@media only screen and (min-width: 737px) {
  .p-initial__recommend-inner {
    width: 780px;
    margin: 0 auto;
    padding: 0;
  }
}

.p-initial__recommend-title {
  font-size: 15px;
  text-align: center;
  padding: 0 35px;
}

@media only screen and (min-width: 737px) {
  .p-initial__recommend-title {
    font-size: 19px;
    font-weight: bold;
    padding: 0;
  }
}

.p-initial__recommend-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}

@media only screen and (min-width: 737px) {
  .p-initial__recommend-list {
    margin-top: 60px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-initial__recommend-item {
  width: 50%;
  padding: 10px;
  font-size: 13px;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .p-initial__recommend-item {
    width: auto;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
  }
}

.p-initial__recommend-item:last-child {
  width: 100%;
}

@media only screen and (min-width: 737px) {
  .p-initial__recommend-item:last-child {
    width: auto;
  }
}

.p-initial__recommend-item-img {
  max-height: 70px;
}

@media only screen and (min-width: 737px) {
  .p-initial__recommend-item-img {
    max-height: none;
  }
}

/* overview */
@media only screen and (min-width: 737px) {
  .p-initial__overview {
    padding: 35px 0 60px;
  }
}

.p-initial__overview-label {
  border: 1px solid #979797;
  border-radius: 50px;
  font-size: 15px;
  padding: 5px 20px;
  margin: 0 auto;
  width: 200px;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .p-initial__overview-label {
    width: auto;
    padding: 3px 12px;
    font-size: 17px;
    display: inline-block;
  }
}

.p-initial__overview-content {
  margin-top: 20px;
  font-size: 11px;
}

@media only screen and (min-width: 737px) {
  .p-initial__overview-content {
    line-height: 1.6;
    margin-top: 15px;
    font-size: 15px;
  }
}

.p-initial__overview-content--lg {
  font-size: 13px;
}

@media only screen and (min-width: 737px) {
  .p-initial__overview-content--lg {
    font-size: 17px;
  }
}

.p-initial__overview-content-title {
  font-size: 12px;
}

@media only screen and (min-width: 737px) {
  .p-initial__overview-content-title {
    font-size: 17px;
  }
}

/* setup */
.p-initial__setup {
  padding: 30px 0;
}

@media only screen and (min-width: 737px) {
  .p-initial__setup {
    padding: 50px 0;
  }
}

/* setup overrides c-plancard */
.p-initial__setup-plancard-body {
  padding: 10px 10px 20px;
}

@media only screen and (min-width: 737px) {
  .p-initial__setup-plancard-body {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 737px) {
  .p-initial__setup-plancard-detail {
    width: 95%;
  }
}

.p-initial__setup-plancard-price-wrap {
  padding-top: 0;
  /* only SP */
}

@media only screen and (max-width: 736px) {
  .p-initial__setup-plancard-price-wrap {
    border: none !important;
  }
}

@media only screen and (min-width: 737px) {
  .p-initial__setup-plancard-price-wrap {
    padding-top: 13px;
  }
}

.p-initial__setup-plancard-detail-wrap {
  padding: 0;
}

@media only screen and (min-width: 737px) {
  .p-initial__setup-plancard-detail-wrap {
    padding: 25px 0;
  }
}

@media only screen and (min-width: 737px) {
  .p-initial__setup-plancard-detail-head--setting {
    min-height: 140px;
  }
}

.p-media {
  padding: 0 0 32px;
}

@media only screen and (min-width: 737px) {
  .p-media {
    padding: 0 0 65px;
  }
}

.p-media__inner {
  padding: 0 20px;
  width: 100%;
}

@media only screen and (min-width: 737px) {
  .p-media__inner {
    margin: 0 auto;
    padding: 0;
    width: 1090px;
  }
}

.p-media__wrap {
  margin-top: 20px;
}

@media only screen and (min-width: 737px) {
  .p-media__wrap {
    margin-top: 25px;
  }
}

.p-media__list {
  padding: 10px;
  text-align: center;
  background-color: #fff;
}

.p-media__list li {
  display: inline-block;
  margin: 0 8px 5px;
  width: 26%;
}

.p-media__list li img {
  max-width: 100%;
  max-height: 50px;
  height: auto;
}

@media only screen and (min-width: 737px) {
  .p-media__list {
    padding: 30px 20px 5px;
  }
  .p-media__list li {
    margin: 0 15px 15px;
    width: auto;
  }
  .p-media__list li img {
    max-height: 50px;
  }
}

.p-page {
  padding: 0 0 20px;
}

@media screen and (min-width: 415px) {
  .p-page {
    padding: 0 0 30px;
  }
}

@media screen and (min-width: 767px) {
  .p-page {
    padding: 84px 0 60px;
  }
}

.p-page__case {
  padding: 0 0 0;
}

@media screen and (min-width: 415px) {
  .p-page__case {
    padding: 0 0 0;
  }
}

@media screen and (min-width: 767px) {
  .p-page__case {
    padding: 84px 0 0;
  }
}

.p-page__knowledge {
  padding: 0 0 0;
}

@media screen and (min-width: 415px) {
  .p-page__knowledge {
    padding: 0 0 0;
  }
}

@media screen and (min-width: 990px) {
  .p-page__knowledge {
    padding: 84px 0 0;
  }
}

.p-page__solution {
  background: #f6f6f6;
  padding: 0 0 20px;
}

@media screen and (min-width: 415px) {
  .p-page__solution {
    padding: 0 0 30px;
  }
}

@media screen and (min-width: 990px) {
  .p-page__solution {
    padding: 84px 0 60px;
  }
}

.p-page__header {
  background: #d2eef2;
  padding: 20px 15px;
}

@media screen and (min-width: 415px) {
  .p-page__header {
    padding: 30px 20px;
  }
}

@media screen and (min-width: 767px) {
  .p-page__header {
    padding: 60px 0;
  }
}

.p-page__title {
  color: #666666;
  font-size: 20px;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .p-page__title {
    font-size: 24px;
  }
}

.p-page__info {
  padding: 20px 15px;
  text-align: center;
}

@media screen and (min-width: 415px) {
  .p-page__info {
    padding: 30px 20px;
  }
}

@media screen and (min-width: 990px) {
  .p-page__info {
    padding: 60px;
  }
}

@media screen and (min-width: 1245px) {
  .p-page__info {
    padding: 60px calc((100vw - 820px)/ 2);
  }
}

.p-page__workflow section {
  background: #f6f6f6;
  padding: 20px 15px;
}

.p-page__workflow section:nth-of-type(2n) {
  background: white;
}

.p-page__workflow section h2 {
  color: #666666;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}

.p-page__workflow section h2::before {
  content: '';
  display: block;
  height: 120px;
  margin: -120px 0 0;
  visibility: hidden;
}

@media screen and (min-width: 415px) {
  .p-page__workflow section {
    padding: 30px 20px;
  }
  .p-page__workflow section h2 {
    font-size: 20px;
  }
}

@media screen and (min-width: 990px) {
  .p-page__workflow section {
    padding: 60px;
  }
  .p-page__workflow section h2 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1245px) {
  .p-page__workflow section {
    padding: 60px calc((100vw - 1000px)/ 2);
  }
}

.p-page .p-page__workflow section > section {
  background: 0 0;
}

.p-page__workflow section h2 + p {
  margin: 30px 0 0;
  text-align: center;
}

@media screen and (min-width: 990px) {
  .p-page__workflow section h2 + p {
    margin: 50px 0 0;
  }
}

.p-page__block--workflow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 0;
}

.p-page__block--workflow img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

.p-page__block--workflow * + p {
  letter-spacing: .8px;
  line-height: 1.6;
  margin: 30px 0 0;
}

.p-page__block--workflow * + figure {
  margin: 30px 0 0;
}

.p-page__block--workflow figcaption {
  text-align: center;
}

@media screen and (min-width: 600px) {
  .p-page__block--workflow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-page__block--workflow figure {
    width: calc(50% - 10px);
  }
  .p-page__block--workflow p {
    margin: 0;
    width: calc(50% - 10px);
  }
}

@media screen and (min-width: 990px) {
  .p-page__block--workflow {
    margin: 50px 0 0;
  }
  .p-page__block--workflow figure {
    margin: 0;
    width: calc(50% - 20px);
  }
  .p-page__block--workflow p {
    width: calc(50% - 20px);
  }
}

.p-page__block--three {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 0;
}

.p-page__block--three section {
  padding: 15px;
}

.p-page__block--three a {
  color: #999;
  text-decoration: underline;
}

.p-page__block--three figure {
  text-align: center;
}

.p-page__block--three figure svg {
  height: 150px;
  vertical-align: bottom;
  width: 150px;
}

.p-page__block--three h3 {
  color: #666;
  text-align: center;
}

.p-page__block--three h3 + p {
  letter-spacing: .8px;
  line-height: 1.6;
  margin: 10px 0 0;
}

@media screen and (min-width: 415px) {
  .p-page__block--three section {
    padding: 10px 15px 20px;
  }
}

@media screen and (min-width: 600px) {
  .p-page__block--three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-page__block--three section {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-page__block--three figure {
    margin: 0 10px 0 0;
  }
}

@media screen and (min-width: 900px) {
  .p-page__block--three section {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    padding: 20px;
    width: calc(100% / 3);
  }
  .p-page__block--three figure {
    margin: 0;
  }
  .p-page__block--three figure svg {
    height: 200px;
    width: 200px;
  }
}

@media screen and (min-width: 990px) {
  .p-page__block--three {
    margin: 50px 0 0;
  }
  .p-page__block--three section {
    padding: 30px;
  }
}

@media screen and (min-width: 1245px) {
  .p-page__block--three section {
    padding: 30px;
  }
}

.p-page__block--four {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 0;
}

.p-page__block--four section {
  padding: 15px;
  width: 100%;
}

.p-page__block--four section:nth-of-type(3) figure svg {
  stroke: #3498db;
}

.p-page__block--four figure {
  text-align: center;
}

.p-page__block--four figure svg {
  fill: #3498db;
  height: 70px;
  vertical-align: bottom;
  width: 70px;
}

.p-page__block--four h3 + p {
  letter-spacing: .8px;
  line-height: 1.6;
  margin: 10px 0 0;
}

@media screen and (min-width: 415px) {
  .p-page__block--four section {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px 20px;
  }
  .p-page__block--four figure {
    margin: 0 10px 0 0;
  }
}

@media screen and (min-width: 600px) {
  .p-page__block--four {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 767px) {
  .p-page__block--four section {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
  }
}

@media screen and (min-width: 990px) {
  .p-page__block--four {
    margin: 50px 0 0;
  }
  .p-page__block--four section {
    padding: 30px;
  }
}

@media screen and (min-width: 1245px) {
  .p-page__block--four section {
    padding: 30px;
  }
}

.p-page__workflow .p-page__block--four section {
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-page__workflow .p-page__block--four section:nth-of-type(2n+1) {
  background: #fff;
}

@media screen and (min-width: 900px) {
  .p-page__workflow .p-page__block--four section {
    background: none;
  }
  .p-page__workflow .p-page__block--four section:nth-of-type(2n+1) {
    background: none;
  }
  .p-page__workflow .p-page__block--four section:first-of-type {
    background: #fff;
  }
  .p-page__workflow .p-page__block--four section:last-of-type {
    background: #fff;
  }
}

.p-page__inner {
  margin: 10px 0 0;
}

.p-page__inner > h3 {
  font-size: 1.17em;
  font-weight: bold;
}

.p-post-case__wysiwyg span {
  padding-right: 1em;
  font-weight: bold;
}

.p-post-case__wysiwyg h2 {
  color: #9b9b9b;
  font-weight: bold;
}

@media only screen and (max-width: 736px) {
  .p-post-case__wysiwyg h2 {
    margin: 30px 0;
    font-size: 18px;
    text-align: center;
  }
}

@media only screen and (min-width: 737px) {
  .p-post-case__wysiwyg h2 {
    margin: 40px 0;
    font-size: 23px;
    text-align: left;
  }
}

.p-post-case__wysiwyg h3 {
  font-weight: 700;
}

@media only screen and (max-width: 736px) {
  .p-post-case__wysiwyg h3 {
    margin: 30px 0 15px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 737px) {
  .p-post-case__wysiwyg h3 {
    margin: 40px 0 15px;
    font-size: 18px;
  }
}

.p-post-case__wysiwyg h3::before {
  padding-right: 5px;
  content: "ー";
}

.p-post-case__wysiwyg p {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.8;
}

.p-post-case__wysiwyg img {
  display: block;
  height: auto;
}

@media only screen and (max-width: 736px) {
  .p-post-case__wysiwyg img {
    width: auto !important;
    max-width: 100vw !important;
    margin: 20px -15px;
  }
}

@media only screen and (min-width: 737px) {
  .p-post-case__wysiwyg img {
    max-width: 100%;
    margin: 30px auto;
  }
}

.p-post-case__wysiwyg a:not(.c-btn) {
  color: #3b9aff;
  text-decoration: underline;
}

.p-post-case__wysiwyg a:not(.c-btn):hover {
  color: #5bace2;
}

.p-post-case__wysiwyg .wp-caption {
  max-width: 100%;
  margin: auto;
}

@media only screen and (max-width: 736px) {
  .p-post-case__wysiwyg .wp-caption {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 737px) {
  .p-post-case__wysiwyg .wp-caption {
    margin-bottom: 40px;
  }
}

.p-post-case__wysiwyg .wp-caption img {
  margin-bottom: 0;
}

.p-post-case__wysiwyg .wp-caption .wp-caption-text {
  color: #333;
}

@media only screen and (max-width: 736px) {
  .p-post-case__wysiwyg .wp-caption .wp-caption-text {
    font-size: 13px;
    text-align: left;
  }
}

@media only screen and (min-width: 737px) {
  .p-post-case__wysiwyg .wp-caption .wp-caption-text {
    font-size: 17px;
  }
}

@media only screen and (max-width: 736px) {
  .p-post-case {
    margin: 0 auto 50px;
  }
}

@media only screen and (min-width: 737px) {
  .p-post-case {
    margin: 50px auto 100px;
  }
}

@media only screen and (max-width: 736px) {
  .p-post-case__inner {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 737px) {
  .p-post-case__inner {
    width: 750px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 736px) {
  .p-post-case__text-block-title {
    font-size: 18px;
  }
}

@media only screen and (min-width: 737px) {
  .p-post-case__text-block-title {
    margin-bottom: 30px;
    color: #4a4a4a;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
  }
}

@media only screen and (max-width: 736px) {
  .p-post-case__main-visual {
    margin: 20px -15px 0;
  }
}

.p-post-case__main-visual-img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 736px) {
  .p-post-case__info {
    padding: 15px 0 0 15px;
    border-left: 1px solid #979797;
  }
}

@media only screen and (min-width: 737px) {
  .p-post-case__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
  }
}

@media only screen and (max-width: 736px) {
  .p-post-case__info-title {
    margin: 15px 0 0;
    font-size: 14px;
  }
}

@media only screen and (min-width: 737px) {
  .p-post-case__info-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

.p-post-case__info-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2px 0;
}

@media only screen and (max-width: 736px) {
  .p-post-case__info-detail {
    font-size: 11px;
  }
}

@media only screen and (min-width: 737px) {
  .p-post-case__info-detail {
    font-size: 18px;
  }
}

.p-post-case__info-detail-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 8px;
}

@media only screen and (max-width: 736px) {
  .p-post-case__info-detail-title {
    width: 64px;
  }
}

@media only screen and (min-width: 737px) {
  .p-post-case__info-detail-title {
    width: 96px;
  }
}

.p-post-case__info-detail-title::after {
  content: ":";
}

.p-post-case__info-detail-body {
  word-break: break-all;
}

@media only screen and (min-width: 737px) {
  .p-post-case__info-detail-body {
    font-size: 18px;
  }
}

.p-post-case__info-detail-body a {
  color: #3b9aff;
  text-decoration: underline;
}

.p-post-case__info-detail-body a:hover {
  color: #5bace2;
}

@media only screen and (min-width: 737px) {
  .p-post-case__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 230px;
    margin-right: 25px;
    padding-right: 25px;
    border-right: 1px solid #979797;
  }
}

@media only screen and (max-width: 736px) {
  .p-post-case__logo img {
    max-width: 100%;
    max-height: 35px;
  }
}

@media only screen and (min-width: 737px) {
  .p-post-case__logo img {
    max-width: 100%;
    max-height: 100px;
  }
}

@media only screen and (max-width: 736px) {
  .p-post-case__categories {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 737px) {
  .p-post-case__categories {
    margin-top: 15px;
  }
}

.p-post-case__category {
  display: inline-block;
  margin: 0 4px 4px 0;
  border: solid 1px currentColor;
  border-radius: 15px;
  color: #3498db;
}

@media only screen and (max-width: 736px) {
  .p-post-case__category {
    padding: 2px 8px;
    font-size: 10px;
  }
}

@media only screen and (min-width: 737px) {
  .p-post-case__category {
    padding: 3px 10px;
    font-size: 14px;
  }
}

.p-post-case__description {
  font-size: 14px;
}

@media only screen and (max-width: 736px) {
  .p-post-case__description {
    margin-top: 30px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 737px) {
  .p-post-case__description {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 736px) {
  .p-post-case__description p {
    line-height: 1.5;
  }
}

@media only screen and (min-width: 737px) {
  .p-post-case__description p {
    line-height: 2.1;
  }
}

.p-post-case__additional-info {
  margin: 20px 0;
}

.p-case-post__points {
  background: #f5f5f4;
}

@media only screen and (max-width: 736px) {
  .p-case-post__points {
    margin: 15px 0;
    padding: 10px 0;
  }
}

@media only screen and (min-width: 737px) {
  .p-case-post__points {
    margin: 50px 0;
    padding: 30px 0;
  }
}

@media only screen and (max-width: 736px) {
  .p-post-post__points-inner {
    padding-right: 15px;
  }
}

@media only screen and (min-width: 737px) {
  .p-post-post__points-inner {
    width: 750px;
    margin: 0 auto;
  }
}

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

@media only screen and (max-width: 736px) {
  .p-case-post__points-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 27px 0;
  }
}

@media only screen and (min-width: 737px) {
  .p-case-post__points-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 15px 0;
  }
}

.p-case-post__points-index--1,
.p-case-post__points-index--2,
.p-case-post__points-index--3 {
  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;
  color: #fff;
  font-weight: bold;
}

@media only screen and (max-width: 736px) {
  .p-case-post__points-index--1,
  .p-case-post__points-index--2,
  .p-case-post__points-index--3 {
    width: 62px;
    height: 66px;
    margin: 0 25px 0 0;
    padding: 5px;
    border-radius: 0 31px 31px 0;
    font-size: 12px;
    letter-spacing: 0.42px;
  }
}

@media only screen and (min-width: 737px) {
  .p-case-post__points-index--1,
  .p-case-post__points-index--2,
  .p-case-post__points-index--3 {
    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;
    width: 80px;
    height: 80px;
    margin: 0 37px 0 0;
    padding: 10px;
    border-radius: 10px 40px 40px 10px;
    font-size: 14px;
    letter-spacing: 0.53px;
  }
}

.p-case-post__points-index--1 {
  background-color: #9f9f9f;
}

.p-case-post__points-index--2 {
  background-color: #4a90e2;
}

.p-case-post__points-index--3 {
  background-color: #98c566;
}

.p-case-post__points-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  list-style-type: disc;
}

.p-case-post__points-list li {
  color: #333;
}

@media only screen and (max-width: 736px) {
  .p-case-post__points-list li {
    font-size: 12px;
    letter-spacing: 0.34px;
  }
}

@media only screen and (min-width: 737px) {
  .p-case-post__points-list li {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.39px;
  }
}

@media only screen and (max-width: 736px) {
  .p-related-cases {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media only screen and (min-width: 737px) {
  .p-related-cases {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 736px) {
  .p-related-cases__head {
    margin: 0 0 10px;
  }
}

@media only screen and (min-width: 737px) {
  .p-related-cases__head {
    margin: 0 0 20px;
  }
}

@media only screen and (max-width: 736px) {
  .p-related-cases__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 122px;
    padding: 4px;
    background-color: #fff;
  }
}

@media only screen and (min-width: 737px) {
  .p-related-cases__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 182px;
    padding: 20px;
    background-color: #fff;
  }
}

@media only screen and (max-width: 736px) {
  .p-related-cases__item:hover {
    background-color: rgba(94, 163, 190, 0.2);
    color: initial;
  }
}

@media only screen and (min-width: 737px) {
  .p-related-cases__item:hover {
    background-color: rgba(94, 163, 190, 0.2);
    color: initial;
  }
}

@media only screen and (max-width: 736px) {
  .p-related-cases__item:hover > .p-related-cases__button {
    background-color: initial;
  }
}

@media only screen and (min-width: 737px) {
  .p-related-cases__item:hover > .p-related-cases__button {
    background-color: initial;
  }
}

@media only screen and (max-width: 736px) {
  .p-related-cases__img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 160px;
    height: auto;
  }
}

@media only screen and (min-width: 737px) {
  .p-related-cases__img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 213px;
    height: 142px;
  }
}

@media only screen and (max-width: 736px) {
  .p-related-cases__heading {
    font-size: 12px;
    font-weight: 700;
  }
}

@media only screen and (min-width: 737px) {
  .p-related-cases__heading {
    font-size: 16px;
    font-weight: 700;
  }
}

@media only screen and (max-width: 736px) {
  .p-related-cases__description {
    width: calc(100% - 192px);
    padding: 6px 10px;
    color: #666;
    font-size: 10px;
  }
}

@media only screen and (min-width: 737px) {
  .p-related-cases__description {
    width: 233px;
    padding: 6px 10px;
    color: #666;
    font-size: 14px;
  }
}

@media only screen and (max-width: 736px) {
  .p-related-cases__button {
    position: relative;
    width: 32px;
    background-color: #d1d1d1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

@media only screen and (min-width: 737px) {
  .p-related-cases__button {
    position: relative;
    width: 32px;
    background-color: #d1d1d1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

@media only screen and (max-width: 736px) {
  .p-related-cases__button > img {
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 15px;
    margin: auto;
  }
}

@media only screen and (min-width: 737px) {
  .p-related-cases__button > img {
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 15px;
    margin: auto;
  }
}

@media only screen and (max-width: 736px) {
  .p-related-cases-wrap {
    padding: 30px 15px;
  }
}

@media only screen and (min-width: 737px) {
  .p-related-cases-wrap {
    padding: 50px 0 40px;
  }
}

@media only screen and (max-width: 736px) {
  .p-related-cases-title {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
  }
}

@media only screen and (min-width: 737px) {
  .p-related-cases-title {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
  }
}

@media only screen and (max-width: 736px) {
  .p-related-cases__notes {
    margin: 5px 0 0;
    font-size: 11px;
    letter-spacing: 0.38px;
    text-align: center;
  }
}

@media only screen and (min-width: 737px) {
  .p-related-cases__notes {
    margin: 10px 0 0;
    font-size: 11px;
    letter-spacing: 0.38px;
    text-align: center;
  }
}

.p-related {
  background: #f6f6f6;
  padding: 20px 15px;
}

@media screen and (min-width: 415px) {
  .p-related {
    padding: 20px 20px 30px;
  }
}

@media screen and (min-width: 990px) {
  .p-related {
    padding: 40px 20px 60px;
  }
}

.p-related--solution {
  background: #f6f6f6;
  padding: 20px 15px;
}

@media screen and (min-width: 415px) {
  .p-related--solution {
    padding: 20px 20px 30px;
  }
}

@media screen and (min-width: 990px) {
  .p-related--solution {
    padding: 40px 20px 60px;
  }
}

.p-related__title {
  color: #666666;
  font-size: 20px;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .p-related__title {
    font-size: 24px;
  }
}

.p-related__container {
  margin: 20px auto 0;
  max-width: 1000px;
}

@media screen and (min-width: 600px) {
  .p-related__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 767px) {
  .p-related__container {
    margin: 30px auto 0;
  }
}

@media screen and (min-width: 990px) {
  .p-related__container {
    margin: 40px auto 0;
  }
}

.p-related__article {
  background: white;
  border-radius: 3px;
  margin: 20px 0 0;
}

.p-related__article:first-of-type {
  margin: 0;
}

@media screen and (min-width: 600px) {
  .p-related__article {
    margin: 0;
    width: calc(50% - 10px);
  }
}

.p-related__article--solution {
  background: white;
  border-radius: 3px;
  margin: 20px 0 0;
}

.p-related__article--solution:first-of-type {
  margin: 0;
}

@media screen and (min-width: 600px) {
  .p-related__article--solution {
    margin: 0;
    width: calc(50% - 10px);
  }
}

.p-related__a {
  border: solid 1px #dddddd;
  display: block;
  padding: 15px;
}

@media screen and (min-width: 415px) {
  .p-related__a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 600px) {
  .p-related__a {
    display: block;
  }
}

@media screen and (min-width: 767px) {
  .p-related__a {
    padding: 20px;
  }
}

@media screen and (min-width: 900px) {
  .p-related__a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-related__a:hover {
  background: rgba(52, 152, 219, 0.2);
  border-color: rgba(52, 152, 219, 0.2);
}

.p-related__a--solution {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #dddddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 15px;
}

@media screen and (min-width: 767px) {
  .p-related__a--solution {
    padding: 20px;
  }
}

.p-related__a--solution:hover {
  background: rgba(52, 152, 219, 0.2);
  border-color: rgba(52, 152, 219, 0.2);
}

.p-related__figure {
  position: relative;
}

.p-related__figure::before {
  content: '';
  display: block;
  padding: 56.25% 0 0;
}

@media screen and (min-width: 415px) {
  .p-related__figure {
    width: calc(50% - 15px);
  }
}

@media screen and (min-width: 600px) {
  .p-related__figure {
    width: auto;
  }
}

@media screen and (min-width: 900px) {
  .p-related__figure {
    width: calc(50% - 10px);
  }
}

.p-related__figure--solution {
  position: relative;
  width: calc(100% / 3 - 15px);
}

.p-related__figure--solution::before {
  content: '';
  display: block;
  padding: 100% 0 0;
}

@media screen and (min-width: 415px) {
  .p-related__figure--solution {
    width: calc(100% / 3 - 15px);
  }
  .p-related__figure--solution::before {
    padding: 56.25% 0 0;
  }
}

.p-related__img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  vertical-align: bottom;
  width: 100%;
}

.p-related__img--solution {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: bottom;
  width: 100%;
}

@media screen and (min-width: 415px) {
  .p-related__img--solution {
    height: 80px;
    width: 80px;
  }
}

.p-related__guide {
  color: #666666;
  margin: 20px 0 0;
}

@media screen and (min-width: 415px) {
  .p-related__guide {
    margin: 0;
    width: 50%;
  }
}

@media screen and (min-width: 600px) {
  .p-related__guide {
    margin: 20px 0 0;
    width: auto;
  }
}

@media screen and (min-width: 900px) {
  .p-related__guide {
    margin: 0;
    width: calc(50% - 10px);
  }
}

.p-related__guide--solution {
  color: #666666;
  width: calc(100% / 3 * 2);
}

@media screen and (min-width: 415px) {
  .p-related__guide--solution {
    width: calc(100% / 3 * 2);
  }
}

.p-related__subtitle {
  font-size: 16px;
  line-height: 1.4;
}

@media screen and (min-width: 767px) {
  .p-related__subtitle {
    font-size: 18px;
  }
}

@media screen and (min-width: 900px) {
  .p-related__subtitle {
    font-size: 16px;
  }
}

.p-related__subtitle--solution {
  font-size: 16px;
  line-height: 1.4;
}

@media screen and (min-width: 767px) {
  .p-related__subtitle--solution {
    font-size: 18px;
  }
}

@media screen and (min-width: 900px) {
  .p-related__subtitle--solution {
    font-size: 16px;
  }
}

.p-related__company {
  font-size: 13px;
  margin: 10px 0 0;
}

@media screen and (min-width: 990px) {
  .p-related__company {
    margin: 20px 0 0;
  }
}

.p-related__company--solution {
  font-size: 13px;
  letter-spacing: -.7px;
  margin: 10px 0 0;
}

@media screen and (min-width: 990px) {
  .p-related__company--solution {
    margin: 20px 0 0;
  }
}

.p-related__list::before {
  content: '/';
  margin: 0 5px;
}

.p-related__list:first-of-type::before {
  content: none;
}

.p-related__text {
  font-size: 14px;
  line-height: 1.71;
  margin: 20px 0 0;
  text-align: justify;
}

@media screen and (min-width: 990px) {
  .p-related__text {
    margin: 30px 0 0;
  }
}

.p-related__summary {
  margin: 40px 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-related__top,
a.p-related__top {
  display: inline-block;
  border: 2px solid #50e3c2;
  border-radius: 30px;
  padding: 6px 16px;
  background-color: #50e3c2;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 10px auto 0;
}

@media only screen and (min-width: 737px) {
  .p-related__top,
  a.p-related__top {
    padding: 10px 20px;
    width: 230px;
    font-size: 17px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  .p-related__top:hover,
  a.p-related__top:hover {
    border: 2px solid #54b99d;
    background-color: #fff;
    color: #17b491;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
}

.p-support {
  padding: 30px 0;
  background-color: #3498db;
}

@media only screen and (min-width: 737px) {
  .p-support {
    padding: 65px 0 55px;
  }
}

.p-support__inner {
  padding: 0 15px;
  width: 100%;
}

@media only screen and (min-width: 737px) {
  .p-support__inner {
    margin: 0 auto;
    padding: 0;
    width: 1100px;
  }
}

.p-support__title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .p-support__title {
    font-size: 24px;
    font-weight: bold;
  }
}

.p-support__lead {
  margin-top: 20px;
  font-size: 15px;
  color: #fff;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .p-support__lead {
    margin-top: 30px;
    font-size: 24px;
    font-weight: bold;
  }
}

.p-support__sublead {
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .p-support__sublead {
    margin-top: 10px;
    font-size: 19px;
    font-weight: bold;
  }
}

.p-support__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

@media only screen and (min-width: 737px) {
  .p-support__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
    padding: 0 100px;
  }
}

.p-support__item {
  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: 10px auto 0;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 20px 10px;
  width: 140px;
  height: 140px;
}

@media only screen and (min-width: 737px) {
  .p-support__item {
    margin: 20px auto 0;
    padding: 33px 27px;
    width: 240px;
    height: 240px;
  }
}

.p-support__icon {
  color: #fff;
  text-align: center;
}

.p-support__icon img {
  width: 30px;
  height: auto;
}

@media only screen and (min-width: 737px) {
  .p-support__icon img {
    width: 45px;
    height: auto;
  }
}

.p-support__category {
  margin-top: 10px;
  padding-bottom: 8px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .p-support__category {
    margin-top: 15px;
    padding-bottom: 10px;
    font-size: 20px;
  }
}

.p-support__text {
  margin-top: 15px;
  padding: 0;
  line-height: 1.4;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .p-support__text {
    padding: 0 5px;
    font-size: 14px;
    font-weight: normal;
  }
}

.p-support__notice {
  margin-top: 30px;
  color: #fff;
}

@media only screen and (min-width: 737px) {
  .p-support__notice {
    margin-top: 40px;
    text-align: center;
  }
}

.p-valuepack {
  padding: 20px;
}

@media only screen and (min-width: 737px) {
  .p-valuepack {
    padding: 80px 0;
  }
}

.p-valuepack__spbanner img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 737px) {
  .p-valuepack__spbanner {
    display: none;
  }
}

.p-valuepack__inner {
  display: none;
  margin: auto;
  width: 960px;
}

@media only screen and (min-width: 737px) {
  .p-valuepack__inner {
    display: block;
  }
}

.p-valuepack__banner {
  display: block;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#158a92), to(#2474a1));
  background-image: -webkit-linear-gradient(top, #158a92, #2474a1);
  background-image: linear-gradient(to bottom, #158a92, #2474a1);
}

.p-valuepack__banner:hover {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.p-valuepack__banner:hover .p-valuepack__btn {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.p-valuepack__head {
  border-radius: 8px 8px 0 0;
  padding: 15px 0 25px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.p-valuepack__head span {
  margin-right: 20px;
}

.p-valuepack__head img {
  width: 47px;
  height: 44px;
}

.p-valuepack__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-valuepack__summary {
  padding: 15px 0 15px 30px;
}

.p-valuepack__pcimg {
  text-align: center;
}

.p-valuepack__pcimg img {
  width: 350px;
  height: auto;
}

.p-valuepack__lead {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.4;
}

.p-valuepack__info {
  padding: 50px 50px 35px 0;
  width: 500px;
}

.p-valuepack__wrap {
  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;
  height: 100%;
  text-align: center;
}

.p-valuepack__title {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
}

.p-valuepack__title span {
  margin-right: 10px;
}

.p-valuepack__text {
  margin-top: 10px;
  color: #fff;
  font-size: 20px;
  text-align: left;
}

.p-valuepack__label {
  margin-top: 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.p-valuepack__label--large {
  margin-left: 10px;
  color: #ffabab;
  font-size: 54px;
  font-weight: bold;
  line-height: 1;
}

.p-valuepack__label--middle {
  margin-left: 8px;
  color: #ffabab;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
}

.p-valuepack__btn {
  display: block;
  margin-top: 37px;
}

.p-valuepack__btn span {
  display: block;
  border-radius: 24px;
  padding: 10px 0;
  background-color: #fff;
  color: #4a90e2;
  font-size: 18px;
}

.p-valuepack__float {
  display: none;
  position: fixed;
  left: 0;
  bottom: 20px;
}

.p-valuepack__float img {
  width: 145px;
  height: auto;
}

.p-valuepack__float a {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.p-valuepack__float a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.p-wf_docdl {
  margin: auto;
  max-width: 800px;
  padding: 20px 15px 0;
  text-align: center;
}

@media screen and (min-width: 415px) {
  .p-wf_docdl {
    padding: 20px 20px 0;
  }
}

@media screen and (min-width: 767px) {
  .p-wf_docdl {
    padding: 30px 30px 0;
  }
}

@media screen and (min-width: 990px) {
  .p-wf_docdl {
    padding: 60px 0 0;
  }
}

.p-wf_docdl__h2 {
  font-size: 20px;
}

@media screen and (min-width: 415px) {
  .p-wf_docdl__h2 br {
    display: none;
  }
}

.p-wf_docdl__text {
  margin: 20px;
}

.p-whitepaper-list {
  margin-top: 30px;
  padding-bottom: 45px;
}

@media only screen and (min-width: 737px) {
  .p-whitepaper-list {
    margin: 30px auto 0;
    padding-bottom: 65px;
  }
}

.p-whitepaper {
  padding-bottom: 32px;
}

@media only screen and (min-width: 737px) {
  .p-whitepaper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
    padding-bottom: 64px;
  }
}

@media only screen and (min-width: 737px) {
  .p-whitepaper__main {
    width: 530px;
  }
}

@media only screen and (min-width: 737px) {
  .p-whitepaper__form {
    width: 480px;
  }
}

.p-whitepaper__form-inner {
  border-radius: 10px;
  padding: 15px;
  background-color: #f6f6f6;
}

@media only screen and (min-width: 737px) {
  .p-whitepaper__form-inner {
    padding: 25px;
  }
}

.p-whitepaper__title {
  margin-bottom: 20px;
  color: #17194F;
  font-size: 28px;
  letter-spacing: 1px;
  text-align: center;
}

.p-whitepaper__figure {
  padding: 0 20px;
  text-align: center;
}

.p-whitepaper__image {
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  width: auto;
  max-height: 300px;
}

.p-whitepaper__content {
  margin: 40px 0;
}

@-webkit-keyframes FrameIn_InLow_hoppin {
  0%,
  60%,
  100% {
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
  }
  0% {
    left: calc(50% + 610px);
    bottom: -330px;
    opacity: 0;
  }
  60% {
    left: calc(50% + 460px);
    bottom: 0;
    opacity: 1;
  }
  100% {
    left: calc(50% + 460px);
    bottom: -10px;
  }
}

@keyframes FrameIn_InLow_hoppin {
  0%,
  60%,
  100% {
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
  }
  0% {
    left: calc(50% + 610px);
    bottom: -330px;
    opacity: 0;
  }
  60% {
    left: calc(50% + 460px);
    bottom: 0;
    opacity: 1;
  }
  100% {
    left: calc(50% + 460px);
    bottom: -10px;
  }
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

@media only screen and (min-width: 737px) {
  .u-pc-mt0 {
    margin-top: 0 !important;
  }
  .u-pc-mt5 {
    margin-top: 5px !important;
  }
  .u-pc-mt10 {
    margin-top: 10px !important;
  }
  .u-pc-mt15 {
    margin-top: 15px !important;
  }
  .u-pc-mt20 {
    margin-top: 20px !important;
  }
  .u-pc-mt30 {
    margin-top: 30px !important;
  }
  .u-pc-mt40 {
    margin-top: 40px !important;
  }
  .u-pc-mt50 {
    margin-top: 50px !important;
  }
  .u-pc-mt60 {
    margin-top: 60px !important;
  }
  .u-pc-mt70 {
    margin-top: 70px !important;
  }
  .u-pc-mt80 {
    margin-top: 80px !important;
  }
  .u-pc-mt90 {
    margin-top: 90px !important;
  }
  .u-pc-mt100 {
    margin-top: 100px !important;
  }
}

@media only screen and (max-width: 736px) {
  .u-sp-mt0 {
    margin-top: 0 !important;
  }
  .u-sp-mt5 {
    margin-top: 5px !important;
  }
  .u-sp-mt10 {
    margin-top: 10px !important;
  }
  .u-sp-mt15 {
    margin-top: 15px !important;
  }
  .u-sp-mt20 {
    margin-top: 20px !important;
  }
  .u-sp-mt30 {
    margin-top: 30px !important;
  }
  .u-sp-mt40 {
    margin-top: 40px !important;
  }
  .u-sp-mt50 {
    margin-top: 50px !important;
  }
  .u-sp-mt60 {
    margin-top: 60px !important;
  }
  .u-sp-mt70 {
    margin-top: 70px !important;
  }
  .u-sp-mt80 {
    margin-top: 80px !important;
  }
  .u-sp-mt90 {
    margin-top: 90px !important;
  }
}

.u-mb0 {
  margin-bottom: 0 !important;
}

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

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

.u-mb15 {
  margin-bottom: 15px !important;
}

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 737px) {
  .u-pc-mb0 {
    margin-bottom: 0 !important;
  }
  .u-pc-mb5 {
    margin-bottom: 5px !important;
  }
  .u-pc-mb10 {
    margin-bottom: 10px !important;
  }
  .u-pc-mb15 {
    margin-bottom: 15px !important;
  }
  .u-pc-mb20 {
    margin-bottom: 20px !important;
  }
  .u-pc-mb30 {
    margin-bottom: 30px !important;
  }
  .u-pc-mb40 {
    margin-bottom: 40px !important;
  }
  .u-pc-mb50 {
    margin-bottom: 50px !important;
  }
  .u-pc-mb60 {
    margin-bottom: 60px !important;
  }
  .u-pc-mb70 {
    margin-bottom: 70px !important;
  }
  .u-pc-mb80 {
    margin-bottom: 80px !important;
  }
  .u-pc-mb90 {
    margin-bottom: 90px !important;
  }
  .u-pc-mb100 {
    margin-bottom: 100px !important;
  }
}

@media only screen and (max-width: 736px) {
  .u-sp-mb0 {
    margin-bottom: 0 !important;
  }
  .u-sp-mb5 {
    margin-bottom: 5px !important;
  }
  .u-sp-mb10 {
    margin-bottom: 10px !important;
  }
  .u-sp-mb15 {
    margin-bottom: 15px !important;
  }
  .u-sp-mb20 {
    margin-bottom: 20px !important;
  }
  .u-sp-mb30 {
    margin-bottom: 30px !important;
  }
  .u-sp-mb40 {
    margin-bottom: 40px !important;
  }
  .u-sp-mb50 {
    margin-bottom: 50px !important;
  }
  .u-sp-mb60 {
    margin-bottom: 60px !important;
  }
  .u-sp-mb70 {
    margin-bottom: 70px !important;
  }
  .u-sp-mb80 {
    margin-bottom: 80px !important;
  }
  .u-sp-mb90 {
    margin-bottom: 90px !important;
  }
  .u-sp-mb100 {
    margin-bottom: 100px !important;
  }
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

@media only screen and (min-width: 737px) {
  .u-pc-pt0 {
    padding-top: 0 !important;
  }
  .u-pc-pt5 {
    padding-top: 5px !important;
  }
  .u-pc-pt10 {
    padding-top: 10px !important;
  }
  .u-pc-pt15 {
    padding-top: 15px !important;
  }
  .u-pc-pt20 {
    padding-top: 20px !important;
  }
  .u-pc-pt30 {
    padding-top: 30px !important;
  }
  .u-pc-pt40 {
    padding-top: 40px !important;
  }
  .u-pc-pt50 {
    padding-top: 50px !important;
  }
  .u-pc-pt60 {
    padding-top: 60px !important;
  }
  .u-pc-pt70 {
    padding-top: 70px !important;
  }
  .u-pc-pt80 {
    padding-top: 80px !important;
  }
  .u-pc-pt90 {
    padding-top: 90px !important;
  }
  .u-pc-pt100 {
    padding-top: 100px !important;
  }
}

@media only screen and (max-width: 736px) {
  .u-sp-pt0 {
    padding-top: 0 !important;
  }
  .u-sp-pt5 {
    padding-top: 5px !important;
  }
  .u-sp-pt10 {
    padding-top: 10px !important;
  }
  .u-sp-pt15 {
    padding-top: 15px !important;
  }
  .u-sp-pt20 {
    padding-top: 20px !important;
  }
  .u-sp-pt30 {
    padding-top: 30px !important;
  }
  .u-sp-pt40 {
    padding-top: 40px !important;
  }
  .u-sp-pt50 {
    padding-top: 50px !important;
  }
  .u-sp-pt60 {
    padding-top: 60px !important;
  }
  .u-sp-pt70 {
    padding-top: 70px !important;
  }
  .u-sp-pt80 {
    padding-top: 80px !important;
  }
  .u-sp-pt90 {
    padding-top: 90px !important;
  }
  .u-sp-pt100 {
    padding-top: 100px !important;
  }
}

.u-pb0 {
  padding-bottom: 0 !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

@media only screen and (min-width: 737px) {
  .u-pc-pb0 {
    padding-bottom: 0 !important;
  }
  .u-pc-pb5 {
    padding-bottom: 5px !important;
  }
  .u-pc-pb10 {
    padding-bottom: 10px !important;
  }
  .u-pc-pb15 {
    padding-bottom: 15px !important;
  }
  .u-pc-pb20 {
    padding-bottom: 20px !important;
  }
  .u-pc-pb30 {
    padding-bottom: 30px !important;
  }
  .u-pc-pb40 {
    padding-bottom: 40px !important;
  }
  .u-pc-pb50 {
    padding-bottom: 50px !important;
  }
  .u-pc-pb60 {
    padding-bottom: 60px !important;
  }
  .u-pc-pb70 {
    padding-bottom: 70px !important;
  }
  .u-pc-pb80 {
    padding-bottom: 80px !important;
  }
  .u-pc-pb90 {
    padding-bottom: 90px !important;
  }
  .u-pc-pb100 {
    padding-bottom: 100px !important;
  }
}

@media only screen and (max-width: 736px) {
  .u-sp-pb0 {
    padding-bottom: 0 !important;
  }
  .u-sp-pb5 {
    padding-bottom: 5px !important;
  }
  .u-sp-pb10 {
    padding-bottom: 10px !important;
  }
  .u-sp-pb15 {
    padding-bottom: 15px !important;
  }
  .u-sp-pb20 {
    padding-bottom: 20px !important;
  }
  .u-sp-pb30 {
    padding-bottom: 30px !important;
  }
  .u-sp-pb40 {
    padding-bottom: 40px !important;
  }
  .u-sp-pb50 {
    padding-bottom: 50px !important;
  }
  .u-sp-pb60 {
    padding-bottom: 60px !important;
  }
  .u-sp-pb70 {
    padding-bottom: 70px !important;
  }
  .u-sp-pb80 {
    padding-bottom: 80px !important;
  }
  .u-sp-pb90 {
    padding-bottom: 90px !important;
  }
  .u-sp-pb100 {
    padding-bottom: 100px !important;
  }
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-va-t {
  vertical-align: top !important;
}

.u-va-m {
  vertical-align: middle !important;
}

.u-va-b {
  vertical-align: bottom !important;
}

.u-pos-r {
  position: relative !important;
}

.u-pos-a {
  position: absolute !important;
}

.u-show {
  display: block !important;
}

.u-hide {
  display: none !important;
}

.u-visible {
  visibility: visible !important;
}

.u-invisible {
  visibility: hidden !important;
}

.u-cfx {
  *zoom: 1;
}

.u-cfx:before, .u-cfx:after {
  content: "";
  display: table;
}

.u-cfx:after {
  clear: both;
}

@media only screen and (min-width: 737px) {
  .u-pc-none {
    display: none !important;
  }
}

@media only screen and (max-width: 736px) {
  .u-sp-none {
    display: none !important;
  }
}

.u-bg-white {
  background-color: #fff;
}

.u-bg-gray {
  background-color: #e4e4e4;
}

.u-bg-lightgray {
  background-color: #f9f9f9;
}

.u-bg-lightgreen {
  background-color: #eaf6f5;
}

.u-bg-lightblue {
  background-color: #d3e6fd;
}

.u-bg-gradation_green {
  background-image: -webkit-linear-gradient(153deg, #b6fff3, #d7f5ba);
  background-image: linear-gradient(297deg, #b6fff3, #d7f5ba);
}

.u-bg-white {
  background-color: #fff !important;
}

.u-bg-gray {
  background-color: #e4e4e4 !important;
}

.u-bg-orange {
  background-color: #ff822d !important;
}

.u-bg-lightgray {
  background-color: #f9f9f9 !important;
}

.u-bg-lightgreen {
  background-color: #eaf6f5 !important;
}

.u-bg-lightblue {
  background-color: #d3e6fd !important;
}

.u-bg-gradation_green-blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#69c2ba), to(#50a0fa));
  background-image: -webkit-linear-gradient(left, #69c2ba, #50a0fa);
  background-image: linear-gradient(to right, #69c2ba, #50a0fa);
}

.u-bg-gradation_light-blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#fafcff), to(#dfe8f4));
  background-image: -webkit-linear-gradient(left, #fafcff, #dfe8f4);
  background-image: linear-gradient(to right, #fafcff, #dfe8f4);
}

.u-shadow {
  -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.42) !important;
          box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.42) !important;
}

/* 共通コンポーネント */
/**
 * Copyright (c) 2016 Connor Atherton
 *
 * All animations must live in their own file
 * in the animations directory and be included
 * here.
 *
 */
/**
 * Styles shared by multiple animations
 */
/**
 * Dots
 */
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.ball-clip-rotate > div {
  background-color: #666;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  border: 2px solid #666;
  border-bottom-color: transparent;
  height: 50px;
  width: 50px;
  background: transparent !important;
  display: inline-block;
  -webkit-animation: rotate 0.75s 0s linear infinite;
          animation: rotate 0.75s 0s linear infinite;
}

@-webkit-keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.ball-spin-fade-loader {
  position: relative;
  display: inline-block;
  top: -10px;
}

.ball-spin-fade-loader > div:nth-child(1) {
  top: 25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear;
          animation: ball-spin-fade-loader 1s -0.96s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(2) {
  top: 17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;
          animation: ball-spin-fade-loader 1s -0.84s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear;
          animation: ball-spin-fade-loader 1s -0.72s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(4) {
  top: -17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear;
          animation: ball-spin-fade-loader 1s -0.6s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(5) {
  top: -25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear;
          animation: ball-spin-fade-loader 1s -0.48s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(6) {
  top: -17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear;
          animation: ball-spin-fade-loader 1s -0.36s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear;
          animation: ball-spin-fade-loader 1s -0.24s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(8) {
  top: 17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear;
          animation: ball-spin-fade-loader 1s -0.12s infinite linear;
}

.ball-spin-fade-loader > div {
  background-color: #666;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: absolute;
}

.jbc-heading {
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1em;
}

.jbc-heading--2 {
  color: #4a90e2;
}

@media only screen and (min-width: 737px) {
  .jbc-heading--2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 736px) {
  .jbc-heading--2 {
    font-size: 24px;
  }
}

.jbc-heading--3 {
  color: #333;
}

@media only screen and (min-width: 737px) {
  .jbc-heading--3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 736px) {
  .jbc-heading--3 {
    font-size: 18px;
  }
}

/*********************************************
 * basic
 *********************************************/
.jbc-btn {
  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;
  padding: 0.6em 1.2em;
  border: 2px solid;
  border-color: #17b491;
  border-radius: 1000px;
  background-color: #17b491;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (min-width: 737px) {
  .jbc-btn {
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
}

@media only screen and (min-width: 737px) {
  .jbc-btn:not(:disabled):hover {
    background-color: #fff;
    color: #17b491;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
}

@media only screen and (min-width: 737px) {
  .jbc-btn:disabled {
    cursor: no-drop;
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
  }
}

/*********************************************
 * themes
 *********************************************/
.jbc-btn--white {
  border-color: #979797;
  background-color: #fff;
  color: #666;
}

.jbc-btn--white:hover {
  border-color: #17b491;
}

.jbc-btn--blue {
  border-color: #4a90e2;
  background-color: #4a90e2;
}

.jbc-btn--blue:not(:disabled):hover {
  color: #4a90e2;
}

.jbc-btn--orange {
  border-color: #ff822d;
  background-color: #ff822d;
}

.jbc-btn--orange:not(:disabled):hover {
  color: #ff822d;
}

.jbc-btn--orange-grad {
  background-image: -webkit-linear-gradient(347deg, #fad961 -86%, #ff4000 146%, #ff4000 146%);
  background-image: linear-gradient(103deg, #fad961 -86%, #ff4000 146%, #ff4000 146%);
  border-color: #f4a271;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

.jbc-btn--orange-grad:not(:disabled):hover {
  color: #ffffff;
  opacity: 0.7;
}

.jbc-btn--deepblue {
  border-color: #3498db;
  background-color: #3498db;
}

.jbc-btn--deepblue:not(:disabled):hover {
  color: #3498db;
}

/*********************************************
 * font-size
 *********************************************/
@media only screen and (max-width: 736px) {
  .jbc-btn--f-large {
    font-size: 14px;
  }
}

@media only screen and (min-width: 737px) {
  .jbc-btn--f-large {
    font-size: 25px;
  }
}

/*********************************************
 * widths
 *********************************************/
.jbc-btn--w-medium {
  max-width: 250px;
}

.jbc-btn--w-full {
  width: 100%;
}

/*********************************************
 * special
 *********************************************/
@media only screen and (max-width: 736px) {
  .jbc-btn--header {
    padding: 3px 25px;
    font-size: 10px;
  }
}

/*********************************************
 * additional
 *********************************************/
.jbc-btn--shadow {
  -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.42);
          box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.42);
}

.jbc-label {
  padding: 0.3em 0.5em;
  font-size: 11px;
  font-weight: bold;
  color: #333;
  background-color: #ccc;
  margin-left: 10px;
  vertical-align: middle;
  border-radius: 3px;
}

.jbc-label--danger {
  color: #fff;
  background-color: #d0021b;
}

.jbc-loading {
  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;
}

.jbc-columns {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: auto;
  gap: 20px;
  width: 100%;
}

.jbc-form__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  gap: 30px;
  margin: 0 auto;
}

.jbc-form__request {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  gap: 20px;
  margin: 0 auto;
}

.jbc-form__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

@media only screen and (min-width: 737px) {
  .jbc-form__row {
    gap: 30px;
    -ms-grid-columns: 200px 1fr;
    grid-template-columns: 200px 1fr;
  }
}

@media only screen and (max-width: 736px) {
  .jbc-form__row {
    gap: 10px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

.jbc-form__row--vertical {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  gap: 5px;
}

.jbc-form__head {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 737px) {
  .jbc-form__head {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.jbc-form__head--start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.jbc-form__head--bold {
  color: #4a4a4a;
  font-weight: bold;
}

.jbc-form__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jbc-form__input {
  font-size: 16px;
  padding: 15px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ddd;
  color: #444;
}

@media only screen and (max-width: 736px) {
  .jbc-form__input--small {
    max-width: 100px;
  }
}

@media only screen and (min-width: 737px) {
  .jbc-form__input--small {
    max-width: 150px;
  }
}

@media only screen and (min-width: 737px) {
  .jbc-form__input--medium {
    max-width: 300px;
  }
}

@media only screen and (max-width: 736px) {
  .jbc-form__input--medium {
    max-width: 250px;
  }
}

.jbc-form__input-suffix {
  font-size: 16px;
  margin-left: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.jbc-form__divider {
  border-top: 1px solid #e8e8e8;
  margin: 15px 0;
}

.jbc-form__error {
  color: #d0021b;
  background: #ffdce0;
  margin-top: 20px;
  border-radius: 5px;
  padding: 10px;
  border-radius: 5px;
}

.jbc-form__lead {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #3498db;
  text-align: center;
}

.jbc-form__body .wpcf7-form-control-wrap {
  width: 100%;
}

.jbc-form__submit-wrap {
  position: relative;
  text-align: center;
}

.jbc-form__submit-wrap input[type=submit] {
  margin: 0;
  width: 100%;
  max-width: 260px;
  padding: 8px 20px;
  border: none;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  background-color: #1579b7;
  line-height: 1.5;
}

.jbc-form__submit-wrap input[type=submit][disabled] {
  opacity: 0.5;
}

.jbc-form__agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  font-size: 13px;
}

.jbc-form__agreement a {
  color: #333;
  text-decoration: underline;
}

.jbc-form__agreement a:hover {
  color: #3498db;
}

@media only screen and (min-width: 737px) {
  .jbc-form__agreement {
    display: block;
    text-align: center;
  }
}

.jbc-form__agreement-radio {
  margin-right: 5px;
}

.jbc-form__agreement-radio .wpcf7-list-item {
  margin: 0;
}

.jbc-form__agreement-radio .wpcf7-acceptance input {
  display: none;
}

.jbc-form__agreement-radio input {
  margin-right: 5px;
  vertical-align: middle;
}

.jbc-form__agreement-label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.jbc-form__agreement-label .wpcf7-list-item-label {
  position: absolute;
  top: -1px;
  left: -20px;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  background-color: #fff;
}

.jbc-form__agreement-label input:checked ~ .wpcf7-list-item-label {
  background: #3498db;
  border: 1px solid #3498db;
}

.jbc-form__agreement-label input:checked ~ .wpcf7-list-item-label:after {
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-faq {
  padding: 15px 0;
}

@media only screen and (min-width: 737px) {
  .c-faq {
    padding: 20px 0;
  }
}

.c-faq__container {
  padding: 0 20px;
}

@media only screen and (min-width: 737px) {
  .c-faq__container {
    width: 900px;
    margin: 0 auto;
    padding: 0;
  }
}

.c-faq__menu {
  margin-bottom: 15px;
}

.c-faq__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-faq__ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-faq__li {
  min-height: 40px;
  margin: 0 6px 6px 0;
  font-size: 12px;
}

@media only screen and (max-width: 736px) {
  .c-faq__li {
    width: calc(50% - 3px);
  }
  .c-faq__li:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
  .c-faq__li:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 737px) {
  .c-faq__li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    margin: 0 10px 0 0;
    font-size: unset;
  }
  .c-faq__li:last-child {
    margin-right: 0;
  }
}

.c-faq__link {
  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;
  padding: 10px;
  border-radius: 7px;
  background-color: #fff;
  color: #333;
}

@media only screen and (min-width: 737px) {
  .c-faq__link {
    min-height: 50px;
    border-radius: 35px;
  }
}

@media only screen and (min-width: 737px) {
  .c-faq__link:hover {
    background-color: #4a4a4a;
    color: #fff;
  }
}

.c-faq__link.is-active {
  background-color: #4a4a4a;
  color: #fff;
}

.c-faq__head {
  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;
  margin: 30px 0 20px;
}

@media only screen and (min-width: 737px) {
  .c-faq__head {
    margin: 50px 0 30px;
  }
}

.c-faq__title {
  padding: 6px 10px;
  border-left: 3px solid #1fb9d9;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.1;
}

@media only screen and (min-width: 737px) {
  .c-faq__title {
    padding-left: 15px;
    border-left-width: 7px;
    font-size: 20px;
  }
}

.c-faq__btn {
  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;
  padding: 3px 8px;
  border: solid 1px #ccc;
  border-radius: 2px;
  background: #fff;
  font-size: 11px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 737px) {
  .c-faq__btn {
    padding: 7px 12px;
    font-size: 14px;
    cursor: pointer;
  }
}

.c-faq__btn::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
  color: #0261b9;
  font-weight: bold;
  content: "+";
  -webkit-transition: inherit;
  transition: inherit;
}

.c-faq__btn:hover {
  background: #eee;
}

.c-faq__btn.is-open::after {
  color: #e84531;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-faq__dl {
  margin: 3px 0 0 0;
}

.c-faq__dt {
  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;
  padding: 15px 15px 15px 48px;
  border-radius: 2px;
  background-color: #f8f8f8;
  background-image: url("../img/common/icn/icn_qa_q.svg");
  background-repeat: no-repeat;
  background-position: center left 15px;
  background-size: 20px;
  font-size: 14px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 737px) {
  .c-faq__dt {
    padding: 13px 13px 13px 52px;
    background-size: 25px;
    font-size: 16px;
  }
}

.c-faq__dt::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  background: url("../img/common/img_caret-bottom_gray.svg") no-repeat right center/contain;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
}

.c-faq__dt:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}

.c-faq__dt.is-open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-faq__inner {
  margin-top: 15px;
  padding: 0 15px 40px 52px;
  background-image: url("../img/common/icn/icn_qa_a.svg");
  background-repeat: no-repeat;
  background-position: top left 15px;
  background-size: 20px;
  color: #4a4a4a;
  font-size: 13px;
  line-height: 1.7;
  word-break: break-all;
}

.c-faq__inner a {
  color: #4a90e2;
}

@media only screen and (min-width: 737px) {
  .c-faq__inner {
    background-size: 25px;
    font-size: 14px;
  }
}

.c-faq__link-btn-wrap {
  padding: 35px 0;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-faq__link-btn-wrap {
    padding: 65px 0;
  }
}

a.c-faq__link-btn {
  width: auto;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 500;
}

@media only screen and (max-width: 736px) {
  a.c-faq__link-btn {
    border-width: 1px;
  }
}

@media only screen and (min-width: 737px) {
  a.c-faq__link-btn {
    padding: 10px 50px;
    font-size: 18px;
    font-weight: bold;
  }
}

.c-faq-catsearch {
  background: #f1f0ed;
}

.c-faq-catsearch__inner {
  margin: 0 auto;
  padding: 20px;
}

@media only screen and (min-width: 737px) {
  .c-faq-catsearch__inner {
    width: 900px;
    padding: 20px 0 25px;
  }
}

.c-faq-catsearch__search-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-faq-catsearch__search-item {
  padding: 12px 6px;
  font-size: 12px;
  background: #fff;
  text-align: center;
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 7px;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

@media only screen and (min-width: 737px) {
  .c-faq-catsearch__search-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    cursor: pointer;
  }
}

.c-faq-catsearch__search-item::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-top-color: #fff;
  -webkit-transition: inherit;
  transition: inherit;
}

.c-faq-catsearch__search-item.is-active {
  background: #4a90e2;
  color: #fff;
}

.c-faq-catsearch__search-item.is-active::after {
  bottom: -20px;
  border-top-color: #4a90e2;
}

@media only screen and (min-width: 737px) {
  .c-faq-catsearch__search-item:hover {
    background: #4a90e2;
    color: #fff;
  }
}

.c-faq-catsearch__search-item:hover::after {
  bottom: -20px;
  border-top-color: #4a90e2;
}

@media only screen and (min-width: 737px) {
  .c-faq-catsearch__search-item {
    margin-right: 26px;
    font-size: 15px;
  }
  .c-faq-catsearch__search-item:last-child {
    margin-right: 0;
  }
}

.c-faq-catsearch__cat-list {
  text-align: center;
  position: relative;
}

.c-faq-catsearch__cat-list:not(:empty) {
  margin-top: 15px;
  margin-bottom: -6px;
}

@media only screen and (min-width: 737px) {
  .c-faq-catsearch__cat-list:not(:empty) {
    margin-top: 25px;
    margin-bottom: -15px;
  }
}

.c-faq-keyword {
  margin-top: 15px;
}

@media only screen and (min-width: 737px) {
  .c-faq-keyword {
    margin-top: 25px;
    margin-bottom: 5px;
  }
}

.c-faq-keyword__keyword {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media only screen and (min-width: 737px) {
  .c-faq-keyword__keyword {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 900px;
    margin: 0 auto;
  }
}

input[type=text].c-faq-keyword__form-text {
  width: 100%;
  height: 35px;
  border: solid 1px #aaa;
  border-radius: 2px;
  background-color: #fff;
  padding: 0 12px;
}

@media only screen and (min-width: 737px) {
  input[type=text].c-faq-keyword__form-text {
    width: 670px;
    height: 40px;
  }
}

.c-faq-keyword__form-submit {
  margin: 10px auto 0;
  border: none;
  border-radius: 39px;
  background-color: #2353a4;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.68px;
  line-height: 1.57;
  text-align: center;
  width: 200px;
  height: 35px;
}

.c-faq-keyword__form-submit:hover {
  color: #fff;
}

.c-faq-keyword__form-submit:disabled {
  opacity: 0.3;
}

@media only screen and (min-width: 737px) {
  .c-faq-keyword__form-submit {
    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: 0 auto;
    width: 200px;
    height: 45px;
    font-size: 21px;
  }
}

.c-faq-loading {
  margin: 30px 0;
  text-align: center;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}

@media only screen and (min-width: 737px) {
  .c-faq-loading {
    margin: 50px 0;
  }
}

.c-faq-errored {
  margin: 20px 0;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .c-faq-errored {
    margin: 50px 0;
  }
}

.c-faq-errored__text {
  font-size: 14px;
}

@media only screen and (min-width: 737px) {
  .c-faq-errored__text {
    font-size: 18px;
  }
}

/* =========================================================
  component office
========================================================= */
.c-footer-office {
  font-size: 13px;
}

.c-footer-office__title {
  font-weight: bold;
}

.c-footer-office__title-link {
  color: #333;
}

.c-footer-office__title-link:hover {
  color: currentColor;
}

.c-footer-office__data {
  margin-top: 5px;
}

/* =========================================================
    component footer link
========================================================= */
.c-footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
}

@media only screen and (max-width: 736px) {
  .c-footer-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -10px;
  }
}

.c-footer-link__item {
  padding-right: 10px;
  font-size: 12px;
}

@media only screen and (max-width: 736px) {
  .c-footer-link__item {
    margin-bottom: 10px;
  }
}

.c-footer-link__item:not(:first-child) {
  padding-left: 10px;
  border-left: 1px solid;
}

.c-footer-link__text {
  color: #333;
}

/* =========================================================
  component footer-privacy
========================================================= */
.c-footer-privacy {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

@media only screen and (min-width: 737px) {
  .c-footer-privacy {
    width: 500px;
    -ms-grid-columns: 1fr 200px;
    grid-template-columns: 1fr 200px;
  }
}

@media only screen and (max-width: 736px) {
  .c-footer-privacy {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }
}

.c-footer-privacy__txt {
  font-size: 11px;
}

.c-footer-privacy__figure {
  text-align: center;
  margin: 0;
}

@media only screen and (max-width: 736px) {
  .c-footer-privacy__image {
    max-width: 200px;
  }
}

@media only screen and (min-width: 737px) {
  .c-footer-privacy__image {
    max-width: 100%;
  }
}

/* =========================================================
    component footer sns
========================================================= */
.c-footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 736px) {
  .c-footer-sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-footer-sns__item {
  width: 30px;
  height: 30px;
}

@media only screen and (max-width: 736px) {
  .c-series {
    padding: 30px 0;
  }
}

@media only screen and (min-width: 737px) {
  .c-series {
    padding: 50px 0;
  }
}

.c-series * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-series__inner {
  padding: 0 20px;
}

@media only screen and (min-width: 737px) {
  .c-series__inner {
    width: 940px;
    margin: 0 auto;
    padding: 0;
  }
}

.c-series__title {
  color: #666;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  .c-series__title {
    margin-bottom: 25px;
    font-size: 3.8vw;
  }
}

@media only screen and (min-width: 737px) {
  .c-series__title {
    margin-bottom: 50px;
    font-size: 28px;
  }
}

.c-series__logo {
  width: auto;
  vertical-align: text-top;
}

@media only screen and (max-width: 736px) {
  .c-series__logo {
    height: 3.8vw;
  }
}

@media only screen and (min-width: 737px) {
  .c-series__logo {
    height: 27px;
  }
}

.c-series__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 737px) {
  .c-series__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
  }
}

.c-series__item {
  width: 48%;
  margin-bottom: 20px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 0 #ddd;
          box-shadow: 0 1px 0 0 #ddd;
  background-color: #fff;
}

@media only screen and (max-width: 736px) {
  .c-series__item {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 737px) {
  .c-series__item {
    width: 300px;
    -webkit-box-shadow: 0 1px 0 0 #ddd;
            box-shadow: 0 1px 0 0 #ddd;
    background-color: #fff;
  }
}

.c-series__wrap {
  display: block;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto auto 1fr;
  grid-template-rows: auto auto 1fr;
  height: 100%;
  padding: 10px;
  border: 2px solid #eee;
  row-gap: 10px;
}

.c-series__wrap:hover {
  text-decoration: none;
}

@media only screen and (min-width: 737px) {
  .c-series__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    height: 100%;
    padding: 20px;
    border: 2px solid #eee;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    row-gap: 15px;
  }
  .c-series__wrap:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .c-series__wrap.is-am:hover {
    border-color: #1fb9d9;
  }
  .c-series__wrap.is-wf:hover {
    border-color: #008842;
  }
  .c-series__wrap.is-ex:hover {
    border-color: #8ec31f;
  }
  .c-series__wrap.is-ats:hover {
    border-color: #e84531;
  }
  .c-series__wrap.is-lms:hover {
    border-color: #083a77;
  }
  .c-series__wrap.is-payroll:hover {
    border-color: #ffdb00;
  }
  .c-series__wrap.is-ac:hover {
    border-color: #ff8f0f;
  }
  .c-series__wrap.is-apps:hover {
    border-color: #50a0fa;
  }
  .c-series__wrap.is-bpo:hover {
    border-color: #ccc;
  }
}

.c-series__name {
  display: block;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  color: #666;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.c-series__image {
  display: block;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
}

.c-series__image img {
  width: 100%;
}

.c-series__text {
  display: block;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
  background-color: #fff;
  color: #666;
  font-size: 13px;
  line-height: 1.62;
}

/* c-header-series global only PC
--------------------------------------------------------- */
@media only screen and (min-width: 737px) {
  .c-header-series {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-header-series li {
    position: relative;
    margin-left: 5px;
    font-size: 14px;
  }
  .c-header-series li:first-child {
    margin-right: 10px;
    margin-left: 0;
  }
  .c-header-series li:first-child a {
    padding-left: 0;
  }
  .c-header-series a {
    position: relative;
    padding-left: 10px;
    color: #4a90e2;
    font-size: 12px;
  }
  .c-header-series a:after {
    position: absolute;
    top: calc(50% - 0.45em);
    left: 0;
    width: 4px;
    height: 11px;
    content: "";
  }
}

@media only screen and (min-width: 1400px) {
  .c-header-series li {
    margin-left: 15px;
  }
  .c-header-series li a {
    padding-left: 10px;
    font-size: 13px;
  }
  .c-header-series li:first-child {
    margin-right: 20px;
    margin-left: 0;
  }
}

@media only screen and (min-width: 737px) {
  .c-header-series__am a:after {
    background-color: #1fb9d9;
  }
}

@media only screen and (min-width: 737px) {
  .c-header-series__wf a:after {
    background-color: #008842;
  }
}

@media only screen and (min-width: 737px) {
  .c-header-series__ex a:after {
    background-color: #8ec31f;
  }
}

@media only screen and (min-width: 737px) {
  .c-header-series__ats a:after {
    background-color: #e84531;
  }
}

@media only screen and (min-width: 737px) {
  .c-header-series__lms a:after {
    background-color: #083a77;
  }
}

@media only screen and (min-width: 737px) {
  .c-header-series__payroll a:after {
    background-color: #ffdb00;
  }
}

@media only screen and (min-width: 737px) {
  .c-header-series__apps a:after {
    background-color: #50a0fa;
  }
}

@media only screen and (min-width: 737px) {
  .c-header-series__ac a:after {
    background-color: #ff8f0f;
  }
}

@media only screen and (min-width: 737px) {
  .c-header-series__bpo a:after {
    background-color: #ccc;
  }
}

.jbc-customers-logo {
  margin-top: 10px;
  pointer-events: none;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .jbc-customers-logo {
    margin-top: 30px;
  }
}

.jbc-customers-logo__slide {
  -webkit-animation: slider 50s linear infinite;
          animation: slider 50s linear infinite;
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto 100px;
  height: 100px;
  width: 100%;
}

@-webkit-keyframes slider {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: -4692px 0;
  }
}

@keyframes slider {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: -4692px 0;
  }
}

.jbc-customers-logo__notes {
  margin-top: 10px;
  padding: 0 15px;
  font-size: 12px;
  text-align: left;
}

@media only screen and (min-width: 737px) {
  .jbc-customers-logo__notes {
    margin: 15px auto 0;
    padding: 0;
    width: 980px;
  }
}

.c-notice {
  width: 100%;
  padding: 15px 10px;
  border-bottom: 1px solid #d6d6d6;
  background-color: #fff;
}

.c-notice__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-notice__label {
  margin: 0 0 10px;
  padding: 2px 25px;
  border-radius: 50px;
  background-color: #ed8077;
  color: #fff;
  text-align: center;
}

.c-notice__text {
  padding: 0 5px;
}

.c-notice__text-link {
  color: #333;
}

@media only screen and (min-width: 737px) {
  .c-notice {
    padding: 10px;
  }
  .c-notice__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-notice__label {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 10px 0 0;
  }
  .c-notice__text {
    padding: 2px 0 0;
  }
  .c-notice__text-link {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }
  .c-notice__text-link:hover {
    color: #4a90e2;
  }
}

.p-notfound {
  padding: 50px 0;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .p-notfound {
    padding: 100px 0;
  }
}

.p-notfound__inner {
  padding: 0 15px;
}

@media only screen and (min-width: 737px) {
  .p-notfound__inner {
    padding: 0;
  }
}

.p-notfound__header {
  text-align: center;
}

.p-notfound__title {
  color: #4a90e2;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}

@media only screen and (min-width: 737px) {
  .p-notfound__title {
    font-size: 70px;
  }
}

.p-notfound__lead {
  color: #4a90e2;
  font-weight: bold;
}

.p-notfound__text {
  margin-top: 30px;
}

@media only screen and (min-width: 737px) {
  .p-notfound__text {
    margin-top: 50px;
  }
}

.p-notfound__back {
  margin-top: 30px;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .p-notfound__back {
    margin-top: 50px;
  }
}

.jbc-label {
  padding: 0.3em 0.5em;
  font-size: 11px;
  font-weight: bold;
  color: #333;
  background-color: #ccc;
  margin-left: 10px;
  vertical-align: middle;
  border-radius: 3px;
}

.jbc-label--danger {
  color: #fff;
  background-color: #d0021b;
}

.jbc-columns {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: auto;
  gap: 20px;
  width: 100%;
}

@media only screen and (max-width: 736px) {
  .p-request {
    padding: 30px 20px;
  }
}

@media only screen and (min-width: 737px) {
  .p-request {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1100px;
    margin: 30px auto 0;
    padding: 0 0 32px;
  }
}

@media only screen and (min-width: 737px) {
  .p-request__summary {
    width: 580px;
  }
}

.p-request__title {
  margin-bottom: 20px;
  color: #17194f;
  letter-spacing: 1px;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  .p-request__title {
    font-size: 28px;
  }
}

@media only screen and (min-width: 737px) {
  .p-request__title {
    font-size: 26px;
  }
}

.p-request__figure {
  padding: 0 20px;
  text-align: center;
}

.p-request__image {
  width: auto;
  max-width: 100%;
  max-height: 300px;
}

.p-request__content {
  margin-top: 0;
}

.p-request__content.c-post-wysiwyg h2 {
  margin: 0;
  color: #3498db;
  font-size: 18px;
  font-weight: 700;
}

.p-request__content.c-post-wysiwyg ul,
.p-request__content.c-post-wysiwyg ol {
  margin-bottom: 0;
  padding-left: 1.4em;
}

.p-request__content.c-post-wysiwyg li {
  margin-top: 0.4em;
  list-style: disc;
  font-size: 15px;
  line-height: 1.2;
}

.p-request__content.c-post-wysiwyg p:not(:last-of-type) {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.5;
}

.p-request__annotation {
  margin-top: 10px;
  margin-left: 1.2em;
  font-size: 12px;
  font-weight: bold;
}

.p-request-form {
  padding: 25px 25px 15px;
  border-radius: 10px;
  background-color: #f6f6f6;
}

@media only screen and (max-width: 736px) {
  .p-request-form {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 737px) {
  .p-request-form {
    width: 480px;
  }
}

.p-request-form__row {
  margin: 0 0 10px;
}

.p-request-form__head {
  margin: 0 0 5px;
  color: #4a4a4a;
  font-weight: bold;
}

.p-request-form__input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}

.p-request-form__input ::-webkit-input-placeholder {
  color: #aaa;
}

.p-request-form__selectbox {
  width: 100%;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: 97.5% center;
  color: #444;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-request-checkbox input {
  display: none;
}

.p-request-checkbox span.wpcf7-list-item {
  margin: 0 1em 0 0;
}

.p-request-checkbox label {
  position: relative;
  padding-left: 25px;
}

.p-request-checkbox label:after {
  position: absolute;
  top: -1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  background-color: #fff;
  content: "";
}

.p-request-checkbox input:checked ~ .wpcf7-list-item-label:before {
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #3498db;
  background: #3498db;
  content: "";
  z-index: 1;
}

.p-request-checkbox input:checked ~ .wpcf7-list-item-label:after {
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}

.p-request-form__agreement {
  color: #000;
  font-size: 13px;
}

.p-request-form__btn-wrap {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-request-form__btn {
  margin: 0;
  margin-bottom: 10px;
  padding: 8px 20px;
  border: none;
  border: solid 2px #1579b7;
  border-radius: 100px;
  background-color: #1579b7;
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

@media only screen and (min-width: 737px) {
  .p-request-form__btn:hover:not(:disabled) {
    background-color: #fff;
    color: #1579b7;
  }
}

.p-request-form__btn:disabled {
  opacity: 0.5;
}

.jbc-customers-logo {
  margin-top: 10px;
  pointer-events: none;
  text-align: center;
}

@media only screen and (min-width: 737px) {
  .jbc-customers-logo {
    margin-top: 30px;
  }
}

.jbc-customers-logo__slide {
  -webkit-animation: slider 50s linear infinite;
          animation: slider 50s linear infinite;
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto 100px;
  height: 100px;
  width: 100%;
}

@keyframes slider {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: -4692px 0;
  }
}

.jbc-customers-logo__notes {
  margin-top: 10px;
  padding: 0 15px;
  font-size: 12px;
  text-align: left;
}

@media only screen and (min-width: 737px) {
  .jbc-customers-logo__notes {
    margin: 15px auto 0;
    padding: 0;
    width: 980px;
  }
}

@media only screen and (min-width: 737px) {
  .p-docdl {
    padding: 84px 0 0;
  }
}

.p-docdl img {
  max-width: 100%;
}

.p-docdl__pagettl {
  background-color: #f6f6f6;
  color: #333;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  .p-docdl__pagettl {
    padding: 15px 0;
  }
}

@media only screen and (min-width: 737px) {
  .p-docdl__pagettl {
    padding: 55px 0;
    font-size: 21px;
    letter-spacing: 0.66px;
  }
}

.p-docdl__sectionttl {
  color: #4a90e2;
  font-weight: 500;
}

@media only screen and (max-width: 736px) {
  .p-docdl__sectionttl {
    font-size: 18px;
    text-align: center;
  }
}

@media only screen and (min-width: 737px) {
  .p-docdl__sectionttl {
    font-size: 21px;
  }
}

.p-docdl__sectionttl--large {
  padding: 30px 0;
  color: #333;
  font-weight: 500;
}

@media only screen and (max-width: 736px) {
  .p-docdl__sectionttl--large {
    font-size: 18px;
    letter-spacing: 0.56px;
    text-align: center;
  }
}

@media only screen and (min-width: 737px) {
  .p-docdl__sectionttl--large {
    font-size: 24px;
    letter-spacing: 0.75px;
  }
}

.p-docdl-breadcrumb {
  color: #333;
}

@media only screen and (max-width: 736px) {
  .p-docdl-breadcrumb {
    padding: 15px 0 15px 15px;
    font-size: 11px;
    letter-spacing: 0.34px;
  }
}

@media only screen and (min-width: 737px) {
  .p-docdl-breadcrumb {
    width: 1100px;
    margin: 0 auto;
    padding: 35px 0;
  }
}

.p-docdl-breadcrumb a {
  position: relative;
}

@media only screen and (max-width: 736px) {
  .p-docdl-breadcrumb a {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 737px) {
  .p-docdl-breadcrumb a {
    margin-right: 20px;
  }
}

.p-docdl-breadcrumb a::after {
  position: absolute;
  background-image: url("../../components-jbc/static/img/docdl/icn_arrow_gray.svg");
  background-repeat: no-repeat;
  background-size: 8px 10px;
  pointer-events: none;
  content: "";
}

@media only screen and (max-width: 736px) {
  .p-docdl-breadcrumb a::after {
    width: 15px;
    height: 15px;
    background-position: right 2px top 50%;
  }
}

@media only screen and (min-width: 737px) {
  .p-docdl-breadcrumb a::after {
    width: 20px;
    height: 20px;
    background-position: right 5px top 50%;
  }
}

@media only screen and (min-width: 737px) {
  .p-docdl-main {
    width: 1020px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 737px) {
  .p-docdl-current {
    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;
  }
}

@media only screen and (max-width: 736px) {
  .p-docdl-current__btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 737px) {
  .p-docdl-current__btn-wrap {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 736px) {
  .p-docdl-allstar {
    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;
    margin: 40px auto 0;
  }
}

@media only screen and (min-width: 737px) {
  .p-docdl-allstar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1020px;
    margin: 80px auto 0;
  }
}

.p-docdl-allstar li {
  width: 320px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 2px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 6px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

@media only screen and (max-width: 736px) {
  .p-docdl-allstar li {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 737px) {
  .p-docdl-allstar li {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 736px) {
  .p-docdl-allstar li:first-of-type {
    margin-top: 0;
  }
}

@media only screen and (min-width: 737px) {
  .p-docdl-allstar li:last-of-type {
    margin-right: 0;
  }
}

@media only screen and (max-width: 736px) {
  .p-docdl-allstar__thmb {
    border-radius: 30px;
  }
}

@media only screen and (min-width: 737px) {
  .p-docdl-allstar__thmb {
    border-radius: 30px;
  }
}

.p-docdl-allstar__content {
  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;
  padding: 25px 18px;
}

.p-docdl-allstar__ttl-wrap {
  height: 70px;
}

.p-docdl-allstar__ttl {
  color: #333;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-align: center;
}

.p-docdl-allstar__subttl {
  margin: 5px 0 0 0;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.25px;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  .p-docdl-jbcdoc {
    margin: 60px auto 0;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 737px) {
  .p-docdl-jbcdoc {
    width: 1020px;
    margin: 100px auto 0;
    padding-bottom: 100px;
  }
}

.p-docdl-jbcdoc__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px auto 0;
}

@media only screen and (max-width: 736px) {
  .p-docdl-jbcdoc__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 375px;
  }
}

@media only screen and (min-width: 737px) {
  .p-docdl-jbcdoc__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (max-width: 736px) {
  .p-docdl-jbcdoc__list li {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 737px) {
  .p-docdl-jbcdoc__list li {
    margin-top: 70px;
    margin-right: 140px;
  }
}

@media only screen and (max-width: 736px) {
  .p-docdl-jbcdoc__list li:first-of-type {
    margin-top: 0;
  }
}

@media only screen and (min-width: 737px) {
  .p-docdl-jbcdoc__list li:first-of-type, .p-docdl-jbcdoc__list li:nth-of-type(2), .p-docdl-jbcdoc__list li:nth-of-type(3) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 737px) {
  .p-docdl-jbcdoc__list li:nth-of-type(3n) {
    margin-right: 0;
  }
}

.p-docdl-jbcdoc__docttl {
  position: relative;
  color: #333;
  font-weight: 500;
}

@media only screen and (max-width: 736px) {
  .p-docdl-jbcdoc__docttl {
    padding-left: 25px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 737px) {
  .p-docdl-jbcdoc__docttl {
    padding-left: 25px;
    font-size: 17px;
    letter-spacing: 0.3px;
  }
}

.p-docdl-jbcdoc__docttl::before {
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #ccc;
  content: "";
}

.p-docdl-jbcdoc__docttl--am::before {
  background-color: #1fb9d9;
}

.p-docdl-jbcdoc__docttl--wf::before {
  background-color: #008842;
}

.p-docdl-jbcdoc__docttl--ex::before {
  background-color: #8ec31f;
}

.p-docdl-jbcdoc__docttl--ats::before {
  background-color: #e84531;
}

.p-docdl-jbcdoc__docttl--lms::before {
  background-color: #083a77;
}

.p-docdl-jbcdoc__docttl--payroll::before {
  background-color: #ffdb00;
}

.p-docdl-jbcdoc__docttl--apps::before {
  background-color: #50a0fa;
}

.p-docdl-jbcdoc__docttl--ac::before {
  background-color: #ff8f0f;
}

.p-docdl-jbcdoc__docttl--bpo::before {
  background-color: #ccc;
}

.p-docdl-seminar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

@media only screen and (max-width: 736px) {
  .p-docdl-seminar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 0;
  }
}

@media only screen and (min-width: 737px) {
  .p-docdl-seminar {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1020px;
    padding: 55px 0;
  }
}

@media only screen and (max-width: 736px) {
  .p-docdl-seminar__btn-wrap {
    margin-top: 20px;
  }
}

.c-docdl-btn, .c-docdl-btn--large {
  display: block;
  position: relative;
  width: 245px;
  border: solid 2px #1579b7;
  border-radius: 50px;
  background-color: #1579b7;
  color: #fff;
  font-weight: 500;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

@media only screen and (max-width: 736px) {
  .c-docdl-btn, .c-docdl-btn--large {
    padding: 7px 37px;
    font-size: 13px;
  }
}

@media only screen and (min-width: 737px) {
  .c-docdl-btn, .c-docdl-btn--large {
    padding: 13px 37px;
    font-size: 14px;
  }
}

.c-docdl-btn::before, .c-docdl-btn--large::before {
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
  width: 20px;
  height: 20px;
  background-image: url("../../components-jbc/static/img/docdl/img_docdl_download_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

@media only screen and (min-width: 737px) {
  .c-docdl-btn:hover, .c-docdl-btn--large:hover {
    background-color: #fff;
    color: #1579b7;
  }
}

@media only screen and (min-width: 737px) {
  .c-docdl-btn:hover::before, .c-docdl-btn--large:hover::before {
    background-image: url("../../components-jbc/static/img/docdl/img_docdl_download_blue.svg");
  }
}

.c-docdl-btn--large {
  border: solid 2px #ff822d;
  background-color: #ff822d;
  color: #fff;
}

@media only screen and (max-width: 736px) {
  .c-docdl-btn--large {
    width: 355px;
    padding: 8px 0;
  }
}

@media only screen and (min-width: 737px) {
  .c-docdl-btn--large {
    width: 500px;
    padding: 12px 0;
    font-size: 22px;
    letter-spacing: 0.61px;
    line-height: 1.5;
  }
}

.c-docdl-btn--large::before {
  top: calc(50% - 13px);
  right: 20px;
  width: 27px;
  height: 27px;
}

@media only screen and (min-width: 737px) {
  .c-docdl-btn--large:hover {
    background-color: #fff;
    color: #ff822d;
  }
}

@media only screen and (min-width: 737px) {
  .c-docdl-btn--large:hover::before {
    background-image: url("../../components-jbc/static/img/docdl/img_docdl_download_orange.svg");
  }
}

.c-docdl-btn--seminar {
  display: block;
  position: relative;
  width: 245px;
  border: solid 2px #1579b7;
  border-radius: 50px;
  background-color: #1579b7;
  color: #fff;
  font-weight: 500;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

@media only screen and (max-width: 736px) {
  .c-docdl-btn--seminar {
    padding: 7px 37px;
    font-size: 13px;
  }
}

@media only screen and (min-width: 737px) {
  .c-docdl-btn--seminar {
    padding: 13px 37px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 737px) {
  .c-docdl-btn--seminar:hover {
    background-color: #fff;
    color: #1579b7;
  }
}
