@charset "UTF-8";
/* =======================================================================
　normalize
======================================================================= */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* =======================================================================
リセット
======================================================================= */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
  padding: 0;
}

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

ol, ul {
  list-style: none;
}

i {
  font-style: normal;
}

label {
  cursor: pointer;
}

th, td {
  vertical-align: middle;
}

th {
  font-weight: normal;
}

a {
  color: #333333;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: underline;
}

em {
  font-weight: bold;
  font-style: normal;
}

figcaption {
  line-height: normal;
}

button,
input[type=reset],
input[type=submit] {
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: none;
  outline: none;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

hr {
  margin: 0;
}

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

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
モジュール
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (min-width: 768px), print {
  .m-sp-only {
    display: none !important;
  }
}
.m-img-wmax {
  width: 100%;
}

/* text */
.m-text-10 {
  font-size: 1rem;
  line-height: 1.875;
}

.m-text-11 {
  font-size: 1.1rem;
  line-height: 1.875;
}

.m-text-12 {
  font-size: 1.2rem;
  line-height: 1.875;
}

.m-text-13 {
  font-size: 1.3rem;
  line-height: 1.875;
}

.m-text-14 {
  font-size: 1.4rem;
  line-height: 1.875;
}

.m-text-15 {
  font-size: 1.5rem;
  line-height: 1.875;
}

.m-text-16 {
  font-size: 1.6rem;
  line-height: 1.875;
}

.m-text-17 {
  font-size: 1.7rem;
  line-height: 1.65;
}

.m-text-18 {
  font-size: 1.8rem;
  line-height: 1.65;
}

.m-text-19 {
  font-size: 1.9rem;
  line-height: 1.65;
}

.m-text-20 {
  font-size: 2rem;
  line-height: 1.65;
}

.m-text-21 {
  font-size: 2.1rem;
  line-height: 1.65;
}

.m-text-22 {
  font-size: 2.2rem;
  line-height: 1.65;
}

.m-text-23 {
  font-size: 2.3rem;
  line-height: 1.65;
}

.m-text-24 {
  font-size: 2.4rem;
  line-height: 1.65;
}

.m-text-25 {
  font-size: 2.5rem;
  line-height: 1.65;
}

.m-text-26 {
  font-size: 2.6rem;
  line-height: 1.65;
}

.m-text-27 {
  font-size: 2.7rem;
  line-height: 1.65;
}

.m-text-28 {
  font-size: 2.8rem;
  line-height: 1.65;
}

.m-text-30 {
  font-size: 3rem;
  line-height: 1.65;
}

.m-text-31 {
  font-size: 3.1rem;
  line-height: 1.65;
}

.m-text-32 {
  font-size: 3.2rem;
  line-height: 1.4;
}

.m-text-34 {
  font-size: 3.4rem;
  line-height: 1.4;
}

.m-text-35 {
  font-size: 3.5rem;
  line-height: 1.4;
}

.m-text-36 {
  font-size: 3.6rem;
  line-height: 1.4;
}

.m-text-37 {
  font-size: 3.7rem;
  line-height: 1.4;
}

.m-text-38 {
  font-size: 3.8rem;
  line-height: 1.4;
}

.m-text-40 {
  font-size: 4rem;
  line-height: 1.4;
}

.m-text-42 {
  font-size: 4.2rem;
  line-height: 1.4;
}

.m-text-44 {
  font-size: 4.4rem;
  line-height: 1.4;
}

.m-text-46 {
  font-size: 4.6rem;
  line-height: 1.4;
}

.m-text-48 {
  font-size: 4.8rem;
  line-height: 1.4;
}

.m-text-60 {
  font-size: 6rem;
  line-height: 1.4;
}

.m-text-70 {
  font-size: 7rem;
  line-height: 1.4;
}

.m-text-lh-l {
  line-height: 2;
}

.m-text-lh-s {
  line-height: 1.5;
}

.m-ls1 {
  letter-spacing: 0.05em;
}

.m-ls2 {
  letter-spacing: 0.1em;
}

.m-text-ind {
  text-indent: 1em;
}

.m-font-en {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-font-serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.m-font-n {
  font-weight: 500;
}

.m-font-b {
  font-weight: 700;
}

.m-color-default {
  color: #333333;
}
.m-color-default a {
  color: #333333;
}

.m-color-wh {
  color: #ffffff;
}
.m-color-wh a {
  color: #ffffff;
}

.m-color-gr {
  color: #00a33e;
}
.m-color-gr a {
  color: #00a33e;
}

.m-color-gy {
  color: #7b7b7b;
}
.m-color-gy a {
  color: #7b7b7b;
}

.m-link-text {
  color: #00a33e;
  text-decoration: underline;
}
.m-link-text:hover {
  text-decoration: none;
}

.m-color-attention, .m-color-red, .error, .m-attention {
  color: #ff4500;
}
.m-color-attention a, .m-color-red a, .error a, .m-attention a {
  color: #ff4500;
}

.m-uline {
  text-decoration: underline;
}

.m-uline:hover {
  text-decoration: none;
}

.m-hline:hover {
  text-decoration: underline;
}

.m-op {
  display: block;
  transition: opacity 0.3s;
}
.m-op:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* display */
.m-cf {
  *zoom: 1;
}
.m-cf:after {
  content: "";
  display: table;
  clear: both;
}

.m-dis-n {
  display: none;
}

.m-dis-b {
  display: block;
}

.m-dis-ib {
  display: inline-block;
}

.m-dis-i {
  display: inline;
}

.m-ov-h {
  overflow: hidden;
}

.m-d-tbl {
  display: table;
  width: 100%;
}
.m-d-tbl__cell {
  display: table-cell;
}

.m-nowrap {
  white-space: nowrap;
}

.m-radius {
  border-radius: 50%;
}

/* float */
.m-fl-l {
  float: left;
}

.m-fl-r {
  float: right;
}

.m-hr {
  height: 1px;
  background-color: #cccccc;
  border: 0;
}

/* align */
.m-align-c {
  text-align: center;
}

.m-align-l {
  text-align: left;
}

.m-align-r {
  text-align: right;
}

.m-valign-t {
  vertical-align: top;
}

.m-valign-m {
  vertical-align: middle;
}

.m-valign-b {
  vertical-align: bottom;
}

/* margin */
.m-mt-2xs {
  margin-top: 5px;
}

.m-mt-xs {
  margin-top: 10px;
}

.m-mt-s {
  margin-top: 20px;
}

.m-mt {
  margin-top: 30px;
}

.m-mt-l {
  margin-top: 40px;
}

.m-mt-xl {
  margin-top: 60px;
}

.m-mt-2xl {
  margin-top: 80px;
}

.m-mt-3xl {
  margin-top: 100px;
}

.m-mb-2xs {
  margin-bottom: 5px;
}

.m-mb-xs {
  margin-bottom: 10px;
}

.m-mb-s {
  margin-bottom: 20px;
}

.m-mb {
  margin-bottom: 30px;
}

.m-mb-l {
  margin-bottom: 40px;
}

.m-mb-xl {
  margin-bottom: 60px;
}

.m-mb-2xl {
  margin-bottom: 80px;
}

.m-mb-3xl {
  margin-bottom: 100px;
}

.m-ml-1em {
  margin-left: 1em;
}

.m-mr-1em {
  margin-right: 1em;
}

/* padding */
.m-pt-2xs {
  padding-top: 5px;
}

.m-pt-xs {
  padding-top: 10px;
}

.m-pt-s {
  padding-top: 20px;
}

.m-pt {
  padding-top: 30px;
}

.m-pt-l {
  padding-top: 40px;
}

.m-pt-xl {
  padding-top: 60px;
}

.m-pt-2xl {
  padding-top: 80px;
}

.m-pt-3xl {
  padding-top: 100px;
}

.m-pb-2xs {
  padding-bottom: 5px;
}

.m-pb-xs {
  padding-bottom: 10px;
}

.m-pb-s {
  padding-bottom: 20px;
}

.m-pb {
  padding-bottom: 30px;
}

.m-pb-l {
  padding-bottom: 40px;
}

.m-pb-xl {
  padding-bottom: 60px;
}

.m-pb-2xl {
  padding-bottom: 80px;
}

.m-pb-3xl {
  padding-bottom: 100px;
}

.m-p-xs {
  padding: 10px;
}

.m-p-s {
  padding: 20px;
}

.m-p {
  padding: 30px;
}

.m-p-l {
  padding: 40px;
}

.m-p-xl {
  padding: 60px;
}

/* list */
.m-list-dot > li {
  position: relative;
  padding-left: 1em;
}
.m-list-dot > li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.m-list-cir > li {
  position: relative;
  padding-left: 1.5em;
}
.m-list-cir > li:before {
  content: "○";
  top: 0;
  left: 0;
  position: absolute;
}

.m-list-cir-wh > li {
  position: relative;
  padding-left: 1.5em;
}
.m-list-cir-wh > li:before {
  content: "●";
  top: 0;
  left: 0;
  position: absolute;
  color: #ffffff;
}

.m-list-cir-gr > li {
  position: relative;
  padding-left: 1.5em;
}
.m-list-cir-gr > li:before {
  content: "●";
  top: 0;
  left: 0;
  position: absolute;
  color: #00a33e;
}

.m-list-d-circle > li {
  position: relative;
  padding-left: 1.5em;
}
.m-list-d-circle > li:before {
  content: "◎";
  top: 0;
  left: 0;
  position: absolute;
}

.m-list-square > li {
  position: relative;
  padding-left: 1.5em;
}
.m-list-square > li:before {
  content: "■";
  top: 0;
  left: 0;
  position: absolute;
}

.m-list-attention > li {
  position: relative;
  padding-left: 1.5em;
}
.m-list-attention > li:before {
  content: "※";
  top: 0;
  left: 0;
  position: absolute;
}

.m-list-decimal {
  list-style: decimal;
  margin-left: 1.5em;
}
.m-list-decimal-line {
  list-style: decimal;
  margin-left: 1.5em;
}
.m-list-decimal-line > li {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.m-list-decimal-line > li:before {
  content: "";
  width: calc(100% + 1.5em);
  height: 2px;
  position: absolute;
  left: -1.5em;
  bottom: 0;
  background-color: #cccccc;
}
.m-list-decimal-line > li:nth-of-type(1) {
  padding-top: 0;
}

.m-list-attention-decimal > * {
  display: flex;
}
.m-list-attention-decimal > * .num {
  width: 2em;
  flex-shrink: 0;
}
.m-list-attention-decimal > * + * {
  margin-top: 1em;
}

.m-list-num {
  padding-left: 2.5em;
  text-indent: -2.5em;
}
.m-list-num .m-list-decimal {
  text-indent: 0em;
}

.m-list-ar > li {
  position: relative;
  padding-left: 20px;
}
.m-list-ar > li:before {
  content: "";
  border-left: solid 8px #fff000;
  border-top: solid 5px transparent;
  border-bottom: solid 5px transparent;
  position: absolute;
  left: 0;
  top: 7px;
}

/* layout */
.l-inner-xs,
.l-inner-s,
.l-inner,
.l-inner-l,
.l-inner-xl {
  *zoom: 1;
}
.l-inner-xs:after,
.l-inner-s:after,
.l-inner:after,
.l-inner-l:after,
.l-inner-xl:after {
  content: "";
  display: table;
  clear: both;
}
.l-inner-xs,
.l-inner-s,
.l-inner,
.l-inner-l,
.l-inner-xl {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.l-inner-xs {
  max-width: 700px;
}

.l-inner-s {
  max-width: 940px;
}

.l-inner {
  max-width: 1140px;
}

.l-inner-l {
  max-width: 1220px;
}

.l-inner-xl {
  max-width: 1525px;
}

/* border */
.m-bor-t {
  border-top: solid 1px rgba(0, 0, 0, 0.075);
}

.m-bor {
  border: solid 1px #cccccc;
}

/* bg */
.m-bg-wh {
  background-color: #ffffff;
}

.m-bg-gy {
  background-color: #f6f6f6;
}

.m-bg-yl {
  background-color: #fff000;
}

.m-bg-lgr {
  background-color: #cbe62e;
}

.m-bg-st-lye {
  background-image: repeating-linear-gradient(-55deg, #ffffff 0, #ffffff 4px, rgba(255, 240, 1, 0.075) 0, rgba(255, 240, 1, 0.3) 10px);
}

.m-bg-st-ye {
  background-image: repeating-linear-gradient(-55deg, #ffffff 0, #ffffff 4px, rgba(255, 240, 1, 0.3) 0, rgba(255, 240, 1, 0.3) 10px);
}

.m-bg-st-dye {
  background-image: repeating-linear-gradient(-55deg, rgba(255, 240, 1, 0.3) 0, rgba(255, 240, 1, 0.3) 4px, #fff000 0, #fff000 10px);
}

.m-bg-st-gr {
  background-image: repeating-linear-gradient(-55deg, #d5eb58 0, #d5eb58 4px, #cbe62e 0, #cbe62e 10px);
}

.m-bg-st-gy {
  background-image: repeating-linear-gradient(-55deg, #f8f8f8 0, #f8f8f8 8px, #f6f6f6 0, #f6f6f6 20px);
}

/* box */
/* flex */
.m-flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.m-flex--center {
  justify-content: center;
}
.m-flex--between {
  justify-content: space-between;
}
.m-flex--align-c {
  align-items: center;
}
.m-flex--align-end {
  align-items: flex-end;
}
.m-flex--c2 > .m-flex__item {
  width: 50%;
}
.m-flex--c3 {
  margin-right: -1px;
}
.m-flex--c3 > .m-flex__item {
  width: 33.3333333333%;
}
.m-flex--c4 > .m-flex__item {
  width: 25%;
}
.m-flex--c5 > .m-flex__item {
  width: 20%;
}
.m-flex--g10 {
  margin-left: -10px;
  margin-bottom: -10px;
}
.m-flex--g10 > .m-flex__item {
  margin-left: 10px;
  margin-bottom: 10px;
}
.m-flex--g10.m-flex--c2 > .m-flex__item {
  width: calc(50% - 10px);
  flex-shrink: 0;
}
.m-flex--g10.m-flex--c3 > .m-flex__item {
  width: calc(33.3333333333% - 10px);
  flex-shrink: 0;
}
.m-flex--g10.m-flex--c4 > .m-flex__item {
  width: calc(25% - 10px);
  flex-shrink: 0;
}
.m-flex--g10.m-flex--c5 > .m-flex__item {
  width: calc(20% - 10px);
  flex-shrink: 0;
}
.m-flex--g20 {
  margin-left: -20px;
  margin-bottom: -20px;
}
.m-flex--g20 > .m-flex__item {
  margin-left: 20px;
  margin-bottom: 20px;
}
.m-flex--g20.m-flex--c2 > .m-flex__item {
  width: calc(50% - 20px);
  flex-shrink: 0;
}
.m-flex--g20.m-flex--c3 > .m-flex__item {
  width: calc(33.3333333333% - 20px);
  flex-shrink: 0;
}
.m-flex--g20.m-flex--c4 > .m-flex__item {
  width: calc(25% - 20px);
  flex-shrink: 0;
}
.m-flex--g20.m-flex--c5 > .m-flex__item {
  width: calc(20% - 20px);
  flex-shrink: 0;
}
.m-flex--g30 {
  margin-left: -30px;
  margin-bottom: -30px;
}
.m-flex--g30 > .m-flex__item {
  margin-left: 30px;
  margin-bottom: 30px;
}
.m-flex--g30.m-flex--c2 > .m-flex__item {
  width: calc(50% - 30px);
  flex-shrink: 0;
}
.m-flex--g30.m-flex--c3 > .m-flex__item {
  width: calc(33.3333333333% - 30px);
  flex-shrink: 0;
}
.m-flex--g30.m-flex--c4 > .m-flex__item {
  width: calc(25% - 30px);
  flex-shrink: 0;
}
.m-flex--g30.m-flex--c5 > .m-flex__item {
  width: calc(20% - 30px);
  flex-shrink: 0;
}
.m-flex--g40 {
  margin-left: -40px;
  margin-bottom: -40px;
}
.m-flex--g40 > .m-flex__item {
  margin-left: 40px;
  margin-bottom: 40px;
}
.m-flex--g40.m-flex--c2 > .m-flex__item {
  width: calc(50% - 40px);
  flex-shrink: 0;
}
.m-flex--g40.m-flex--c3 > .m-flex__item {
  width: calc(33.3333333333% - 40px);
  flex-shrink: 0;
}
.m-flex--g40.m-flex--c4 > .m-flex__item {
  width: calc(25% - 40px);
  flex-shrink: 0;
}
.m-flex--g40.m-flex--c5 > .m-flex__item {
  width: calc(20% - 40px);
  flex-shrink: 0;
}
.m-flex--g60 {
  margin-left: -60px;
  margin-bottom: -60px;
}
.m-flex--g60 > .m-flex__item {
  margin-left: 60px;
  margin-bottom: 60px;
}
.m-flex--g60.m-flex--c2 > .m-flex__item {
  width: calc(50% - 60px);
  flex-shrink: 0;
}
.m-flex--g60.m-flex--c3 > .m-flex__item {
  width: calc(33.3333333333% - 60px);
  flex-shrink: 0;
}
.m-flex--g60.m-flex--c4 > .m-flex__item {
  width: calc(25% - 60px);
  flex-shrink: 0;
}
.m-flex--g60.m-flex--c5 > .m-flex__item {
  width: calc(20% - 60px);
  flex-shrink: 0;
}
.m-flex--g80 {
  margin-left: -80px;
  margin-bottom: -80px;
}
.m-flex--g80 > .m-flex__item {
  margin-left: 80px;
  margin-bottom: 80px;
}
.m-flex--g80.m-flex--c2 > .m-flex__item {
  width: calc(50% - 80px);
  flex-shrink: 0;
}
.m-flex--g80.m-flex--c3 > .m-flex__item {
  width: calc(33.3333333333% - 80px);
  flex-shrink: 0;
}
.m-flex--g80.m-flex--c4 > .m-flex__item {
  width: calc(25% - 80px);
  flex-shrink: 0;
}
.m-flex--g80.m-flex--c5 > .m-flex__item {
  width: calc(20% - 80px);
  flex-shrink: 0;
}

/* table */
/* btn */
button.m-btn,
input.m-btn,
a.m-btn,
.m-btn {
  position: relative;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00a33e;
  font-size: 1.4rem;
  color: #ffffff;
  transition: 0.3s;
  margin-left: auto;
  margin-right: auto;
}
button.m-btn:before,
input.m-btn:before,
a.m-btn:before,
.m-btn:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 1px #ffffff solid;
  border-right: 1px #ffffff solid;
  transform: translateY(-50%) rotate(45deg);
}
button.m-btn--back:before,
input.m-btn--back:before,
a.m-btn--back:before,
.m-btn--back:before {
  right: auto;
  left: 15px;
  transform: translateY(-50%) rotate(-135deg);
}
button.m-btn--noar:before,
input.m-btn--noar:before,
a.m-btn--noar:before,
.m-btn--noar:before {
  display: none;
}
button.m-btn .icon,
input.m-btn .icon,
a.m-btn .icon,
.m-btn .icon {
  margin-right: 10px;
  background-image: url("../images/common/icon-inquiry.png/index.html");
  width: 20px;
  height: 25px;
  background-size: 100%;
}
button.m-btn .icon-blank,
input.m-btn .icon-blank,
a.m-btn .icon-blank,
.m-btn .icon-blank {
  margin-left: 5px;
  background-image: url("../images/common/icon-blank.png");
  width: 12px;
  height: 10px;
  background-size: 100%;
}
button.m-btn--l,
input.m-btn--l,
a.m-btn--l,
.m-btn--l {
  height: 64px;
}
button.m-btn--s,
input.m-btn--s,
a.m-btn--s,
.m-btn--s {
  height: 36px;
  font-size: 1.2rem;
}
button.m-btn--w360,
input.m-btn--w360,
a.m-btn--w360,
.m-btn--w360 {
  width: 360px;
}
button.m-btn--w260,
input.m-btn--w260,
a.m-btn--w260,
.m-btn--w260 {
  width: 260px;
}
button.m-btn--left,
input.m-btn--left,
a.m-btn--left,
.m-btn--left {
  margin-left: 0;
  margin-right: 0;
}
button.m-btn--bor,
input.m-btn--bor,
a.m-btn--bor,
.m-btn--bor {
  border: solid 1px #333333;
}
button.m-btn--lgr,
input.m-btn--lgr,
a.m-btn--lgr,
.m-btn--lgr {
  background-color: #cbe62e;
  color: #333333;
}
button.m-btn--lgr:before,
input.m-btn--lgr:before,
a.m-btn--lgr:before,
.m-btn--lgr:before {
  border-top-color: #333333;
  border-right-color: #333333;
}
button.m-btn--yl,
input.m-btn--yl,
a.m-btn--yl,
.m-btn--yl {
  background-color: #fff000;
  color: #333333;
}
button.m-btn--yl:before,
input.m-btn--yl:before,
a.m-btn--yl:before,
.m-btn--yl:before {
  border-top-color: #333333;
  border-right-color: #333333;
}
button.m-btn--yl .icon-blank,
input.m-btn--yl .icon-blank,
a.m-btn--yl .icon-blank,
.m-btn--yl .icon-blank {
  background-image: url("../images/common/icon-blank-bk.png");
}

button.m-btn:hover,
input.m-btn:hover,
a.m-btn:hover,
a:hover .m-btn {
  background-color: #fff000;
  text-decoration: none;
  color: #333333;
}
button.m-btn:hover:before,
input.m-btn:hover:before,
a.m-btn:hover:before,
a:hover .m-btn:before {
  border-top-color: #333333;
  border-right-color: #333333;
}
button.m-btn:hover .icon-blank,
input.m-btn:hover .icon-blank,
a.m-btn:hover .icon-blank,
a:hover .m-btn .icon-blank {
  background-image: url("../images/common/icon-blank-bk.png");
}

/* icon */
.m-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  background-size: auto 100%;
}
.m-icon--blank {
  width: 12px;
  height: 10px;
  background-image: url("../images/common/icon-blank.png");
  margin-right: 0;
  margin-left: 0.5em;
}
.m-icon--blank-bk {
  width: 12px;
  height: 10px;
  background-image: url("../images/common/icon-blank-bk.png");
  margin-right: 0;
  margin-left: 0.5em;
}
.m-icon--pdf {
  width: 26px;
  height: 26px;
  background-image: url("../images/common/icon-pdf-l.png/index.html");
  margin-right: 0;
  margin-left: 0.5em;
}
.m-icon--pdf-s {
  width: 24px;
  height: 14px;
  background-image: url("../images/common/icon-pdf-bk.png/index.html");
  margin-right: 0;
  margin-left: 0.5em;
}

/* breadcrumb */
.m-breadcrumb-wrap {
  background-color: #f6f6f6;
  padding: 20px 20px;
}

.m-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -10px;
  font-size: 1.2rem;
  overflow: hidden;
}

.m-breadcrumb__item {
  position: relative;
  padding-right: 2em;
  flex-shrink: 0;
  margin-bottom: 10px;
}
.m-breadcrumb__item:before {
  content: "＞";
  position: absolute;
  right: 0.5em;
  top: 0;
  font-size: 1.2rem;
}
.m-breadcrumb__item:last-child:before {
  display: none;
}
.m-breadcrumb__item a {
  color: #333333;
}
.m-breadcrumb__item a:hover {
  text-decoration: underline;
}

/* title */
/* form */
input[type=text].m-input-text,
textarea.m-textarea {
  display: inline-block;
  transition: 0.3s;
  appearance: none;
  -webkit-appearance: none;
  border: solid 2px #00a33e;
  box-shadow: none;
  padding: 10px 15px;
  border-radius: 0;
  background-color: #ffffff;
  outline: none;
  font-size: 1.8rem;
}
input[type=text].m-input-text:focus,
textarea.m-textarea:focus {
  background-color: #ffffe4;
}
input[type=text].m-input-text--s,
textarea.m-textarea--s {
  width: 30%;
}

textarea.m-textarea {
  display: block;
  resize: none;
  line-height: 1.875;
}

input[type=radio].m-input-radio,
input[type=checkbox].m-input-checkbox {
  cursor: pointer;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  margin-right: 10px;
  margin-top: -3px;
  border: solid 2px #cccccc;
  box-shadow: none;
  background-color: #ffffff;
  outline: none;
  width: 26px;
  height: 26px;
  vertical-align: middle;
}

input[type=radio].m-input-radio:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  display: none;
}
input[type=radio].m-input-radio:checked {
  background-color: #00a33e;
  border-color: #00a33e;
}
input[type=radio].m-input-radio:checked:after {
  display: block;
}

input[type=checkbox].m-input-checkbox:after {
  content: "";
  width: 8px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-bottom: solid 2px #333333;
  border-right: solid 2px #333333;
  margin-top: -10px;
  margin-left: -4px;
  display: none;
  transform: rotate(45deg);
}
input[type=checkbox].m-input-checkbox:checked:after {
  display: block;
}

input[type=radio].m-input-radio {
  border-radius: 100%;
}

input[type=checkbox].m-input-checkbox {
  border-radius: 0;
}

select.m-select {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-height: 40px;
  padding: 12px 45px 12px 15px;
  border: solid 2px #00a33e;
  box-shadow: none;
  border-radius: 0;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-image: url("../images/common/icon-select.png");
  background-position: right 50%;
  cursor: pointer;
  font-size: 1.8rem;
  outline: none;
  line-height: 1.231;
  text-overflow: "";
}

select.m-select::-ms-expand {
  display: none;
}

body.m-cms-editor-body {
  background-color: #ffffff;
  color: #333333;
  max-width: 980px !important;
  padding: 40px !important;
}

body.m-cms-editor-body,
.m-cms-body {
  *zoom: 1;
}
body.m-cms-editor-body:after,
.m-cms-body:after {
  content: "";
  display: table;
  clear: both;
}
body.m-cms-editor-body,
.m-cms-body {
  word-wrap: break-word;
  font-size: 1.6rem;
  line-height: 2;
}
body.m-cms-editor-body h1, body.m-cms-editor-body h2, body.m-cms-editor-body h3, body.m-cms-editor-body h4, body.m-cms-editor-body h5, body.m-cms-editor-body h6, body.m-cms-editor-body p, body.m-cms-editor-body ol, body.m-cms-editor-body ul, body.m-cms-editor-body dl, body.m-cms-editor-body pre, body.m-cms-editor-body hr, body.m-cms-editor-body blockquote,
.m-cms-body h1,
.m-cms-body h2,
.m-cms-body h3,
.m-cms-body h4,
.m-cms-body h5,
.m-cms-body h6,
.m-cms-body p,
.m-cms-body ol,
.m-cms-body ul,
.m-cms-body dl,
.m-cms-body pre,
.m-cms-body hr,
.m-cms-body blockquote {
  *zoom: 1;
}
body.m-cms-editor-body h1:after, body.m-cms-editor-body h2:after, body.m-cms-editor-body h3:after, body.m-cms-editor-body h4:after, body.m-cms-editor-body h5:after, body.m-cms-editor-body h6:after, body.m-cms-editor-body p:after, body.m-cms-editor-body ol:after, body.m-cms-editor-body ul:after, body.m-cms-editor-body dl:after, body.m-cms-editor-body pre:after, body.m-cms-editor-body hr:after, body.m-cms-editor-body blockquote:after,
.m-cms-body h1:after,
.m-cms-body h2:after,
.m-cms-body h3:after,
.m-cms-body h4:after,
.m-cms-body h5:after,
.m-cms-body h6:after,
.m-cms-body p:after,
.m-cms-body ol:after,
.m-cms-body ul:after,
.m-cms-body dl:after,
.m-cms-body pre:after,
.m-cms-body hr:after,
.m-cms-body blockquote:after {
  content: "";
  display: table;
  clear: both;
}
body.m-cms-editor-body h1, body.m-cms-editor-body h2, body.m-cms-editor-body h3, body.m-cms-editor-body h4, body.m-cms-editor-body h5, body.m-cms-editor-body h6, body.m-cms-editor-body p, body.m-cms-editor-body ol, body.m-cms-editor-body ul, body.m-cms-editor-body dl, body.m-cms-editor-body pre, body.m-cms-editor-body hr, body.m-cms-editor-body blockquote,
.m-cms-body h1,
.m-cms-body h2,
.m-cms-body h3,
.m-cms-body h4,
.m-cms-body h5,
.m-cms-body h6,
.m-cms-body p,
.m-cms-body ol,
.m-cms-body ul,
.m-cms-body dl,
.m-cms-body pre,
.m-cms-body hr,
.m-cms-body blockquote {
  clear: both;
}
body.m-cms-editor-body a,
.m-cms-body a {
  text-decoration: underline;
  color: #00a33e;
}
body.m-cms-editor-body a:hover,
.m-cms-body a:hover {
  text-decoration: none;
}
body.m-cms-editor-body h1, body.m-cms-editor-body h2, body.m-cms-editor-body h3, body.m-cms-editor-body h4, body.m-cms-editor-body h5, body.m-cms-editor-body h6,
.m-cms-body h1,
.m-cms-body h2,
.m-cms-body h3,
.m-cms-body h4,
.m-cms-body h5,
.m-cms-body h6 {
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: 700;
}
body.m-cms-editor-body h2,
.m-cms-body h2 {
  position: relative;
  padding-left: 1em;
  border-left: solid 4px #fff000;
  font-size: 2.2rem;
}
body.m-cms-editor-body h3,
.m-cms-body h3 {
  position: relative;
  padding-left: 1em;
  border-left: solid 4px #fff000;
  font-size: 2rem;
}
body.m-cms-editor-body h4,
.m-cms-body h4 {
  font-size: 1.8rem;
}
body.m-cms-editor-body i,
.m-cms-body i {
  font-style: italic;
}
body.m-cms-editor-body pre,
.m-cms-body pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}
body.m-cms-editor-body blockquote,
.m-cms-body blockquote {
  margin: 0 0 30px;
  padding: 10px 20px;
  background-color: #f6f6f6;
  font-size: 1.4rem;
}
body.m-cms-editor-body blockquote p,
.m-cms-body blockquote p {
  margin-bottom: 0;
}
body.m-cms-editor-body blockquote p + p,
.m-cms-body blockquote p + p {
  margin-top: 30px;
}
body.m-cms-editor-body hr,
.m-cms-body hr {
  height: 1px;
  background-color: #cccccc;
  border: 0;
  margin-bottom: 30px;
}
body.m-cms-editor-body p,
.m-cms-body p {
  *zoom: 1;
}
body.m-cms-editor-body p:after,
.m-cms-body p:after {
  content: "";
  display: table;
  clear: both;
}
body.m-cms-editor-body p,
.m-cms-body p {
  margin-bottom: 30px;
  line-height: 2;
}
body.m-cms-editor-body ul, body.m-cms-editor-body ol,
.m-cms-body ul,
.m-cms-body ol {
  margin-bottom: 30px;
}
body.m-cms-editor-body ol li,
.m-cms-body ol li {
  list-style-type: decimal;
  margin-left: 1.5em;
}
body.m-cms-editor-body ul li,
.m-cms-body ul li {
  position: relative;
  list-style-type: none;
  padding-left: 1.5em;
}
body.m-cms-editor-body ul li:before,
.m-cms-body ul li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #cbe62e;
}
body.m-cms-editor-body img,
.m-cms-body img {
  max-width: 100%;
  height: auto;
}
body.m-cms-editor-body img.alignleft,
.m-cms-body img.alignleft {
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
}
body.m-cms-editor-body img.alignright,
.m-cms-body img.alignright {
  float: right;
  margin-left: 40px;
  margin-bottom: 20px;
}
body.m-cms-editor-body img.aligncenter,
.m-cms-body img.aligncenter {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
body.m-cms-editor-body table,
.m-cms-body table {
  width: 100%;
  background-color: #ffffff;
  table-layout: fixed;
}
body.m-cms-editor-body table th, body.m-cms-editor-body table td,
.m-cms-body table th,
.m-cms-body table td {
  padding: 10px 20px;
  font-size: 1.6rem;
  border: solid 1px #cccccc;
}
body.m-cms-editor-body table th,
.m-cms-body table th {
  font-weight: 500;
  background-color: #f6f6f6;
}
body.m-cms-editor-body table.m-cms-body-tbl th,
.m-cms-body table.m-cms-body-tbl th {
  background-color: #fff000;
}
body.m-cms-editor-body .wp-caption-text,
.m-cms-body .wp-caption-text {
  font-size: 1.4rem;
  margin-top: 0.5em;
}
body.m-cms-editor-body .wp-caption.alignleft,
.m-cms-body .wp-caption.alignleft {
  display: block;
  float: left;
  margin-bottom: 10px;
  width: calc(50% - 20px) !important;
  margin-right: 20px;
}
body.m-cms-editor-body .wp-caption.alignleft img,
.m-cms-body .wp-caption.alignleft img {
  width: 100%;
  height: auto;
}
body.m-cms-editor-body .wp-caption.alignright,
.m-cms-body .wp-caption.alignright {
  display: block;
  float: right;
  margin-bottom: 10px;
  width: calc(50% - 20px) !important;
  margin-left: 20px;
}
body.m-cms-editor-body .wp-caption.alignright img,
.m-cms-body .wp-caption.alignright img {
  width: 100%;
  height: auto;
}
body.m-cms-editor-body .wp-caption.aligncenter, body.m-cms-editor-body .wp-caption.alignnone,
.m-cms-body .wp-caption.aligncenter,
.m-cms-body .wp-caption.alignnone {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.m-topics-archives + .wp-pagenavi {
  margin-top: 80px;
}

.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -10px;
}
.wp-pagenavi > a, .wp-pagenavi > span {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  width: 46px;
  height: 46px;
  color: #333333;
}
.wp-pagenavi > a {
  transition: 0.3s;
}
.wp-pagenavi > a:hover {
  text-decoration: none;
}
.wp-pagenavi > a:hover {
  background-color: #fff000;
}
.wp-pagenavi > span {
  background-color: #fff000;
}

.m-cms-set + * {
  margin-top: 80px;
}
.m-cms-set table th {
  background-color: #fff000;
}

.m-cms-body-point-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.m-cms-body-point-title span {
  padding: 5px 20px;
  display: inline-block;
  background-image: repeating-linear-gradient(-55deg, rgb(255, 255, 255) 0, rgb(255, 255, 255) 6px, #fff000 0, #fff000 16px);
}
.m-cms-body-point-text {
  font-weight: 700;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 50%, white 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 98%, #232323 98%, #232323 100%);
  background-repeat: repeat-x, repeat-y;
  background-size: 8px 100%, 100% 3em;
  line-height: 3;
}

.m-cms-body-conversation {
  display: flex;
}
.m-cms-body-conversation + .m-cms-body-conversation {
  margin-top: 20px;
}
.m-cms-body-conversation-icon {
  width: 50px;
  flex-shrink: 0;
  margin-right: 20px;
}
.m-cms-body-conversation-text {
  flex: 1 1 0;
}

.m-cms-body-comment {
  display: flex;
  border: solid 1px #333333;
  padding: 30px;
}
.m-cms-body-comment-image {
  width: 320px;
  flex-shrink: 0;
  margin-right: 30px;
}
.m-cms-body-comment-content {
  flex: 1 1 0;
}
.m-cms-body-comment-title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: dotted 1px #333333;
  padding-bottom: 10px;
}
.m-cms-body-comment-h {
  font-size: 2rem;
  font-weight: 700;
}

.m-cms-body-member {
  display: flex;
  justify-content: center;
}
.m-cms-body-member__item {
  text-align: center;
}
.m-cms-body-member__item + .m-cms-body-member__item {
  margin-left: 80px;
}
.m-cms-body-member-image {
  width: 160px;
  margin-left: auto;
  margin-right: auto;
}
.m-cms-body-member-image img {
  border-radius: 50%;
}
.m-cms-body-member-title {
  font-size: 1.7rem;
  color: #00a33e;
  margin-bottom: 10px;
}
.m-cms-body-member-text {
  margin-top: 10px;
}

.m-cms-body-col {
  margin-right: -40px;
  display: flex;
}
.m-cms-body-col--reverse {
  flex-direction: row-reverse;
}
.m-cms-body-col__item {
  flex: 1 1 0;
  margin-right: 40px;
}
.m-cms-body-col__item img {
  width: 100%;
}

.m-cms-body-caption {
  margin-top: 10px;
  font-size: 1.5rem;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
  outline: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.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;
}

.slick-arrow.slick-disabled {
  display: none;
  opacity: 0;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
base
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  font-feature-settings: "palt";
  word-wrap: break-word;
  word-break: break-all;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.231;
  color: #333333;
}

#l-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  min-width: 1220px;
  padding-bottom: 78px;
}

.l-popup {
  padding: 40px;
}

.l-container {
  padding-top: 78px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
header
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 78px;
  min-width: 1220px;
  background-color: #ffffff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}
.m-header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m-header-logo {
  margin-left: 30px;
  flex-shrink: 0;
}
.m-header-logo a {
  display: flex;
  align-items: center;
  transition: opacity 0.3s;
}
.m-header-logo a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.m-header-logo-image {
  width: 200px;
  flex-shrink: 0;
  margin-right: 10px;
  overflow: hidden;
}
.m-header-logo-text {
  font-size: 1.1rem;
  line-height: 1.35;
}
.m-header-logo svg .st-type {
  transition: 0.3s;
  fill: #00a33e;
}
.m-header-menu {
  display: none;
}
.m-header-nav {
  display: flex;
  align-items: center;
}
.m-header-mypage {
  position: absolute;
  right: 0;
  top: 0;
}
.m-header-btn {
  width: 160px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #cbe62e;
  font-size: 1.4rem;
  font-weight: 700;
  color: #232323;
  transition: 0.3s;
}
.m-header-btn .icon {
  display: block;
  width: 53px;
  flex-shrink: 0;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #ffffff;
}
.m-header-btn:hover {
  background-color: #fff000;
  text-decoration: none;
}

.m-global-nav {
  display: flex;
  margin-right: 30px;
  padding-right: 150px;
}
.m-global-nav__item {
  position: relative;
  font-size: 1.4rem;
}
.m-global-nav__item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  height: 78px;
  font-weight: 700;
  color: #232323;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
.m-global-nav__item > a:hover {
  color: #00a33e;
}

@media screen and (min-width: 1260px) {
  .m-global-nav__item > a {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (min-width: 1300px) {
  .m-global-nav__item > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1320px) {
  .m-global-nav {
    padding-right: 160px;
  }
}
@media screen and (min-width: 768px), print {
  .m-global-nav__item:hover .m-global-nav-child {
    transform: translateX(-50%) scaleY(1);
    pointer-events: auto;
  }
  .m-global-nav__item:hover > a {
    color: #00a33e;
  }
  .t-home .m-global-nav__item:nth-of-type(1) > a,
  .t-application .m-global-nav__item:nth-of-type(4) > a,
  .t-company .m-global-nav__item:nth-of-type(7) > a {
    color: #00a33e;
  }
  .m-global-nav-child {
    display: block !important;
    transition: 0.3s;
    pointer-events: none;
    transform: translateX(-50%) scaleY(0);
    transform-origin: 50% 0;
    position: absolute;
    left: 50%;
    top: 78px;
    width: 260px;
    background-color: #cbe62e;
  }
  .m-global-nav-child:before {
    content: "";
    border-bottom: solid 10px #cbe62e;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -100%);
    z-index: 1;
  }
  .m-global-nav-child__item {
    font-size: 1.3rem;
    font-weight: 500;
  }
  .m-global-nav-child__item + .m-global-nav-child__item {
    border-top: solid 1px #ffffff;
  }
  .m-global-nav-child__item a {
    position: relative;
    display: block;
    padding: 15px 30px 15px 20px;
    transition: 0.3s;
  }
  .m-global-nav-child__item a:hover {
    text-decoration: none;
    background-color: #fff000;
  }
  .m-global-nav-child__item a:before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #333333;
    border-right: solid 2px #333333;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}
.m-header-mypage-nav {
  display: block !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  -webkit-transform: translateX(-50%) scaleY(0);
  transform: translateX(-50%) scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  position: absolute;
  left: 20%;
  top: 78px;
  width: 260px;
  background-color: #cbe62e;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .m-header-mypage-nav {
    top: 49px;
  }
}
.m-header-mypage:hover .m-header-mypage-nav {
  pointer-events: auto;
  -webkit-transform: translateX(-50%) scaleY(1);
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
  visibility: visible;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
footer
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-footer-contact {
  display: flex;
  justify-content: space-between;
}
.m-footer-contact__btn {
  text-align: right;
}
.m-footer-contact-title {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}
.m-footer-contact-title__logo {
  display: block;
  margin-right: 20px;
  width: 200px;
  overflow: hidden;
}
.m-footer-contact-title__logo svg {
  fill: #00a33e;
}
.m-footer-contact-nav {
  margin-top: 40px;
  display: flex;
}
.m-footer-contact-nav__item {
  position: relative;
}
.m-footer-contact-nav__item + .m-footer-contact-nav__item {
  padding-left: 20px;
  margin-left: 20px;
}
.m-footer-contact-nav__item + .m-footer-contact-nav__item:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translate(50%, -50%);
  width: 1px;
  height: 12px;
  background-color: #232323;
}
.m-footer-contact-nav__item a {
  font-size: 1.3rem;
  color: #232323;
}

.m-footer-coop-logo {
  width: 104px;
}

.m-footer {
  background-color: #00a33e;
}
.m-footer a {
  color: #ffffff;
}
.m-footer-inner {
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px 60px;
  max-width: 1220px;
}
.m-footer-title {
  font-size: 1.4rem;
  font-weight: 700;
}
.m-footer-nav {
  margin-top: 35px;
  display: flex;
}
.m-footer-nav__item {
  width: 16.6666666667%;
}
.m-footer-nav__item--sp {
  display: none;
}
.m-footer-list {
  font-size: 1.3rem;
}
.m-footer-list__item + .m-footer-list__item {
  margin-top: 20px;
}
.m-footer-list__item > a {
  font-weight: 700;
}
.m-footer-list-child {
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.m-footer-list-child__item + .m-footer-list-child__item {
  margin-top: 10px;
}
.m-footer-list-child__item a.blank {
  padding-right: 15px;
  display: inline-block;
  position: relative;
}
.m-footer-list-child__item a.blank:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 10px;
  background-image: url("../images/common/icon-blank.png");
  background-size: 100%;
}
.m-footer-list-child__item a.pdf {
  padding-right: 30px;
  display: inline-block;
  position: relative;
}
.m-footer-list-child__item a.pdf:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 14px;
  background-image: url("../images/common/icon-pdf.png/index.html");
  background-size: 100%;
}
.m-footer-cr {
  padding: 20px;
  text-align: right;
  color: #ffffff;
  font-size: 1.1rem;
}

.m-common-contact {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  min-width: 1180px;
  display: flex;
  border-top: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  z-index: 4999;
}
.m-common-contact__tel {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00a33e;
  color: #ffffff;
}
.m-common-contact__tel a {
  color: #ffffff;
}
.m-common-contact__tel > * + * {
  margin-left: 10px;
}
.m-common-contact-tel-title {
  font-weight: 700;
  font-size: 1.4rem;
}
.m-common-contact-tel-text {
  font-weight: 700;
  font-size: 1.1rem;
}
.m-common-contact-tel-num {
  display: flex;
  align-items: center;
}
.m-common-contact-tel-num .text {
  font-size: 4.2rem;
  line-height: 1;
}
.m-common-contact-tel-num .icon {
  width: 42px;
  flex-shrink: 0;
  margin-right: 5px;
}
.m-common-contact__btns {
  width: 50%;
  display: flex;
}
.m-common-contact__btns__item {
  width: 50%;
  font-weight: 700;
  font-size: 1.8rem;
  border-left: solid 1px #ffffff;
}
.m-common-contact__btns__item .icon {
  width: 53px;
  margin-right: 10px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #ffffff;
}
.m-common-contact__btns__item a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 74px;
  background-color: #cbe62e;
  transition: 0.3s;
}
.m-common-contact__btns__item a:hover {
  background-color: #fff000;
  text-decoration: none;
}
.m-common-contact__btns__item a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #333333;
  border-right: solid 2px #333333;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

/* =======================================================================
共通
======================================================================= */
.m-gmap {
  position: relative;
  padding-bottom: 44.4444444444%;
  overflow: hidden;
}
.m-gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.m-dot-title {
  position: relative;
  font-weight: 700;
  font-size: 3.6rem;
  text-align: center;
}
.m-dot-title--icon {
  margin-top: 80px;
}
.m-dot-title .icon {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -120%);
}
.m-dot-title span {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}
.m-dot-title span:before, .m-dot-title span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100px;
  height: 0;
  border-top: dotted 4px #00a33e;
}
.m-dot-title span:before {
  left: 0;
  transform: translateX(-100%);
}
.m-dot-title span:after {
  right: 0;
  transform: translateX(100%);
}
.m-dot-title--wh {
  color: #ffffff;
}
.m-dot-title--wh span:before, .m-dot-title--wh span:after {
  border-top-color: #ffffff;
}

.m-bor-title {
  display: flex;
  align-items: center;
  text-align: center;
}
.m-bor-title:before, .m-bor-title:after {
  content: "";
  height: 1px;
  flex: 1 1 0;
  background-color: #333333;
}
.m-bor-title span {
  flex-shrink: 0;
  margin-left: 10px;
  margin-right: 10px;
}
.m-bor-title--wh {
  color: #ffffff;
}
.m-bor-title--wh:before, .m-bor-title--wh:after {
  background-color: #ffffff;
}

.m-bg-gr-title {
  padding: 10px 20px;
  color: #ffffff;
  background-color: #00a33e;
}

.m-bottom-line-title {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: solid 1px #cccccc;
}

.m-common-flow {
  margin-top: 30px;
  display: flex;
}
.m-common-flow__item {
  position: relative;
  flex: 1 1 0;
  background-color: #ffffff;
  border: 1px #000000 solid;
}
.m-common-flow__item + .m-common-flow__item {
  margin-left: 10px;
}
.m-common-flow-title {
  position: relative;
  padding: 30px;
  background-color: #00a33e;
  color: #ffffff;
  text-align: center;
}
.m-common-flow-title:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  border: 8px solid transparent;
  border-top: 12px #00a33e solid;
}
.m-common-flow-content {
  padding: 40px 30px 30px;
}
.m-common-flow-image {
  text-align: center;
}
.m-common-flow-contact {
  display: flex;
  align-items: center;
  font-size: 3.2rem;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.m-common-flow-contact .icon {
  flex-shrink: 0;
  margin-right: 5px;
  width: 40px;
  height: 23px;
  background-image: url("../images/common/icon-tel.png");
  background-size: 100%;
}

.m-common-entry-way {
  margin-left: -10px;
  display: flex;
  text-align: center;
}
.m-common-entry-way__item {
  margin-left: 10px;
  width: calc(50% - 10px);
  background-color: #ffffff;
  border: 3px #cbe62e solid;
}
.m-common-entry-way-title {
  padding: 20px;
  background-color: #cbe62e;
}

/* =======================================================================
common
======================================================================= */
.m-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  background-color: #00a33e;
  text-align: center;
}
.m-title-text {
  font-weight: 700;
  font-size: 3.6rem;
  color: #ffffff;
}

.m-line-bottom {
  padding-bottom: 10px;
  border-bottom: solid 4px #fff000;
}
.m-line-bottom--gr {
  border-bottom-color: #cbe62e;
}
.m-line-bottom--gy {
  border-bottom-color: #cccccc;
}
.m-line-bottom--thin {
  border-bottom-width: 2px;
}

.m-tbl-item {
  display: flex;
}
.m-tbl-item__title {
  font-weight: 700;
  width: 150px;
  flex-shrink: 0;
  border-bottom: solid 2px #00a33e;
  padding-top: 20px;
  padding-bottom: 20px;
}
.m-tbl-item__content {
  flex: 1 1 0;
  border-bottom: solid 2px #cccccc;
  padding: 20px 0 20px 20px;
}
.m-tbl-item:nth-of-type(1) .m-tbl-item__title {
  border-top: solid 2px #00a33e;
}
.m-tbl-item:nth-of-type(1) .m-tbl-item__content {
  border-top: solid 2px #cccccc;
}
.m-tbl--gr .m-tbl-item__title {
  width: 200px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #f5fbf7;
  color: #00a33e;
}
.m-tbl--or .m-tbl-item__title {
  width: 200px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fffbf5;
  color: #ff9900;
  border-bottom-color: #ff9900;
}
.m-tbl--or .m-tbl-item:nth-of-type(1) .m-tbl-item__title {
  border-top-color: #ff9900;
}

.m-common-mv-slide {
  position: relative;
}
.m-common-mv-slide .item {
  width: 640px;
  margin: 0 50px;
}
.m-common-mv-slide .item a {
  display: block;
  text-decoration: none;
  color: #232323;
  font-weight: 700;
  transition: opacity 0.3s;
}
.m-common-mv-slide .item a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.m-common-mv-slide .item a .img {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 20px;
  padding-top: 52.5%;
}
.m-common-mv-slide .item a .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 5px solid #fff;
  border-radius: 19px;
  opacity: 0.8;
  z-index: 2;
}
.m-common-mv-slide .item a .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.m-common-mv-slide .item a .cat {
  display: flex;
  margin-bottom: 5px;
}
.m-common-mv-slide .item a .cat li {
  margin: 0 8px 8px 0;
  padding: 8px 1em;
  border-radius: 5px;
  font-size: 1.3rem;
  color: #fff;
}
.m-common-mv-slide .item a .title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
.m-common-mv-slide .arrow {
  position: absolute;
  width: 54px;
  height: 54px;
  background-color: #fff;
  border: 3px solid #00a33e;
  border-radius: 100%;
  top: 140px;
  transition: 0.3s;
}
.m-common-mv-slide .arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #232323;
  border-right: 2px solid #232323;
  transform-origin: 100% 0;
  transform: rotate(45deg);
}
.m-common-mv-slide .arrow:hover {
  background-color: #fff000;
}
.m-common-mv-slide .arrow.l {
  left: 50%;
  margin-left: -395px;
  transform: rotate(180deg);
}
.m-common-mv-slide .arrow.r {
  right: 50%;
  margin-right: -395px;
}
.m-common-mv-slide .arrow.slick-hidden {
  display: none;
}

