@charset "UTF-8";
/* ===========================
# Layout
===========================*/
/* header
=================*/
/* Inner
=================*/
/* Padding
=================*/
/* Layer
=================*/
/* ===========================
# Typography
===========================*/
/* Font-Family
=================*/
/* Font-Size
=================*/
/* Font-Weight
=================*/
/* Line-Height
=================*/
/* ===========================
# Color
===========================*/
/* General-Color
=================*/
/* Main-Color
=================*/
/* Hover-Color
=================*/
/* Transparency
=================*/
/* Background-Color
=================*/
/* Button
=================*/
/* Label
=================*/
/*  Border
=================*/
/* ===========================
# Function
===========================*/
/* Breakpoint
=================*/
/* Mediaquery
=================*/
/* other
=================*/
/* リキッドレイアウト対応 */
html {
  position: static;
  position: initial;
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.6vw;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}

body {
  position: relative;
  z-index: -9999;
  color: #333;
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

.coverlet-dryer {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.coverlet-dryer h2,
.coverlet-dryer h3 {
  font-weight: bold;
}

.coverlet-dryer img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: none;
}

.p-category_nav {
  margin-top: 0;
}

/* Blur images when they have no alt attribute */
.coverlet-dryer img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

b,
strong {
  font-weight: 700;
}

table {
  width: 100%;
  table-layout: fixed;
  border: 1px solid;
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
  border: 1px solid;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

h2 {
  width: 100%;
  padding: 0;
  letter-spacing: normal;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
.coverlet-dryer img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
.coverlet-dryer img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.l-contents__lead {
  padding-top: 33px;
  padding-top: 2.068rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .l-contents__lead {
    padding-top: 8.625rem;
  }
}

.l-contents__01 {
  position: relative;
  padding-top: 28px;
  padding-top: 1.75rem;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .l-contents__01 {
    padding-top: 3.375rem;
    padding-bottom: 5.3125rem;
  }
}
.l-contents__01 .p-section__number img {
  max-width: 48.5px;
  max-width: 3.03125rem;
}
@media screen and (min-width: 768px) {
  .l-contents__01 .p-section__number img {
    max-width: 7.90625rem;
  }
}
.l-contents__01 .p-section__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  margin-top: 9px;
  margin-top: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .l-contents__01 .p-section__head {
    margin-top: 2.125rem;
  }
}
.l-contents__01 .p-section__box {
  width: calc(100% - 9.0625rem);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .l-contents__01 .p-section__box {
    width: calc(100% - 18.5rem);
  }
}
.l-contents__01 .p-section__img {
  width: 145px;
  width: 9.0625rem;
  padding-top: 8px;
  padding-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-contents__01 .p-section__img {
    width: 18.5rem;
    margin-top: -5rem;
  }
}
.l-contents__01 .p-section__img img {
  position: relative;
  left: 10px;
  left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-contents__01 .p-section__img img {
    left: -1.25rem;
  }
}
.l-contents__01 .p-section__text {
  margin-top: 11px;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .l-contents__01 .p-section__text {
    margin-top: 1.8125rem;
  }
}
.l-contents__01 .p-section__body {
  margin-top: -30px;
  margin-top: -1.875rem;
}
@media screen and (min-width: 768px) {
  .l-contents__01 .p-section__body {
    margin-top: -4.125rem;
  }
}

.l-contents__01::after {
  display: block;
  content: "";
  position: absolute;
  top: 38px;
  top: 2.375rem;
  right: 0;
  width: 199.75px;
  width: 12.484375rem;
  height: 210.5px;
  height: 13.15625rem;
  background: url(../img/sp/bg_02_sp.png) no-repeat right top/contain;
}
@media screen and (min-width: 768px) {
  .l-contents__01::after {
    display: none;
  }
  .l-contents__01 .l-inner::after {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    top: 7.188rem;
    right: -14.375rem;
    background: url(../img/sp/bg_02_sp.png) no-repeat right top/contain;
    width: 39.5rem;
    height: 41.6875rem;
  }
}

.l-contents__02 {
  position: relative;
  padding-top: 27px;
  padding-top: 1.688rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-contents__02 {
    padding-top: 6.5625rem;
    padding-bottom: 7.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .l-contents__02 .p-section__number {
    text-align: right;
  }
}
.l-contents__02 .p-section__number img {
  max-width: 51.25px;
  max-width: 3.203125rem;
}
@media screen and (min-width: 768px) {
  .l-contents__02 .p-section__number img {
    max-width: 8.3125rem;
  }
}
.l-contents__02 .p-section__head {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .l-contents__02 .p-section__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -4.0625rem;
  }
}
.l-contents__02 .p-section__img {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .l-contents__02 .p-section__img {
    width: 58%;
    margin-top: 0;
  }
}
.l-contents__02 .fade__img {
  position: absolute;
  width: 100%;
  opacity: 0;
  -webkit-animation: change-img-anim 5s infinite;
          animation: change-img-anim 5s infinite;
}
.l-contents__02 .fade__img:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.l-contents__02 .fade__img:nth-of-type(2) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.l-contents__02 .container__img {
  position: relative;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .l-contents__02 .p-section__box {
    width: 38.2%;
    margin-left: 3.8%;
  }
}
@media screen and (min-width: 768px) {
  .l-contents__02 .p-section__title {
    margin-top: -4.375rem;
  }
}
.l-contents__02 .p-section__text {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-contents__02 .p-section__text {
    margin-top: 1.875rem;
  }
}
.l-contents__02 .p-section__text.p-section__text--sm {
  margin-top: 4px;
  margin-top: 0.25rem;
  letter-spacing: -0.03em;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .l-contents__02 .p-section__text.p-section__text--sm {
    margin-top: 0.5rem;
    letter-spacing: normal;
  }
}

.l-contents__02::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 199.75px;
  width: 12.484375rem;
  height: 210.5px;
  height: 13.15625rem;
  background: url(../img/sp/bg_02_sp.png) no-repeat right top/contain;
}
@media screen and (min-width: 768px) {
  .l-contents__02::after {
    display: none;
  }
  .l-contents__02 .l-inner::after {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    top: -6.875rem;
    left: -14.375rem;
    background: url(../img/sp/bg_02_sp.png) no-repeat right top/contain;
    width: 39.5rem;
    height: 41.6875rem;
  }
}

.l-contents__03 {
  position: relative;
  padding-top: 4px;
  padding-top: 0.25rem;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .l-contents__03 {
    padding-top: 1.313rem;
    padding-bottom: 10rem;
  }
}
.l-contents__03 .p-section__number img {
  max-width: 51.25px;
  max-width: 3.203125rem;
}
@media screen and (min-width: 768px) {
  .l-contents__03 .p-section__number img {
    max-width: 8.3125rem;
  }
}
.l-contents__03 .p-section__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .l-contents__03 .p-section__head {
    margin-top: 2.6875rem;
  }
}
.l-contents__03 .p-section__box {
  width: calc(100% - 8.125rem);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .l-contents__03 .p-section__box {
    width: calc(100% - 16.25rem);
  }
}
.l-contents__03 .p-section__img {
  width: 130px;
  width: 8.125rem;
  margin-top: 61px;
  margin-top: 3.8125rem;
}
@media screen and (min-width: 768px) {
  .l-contents__03 .p-section__img {
    width: 16.25rem;
    margin-top: -3.25rem;
    margin-top: -52px;
  }
}
.l-contents__03 .p-section__img img {
  position: relative;
  left: -15px;
  left: -0.9375rem;
}
@media screen and (min-width: 768px) {
  .l-contents__03 .p-section__img img {
    bottom: -1.0625rem;
    left: -2rem;
  }
}
.l-contents__03 .p-section__text {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .l-contents__03 .p-section__text {
    margin-top: 1.75rem;
  }
}
@media screen and (min-width: 768px) {
  .l-contents__03 .p-section__body {
    margin-top: 1.0625rem;
  }
}

