@charset "UTF-8";
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}

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

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

/*
@include perfect_vw(1200, 320, 60, 14, font-size);
*/
/*
  @include lineHeightCrop(1.75);
*/
[data-effect] {
  opacity: 0;
  transition: all 1500ms;
}
[data-effect][data-effect-type=fadeinup] {
  transform: translate(0, 25px);
}
[data-effect][data-effect-type=fadeinleft] {
  transform: translate(-25px, 0);
}

[data-effect=fired] {
  opacity: 1;
  transform: translate(0, 0);
}

[data-effect-delay="1"] {
  transition-delay: 100ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="1"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="1"] {
    transition-delay: 100ms !important;
  }
}

[data-effect-delay="2"] {
  transition-delay: 200ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="2"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="2"] {
    transition-delay: 200ms !important;
  }
}

[data-effect-delay="3"] {
  transition-delay: 300ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="3"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="3"] {
    transition-delay: 300ms !important;
  }
}

[data-effect-delay="4"] {
  transition-delay: 400ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="4"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="4"] {
    transition-delay: 400ms !important;
  }
}

[data-effect-delay="5"] {
  transition-delay: 500ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="5"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="5"] {
    transition-delay: 500ms !important;
  }
}

[data-effect-delay="6"] {
  transition-delay: 600ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="6"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="6"] {
    transition-delay: 600ms !important;
  }
}

[data-effect-delay="7"] {
  transition-delay: 700ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="7"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="7"] {
    transition-delay: 700ms !important;
  }
}

[data-effect-delay="8"] {
  transition-delay: 800ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="8"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="8"] {
    transition-delay: 800ms !important;
  }
}

[data-effect-delay="9"] {
  transition-delay: 900ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="9"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="9"] {
    transition-delay: 900ms !important;
  }
}

[data-effect-delay="10"] {
  transition-delay: 1000ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="10"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="10"] {
    transition-delay: 1000ms !important;
  }
}

[data-effect-delay="11"] {
  transition-delay: 1100ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="11"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="11"] {
    transition-delay: 1100ms !important;
  }
}

[data-effect-delay="12"] {
  transition-delay: 1200ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="12"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="12"] {
    transition-delay: 1200ms !important;
  }
}

[data-effect-delay="13"] {
  transition-delay: 1300ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="13"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="13"] {
    transition-delay: 1300ms !important;
  }
}

[data-effect-delay="14"] {
  transition-delay: 1400ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="14"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="14"] {
    transition-delay: 1400ms !important;
  }
}

[data-effect-delay="15"] {
  transition-delay: 1500ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="15"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="15"] {
    transition-delay: 1500ms !important;
  }
}

[data-effect-delay="16"] {
  transition-delay: 1600ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="16"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="16"] {
    transition-delay: 1600ms !important;
  }
}

[data-effect-delay="17"] {
  transition-delay: 1700ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="17"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="17"] {
    transition-delay: 1700ms !important;
  }
}

[data-effect-delay="18"] {
  transition-delay: 1800ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="18"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="18"] {
    transition-delay: 1800ms !important;
  }
}

[data-effect-delay="19"] {
  transition-delay: 1900ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="19"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="19"] {
    transition-delay: 1900ms !important;
  }
}

[data-effect-delay="20"] {
  transition-delay: 2000ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="20"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="20"] {
    transition-delay: 2000ms !important;
  }
}

[data-effect-delay="21"] {
  transition-delay: 2100ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="21"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="21"] {
    transition-delay: 2100ms !important;
  }
}

[data-effect-delay="22"] {
  transition-delay: 2200ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="22"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="22"] {
    transition-delay: 2200ms !important;
  }
}

[data-effect-delay="23"] {
  transition-delay: 2300ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="23"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="23"] {
    transition-delay: 2300ms !important;
  }
}

[data-effect-delay="24"] {
  transition-delay: 2400ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="24"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="24"] {
    transition-delay: 2400ms !important;
  }
}

[data-effect-delay="25"] {
  transition-delay: 2500ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="25"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="25"] {
    transition-delay: 2500ms !important;
  }
}

[data-effect-delay="26"] {
  transition-delay: 2600ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="26"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="26"] {
    transition-delay: 2600ms !important;
  }
}

[data-effect-delay="27"] {
  transition-delay: 2700ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="27"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="27"] {
    transition-delay: 2700ms !important;
  }
}

[data-effect-delay="28"] {
  transition-delay: 2800ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="28"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="28"] {
    transition-delay: 2800ms !important;
  }
}

[data-effect-delay="29"] {
  transition-delay: 2900ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="29"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="29"] {
    transition-delay: 2900ms !important;
  }
}

[data-effect-delay="30"] {
  transition-delay: 3000ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="30"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="30"] {
    transition-delay: 3000ms !important;
  }
}

[data-effect-delay="31"] {
  transition-delay: 3100ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="31"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="31"] {
    transition-delay: 3100ms !important;
  }
}

[data-effect-delay="32"] {
  transition-delay: 3200ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="32"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="32"] {
    transition-delay: 3200ms !important;
  }
}

[data-effect-delay="33"] {
  transition-delay: 3300ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="33"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="33"] {
    transition-delay: 3300ms !important;
  }
}

[data-effect-delay="34"] {
  transition-delay: 3400ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="34"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="34"] {
    transition-delay: 3400ms !important;
  }
}

[data-effect-delay="35"] {
  transition-delay: 3500ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="35"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="35"] {
    transition-delay: 3500ms !important;
  }
}

[data-effect-delay="36"] {
  transition-delay: 3600ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="36"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="36"] {
    transition-delay: 3600ms !important;
  }
}

[data-effect-delay="37"] {
  transition-delay: 3700ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="37"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="37"] {
    transition-delay: 3700ms !important;
  }
}

[data-effect-delay="38"] {
  transition-delay: 3800ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="38"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="38"] {
    transition-delay: 3800ms !important;
  }
}

[data-effect-delay="39"] {
  transition-delay: 3900ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="39"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="39"] {
    transition-delay: 3900ms !important;
  }
}

[data-effect-delay="40"] {
  transition-delay: 4000ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="40"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="40"] {
    transition-delay: 4000ms !important;
  }
}

[data-effect-delay="41"] {
  transition-delay: 4100ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="41"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="41"] {
    transition-delay: 4100ms !important;
  }
}

[data-effect-delay="42"] {
  transition-delay: 4200ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="42"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="42"] {
    transition-delay: 4200ms !important;
  }
}

[data-effect-delay="43"] {
  transition-delay: 4300ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="43"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="43"] {
    transition-delay: 4300ms !important;
  }
}

[data-effect-delay="44"] {
  transition-delay: 4400ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="44"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="44"] {
    transition-delay: 4400ms !important;
  }
}

[data-effect-delay="45"] {
  transition-delay: 4500ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="45"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="45"] {
    transition-delay: 4500ms !important;
  }
}

[data-effect-delay="46"] {
  transition-delay: 4600ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="46"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="46"] {
    transition-delay: 4600ms !important;
  }
}

[data-effect-delay="47"] {
  transition-delay: 4700ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="47"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="47"] {
    transition-delay: 4700ms !important;
  }
}

[data-effect-delay="48"] {
  transition-delay: 4800ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="48"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="48"] {
    transition-delay: 4800ms !important;
  }
}

[data-effect-delay="49"] {
  transition-delay: 4900ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="49"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="49"] {
    transition-delay: 4900ms !important;
  }
}

[data-effect-delay="50"] {
  transition-delay: 5000ms !important;
}
@media screen and (min-width: 768px) {
  [data-effect-delay="50"] {
    transition-delay: 0ms !important;
  }
}

@media screen and (min-width: 768px) {
  [data-effect-delay-sp="50"] {
    transition-delay: 5000ms !important;
  }
}

/**
css繧?繝九Γ繝ｼ繧?繝ｧ繝ｳ
**/
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

html {
  overflow: auto;
}

body {
  background-color: #FFF;
  color: #333;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
}

.racetrackbn img {
  border-style: none;
  height: auto;
  vertical-align: baseline;
  width: 100%;
}
img [data-objectfit=cover] {
  -o-object-fit: cover;
     object-fit: cover;
}

iframe,
video {
  width: 100%;
}

div,
span,
a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