@media screen and (min-width: 768px), print {
  .m-common-mv-slide .item .img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    transition: 0.3s;
  }
  .m-common-mv-slide .item .text {
    opacity: 0;
    transition: 0.3s;
  }
  .m-common-mv-slide .item.show .img::after {
    opacity: 0;
  }
  .m-common-mv-slide .item.show .text {
    opacity: 1;
  }
}
/* =======================================================================
home
======================================================================= */
.m-index-mv {
  position: relative;
  overflow: hidden;
  color: #232323;
}
.m-index-mv-inner {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1220px;
}
.m-index-mv__main {
  padding: 25px;
  background-color: #00a33e;
  font-weight: 700;
  color: #fff;
}
.m-index-mv__main h1 {
  display: table;
  margin: auto;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.25em;
}
.m-index-mv__main ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m-index-mv__main ul a {
  display: block;
  height: 98px;
  padding-top: 12px;
  font-size: 1.7rem;
  background-color: #cbe62e;
  color: #232323;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
}
.m-index-mv__main ul a .icon {
  display: block;
}
.m-index-mv__main ul a .icon svg {
  width: 50px;
  height: 50px;
}

@media screen and (min-width: 768px), print {
  .m-index-mv {
    padding: 40px 0;
    background: url("../images/index/bg-mv.jpg") 50% no-repeat;
    background-size: cover;
  }
  .m-index-mv-inner {
    display: flex;
    justify-content: space-between;
  }
  .m-index-mv__main {
    width: 440px;
    padding-top: 50px;
  }
  .m-index-mv__main h1 {
    margin-bottom: 10px;
  }
  .m-index-mv__main h1 span {
    display: block;
    margin-bottom: 10px;
    padding: 0 20px 20px;
    background: url("../images/index/line-mv.png") no-repeat 50% 100%;
    background-size: 100% 10px;
  }
  .m-index-mv__main p {
    margin-left: 30px;
    font-size: 1.25rem;
    line-height: 2.1;
  }
  .m-index-mv__main ul {
    margin-top: 20px;
  }
  .m-index-mv__main ul li {
    width: 50%;
    padding: 3px;
  }
  .m-index-mv__main ul a:hover {
    background-color: #fff000;
  }
}
@media screen and (min-width: 768px), print {
  .m-index-slide {
    width: 680px;
  }
  .m-index-slide .m-common-mv-slide {
    height: 100%;
  }
  .m-index-slide .slide {
    width: 1360px;
    height: 100%;
  }
  .m-index-slide .item {
    margin: 0 60px 0 0;
  }
  .m-index-slide .arrow.l {
    left: -40px;
    margin-left: 0;
  }
  .m-index-slide .arrow.r {
    right: auto;
    margin-right: 0;
    left: 624px;
  }
  .m-index-slide .slick-dots {
    position: absolute;
    left: -10px;
    bottom: 0;
    display: flex;
    z-index: 5;
  }
  .m-index-slide .slick-dots li button {
    position: relative;
    overflow: hidden;
    width: 34px;
    height: 0;
    margin: 0;
    padding: 34px 0 0;
    border: 0;
    background: none;
  }
  .m-index-slide .slick-dots li button::after {
    content: "";
    position: absolute;
    top: 11px;
    bottom: 11px;
    left: 11px;
    right: 11px;
    background-color: #ffffff;
    border: 1px solid #00a33e;
    border-radius: 100%;
    transition: background 0.2s;
  }
  .m-index-slide .slick-dots .slick-active button::after {
    background-color: #00a33e;
  }
  .m-index-slide .btn {
    position: absolute;
    bottom: 0;
    right: 60px;
    width: 210px;
    font-weight: 700;
    z-index: 5;
  }
  .m-index-slide .btn a {
    height: 50px;
  }
}
.m-index-topics {
  position: relative;
  margin: 0 auto;
  padding: 80px 20px 90px;
  max-width: 1220px;
  display: flex;
}
.m-index-topics-title {
  width: 190px;
  flex-shrink: 0;
  font-size: 1.3rem;
}
.m-index-topics-title p {
  font-weight: 700;
  font-size: 3.5rem;
}
.m-index-topics-title h2 {
  font-weight: 700;
}
.m-index-topics-list {
  width: 700px;
  margin-top: -5px;
}
.m-index-topics-list__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 15px 20px 15px 0;
  border-bottom: 1px solid #ebebeb;
  line-height: 1.65;
  text-decoration: none !important;
}
.m-index-topics-list__item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 6px;
  height: 6px;
  border-top: 1px #232323 solid;
  border-right: 1px #232323 solid;
  transform: translateY(-50%) rotate(45deg);
}
.m-index-topics-list__item .time {
  width: 90px;
  flex-shrink: 0;
  font-size: 1.5rem;
  font-weight: 700;
  padding-top: 2px;
  letter-spacing: 0;
}
.m-index-topics-list__item .cat {
  flex-shrink: 0;
  min-width: 100px;
  padding: 1px 10px;
  border: 1px solid #cccccc;
  font-size: 1.3rem;
  text-align: center;
  font-weight: 700;
}
.m-index-topics-list__item .title {
  margin-left: 15px;
  font-size: 1.5rem;
}
.m-index-topics-list__item:hover .title {
  text-decoration: underline;
}
.m-index-topics-btn {
  width: 210px;
  font-weight: 700;
  margin: auto 40px 0 auto;
}
.m-index-topics-btn a {
  height: 50px;
}