.l-contents__03::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 199.75px;
  width: 12.484375rem;
  height: 210.5px;
  height: 13.15625rem;
  background: url(../img/sp/bg_02_sp.png) no-repeat right top/contain;
}
@media screen and (min-width: 768px) {
  .l-contents__03::after {
    display: none;
  }
  .l-contents__03 .l-inner::after {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    top: 7.813rem;
    right: -14.375rem;
    background: url(../img/sp/bg_02_sp.png) no-repeat right top/contain;
    width: 39.5rem;
    height: 41.6875rem;
  }
}

.l-contents__04 {
  padding-top: 33px;
  padding-top: 2.063rem;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
  background-color: #fff3e8;
}
@media screen and (min-width: 768px) {
  .l-contents__04 {
    padding-top: 5.375rem;
    padding-bottom: 7.188rem;
  }
}

.l-contents__05 {
  padding-top: 45px;
  padding-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .l-contents__05 {
    padding-top: 4.6875rem;
  }
}

.l-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 504px;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1040px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.l-main-visual {
  position: relative;
  width: 100%;
  height: 245.5px;
  height: 15.344rem;
  background: url(../img/sp/bg_01_sp.jpg) no-repeat center bottom/cover;
  opacity: 0;
  -webkit-animation: fadeIn 2s ease 0.3s 1 forwards;
  animation: fadeIn 2s ease 0.3s 1 forwards;
}
@media screen and (min-width: 768px) {
  .l-main-visual {
    max-width: 105rem;
    height: 31.875rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: clamp(0rem, -6.258rem + 13.04vw, 5.313rem);
    background: url(../img/pc/bg_01.jpg) no-repeat center bottom/cover;
  }
}