a:hover, a:active,
button:hover,
button:active {
  outline-width: 0;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  a[href*="tel:"] {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
}
:root {
  --outer-height: 100vh;
}

.l-header {
  border-bottom: 1px solid #F4F4F4;
}
.l-header__main {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .l-header__main {
    justify-content: flex-start;
    max-width: 1080px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .l-header__main {
    justify-content: flex-start;
  }
}
.l-header__logo {
  width: 100%;
  max-width: 160px;
}

.l-inner {
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .l-inner {
    max-width: 1080px;
  }
}
@media screen and (min-width: 1200px) {
  .l-inner {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-inner__content {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}

.l-main {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .l-main {
    min-height: calc(100vh - 64px - 345px);
  }
}
@media screen and (min-width: 1024px) {
  .l-main {
    min-height: calc(100vh - 64px - 134px);
  }
}

.l-aside {
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .l-aside {
    margin-top: 60px;
    width: 98%;
  }
}
@media screen and (min-width: 1200px) {
  .l-aside {
    width: 100%;
    max-width: 1080px;
  }
}
.l-aside + .l-footer {
  margin-top: 0;
}
.l-aside__wrapper {
  background: #F7F7F7;
}
@media screen and (min-width: 768px) {
  .l-aside__wrapper {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .l-aside__wrapper {
    background: none;
    margin: 20px 0;
  }
}
.l-aside__content {
  border-top: 1px solid #FFF;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px 10px;
}
@media screen and (min-width: 768px) {
  .l-aside__content {
    border-top: none;
    width: 100%;
    max-width: calc((100% - 1px) / 2);
    padding: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .l-aside__content {
    border: 1px solid #EDEDED;
    padding: 24px 20px;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .l-aside__content:nth-of-type(1) {
    border-right: 1px solid #FFF;
  }
}
.l-aside__img {
  width: 50px;
  flex-shrink: 0;
}
.l-aside__text {
  margin-left: 10px;
  font-size: 14px;
}
.l-aside__text > span {
  display: block;
  font-weight: 600;
}
.l-aside__list {
  background: #EFF8F1;
}
@media screen and (min-width: 768px) {
  .l-aside__list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.l-asideList__item {
  border-top: 1px solid #DBEFDD;
}
@media screen and (min-width: 768px) {
  .l-asideList__item {
    width: 100%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .l-asideList__item {
    max-width: calc((100% - 2px) / 3);
  }
}
@media screen and (min-width: 768px) {
  .l-asideList__item:nth-child(even) {
    border-left: 1px solid #DBEFDD;
  }
}
.l-asideList__item:first-child {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .l-asideList__item:nth-of-type(2) {
    border-top: none;
  }
}
@media screen and (min-width: 1024px) {
  .l-asideList__item:nth-of-type(3) {
    border-top: none;
    border-left: 1px solid #DBEFDD;
  }
}
@media screen and (min-width: 1024px) {
  .l-asideList__item:nth-of-type(4) {
    border-left: none;
    border-right: 1px solid #DBEFDD;
  }
}
.l-asideList__link {
  padding: 10px 20px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.l-asideList__link:after {
  content: "";
  background: transparent url(../img/common/icon_angle-g.svg) no-repeat center;
  background-size: contain;
  width: 14px;
  height: 14px;
  margin-left: auto;
  flex-shrink: 0;
}
.l-asideList__link:hover {
  background: #E0F1E3;
}
.l-asideList__icon {
  background: #2EA339;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.l-asideList__icon > img {
  width: auto;
  max-width: 22px;
  height: auto;
  max-height: 22px;
}

.l-footer {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .l-footer {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__aside {
    width: 98%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer__aside {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }
}
.l-footerAside__wrapper {
  background: #F7F7F7;
}
@media screen and (min-width: 768px) {
  .l-footerAside__wrapper {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .l-footerAside__wrapper {
    background: none;
    margin: 20px 0;
  }
}
.l-footerAside__list {
  background: #EFF8F1;
}
@media screen and (min-width: 768px) {
  .l-footerAside__list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.l-footerAside__item {
  border-top: 1px solid #DBEFDD;
}
@media screen and (min-width: 768px) {
  .l-footerAside__item {
    width: 100%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .l-footerAside__item {
    max-width: calc((100% - 2px) / 3);
  }
}
@media screen and (min-width: 768px) {
  .l-footerAside__item:nth-child(even) {
    border-left: 1px solid #DBEFDD;
  }
}
.l-footerAside__item:first-child {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .l-footerAside__item:nth-of-type(2) {
    border-top: none;
  }
}
@media screen and (min-width: 1024px) {
  .l-footerAside__item:nth-of-type(3) {
    border-top: none;
    border-left: 1px solid #DBEFDD;
  }
}
@media screen and (min-width: 1024px) {
  .l-footerAside__item:nth-of-type(4) {
    border-left: none;
    border-right: 1px solid #DBEFDD;
  }
}
.l-footerAside__link {
  padding: 10px 20px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.l-footerAside__link:after {
  content: "";
  background: transparent url(../img/common/icon_angle-g.svg) no-repeat center;
  background-size: contain;
  width: 14px;
  height: 14px;
  margin-left: auto;
  flex-shrink: 0;
}
.l-footerAside__icon {
  background: #2EA339;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.l-footerAside__icon > img {
  width: auto;
  max-width: 22px;
  height: auto;
  max-height: 22px;
}
.l-footerAside__content {
  border-top: 1px solid #FFF;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px 10px;
}
@media screen and (min-width: 768px) {
  .l-footerAside__content {
    border-top: none;
    width: 100%;
    max-width: calc((100% - 1px) / 2);
    padding: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footerAside__content {
    border: 1px solid #EDEDED;
    padding: 24px 20px;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .l-footerAside__content:nth-of-type(1) {
    border-right: 1px solid #FFF;
  }
}
.l-footerAside__img {
  width: 50px;
  flex-shrink: 0;
}
.l-footerAside__text {
  margin-left: 10px;
  font-size: 14px;
}
.l-footerAside__text > span {
  display: block;
  font-weight: 600;
}
.l-footer__link {
  background: #5D6E5E;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 0;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
}
.l-footer__link:after {
  content: "";
  background: transparent url(../img/common/icon_angle-w.svg) no-repeat center;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
  right: -20px;
}
@media screen and (min-width: 1024px) {
  .l-footer__link {
    display: none;
  }
}
.l-footer__content {
  background: #3B4B3C;
}
@media screen and (min-width: 1024px) {
  .l-footer__content {
    background: #F7F7F7;
    padding: 32px 0;
  }
}
.l-footerLink__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .l-footerLink__list {
    width: 98%;
    margin: 0 auto;
    flex-wrap: nowrap;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .l-footerLink__list {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }
}
.l-footerLink__item {
  width: 100%;
  max-width: calc((100% - 1px) / 2);
}
.l-footerLink__item:nth-child(even) {
  border-left: 1px solid #4F5D50;
}
@media screen and (min-width: 1024px) {
  .l-footerLink__item:nth-child(even) {
    border: none;
  }
}
.l-footerLink__item:not(:first-child), .l-footerLink__item:not(:nth-child(2)) {
  border-top: 1px solid #4F5D50;
}
@media screen and (min-width: 1024px) {
  .l-footerLink__item:not(:first-child), .l-footerLink__item:not(:nth-child(2)) {
    border: none;
  }
}
@media screen and (min-width: 1024px) {
  .l-footerLink__item {
    width: auto;
    max-width: none;
    margin-left: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footerLink__item:first-child {
    margin-left: 0;
  }
}
.l-footerLink__link {
  display: block;
  padding: 20px 15px;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .l-footerLink__link {
    padding: 0;
    color: #333;
  }
}
@media screen and (min-width: 1200px) {
  .l-footerLink__link {
    font-size: 14px;
  }
}
.l-footer__copyright {
  background: #29362A;
  padding: 18px 0;
}
.l-footerCopyright__text {
  color: #ccc;
  font-size: 14px;
  text-align: center;
}

.c-heading__box {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-heading__box {
    margin-bottom: 50px;
  }
}
.c-heading__text {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
}
.c-heading-01 {
  margin-bottom: 20px;
  font-size: 22px;
  text-align: center;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .c-heading-01 {
    margin-bottom: 26px;
    font-size: 26px;
  }
}
.c-heading-02, .c-heading-02_id {
  background: #2EA339;
  margin: 0 -10px 13px;
  padding: 20px 0;
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .c-heading-02, .c-heading-02_id {
    margin: 0 auto 30px;
    padding: 20px;
    font-size: 22px;
    text-align: left;
  }
}
.c-heading-02_id {
  margin-top: -30px;
  margin-bottom: 1px;
}
@media screen and (min-width: 768px) {
  .c-heading-02_id {
    margin: 0 auto 30px;
  }
}
.c-heading-02.-addRecommend, .-addRecommend.c-heading-02_id {
  position: relative;
}
.c-heading-02.-addRecommend::before, .-addRecommend.c-heading-02_id::before {
  content: "";
  background: transparent url(../img/common/img-recommend.png) no-repeat center;
  background-size: contain;
  position: absolute;
  width: 113px;
  height: 110px;
  left: -5px;
  top: -38px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-heading-02.-addRecommend, .-addRecommend.c-heading-02_id {
    padding-left: 100px;
  }
  .c-heading-02.-addRecommend::before, .-addRecommend.c-heading-02_id::before {
    content: "";
    background: transparent url(../img/common/img-recommend.png) no-repeat center;
    background-size: contain;
    position: absolute;
    width: 113px;
    height: 110px;
    left: -5px;
    top: -38px;
    flex-shrink: 0;
  }
}
.c-heading-03 {
  background: #F7F7F7;
  border-left: 4px solid #2EA339;
  margin-bottom: 20px;
  padding: 20px 0;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .c-heading-03 {
    margin-bottom: 32px;
    padding: 20px;
    font-size: 22px;
    text-align: left;
  }
}
.c-heading-greenUnderLine {
  border-bottom: 2px solid #2EA339;
  margin-bottom: 20px;
  padding: 20px 0;
  font-weight: 600;
  font-size: 20px;
  text-align: left;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .c-heading-greenUnderLine {
    margin-bottom: 32px;
    padding: 20px;
    font-size: 22px;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .c-heading-greenUnderLine._02 {
    padding-left: 0;
    margin-bottom: 10px;
  }
}
.c-heading-grayUnderLine {
  border-bottom: 2px solid #D8D8D8;
  margin-bottom: 20px;
  padding: 10px 0;
  font-weight: 600;
  font-size: 20px;
  text-align: left;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .c-heading-grayUnderLine {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 0 10px 20px;
    font-size: 22px;
    text-align: left;
  }
}
.c-heading-bgLightGreen, .c-heading-bgLightGreen-02 {
  background: #EFF8F1;
  margin-bottom: 20px;
  padding: 17px 10px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .c-heading-bgLightGreen, .c-heading-bgLightGreen-02 {
    margin: 0 auto 30px;
    padding: 20px;
    font-size: 22px;
    text-align: left;
  }
}
.c-heading-bgLightGreen-02 {
  background: #E0F1E3;
  margin-bottom: 0px;
}

.c-accordion_title {
  display: flex;
  background: #F7F7F7;
  border-bottom: 4px solid #2EA339;
  margin-bottom: 0px;
  padding: 20px 0;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  line-height: 1.1;
  padding-left: 10px;
}
.c-accordion_title.-bgGreen {
  background: #EFF8F1;
}
@media screen and (min-width: 768px) {
  .c-accordion_title {
    padding: 20px;
    font-size: 22px;
    text-align: left;
  }
}
.c-accordion_title:nth-of-type(1) {
  margin-top: 0;
}
.c-accordion_title:hover {
  cursor: pointer;
}
.c-accordion_title_icon {
  background: #2EA339;
  border: 1px solid #2EA339;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  position: relative;
}
.c-accordion_title_icon:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: relative;
}
.c-accordion_title_icon:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 9px;
  left: 6px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #ffffff transparent;
}
.c-accordion_title.is-open .c-accordion_title_icon:after {
  transform: rotate(180deg);
}
.c-accordion_title.is-open + .c-accordion_content {
  display: block;
}
.c-accordion_text {
  width: 100%;
  max-width: calc(100% - 24px);
  font-size: 16px;
  font-weight: 600;
}
.c-accordion_text small {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
}
.c-accordion_content {
  display: none;
  width: 100%;
  padding: 8px;
}
.c-accordion_content .c-button__wrapper {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .c-accordion_content .c-button__wrapper {
    margin-bottom: 40px;
  }
}

.c-text {
  font-size: 15px;
  line-height: 1.8;
}
.c-text strong {
  font-weight: 600;
}
.c-text__underLine_green {
  border-bottom: solid 6px #EFF8F1;
}
.c-text__danger {
  color: #D90B1A;
}
.c-text + .c-form {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .c-text + .c-form {
    margin-top: 30px;
  }
}
.c-text.-description {
  color: #8E8E8E;
  font-weight: 600;
}
.c-text.-description.-name {
  padding-left: 50px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .c-text.-description.-name {
    width: 100%;
    flex-shrink: 0;
  }
}
.c-text__title {
  display: block;
  font-weight: 600;
}
.c-text__box.-error {
  background: #EFF8F1;
  border-radius: 4px;
  padding: 20px 10px;
  text-align: center;
}
.c-text.-tc {
  padding: 10px;
  border: 1px solid #EFF8F1;
}
.c-text.-tc_addBadge {
  padding: 30px 10px 30px 70px;
  border: 1px solid #EFF8F1;
  border-bottom: none;
  position: relative;
}
.c-text.-tc_addBadge::before {
  content: "";
  background: transparent url(../img/common/img-easy.png) no-repeat center;
  background-size: contain;
  position: absolute;
  width: 56px;
  height: 50px;
  left: 6px;
  top: 13px;
  flex-shrink: 0;
}
.c-text.-maleSample {
  padding: 0 0 20px 20px;
}

.c-textArea, .c-textArea_02 {
  width: 100%;
  height: 200px;
  padding: 20px;
  overflow: scroll;
  border: 1px solid #EDEDED;
}
.c-textArea_02 {
  height: 120px;
  margin-top: 20px;
}
.c-textArea.-error, .-error.c-textArea_02 {
  background: #FFD9D9;
  border-color: #D90B1A;
}

.c-button {
  border: 1px solid transparent;
  border-radius: 4px;
  width: 100%;
  max-width: 355px;
  height: 60px;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  font-weight: 600;
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 768px) {
  .c-button {
    max-width: 340px;
  }
}
.c-button > span {
  display: block;
  font-size: 13px;
}
.c-button__box {
  flex-direction: column;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .c-button__box {
    flex-direction: row;
    justify-content: space-between;
  }
}
.c-button__box .c-button__wrapper {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .c-button__box .c-button__wrapper {
    width: 100%;
    margin-top: 0;
  }
}
.c-button__wrapper {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c-button__wrapper {
    margin-top: 50px;
  }
}
.c-button__wrapper.-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-button__wrapper.-width_max {
  width: 100%;
}
.c-button__wrapper.-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-button__wrapper.-row {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .c-button__wrapper.-row .c-button {
    margin: 0;
  }
}
.c-button__wrapper.-row .-secondary {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .c-button__wrapper.-row .-secondary {
    margin-top: 0;
    margin-left: 10px;
  }
}
.c-button__wrapper.-sidebyside {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  margin-left: 0Px;
  margin-right: 0px;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .c-button__wrapper.-sidebyside {
    justify-content: center;
  }
}
.c-button__wrapper.-sidebyside .c-button {
  margin-left: 0Px;
  margin-right: 0px;
}
@media screen and (min-width: 768px) {
  .c-button__wrapper.-sidebyside .c-button {
    margin: 0;
  }
}
.c-button__wrapper.-sidebyside .-tertiary {
  width: 30%;
}
@media screen and (min-width: 768px) {
  .c-button__wrapper.-sidebyside .-tertiary {
    width: 490px;
    margin-right: 10px;
  }
}
.c-button__wrapper.-sidebyside .-secondary {
  width: 67%;
}
@media screen and (min-width: 768px) {
  .c-button__wrapper.-sidebyside .-secondary {
    width: 490px;
  }
}
.c-button__wrapper.-sidebyside .-half {
  width: 48%;
}
@media screen and (min-width: 768px) {
  .c-button__wrapper.-sidebyside .-tc {
    margin: auto;
  }
}
.c-button__wrapper.-text_center {
  text-align: center;
}
.c-button__wrapper.-fileUp {
  margin-top: 0px;
  margin-left: 10px;
  width: 100px;
}
.c-button__wrapper.-fileUp .c-button {
  height: 50px;
}
@media screen and (min-width: 768px) {
  .c-button__wrapper.-fileUp .c-button {
    height: 40px;
  }
}
.c-button__wrapper.-toUpload {
  margin: 10px 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-button__wrapper.-postal {
    margin-top: 0px;
  }
}
.c-button.-prev:after {
  content: "";
  background: transparent url(../img/common/icon_angle-w.svg) no-repeat center;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  transform: rotate(-90deg);
  flex-shrink: 0;
}
.c-button.-next:after {
  content: "";
  background: transparent url(../img/common/icon_angle-w.svg) no-repeat center;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 15px;
  transform: rotate(90deg);
  flex-shrink: 0;
}
.c-button.-icon:after {
  content: "";
  background: transparent url(../img/common/icon_link.svg) no-repeat center;
  background-size: contain;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 23px;
  right: 60px;
  flex-shrink: 0;
}
.c-button.-primary {
  background: #2EA339;
  color: #FFF;
}
.c-button.-primary:hover {
  background: #1C8926;
}
.c-button.-border, .c-button.-close, .c-button.-fold {
  background: #FFF;
  border: 2px solid #2EA339;
  color: #2EA339;
}
.c-button.-border:hover, .c-button.-close:hover, .c-button.-fold:hover {
  background: #EFF8F1;
}
.c-button.-border.-next:after, .c-button.-next.-close:after, .c-button.-next.-fold:after {
  content: "";
  background: transparent url(../img/common/icon_angle-g.svg) no-repeat center;
  transform: none;
}
.c-button.-border.-more:after, .c-button.-more.-close:after, .c-button.-more.-fold:after {
  content: "";
  background: transparent url(../img/common/icon_angle-g.svg) no-repeat center;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 15px;
  transform: rotate(90deg);
  flex-shrink: 0;
  transition: all 0.3s ease-in;
}
.c-button.-secondary {
  background: #F28B00;
  color: #FFF;
}
.c-button.-secondary:hover {
  background: #E06700;
}
.c-button.-tertiary {
  background: #8E8E8E;
  color: #FFF;
}
.c-button.-tertiary:hover {
  background: #747474;
}
.c-button.-fold.-next:after {
  background: transparent url(../img/common/icon_angle-up.svg) no-repeat center;
}
.c-button.-close {
  border: none;
  background: #F7F7F7;
  color: #2EA339;
}
.c-button.-close.-prev:after {
  background: transparent url(../img/common/icon_close.svg) no-repeat center;
  left: 85px;
}
.c-button.-postalCodeSearch {
  width: 160px;
  height: 50px;
  margin-top: -30px;
}
.c-button.-disabled {
  cursor: no-drop;
  pointer-events: none;
}

.c-link.-primary {
  color: #2EA339;
  font-weight: 600;
}
.c-link.-primary:hover {
  opacity: 0.8;
}
.c-link.-right {
  text-align: right;
}
.c-link.-addIcon {
  position: relative;
  padding-right: 25px;
}
.c-link.-addIcon:after {
  background: transparent url(../img/common/icon_link.svg) no-repeat center;
  background-size: contain;
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 3px;
  right: 1px;
  z-index: 1;
  pointer-events: none;
}
.c-link.-underLine {
  border-bottom: 1px solid #2EA339;
}

.c-idContents {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .c-idContents {
    align-items: stretch;
  }
}
@media screen and (min-width: 1024px) {
  .c-idContents {
    flex-direction: column;
  }
}
.c-idContents > .c-idContents__content {
  margin-bottom: 30px;
  width: 100%;
  max-width: 355px;
  height: 60px;
  margin: -1px 0 0 -1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  font-weight: 600;
  background: #FFF;
  border: 1px solid #EAEAEA;
  color: #2EA339;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-idContents > .c-idContents__content {
    max-width: 290px;
    align-items: flex-start;
    padding-left: 20px;
    margin-top: 5px;
  }
}
.c-idContents > .c-idContents__content.-blank {
  border-right: none;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .c-idContents > .c-idContents__content.-blank {
    border-left: none;
  }
}
.c-idContents > .c-idContents__content:hover {
  background: #EFF8F1;
}
.c-idContents > .c-idContents__content.-current {
  background: #EFF8F1;
  color: #333;
}
.c-idContents > .c-idContents__content.-current:after {
  position: absolute;
  content: "";
  background: transparent url(../img/common/icon_angle-green.svg) no-repeat center;
  background: transparent url(../img/common/icon_caret-green.png) no-repeat center;
  background-size: contain;
  top: 42px;
  right: 85px;
  width: 5px;
  height: 14px;
  flex-shrink: 0;
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .c-idContents > .c-idContents__content.-current:after {
    top: 21px;
    right: 15px;
    width: 10px;
    height: 14px;
    transform: rotate(0deg);
  }
}
.c-idContents_noLink {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .c-idContents_noLink {
    align-items: stretch;
  }
}
@media screen and (min-width: 1024px) {
  .c-idContents_noLink {
    flex-direction: column;
  }
}
.c-idContents_noLink > .c-idContents__content_noLink {
  margin-bottom: 30px;
  border-radius: 6px;
  width: 100%;
  max-width: 355px;
  height: 60px;
  margin: 0 2.5px 5px 2.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  font-weight: 600;
  background: #2EA339;
  color: #FFF;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-idContents_noLink > .c-idContents__content_noLink {
    max-width: 290px;
    align-items: flex-start;
    padding-left: 20px;
  }
}
.c-idContents_noLink > .c-idContents__content_noLink.-blank {
  background: none;
  border-right: none;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .c-idContents_noLink > .c-idContents__content_noLink.-blank {
    border-left: none;
  }
}

@media screen and (min-width: 768px) {
  .c-idContents_send {
    width: 49% !important;
    border: 1px solid #EAEAEA;
    padding: 20px;
    margin-bottom: 20px;
  }
}

.c-step__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .c-step__list {
    justify-content: center;
  }
}
.c-step__list + .c-text {
  margin-bottom: 30px;
}
.c-step__item {
  width: 100%;
  max-width: calc((100% - 6px) / 3);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 2px 5px 0;
}
@media screen and (min-width: 768px) {
  .c-step__item {
    max-width: calc((100% - 8px) / 5);
    margin-bottom: 0;
  }
}
.c-step__item:after {
  content: "";
  background: transparent url(../img/common/icon_caret.png) no-repeat center;
  background-size: contain;
  width: 6px;
  height: 14px;
  margin-left: 2px;
  flex-shrink: 0;
}
.c-step__item:last-child {
  margin-right: 0;
}
.c-step__item:last-child:after {
  content: none;
}
.c-step__link {
  border: 1px solid #D3D3D3;
  width: 100%;
  max-width: calc(100% - 6px - 2px);
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 10px;
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
  line-height: 1.2857142857;
}
.c-step__link.-done {
  background: #E3E3E3;
  border: none;
}
.c-step__link.-current {
  background: #F28B00;
  border: none;
  color: #FFF;
}
.c-step__text {
  text-align: center;
}
.c-step__text span {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-step__text span {
    display: block;
    font-size: 10px;
  }
}
.c-step__text .direct {
  display: block;
  font-size: 10px;
}

.c-postalCodeName {
  height: 500px;
  overflow-y: scroll;
}
.c-postalCodeName__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
}
.c-postalCodeName__item {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 55px;
  border: 1px solid #EDEDED;
  border-top: none;
  align-items: center;
}
.c-postalCodeName__item_head {
  background: #EFF8F1;
  display: flex;
  flex-direction: row;
}
.c-postalCodeName__code {
  width: 27%;
  border-bottom: 1px solid #FFF;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-postalCodeName__code {
    width: 15%;
    text-align: left;
    margin-left: 20px;
  }
}
.c-postalCodeName__code.-head {
  font-weight: 600;
  padding: 17px 10px;
}
@media screen and (min-width: 768px) {
  .c-postalCodeName__code.-head {
    margin-left: 15px;
  }
}
.c-postalCodeName__name {
  font-weight: 600;
  width: 63%;
  color: #2EA339;
  margin-left: 20px;
}
.c-postalCodeName__name.-head {
  color: #333;
  border-left: 1px solid #FFF;
  padding: 17px 10px;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .c-postalCodeName__name.-head {
    margin-left: 15px;
  }
}

.c-form > .c-form__content {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .c-form > .c-form__content {
    border: 1px solid #EAEAEA;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-form > .c-form__content:not(:nth-of-type(1)) {
    border-top: none;
  }
}
.c-form > .c-form__content.-static {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .c-form > .c-form__content.-static {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-form > .c-form__content.-static:nth-last-of-type(1) {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .c-form > .c-form__content.-postal {
    border: none;
  }
}
.c-form__error {
  width: 100%;
  margin-top: 7px;
}
.c-formError__text {
  background: #FFEBEB;
  border-radius: 4px;
  width: 100%;
  max-width: 355px;
  position: relative;
  margin-top: 7px;
  padding: 16px 0;
  color: #D90B1A;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.c-formError__text.-multipleLines {
  line-height: 1.6875;
}
@media screen and (min-width: 768px) {
  .c-formError__text {
    max-width: 360px;
  }
}
.c-formError__text:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8.5px 17px 8.5px;
  border-color: transparent transparent #FFEBEB transparent;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.c-formError__text.-arrow_bottom:before {
  top: 58px;
  left: 48%;
  transform: rotate(180deg);
}
.c-formError__text.-arrow_none {
  margin-top: 0px;
  margin-left: 20px;
  height: 90%;
  width: 90%;
  top: -8px;
}
.c-formError__text.-arrow_none:before {
  content: none;
}
.c-formError__text.-cross, .c-formError__text.-circle {
  color: #333;
}
.c-formError__text.-cross:after, .c-formError__text.-circle:after {
  content: "";
  background: transparent url(../img/common/icon_cross.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 10px;
  top: 13px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-formError__text.-cross:after, .c-formError__text.-circle:after {
    width: 16px;
    height: 16px;
    left: 13px;
    top: 16px;
  }
}
.c-formError__text.-circle {
  background: #EFF8F1;
}
.c-formError__text.-circle:before {
  content: none;
}
.c-formError__text.-circle::after {
  background: transparent url(../img/common/icon_circle.svg) no-repeat center;
  width: 30px;
  height: 30px;
  left: 10px;
  top: 9px;
}
@media screen and (min-width: 768px) {
  .c-formError__text.-circle::after {
    width: 30px;
    height: 30px;
    left: 13px;
    top: 9px;
  }
}
.c-form__group {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-form__group {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .c-form__group {
    padding: 20px;
  }
}
.c-form__group .c-label {
  background: none;
  display: inline-flex;
}
.c-form__content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-form__content {
    align-items: stretch;
  }
}
.c-form__content.-row {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-form__content.-row {
    flex-direction: row;
  }
}
.c-form__content.-row.-name {
  flex-direction: row;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-form__content.-row.-name {
    max-width: calc((100% - 20px) / 2);
  }
}
.c-form__content.-row.-name .c-label {
  padding: 0;
  width: 40px;
  margin-right: 10px;
  margin-bottom: 0;
  flex-shrink: 0;
}
.c-form__content.-row.-name + .-row.-name {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .c-form__content.-row.-name + .-row.-name {
    margin-top: 0;
    margin-left: 20px;
  }
}
.c-form__content.-row.-selectWrap {
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .c-form__content.-row.-selectWrap {
    flex-direction: row;
  }
}
.c-form__content.-row.-select {
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .c-form__content.-row.-select {
    margin-top: 20px;
  }
}
.c-form__content.-row.-select .c-label {
  padding: 0;
  width: 20px;
  margin-left: 10px;
  margin-bottom: 0;
  flex-shrink: 0;
}
.c-form__content.-row.-radio {
  flex-direction: row;
}
.c-form__content.-row .c-radio__wrapper {
  max-width: calc((100% - 10px) / 2);
}
.c-form__content.-row .c-radio__wrapper + .c-radio__wrapper {
  margin-left: 10px;
}
.c-form__content.-row.-radioRow .c-radio__wrapper {
  max-width: 100%;
  margin-top: 10px;
  margin-left: 0;
}
@media screen and (min-width: 1024px) {
  .c-form__content.-row.-radioRow .c-radio__wrapper {
    margin-left: 10px;
  }
}
.c-form__content.-row.-postalCode {
  flex-direction: row;
  margin-top: 12px;
}
.c-form__content.-row.-fileUp {
  flex-direction: row;
  margin-top: 12px;
}
.c-form__content.-row.-idContents {
  flex-direction: row;
}
@media screen and (min-width: 1024px) {
  .c-form__content.-row.-idContents {
    flex-direction: column;
  }
}
.c-form__content.-row .c-postalCode__wrapper_left {
  max-width: 42%;
}
.c-form__content.-row .c-postalCode__wrapper_bar {
  width: 8%;
  font-size: 18px;
  margin: auto;
  text-align: center;
}
.c-form__content.-row .c-postalCode__wrapper_right {
  max-width: 50%;
}
.c-form__content.-row.-txt_btn {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
}
.c-form__content.-type_chara {
  align-items: stretch;
  margin-bottom: 0px !important;
}
.c-form__content.-column {
  flex-direction: column;
}
.c-form .c-passwordStrength {
  background: #F7F7F7;
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 12px;
  padding: 17px 10px;
  width: 100%;
  height: 80px;
  font-weight: 600;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 4px;
}
.c-form .c-passwordStrength > .c-form__content {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-form .c-passwordStrength {
    max-width: 360px;
    height: 60px;
    padding: 10px 20px;
    margin-top: 0;
    margin-left: 30px;
  }
}
.c-form .c-passwordStrength__badge {
  width: 27px;
  height: 26px;
  position: absolute;
  left: 305px;
  font-size: 13px;
  font-weight: normal;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .c-form .c-passwordStrength__badge {
    position: absolute;
    left: auto;
    right: 5px;
  }
}
.c-form .c-passwordStrength_meter {
  display: flex;
  flex-direction: row;
}
.c-form .c-passwordStrength_meter_bar {
  width: 80px;
  height: 10px;
  margin-right: 5px;
}
.c-form .c-passwordStrength_meter_bar.-safe {
  background: #73E37E;
}
.c-form .c-passwordStrength_meter_bar.-strong {
  background: #ABE373;
}
.c-form .c-passwordStrength_meter_bar.-warning {
  background: #FFB50D;
}
.c-form .c-passwordStrength_meter_bar.-danger {
  background: #D90B1A;
}
.c-form .c-passwordStrength_meter_bar.-none {
  background: #D8D8D8;
}
.c-form__loginArea {
  background: #EFF8F1;
  padding: 10px 10px 40px 10px;
}
@media screen and (min-width: 1024px) {
  .c-form__loginArea {
    padding: 10px 150px 40px 150px;
  }
}
.c-form__loginArea .c-label {
  background: #EFF8F1;
  margin-bottom: 0;
}
.c-form__loginArea .c-checkbox__label-text {
  background: #EFF8F1;
}
@media screen and (min-width: 1024px) {
  .c-form__loginArea .c-checkbox__label-text {
    margin-left: 20px;
  }
}
.c-form__loginArea .c-checkbox:checked + .c-checkbox__label-text, .c-form__loginArea .c-radiobtn:checked + .c-checkbox__label-text {
  background: #EFF8F1;
}
.c-form__loginArea .c-button__wrapper {
  margin-top: 0;
}

.c-imgArea {
  background: #D1D1D1;
  margin: 20px auto 10px;
  height: 210px;
  width: 100%;
  padding: 10px 10px 40px 10px;
}
@media screen and (min-width: 1024px) {
  .c-imgArea {
    width: 600px;
    height: 350px;
    margin: 20px 20px 10px;
  }
}

@media screen and (min-width: 768px) {
  .c-terms__box {
    width: 95%;
    border: 1px solid #EAEAEA;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .c-terms__box {
    width: 85%;
    border: 1px solid #EAEAEA;
    margin: 60px auto 50px;
    padding: 0 95px 0;
  }
}
@media screen and (min-width: 768px) {
  .c-terms__box .center {
    text-align: center;
  }
}
.c-terms__box .c-form {
  margin: 0;
}
.c-terms__box .c-checkbox__wrapper {
  margin-right: 10px;
}
.c-terms__box .c-input {
  height: 40px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .c-terms__box .c-input {
    width: 650px;
  }
}

@media screen and (min-width: 768px) {
  .c-grayArea_pc {
    background-color: #F7F7F7;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 20px 22px;
    margin-bottom: 20px;
  }
  .c-grayArea_pc.-postal {
    width: 75%;
    margin: 65px auto 0;
    padding: 20px 80px 50px;
  }
}

.c-greenArea, .c-greenArea_id {
  width: 100%;
  background-color: #EFF8F1;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 20px 22px;
  margin: 20px auto;
}
@media screen and (min-width: 768px) {
  .c-greenArea, .c-greenArea_id {
    margin: 0 auto 0;
  }
}
.c-greenArea_id {
  padding: 20px 10px 20px;
}
@media screen and (min-width: 768px) {
  .c-greenArea_id {
    margin: 0 auto 0;
    padding: 0;
  }
}
.c-greenArea_id_head_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-greenArea_id_head_pc {
    display: flex;
    width: 100%;
    height: 60px;
    background-color: #E0F1E3;
    margin: 20px auto 0;
  }
  .c-greenArea_id_head_pc-col1 {
    width: 24%;
  }
  .c-greenArea_id_head_pc-col2 {
    width: 32%;
    border-left: 1px solid #FFF;
    padding: 15px 0px 10px 10px;
  }
  .c-greenArea_id_head_pc-col3 {
    width: 22%;
    border-left: 1px solid #FFF;
    padding: 15px 0px 10px 10px;
  }
  .c-greenArea_id_head_pc-col4 {
    width: 20%;
    border-left: 1px solid #FFF;
    padding: 15px 0px 10px 10px;
  }
}

@media screen and (min-width: 768px) {
  .c-id_col1 {
    width: 24%;
    padding: 20px 16px 0 14px;
    border-top: 2px solid #FFF;
  }
  .c-id_col2 {
    background: #FFF;
    width: 32%;
  }
  .c-id_col2 > .c-text {
    padding: 10px;
  }
  .c-id_col3 {
    background: #FFF;
    width: 22%;
    border-left: 1px solid #EFEFEF;
  }
  .c-id_col3 > .c-text {
    padding: 10px;
  }
  .c-id_col4 {
    background: #FFF;
    width: 22%;
    border-left: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
  }
  .c-id_col4 > .c-text {
    padding: 10px;
  }
}

.c-label, .c-label_long {
  background: #F7F2EC;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 12px;
  padding: 17px 10px;
  width: 100%;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-label, .c-label_long {
    max-width: 250px;
    padding: 15px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-label, .c-label_long {
    max-width: 290px;
    padding: 20px;
  }
}
.c-label.-long, .-long.c-label_long {
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .c-label.-long, .-long.c-label_long {
    flex-direction: row;
    align-items: center;
  }
}
.c-label_long {
  width: 100%;
  line-height: 1.7333333333;
  text-align: center;
  margin-bottom: -10px;
}
@media screen and (min-width: 768px) {
  .c-label_long {
    width: 80%;
    margin-bottom: 0;
  }
}
.c-label.-type_chara, .-type_chara.c-label_long {
  width: 40%;
  border-bottom: 1px solid #FFF;
  margin-bottom: 0px !important;
}
@media screen and (min-width: 768px) {
  .c-label.-type_chara, .-type_chara.c-label_long {
    padding: 15px;
  }
}
.c-label.-bgGray, .-bgGray.c-label_long {
  background: #F7F7F7 !important;
}
@media screen and (min-width: 768px) {
  .c-label.-bgGray_pc, .-bgGray_pc.c-label_long {
    background: #F7F7F7 !important;
  }
}
.c-label.-bgGreen, .-bgGreen.c-label_long {
  background: #EFF8F1 !important;
}
@media screen and (min-width: 768px) {
  .c-label.-postal, .-postal.c-label_long {
    margin-bottom: -25px;
  }
}
.c-label__badge {
  background: #D90B1A;
  border-radius: 4px;
  width: 50px;
  height: 26px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .c-label__badge {
    margin-left: auto;
  }
}
.c-label__badge.-selected {
  background: #F28B00;
  width: 65px;
}
.c-label__badge.-any {
  background: #8E8E8E;
  width: 50px;
}

.c-form__content.-static .c-label, .c-form__content.-static .c-label_long {
  background: #F7F7F7;
  margin-bottom: 0;
}

.c-input {
  background: #FFF;
  border: 1px solid #ACACAC;
  border-radius: 4px;
  padding: 16px 10px;
  display: block;
  width: 100%;
  outline: none;
  color: #333;
  font-size: 15px;
}
.c-input__wrapper {
  width: 100%;
  max-width: 355px;
}
@media screen and (min-width: 768px) {
  .c-input__wrapper {
    max-width: 360px;
  }
}
.c-input__wrapper + .c-text {
  margin-top: 10px;
  width: 100%;
  flex-shrink: 0;
}
.c-input__wrapper.-error .c-input {
  background: #FFD9D9;
  border-color: #D90B1A;
}
.c-input__wrapper.-fileUp {
  max-width: 245px;
}
@media screen and (min-width: 768px) {
  .c-input__wrapper.-fileUp {
    max-width: 360px;
  }
}
@media screen and (min-width: 768px) {
  .c-input__wrapper.-type_chara {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-input__wrapper.-postal > .c-input {
    padding: 16px 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-input__wrapper.-other {
    max-width: 550px;
  }
}
@media screen and (min-width: 768px) {
  .c-input {
    padding: 10px;
  }
}
.c-input:focus {
  background: #FFF9E3;
  border: 1px solid #4a4a4a;
}
.c-input.-static {
  border: none;
}
@media screen and (min-width: 768px) {
  .c-input.-static {
    padding: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .c-input.-static {
    padding: 20px;
  }
}

.c-form__content.-static .c-input.-static {
  padding: 12px 0;
}
@media screen and (min-width: 768px) {
  .c-form__content.-static .c-input.-static {
    padding: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .c-form__content.-static .c-input.-static {
    padding: 20px;
  }
}

.c-radio__wrapper {
  width: 100%;
}

.c-checkbox__wrapper {
  width: 100%;
}
.c-checkbox.-error + .c-checkbox__label, .c-checkbox.-error + .c-checkbox__label-text {
  background: #FFD9D9;
}
.c-checkbox.-error + .c-checkbox__label:before, .c-checkbox.-error + .c-checkbox__label-text:before {
  border-color: #D90B1A;
}

.c-checkbox,
.c-radiobtn {
  display: none;
}
.c-checkbox:checked + .c-checkbox__label:before, .c-checkbox:checked + .c-checkbox__label-text:before, .c-checkbox:checked + .c-radiobtn__label:before,
.c-radiobtn:checked + .c-checkbox__label:before,
.c-radiobtn:checked + .c-checkbox__label-text:before,
.c-radiobtn:checked + .c-radiobtn__label:before {
  background: #2EA339;
  border-color: #2EA339;
}
.c-checkbox:checked + .c-checkbox__label:after, .c-checkbox:checked + .c-checkbox__label-text:after, .c-checkbox:checked + .c-radiobtn__label:after,
.c-radiobtn:checked + .c-checkbox__label:after,
.c-radiobtn:checked + .c-checkbox__label-text:after,
.c-radiobtn:checked + .c-radiobtn__label:after {
  opacity: 1;
}
.c-checkbox:checked + .c-checkbox__label, .c-checkbox:checked + .c-checkbox__label-text, .c-checkbox:checked + .c-radiobtn__label,
.c-radiobtn:checked + .c-checkbox__label,
.c-radiobtn:checked + .c-checkbox__label-text,
.c-radiobtn:checked + .c-radiobtn__label {
  background: #2EA339;
  color: #FFF;
}
.c-checkbox:checked + .c-checkbox__label:before, .c-checkbox:checked + .c-checkbox__label-text:before, .c-checkbox:checked + .c-radiobtn__label:before,
.c-radiobtn:checked + .c-checkbox__label:before,
.c-radiobtn:checked + .c-checkbox__label-text:before,
.c-radiobtn:checked + .c-radiobtn__label:before {
  background: #FFF;
  border-color: #FFF;
}
.c-checkbox:checked + .c-checkbox__label-text,
.c-radiobtn:checked + .c-checkbox__label-text {
  background: #FFF;
  color: #333;
}
.c-checkbox:checked + .c-checkbox__label-text:before,
.c-radiobtn:checked + .c-checkbox__label-text:before {
  background: #2EA339;
  border-color: #FFF;
}

.c-checkbox__label, .c-checkbox__label-text {
  background: #EFF8F1;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 20px 0 4px 50px;
  position: relative;
  width: 100%;
  height: 60px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}
.c-checkbox__label:before, .c-checkbox__label-text:before {
  background: #FFF;
  background-image: none;
  border: 1px solid #2EA339;
  border-radius: 4px;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  top: 21px;
  left: 15px;
  position: absolute;
}
.c-checkbox__label:after, .c-checkbox__label-text:after {
  background: transparent url(../img/common/icon_check.svg) no-repeat center;
  background-size: 100%;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  top: 25px;
  left: 19px;
  position: absolute;
  opacity: 0;
}
.c-checkbox__label-text {
  background: #FFF;
  padding: 20px 0 4px 30px;
}
.c-checkbox__label-text:before {
  top: 21px;
  left: 0px;
}
.c-checkbox__label-text:after {
  background: transparent url(../img/common/icon_check_white.svg) no-repeat center;
  top: 25px;
  left: 4px;
}

.c-radiobtn__label {
  background: #EFF8F1;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 16px 0 16px 38px;
  position: relative;
  width: 100%;
  font-weight: 600;
}
.c-radiobtn__label:before {
  background: #FFF;
  border: 1px solid #2EA339;
  border-radius: 50%;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  top: 20px;
  left: 10px;
  position: absolute;
}
.c-radiobtn__label:after {
  background: #2EA339;
  border-radius: 50%;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  top: 23px;
  left: 13px;
  position: absolute;
  opacity: 0;
}

.c-loading {
  padding-left: 35px;
  margin-top: 10px;
  font-weight: 600;
  position: relative;
}
.c-loading:before {
  content: "";
  background: transparent url(../img/common/loadinfo.net.gif) no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0px;
  margin-top: 2px;
}
@media screen and (min-width: 768px) {
  .c-loading:before {
    left: 20px;
    margin-top: 2px;
  }
}
@media screen and (min-width: 768px) {
  .c-loading {
    padding-left: 60px;
    margin-top: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .c-loading {
    padding-left: 60px;
    margin-top: 8px;
  }
}

.c-select {
  width: 100%;
  display: block;
  padding: 16px;
  outline: none;
}
.c-select__wrapper {
  background: #FFF;
  border: 1px solid #ACACAC;
  border-radius: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
  color: #333;
}
.c-select__wrapper:before {
  background: transparent url(../img/common/icon_caret-g.png) no-repeat center;
  background-size: contain;
  content: "";
  width: 10px;
  height: 5px;
  position: absolute;
  top: 23px;
  right: 10px;
  z-index: 1;
  pointer-events: none;
}
.c-select.-error {
  background: #FFD9D9;
  border-color: #D90B1A;
}

.l-list {
  list-style: disc;
  padding-left: 18px;
}

.l-green_point_list {
  margin-bottom: 20px;
}
.l-green_point_list_wrap {
  text-indent: -16px;
  margin-left: 16px;
}
.l-green_point_list:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #2EA339;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-right: 8px;
}

.l-olist {
  counter-reset: my-counter;
  list-style: none;
  margin: 0;
}
.l-olist li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
}
.l-olist li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #FFF;
  border: 1px solid #2EA339;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
  font-size: 12px;
  color: #2EA339;
  position: absolute;
  top: 3px;
  left: 4px;
}

.c-tab__wrapper {
  width: 100%;
  margin: auto;
}
.c-tab__wrapper input[type=radio] {
  display: none;
}
.c-tab__area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.c-tabArea__item {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}
.c-tabArea__item .c-select_wrapper {
  margin-right: 10px;
}
.c-tab__label {
  background: #2EA339;
  border-radius: 4px 4px 0 0;
  width: 180px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  color: #FFF;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  line-height: 1.25;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .c-tab__label {
    width: 260px;
  }
}
@media screen and (min-width: 768px) {
  .c-tab__label br {
    display: none;
  }
}
.c-tab__label + .c-tab__label {
  margin-left: 3px;
}
@media screen and (min-width: 1024px) {
  .c-tab__label + .c-tab__label {
    margin-left: 10px;
  }
}
.c-tab__panel {
  width: 100%;
  display: none;
  padding: 20px 0;
}

#tab1:checked ~ .c-tab__area .c-tab1__label {
  background: #EFF8F1;
  color: #333;
}
#tab1:checked ~ .c-tab__area .c-tab1__label:after {
  content: "";
  background: transparent url(../img/common/icon_caret-green.png) no-repeat center;
  background-size: contain;
  width: 4px;
  height: 6px;
  position: absolute;
  bottom: 6px;
  transform: rotate(90deg);
}
#tab1:checked ~ .c-tab__content #c-tab__panel1 {
  display: block;
}

#tab2:checked ~ .c-tab__area .c-tab2__label {
  background: #EFF8F1;
  color: #333;
}
#tab2:checked ~ .c-tab__area .c-tab2__label:after {
  content: "";
  background: transparent url(../img/common/icon_caret-green.png) no-repeat center;
  background-size: contain;
  width: 4px;
  height: 6px;
  position: absolute;
  bottom: 6px;
  transform: rotate(90deg);
}
#tab2:checked ~ .c-tab__content #c-tab__panel2 {
  display: block;
}

#tab3:checked ~ .c-tab__area .c-tab3__label {
  background: #EFF8F1;
  color: #333;
}
#tab3:checked ~ .c-tab__area .c-tab3__label:after {
  content: "";
  background: transparent url(../img/common/icon_caret-green.png) no-repeat center;
  background-size: contain;
  width: 4px;
  height: 6px;
  position: absolute;
  bottom: 6px;
  transform: rotate(90deg);
}
#tab3:checked ~ .c-tab__content #c-tab__panel3 {
  display: block;
}

.p-block__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.p-block__logo_img {
  width: 330px;
  margin-right: 24px;
}
.p-block__logo_text {
  font-size: 24px;
  font-weight: bold;
}

.p-image__block {
  margin-bottom: 30px;
  text-align: center;
}
.p-image__block.-payeasy {
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .p-image__block.-payeasy {
    margin: 0;
  }
}
.p-image__block.-mypage {
  margin: 20px auto 60px;
}
@media screen and (min-width: 768px) {
  .p-image__block.-mypage {
    margin: 40px auto 100px;
  }
}
.p-image__block.-id {
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .p-image__block.-id {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.p-image__block.-id_icon {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-image__block.-id_icon {
    margin: 0;
    text-align: left;
    position: relative;
  }
}
.p-image__item {
  max-width: 275px;
}
.p-image__item.-payeasy {
  max-width: 160px;
}
@media screen and (min-width: 768px) {
  .p-image__item.-payeasy {
    width: 160px;
    margin-right: 20px;
  }
}
.p-image__item.-mypage {
  max-width: 100%;
  border: 5px solid #8E8E8E;
}
@media screen and (min-width: 768px) {
  .p-image__item.-mypage {
    max-width: 93%;
    margin: 0 auto;
  }
}
.p-image__item.-id {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .p-image__item.-id {
    max-width: 60%;
  }
}
.p-image__item.-id_icon {
  max-width: 100%;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-image__item.-id_icon {
    max-width: 14%;
    margin-top: 0;
  }
}
.p-image__item.-id_qr {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-image__item.-id_qr {
    display: block;
    position: absolute;
    max-width: 25%;
    right: 0;
    top: 0;
  }
}

.p-alert {
  margin-bottom: 10px;
}
.p-alert__text {
  border-radius: 4px;
  padding: 19px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6875;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-alert__text {
    padding: 30px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-alert__text br {
    display: none;
  }
}
.p-alert.-danger {
  background: #FFEBEB;
  color: #D90B1A;
}

.p-home__mainvisual {
  background: #2EA339;
  margin: -30px auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-homeMainvisual__text {
  width: 160px;
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  padding: 25px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-homeMainvisual__text {
    width: 260px;
    font-size: 26px;
    padding: 30px 0;
    text-align: center;
  }
}
.p-home__button {
  background: #F28B00;
  border-bottom: 4px solid #E06700;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  height: 100px;
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .p-home__button {
    font-size: 26px;
  }
}
.p-home__button span {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.p-home__button:hover {
  background: #E06700;
  border: none;
}
.p-home__button:before {
  background: transparent url(../img/home/bg_button.png) no-repeat center;
  background-size: contain;
  content: "";
  width: 81px;
  height: 78px;
  position: absolute;
  bottom: 0;
  left: 5px;
}
.p-home__button:after {
  background: transparent url(../img/common/icon_angle-w.svg) no-repeat center;
  background-size: contain;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (min-width: 1024px) {
  .p-home__button:after {
    right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-homeButton__wrapper {
    background: #FAE696;
    border-radius: 6px;
    width: 100%;
    max-width: 460px;
    flex-shrink: 0;
    margin-left: 80px;
    padding: 40px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-homeButton__wrapper .p-home__balloon {
    background: #FFF;
    margin-top: 0;
  }
  .p-homeButton__wrapper .p-home__balloon:after {
    border-color: #FFF transparent transparent transparent;
  }
}
.p-home__section {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .p-home__section {
    margin-top: 60px;
  }
}
.p-home__section .c-button {
  margin-top: 20px;
}
.p-homeLead__tag {
  background: #E89D00;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 32px;
  color: #FFF;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .p-homeLead__tag {
    width: 190px;
    margin-bottom: 14px;
  }
}
.p-homeLead__sub {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-homeLead__sub {
    display: block;
    font-size: 26px;
    font-weight: 600;
  }
}
.p-homeLead__figure {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-homeLead__figure {
    display: block;
    max-width: 460px;
    flex-shrink: 0;
    margin-left: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-homeSection__lead {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .p-homeSection__lead {
    margin-top: 0;
  }
}
.p-homeSection__lead .p-homeSection__title {
  border: none;
  flex-direction: column;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-homeSection__lead .p-homeSection__title {
    align-items: flex-start;
    margin-bottom: 5px;
  }
}
.p-homeFinancial__wrapper .-more {
  max-width: 315px;
  margin: auto;
  display: flex;
}
.p-homeFinancial__wrapper .-more:before {
  content: "繧?▲縺?隕九?";
}
.p-homeFinancial__wrapper .-more.is-open:before {
  content: "髢峨§繧?";
}
.p-homeFinancial__wrapper .-more.is-open:after {
  transform: rotate(-90deg);
}
.p-homeFinancial__list {
  overflow: hidden;
  transition: all 0.3s ease-in;
  max-height: 400px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-homeFinancial__list {
    max-height: 350px;
    text-align: center;
  }
}
.p-homeFinancial__list.is-open {
  max-height: none;
}
.p-homeFinancial__item {
  border-top: 1px solid #333;
  width: 100%;
  max-width: 50%;
}
@media screen and (min-width: 768px) {
  .p-homeFinancial__item {
    border: none;
    max-width: 33.3333333333%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-homeFinancial__item {
    max-width: 20%;
  }
}
.p-homeFinancial__item:nth-child(odd) {
  border-right: 1px solid #333;
}
@media screen and (min-width: 768px) {
  .p-homeFinancial__item:nth-child(odd) {
    border: none;
  }
}
.p-homeFinancial__item .c-button {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-homeFinancial__item .c-button {
    display: inline-flex;
    height: 38px;
    margin-top: 10px;
  }
}
.p-homeFinancial__link {
  display: block;
  padding: 0 10px;
  position: relative;
}
.p-homeFinancial__link:after {
  background: transparent url(../img/common/icon_angle-gray.svg) no-repeat center;
  content: "";
  width: 11px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-homeFinancial__link:after {
    content: none;
  }
}
.p-homeFinancial__image {
  max-width: 150px;
}
@media screen and (min-width: 768px) {
  .p-homeFinancial__image {
    border: 1px solid #e8e8e8;
    max-width: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-homeFinancial__image img {
    max-width: 150px;
  }
}
.p-homeSection__financial .p-home__balloon + .p-homeSection__text {
  margin-bottom: 20px;
  text-align: center;
}
.p-homeMore__content {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #FFF 50%);
  margin-top: -50px;
  padding-top: 50px;
  position: relative;
}
.p-homeMore__content.is-open {
  position: static;
}
.p-homeSection__etc .c-button {
  margin-top: 20px;
}
.p-homeExlusive__content {
  background: #F7F7F7;
  margin-top: 20px;
  border-radius: 6px;
  padding: 20px;
}
.p-homeExlusive__title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 600;
}
.p-homeExlusive__image {
  width: 34px;
  height: 34px;
  margin-right: 5px;
  flex-shrink: 0;
}
.p-homeSection__etc .c-button {
  margin-top: 20px;
}
.p-homeInquiry__text {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6875;
}
@media screen and (min-width: 1024px) {
  .p-homeInquiry__text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
  }
}
.p-homeInquiry__text span {
  display: block;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .p-homeInquiry__text span {
    margin-left: 10px;
  }
}
.p-homeInquiry__figure {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-homeInquiry__figure {
    display: block;
    max-width: 460px;
    flex-shrink: 0;
    margin-left: 130px;
  }
}
@media screen and (min-width: 1024px) {
  .p-homeInquiry__wrapper {
    width: 100%;
  }
}
.p-homeSection__inquiry {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-homeSection__inquiry {
    text-align: left;
  }
}
.p-homeSection__inquiry .c-heading-03 {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-homeSection__inquiry .c-heading-03 br {
    display: none;
  }
}
.p-homeSection__inquiry .p-homeSection__title {
  display: inline-flex;
  margin: 0 auto 15px;
  color: #2EA339;
  font-size: 30px;
}
@media screen and (min-width: 1024px) {
  .p-homeSection__inquiry .p-homeSection__title {
    display: flex;
  }
}
.p-homeSection__inquiry .p-homeSection__text {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .p-homeSection__inquiry .p-homeSection__text br {
    display: none;
  }
}
.p-homeAbout__figure {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .p-homeAbout__figure {
    margin-bottom: 0;
    max-width: 380px;
    flex-shrink: 0;
    margin-right: 60px;
  }
}
.p-homeSection__title {
  border-bottom: 1px solid rgba(46, 163, 57, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
  margin: 30px auto 20px;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-homeSection__title {
    justify-content: flex-start;
    margin-top: 0;
  }
}
.p-homeSection__text {
  font-size: 15px;
  line-height: 1.8;
}
.p-homeSection__text strong {
  font-weight: 600;
}
.p-homeSection__text a {
  color: #2EA339;
  font-weight: 600;
  text-decoration: underline;
}
.p-homeSection__text a:hover {
  text-decoration: none;
}
.p-homeSection__icon {
  margin-right: 5px;
}
@media screen and (min-width: 1024px) {
  .p-homeSection__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.p-home__balloon {
  background: #FAE696;
  border-radius: 30px;
  width: 100%;
  max-width: 256px;
  height: 42px;
  margin: 30px auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.p-home__balloon:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 5px 0 5px;
  border-color: #FAE696 transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.p-homeBalloon__text {
  font-size: 18px;
  font-weight: 600;
}

.p-error .l-main {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .p-error .l-main {
    background: transparent url(../img/error/bg-pc.png) no-repeat center;
    background-size: cover;
    padding-bottom: 100px;
  }
}
.p-error .c-text__box {
  margin-top: 30px;
}
.p-error .l-footer {
  margin-top: 0;
}

.p-selectFinancial {
  position: relative;
  padding: 58px 10px 20px;
  border-radius: 6px;
}
@media screen and (min-width: 1024px) {
  .p-selectFinancial {
    max-width: 1160px;
    margin: 0 auto;
  }
}
.p-selectFinancial .c-button {
  font-size: 15px;
}
.p-selectFinancial__close {
  background: #eaeaea;
  border-radius: 6px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 38px;
  color: #2EA339;
  font-size: 15px;
}
.p-selectFinancial__close:before {
  content: "";
  background: transparent url(../img/common/icon_close.svg) no-repeat center;
  background-size: contain;
  width: 8px;
  height: 8px;
  margin-right: 8px;
}
.p-selectFinancial__wrapper {
  counter-reset: no;
}
@media screen and (min-width: 1024px) {
  .p-selectFinancial__wrapper {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-selectFinancial__row {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
  }
}
.p-selectFinancial__row + .c-text {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .p-selectFinancial__row + .c-text {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .p-selectFinancial__row + .c-text {
    margin: 60px auto 30px;
  }
}
.p-selectFinancial__content {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .p-selectFinancial__content {
    margin-top: 0;
    margin-left: 20px;
    width: 100%;
    max-width: calc((100% - 40px) / 3);
  }
}
@media screen and (min-width: 1200px) {
  .p-selectFinancial__content {
    margin-left: 60px;
    max-width: calc((100% - 120px) / 3);
  }
}
@media screen and (min-width: 1024px) {
  .p-selectFinancial__content:nth-of-type(1) {
    margin-left: 0;
  }
}
.p-selectFinancial__content.-disabled {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.p-selectFinancial__content.-disabled .p-selectFinancial__title {
  border-color: #d6d6d6;
  color: #d6d6d6;
}
.p-selectFinancial__content.-disabled .p-selectFinancial__title:before {
  color: #d6d6d6;
}
.p-selectFinancial__empty {
  background: #F7F7F7;
  height: 100%;
  width: 100%;
}
.p-selectFinancial__title {
  border-bottom: 2px solid #2EA339;
  padding-bottom: 12px;
  margin-bottom: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-selectFinancial__title {
    font-size: 18px;
  }
}
.p-selectFinancial__title:before {
  border: 1px solid;
  border-radius: 50%;
  counter-increment: no;
  content: counter(no);
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  color: #2EA339;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-selectFinancial__title:before {
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
}
.p-selectFinancial__item {
  border-top: 1px solid #E5F3E7;
}
.p-selectFinancial__item:first-child {
  border-top: none;
}
.p-selectFinancial__link {
  background: #EFF8F1;
  padding: 13px 10px;
  display: block;
  position: relative;
  color: #333;
  font-weight: 600;
}
.p-selectFinancial__link.is-checked {
  background: #2EA339;
  color: #FFF;
}
.p-selectFinancial__link.is-checked:after {
  background: #FFF url(../img/common/icon_check.svg) no-repeat center;
  background-size: contain;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 2px;
  position: absolute;
  right: 15px;
  top: 18px;
}
.p-selectFinancial__gojyuon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-selectFinancial .p-selectGojyuon__item {
  width: 100%;
  max-width: calc((100% - 32px) / 5);
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.p-selectFinancial .p-selectGojyuon__item:not(.-blank) {
  border: 2px solid;
  border-radius: 4px;
  margin-bottom: 8px;
  color: #2EA339;
  font-size: 18px;
  font-weight: 600;
}
.p-selectFinancial .p-selectGojyuon__item:last-of-type(1) {
  margin-bottom: 8px;
}
.p-selectFinancial .p-selectGojyuon__item.is-checked {
  background: #2EA339;
  color: #FFF;
}
.p-selectFinancial__arrow {
  margin: 10px 0;
  text-align: center;
}
.p-selectFinancial__arrow img {
  width: 18px;
  height: 40px;
  transform: rotate(90deg);
}
.p-selectFinancial__detail {
  background: #EFF8F1;
  border-radius: 6px;
  padding: 20px;
}
.p-selectFinancial__detail .c-label {
  background: none;
  padding: 0;
  margin-bottom: 10px;
  font-size: 15px;
}
.p-selectFinancial__detail .c-input.-static {
  background: none;
  padding: 0;
  font-size: 15px;
}
.p-selectFinancial__detail .c-form__content + .c-form__content {
  margin-top: 20px;
}

.center {
  margin: 0 auto;
}

.center_flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.u-center_sp {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .u-center_sp {
    text-align: left;
  }
}

.u-margin_top03 {
  margin-top: 3px;
}

.u-margin_top10 {
  margin-top: 10px;
}

.u-margin_top10_sp {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .u-margin_top10_sp {
    margin-top: 0;
  }
}

.u-margin_top20 {
  margin-top: 20px;
}

.u-margin_top20_sp {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .u-margin_top20_sp {
    margin-top: 0;
  }
}

.u-margin_top25 {
  margin-top: 25px;
}

.u-margin_top30 {
  margin-top: 30px;
}

.u-margin_top30_sp {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .u-margin_top30_sp {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .u-margin_top30_pc {
    margin-top: 30px;
  }
}

.u-margin_top30_minus {
  margin-top: -30px;
}

.u-margin_top32 {
  margin-top: 32px;
}

.u-margin_top32_sp {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .u-margin_top32_sp {
    margin-top: 0;
  }
}

.u-margin_top40 {
  margin-top: 40px;
}

.u-margin_top40_sp {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .u-margin_top40_sp {
    margin-top: 0;
  }
}

.u-margin_top60 {
  margin-top: 60px;
}

.u-margin_top60_sp {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .u-margin_top60_sp {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .u-margin_top60_pc {
    margin-top: 60px;
  }
}

.u-margin_top80 {
  margin-top: 80px;
}

.u-margin_left10 {
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .u-margin_left10_pc {
    margin-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .u-margin_left20_pc {
    margin-left: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .u-nowrap_pc {
    white-space: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .u-hide_pc {
    display: none;
  }
}

.u-hide_sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-hide_sp {
    display: block;
  }
}

.u-hide_sp_flex {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-hide_sp_flex {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .u-addFlex_pc {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .u-width213_pc {
    width: 213px;
  }
}

@media screen and (min-width: 768px) {
  .u-width_half_pc {
    width: 49.5%;
  }
}

.u-width_max {
  width: 100%;
}

.u-border_top_sp {
  border-top: 1px solid #EAEAEA;
  padding: 10px 0 10px 0;
}
@media screen and (min-width: 768px) {
  .u-border_top_sp {
    border-top: none;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .u-border_none_pc {
    border: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-justify_between_pc {
    justify-content: space-between;
  }
}