.m-home-feature {
  position: relative;
  padding-top: 40px;
  background-image: url("../images/index/bg-feature_2107.jpg");
  background-position: 50%;
  background-size: cover;
}
.m-home-feature::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 42%;
  background-color: #009755;
  opacity: 0.9;
}

.ua-other .m-home-feature {
  background-attachment: fixed;
}

.m-home-feature-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
}
.m-home-feature-list__item {
  flex: 1 1 0;
  margin-right: 12px;
  border-top: solid 6px #fff000;
  background-color: #ffffff;
  padding: 30px;
  text-align: center;
}
.m-home-feature-list__item.main {
  width: 100%;
  flex-basis: 100%;
  margin-bottom: 12px;
  padding: 60px;
}
.m-home-feature-list__item.main h3 {
  font-size: 4.5rem;
  font-weight: 700;
  color: #232323;
}
.m-home-feature-list__item.main h3 span {
  display: table;
  margin: 0 auto;
  padding-bottom: 15px;
  background: url(../images/index/line-feature-main.png) no-repeat 50% 100%;
  background-size: 100% 10px;
}
.m-home-feature-list__item.main h3 span + span {
  margin-top: 10px;
}
.m-home-feature-list__item.main .btn {
  margin-top: 30px;
  font-weight: 700;
}
.m-home-feature-list__item.main .btn a {
  width: 466px;
  height: 70px;
  font-size: 1.6rem;
}
.m-home-feature-list__item .title-otoku {
  font-size: 2.3rem;
}
.m-home-feature-list__item .title-otoku .title {
  display: block;
  margin-bottom: 3px;
  font-size: 2.4rem;
}
.m-home-feature-list__item .title-otoku .line {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  z-index: 2;
}
.m-home-feature-list__item .title-otoku .line:before {
  content: "";
  position: absolute;
  right: -3px;
  bottom: 8px;
  left: 0;
  height: 10px;
  background-color: #fff000;
  z-index: -1;
}
.m-home-feature-list__item .title-otoku .num {
  display: inline-block;
  font-size: 5rem;
  font-weight: 700;
  vertical-align: -3px;
}

.m-home-feature-col {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.m-home-feature-col__image {
  width: 55.2542372881%;
  margin-right: -30px;
}
.m-home-feature-col__content {
  flex: 1 1 0;
  margin-right: 40px;
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 5px, rgba(0, 0, 0, 0.1) -1px 1px 5px, rgba(0, 0, 0, 0.1) 1px -1px 5px, rgba(0, 0, 0, 0.1) -1px -1px 5px;
}

.m-index-bio {
  position: relative;
  padding-top: 40px;
  background-image: url("../images/index/bg-bio.jpg");
  background-position: 50%;
  background-size: cover;
  color: #fff;
}
.m-index-bio h2 {
  margin-bottom: 40px;
  padding-top: 140px;
  background: url(../images/index/icon-bio.png) no-repeat 50% 0;
  background-size: 120px;
  font-size: 4.6rem;
  font-weight: 700;
  text-align: center;
}
.m-index-bio h2 span {
  display: table;
  margin: 0 auto;
  padding-bottom: 15px;
  background: url(../images/index/line-feature-main.png) no-repeat 50% 100%;
  background-size: 100% 10px;
}
.m-index-bio h2 span + span {
  margin-top: 10px;
}
.m-index-bio .lead {
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2;
  text-align: center;
}

.ua-other .m-index-bio {
  background-attachment: fixed;
}

.m-index-bio-qa {
  margin: 50px auto 0;
  padding: 90px 0 70px;
  background-color: #fff;
  border-radius: 10px;
  color: #232323;
}
.m-index-bio-qa .qa {
  display: flex;
  justify-content: space-between;
  margin: 0 60px 50px;
  line-height: 1.8;
}
.m-index-bio-qa .qa section {
  position: relative;
  width: 515px;
  padding: 70px 45px 30px;
  border: 4px solid #cbe62e;
  border-radius: 6px;
}
.m-index-bio-qa .qa section h3 {
  position: absolute;
  top: -32px;
  left: 16px;
  right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-radius: 100px;
  background-color: #cbe62e;
  text-align: center;
  color: #5C370C;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.m-index-bio-qa .qa section h3:after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -10px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #cbe62e transparent transparent transparent;
}
.m-index-bio-qa .qa section dt {
  position: relative;
  display: table;
  margin: 0 0 15px 75px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #00a33e;
  border-bottom: 3px dotted #cbe62e;
}
.m-index-bio-qa .qa section dt::before {
  content: "";
  position: absolute;
  left: -75px;
  top: -5px;
  width: 66px;
  height: 44px;
  background: url("../images/index/ico-bio.png") no-repeat 50%;
  background-size: 100%;
}
.m-index-bio-qa .img {
  text-align: center;
}
.m-index-bio-qa .place {
  max-width: 900px;
  margin: 80px auto 0;
  line-height: 1.8;
  display: flex;
  justify-content: space-between;
}
.m-index-bio-qa .place .text {
  width: 510px;
  padding-top: 20px;
}
.m-index-bio-qa .place h4 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 30px;
  border-bottom: 1px solid #00a33e;
}
.m-index-bio-qa .place h4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 28px;
  background: url("../images/index/icon-bio-place.png") no-repeat 50%;
  background-size: 100%;
}
.m-index-bio-qa .place h4 span {
  font-weight: 700;
  font-size: 1.8rem;
  color: #00a33e;
}

.m-home-fit {
  display: flex;
  flex-direction: row-reverse;
}
.m-home-fit__image {
  flex-shrink: 0;
  width: 47%;
  background-size: cover;
  background-position: 0% 50%;
  background-image: url("../images/index/img-feature-04.jpg");
}
.m-home-fit__image img {
  width: 100%;
}
.m-home-fit__content {
  flex: 1 1 0;
  padding: 80px 40px 40px 60px;
}
.m-home-fit-col {
  margin-top: 30px;
  display: flex;
}
.m-home-fit-col__image {
  width: 300px;
  flex-shrink: 0;
}
.m-home-fit-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.65;
  color: #ffffff;
  background-color: #00a33e;
  height: 85px;
  transition: 0.3s;
}
.m-home-fit-btn:hover {
  background-color: #cbe62e;
  text-decoration: none;
}
.m-home-fit-btn .icon {
  width: 80px;
  flex-shrink: 0;
  margin-right: 20px;
}
.m-home-fit-btn:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.m-home-price-title {
  background-color: #00a33e;
  text-align: center;
  color: #ffffff;
  padding: 20px;
}

.m-home-price-fit {
  position: relative;
  margin-top: 40px;
  display: flex;
  align-items: center;
  border: solid 2px #cbe62e;
  background-color: #ffffff;
  padding: 10px 30px 10px 40px;
}
.m-home-price-fit:before {
  content: "";
  border-bottom: solid 30px #cbe62e;
  border-left: solid 20px transparent;
  border-right: solid 20px transparent;
  position: absolute;
  left: 200px;
  top: 0;
  transform: translateY(-100%);
}
.m-home-price-fit:after {
  content: "";
  border-bottom: solid 26px #ffffff;
  border-left: solid 16px transparent;
  border-right: solid 16px transparent;
  position: absolute;
  left: 204px;
  top: 0;
  transform: translateY(-100%);
}
.m-home-price-fit-title {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.m-home-price-fit-title .icon {
  width: 68px;
  flex-shrink: 0;
  transform: translateY(-10px);
  margin-right: 10px;
}
.m-home-price-fit-content {
  flex: 1 1 0;
  margin-left: 40px;
}

.m-home-price-links {
  display: flex;
  margin-right: -20px;
}
.m-home-price-links__item {
  position: relative;
  flex: 1 1 0;
  margin-right: 20px;
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
}
.m-home-price-links__item--simulation {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #cbe62e;
  font-weight: 700;
  font-size: 2.2rem;
  transition: 0.3s;
}
.m-home-price-links__item--simulation:hover {
  background-color: #fff000;
  text-decoration: none;
}
.m-home-price-links__item--simulation .icon {
  width: 53px;
  flex-shrink: 0;
  background-color: #ffffff;
  border-radius: 50%;
  margin-right: 20px;
}
.m-home-price-links__item--simulation:before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 2px #333333;
  border-right: solid 2px #333333;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.m-home-price-links-btns {
  display: flex;
  justify-content: center;
  margin-right: -10px;
}
.m-home-price-links-btns > * {
  width: 220px;
  margin-right: 10px;
}

.m-home-price-more {
  display: flex;
  margin-right: -12px;
}
.m-home-price-more__item {
  position: relative;
  flex: 1 1 0;
  margin-right: 12px;
  background-color: #00a33e;
  padding: 60px 40px 40px;
}
.m-home-price-more-icon {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.m-home-price-more-title {
  display: flex;
  justify-content: center;
  text-align: center;
  color: #ffffff;
}
.m-home-price-more-title .icon {
  width: 80px;
  flex-shrink: 0;
  margin-right: 10px;
}
.m-home-price-more-title .text {
  padding-bottom: 10px;
  border-bottom: dotted 4px #ffffff;
}
.m-home-price-more-text {
  text-align: center;
  color: #ffffff;
}

.m-home-price-more-list__item {
  background-color: #ffffff;
}
.m-home-price-more-list__item + .m-home-price-more-list__item {
  margin-top: 12px;
}
.m-home-price-more-list-title {
  background-color: #cbe62e;
  padding: 10px;
  text-align: center;
}
.m-home-price-more-list-col {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-home-price-more-list-col > * + * {
  margin-left: 20px;
}

.m-home-price-btn {
  margin-top: 80px;
  padding-bottom: 80px;
}
.m-home-price-btn .simulation-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 164px;
  background-color: #cbe62e;
  border: 6px solid #fff;
  border-radius: 16px;
  color: #232323;
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: 0.3s;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.15);
}
.m-home-price-btn .simulation-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 25px;
  height: 25px;
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  transform-origin: 100% 0;
  transform: rotate(45deg);
}
.m-home-price-btn .simulation-btn:hover {
  background-color: #fff000;
}
.m-home-price-btn .simulation-btn > span {
  position: relative;
  z-index: 2;
}
.m-home-price-btn .simulation-btn > span::before {
  content: "";
  position: absolute;
  bottom: 50%;
  right: -125px;
  width: 100px;
  height: 90px;
  margin-bottom: -30px;
  background: url(../images/index/icon-simulation-btn.png) no-repeat 50%;
  background-size: 100%;
}
.m-home-price-btn .simulation-btn .fuki {
  position: absolute;
  top: -80px;
  left: -190px;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #f48526;
  border-radius: 100%;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.3;
  letter-spacing: 0;
  pointer-events: none;
}
.m-home-price-btn .simulation-btn .fuki::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 30px;
  height: 30px;
  background-color: #f48526;
  transform-origin: 100% 100%;
  transform: skewX(45deg) rotate(-5deg);
  z-index: -1;
}
.m-home-price-btn .plan-btn {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-home-price-btn .plan-btn dt {
  margin-right: 10px;
  font-size: 1.7rem;
  font-weight: 700;
}
.m-home-price-btn .plan-btn ul {
  display: flex;
}
.m-home-price-btn .plan-btn li {
  padding-left: 10px;
  width: 260px;
}

.m-index-voice {
  color: #fff;
  padding-bottom: 20px;
  background-image: repeating-linear-gradient(-55deg, #00a33e 0, #00a33e 8px, #0da848 8px, #0da848 13px);
}
.m-index-voice .contents {
  margin-top: 60px;
}
.m-index-voice .contents section {
  display: flex;
  justify-content: space-between;
  line-height: 1.7;
}
.m-index-voice .contents section .img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  font-family: "object-fit: cover;";
  border-radius: 100%;
}
.m-index-voice .contents section .text {
  width: calc(100% - 225px);
}
.m-index-voice .contents section .cat {
  display: flex;
  margin-bottom: 5px;
}
.m-index-voice .contents section .cat li {
  margin: 0 8px 8px 0;
  padding: 5px 1em;
  border-radius: 5px;
  font-size: 1.3rem;
  background-color: #fff000;
  color: #000;
}
.m-index-voice .contents section .from {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.m-index-voice .contents section h3 {
  font-size: 2rem;
  font-weight: 700;
}
.m-index-voice .contents section h3::before {
  content: "";
  display: block;
  margin-bottom: 15px;
  width: 30px;
  border-top: 4px solid #fff000;
}

@media screen and (min-width: 768px), print {
  .m-index-voice .contents {
    display: flex;
    justify-content: space-between;
  }
  .m-index-voice .contents section {
    width: 530px;
    position: relative;
  }
  .m-index-voice .contents section .text {
    padding-bottom: 70px;
  }
  .m-index-voice .contents section .more {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
    font-weight: 700;
  }
  .m-index-voice .contents section .more a {
    height: 50px;
  }
}
.m-index-entry {
  padding-top: 30px;
}
.m-index-entry h2 {
  display: table;
  position: relative;
  margin: 0 auto 40px;
  padding: 0 5px 20px;
  text-align: center;
  font-size: 4.8rem;
  line-height: 1.3;
  font-weight: 700;
  background: url(../images/index/line-entry.png) repeat-x 50% 100%;
  background-size: auto 6px;
}
.m-index-entry h2 .icon {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -120%);
}
.m-index-entry .flow {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 115px;
  z-index: 2;
}
.m-index-entry .flow li {
  position: relative;
  width: 410px;
  padding: 30px;
  background-color: #cbe62e;
  border: 4px solid #fff;
  text-align: center;
  line-height: 1.7;
}
.m-index-entry .flow li .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-weight: 700;
}
.m-index-entry .flow li .title .en {
  position: relative;
  margin-right: 8px;
  font-size: 2.6rem;
  line-height: 1.3;
}
.m-index-entry .flow li .title .en::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid;
}
.m-index-entry .flow li .title .num {
  color: #fff000;
  -webkit-text-stroke: 2px #232323;
  text-stroke: 2px #232323;
  font-size: 6.8rem;
  line-height: 0.8;
}
.m-index-entry .flow li .img {
  margin-bottom: 10px;
}
.m-index-entry .flow li + li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -84px;
  width: 50px;
  height: 74px;
  margin-top: -37px;
  background: url("../images/index/img-entry-arrow.png") no-repeat 50%;
  background-size: 100%;
}
.m-index-entry .main {
  margin-top: -30px;
  padding: 110px 0 50px;
  background-color: #fff000;
}
.m-index-entry .main dl {
  position: relative;
  width: 940px;
  margin: 0 auto;
  padding-bottom: 40px;
  font-size: 3.1rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.m-index-entry .main dl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 45px;
  width: 186px;
  height: 130px;
  background: url(../images/index/img-entry-main01.png) no-repeat 50%;
  background-size: 100%;
}
.m-index-entry .main dl:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100px;
  width: 120px;
  height: 186px;
  background: url(../images/index/img-entry-main02.png) no-repeat 50%;
  background-size: 100%;
}
.m-index-entry .main dl dd {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.m-index-entry .main dl .num {
  margin-right: 10px;
  color: #fff;
  -webkit-text-stroke: 2px #232323;
  text-stroke: 2px #232323;
  font-size: 12.1rem;
  font-weight: 700;
  line-height: 0.8;
}
.m-index-entry .main dl .en {
  position: relative;
  margin-right: 5px;
  font-size: 4.5rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.m-index-entry .main dl .en::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  border-bottom: 2px solid;
}
.m-index-entry .main dl .en + * {
  padding-top: 5px;
}
.m-index-entry .entry_btn {
  position: relative;
  width: 940px;
  margin: 0 auto;
  font-weight: 700;
  z-index: 2;
}
.m-index-entry .entry_btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 114px;
  background: #00a33e;
  color: #fff;
  text-decoration: none;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  transition: 0.3s;
}
.m-index-entry .entry_btn a .blank {
  position: relative;
  padding: 0 35px;
}
.m-index-entry .entry_btn a .blank::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 22px;
  height: 18px;
  margin-top: -9px;
  background: url("../images/index/icon-blank-large_wh.png") no-repeat 50%;
  background-size: 100%;
}
.m-index-entry .entry_btn a:hover {
  background-color: #7ecd02;
}
.m-index-entry .column {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.m-index-entry .callcenter {
  position: relative;
  width: 720px;
  padding: 40px 20px 40px 180px;
  background-color: #fff;
  border: 3px solid #cbe62e;
  line-height: 1.8;
}
.m-index-entry .callcenter::before {
  content: "";
  position: absolute;
  left: 60px;
  top: 35px;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background: #fff000 url("../images/index/icon-callcenter.png") no-repeat 50%;
  background-size: 100%;
}
.m-index-entry .callcenter h3 {
  margin-bottom: 10px;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 700;
}
.m-index-entry .callcenter dl {
  margin-top: 20px;
}
.m-index-entry .callcenter dl dt {
  font-size: 1.7rem;
}
.m-index-entry .callcenter dl dd {
  display: flex;
  flex-wrap: wrap;
}
.m-index-entry .callcenter dl dd .icon {
  margin-top: 8px;
  width: 66px;
  height: 38px;
  background: url("../images/common/icon-tel.png") no-repeat 50%;
  background-size: 100%;
}
.m-index-entry .callcenter dl dd .number {
  margin-left: 5px;
  display: block;
  font-size: 5.2rem;
  line-height: 1;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.m-index-entry .callcenter dl dd .time {
  width: 100%;
}
.m-index-entry .nonmember {
  position: relative;
  width: 420px;
  background-color: #fff;
  border: 3px solid #00a33e;
  line-height: 1.8;
  text-align: center;
  font-size: 2.1rem;
}
.m-index-entry .nonmember h3 {
  margin-bottom: 60px;
  padding: 22px 0 25px;
  background-color: #00a33e;
  color: #fff;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.6;
}

.m-home-entry-list {
  display: flex;
  margin-right: -32px;
  justify-content: center;
}
.m-home-entry-list__item {
  margin-right: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 194px;
  height: 194px;
  border: solid 2px #00a33e;
  border-radius: 50%;
  font-weight: 700;
  font-size: 2.3rem;
  text-align: center;
}

.m-home-faq-item + .m-home-faq-item {
  margin-top: 8px;
}
.m-home-faq-item-title {
  display: flex;
  padding: 10px 20px;
  cursor: pointer;
  background-color: #ffffff;
  transition: 0.3s;
}
.m-home-faq-item-title .icon {
  color: #00a33e;
  flex-shrink: 0;
  margin-right: 1em;
  font-size: 1.8rem;
  transform: translateY(-2px);
}
.m-home-faq-item-title.is-active {
  background-color: #00a33e;
  color: #ffffff;
}
.m-home-faq-item-title.is-active .icon {
  color: #ffffff;
}
.m-home-faq-item-content {
  display: none;
  padding: 20px 20px 20px 20px;
}
.m-home-faq-item-content-inner {
  position: relative;
  padding-left: 80px;
}
.m-home-faq-item-content .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 64px;
}

.m-index-special {
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}
.m-index-special-inner {
  position: relative;
  margin-top: 40px;
  padding-bottom: 40px;
}
.m-index-special-inner .m-icon-slide-prev {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-left: -540px;
  display: block;
  border-left: 1px #333333 solid;
  border-bottom: 1px #333333 solid;
  transform: rotate(45deg) translate(-50%, -50%);
  text-indent: -9998em;
  z-index: 1;
}
.m-index-special-inner .m-icon-slide-next {
  cursor: pointer;
  position: absolute;
  right: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-right: -540px;
  display: block;
  border-top: 1px #333333 solid;
  border-right: 1px #333333 solid;
  transform: rotate(45deg) translate(-50%, -50%);
  text-indent: -9998em;
  z-index: 1;
}
.m-index-special-inner .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  z-index: 1;
}
.m-index-special-inner .slick-dots li {
  cursor: pointer;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border: 1px #333333 solid;
  border-radius: 50%;
  text-indent: -9998em;
}
.m-index-special-inner .slick-dots li.slick-active {
  background-color: #fff000;
}
.m-index-special-inner .slick-dots li + li {
  margin-left: 20px;
}
.m-index-special-item {
  width: 960px;
  margin-left: 80px;
  margin-right: 80px;
}
.m-index-special-content {
  transition: opacity 0.3s;
}
.m-index-special-content:hover {
  opacity: 0.7;
  text-decoration: none;
}
.m-index-special-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 10px;
}
.m-index-special-content__image {
  position: relative;
  width: 450px;
  z-index: 1;
  flex-shrink: 0;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.05);
}
.m-index-special-content__box {
  position: relative;
  margin-top: 30px;
  margin-left: -80px;
  padding: 75px 35px 120px 140px;
  flex: 1 1 0;
  background-color: #ffffff;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.05);
}
.m-index-special-text {
  position: relative;
}
.m-index-special-text .title {
  font-size: 2.2rem;
  display: block;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.m-index-special-text .title:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 30px;
  height: 4px;
  background-color: #fff000;
}
.m-index-special-text .text {
  font-size: 1.8rem;
  line-height: 1.75;
}
.m-index-special-btn {
  position: absolute;
  right: 35px;
  bottom: 35px;
  width: 170px;
}