.l-main-visual__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 504px;
  padding-right: 4px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-main-visual__inner {
    max-width: 1180px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.l-main-visual__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-main-visual__wrap {
    padding-top: 1.875rem;
  }
}

.l-main-visual__left {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .l-main-visual__left {
  }
}

.l-main-visual__right {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .l-main-visual__right {
  }
}

.l-main-visual__img--1 {
  opacity: 0;
  -webkit-animation: fadeIn 1.5s ease 1s 1 forwards;
  animation: fadeIn 1.5s ease 1s 1 forwards;
}

.l-main-visual__img--1 img {
  display: inline-block;
  width: 100%;
  max-width: 184.75px;
  max-width: 11.546875rem;
}
@media screen and (min-width: 768px) {
  .l-main-visual__img--1 img {
    max-width: 35.406rem;
  }
}

.l-main-visual__title {
  position: relative;
  z-index: 2;
  padding-top: 14px;
  padding-top: 0.875rem;
  padding-left: 19px;
  padding-left: 1.188rem;
  opacity: 0;
  -webkit-animation: fadeIn 2.5s ease 1.6s 1 forwards;
  animation: fadeIn 2.5s ease 1.6s 1 forwards;
}
@media screen and (min-width: 768px) {
  .l-main-visual__title {
    padding-top: 2.563rem;
    padding-left: 3.813rem;
  }
}

.l-main-visual__title img {
  width: 100%;
  max-width: 92px;
  max-width: 5.75rem;
}
@media screen and (min-width: 768px) {
  .l-main-visual__title img {
    max-width: 12.875rem;
  }
}

.l-main-visual__img--2 {
  position: relative;
  z-index: 1;
  margin-top: -49px;
  margin-top: -3.063rem;
  opacity: 0;
  -webkit-animation: fadeIn 2s ease 1.3s 1 forwards;
  animation: fadeIn 2s ease 1.3s 1 forwards;
}
@media screen and (min-width: 768px) {
  .l-main-visual__img--2 {
    margin-top: -8.75rem;
  }
}

.l-main-visual__img--2 img {
  display: inline-block;
  width: 100%;
  max-width: 184.75px;
  max-width: 11.547rem;
}
@media screen and (min-width: 768px) {
  .l-main-visual__img--2 img {
    max-width:34.75rem;
  }
}

@media screen and (min-width: 768px) {
  .c-col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .c-col-2__item {
    width: calc(50% - 0.46875rem);
  }
}

.c-col-2__item + .c-col-2__item {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-col-2__item + .c-col-2__item {
    margin-top: 0;
    margin-left: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .c-col-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .c-col-3__item {
    width: calc(33.33333% - 0.625rem);
  }
}

.c-col-3__item + .c-col-3__item {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-col-3__item + .c-col-3__item {
    margin-top: 0;
    margin-left: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .c-step-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-step-list__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-step-list__item {
    width: calc(33.33333% - 0.625rem);
  }
}

.c-step-list__item::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -24px;
  bottom: -1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  width: 42.5px;
  width: 2.65625rem;
  height: 14px;
  height: 0.875rem;
  background: url(../img/sp/icon-down.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .c-step-list__item::after {
    top: 50%;
    right: -1.375rem;
    bottom: auto;
    bottom: initial;
    left: auto;
    left: initial;
    -webkit-transform: translate(0, -115%);
            transform: translate(0, -115%);
    width: 1.78125rem;
    height: 2.375rem;
    background: url(../img/pc/icon-next.png) no-repeat center center/contain;
  }
}

.c-step-list__item:last-child:after {
  display: none;
}

.c-step-list__item + .c-step-list__item {
  margin-top: 33px;
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .c-step-list__item + .c-step-list__item {
    margin-top: 0;
    margin-left: 0.9375rem;
  }
}

.c-step-list__item:nth-child(1) {
  position: relative;
  z-index: 0;
}

.c-step-list__item:nth-child(2) {
  position: relative;
  z-index: -1;
}

.c-step-list__item:nth-child(3) {
  position: relative;
  z-index: -2;
}

.p-card-list__item {
  padding: 14px 12px 16px;
  padding: 0.875rem 0.75rem 1rem;
  background-color: #eadaca;
}
@media screen and (min-width: 768px) {
  .p-card-list__item {
    padding: 2rem 1.5625rem 1.875rem;
  }
}

.p-card-list__item + .p-card-list__item {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-card-list__item + .p-card-list__item {
    margin-top: 2.8125rem;
  }
}

.p-card-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-card-list__title {
    font-size: 2.1875rem;
  }
}

.p-card-list__title span {
  display: inline-block;
  margin-right: 5px;
  margin-right: 0.3125rem;
  padding: 3px 5px;
  padding: 0.1875rem 0.3125rem;
  background-color: #807d7c;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-card-list__title span {
    margin-right: 0.625rem;
    padding: 0.3125rem;
    font-size: 1.4375rem;
  }
}