.m-home-bnrfit {
  background: url(../images/index/home-bnrfit-bg.png) no-repeat;
  background-size: cover;
}

.m-home-bnrfit-logo {
  text-align: center;
  margin-bottom: 0;
}

.m-home-bnrfit-link {
  max-width: 580px;
  height: 85px;
  margin: -25px auto 30px;
}

@media screen and (max-width: 767px) {
  .m-home-bnrfit-link {
    margin: 0px auto 10px;
    font-size: 1.5rem;
    height: 75px;
  }
}
/* =======================================================================
   guidebook
======================================================================= */
.m-home-price-catalog {
  width: 710px;
  margin: 0 auto 120px;
  line-height: 1.8;
  text-align: center;
}
.m-home-price-catalog > a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px;
  background-color: #cbe62e;
  border: 7px solid #fff;
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  text-decoration: none;
  color: #232323;
}
.m-home-price-catalog > a .fuki {
  position: absolute;
  top: -30px;
  right: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 114px;
  height: 78px;
  border-radius: 100%;
  background-color: #00a33e;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.m-home-price-catalog > a .fuki::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -15px;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #00a33e transparent transparent transparent;
}
.m-home-price-catalog > a .catalog-text {
  flex: 1 1 0;
}
.m-home-price-catalog > a h3 {
  margin-bottom: 10px;
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.m-home-price-catalog > a .m-btn {
  margin-top: 20px;
  width: 330px;
}
.m-home-price-catalog > a .catalog-image {
  flex-shrink: 0;
  width: 134px;
  margin: 0 45px 0 20px;
}
.m-home-price-catalog > a .catalog-image img {
  width: 100%;
  height: auto;
}
.m-home-price-catalog > a:hover {
  border-color: #fff000;
}
.m-home-price-catalog > a:hover .m-btn {
  background-color: #fff;
}

.m-index-energy {
  background-image: repeating-linear-gradient(-55deg, #cbe62e 0, #cbe62e 8px, #d5eb58 8px, #d5eb58 13px);
}
.m-index-energy ul {
  display: flex;
  justify-content: space-between;
  margin: 50px 20px 0;
}
.m-index-energy ul li {
  width: 254px;
}
.m-index-energy ul a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #232323;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
}
.m-index-energy ul a .ico {
  display: block;
  border: 10px solid #fff;
  border-radius: 100%;
  margin-bottom: 15px;
  transition: 0.3s;
}
.m-index-energy ul li:nth-child(2n+1) a .ico {
  background-color: #fff000;
}
.m-index-energy ul li:nth-child(2n+1) a:hover .ico {
  background-color: #fff;
  border-color: #fff000;
}
.m-index-energy ul li:nth-child(2n) a .ico {
  background-color: #00a33e;
}
.m-index-energy ul li:nth-child(2n) a:hover .ico {
  background-color: #fff;
  border-color: #00a33e;
}

/* =======================================================================
electric-power
index
======================================================================= */
.m-electric-power-menu {
  margin-left: -10px;
  display: flex;
}
.m-electric-power-menu__item {
  position: relative;
  margin-left: 10px;
  width: calc(50% - 10px);
}
.m-electric-power-menu-inner {
  padding: 50px 50px 40px 50px;
  background-color: #ffffff;
  text-align: center;
}
.m-electric-power-menu-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-electric-power-menu-image {
  position: relative;
  transition: 0.3s;
}
.m-electric-power-menu-image .icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -70%);
}
.m-electric-power-plan {
  margin-left: -10px;
  margin-bottom: -10px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.m-electric-power-plan__item {
  margin-left: 10px;
  margin-bottom: 10px;
  width: calc(50% - 10px);
  background-color: #ffffff;
  border: solid 2px #00a33e;
}
.m-electric-power-plan-title {
  padding: 25px;
  background-color: #00a33e;
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  color: #ffffff;
}
.m-electric-power-plan-title:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  width: 20px;
  height: 30px;
  border: 10px transparent solid;
  border-top: 15px #00a33e solid;
  transform: translateY(100%);
}
.m-electric-power-plan-content {
  padding: 40px;
}
.m-electric-power-plan-price .underline {
  margin-left: 10px;
  display: inline-block;
  background-image: linear-gradient(to bottom, transparent 0%, transparent 75%, #fff000 75%, #fff000 100%);
}
.m-electric-power-plan-price .price {
  font-size: 5rem;
}

.m-electric-power-flow {
  margin-left: -140px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.m-electric-power-flow__item {
  position: relative;
  padding-top: 35px;
  margin-left: 140px;
  width: calc(33.3333333333% - 140px);
}
.m-electric-power-flow-title {
  padding: 15px;
  background-color: #f6f6f6;
  font-size: 1.9rem;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.m-electric-power-flow-title:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  border: 8px transparent solid;
  border-top: 12px #f6f6f6 solid;
}
.m-electric-power-flow-content {
  position: relative;
  min-height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 80px;
  border: 3px #00a33e solid;
  text-align: center;
  background-color: #ffffff;
}
.m-electric-power-flow-content .text {
  font-size: 2.6rem;
  line-height: 1.4;
  color: #00a33e;
}
.m-electric-power-flow-content--01 .m-electric-power-flow-arrow {
  position: absolute;
  top: 50%;
  right: -112px;
  transform: translateY(-50%);
}
.m-electric-power-flow-content--02 {
  background-color: #00a33e;
}
.m-electric-power-flow-content--02 .text {
  color: #ffffff;
}
.m-electric-power-flow-content--02 .m-electric-power-flow-arrow {
  position: absolute;
  top: 0;
  right: -116px;
}
.m-electric-power-flow-content--03 .m-electric-power-flow-arrow {
  position: absolute;
  left: -112px;
  bottom: 0;
}
.m-electric-power-flow-image {
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
}

/* =======================================================================
electric-power
price
======================================================================= */
.m-electric-power-tab-content {
  border-top: solid 2px;
  display: none;
}
.m-electric-power-tab-content.is-active {
  display: block;
}
.m-electric-power-tab-content.b {
  border-top-color: #00a33e;
}
.m-electric-power-tab-content.c {
  border-top-color: #3a8dde;
}

.m-electric-power-tab-list {
  display: flex;
}
.m-electric-power-tab-list__item {
  flex: 1 1 0;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.m-electric-power-tab-list__item span {
  font-size: 3.7rem;
  margin-left: 0.1em;
  margin-right: 0.1em;
  display: inline-block;
}
.m-electric-power-tab-list__item + .m-electric-power-tab-list__item {
  margin-left: 12px;
}
.m-electric-power-tab-list__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  color: #ffffff;
  background-color: #cccccc;
  transition: 0.3s;
}
.m-electric-power-tab-list__item a:hover {
  text-decoration: none;
}
.m-electric-power-tab-list__item a.b:hover, .m-electric-power-tab-list__item a.b.is-active {
  background-color: #00a33e;
}
.m-electric-power-tab-list__item a.c:hover, .m-electric-power-tab-list__item a.c.is-active {
  background-color: #3a8dde;
}

.m-electric-power-tbl-wrap .w100 {
  width: 100px;
}
.m-electric-power-tbl-wrap .w120 {
  width: 120px;
}
.m-electric-power-tbl-wrap .w140 {
  width: 140px;
}
.m-electric-power-tbl-wrap .w280 {
  width: 280px;
}
.m-electric-power-tbl-wrap table {
  width: 100%;
}
.m-electric-power-tbl-wrap th, .m-electric-power-tbl-wrap td {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 10px 0;
  border: solid 1px #ffffff;
  text-align: center;
}
.m-electric-power-tbl-wrap th span, .m-electric-power-tbl-wrap td span {
  line-height: 1.2;
}
.m-electric-power-tbl-wrap thead th {
  padding: 10px 20px;
  font-size: 1.9rem;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
}
.m-electric-power-tbl-wrap thead td {
  letter-spacing: -0.1em;
}
.m-electric-power-tbl-wrap .icon {
  float: right;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -5px;
  margin-right: 5px;
  padding: 5px;
  background-color: #f45064;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}
.m-electric-power-tbl-wrap .dgr {
  background-color: #00a33e;
}
.m-electric-power-tbl-wrap .bl {
  background-color: #3a8dde;
}
.m-electric-power-tbl-wrap .lgy {
  background-color: #f4f4f4;
}
.m-electric-power-tbl-wrap .gy {
  background-color: #e4e4e4;
}
.m-electric-power-tbl-wrap .gr {
  background-color: #d5eb58;
}
.m-electric-power-tbl-wrap .lgr {
  background-color: #eaf5ab;
}
.m-electric-power-tbl-wrap .yl {
  background-color: #fff333;
}
.m-electric-power-tbl-wrap .lyl {
  background-color: #fff999;
}
.m-electric-power-tbl-wrap .egr {
  background-color: #d1ede2;
}
.m-electric-power-tbl-wrap .sbl {
  background-color: #d0e6fc;
}
.m-electric-power-tbl-wrap .lpr {
  background-color: #d4d9f9;
}
.m-electric-power-tbl-wrap .lbl {
  background-color: #ebf3fc;
}
.m-electric-power-tbl-wrap .pk {
  background-color: #f45064;
  color: #ffffff;
}
.m-electric-power-tbl-wrap .lpk {
  background-color: #fcdbde;
}
.m-electric-power-tbl-wrap .or {
  background-image: repeating-linear-gradient(-55deg, #fde6a1 0, #fde6a1 4px, #fcdb78 0, #fcdb78 10px);
}

/* =======================================================================
special
======================================================================= */
.m-special-title {
  text-align: center;
}
.m-special-title span {
  display: block;
  margin-top: 10px;
  font-size: 1.6rem;
}
.m-special-title a {
  display: inline-block;
  transition: opacity 0.3s;
}
.m-special-title a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* =======================================================================
topics
======================================================================= */
.m-home-topics__item {
  height: 415px;
}

.m-topics-cat-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 100px;
  margin-right: 96px;
  margin-bottom: -4px;
}
.m-topics-cat-nav__item {
  width: calc(25% - 4px);
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.m-topics-cat-nav__item a {
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  transition: 0.3s;
}
.m-topics-cat-nav__item a.is-active, .m-topics-cat-nav__item a:hover {
  background-color: #fff000;
  text-decoration: none;
}

.m-topics-archives {
  display: flex;
  flex-wrap: wrap;
  margin-right: -60px;
}
.m-topics-archives__item {
  width: calc(33.3333333333% - 60px);
  margin-right: 60px;
  margin-top: 60px;
}
.m-topics-archives__item a {
  display: block;
  transition: opacity 0.3s;
}
.m-topics-archives__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.m-topics-archives-image {
  position: relative;
  margin-bottom: 20px;
  padding-top: 52.5%;
}
.m-topics-archives-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.m-topics-archives-h {
  display: flex;
  align-items: center;
}
.m-topics-archives-h > * + * {
  margin-left: 1em;
}
.m-topics-archives-h .datetime {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
.m-topics-archives-h .cat {
  padding: 5px 10px;
  border: solid 1px #333333;
  font-size: 1.2rem;
}
.m-topics-archives-title {
  line-height: 1.7;
  font-size: 1.7rem;
  font-weight: 700;
}
.m-topics-archives-text {
  font-size: 1.4rem;
  line-height: 1.7;
}

.m-topics-article-cat {
  background-color: #fff000;
  padding: 5px 20px;
  font-size: 1.3rem;
}
.m-topics-article-datetime {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
}
.m-topics-article-title {
  padding-bottom: 20px;
  border-bottom: solid 4px #fff000;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.5;
}

.m-topics-detail-nav {
  display: flex;
  margin-top: 120px;
}
.m-topics-detail-nav__item + .m-topics-detail-nav__item {
  margin-left: 30px;
}
.m-topics-detail-nav__item--prev, .m-topics-detail-nav__item--next {
  width: 240px;
}
.m-topics-detail-nav__item--index {
  flex: 1 1 0;
}
.m-topics-detail-nav__item--prev {
  margin-right: auto;
}
.m-topics-detail-nav__item--next {
  margin-left: auto;
}

.m-topics-connection__title {
  color: #fff;
  background-color: #00a33e;
  font-size: 2.5rem;
  font-weight: 700;
  padding: 10px 20px;
}
.m-topics-connection__lists {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}
.m-topics-connection__list {
  width: 100%;
  height: 100%;
}
.m-topics-connection__list a {
  display: flex;
  align-items: center;
  gap: 5%;
}
.m-topics-connection__list a:hover {
  transition: 0.3s;
  text-decoration: none;
  opacity: 0.7;
}
.m-topics-connection__img {
  width: 25%;
}
.m-topics-connection__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-topics-connection__content {
  width: 70%;
}
.m-topics-connection__date {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
.m-topics-connection__sub-title {
  font-size: 1.8rem;
  margin-top: 15px;
}

/* =======================================================================
company
======================================================================= */
.m-company-social {
  position: relative;
  background-position: 50%;
  background-size: cover;
  background-image: url("../images/company/bg-social.jpg");
}
.m-company-social-icon {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -30px);
}

.m-company-social-list__item {
  padding: 80px;
  background-color: #ffffff;
}
.m-company-social-list__item + .m-company-social-list__item {
  margin-top: 12px;
}
.m-company-social-list-image {
  text-align: center;
}

.m-company-service {
  display: flex;
  margin-right: -12px;
}
.m-company-service__item {
  flex: 1 1 0;
  background-color: #f6f6f6;
  margin-right: 12px;
}
.m-company-service-image {
  text-align: center;
}
.m-company-service-content {
  padding: 30px;
}

/* =======================================================================
company
social
======================================================================= */
.m-company-social-action-image {
  text-align: center;
}

.m-company-social-action-list {
  display: flex;
  margin-left: -12px;
}
.m-company-social-action-list__item {
  width: calc(50% - 12px);
  margin-left: 12px;
  background-color: #fff000;
  padding: 60px;
  text-align: center;
}

.m-company-social-action-sdgs-list {
  display: flex;
  justify-content: center;
  margin-left: -12px;
}
.m-company-social-action-sdgs-list__item {
  margin-left: 12px;
  text-align: center;
}

.m-company-social-action-recycling {
  display: flex;
}
.m-company-social-action-recycling__image {
  flex-shrink: 0;
  margin-left: 40px;
}
.m-company-social-action-recycling__content {
  flex: 1 1 0;
}

/* =======================================================================
company
greeting
======================================================================= */
.m-company-greeting {
  margin-top: 40px;
}
.m-company-greeting img {
  float: left;
  margin-right: 7%;
}
.m-company-greeting h3 {
  padding-top: 30px;
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: 1px;
}
.m-company-greeting p {
  margin-top: 28px;
  letter-spacing: 1.2px;
  font-size: 16px;
}
.m-company-greeting p.mt-70 {
  margin-top: 70px;
}
.m-company-greeting p.mt-m5 {
  margin-top: -5px;
}

/* =======================================================================
application
======================================================================= */
.m-application-links {
  margin-left: 70px;
  margin-right: 70px;
}

.m-application-btns {
  display: flex;
}
.m-application-btns__agree {
  flex: 1 1 0;
  position: relative;
  margin-right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.7rem;
  height: 80px;
  background-color: #cbe62e;
  transition: 0.3s;
}
.m-application-btns__agree:hover {
  background-color: #fff000;
}
.m-application-btns__agree:hover:before {
  border-left-color: #fff000;
}
.m-application-btns__agree .m-input-checkbox {
  flex-shrink: 0;
}
.m-application-btns__agree:before {
  content: "";
  border-left: solid 24px #cbe62e;
  border-top: solid 40px transparent;
  border-bottom: solid 40px transparent;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: 0.3s;
}
.m-application-btns__entry {
  flex: 1 1 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  background-color: #cccccc;
  pointer-events: none;
  font-weight: 700;
  font-size: 1.7rem;
  color: #ffffff;
  transition: 0.3s;
  opacity: 0.5;
}
.m-application-btns__entry.is-active {
  pointer-events: auto;
  background-color: #00a33e;
  opacity: 1;
}
.m-application-btns__entry.is-active:hover {
  background-color: #fff000;
  color: #333333;
  text-decoration: none;
}
.m-application-btns__entry.is-active:hover:before {
  border-top-color: #333333;
  border-right-color: #333333;
}
.m-application-btns__entry:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
.m-application-btns__entry .icon {
  width: 53px;
  flex-shrink: 0;
  margin-right: 10px;
  background-color: #ffffff;
  border-radius: 50%;
}

/* =======================================================================
sitemap
======================================================================= */
.m-sitemap-list__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: solid 2px #cccccc;
}
.m-sitemap-list__item:before {
  content: "";
  width: 254px;
  height: 2px;
  background-color: #00a33e;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
}
.m-sitemap-list__item:nth-of-type(1) {
  padding-top: 0;
}
.m-sitemap-list__item > a {
  position: relative;
  padding-right: 1em;
  font-size: 1.8rem;
  color: #00a33e;
}
.m-sitemap-list__item > a:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  border-top: solid 2px #00a33e;
  border-right: solid 2px #00a33e;
  transform: translateY(-50%) rotate(45deg);
}
.m-sitemap-list-child {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 254px);
  padding-left: 90px;
  margin-bottom: -1em;
  font-size: 1.6rem;
}
.m-sitemap-list-child__item {
  position: relative;
  width: 50%;
  margin-bottom: 1em;
  padding-left: 1em;
}
.m-sitemap-list-child__item:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

/* =======================================================================
simulation
======================================================================= */
.m-simulation-intro {
  display: flex;
  align-items: center;
}
.m-simulation-intro__image {
  flex-shrink: 0;
  margin-right: -150px;
}
.m-simulation-intro__content {
  flex: 1 1 0;
  margin-right: 30px;
}

.m-simulation-step-item {
  position: relative;
  background-color: #f6f6f6;
  padding: 50px 140px;
  margin-bottom: 100px;
}
.m-simulation-step-item:before {
  content: "";
  width: 32px;
  height: 32px;
  border-right: solid 5px #cbe62e;
  border-bottom: solid 5px #cbe62e;
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translate(-50%, 25%) rotate(45deg);
}
.m-simulation-step-item--result:before {
  display: none;
}

.m-simulation-step-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 2.8rem;
}
.m-simulation-step-title > * + * {
  margin-left: 10px;
}

.m-simulation-step-box {
  border: solid 2px #00a33e;
  background-color: #ffffff;
  font-size: 1.8rem;
}
.m-simulation-step-box + .m-simulation-step-box {
  margin-top: -2px;
}

.m-simulation-kerosene {
  display: flex;
  justify-content: center;
  padding: 30px;
}
.m-simulation-kerosene > * + * {
  margin-left: 60px;
}

.m-simulation-gas {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}
.m-simulation-gas__title {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  font-weight: 700;
  color: #00a33e;
}
.m-simulation-gas__title > * + * {
  margin-left: 10px;
}
.m-simulation-gas__content {
  display: flex;
  align-items: center;
  margin-left: 60px;
}
.m-simulation-gas__content > * + * {
  margin-left: 60px;
}

.m-simulation-status {
  display: flex;
  align-items: center;
  padding: 30px;
}
.m-simulation-status__title {
  width: 240px;
  flex-shrink: 0;
  font-weight: 700;
  color: #00a33e;
}
.m-simulation-status__content {
  display: flex;
  align-items: center;
}
.m-simulation-status__content > * + * {
  margin-left: 60px;
}

.m-simulation-use-select {
  display: flex;
  justify-content: center;
  padding: 30px;
}
.m-simulation-use-select > * + * {
  margin-left: 60px;
}

.m-simulation-use-one {
  padding: 20px 30px;
  display: flex;
  align-items: center;
}
.m-simulation-use-one__title {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  font-weight: 700;
  color: #00a33e;
}
.m-simulation-use-one__title > * + * {
  margin-left: 10px;
}
.m-simulation-use-one__content {
  display: flex;
  align-items: center;
  margin-left: 60px;
}
.m-simulation-use-one__content > * + * {
  margin-left: 20px;
}

.m-simulation-use-all-1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 30px 40px;
  margin-bottom: 40px;
}
.m-simulation-use-all-1:before, .m-simulation-use-all-1:after {
  content: "";
  width: 24px;
  height: 24px;
  border-right: solid 5px #cbe62e;
  border-bottom: solid 5px #cbe62e;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) rotate(45deg);
}
.m-simulation-use-all-1:after {
  margin-bottom: -16px;
}
.m-simulation-use-all-1 > * + * {
  margin-left: 30px;
}
.m-simulation-use-all-1 .btn {
  display: block;
  text-align: center;
  width: 200px;
  padding: 10px;
  border-radius: 4px;
  background-color: #cbe62e;
  transition: 0.3s;
}
.m-simulation-use-all-1 .btn:hover {
  background-color: #fff000;
  text-decoration: none;
}

.m-simulation-use-all-2 .text {
  text-align: center;
  font-size: 1.6rem;
}
.m-simulation-use-all-2-col {
  display: flex;
  padding: 30px;
}
.m-simulation-use-all-2-col__title {
  width: 160px;
  flex-shrink: 0;
  color: #00a33e;
  font-weight: 700;
}
.m-simulation-use-all-2-col__content {
  flex: 1 1 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: -20px;
}
.m-simulation-use-all-2-col__content > * {
  width: calc(16.6% - 10px);
  margin-right: 10px;
  margin-bottom: 20px;
}
.m-simulation-use-all-2-col__content > * .month {
  display: block;
  text-align: center;
  background-color: #fffdd9;
  margin-bottom: 5px;
  padding: 10px;
  font-size: 1.6rem;
}
.m-simulation-use-all-2-col__content > * .m-input-text {
  width: 100%;
  font-size: 1.6rem;
  color: #00a33e;
}

.m-simulation-use-all-3 {
  display: flex;
  justify-content: center;
  padding: 30px;
  margin-left: 30px;
  margin-right: 30px;
  border-top: dashed 1px #00a33e;
  align-items: center;
}
.m-simulation-use-all-3 .title {
  color: #00a33e;
  font-weight: 700;
}
.m-simulation-use-all-3 > * + * {
  margin-left: 30px;
}
.m-simulation-use-all-3-text {
  display: inline-block;
  min-width: 5em;
  border: solid 2px #00a33e;
  padding: 10px 20px;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  vertical-align: middle;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.m-simulation-use-all-3 .btn {
  display: flex;
  align-items: center;
  background-color: #cbe62e;
  border-radius: 4px;
  padding: 5px 10px;
  width: 100px;
  font-size: 1.5rem;
  transition: 0.3s;
}
.m-simulation-use-all-3 .btn:hover {
  background-color: #fff000;
  text-decoration: none;
}
.m-simulation-use-all-3 .btn .icon {
  width: 25px;
  flex-shrink: 0;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #ffffff;
}

.m-simulation-plan {
  display: flex;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.m-simulation-plan + .m-simulation-plan {
  border-top: dashed 1px #00a33e;
}
.m-simulation-plan__title {
  width: 160px;
  color: #00a33e;
  font-weight: 700;
}
.m-simulation-plan__content {
  flex: 1 1 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-bottom: -8px;
}
.m-simulation-plan__content > * {
  width: calc(50% - 8px);
  margin-right: 8px;
  margin-bottom: 8px;
}

.m-simulation-plan-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 5px;
  border: solid 1px #cccccc;
  background-color: #fffcd1;
  text-align: center;
  transition: 0.3s;
}
.m-simulation-plan-1.is-active {
  border-color: #00a33e;
}
.m-simulation-plan-1.is-disable {
  cursor: default;
  background-color: #f6f6f6;
}

.m-simulation-plan-2 {
  position: relative;
  padding: 40px 5px 20px 5px;
  border: solid 1px #cccccc;
  background-color: #fffcd1;
  text-align: center;
  transition: 0.3s;
}
.m-simulation-plan-2.is-active {
  border-color: #00a33e;
}
.m-simulation-plan-2.is-active .opt {
  color: #ff4500;
}
.m-simulation-plan-2.is-disable {
  cursor: default;
  background-color: #f6f6f6;
}
.m-simulation-plan-2.is-disable .opt {
  color: #333333;
  background-color: #e0e0e0;
}
.m-simulation-plan-2.is-disable .remarks {
  color: #333333;
}
.m-simulation-plan-2.no-opt {
  padding-top: 30px;
}
.m-simulation-plan-2 .opt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffeaa9;
  text-align: center;
  padding: 5px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #ff4500;
}
.m-simulation-plan-2 .remarks {
  margin-top: 10px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  color: #00a33e;
}
.m-simulation-plan-2 .remarks em {
  font-size: 1.8rem;
}

.m-simulation-step-result-btn {
  position: relative;
  width: 584px;
  height: 124px;
  margin-left: auto;
  margin-right: auto;
  background-color: #cccccc;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 700;
  transition: 0.3s;
  opacity: 0.5;
  pointer-events: none;
}
.m-simulation-step-result-btn .icon {
  width: 53px;
  flex-shrink: 0;
  margin-right: 10px;
  background-color: #ffffff;
  border-radius: 50%;
}
.m-simulation-step-result-btn:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
.m-simulation-step-result-btn.is-active {
  background-color: #00a33e;
  pointer-events: auto;
  opacity: 1;
}
.m-simulation-step-result-btn.is-active:hover {
  background-color: #fff000;
  text-decoration: none;
  color: #333333;
}
.m-simulation-step-result-btn.is-active:hover:before {
  border-top-color: #333333;
  border-right-color: #333333;
}