.p-card-list__annotation {
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-card-list__annotation {
    margin-top: 0;
    font-size: 1rem;
  }
}

.p-card-list__item:nth-child(1) .p-card-list__content {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-card-list__item:nth-child(1) .p-card-list__content {
    margin-top: 2.5rem;
  }
}

.p-card-list__item:nth-child(2) .p-card-list__content {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-card-list__item:nth-child(2) .p-card-list__content {
    margin-top: 1.25rem;
  }
}

.p-card {
  padding: 12px 10px;
  padding: 0.75rem 0.625rem;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-card {
    padding: 1.5625rem 0.625rem 1.125rem;
  }
}

.p-card__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-card__title {
    font-size: 2.125rem;
    line-height: 1.1;
  }
}

.p-card__title.p-card__title--sm {
  line-height: 1.4;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-card__title.p-card__title--sm {
    font-size: 1.25rem;
    line-height: 0.6;
  }
}

@media screen and (min-width: 768px) {
  .p-card__title span {
    font-size: 1.6875rem;
  }
}

.p-card__annotation {
  margin-top: 2px;
  margin-top: 0.125rem;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-card__annotation {
    font-size: 1rem;
  }
}

.c-col-3__item:nth-child(1) .p-card__img {
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .c-col-3__item:nth-child(1) .p-card__img {
    margin-top: 1.3125rem;
  }
}

.c-col-3__item:nth-child(2) .p-card__img {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-col-3__item:nth-child(2) .p-card__img {
    margin-top: 2.5rem;
  }
}

.c-col-3__item:nth-child(3) .p-card__img {
  margin-top: 7px;
  margin-top: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .c-col-3__item:nth-child(3) .p-card__img {
    margin-top: 3.125rem;
  }
}

.c-col-2__item:nth-child(1) .p-card__img,
.c-col-2__item:nth-child(2) .p-card__img {
  margin-left: 30px;
  margin-left: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-col-2__item:nth-child(1) .p-card__img,
.c-col-2__item:nth-child(2) .p-card__img {
    margin-left: 3.125rem;
  }
}

.p-card__img img {
  display: inline-block;
  width: 100%;
}

.c-col-3__item:nth-child(1) .p-card__img img {
  max-width: 40px;
  max-width: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-col-3__item:nth-child(1) .p-card__img img {
    max-width: 4.1875rem;
  }
}

.c-col-3__item:nth-child(2) .p-card__img img {
  max-width: 33px;
  max-width: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .c-col-3__item:nth-child(2) .p-card__img img {
    max-width: 3.9375rem;
  }
}

.c-col-3__item:nth-child(3) .p-card__img img {
  max-width: 48px;
  max-width: 3rem;
}
@media screen and (min-width: 768px) {
  .c-col-3__item:nth-child(3) .p-card__img img {
    max-width: 5rem;
  }
}

.c-col-2__item:nth-child(1) .p-card__img img {
  max-width: 50px;
  max-width: 3.125rem;
}
@media screen and (min-width: 768px) {
  .c-col-2__item:nth-child(1) .p-card__img img {
    max-width: 6.125rem;
  }
}

.c-col-2__item:nth-child(2) .p-card__img img {
  max-width: 50px;
  max-width: 3.125rem;
}
@media screen and (min-width: 768px) {
  .c-col-2__item:nth-child(2) .p-card__img img {
    max-width: 6.125rem;
  }
}

.p-card__wrap {
  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;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-card__wrap {
    margin-top: 1.875rem;
  }
}

.p-card__time {
  margin-top: -6px;
  margin-top: -0.375rem;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-card__time {
    margin-top: 0;
    font-size: 2.375rem;
    line-height: 1;
    text-align: left;
  }
}

.p-card__time span {
  display: inline-block;
  padding-left: 2px;
  padding-left: 0.125rem;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-card__time span {
    font-size: 1.6875rem;
    line-height: 1;
  }
}

.p-card__text {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-card__text {
    font-size: 1.125rem;
  }
}

.c-col-3__item:nth-child(1) .p-card__text {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-col-3__item:nth-child(1) .p-card__text {
    margin-top: 2rem;
  }
}

.c-col-3__item:nth-child(2) .p-card__text {
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-col-3__item:nth-child(2) .p-card__text {
    margin-top: 1.0625rem;
  }
}

.c-col-3__item:nth-child(3) .p-card__text {
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .c-col-3__item:nth-child(3) .p-card__text {
    margin-top: 0.9375rem;
  }
}

.c-col-2__item:nth-child(1) .p-card__text {
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .c-col-2__item:nth-child(1) .p-card__text {
    margin-top: 0.6875rem;
  }
}

.c-col-2__item:nth-child(2) .p-card__text {
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .c-col-2__item:nth-child(2) .p-card__text {
    margin-top: 0.6875rem;
  }
}

.p-card__label {
  display: inline-block;
  width: 100%;
  max-width: 124px;
  max-width: 7.75rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
  padding: 3px;
  padding: 0.1875rem;
  background-color: #807d7c;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-card__label {
    max-width: 15rem;
    margin-top: 1.1875rem;
    padding: 0.3125rem;
    font-size: 1.375rem;
  }
}

.c-col-3__item:nth-child(3) .p-card__label {
  margin-top: 0;
}

.p-card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-card__row dt {
  width: 67px;
  width: 4.1875rem;
  background-color: #fff;
  color: #807d7c;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .p-card__row dt {
    width: 7.8125rem;
    line-height: 1.4;
  }
}

.p-card__row dd {
  width: calc(100% - 4.1875rem);
  padding-left: 6px;
  padding-left: 0.375rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-card__row dd {
    width: calc(100% - 7.8125rem);
    padding-left: 0.3125rem;
    line-height: 1.4;
  }
}

@media screen and (min-width: 768px) {
  .p-card__span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 5.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-course-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .p-course-list__item:nth-child(1) {
    width: 67.2%;
  }
}

@media screen and (min-width: 768px) {
  .p-course-list__item:nth-child(2) {
    width: 27.8%;
    margin-right: 2.5%;
    margin-left: 2.5%;
  }
}

.p-course-list__item + .p-course-list__item {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-course-list__item + .p-course-list__item {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-course-list__parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-course-list__title {
  padding: 9px;
  padding: 0.5625rem;
  color: #fff;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-course-list__title {
    padding: 0.75rem;
    font-size: 1.6875rem;
  }
}

.p-course-list__item:nth-child(1) .p-course-list__title {
  background-color: #3e3a39;
}

.p-course-list__item:nth-child(2) .p-course-list__title {
  background-color: #a1a1a1;
}

.p-course-list__annotation {
  margin-top: 4px;
  margin-top: 0.25rem;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: -0.06em;
}
@media screen and (min-width: 768px) {
  .p-course-list__annotation {
    margin-top: 0.125rem;
    font-size: 1rem;
    white-space: nowrap;
  }
}

.p-lead {
  text-align: center;
}

.p-lead__title {
  display: inline-block;
  width: 100%;
  max-width: 375px;
  max-width: 23.4375rem;
  position: relative;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.36;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .p-lead__title {
    max-width: 1080px;
    font-size: 2.25rem;
    letter-spacing: 0.065em;
  }
}

.p-lead__title::before,
.p-lead__title::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 4px;
  bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-lead__title::before,
.p-lead__title::after {
    bottom: 0.8125rem;
  }
}