.m-simulation-status2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px;
}
.m-simulation-status2 > * {
  display: flex;
  align-items: center;
}
.m-simulation-status2 > * > * + * {
  margin-left: 10px;
}
.m-simulation-status2 > * + * {
  margin-left: 40px;
}
.m-simulation-status2 .title {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #00a33e;
}
.m-simulation-status2 .title > * + * {
  margin-left: 10px;
}
.m-simulation-status2 .spec {
  display: block;
  font-weight: 700;
  color: #00a33e;
  text-align: center;
  margin-bottom: 5px;
}
.m-simulation-status2 + .m-simulation-status2 {
  margin-top: 0;
}
.m-simulation-status2:nth-last-of-type(1) {
  padding-top: 30px;
  border-top: dashed 1px #00a33e;
}
.m-simulation-status2 .status {
  border: solid 1px #00a33e;
  padding: 10px 20px;
  text-align: center;
}

.m-simulation-result {
  position: relative;
  background-color: #cbe62e;
  padding: 80px 140px;
}
.m-simulation-result-icon {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.m-simulation-result-title {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}
.m-simulation-result-title .plan {
  display: block;
  margin-bottom: 5px;
  font-size: 3.3rem;
}
.m-simulation-result-box {
  position: relative;
  background-color: #ffffff;
  padding: 40px 150px;
}
.m-simulation-result-box-icon {
  position: absolute;
  right: 20px;
  bottom: -10px;
}
.m-simulation-result-comparison {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m-simulation-result-comparison__before {
  position: relative;
  width: 220px;
  text-align: center;
}
.m-simulation-result-comparison__before:before {
  content: "";
  border-left: solid 24px #cbe62e;
  border-top: solid 24px transparent;
  border-bottom: solid 24px transparent;
  position: absolute;
  right: -70px;
  top: 40%;
}
.m-simulation-result-comparison__before .title {
  display: block;
  margin-bottom: 10px;
  font-size: 1.7rem;
}
.m-simulation-result-comparison__before .status {
  display: block;
  border: solid 1px #00a33e;
  padding: 20px;
  font-size: 2rem;
}
.m-simulation-result-comparison__after {
  width: 260px;
  text-align: center;
}
.m-simulation-result-comparison__after .title {
  display: block;
  margin-bottom: 10px;
  color: #00a33e;
  font-size: 2.1rem;
}
.m-simulation-result-comparison__after .status {
  display: block;
  border: solid 4px #00a33e;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 3.2rem;
}
.m-simulation-result-breakdown {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: solid 2px #cccccc;
  border-bottom: solid 2px #cccccc;
  font-size: 1.4rem;
}
.m-simulation-result-breakdown-title {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.m-simulation-result-breakdown-title .icon {
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #cbe62e;
}
.m-simulation-result-breakdown-title .icon:before, .m-simulation-result-breakdown-title .icon:after {
  content: "";
  background-color: #333333;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.m-simulation-result-breakdown-title .icon:before {
  width: 12px;
  height: 2px;
}
.m-simulation-result-breakdown-title .icon:after {
  width: 2px;
  height: 12px;
  transition: 0.3s;
}
.m-simulation-result-breakdown-title.is-active .icon:after {
  opacity: 0;
  height: 0;
}
.m-simulation-result-breakdown-content {
  display: none;
  margin-top: 20px;
}
.m-simulation-result-breakdown-tbl {
  width: 100%;
  font-size: 1.4rem;
}
.m-simulation-result-breakdown-tbl th, .m-simulation-result-breakdown-tbl td {
  padding: 10px;
  text-align: center;
  border: solid 1px #333333;
}
.m-simulation-result-breakdown-tbl thead th:nth-of-type(1) {
  background-color: #f6f6f6;
}
.m-simulation-result-breakdown-tbl thead th:nth-of-type(3) {
  background-color: #cbe62e;
}
.m-simulation-result-breakdown-tbl tbody th {
  width: 20%;
  background-color: #f6f6f6;
}
.m-simulation-result-breakdown-tbl tbody td {
  width: 40%;
}
.m-simulation-result-breakdown-tbl tbody td:nth-of-type(2) {
  background-color: #fffcc4;
}
.m-simulation-result-text {
  margin-top: 20px;
  padding: 15px;
  text-align: center;
  background-color: #fff000;
  font-size: 1.6rem;
}
.m-simulation-result-text .price {
  font-size: 4rem;
  color: #fb0000;
}
.m-simulation-result-text .point {
  font-size: 3.2rem;
  color: #fb0000;
}
.m-simulation-result-text + .m-simulation-result-text {
  margin-top: 8px;
}
.m-simulation-result-corp-service {
  display: flex;
  justify-content: center;
}
.m-simulation-result-corp-service > * {
  padding: 0px 10px;
  background-color: #ffffff;
  border: solid 1px #232323;
}
.m-simulation-result-corp-service > *.txt {
  border: 0;
  padding: 0;
  background-color: transparent;
}
.m-simulation-result-corp-service > * + * {
  margin-left: 10px;
}
.m-simulation-result-price-txt {
  position: relative;
}
.m-simulation-result-price-txt.electric {
  padding-bottom: 40px;
}
.m-simulation-result-price-txt.electric:before, .m-simulation-result-price-txt.electric:after {
  content: "";
  background-color: #232323;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.m-simulation-result-price-txt.electric:before {
  width: 20px;
  height: 1px;
  bottom: 20px;
}
.m-simulation-result-price-txt.electric:after {
  width: 1px;
  height: 20px;
  bottom: 10px;
}
.m-simulation-result-price-txt.all {
  padding-top: 40px;
}
.m-simulation-result-price-txt.all:before {
  content: "";
  border-top: solid 20px #fb0000;
  border-left: solid 20px transparent;
  border-right: solid 20px transparent;
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
}

.m-simulation-result-btns {
  display: flex;
  justify-content: center;
  margin-left: 70px;
  margin-right: 70px;
}
.m-simulation-result-btns > * + * {
  margin-left: 40px;
}
.m-simulation-result-btns__prev {
  position: relative;
  flex: 1 1 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 2px #00a33e;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  height: 80px;
  transition: 0.3s;
}
.m-simulation-result-btns__prev:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #333333;
  border-left: solid 2px #333333;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.3s;
}
.m-simulation-result-btns__prev:hover {
  background-color: #fff000;
  border-color: #fff000;
  text-decoration: none;
}
.m-simulation-result-btns__entry {
  position: relative;
  flex: 1 1 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00a33e;
  color: #ffffff;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  height: 80px;
  transition: 0.3s;
}
.m-simulation-result-btns__entry .icon {
  width: 53px;
  flex-shrink: 0;
  margin-right: 10px;
  background-color: #ffffff;
  border-radius: 50%;
}
.m-simulation-result-btns__entry:before {
  content: "";
  width: 8px;
  height: 8px;
  transition: 0.3s;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.m-simulation-result-btns__entry:hover {
  background-color: #fff000;
  color: #333333;
  text-decoration: none;
}
.m-simulation-result-btns__entry:hover:before {
  border-top-color: #333333;
  border-right-color: #333333;
}

.m-simulation-err {
  display: none;
}

.m-simulation-err-bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}

.m-simulation-err-content {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  max-width: 50%;
  min-width: 720px;
  z-index: 9001;
  padding-bottom: 20px;
}

.m-simulation-err-title {
  background-color: #00a33e;
  text-align: center;
  color: #ffffff;
  padding: 10px 20px;
}

.m-simulation-err-item {
  display: none;
  padding: 20px;
  border-bottom: solid 1px #cccccc;
}

.m-simulation-err-close {
  width: 25%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.m-simulation-result-wrap {
  display: none;
}

.m-simulation-recommend {
  margin-top: 120px;
  margin-left: 140px;
  margin-right: 140px;
}
.m-simulation-recommend-inner {
  border: solid 2px #cbe62e;
}
.m-simulation-recommend-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #00a33e;
  font-weight: 700;
  font-size: 2.8rem;
}
.m-simulation-recommend-title:before, .m-simulation-recommend-title:after {
  content: "";
  flex: 1 1 0;
  height: 1px;
  background-color: #00a33e;
}
.m-simulation-recommend-title:before {
  margin-right: 20px;
}
.m-simulation-recommend-title:after {
  margin-left: 20px;
}

/*============================
#l-wrapper
============================*/
.pc-Only {
  display: block;
}

.sp-Only {
  display: none;
}

.t-fit a:hover {
  text-decoration: none;
}
.t-fit #l-wrapper {
  padding-bottom: 0;
}

.m-fit-mainvisual {
  width: 100%;
  height: 800px;
  background: url(../images/fit/m-fit-mainvisual.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.item-fit {
  width: 300px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  overflow: hidden;
  margin-top: 6px;
}

/*============================
#img-logo
============================*/
.m-fit-header {
  position: relative;
}
.m-fit-header .st0 {
  fill: #FFFFFF;
  stroke: #5C370C;
  stroke-width: 1.312;
}
.m-fit-header .st1 {
  fill: #FFFFFF;
}
.m-fit-header .st2 {
  fill: #5C370C;
}
.m-fit-header .st3 {
  fill: #E30012;
}
.m-fit-header .st4 {
  fill: #F4C6DB;
}
.m-fit-header .st5 {
  fill: #FFFFFF;
  stroke: #5C370C;
  stroke-width: 0.8273;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.m-fit-header .st6 {
  fill: #FFFFFF;
  stroke: #5C370C;
  stroke-width: 1.3362;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.m-fit-header .st7 {
  fill: none;
  stroke: #5C370C;
  stroke-width: 1.1373;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.m-fit-header .st8 {
  fill: #FFFFFF;
  stroke: #5C370C;
  stroke-width: 1.3069;
}
.m-fit-header .st-type {
  fill: #FFF !important;
}
.m-fit-header {
  position: fixed;
  width: 100%;
  z-index: 2;
  transition: 1s;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.m-fit-header.bgf {
  background: #FFF;
}
.m-fit-header.bgf .st-type {
  color: #00A33D;
  fill: #00a33e !important;
}
.m-fit-header.bgf .m-header-logo-text {
  color: #333333;
}
.m-fit-header.bgf span {
  color: #333333;
}
.m-fit-header.bgf p {
  color: #333333;
}
.m-fit-header.bgf a {
  color: #333333;
}

.m-fit-logo {
  padding: 15px 8px;
}

.m-header-top {
  display: flex;
  justify-content: space-between;
  height: 75px;
  overflow: hidden;
}

.m-fit-header-nav {
  display: flex;
  justify-content: space-between;
}

.m-header-logo-text {
  color: #FFF;
  font-weight: bold;
}

.m-fit-header-nav-column {
  display: flex;
  justify-content: space-between;
  padding: 15px 8px;
}

.m-fit-header-nav-column-l p {
  font-size: 1.4rem;
  color: #FFF;
  position: relative;
  left: -8px;
  top: 3px;
  font-weight: bold;
  line-height: 1.5;
}

.m-fit-header-nav-column-l-r p {
  font-size: 1.4rem;
  color: #FFF;
  margin-left: 70px;
  position: relative;
  top: -3px;
  left: -15px;
  line-height: 1;
}
.m-fit-header-nav-column-l-r p a {
  font-size: 4.2rem;
  font-weight: bold;
  color: #FFF;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.m-fit-header-nav-column-l-r p span {
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
}
.m-fit-header-nav-column-l-r p:before {
  content: "";
  background: url(../images/fit/m-fit-tel.svg) no-repeat;
  width: 47px;
  height: 27px;
  position: absolute;
  left: -47px;
  top: 8px;
}

.m-fit-header-nav-column-list-ul {
  display: flex;
}
.m-fit-header-nav-column-list-ul li {
  width: 225px;
  height: 76px;
}
.m-fit-header-nav-column-list-ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 14px 20px;
  font-size: 1.4rem;
  font-weight: bold;
}
.m-fit-header-nav-column-list-ul li:nth-child(2) {
  background: #CBE62E;
  transition: 1s;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.m-fit-header-nav-column-list-ul li:nth-child(2):hover {
  background: #FFF005;
}
.m-fit-header-nav-column-list-ul li:nth-child(2) a span {
  margin-left: 2px;
  margin-right: 7px;
}

.m-fit-mainvisual-box {
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-fit-mainvisual-box-title01 {
  margin-top: 20px;
}

.m-fit-about {
  padding: 80px 0 120px;
  background: #F6F6F6;
}

.m-fit-wrap {
  max-width: 1170px;
  margin: 0 auto;
}

.m-fit-about-title {
  letter-spacing: 1px;
  margin-left: 23px;
  margin-bottom: 50px;
}

.m-fit-about-info {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2.5px;
  line-height: 1.7;
  margin-bottom: 47px;
}

.m-fit-about-attention {
  position: relative;
  padding-left: 35px;
}

.m-fit-about-attention::before {
  content: "※1";
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

.m-fit-about-attention.item02::before {
  content: "※2";
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

.m-fit-about-box {
  padding-top: 60px;
}
.m-fit-about-box.pt37 {
  padding-top: 37px;
}

.m-fit-about-box-title {
  background: #CBE62E;
  font-size: 3.3rem;
  font-weight: bold;
  height: 90px;
  display: flex;
  align-items: center;
}

.m-fit-about-box-title01 {
  padding: 0 45px;
  letter-spacing: 1px;
}
.m-fit-about-box-title01 span {
  margin-right: 45px;
}

.m-fit-about-box-title02 {
  padding: 0 45px;
  letter-spacing: 1px;
  font-size: 3rem;
}
.m-fit-about-box-title02 span {
  position: relative;
  left: 79px;
  top: -18px;
}

.m-fit-about-box-column {
  background: #FFF;
  padding: 55px 60px 45px;
  display: flex;
  justify-content: space-between;
}

.m-fit-about-box-column-l {
  width: 50%;
}
.m-fit-about-box-column-l img {
  margin: 25px 0px 0px 62px;
}

.m-fit-defalt-16 {
  font-size: 1.6rem;
  line-height: 2.3;
  letter-spacing: 1px;
}

.m-fit-about-box-column-r {
  width: 50%;
}
.m-fit-about-box-column-r.m-fit-w77 {
  width: 77% !important;
}
.m-fit-about-box-column-r img {
  margin: -25px 0px 0px 23px;
}

.m-fit-price {
  padding: 110px 0 150px;
  background: url(../images/fit/m-fit-price-bg.jpg) no-repeat;
  background-size: cover;
}

.m-fit-price-title {
  margin-bottom: 30px;
}

.m-fit-price-txt {
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
}

.m-fit-price-list-item {
  padding: 43px 0 25px !important;
}
.m-fit-price-list-item h3 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #616161;
  line-height: 1.5;
  margin-bottom: 36px;
}

.m-fit-price-list-img01 {
  margin-bottom: 35px;
}

.m-fit-season {
  padding: 160px 0 125px;
  background: #F6F6F6;
}

.m-fit-season-title {
  color: #232323;
  margin-bottom: 50px;
}

.m-fit-defalt-20 {
  font-size: 2rem;
}

.m-fit-season-txt {
  text-align: center;
  font-weight: bold;
  margin-bottom: 65px;
  letter-spacing: 3px;
}
.m-fit-season-txt span {
  color: #00A33E;
}

.m-fix-season-box {
  padding: 40px 0px 40px 35px;
  background: #FFF;
  margin-bottom: 24px;
}
.m-fix-season-box figure {
  margin-bottom: 0px;
}

.m-fit-season-txt02 {
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 3px;
  padding-left: 10px;
}

.m-fix-season-box-info {
  text-align: center;
  padding-top: 11px;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
}

.m-fit-season-attention {
  text-indent: -3rem;
  padding-left: 3rem;
  font-size: 1.6rem;
}

.m-fit-target {
  padding: 160px 0 90px;
  background: #00A33E;
}

.m-fit-target-title {
  margin-bottom: 50px;
}

.m-fit-target-info {
  text-align: center;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 60px;
  font-size: 2.3rem;
  line-height: 1.8;
}

.m-fit-target-column {
  display: flex;
  position: relative;
  margin-bottom: 20px;
}
.m-fit-target-column:before {
  content: "";
  background: url(../images/fit/m-fit-target-column-center.png) no-repeat;
  width: 108px;
  height: 120px;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.m-fit-target-column-l {
  background: #FFFFFF;
  padding: 15px 33px;
  width: 50%;
  display: flex;
  align-items: center;
}

.m-fit-target-column-icon {
  margin-right: 20px;
  margin-top: -20px;
}

.m-fit-target-column-txt01 {
  font-size: 1.8rem;
  margin-bottom: 12px;
  letter-spacing: 3px;
}

.m-fit-target-column-txt02 {
  font-size: 3.3rem;
  margin-bottom: 3px;
  font-weight: bold;
  letter-spacing: 7px;
  margin-bottom: 3px;
}

.m-fit-target-column-txt03 {
  background: #FFF000;
  padding: 10px;
  border-radius: 50px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.m-fit-target-column-r {
  background: #CBE62E;
  padding: 45px 50px 45px 90px;
  width: 50%;
  display: flex;
  align-items: center;
}

.m-fit-target-attention {
  text-align: center;
  color: #FFF;
}

.m-fit-contact {
  padding: 165px 0 130px;
  background: #F6F6F6;
}

.m-fit-wrap-contact {
  max-width: 1070px;
}

.m-fit-contact-txt01 {
  margin-bottom: 25px;
  padding-top: 13px;
  letter-spacing: 0;
}

.m-fit-contact-txt02 {
  margin-bottom: 30px;
  color: #FF4500;
  font-weight: 600;
}

.m-fit-contact-txt03 {
  line-height: 2;
  margin-bottom: 54px;
}
.m-fit-contact-txt03 a {
  color: #00A33E;
  font-weight: 600;
  text-decoration: underline;
  letter-spacing: 0px;
}

.m-fit-contact-step {
  display: flex;
  margin-bottom: 20px;
}

.m-fit-contact-step-list {
  display: flex;
  align-items: center;
  width: 100%;
}
.m-fit-contact-step-list label {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 17px 0px 17px 40px;
}
.m-fit-contact-step-list label input {
  border: solid 2px #00A33E !important;
}
.m-fit-contact-step-list a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 17px 40px;
}

.m-fit-contact-step-list-step01 {
  background: #FFF000;
  position: relative;
  z-index: 1;
}
.m-fit-contact-step-list-step01:hover {
  background: #CDE62B;
}
.m-fit-contact-step-list-step01:hover:before {
  content: "";
  border-left: solid 24px #CDE62B;
}
.m-fit-contact-step-list-step01:before {
  content: "";
  border-left: solid 24px #FFF000;
  border-top: solid 40px transparent;
  border-bottom: solid 40px transparent;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.m-fit-contact-step-list-step02 {
  margin-left: -25px;
}

.m-fit-contact-step-list.step01 {
  background: #FFF000;
  max-width: 332px;
  position: relative;
}
.m-fit-contact-step-list.step01:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: -60px;
  top: 0;
  border: solid transparent;
  border-width: 40px 30px;
  border-left-color: #fff000;
  z-index: 1;
}

.m-fit-contact-step-list.step02 {
  background: #CBE62E;
  padding-left: 20px !important;
  max-width: 330px;
  position: relative;
  margin-right: 30px;
}
.m-fit-contact-step-list.step02:after {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  right: -60px;
  top: 0;
  border: solid transparent;
  border-width: 40px 30px;
  border-left-color: #CBE62E;
  z-index: 1;
}

.m-fit-contact-step-list.step03 {
  background: #00A33E;
}
.m-fit-contact-step-list.step03 a {
  color: #FFF;
  font-weight: bold;
  position: relative;
  padding-left: 74px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.m-fit-contact-step-list.step03 a:hover {
  background: #FFF004;
  color: #333333;
}
.m-fit-contact-step-list.step03 a:hover:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.m-fit-contact-step-list.step03 a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.m-fit-contact-txt04 {
  margin-bottom: 40px;
  line-height: 1.8;
}

.m-fit-contact-send {
  background: #FFF;
  padding: 80px 50px 60px;
}

.m-fit-contact-send-title {
  text-align: center;
  font-size: 2.7rem;
  font-weight: bold;
  margin-bottom: 37px;
}

.m-fit-contact-txt05 {
  text-align: center;
  margin-bottom: 20px;
}

.m-fit-contact-send-step {
  display: flex;
  margin-bottom: 25px;
}

.m-fit-contact-send-step-list {
  position: relative;
}

.m-fit-contact-send-step-list.step01 {
  max-width: 300px;
  width: 100%;
  height: 100%;
}
.m-fit-contact-send-step-list.step01 a {
  padding: 48px 21px;
  color: #FFF;
  background: #00A33E;
  width: 100%;
  height: 100%;
  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;
  font-weight: bold;
  font-size: 1.7rem;
  letter-spacing: 2px;
}
.m-fit-contact-send-step-list.step01 a span {
  margin-right: 20px;
}

.m-fit-contact-send-step-list.step02 {
  background: #FFF;
  padding: 35px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  line-height: 2;
  font-weight: bold;
  font-size: 1.7rem;
  position: relative;
}
.m-fit-contact-send-step-list.step02:before {
  content: "";
  background: url(../images/fit/m-fit-contact-send-step-list-allow.svg) no-repeat;
  width: 30px;
  height: 75px;
  position: absolute;
  left: 8px;
  top: 27%;
}
.m-fit-contact-send-step-list.step02:after {
  content: "";
  background: url(../images/fit/m-fit-contact-send-step-list-allow.svg) no-repeat;
  width: 30px;
  height: 75px;
  position: absolute;
  right: 10px;
  top: 27%;
}

.m-fit-contact-send-step-list.step03 {
  background: #F6F6F6;
  padding: 30px 20px;
  font-size: 1.6rem;
  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;
  line-height: 1.8;
}

.m-fit-contact-txt06 {
  font-size: 1.6rem;
  text-align: center;
}
.m-fit-contact-txt06 a {
  color: #00A33E;
  text-decoration: underline;
  font-weight: bold;
}

.m-fit-after {
  padding: 90px 0;
}

.m-fit-after-title {
  font-size: 2.4rem;
  margin-bottom: 30px;
  line-height: 2;
  padding-top: 15px;
}

.m-fit-after-link {
  width: 610px;
  margin: 0 auto;
}
.m-fit-after-link a {
  height: 125px;
  margin-right: 0;
  padding: 20px 10px;
}

.m-common-contact {
  display: none;
}

@media screen and (max-width: 1265px) {
  .m-fit-header-nav-column-l-r p a {
    font-size: 3.2rem;
  }
  .m-fit-header-nav-column-l p {
    font-size: 1.2rem;
  }
  .m-fit-header-nav-column-l-r p span {
    display: block;
    font-size: 0.8rem;
    font-weight: bold;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 767px) {
  .m-dot-title span {
    line-height: 1.5;
  }
  .m-fit-header.bgf {
    height: 70px;
  }
  .m-fit-header.bgf .m-fit-header-nav-column-list-ul li:nth-child(1) {
    background: #FFF;
  }
  .m-fit-header.bgf .m-fit-header-nav-column-list-ul li:nth-child(1) a {
    text-align: center;
  }
  .m-fit-header.bgf .m-fit-header-nav-column-list-ul li:nth-child(1) a span {
    display: block;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    width: 28px;
    padding-bottom: 5px;
    margin: 0 auto;
    font-weight: bold;
  }
  .pc-Only {
    display: none;
  }
  .sp-Only {
    display: block;
  }
  .m-fit-logo {
    padding: 22px 8px 15px;
  }
  .m-fit-logo .m-header-logo-image {
    width: 105px !important;
  }
  .m-header-top {
    height: 70px;
  }
  .m-application-btns {
    flex-flow: column nowrap;
    display: block !important;
  }
  .m-application-btns label {
    margin-bottom: 20px;
  }
  .m-fit-contact-step-list-step01 {
    position: relative;
    font-size: 1.5rem;
    padding: 10px 0px 10px 45px;
    margin-right: 0;
    background: #FFF000 !important;
  }
  .m-fit-contact-step-list-step01:before {
    content: "";
    content: "";
    border-left: solid 24px #FFF000 !important;
    border-top: solid 40px transparent;
    border-bottom: solid 40px transparent;
    position: absolute;
    right: 47%;
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
    transform: rotateZ(90deg);
    top: 19px;
    /* -webkit-transform: translateX(100%); */
    -ms-transform: translateX(100%);
    /* transform: translateX(100%); */
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .m-fit-contact-step-list-step01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    line-height: 2;
    font-weight: bold;
    font-size: 1.5rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    margin-left: 0;
    text-align: center;
    padding: 10px 0px 10px 45px;
    margin-right: 0;
  }
  .m-fit-contact-step-list-step02 {
    background: #CBE62E !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    line-height: 2;
    font-weight: bold;
    font-size: 1.5rem;
    justify-content: flex-start;
    position: relative;
    margin-left: 0;
    text-align: center;
    padding: 10px 0px 10px 45px;
    margin-right: 0;
  }
  .m-fit-contact-step-list-step02:before {
    content: "";
    border-left: solid 24px #CBE62E !important;
    border-top: solid 40px transparent;
    border-bottom: solid 40px transparent;
    position: absolute;
    right: 47%;
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
    transform: rotateZ(90deg);
    top: 19px;
    /* -webkit-transform: translateX(100%); */
    -ms-transform: translateX(100%);
    /* transform: translateX(100%); */
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .m-fit-contact-step-list-on {
    padding: 10px 0px 10px 45px;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .m-fit-header-nav-column-l {
    display: none;
  }
  .m-fit-header-nav-column-l-r {
    display: none;
  }
  .m-fit-header-nav-column-list-ul {
    display: flex;
  }
  .m-fit-header-nav-column-list-ul li {
    width: 70px;
    height: 70px;
  }
  .m-fit-header-nav-column-list-ul li a {
    display: block;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 8px 5px 5px;
    font-size: 0.8rem;
    font-weight: bold;
  }
  .m-fit-header-nav-column-list-ul li:nth-child(1) {
    background: #FFF;
  }
  .m-fit-header-nav-column-list-ul li:nth-child(1) a {
    text-align: center;
  }
  .m-fit-header-nav-column-list-ul li:nth-child(1) a span {
    display: block;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    width: 28px;
    padding-bottom: 5px;
    margin: 0 auto;
    font-weight: bold;
  }
  .m-fit-header-nav-column-list-ul li:nth-child(2) {
    background: #CBE62E;
  }
  .m-fit-header-nav-column-list-ul li:nth-child(2) a {
    text-align: center;
  }
  .m-fit-header-nav-column-list-ul li:nth-child(2) a span {
    display: block;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    width: 28px;
    padding-bottom: 5px;
    margin: 0 auto;
    font-weight: bold;
  }
  .m-fit-mainvisual {
    padding: 0;
    background: url(../images/fit/m-fit-price-bg-sp.jpg) no-repeat;
    background-size: cover;
    height: 490px;
  }
  .m-fit-about {
    padding: 40px 0 60px;
  }
  .m-fit-about-title {
    letter-spacing: 1px;
    margin-left: 0;
    margin-bottom: 50px;
  }
  .m-fit-about {
    padding: 10px 0 40px;
  }
  .m-fit-about-title {
    margin-bottom: 26px;
  }
  .m-fit-about-info {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0;
    margin-bottom: 24px;
  }
  .m-fit-about-attention {
    position: relative;
    padding: 0 20px 20px 43px;
  }
  .m-fit-about-attention::before {
    content: "※1";
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 15px;
  }
  .m-fit-about-box-title {
    height: 45px;
  }
  .m-fit-about-box {
    padding: 32px 15px 0;
  }
  .m-fit-about-box.pt37 {
    padding-top: 0;
  }
  .m-fit-about-box-title span img {
    width: 50%;
  }
  .m-fit-about-box-title01 {
    padding: 0 15px;
    font-size: 1.6rem;
  }
  .m-fit-about-box-title01 span {
    margin-right: -28px;
    position: relative;
    top: -14px;
  }
  .m-fit-about-box-column {
    flex-flow: column nowrap;
    padding: 13px 20px 25px;
    margin-bottom: 20px;
  }
  .m-fit-about-box-column.m-fit-row {
    flex-flow: column-reverse nowrap;
  }
  .m-fit-about-box-column-l {
    width: 100%;
  }
  .m-fit-defalt-16 {
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: bold;
  }
  .m-fit-about-box-column-l {
    margin-bottom: 15px;
  }
  .m-fit-about-box-column-l img {
    text-align: center;
    margin: 15px 10px 10px 25px;
  }
  .m-fit-about-box-column-r {
    width: 100%;
  }
  .m-fit-about-box-column-r.m-fit-w77 {
    width: 100% !important;
  }
  .m-fit-about-box-column-r img {
    margin: 0px;
  }
  .m-fit-about-box-title02 {
    padding: 10px 0px 10px 15px;
    font-size: 1.6rem;
    height: auto;
    line-height: 1.5;
  }
  .m-fit-about-box-title02 span {
    position: relative;
    left: 0px;
    top: 0px;
  }
  .m-fit-about-box-title02 span img {
    width: 80%;
  }
  .m-fit-price {
    padding: 30px 15px 50px;
    background: #4AACEB;
    background-size: cover;
  }
  .m-fit-price-txt {
    letter-spacing: 0;
    font-size: 1.3rem;
    margin-bottom: 25px;
  }
  .m-fit-price-list-item {
    margin-bottom: 25px;
  }
  .m-fit-price-list-item h3 {
    font-size: 2.2rem;
  }
  .m-fit-price-list-img01 {
    text-align: center;
    padding: 0 30px;
  }
  .m-fit-price-list-img01 img {
    width: 60%;
  }
  .m-fit-price-list-img01.img02 img {
    width: 88% !important;
  }
  .m-fit-price-list-img02 {
    padding: 0 30px;
  }
  .m-fit-season {
    padding: 43px 0 60px;
  }
  .m-fit-season .m-fit-wrap {
    padding: 0 15px;
  }
  .m-fit-season-title {
    line-height: 1.3;
    margin-bottom: 25px;
  }
  .m-fit-season-txt {
    font-size: 1.4rem;
  }
  .m-fit-season-txt {
    margin-bottom: 40px;
  }
  .m-fix-season-box {
    padding: 15px 15px 30px;
  }
  .m-fix-season-box figure {
    margin-bottom: 5px;
  }
  .m-fit-season-txt02 {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
  .m-fix-season-box-info {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 2;
  }
  .m-fit-season-attention {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .m-fit-target {
    padding: 64px 15px 65px;
  }
  .m-fit-target-info {
    font-size: 1.4rem;
  }
  .m-fit-target-title {
    margin-bottom: 25px;
  }
  .m-fit-target-info {
    line-height: 2;
    margin-bottom: 30px;
  }
  .m-fit-target-column {
    display: block;
    margin-bottom: 15px;
  }
  .m-fit-target-column:before {
    content: "";
    background: url(../images/fit/m-fit-target-column-center-sp.svg) no-repeat;
    width: 45px;
    height: 52px;
    position: absolute;
    top: 89px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .m-fit-target-column-icon {
    width: 60px;
    margin-top: 0px;
  }
  .m-fit-target-column-icon02 {
    width: 48px;
  }
  .m-fit-target-column-l {
    width: 100%;
    padding: 20px 0px 30px 40px;
  }
  .m-fit-target-column-r {
    width: 100%;
    padding: 33px 15px 25px 54px;
  }
  .m-fit-target-column-txt01 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .m-fit-target-column-txt02 {
    font-size: 1.7rem;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .m-fit-target-column-txt03 {
    padding: 5px;
    font-size: 0.9rem;
  }
  .m-fit-target-column-info {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.1;
  }
  .m-fit-target-attention {
    font-size: 1.3rem;
  }
  .m-fit-contact {
    padding: 25px 0 60px;
  }
  .m-fit-contact .m-fit-wrap {
    padding: 0 15px;
  }
  .m-fit-target-title {
    margin-bottom: 10px;
  }
  .m-fit-contact-txt02 {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  .m-fit-contact-txt03 {
    margin-bottom: 25px;
  }
  .m-fit-contact-step {
    display: block;
  }
  .m-fit-contact-step-list {
    margin-bottom: 15px;
    max-width: 100% !important;
    margin-right: 0;
    padding: 10px 0;
    width: 100%;
  }
  .m-fit-contact-step-list.step01:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: auto;
    border: solid transparent;
    border-width: 40px 30px;
    border-left-color: #fff000;
    z-index: 1;
    transform: rotateZ(90deg);
    bottom: -55px;
    margin: 0 auto;
  }
  .m-fit-contact-step-list.step02:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: auto;
    border: solid transparent;
    border-width: 40px 30px;
    border-left-color: #CCE62F;
    z-index: 1;
    transform: rotateZ(90deg);
    bottom: -55px;
    margin: 0 auto;
  }
  .m-fit-contact-step-list.step03 {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .m-fit-contact-send {
    padding: 40px 20px 30px;
  }
  .m-fit-contact-send-title {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .m-fit-contact-txt05 {
    text-align: left;
  }
  .m-fit-contact-send-step {
    display: block;
  }
  .m-fit-contact-send-step-list.step01 {
    max-width: 100% !important;
    padding: 20px 0px !important;
    position: relative !important;
    justify-content: center !important;
    height: auto !important;
    display: block !important;
  }
  .m-fit-contact-send-step-list.step01 a {
    padding: 20px 21px;
  }
  .m-fit-contact-send-step-list.step01:before {
    content: "" !important;
    width: 8px !important;
    height: 8px !important;
    border-top: solid 2px #ffffff !important;
    border-right: solid 2px #ffffff !important;
    position: absolute !important;
    right: 20px !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%) rotate(45deg) !important;
    -ms-transform: translateY(-50%) rotate(45deg) !important;
    /* transform: translateY(-50%) rotate(45deg)!important; */
    -webkit-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    transition: 0.3s !important;
  }
  .m-fit-contact-send-step-list.step02 {
    background: #FFF !important;
    padding: 35px 35px 50px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: block !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    line-height: 1.7 !important;
    font-weight: bold !important;
    font-size: 1.7rem !important;
    justify-content: center !important;
    position: relative !important;
    text-align: center !important;
    height: 60px !important !important;
  }
  .m-fit-contact-send-step-list.step02:before {
    content: "" !important;
    background: url(../images/fit/m-fit-contact-send-step-list-allow.svg) no-repeat !important;
    width: 30px !important;
    height: 75px !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: -15% !important;
    -webkit-transform: rotateZ(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    transform: rotateZ(90deg) !important;
    margin: 0 auto !important;
  }
  .m-fit-contact-send-step-list.step02:after {
    content: "" !important;
    background: url(../images/fit/m-fit-contact-send-step-list-allow.svg) no-repeat !important;
    width: 30px !important;
    height: 75px !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    bottom: -7% !important;
    -webkit-transform: rotateZ(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    transform: rotateZ(90deg) !important;
    margin: 0 auto !important;
  }
  .m-fit-contact-send-step-list.step03 {
    padding: 20px 20px !important;
    font-size: 1.2rem !important;
    margin-bottom: 0px !important;
    display: block !important;
  }
  .m-fit-after {
    padding: 35px 15px 60px;
  }
  .m-fit-after-title {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .m-fit-after-link {
    width: 100%;
  }
  .m-fit-after-link a {
    height: 80px;
    margin-right: 0;
    font-size: 1.5rem;
    padding: 20px 20px;
    justify-content: flex-start;
  }
  .m-fit-after-link a:before {
    content: "";
    right: 15px;
  }
  .m-fit-after-link a i {
    width: 40px !important;
    height: auto;
  }
  .item-fit {
    width: 204px !important;
  }
}
@media screen and (max-width: 767px) {
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  モジュール
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* sp only */
  .m-align-c--pc {
    text-align: inherit;
  }
  .m-pc-only {
    display: none !important;
  }
  /* text */
  .m-text-10 {
    font-size: 1rem;
    line-height: 1.6;
  }
  .m-text-11 {
    font-size: 1rem;
    line-height: 1.6;
  }
  .m-text-12 {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .m-text-13 {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .m-text-14 {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .m-text-15 {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .m-text-16 {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .m-text-17 {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .m-text-18 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .m-text-19 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .m-text-20 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .m-text-21 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .m-text-22 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .m-text-23 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .m-text-24 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .m-text-25 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .m-text-26 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .m-text-27 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .m-text-28 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .m-text-30 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .m-text-31 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .m-text-32 {
    font-size: 2rem;
    line-height: 1.2;
  }
  .m-text-34 {
    font-size: 2rem;
    line-height: 1.2;
  }
  .m-text-35 {
    font-size: 2rem;
    line-height: 1.2;
  }
  .m-text-36 {
    font-size: 2rem;
    line-height: 1.2;
  }
  .m-text-37 {
    font-size: 2rem;
    line-height: 1.2;
  }
  .m-text-38 {
    font-size: 2rem;
    line-height: 1.2;
  }
  .m-text-40 {
    font-size: 2.2rem;
    line-height: 1.2;
  }
  .m-text-42 {
    font-size: 2.2rem;
    line-height: 1.2;
  }
  .m-text-44 {
    font-size: 2.2rem;
    line-height: 1.2;
  }
  .m-text-46 {
    font-size: 2.2rem;
    line-height: 1.2;
  }
  .m-text-48 {
    font-size: 2.2rem;
    line-height: 1.2;
  }
  .m-text-60 {
    font-size: 3rem;
    line-height: 1.2;
  }
  .m-text-70 {
    font-size: 3.5rem;
    line-height: 1.2;
  }
  .m-text-lh-l {
    line-height: 2;
  }
  .m-text-lh-s {
    line-height: 1.5;
  }
  .m-ls1 {
    letter-spacing: 0em;
  }
  .m-ls2 {
    letter-spacing: 0em;
  }
  .m-uline {
    text-decoration: none;
  }
  .m-uline:hover {
    text-decoration: none;
  }
  .m-hline {
    text-decoration: none;
  }
  .m-hline:hover {
    text-decoration: none;
  }
  .m-op {
    transition: opacity 0s;
  }
  .m-op:hover {
    opacity: 1;
  }
  /* margin */
  .m-mt-2xs {
    margin-top: 5px;
  }
  .m-mt-xs {
    margin-top: 10px;
  }
  .m-mt-s {
    margin-top: 10px;
  }
  .m-mt {
    margin-top: 15px;
  }
  .m-mt-l {
    margin-top: 20px;
  }
  .m-mt-xl {
    margin-top: 25px;
  }
  .m-mt-2xl {
    margin-top: 30px;
  }
  .m-mt-3xl {
    margin-top: 30px;
  }
  .m-mb-2xs {
    margin-bottom: 5px;
  }
  .m-mb-xs {
    margin-bottom: 10px;
  }
  .m-mb-s {
    margin-bottom: 10px;
  }
  .m-mb {
    margin-bottom: 15px;
  }
  .m-mb-l {
    margin-bottom: 20px;
  }
  .m-mb-xl {
    margin-bottom: 25px;
  }
  .m-mb-2xl {
    margin-bottom: 30px;
  }
  .m-mb-3xl {
    margin-bottom: 30px;
  }
  /* padding */
  .m-pt-2xs {
    padding-top: 5px;
  }
  .m-pt-xs {
    padding-top: 10px;
  }
  .m-pt-s {
    padding-top: 10px;
  }
  .m-pt {
    padding-top: 15px;
  }
  .m-pt-l {
    padding-top: 20px;
  }
  .m-pt-xl {
    padding-top: 25px;
  }
  .m-pt-2xl {
    padding-top: 30px;
  }
  .m-pt-3xl {
    padding-top: 30px;
  }
  .m-pb-2xs {
    padding-bottom: 5px;
  }
  .m-pb-xs {
    padding-bottom: 10px;
  }
  .m-pb-s {
    padding-bottom: 10px;
  }
  .m-pb {
    padding-bottom: 15px;
  }
  .m-pb-l {
    padding-bottom: 20px;
  }
  .m-pb-xl {
    padding-bottom: 25px;
  }
  .m-pb-2xl {
    padding-bottom: 30px;
  }
  .m-pb-3xl {
    padding-bottom: 30px;
  }
  .m-p-xs {
    padding: 10px;
  }
  .m-p-s {
    padding: 10px;
  }
  .m-p {
    padding: 15px;
  }
  .m-p-l {
    padding: 20px;
  }
  .m-p-xl {
    padding: 20px;
  }
  .l-inner-xs,
  .l-inner-s,
  .l-inner,
  .l-inner-l,
  .l-inner-xl {
    max-width: inherit;
  }
  .l-inner-xs .l-inner-xs,
  .l-inner-xs .l-inner-s,
  .l-inner-xs .l-inner,
  .l-inner-xs .l-inner-l,
  .l-inner-xs .l-inner-xl,
  .l-inner-s .l-inner-xs,
  .l-inner-s .l-inner-s,
  .l-inner-s .l-inner,
  .l-inner-s .l-inner-l,
  .l-inner-s .l-inner-xl,
  .l-inner .l-inner-xs,
  .l-inner .l-inner-s,
  .l-inner .l-inner,
  .l-inner .l-inner-l,
  .l-inner .l-inner-xl,
  .l-inner-l .l-inner-xs,
  .l-inner-l .l-inner-s,
  .l-inner-l .l-inner,
  .l-inner-l .l-inner-l,
  .l-inner-l .l-inner-xl,
  .l-inner-xl .l-inner-xs,
  .l-inner-xl .l-inner-s,
  .l-inner-xl .l-inner,
  .l-inner-xl .l-inner-l,
  .l-inner-xl .l-inner-xl {
    padding-left: 0;
    padding-right: 0;
  }
  .l-inner-xs .l-inner-sp,
  .l-inner-s .l-inner-sp,
  .l-inner .l-inner-sp,
  .l-inner-l .l-inner-sp,
  .l-inner-xl .l-inner-sp {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* border */
  /* bg */
  /* flex */
  .m-flex:not(.m-flex--sp):not(.m-flex--c2) {
    display: block;
    margin-bottom: 0;
  }
  .m-flex:not(.m-flex--sp):not(.m-flex--c2).m-flex--c3 {
    margin-right: 0;
  }
  .m-flex:not(.m-flex--sp):not(.m-flex--c2).m-flex--c3 > .m-flex__item, .m-flex:not(.m-flex--sp):not(.m-flex--c2).m-flex--c4 > .m-flex__item, .m-flex:not(.m-flex--sp):not(.m-flex--c2).m-flex--c5 > .m-flex__item {
    width: auto;
  }
  .m-flex:not(.m-flex--sp):not(.m-flex--c2).m-flex--g10, .m-flex:not(.m-flex--sp):not(.m-flex--c2).m-flex--g20, .m-flex:not(.m-flex--sp):not(.m-flex--c2).m-flex--g30, .m-flex:not(.m-flex--sp):not(.m-flex--c2).m-flex--g40, .m-flex:not(.m-flex--sp):not(.m-flex--c2).m-flex--g60, .m-flex:not(.m-flex--sp):not(.m-flex--c2).m-flex--g80 {
    margin-left: 0;
    margin-bottom: 0;
  }
  .m-flex:not(.m-flex--sp):not(.m-flex--c2).m-flex--g10 > .m-flex__item, .m-flex:not(.m-flex--sp):not(.m-flex--c2).m-flex--g20 > .m-flex__item, .m-flex:not(.m-flex--sp):not(.m-flex--c2).m-flex--g30 > .m-flex__item, .m-flex:not(.m-flex--sp):not(.m-flex--c2).m-flex--g40 > .m-flex__item, .m-flex:not(.m-flex--sp):not(.m-flex--c2).m-flex--g60 > .m-flex__item, .m-flex:not(.m-flex--sp):not(.m-flex--c2).m-flex--g80 > .m-flex__item {
    margin-left: 0;
    margin-bottom: 0;
  }
  .m-flex:not(.m-flex--sp):not(.m-flex--c2).m-flex--g10.m-flex--c3 > .m-flex__item, .m-flex:not(.m-flex--sp):not(.m-flex--c2).m-flex--g10.m-flex--c4 > .m-flex__item, .m-flex:not(.m-flex--sp):not(.m-flex--c2).m-flex--g10.m-flex--c5 > .m-flex__item, .m-flex:not(.m-flex--sp):not(.m-flex--c2).m-flex--g20.m-flex--c3 > .m-flex__item, .m-flex:not(.m-flex--sp):not(.m-flex--c2).m-flex--g20.m-flex--c4 > .m-flex__item, .m-flex:not(.m-flex--sp):not(.m-flex--c2).m-flex--g20.m-flex--c5 > .m-flex__item, .m-flex:not(.m-flex--sp):not(.m-flex--c2).m-flex--g30.m-flex--c3 > .m-flex__item, .m-flex:not(.m-flex--sp):not(.m-flex--c2).m-flex--g30.m-flex--c4 > .m-flex__item, .m-flex:not(.m-flex--sp):not(.m-flex--c2).m-flex--g30.m-flex--c5 > .m-flex__item, .m-flex:not(.m-flex--sp):not(.m-flex--c2).m-flex--g40.m-flex--c3 > .m-flex__item, .m-flex:not(.m-flex--sp):not(.m-flex--c2).m-flex--g40.m-flex--c4 > .m-flex__item, .m-flex:not(.m-flex--sp):not(.m-flex--c2).m-flex--g40.m-flex--c5 > .m-flex__item, .m-flex:not(.m-flex--sp):not(.m-flex--c2).m-flex--g60.m-flex--c3 > .m-flex__item, .m-flex:not(.m-flex--sp):not(.m-flex--c2).m-flex--g60.m-flex--c4 > .m-flex__item, .m-flex:not(.m-flex--sp):not(.m-flex--c2).m-flex--g60.m-flex--c5 > .m-flex__item, .m-flex:not(.m-flex--sp):not(.m-flex--c2).m-flex--g80.m-flex--c3 > .m-flex__item, .m-flex:not(.m-flex--sp):not(.m-flex--c2).m-flex--g80.m-flex--c4 > .m-flex__item, .m-flex:not(.m-flex--sp):not(.m-flex--c2).m-flex--g80.m-flex--c5 > .m-flex__item {
    width: auto;
  }
  .m-flex:not(.m-flex--sp):not(.m-flex--c2) > .m-flex__item + .m-flex__item {
    margin-top: 10px;
  }
  .m-flex--sp {
    margin-left: -10px;
    margin-bottom: -10px;
  }
  .m-flex--sp > .m-flex__item {
    margin-left: 10px;
    margin-bottom: 10px;
  }
  /* btn */
  button.m-btn,
  input.m-btn,
  a.m-btn,
  .m-btn {
    position: relative;
    font-size: 1.2rem;
  }
  button.m-btn:before,
  input.m-btn:before,
  a.m-btn:before,
  .m-btn:before {
    right: 10px;
    width: 5px;
    height: 5px;
  }
  button.m-btn--back:before,
  input.m-btn--back:before,
  a.m-btn--back:before,
  .m-btn--back:before {
    right: auto;
    left: 10px;
  }
  button.m-btn .icon,
  input.m-btn .icon,
  a.m-btn .icon,
  .m-btn .icon {
    margin-right: 10px;
    background-image: url(../images/common/icon-inquiry.png/index.html);
    width: 18px;
    height: 23px;
    background-size: cover;
  }
  button.m-btn--s,
  input.m-btn--s,
  a.m-btn--s,
  .m-btn--s {
    font-size: 1rem;
  }
  button.m-btn--w360,
  input.m-btn--w360,
  a.m-btn--w360,
  .m-btn--w360 {
    width: 100%;
  }
  button.m-btn--w260,
  input.m-btn--w260,
  a.m-btn--w260,
  .m-btn--w260 {
    width: 100%;
  }
  /* icon */
  /* breadcrumb */
  .m-breadcrumb-wrap {
    padding: 10px 20px;
  }
  .m-breadcrumb {
    max-width: inherit;
    font-size: 1rem;
    margin-bottom: -5px;
  }
  .m-breadcrumb__item {
    margin-bottom: 5px;
  }
  .m-breadcrumb__item:before {
    font-size: 1rem;
  }
  /* title */
  /* form */
  input[type=text].m-input-text,
  textarea.m-textarea {
    padding: 10px;
    font-size: 1.2rem;
  }
  textarea.m-textarea {
    width: 100%;
    line-height: 1.6;
  }
  input[type=radio].m-input-radio,
  input[type=checkbox].m-input-checkbox {
    width: 16px;
    height: 16px;
  }
  select.m-select {
    font-size: 1.2rem;
    background-size: 20px auto;
  }
  body.m-cms-editor-body {
    max-width: inherit !important;
    padding: 20px !important;
  }
  body.m-cms-editor-body,
  .m-cms-body {
    font-size: 1.4rem;
  }
  body.m-cms-editor-body h1, body.m-cms-editor-body h2, body.m-cms-editor-body h3, body.m-cms-editor-body h4, body.m-cms-editor-body h5, body.m-cms-editor-body h6,
  .m-cms-body h1,
  .m-cms-body h2,
  .m-cms-body h3,
  .m-cms-body h4,
  .m-cms-body h5,
  .m-cms-body h6 {
    margin-bottom: 10px;
  }
  body.m-cms-editor-body h2,
  .m-cms-body h2 {
    font-size: 1.8rem;
  }
  body.m-cms-editor-body h3,
  .m-cms-body h3 {
    font-size: 1.7rem;
  }
  body.m-cms-editor-body h4,
  .m-cms-body h4 {
    font-size: 1.6rem;
  }
  body.m-cms-editor-body blockquote,
  .m-cms-body blockquote {
    margin: 0 0 20px;
    font-size: 1.2rem;
  }
  body.m-cms-editor-body blockquote p,
  .m-cms-body blockquote p {
    margin-bottom: 0;
  }
  body.m-cms-editor-body blockquote p + p,
  .m-cms-body blockquote p + p {
    margin-top: 20px;
  }
  body.m-cms-editor-body hr,
  .m-cms-body hr {
    margin-bottom: 20px;
  }
  body.m-cms-editor-body p,
  .m-cms-body p {
    margin-bottom: 20px;
  }
  body.m-cms-editor-body ul, body.m-cms-editor-body ol,
  .m-cms-body ul,
  .m-cms-body ol {
    margin-bottom: 20px;
  }
  body.m-cms-editor-body img,
  .m-cms-body img {
    max-width: 100%;
    height: auto;
  }
  body.m-cms-editor-body img.alignleft, body.m-cms-editor-body img.alignright, body.m-cms-editor-body img.aligncenter,
  .m-cms-body img.alignleft,
  .m-cms-body img.alignright,
  .m-cms-body img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
  }
  body.m-cms-editor-body table th, body.m-cms-editor-body table td,
  .m-cms-body table th,
  .m-cms-body table td {
    padding: 10px;
    font-size: 1.3rem;
  }
  body.m-cms-editor-body .wp-caption-text,
  .m-cms-body .wp-caption-text {
    font-size: 1.2rem;
    margin-top: 0.5em;
  }
  body.m-cms-editor-body .wp-caption.alignleft, body.m-cms-editor-body .wp-caption.alignright,
  .m-cms-body .wp-caption.alignleft,
  .m-cms-body .wp-caption.alignright {
    display: block;
    margin-bottom: 10px;
    float: none;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  body.m-cms-editor-body .wp-caption.alignleft img, body.m-cms-editor-body .wp-caption.alignright img,
  .m-cms-body .wp-caption.alignleft img,
  .m-cms-body .wp-caption.alignright img {
    width: 100%;
    height: auto;
  }
  body.m-cms-editor-body .wp-caption.aligncenter, body.m-cms-editor-body .wp-caption.alignnone,
  .m-cms-body .wp-caption.aligncenter,
  .m-cms-body .wp-caption.alignnone {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .m-topics-archives + .wp-pagenavi {
    margin-top: 40px;
  }
  .wp-pagenavi > a, .wp-pagenavi > span {
    font-size: 1.5rem;
    width: 32px;
    height: 32px;
  }
  .m-cms-set + * {
    margin-top: 40px;
  }
  .m-cms-body-point-title {
    font-size: 1.6rem;
  }
  .m-cms-body-comment {
    display: block;
    padding: 20px;
  }
  .m-cms-body-comment-image {
    width: auto;
    text-align: center;
    margin-right: 0;
  }
  .m-cms-body-comment-content {
    margin-top: 20px;
  }
  .m-cms-body-comment-title {
    font-size: 1.6rem;
  }
  .m-cms-body-comment-h {
    font-size: 1.8rem;
  }
  .m-cms-body-member {
    display: block;
  }
  .m-cms-body-member__item + .m-cms-body-member__item {
    margin-left: 0;
    margin-top: 20px;
  }
  .m-cms-body-member-image {
    width: 80px;
  }
  .m-cms-body-member-title {
    font-size: 1.5rem;
  }
  .m-cms-body-col {
    margin-right: 0;
    display: block;
  }
  .m-cms-body-col__item {
    margin-right: 0;
  }
  .m-cms-body-col__item img {
    width: 100%;
  }
  .m-cms-body-col__item + .m-cms-body-col__item {
    margin-top: 20px;
  }
  .m-cms-body-caption {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  a {
    transition: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
  }
  a:hover {
    opacity: 1 !important;
    text-decoration: none !important;
  }
  a.m-uline:hover {
    text-decoration: underline !important;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  base
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-feature-settings: "palt";
  }
  body {
    font-size: 1.2rem;
  }
  #l-wrapper {
    min-width: inherit;
    padding-bottom: 64px;
  }
  .l-container {
    padding-top: 50px;
  }
  .l-popup {
    padding: 20px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  header
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-header {
    height: 50px;
    min-width: inherit;
  }
  .m-header-inner {
    height: 50px;
  }
  .m-header-logo {
    margin-left: 15px;
  }
  .m-header-logo-image {
    width: 86px;
  }
  .m-header-logo-text {
    font-size: 1rem;
  }
  .m-header-menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: #cbe62e;
    display: block;
  }
  .m-header-menu figure {
    position: absolute;
    left: 50%;
    margin-left: -8px;
    width: 18px;
    height: 2px;
    background-color: #232323;
    transition: 0.3s;
  }
  .m-header-menu figure:nth-of-type(1) {
    top: 50%;
    margin-top: -8px;
  }
  .m-header-menu figure:nth-of-type(2) {
    top: 50%;
    margin-top: -1px;
  }
  .m-header-menu figure:nth-of-type(3) {
    bottom: 50%;
    margin-bottom: -8px;
  }
  .m-header-menu.is-active {
    background-color: #cbe62e;
  }
  .m-header-menu.is-active figure:nth-of-type(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .m-header-menu.is-active figure:nth-of-type(2) {
    height: 0;
    opacity: 0;
  }
  .m-header-menu.is-active figure:nth-of-type(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .m-header-nav {
    position: fixed;
    right: 0;
    top: 50px;
    transform: translateX(100%);
    width: 100%;
    height: calc(100vh - 50px);
    overflow: auto;
    z-index: 5001;
    transition: 0.3s;
    display: block;
    background-color: #ffffff;
  }
  .m-header-nav.is-active {
    transform: translateX(0);
  }
  .m-header-inquiry {
    padding: 35px 25px 0;
  }
  .m-header-mypage {
    position: absolute;
    right: 50px;
    top: 0;
  }
  .m-header-btn {
    flex-direction: column;
    width: 60px;
    height: 50px;
    background-color: #ffffff;
    font-size: 1rem;
  }
  .m-header-btn .icon {
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -5px;
    margin-bottom: -5px;
    background-color: transparent;
  }
  .m-global-nav {
    width: auto;
    display: block;
    margin-right: 0;
    padding-right: 0;
  }
  .m-global-nav__item {
    border-top: 1px #ffffff solid;
    background-color: #00a33e;
    font-size: 1.4rem;
  }
  .m-global-nav__item > a {
    display: block;
    height: auto;
    padding: 20px 50px 20px 25px;
    text-align: left;
    position: relative;
    color: #ffffff;
  }
  .m-global-nav__item > a:hover {
    color: #ffffff;
  }
  .m-global-nav__item > a:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 25px;
    border-top: 1px #ffffff solid;
    border-right: 1px #ffffff solid;
    transform: translateY(-50%) rotate(45deg);
  }
  .m-global-nav__item--toggle > a:before {
    position: absolute;
    content: "";
    top: 50%;
    right: 23px;
    transform: translateY(-50%);
    width: 11px;
    height: 1px;
    background-color: #ffffff;
    border: 0;
  }
  .m-global-nav__item--toggle > a:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 28px;
    transform: translateY(-50%);
    width: 1px;
    height: 11px;
    background-color: #ffffff;
    transition: 0.3s;
  }
  .m-global-nav__item--toggle > a.is-active:after {
    height: 0;
    opacity: 0;
  }
  .m-global-nav-child {
    display: none;
    background-color: #f6f6f6;
  }
  .m-global-nav-child__item {
    font-size: 1.2rem;
    border-top: 1px #ffffff solid;
  }
  .m-global-nav-child__item a {
    position: relative;
    display: block;
    padding: 20px 50px 20px 25px;
  }
  .m-global-nav-child__item a:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    right: 28px;
    border-top: 1px #232323 solid;
    border-right: 1px #232323 solid;
    transform: translateY(-50%) rotate(45deg);
  }
  .m-header-sp-nav {
    margin: 25px;
    font-size: 1.2rem;
  }
  .m-header-sp-nav > * + * {
    margin-top: 10px;
  }
  .m-header-sp-nav__tel a {
    position: relative;
    display: block;
    background-color: #00a33e;
    color: #ffffff;
    padding: 16px;
    font-weight: 700;
  }
  .m-header-sp-nav__tel a:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 16px;
    border-top: 1px #ffffff solid;
    border-right: 1px #ffffff solid;
    transform: translateY(-50%) rotate(45deg);
  }
  .m-header-sp-nav-tel-title {
    font-size: 1.2rem;
  }
  .m-header-sp-nav-tel-num {
    display: flex;
    align-items: center;
  }
  .m-header-sp-nav-tel-num .icon {
    flex-shrink: 0;
    width: 32px;
    margin-right: 5px;
  }
  .m-header-sp-nav-tel-num .text {
    font-size: 3rem;
    font-weight: 700;
  }
  .m-header-sp-nav-tel-text {
    font-size: 1rem;
  }
  .m-header-sp-nav__btn a {
    position: relative;
    display: flex;
    align-items: center;
    height: 56px;
    background-color: #cbe62e;
    padding: 5px 10px;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .m-header-sp-nav__btn a .icon {
    width: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #ffffff;
    margin-right: 10px;
  }
  .m-header-sp-nav__btn a:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 16px;
    border-top: 1px #232323 solid;
    border-right: 1px #232323 solid;
    transform: translateY(-50%) rotate(45deg);
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  footer
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-footer-contact {
    display: block;
  }
  .m-footer-contact__btn {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    margin-top: 15px;
    padding-bottom: 10px;
  }
  .m-footer-contact-title {
    display: block;
    font-size: 1.1rem;
    text-align: center;
  }
  .m-footer-contact-title__logo {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
  .m-footer-contact-address {
    margin-top: 25px;
  }
  .m-footer-contact-address__title {
    font-size: 1.3rem;
  }
  .m-footer-contact-address__text {
    font-size: 1.2rem;
  }
  .m-footer-contact-nav {
    display: none;
  }
  .m-footer-contact-inquiry {
    margin-top: 0;
    width: 100%;
  }
  .m-footer-coop-logo {
    width: 82px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .m-footer-inner {
    padding: 0;
    width: 100%;
  }
  .m-footer-title {
    display: none;
  }
  .m-footer-nav {
    margin-top: auto;
    margin-bottom: auto;
    display: block;
  }
  .m-footer-nav__item {
    width: auto;
  }
  .m-footer-nav__item--sp {
    padding: 30px 25px;
    display: block;
  }
  .m-footer-list {
    font-size: 1.2rem;
  }
  .m-footer-list__item {
    border-bottom: 1px rgb(255, 255, 255) solid;
  }
  .m-footer-list__item a {
    padding: 20px;
    display: block;
    position: relative;
  }
  .m-footer-list__item a:before {
    position: absolute;
    content: "";
    top: 50%;
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: 1px #ffffff solid;
    border-right: 1px #ffffff solid;
    transform: rotate(45deg) translateY(-50%);
  }
  .m-footer-list__item + .m-footer-list__item {
    margin-top: auto;
  }
  .m-footer-list-child {
    display: none;
  }
  .m-footer-cr {
    padding: 20px;
    text-align: center;
    font-size: 1.2rem;
  }
  .m-common-contact {
    min-width: inherit;
    display: block;
    border-top: solid 1px #ffffff;
    border-bottom: none;
  }
  .m-common-contact__btns {
    width: auto;
  }
  .m-common-contact__btns__item {
    font-size: 1rem;
  }
  .m-common-contact__btns__item .icon {
    width: 34px;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .m-common-contact__btns__item a {
    flex-direction: column;
    height: 63px;
  }
  .m-common-contact__btns__item a:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /* =======================================================================
  共通
  ======================================================================= */
  .m-dot-title {
    font-size: 1.8rem;
    margin-top: 20px;
  }
  .m-dot-title--icon {
    margin-top: 40px;
  }
  .m-dot-title .icon {
    transform: translate(-50%, -60%) scale(0.5);
    transform-origin: 50% 0;
  }
  .m-dot-title span {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
  }
  .m-dot-title span:before, .m-dot-title span:after {
    width: 50px;
  }
  .m-bg-gr-title {
    padding: 10px;
  }
  .m-common-flow {
    margin-top: 20px;
    display: block;
  }
  .m-common-flow__item + .m-common-flow__item {
    margin-left: 0;
    margin-top: 20px;
  }
  .m-common-flow-title {
    padding: 20px;
  }
  .m-common-flow-content {
    padding: 30px 20px 20px;
  }
  .m-common-flow-image {
    width: 76px;
    margin-left: auto;
    margin-right: auto;
  }
  .m-common-flow-tel {
    text-align: center;
  }
  .m-common-flow-tel-inner {
    display: inline-block;
    text-align: left;
  }
  .m-common-flow-contact {
    display: flex;
    align-items: center;
    font-size: 2.4rem;
  }
  .m-common-flow-contact .icon {
    flex-shrink: 0;
    margin-right: 5px;
    width: 40px;
    height: 23px;
  }
  .m-common-entry-way {
    margin-left: 0;
    display: block;
  }
  .m-common-entry-way__item {
    margin-left: 0;
    width: auto;
  }
  .m-common-entry-way__item + .m-common-entry-way__item {
    margin-top: 20px;
  }
  /* =======================================================================
  common
  ======================================================================= */
  .m-title {
    height: 120px;
  }
  .m-title-text {
    font-size: 2rem;
  }
  .m-tbl-item__title {
    width: 30%;
  }
  .m-tbl-item__content {
    padding-left: 10px;
  }
  .m-tbl--gr .m-tbl-item__title {
    width: 30%;
  }
  .m-tbl--or .m-tbl-item__title {
    width: 30%;
  }
  .m-mv-slide {
    min-height: 0;
    padding: 0 0 20px;
  }
  .m-common-mv-slide {
    position: relative;
  }
  .m-common-mv-slide .item {
    width: auto;
    margin: 0;
    padding: 30px;
  }
  .m-common-mv-slide .item a .img {
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .m-common-mv-slide .item a .img::before {
    border-width: 3px;
    border-radius: 9px;
  }
  .m-common-mv-slide .item a .cat {
    display: flex;
    margin-bottom: 5px;
  }
  .m-common-mv-slide .item a .cat li {
    margin: 0 5px 5px 0;
    padding: 4px 1em;
    border-radius: 3px;
    font-size: 1rem;
  }
  .m-common-mv-slide .item a .title {
    font-size: 1.6rem;
  }
  .m-common-mv-slide .arrow {
    width: 36px;
    height: 36px;
    border-width: 2px;
    top: calc(30px + 18vw);
  }
  .m-common-mv-slide .arrow:before {
    right: 13px;
    width: 8px;
    height: 8px;
  }
  .m-common-mv-slide .arrow:hover {
    background-color: #cbe62e;
  }
  .m-common-mv-slide .arrow.l {
    left: 12px;
    margin-left: 0;
  }
  .m-common-mv-slide .arrow.r {
    right: 12px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  /* =======================================================================
  home
  ======================================================================= */
  .m-index-mv-inner {
    padding: 0;
  }
  .m-index-mv__main {
    padding: 30px 20px 20px;
  }
  .m-index-mv__main h1 {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    padding-bottom: 10px;
    background: url("../images/index/line-mv.png") no-repeat 50% 100%;
    background-size: 100% 5px;
  }
  .m-index-mv__main ul {
    margin: 0 -2px;
  }
  .m-index-mv__main ul li {
    width: 50%;
    padding: 2px;
  }
  .m-index-mv__main ul a {
    height: 107px;
    font-size: 1.4rem;
    background-color: #fff;
  }
  .m-index-mv__main ul a .icon + span {
    display: flex;
    height: 2.6em;
    justify-content: center;
    align-items: center;
  }
  .m-index-slide {
    background: url("../images/index/bg-mv_sp.jpg") 50% 0 no-repeat;
    background-size: 100%;
  }
  .m-index-slide .slick-dots {
    display: none !important;
  }
  .m-index-slide .thumbs .item {
    width: 28vw;
    margin: 0 5px;
  }
  .m-index-slide .thumbs .item a {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 5px;
    padding-top: 52.5%;
  }
  .m-index-slide .thumbs .item a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    transition: 0.3s;
    z-index: 2;
  }
  .m-index-slide .thumbs .item a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .m-index-slide .thumbs .item.show a::after {
    opacity: 0;
  }
  .m-index-slide .btn {
    margin: 25px 20px 0;
    font-weight: 700;
  }
  .m-index-slide .btn a {
    height: 50px;
  }
  .m-index-topics {
    padding: 50px 20px;
    display: block;
  }
  .m-index-topics-title {
    width: auto;
    margin-bottom: 10px;
    font-size: 1.1rem;
  }
  .m-index-topics-title p {
    font-size: 2.8rem;
  }
  .m-index-topics-list {
    width: auto;
    margin-top: 0;
  }
  .m-index-topics-list__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 20px 15px 0;
  }
  .m-index-topics-list__item:after {
    top: auto;
    bottom: 20px;
  }
  .m-index-topics-list__item .time {
    width: auto;
    margin-right: 10px;
    font-size: 1.3rem;
    padding-top: 0;
  }
  .m-index-topics-list__item .cat {
    min-width: 85px;
    padding: 1px 10px;
    font-size: 1.1rem;
  }
  .m-index-topics-list__item .title {
    width: 100%;
    margin: 5px 0 0;
    font-size: 1.3rem;
  }
  .m-index-topics-btn {
    width: 100%;
    margin: 25px 0 0;
  }
  .m-index-topics-btn a {
    height: 50px;
  }
  .m-home-feature {
    padding-top: 10px;
  }
  .m-home-feature::before {
    content: none;
  }
  .m-home-feature-list {
    position: relative;
    display: block;
    margin-right: 0;
    z-index: 2;
  }
  .m-home-feature-list__item {
    margin-right: 0;
    padding: 20px;
  }
  .m-home-feature-list__item + .m-home-feature-list__item {
    margin-top: 12px;
  }
  .m-home-feature-list__item.main {
    padding: 20px;
  }
  .m-home-feature-list__item.main h3 {
    font-size: 2rem;
    margin-left: -10px;
    margin-right: -10px;
  }
  .m-home-feature-list__item.main h3 span {
    padding-bottom: 10px;
    background-size: 362px 5px;
  }
  .m-home-feature-list__item.main h3 span + span {
    margin-top: 5px;
  }
  .m-home-feature-list__item.main .btn {
    margin-top: 20px;
  }
  .m-home-feature-list__item.main .btn a {
    width: auto;
    height: 50px;
    font-size: 1.3rem;
  }
  .m-home-feature-list__item .title-otoku {
    font-size: 1.5rem;
  }
  .m-home-feature-list__item .title-otoku .title {
    font-size: 1.6rem;
  }
  .m-home-feature-list__item .title-otoku .line:before {
    height: 8px;
  }
  .m-home-feature-list__item .title-otoku .num {
    font-size: 3.8rem;
    vertical-align: -3px;
  }
  .m-home-feature-list-image {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .m-home-feature-col {
    position: relative;
    margin-top: 40px;
    display: block;
    z-index: 1;
  }
  .m-home-feature-col__image {
    margin-top: 20px;
    width: auto;
    margin-right: 0;
  }
  .m-home-feature-col__content {
    margin-right: 0px;
    text-align: center;
    text-shadow: none;
  }
  .m-home-feature-col::before {
    content: "";
    position: absolute;
    right: -20px;
    left: -20px;
    bottom: -30px;
    top: -80px;
    background-color: #009755;
    z-index: -1;
    opacity: 0.9;
  }
  .m-index-bio {
    padding-top: 20px;
  }
  .m-index-bio h2 {
    margin-bottom: 20px;
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 64px;
    background-size: 60px;
    font-size: 1.8rem;
  }
  .m-index-bio h2 span {
    padding-bottom: 10px;
    background-size: 362px 5px;
  }
  .m-index-bio h2 span + span {
    margin-top: 5px;
  }
  .m-index-bio .lead {
    font-size: 1.3rem;
    line-height: 2;
    text-align: left;
  }
  .m-index-bio-qa {
    margin-top: 30px;
    padding: 40px 20px 20px;
  }
  .m-index-bio-qa .qa {
    display: block;
    margin: 0 0 30px;
  }
  .m-index-bio-qa .qa section {
    width: auto;
    padding: 55px 20px 20px;
  }
  .m-index-bio-qa .qa section + section {
    margin-top: 40px;
  }
  .m-index-bio-qa .qa section h3 {
    font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: 0.1em;
  }
  .m-index-bio-qa .qa section dt {
    display: block;
    margin: 0 0 10px 50px;
    font-size: 1.5rem;
  }
  .m-index-bio-qa .qa section dt::before {
    left: -50px;
    top: -2px;
    width: 40px;
    height: 33px;
  }
  .m-index-bio-qa .img {
    margin: 0 -10px;
  }
  .m-index-bio-qa .place {
    margin-top: 40px;
    line-height: 1.8;
    display: block;
  }
  .m-index-bio-qa .place .text {
    width: auto;
    padding-top: 0;
  }
  .m-index-bio-qa .place h4 {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 8px;
    padding-left: 24px;
  }
  .m-index-bio-qa .place h4:before {
    top: 0px;
    width: 16px;
  }
  .m-index-bio-qa .place h4 span {
    font-size: 1.5rem;
  }
  .m-index-bio-qa .place .ph {
    margin: 20px auto 0;
    width: 80%;
  }
  .m-home-fit {
    display: block;
  }
  .m-home-fit-title {
    text-align: center;
  }
  .m-home-fit__image {
    width: auto;
  }
  .m-home-fit__content {
    padding: 20px;
  }
  .m-home-fit-col {
    margin-top: 20px;
    display: block;
  }
  .m-home-fit-col__image {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .m-home-fit-btn {
    font-size: 1.2rem;
    height: 85px;
    transition: 0.3s;
  }
  .m-home-fit-btn .icon {
    width: 40px;
    margin-right: 10px;
  }
  .m-home-fit-btn:before {
    width: 8px;
    height: 8px;
    right: 10px;
  }
  .m-home-price {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .m-home-price-title {
    padding: 10px;
  }
  .m-home-price-links {
    display: block;
    margin-right: 0;
  }
  .m-home-price-links__item {
    position: relative;
    margin-right: 0;
    padding: 10px;
  }
  .m-home-price-links__item + .m-home-price-links__item {
    margin-top: 10px;
  }
  .m-home-price-links__item--simulation {
    padding: 20px;
    font-size: 1.6rem;
  }
  .m-home-price-links__item--simulation .icon {
    width: 26px;
    margin-right: 10px;
  }
  .m-home-price-links__item--simulation:before {
    width: 10px;
    height: 10px;
    right: 10px;
  }
  .m-home-price-links-btns > * {
    width: calc(50% - 10px);
  }
  .m-home-price-more {
    display: block;
    margin-right: 0;
  }
  .m-home-price-more__item {
    margin-top: 40px;
    margin-right: 0;
    padding: 40px 20px 20px;
  }
  .m-home-price-more-icon {
    width: 52px;
  }
  .m-home-price-more-icon--double {
    width: 100px;
  }
  .m-home-price-more-title .icon {
    width: 40px;
  }
  .m-home-price-more-image {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .m-home-price-more-list-col > * + * {
    margin-left: 20px;
  }
  .m-home-price-more-list-col__content {
    flex-shrink: 0;
  }
  .m-home-price-more-list-col__image {
    flex: 1 1 0;
  }
  .m-home-price-btn {
    margin-top: 40px;
    padding-bottom: 0;
  }
  .m-home-price-btn .simulation-btn {
    height: 90px;
    border-width: 4px;
    border-radius: 8px;
    font-size: 1.8rem;
  }
  .m-home-price-btn .simulation-btn:before {
    right: 15px;
    width: 10px;
    height: 10px;
    border-width: 2px 2px 0 0;
  }
  .m-home-price-btn .simulation-btn > span::before {
    right: -60px;
    width: 50px;
    height: 45px;
    margin-bottom: -15px;
  }
  .m-home-price-btn .simulation-btn .fuki {
    left: -170px;
    transform-origin: 100%;
    transform: scale(0.6);
  }
  .m-home-price-btn .plan-btn {
    margin-top: 30px;
    display: block;
    text-align: center;
  }
  .m-home-price-btn .plan-btn dt {
    margin: 0 0 15px;
    font-size: 1.4rem;
  }
  .m-home-price-btn .plan-btn ul {
    display: flex;
    justify-content: space-between;
  }
  .m-home-price-btn .plan-btn li {
    width: calc(50% - 3px);
    padding-left: 0;
  }
  .m-index-voice {
    padding: 0 0 25px;
  }
  .m-index-voice .contents {
    margin-top: 35px;
  }
  .m-index-voice .contents section + section {
    margin-top: 50px;
  }
  .m-index-voice .contents section {
    flex-wrap: wrap;
  }
  .m-index-voice .contents section .img img {
    width: 128px;
    height: 128px;
  }
  .m-index-voice .contents section .text {
    width: calc(100% - 145px);
  }
  .m-index-voice .contents section .cat {
    margin-bottom: 5px;
  }
  .m-index-voice .contents section .cat li {
    margin: 0 5px 5px 0;
    padding: 2px 1em;
    border-radius: 3px;
    font-size: 1rem;
  }
  .m-index-voice .contents section .from {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .m-index-voice .contents section h3 {
    font-size: 1.3rem;
  }
  .m-index-voice .contents section h3::before {
    margin-bottom: 10px;
    width: 20px;
    border-top-width: 3px;
  }
  .m-index-voice .contents section .more {
    width: 100%;
    margin-top: 15px;
    font-weight: 700;
  }
  .m-index-voice-green {
    background-image: repeating-linear-gradient(-55deg, #009c56 0, #009c56 4px, #0da15f 4px, #0da15f 7px);
  }
  .m-index-entry {
    padding-top: 30px;
  }
  .m-index-entry h2 {
    margin: 0 auto 20px;
    padding: 0 5px 10px;
    font-size: 2.3rem;
    background-size: auto 3px;
  }
  .m-index-entry h2 .icon {
    transform: translate(-50%, -60%) scale(0.5);
    transform-origin: 50% 0;
  }
  .m-index-entry .flow {
    display: block;
    padding: 0 20px;
  }
  .m-index-entry .flow li {
    width: auto;
    padding: 30px 20px 20px;
  }
  .m-index-entry .flow li .title {
    margin-bottom: 20px;
  }
  .m-index-entry .flow li .title .en {
    font-size: 2.2rem;
  }
  .m-index-entry .flow li .title .num {
    font-size: 6rem;
  }
  .m-index-entry .flow li + li {
    margin-top: 40px;
  }
  .m-index-entry .flow li + li:before {
    top: -30px;
    left: 50%;
    margin: -30px 0 0 -25px;
    transform: scale(0.7) rotate(90deg);
  }
  .m-index-entry .main {
    margin: -30px -20px 0;
    padding: 60px 0;
  }
  .m-index-entry .main dl {
    width: auto;
    padding-bottom: 100px;
    font-size: 1.8rem;
  }
  .m-index-entry .main dl:before {
    left: auto;
    right: 50%;
    margin-right: 10px;
    width: 93px;
    height: 65px;
  }
  .m-index-entry .main dl:after {
    right: auto;
    left: 50%;
    margin-left: 10px;
    width: 60px;
    height: 96px;
  }
  .m-index-entry .main dl dd {
    margin-top: 10px;
  }
  .m-index-entry .main dl .num {
    font-size: 8rem;
  }
  .m-index-entry .main dl .en {
    font-size: 3rem;
  }
  .m-index-entry .entry_btn {
    width: auto;
  }
  .m-index-entry .entry_btn a {
    height: 70px;
    margin: 0 15px;
    font-size: 2rem;
  }
  .m-index-entry .entry_btn a .blank {
    position: relative;
    padding: 0 18px;
  }
  .m-index-entry .entry_btn a .blank::after {
    width: 11px;
    height: 9px;
    margin-top: -5px;
  }
  .m-index-entry .column {
    display: block;
    margin-top: 20px;
    padding-bottom: 40px;
  }
  .m-index-entry .callcenter {
    width: auto;
    padding: 20px 20px 20px;
  }
  .m-index-entry .callcenter::before {
    content: none;
  }
  .m-index-entry .callcenter h3 {
    position: relative;
    display: table;
    margin: 0 auto 10px;
    padding: 6px 0 6px 50px;
    font-size: 1.7rem;
  }
  .m-index-entry .callcenter h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border-radius: 100%;
    background: #fff000 url("../images/index/icon-callcenter.png") no-repeat 50%;
    background-size: 100%;
  }
  .m-index-entry .callcenter dl {
    margin-top: 10px;
    text-align: center;
  }
  .m-index-entry .callcenter dl dt {
    font-size: 1.5rem;
  }
  .m-index-entry .callcenter dl dd {
    justify-content: center;
  }
  .m-index-entry .callcenter dl dd .icon {
    margin-top: 6px;
    width: 46.2px;
    height: 26.6px;
  }
  .m-index-entry .callcenter dl dd .number {
    font-size: 4rem;
  }
  .m-index-entry .nonmember {
    width: auto;
    margin-top: 20px;
    font-size: 1.6rem;
    padding-bottom: 40px;
  }
  .m-index-entry .nonmember h3 {
    margin-bottom: 30px;
    padding: 20px 0;
    font-size: 1.5rem;
  }
  .m-index-entry .nonmember .m-btn {
    width: 240px;
  }
  .m-home-entry-list {
    margin-right: -12px;
  }
  .m-home-entry-list__item {
    margin-right: 12px;
    width: 90px;
    height: 90px;
    font-size: 1.2rem;
  }
  .m-home-faq-item-title .icon {
    font-size: 1.4rem;
  }
  .m-home-faq-item-content-inner {
    padding-left: 40px;
  }
  .m-home-faq-item-content .icon {
    width: 32px;
  }
  .m-index-special {
    position: relative;
  }
  .m-index-special:before {
    height: 25px;
  }
  .m-index-special-title {
    width: 170px;
    margin-left: auto;
    margin-right: auto;
  }
  .m-index-special-inner {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
  }
  .m-index-special-inner .m-icon-slide-prev {
    left: 40px;
    width: 20px;
    height: 20px;
    margin-left: 0;
  }
  .m-index-special-inner .m-icon-slide-next {
    right: 40px;
    width: 20px;
    height: 20px;
    margin-right: 0;
  }
  .m-index-special-item {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .m-index-special-content {
    display: block;
    padding-bottom: 20px;
  }
  .m-index-special-content__image {
    position: relative;
    z-index: 1;
    width: auto;
    margin-right: 20px;
  }
  .m-index-special-content__box {
    margin-top: -20px;
    margin-left: 20px;
    padding: 50px 30px 45px 30px;
  }
  .m-index-special-text .title {
    margin-bottom: 15px;
    font-size: 1.6rem;
    position: relative;
  }
  .m-index-special-text .title:before {
    width: 22px;
    height: 3px;
  }
  .m-index-special-text .text {
    font-size: 1.4rem;
  }
  .m-index-special-btn {
    position: absolute;
    right: -15px;
    bottom: -15px;
    width: 126px;
    height: 44px;
  }
  .m-home-price-catalog {
    width: auto;
    margin: 0 20px 60px;
  }
  .m-home-price-catalog > a {
    display: block;
    padding: 20px;
    border-width: 4px;
  }
  .m-home-price-catalog > a .fuki {
    right: -30px;
    transform: scale(0.7);
  }
  .m-home-price-catalog > a h3 {
    font-size: 1.8rem;
  }
  .m-home-price-catalog > a .m-btn {
    margin: 20px auto 0;
    width: auto;
  }
  .m-home-price-catalog > a .catalog-image {
    width: 30%;
    margin: 20px auto 0;
  }
  .m-index-energy {
    padding: 0 20px 15px;
    background-image: repeating-linear-gradient(-55deg, #cbe62e 0, #cbe62e 4px, #d5eb58 4px, #d5eb58 7px);
  }
  .m-index-energy ul {
    flex-wrap: wrap;
    margin: 25px -7px 0;
  }
  .m-index-energy ul li {
    width: 50%;
    padding: 0 7px;
  }
  .m-index-energy ul li:nth-child(n+3) {
    margin-top: 20px;
  }
  .m-index-energy ul a {
    font-size: 1.4rem;
  }
  .m-index-energy ul a .ico {
    border-width: 7px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  /* =======================================================================
  electric-power
  index
  ======================================================================= */
  .m-electric-power-menu {
    margin-left: 0;
    display: block;
  }
  .m-electric-power-menu__item {
    margin-left: 0;
    width: auto;
    margin-top: 30px;
  }
  .m-electric-power-menu-inner {
    padding: 20px;
  }
  .m-electric-power-menu-image {
    position: relative;
  }
  .m-electric-power-menu-image .icon {
    width: 50px;
  }
  .m-electric-power-plan {
    margin-left: 0;
    margin-bottom: 0;
    display: block;
  }
  .m-electric-power-plan__item {
    margin-left: 0;
    margin-bottom: 0;
    width: auto;
  }
  .m-electric-power-plan__item + .m-electric-power-plan__item {
    margin-top: 20px;
  }
  .m-electric-power-plan-title {
    padding: 20px;
    font-size: 2rem;
  }
  .m-electric-power-plan-content {
    padding: 30px 20px 20px;
  }
  .m-electric-power-plan-image {
    width: 152px;
    margin-left: auto;
    margin-right: auto;
  }
  .m-electric-power-plan-price .price {
    font-size: 3rem;
  }
  .m-electric-power-flow {
    margin-left: 0;
    display: block;
  }
  .m-electric-power-flow__item {
    margin-left: 0;
    padding-top: 0;
    width: auto;
  }
  .m-electric-power-flow__item + .m-electric-power-flow__item {
    margin-top: 50px;
    padding-top: 35px;
  }
  .m-electric-power-flow-title {
    padding: 15px;
    font-size: 1.6rem;
  }
  .m-electric-power-flow-content {
    min-height: inherit;
    padding: 40px 20px 60px;
  }
  .m-electric-power-flow-content--01 .m-electric-power-flow-arrow {
    position: absolute;
    top: auto;
    bottom: -60px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .m-electric-power-flow-content--01 .m-electric-power-flow-arrow .icon {
    width: 41px;
    transform: rotate(90deg);
  }
  .m-electric-power-flow-content--02 .m-electric-power-flow-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    top: auto;
    right: auto;
    left: 20px;
    bottom: -70px;
  }
  .m-electric-power-flow-content--02 .m-electric-power-flow-arrow .icon {
    width: 41px;
    transform: rotate(90deg);
  }
  .m-electric-power-flow-content--03 .m-electric-power-flow-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    left: auto;
    bottom: auto;
    top: -70px;
    right: 20px;
  }
  .m-electric-power-flow-content--03 .m-electric-power-flow-arrow .icon {
    width: 41px;
    transform: rotate(90deg);
  }
  .m-electric-power-flow-content .text {
    font-size: 2rem;
  }
  .m-electric-power-flow-image {
    bottom: -15px;
    width: 64px;
  }
  /* =======================================================================
  electric-power
  price
  ======================================================================= */
  .m-electric-power-tab-list__item {
    font-size: 1.2rem;
  }
  .m-electric-power-tab-list__item span {
    font-size: 1.6rem;
  }
  .m-electric-power-tab-list__item + .m-electric-power-tab-list__item {
    margin-left: 12px;
  }
  .m-electric-power-tab-list__item a {
    display: block;
    height: auto;
    padding: 10px 20px;
  }
  .m-electric-power-tbl-wrap {
    position: relative;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    padding-top: 24px;
  }
  .m-electric-power-tbl-wrap:before {
    content: "左右にスクロールします";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2rem;
  }
  .m-electric-power-tbl-wrap table {
    width: 1080px;
  }
  .m-electric-power-tbl-wrap th, .m-electric-power-tbl-wrap td {
    white-space: nowrap;
    font-size: 1.4rem;
  }
  .m-electric-power-tbl-wrap thead th {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  /* =======================================================================
  special
  ======================================================================= */
  .m-special-title {
    text-align: center;
  }
  .m-special-title img {
    width: 160px;
  }
  .m-special-title span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  /* =======================================================================
  topics
  ======================================================================= */
  .m-topics-cat-nav {
    margin-left: 0;
    margin-right: -4px;
    margin-bottom: -4px;
  }
  .m-topics-cat-nav__item {
    width: calc(50% - 4px);
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 1.4rem;
  }
  .m-topics-archives {
    display: block;
    margin-right: 0;
  }
  .m-topics-archives__item {
    width: auto;
    margin-top: 30px;
    margin-right: 0;
  }
  .m-topics-archives-h .datetime {
    font-size: 1.4rem;
  }
  .m-topics-archives-h .cat {
    font-size: 1rem;
  }
  .m-topics-archives-title {
    font-size: 1.6rem;
  }
  .m-topics-archives-text {
    font-size: 1.2rem;
  }
  .m-topics-article-cat {
    font-size: 1.2rem;
  }
  .m-topics-article-datetime {
    font-size: 1.6rem;
  }
  .m-topics-article-title {
    font-size: 2rem;
  }
  .m-topics-detail-nav {
    margin-top: 40px;
  }
  .m-topics-detail-nav__item {
    flex: 1 1 0;
  }
  .m-topics-detail-nav__item + .m-topics-detail-nav__item {
    margin-left: 10px;
  }
  .m-topics-detail-nav__item--prev, .m-topics-detail-nav__item--next {
    width: auto;
  }
  .m-topics-connection__title {
    color: #fff;
    background-color: #00a33e;
    font-size: 2rem;
    font-weight: 700;
    padding: 5px 10px;
  }
  .m-topics-connection__lists {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
  .m-topics-connection__list a {
    display: flex;
    align-items: center;
    gap: 5%;
  }
  .m-topics-connection__list a:hover {
    transition: 0.3s;
    text-decoration: none;
    opacity: 0.7;
  }
  .m-topics-connection__img {
    width: 50%;
  }
  .m-topics-connection__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .m-topics-connection__content {
    width: 50%;
  }
  .m-topics-connection__date {
    font-family: din-2014, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
  }
  .m-topics-connection__sub-title {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  /* =======================================================================
  company
  ======================================================================= */
  .m-company-social {
    padding-top: 20px;
  }
  .m-company-social-icon {
    width: 50px;
  }
  .m-company-social-list__item {
    padding: 30px 20px 20px;
  }
  .m-company-social-list__item + .m-company-social-list__item {
    margin-top: 12px;
  }
  .m-company-social-list-image {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  .m-company-service {
    display: block;
    margin-right: 0;
  }
  .m-company-service__item {
    flex: 1 1 0;
    margin-right: 0;
  }
  .m-company-service__item + .m-company-service__item {
    margin-top: 12px;
  }
  .m-company-service-image {
    text-align: center;
  }
  .m-company-service-content {
    padding: 20px;
  }
  /* =======================================================================
  company
  social
  ======================================================================= */
  .m-company-social-action-image {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
  }
  .m-company-social-action-list {
    display: block;
    margin-left: 0;
  }
  .m-company-social-action-list__item {
    width: auto;
    margin-left: 0;
    padding: 20px;
  }
  .m-company-social-action-list__item + .m-company-social-action-list__item {
    margin-top: 12px;
  }
  .m-company-social-action-recycling {
    display: block;
  }
  .m-company-social-action-recycling__image {
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  /* =======================================================================
  company
  greeting
  ======================================================================= */
  .m-company-greeting {
    margin-top: 40px;
  }
  .m-company-greeting img {
    float: inherit;
    margin-right: 0;
  }
  .m-company-greeting h3 {
    padding-top: 20px;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 1px;
  }
  .m-company-greeting p {
    margin-top: 10px;
    letter-spacing: 1.2px;
    font-size: 12px;
  }
  .m-company-greeting p.mt-70 {
    margin-top: 10px;
  }
  .m-company-greeting p.mt-m5 {
    margin-top: 10px;
  }
  /* =======================================================================
  application
  ======================================================================= */
  .m-application-links {
    margin-left: 0;
    margin-right: 0;
  }
  .m-application-btns {
    display: flex;
  }
  .m-application-btns__agree {
    justify-content: flex-start;
    padding: 10px;
    font-size: 1.2rem;
    height: 60px;
    margin-right: 16px;
  }
  .m-application-btns__agree:before {
    border-left-width: 16px;
    border-top-width: 30px;
    border-bottom-width: 30px;
  }
  .m-application-btns__entry {
    flex-shrink: 1 0 0;
    justify-content: flex-start;
    padding: 10px 30px 10px 10px;
    height: 60px;
    font-size: 1.2rem;
  }
  .m-application-btns__entry > * {
    flex-shrink: 0;
  }
  .m-application-btns__entry:before {
    right: 10px;
  }
  .m-application-btns__entry .icon {
    width: 26px;
  }
  /* =======================================================================
  sitemap
  ======================================================================= */
  .m-sitemap-list__item {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m-sitemap-list__item:before {
    width: 50%;
  }
  .m-sitemap-list__item > a {
    font-size: 1.4rem;
    color: #00a33e;
  }
  .m-sitemap-list-child {
    display: flex;
    width: auto;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: -1em;
    font-size: 1.2rem;
  }
  /* =======================================================================
  simulation
  ======================================================================= */
  .m-simulation-intro {
    display: block;
  }
  .m-simulation-intro__image {
    margin-top: 20px;
    margin-right: 0;
    text-align: center;
  }
  .m-simulation-intro__content {
    margin-right: 0;
  }
  .m-simulation-step-item {
    padding: 20px;
    margin-bottom: 50px;
  }
  .m-simulation-step-item:before {
    width: 16px;
    height: 16px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    bottom: -25px;
  }
  .m-simulation-step-title {
    font-size: 1.4rem;
  }
  .m-simulation-step-title > * {
    text-align: left;
  }
  .m-simulation-step-title > * + * {
    margin-left: 5px;
  }
  .m-simulation-step-title .icon {
    width: 50px;
  }
  .m-simulation-step-box {
    font-size: 1.4rem;
  }
  .m-simulation-kerosene {
    display: block;
    padding: 20px;
  }
  .m-simulation-kerosene > * {
    display: block;
  }
  .m-simulation-kerosene > * + * {
    margin-left: 0;
    margin-top: 10px;
  }
  .m-simulation-gas {
    display: block;
    padding: 20px;
  }
  .m-simulation-gas__title {
    justify-content: center;
  }
  .m-simulation-gas__title > * + * {
    margin-left: 10px;
  }
  .m-simulation-gas__title .icon {
    width: 50px;
  }
  .m-simulation-gas__content {
    display: block;
    margin-top: 20px;
    margin-left: auto;
  }
  .m-simulation-gas__content > * {
    display: block;
  }
  .m-simulation-gas__content > * + * {
    margin-left: 0;
    margin-top: 10px;
  }
  .m-simulation-status {
    display: block;
    padding: 20px;
  }
  .m-simulation-status__title {
    width: auto;
  }
  .m-simulation-status__content {
    margin-top: 20px;
  }
  .m-simulation-status__content > * + * {
    margin-left: 10px;
  }
  .m-simulation-use-select {
    display: block;
    padding: 20px;
  }
  .m-simulation-use-select > * + * {
    margin-left: 0px;
    margin-top: 10px;
  }
  .m-simulation-use-select > * {
    display: block;
  }
  .m-simulation-use-one {
    padding: 20px;
    display: block;
  }
  .m-simulation-use-one__title {
    display: flex;
  }
  .m-simulation-use-one__title > * + * {
    margin-left: 10px;
  }
  .m-simulation-use-one__content {
    display: block;
    margin-left: 0px;
    margin-top: 20px;
  }
  .m-simulation-use-one__content > * + * {
    margin-left: 0;
    margin-top: 10px;
  }
  .m-simulation-use-one__content .m-input-text {
    max-width: calc(100% - 5em);
  }
  .m-simulation-use-all-1 {
    display: block;
    padding: 20px;
    margin-bottom: 20px;
  }
  .m-simulation-use-all-1:before, .m-simulation-use-all-1:after {
    width: 12px;
    height: 12px;
    border-right-width: 3px;
    border-bottom-width: 3px;
  }
  .m-simulation-use-all-1:after {
    margin-bottom: -8px;
  }
  .m-simulation-use-all-1 > * + * {
    margin-left: 0px;
    margin-top: 10px;
  }
  .m-simulation-use-all-1 .btn {
    width: 100%;
  }
  .m-simulation-use-all-1 .m-input-text {
    max-width: calc(100% - 5em);
  }
  .m-simulation-use-all-2 .text {
    font-size: 1.2rem;
  }
  .m-simulation-use-all-2-col {
    display: block;
    padding: 20px;
  }
  .m-simulation-use-all-2-col__title {
    width: auto;
  }
  .m-simulation-use-all-2-col__content {
    margin-top: 20px;
  }
  .m-simulation-use-all-2-col__content > * {
    width: calc(25% - 10px);
  }
  .m-simulation-use-all-2-col__content > * .month {
    font-size: 1rem;
  }
  .m-simulation-use-all-2-col__content > * .m-input-text {
    font-size: 1.2rem;
  }
  .m-simulation-use-all-3 {
    display: block;
    padding: 20px 0;
    margin-left: 20px;
    margin-right: 20px;
  }
  .m-simulation-use-all-3 > * + * {
    margin-left: 0;
    margin-top: 20px;
  }
  .m-simulation-use-all-3-text {
    font-size: 1.4rem;
  }
  .m-simulation-use-all-3 .title {
    display: block;
    margin-bottom: 10px;
  }
  .m-simulation-use-all-3 .btn {
    justify-content: center;
    padding: 10px;
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
  }
  .m-simulation-plan {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m-simulation-plan__title {
    width: auto;
  }
  .m-simulation-plan__content {
    margin-top: 20px;
    display: block;
    margin-right: 0;
    margin-bottom: 0;
  }
  .m-simulation-plan__content > * {
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
  .m-simulation-plan__content > * + * {
    margin-top: 8px;
  }
  .m-simulation-plan-2 {
    display: block;
  }
  .m-simulation-plan-2.no-opt {
    padding-top: 20px;
  }
  .m-simulation-plan-2 .opt {
    padding: 5px;
    font-size: 1.1rem;
    font-weight: 700;
  }
  .m-simulation-plan-2 .remarks {
    font-size: 1.1rem;
  }
  .m-simulation-plan-2 .remarks em {
    font-size: 1.3rem;
  }
  .m-simulation-step-result-btn {
    width: 100%;
    height: 80px;
    font-size: 1.3rem;
    padding-right: 30px;
    padding-left: 10px;
  }
  .m-simulation-step-result-btn .icon {
    width: 25px;
    margin-right: 10px;
  }
  .m-simulation-step-result-btn:before {
    width: 10px;
    height: 10px;
    right: 15px;
  }
  .m-simulation-status2 {
    display: block;
    margin: 20px;
    text-align: center;
  }
  .m-simulation-status2 > * {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .m-simulation-status2 > * > * + * {
    margin-left: 20px;
  }
  .m-simulation-status2 > * .icon {
    width: 50px;
  }
  .m-simulation-status2 > * + * {
    margin-left: 0;
    margin-top: 15px;
  }
  .m-simulation-status2:nth-last-of-type(1) {
    padding-top: 20px;
  }
  .m-simulation-status2--sp-row .title {
    width: 100%;
    margin-bottom: 10px;
  }
  .m-simulation-status2--sp-row .status {
    margin-left: 0;
  }
  .m-simulation-status2 .status {
    padding: 10px;
  }
  .m-simulation-result {
    padding: 40px 20px 20px;
  }
  .m-simulation-result-icon {
    width: 50px;
  }
  .m-simulation-result-title {
    font-size: 1.2rem;
  }
  .m-simulation-result-title .plan {
    font-size: 2rem;
  }
  .m-simulation-result-box {
    padding: 20px 20px 80px;
  }
  .m-simulation-result-box--noicon {
    padding-bottom: 20px;
  }
  .m-simulation-result-box-icon {
    width: 60px;
    right: 10px;
    bottom: -10px;
  }
  .m-simulation-result-comparison {
    display: block;
  }
  .m-simulation-result-comparison__before {
    width: auto;
    padding-bottom: 30px;
  }
  .m-simulation-result-comparison__before:before {
    border-left: solid 12px transparent;
    border-right: solid 12px transparent;
    border-top: solid 12px #cbe62e;
    border-bottom: 0;
    right: 50%;
    top: auto;
    bottom: 0;
    transform: translate(50%, -50%);
  }
  .m-simulation-result-comparison__before .title {
    font-size: 1.4rem;
  }
  .m-simulation-result-comparison__before .status {
    padding: 10px;
    font-size: 1.4rem;
  }
  .m-simulation-result-comparison__after {
    width: auto;
  }
  .m-simulation-result-comparison__after .title {
    font-size: 1.6rem;
  }
  .m-simulation-result-comparison__after .status {
    font-size: 2.4rem;
  }
  .m-simulation-result-breakdown {
    font-size: 1.2rem;
  }
  .m-simulation-result-breakdown-tbl {
    width: 100%;
    font-size: 1.2rem;
  }
  .m-simulation-result-text {
    padding: 15px 10px;
    font-size: 1.3rem;
  }
  .m-simulation-result-text .price {
    font-size: 3rem;
  }
  .m-simulation-result-text .point {
    font-size: 2rem;
  }
  .m-simulation-result-corp-service {
    display: block;
  }
  .m-simulation-result-corp-service > * {
    display: block;
  }
  .m-simulation-result-corp-service > * + * {
    margin-left: 0;
    margin-top: 10px;
  }
  .m-simulation-result-btns {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .m-simulation-result-btns > * + * {
    margin-left: 0;
    margin-top: 12px;
  }
  .m-simulation-result-btns__prev {
    font-size: 1.4rem;
    height: 60px;
  }
  .m-simulation-result-btns__prev:before {
    left: 15px;
  }
  .m-simulation-result-btns__entry {
    font-size: 1.4rem;
    height: 60px;
  }
  .m-simulation-result-btns__entry .icon {
    width: 25px;
  }
  .m-simulation-result-btns__entry:before {
    right: 15px;
  }
  .m-simulation-err-content {
    position: fixed;
    left: 20px;
    top: 20px;
    transform: none;
    overflow: auto;
    max-width: inherit;
    min-width: inherit;
    width: calc(100% - 40px);
    padding-bottom: 10px;
  }
  .m-simulation-err-title {
    padding: 10px;
  }
  .m-simulation-err-item {
    padding: 10px;
  }
  .m-simulation-err-close {
    width: 50%;
    margin-top: 10px;
  }
  .m-simulation-recommend {
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .m-simulation-recommend-title {
    font-size: 1.8rem;
  }
  .m-simulation-recommend-title:before {
    margin-right: 10px;
  }
  .m-simulation-recommend-title:after {
    margin-left: 10px;
  }
}
.m-cp202007-wrap {
  max-width: 767px;
  width: auto;
  margin: 0 auto;
  padding-top: 78px;
}

.m-cp202007-mv {
  width: auto;
  height: auto;
}
.m-cp202007-mv img {
  max-width: 100%;
  margin: 0 auto;
}

.m-cp202007-link01 {
  background: #eff8fe;
  padding: 50px 0 80px;
}
.m-cp202007-link01 a {
  width: 85%;
  display: block;
  margin: 0 auto;
}
.m-cp202007-link01 a:last-child {
  margin-top: 50px;
}

.m-cp202007-link02 {
  padding: 50px 0 80px;
}
.m-cp202007-link02 a {
  width: 85%;
  display: block;
  margin: 0 auto;
}
.m-cp202007-link02 a img {
  width: 100%;
}

.m-cp202007-sec {
  width: auto;
  height: auto;
  margin: 0 auto;
}
.m-cp202007-sec img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .m-cp202007-link01 {
    padding: 25px 0 40px;
  }
  .m-cp202007-link02 {
    padding: 25px 0 40px;
  }
}