.p-lead__title::before {
  left: 13px;
  left: 0.8125rem;
  width: 24.25px;
  width: 1.515625rem;
  height: 22px;
  height: 1.375rem;
  background: url(../img/sp/decoration-left_sp.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-lead__title::before {
    left: 0.0625rem;
    width: 2.4375rem;
    height: 2.1875rem;
    background: url(../img/pc/decoration-left.png) no-repeat center center/contain;
  }
}

.p-lead__title::after {
  right: 13px;
  right: 0.8125rem;
  width: 24.5px;
  width: 1.53125rem;
  height: 22px;
  height: 1.375rem;
  background: url(../img/sp/decoration-right_sp.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-lead__title::after {
    right: 0.0625rem;
    width: 2.4375rem;
    height: 2.1875rem;
    background: url(../img/pc/decoration-right.png) no-repeat center center/contain;
  }
}

.p-lead__text {
  position: relative;
  z-index: 1;
  margin-top: 1.688rem;
  font-size: 1.031rem;
  font-weight: bold;
}
.p-lead__text::after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: -0.313rem;
  left: 50%;
  transform: translateX(-50%);
  width: 21.938rem;
  height: 4.078rem;
  background: url(../img/sp/icon-next_sp.png) no-repeat center center / contain;
}
@media screen and (min-width: 768px) {
  .p-lead__text {
    margin-top: 3.938rem;
    font-size: 2.063rem;
  }
  .p-lead__text::after {
    top: -0.75rem;
    width: 53.188rem;
    height: 8.125rem;
    background: url(../img/pc/icon-next.png) no-repeat center center / contain;
  }
}

.p-lead__content {
  position: relative;
}
.p-lead__content::after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-49%);
  width: 21.266rem;
  height: 19.844rem;
  background: url(../img/sp/bg_03_sp.png) no-repeat center center / contain;
}
@media screen and (min-width: 768px) {
  .p-lead__content::after {
    top: -0.5rem;
    transform: translateX(-49.4%);
    width: 82.438rem;
    height: 41.5rem;
    background: url(../img/pc/bg_03.png) no-repeat center center / contain;
  }
}

.p-lead__head {
  margin-top: 64px;
  margin-top: 4rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
}
.p-lead__head span {
  display: inline-block;
  position: relative;
  padding-right: 1.313rem;
  padding-left: 1.313rem;
}
.p-lead__head span::before,
.p-lead__head span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.422rem;
  height: 3.188rem;
}
.p-lead__head span::before {
  left: 0;
  background: url(../img/sp/title-icon_left_sp.png) no-repeat center center / contain;
}
.p-lead__head span::after {
  right: 0;
  background: url(../img/sp/title-icon_right_sp.png) no-repeat center center / contain;
}
.p-lead__head small {
  font-size: 0.7em;
}
@media screen and (min-width: 768px) {
  .p-lead__head {
    margin-top: 6rem;
    font-size: 2rem;
    line-height: 1.2;
  }
  .p-lead__head span {
    padding-right: 2.688rem;
    padding-left: 2.688rem;
  }
  .p-lead__head span::before,
  .p-lead__head span::after {
    width: 0.844rem;
    height: 6.406em;
  }
  .p-lead__head span::before {
    background: url(../img/pc/title-icon_left.png) no-repeat center center / contain;
  }
  .p-lead__head span::after {
    background: url(../img/pc/title-icon_right.png) no-repeat center center / contain;
  }
}

.p-lead__movie {
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-lead__movie {
    width: 100%;
    max-width: 49.375rem;
    margin-top: 3.125rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-list {
    display: block;
  }
}

.p-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(33.33333% - 0.41667rem);
  height: 84px;
  height: 5.25rem;
  background-color: #efedef;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-list__item {
    width: 100%;
    height: 3.75rem;
  }
}

.p-list__item + .p-list__item {
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-list__item + .p-list__item {
    margin-top: 0.75rem;
    margin-left: 0;
  }
}

.p-list__item span {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-list__item span {
    font-size: 1.375rem;
  }
}

.p-list__item strong {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-list__item strong {
    font-size: 2.25rem;
  }
}

.p-movie__box {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.p-movie__box::after {
  content: "";
  display: block;
  padding-top: 60%;
}

.p-movie__box iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.p-movie__text {
  margin-top: 23px;
  margin-top: 1.4375rem;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.54;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-movie__text {
    margin-top: 2rem;
    font-size: 1.25rem;
    line-height: 1.46;
  }
}

@media screen and (min-width: 768px) {
  .p-movie__caption {
    padding-right: 0.188rem;
    margin-top: 1.563rem;
    font-size: 1.75rem;
    font-weight: bold;
    letter-spacing: -0.07em;
    text-align: right;
  }
}

.p-section__number img {
  display: inline-block;
  width: 100%;
}

.p-section__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-section__title {
    font-size: 2.5rem;
  }
}

.p-section__title.p-section__title--center {
  text-align: center;
}

.p-section__annotation {
  margin-top: 3px;
  margin-top: 0.1875rem;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-section__annotation {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    letter-spacing: -0.01em;
  }
}

.p-section__annotation.p-section__annotation--center {
  margin-top: 5px;
  margin-top: 0.3125rem;
  text-align: center;
}
.p-section__annotation.p-section__annotation--sm {
  margin-top: 6px;
  margin-top: 0.375rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  .p-section__annotation.p-section__annotation--sm {
    width: 100%;
    max-width: 43.75rem;
    margin-top: 1.3125rem;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.0625rem;
  }
}

.p-section__text {
  margin-top: 9px;
  margin-top: 0.5625rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-section__text {
    margin-top: 1.75rem;
    font-size: 1.1875rem;
    line-height: 1.4;
  }
}

.p-section__body {
  position: relative;
  z-index: 2;
}

.p-section__list {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-section__list {
    margin-top: 0.9375rem;
  }
}

.p-section__headline {
  position: relative;
  padding-bottom: 9px;
  padding-bottom: 0.5625rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .p-section__headline {
    padding-bottom: 1.125rem;
    font-size: 2.5rem;
  }
}

.p-section__headline::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 66px;
  width: 4.125rem;
  height: 1px;
  background-color: #9E9C9C;
}
@media screen and (min-width: 768px) {
  .p-section__headline::after {
    width: 8.25rem;
    height: 2px;
  }
}

.p-section__headline span {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-section__headline span {
    font-size: 1.875rem;
  }
}

.p-section__items {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-section__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 56.25rem;
    max-width: 895px;
    margin-top: 4.25rem;
    /* margin-right: auto; */
    margin-left: auto;
  }
}

.p-section__item + .p-section__item {
  margin-top: 46px;
  margin-top: 2.875rem;
}
@media screen and (min-width: 768px) {
  .p-section__item + .p-section__item {
    margin-top: 0;
    margin-left: 100px;
  }
}

@media screen and (min-width: 768px) {
  .p-section__item:nth-child(1) {
    position: relative;
    left: 5.5rem;
  }
}

.p-section__point {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-section__point {
    font-size: 1.6875rem;
  }
}

.p-section__detail {
  margin-top: 3px;
  margin-top: 0.1875rem;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-section__detail {
    margin-top: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.7;
    letter-spacing: -0.01em;
  }
}

.p-section__product {
  margin-top: -3px;
  margin-top: -0.188rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-section__item:nth-child(2) .p-section__product {
    margin-top: 0.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-section__item:nth-child(1) .p-section__product {
    margin-top: -6px;
  }
}

.p-section__product img {
  display: inline-block;
  width: 100%;
}

.p-section__item:nth-child(2) .p-section__product img {
  max-width: 247px;
  max-width: 15.4375rem;
}
@media screen and (min-width: 768px) {
  .p-section__item:nth-child(2) .p-section__product img {
    max-width: 31.15625rem;
    max-width: 445px;
  }
}

.p-section__item:nth-child(1) .p-section__product img {
  max-width: 137px;
  max-width: 8.5625rem;
}
@media screen and (min-width: 768px) {
  .p-section__item:nth-child(1) .p-section__product img {
    max-width: 17.15625rem;
    max-width: 250px;
  }
}

.p-section__name {
  text-align: center;
}

.p-section__name small {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-section__name small {
    font-size: 1.5625rem;
  }
}

.p-section__name span {
  display: block;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-section__name span {
    font-size: 2.25rem;
    line-height: 1.26;
  }
}

.p-section__tag {
  display: block;
  width: 100%;
  margin-top: 4px;
  margin-top: 0.25rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2.5px;
  padding-top: 0.15625rem;
  padding-bottom: 2.5px;
  padding-bottom: 0.15625rem;
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  font-weight: bold;
  background-color: #3e3a39;
}
@media screen and (min-width: 768px) {
  .p-section__tag {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin-top: 0.5625rem;
    font-size: 0.875rem;
  }
}

.p-section__item:nth-child(2) .p-section__tag {
  max-width: 60px;
  max-width: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-section__item:nth-child(2) .p-section__tag {
    max-width: 5.15625rem;
  }
}

.p-section__item:nth-child(1) .p-section__tag {
  max-width: 58px;
  max-width: 3.625rem;
}
@media screen and (min-width: 768px) {
  .p-section__item:nth-child(1) .p-section__tag {
    max-width: 5.15625rem;
  }
}

.p-section__table {
  margin-top: -4px;
  margin-top: -0.25rem;
}
@media screen and (min-width: 768px) {
  .p-section__table {
    width: 100%;
    max-width: 950px;
    margin-top: -0.375rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-section__links {
  margin-top: 0.938rem;
}

.p-section__link {
  text-align: center;
}

.p-section__link img {
  display: inline-block;
  width: 100%;
  max-width: 203px;
  max-width: 12.6875rem;
}
@media screen and (min-width: 768px) {
  .p-section__links {
    margin-top: 2rem;
  }
  .p-section__links + .p-section__links {
    margin-left: 3.313rem;
  }
  .p-section__link img {
    max-width: 22.813rem;
  }
}

.p-section__link + .p-section__link {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-section__link + .p-section__link {
    margin-top: 1.5rem;
  }
}

.p-section__movie {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-section__movie {
    width: 100%;
    max-width: 43.75rem;
    margin-top: 3.125rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-section__note {
  margin-top: 0.563rem;
  font-size: 0.563rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-section__note {
    padding-left: 1.438rem;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.p-section__link-box {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  /* max-width: 600px; */
  padding-right: 3.563rem;
}

.p-step__tag {
  position: absolute;
  bottom: 3px;
  bottom: 0.1875rem;
  left: 2px;
  left: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-step__tag {
    position: static;
    position: initial;
    bottom: auto;
    bottom: initial;
    left: auto;
    left: initial;
    margin-top: 0.3125rem;
  }
}

.p-step__number {
  display: inline-block;
  padding-right: 2px;
  padding-right: 0.125rem;
  padding-left: 5px;
  padding-left: 0.3125rem;
  border-bottom: 1px solid #3e3a39;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .p-step__number {
    padding-top: 0.75rem;
    padding-right: 0.5rem;
    padding-bottom: 0.75rem;
    padding-left: 0;
    border-right: 1px solid #3e3a39;
    border-bottom: none;
    font-size: 1.5625rem;
  }
}

.p-step__title {
  display: block;
  padding-left: 5px;
  padding-left: 0.3125rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-step__title {
    display: inline-block;
    padding-left: 0.75rem;
    font-size: 1.375rem;
  }
}

.p-table {
  border-top: 1px solid rgba(62, 58, 57, 0.77);
  border-bottom: 1px solid rgba(62, 58, 57, 0.77);
}

.p-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .p-table__row {
    height: 80px;
    text-align: center;
  }
}

.p-table__row + .p-table__row {
  border-top: 1px solid rgba(62, 58, 57, 0.77);
}

.p-table__row dt,
.p-table__row dd {
  width: 50%;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-table__row dt,
  .p-table__row dd {
    display: flex;
    align-items: center;
    justify-content: center;
    width: initial;
    height: 80px;
    padding-top: 1.875rem;
    padding-top: 0;
    padding-bottom: 1.25rem;
    padding-bottom: 0;
    font-size: 1.3125rem;
  }
}

.p-table__row dt {
  padding-right: 11px;
  padding-right: 0.688rem;
  padding-left: 11px;
  padding-left: 0.688rem;
}
@media screen and (min-width: 768px) {
  .p-table__row dt {
    width: calc(135 / 950 * 100%);
    padding-right: 0.625rem;
    padding-left: 0;
  }
}

.p-table__row dd {
  padding-right: 11px;
  padding-right: 0.688rem;
  padding-left: 36px;
  padding-left: 2.25rem;
  border-left: 1px solid rgba(62, 58, 57, 0.77);
}
@media screen and (min-width: 768px) {
  .p-table__row dd {
    padding-right: 0.625rem;
    padding-right: 0;
    padding-left: 2.0625rem;
    padding-left: 0;
  }
  .p-table__row dd:nth-last-of-type(2) {
    width: calc(390 / 950 * 100%);
  }
  .p-table__row dd:nth-last-of-type(1) {
    width: calc(425 / 950 * 100%);
  }
}

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

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

.u-hr {
  display: block;
  border-top: 1px solid #3e3a39;
}

/*************
スクロールイン時のフェードイン
**************/
.fadein {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fade-slow {
  -webkit-transition: all 3.5s;
  transition: all 3.5s;
}

.fade-up {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.fade-up-long {
  -webkit-transform: translateY(60px) rotate(-45deg);
  transform: translateY(60px) rotate(-45deg);
}

.fade-up-rotate {
  -webkit-transform: translateY(30px) rotate(30deg);
  transform: translateY(30px) rotate(30deg);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes change-img-anim {
  0% {
    opacity: 0;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes change-img-anim {
  0% {
    opacity: 0;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=styles.css.map */
