html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
html,
body {
  font-size: 16px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "Yu Gothic",
    "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #3d3f42;
  overflow-x: hidden;
}
a {
  color: #D62228;
  text-decoration: none;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a[target="_blank"] {
  padding-right: 5.066666666666666vw;
  background-image: url("../images/ic_fit_blank_onlight_btn@3x.png");
  background-repeat: no-repeat;
  background-position: right 0.5333333333333333vw center;
  -webkit-background-size: 3.733333333333333vw;
  -moz-background-size: 3.733333333333333vw;
  background-size: 3.733333333333333vw;
}
@media (min-width: 375px) {
  a[target="_blank"] {
    padding-right: 19px;
    background-position: right 2px center;
    -webkit-background-size: 14px;
    -moz-background-size: 14px;
    background-size: 14px;
  }
}
@media (min-width: 688px) {
  a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #D62228;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (min-width: 688px) {
  a:hover::after {
    width: 100%;
  }
}
.header__logo {
  width: 34.93333333333333vw;
  margin: 4.266666666666667vw auto 0;
}
@media (min-width: 375px) {
  .header__logo {
    width: 131px;
    margin: 16px auto 0;
  }
}
@media (min-width: 688px) {
  .header__logo {
    margin: 32px auto 0;
  }
}
.container:nth-child(even) {
  background-color: #f8f8f8;
}
.container:nth-child(odd) {
  background-color: #fff;
}
.contents {
  padding: 12.8vw 6.4vw;
}
@media (min-width: 375px) {
  .contents {
    padding: 48px 24px;
    width: 375px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 688px) {
  .contents {
    padding: 80px 0;
    width: 640px;
  }
}
.topic {
  margin-top: 0;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.topic--left {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.topic--right {
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 688px) {
  .topic {
    margin-top: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}
@media (min-width: 688px) {
  .block--paragraph {
    max-width: 400px;
  }
}
@media (min-width: 688px) {
  .block--image {
    width: 240px;
    margin: 0 auto;
  }
}
.heading {
  font-weight: 700;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media (min-width: 688px) {
  .heading {
    font-weight: 400;
  }
}
.heading--page {
  color: #D62228;
  text-align: center;
  font-size: 6.4vw;
}
@media (min-width: 375px) {
  .heading--page {
    font-size: 24px;
  }
}
@media (min-width: 688px) {
  .heading--page {
    font-size: 32px;
  }
}
.heading--section {
  font-size: 5.333333333333333vw;
  text-align: center;
  color: #D62228;
}
@media (min-width: 375px) {
  .heading--section {
    font-size: 20px;
  }
}
@media (min-width: 688px) {
  .heading--section {
    font-size: 24px;
    font-weight: 700;
  }
}
.heading--topic {
  font-size: 4.266666666666667vw;
  color: #b18944;
  word-break: keep-all;
  margin-top: 10.666666666666666vw;
}
@media (min-width: 375px) {
  .heading--topic {
    font-size: 16px;
    margin-top: 40px;
  }
}
@media (min-width: 688px) {
  .heading--topic {
    font-size: 18px;
    margin-top: 0;
  }
}
.heading--block {
  font-size: 4.266666666666667vw;
}
@media (min-width: 375px) {
  .heading--block {
    font-size: 16px;
  }
}
@media (min-width: 688px) {
  .heading--block {
    font-size: 18px;
    font-weight: 700;
  }
}
.heading__wrapper {
  text-align: center;
}
.heading__wrapper .heading {
  position: relative;
  display: inline-block;
}
.heading__decoration {
  display: inline-block;
  width: 4.266666666666667vw;
  height: 4vw;
  background-image: url("../images/icon_decoration@3x.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 4.266666666666667vw 4vw;
  -moz-background-size: 4.266666666666667vw 4vw;
  background-size: 4.266666666666667vw 4vw;
  position: absolute;
  top: -3.2vw;
  right: -2.666666666666667vw;
}
@media (min-width: 375px) {
  .heading__decoration {
    width: 16px;
    height: 15px;
    -webkit-background-size: 16px 15px;
    -moz-background-size: 16px 15px;
    background-size: 16px 15px;
    top: -12px;
    right: -10px;
  }
}
.paragraph--page {
  font-size: 4.266666666666667vw;
  text-align: center;
  line-height: 1.75;
  margin-top: 6.4vw;
}
@media (min-width: 375px) {
  .paragraph--page {
    font-size: 16px;
    margin-top: 24px;
  }
}
@media (min-width: 688px) {
  .paragraph--page {
    font-size: 18px;
  }
}
.paragraph--topic {
  font-size: 3.733333333333333vw;
  line-height: 1.78;
  margin-top: 6.4vw;
}
@media (min-width: 375px) {
  .paragraph--topic {
    font-size: 14px;
    margin-top: 24px;
  }
}
@media (min-width: 688px) {
  .paragraph--topic {
    font-size: 16px;
    margin-top: 32px;
  }
}
.paragraph--copyright {
  color: #777;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 10.666666666666666vw;
}
@media (min-width: 375px) {
  .paragraph--copyright {
    height: 40px;
  }
}
@media (min-width: 688px) {
  .paragraph--copyright {
    height: 64px;
  }
}
.paragraph--copyright small {
  font-size: 2.933333333333333vw;
}
@media (min-width: 375px) {
  .paragraph--copyright small {
    font-size: 11px;
  }
}
@media (min-width: 688px) {
  .paragraph--copyright small {
    font-size: 12px;
  }
}
.paragraph--horizontal {
  font-size: 3.733333333333333vw;
  color: #000;
  letter-spacing: 0;
  line-height: 25px;
  margin-top: 4vw;
}
@media (min-width: 375px) {
  .paragraph--horizontal {
    font-size: 14px;
    margin-top: 15px;
  }
}
@media (min-width: 688px) {
  .paragraph--horizontal {
    font-size: 16px;
    margin-top: 24px;
  }
}
.image {
  margin: 0 auto;
}
.image img {
  width: 100%;
}
.image--horizontal {
  margin-top: 8.533333333333333vw;
  width: 72.26666666666667vw;
}
@media (min-width: 375px) {
  .image--horizontal {
    margin-top: 32px;
    width: 271px;
  }
}
.image--side {
  margin-top: 6.4vw;
  width: 49.86666666666667vw;
}
@media (min-width: 375px) {
  .image--side {
    margin-top: 24px;
    width: 187px;
  }
}
@media (min-width: 688px) {
  .image--side {
    margin-top: 0;
  }
}
.image--full {
  margin-top: 6.4vw;
  width: 100%;
}
@media (min-width: 375px) {
  .image--full {
    margin-top: 24px;
  }
}
@media (min-width: 688px) {
  .image--full {
    margin-top: 24px;
  }
}
.list {
  margin-top: 8.533333333333333vw;
}
@media (min-width: 375px) {
  .list {
    margin-top: 32px;
  }
}
@media (min-width: 688px) {
  .list {
    margin-top: 64px;
  }
}
.list--order li {
  padding-left: 12.266666666666666vw;
  position: relative;
}
@media (min-width: 375px) {
  .list--order li {
    padding-left: 46px;
  }
}
@media (min-width: 688px) {
  .list--order li {
    padding-left: 60px;
  }
}
.list--order li:before {
  font-size: 3.733333333333333vw;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #f1f1f2;
  border-radius: 4.8vw;
  height: 9.6vw;
  width: 9.6vw;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 375px) {
  .list--order li:before {
    font-size: 16px;
    border-radius: 18px;
    height: 36px;
    width: 36px;
  }
}
@media (min-width: 688px) {
  .list--order li:before {
    height: 40px;
    width: 40px;
    border-radius: 20px;
  }
}
.list--order li:nth-of-type(1):before {
  content: "1";
}
.list--order li:nth-of-type(2):before {
  content: "2";
}
.list--order li:nth-of-type(3):before {
  content: "3";
}
.list--order li:nth-of-type(4):before {
  content: "4";
}
.list--order li:nth-of-type(5):before {
  content: "5";
}
.list--order li:nth-of-type(6):before {
  content: "6";
}
.list--round li {
  text-indent: -1em;
  padding-left: 1em;
}
.list--round li:before {
  content: "・";
}
.list__item {
  font-size: 3.733333333333333vw;
  line-height: 1.78;
  margin-top: 6.4vw;
}
.list__item:first-of-type {
  margin-top: 0;
}
@media (min-width: 375px) {
  .list__item {
    font-size: 14px;
    margin-top: 24px;
  }
}
@media (min-width: 688px) {
  .list__item {
    font-size: 16px;
    margin-top: 24px;
  }
}
.list__item--pink h4 {
  color: #D62228;
}
.list__item--pink:before {
  color: #fff;
  background-color: #D62228 !important;
}
.list--notice {
  margin-top: 4.266666666666667vw;
}
@media (min-width: 375px) {
  .list--notice {
    margin-top: 16px;
  }
}
@media (min-width: 688px) {
  .list--notice {
    margin-top: 24px;
  }
}
.notice {
  color: #9b9b9b;
  letter-spacing: 0;
  line-height: 18px;
  font-size: 3.2vw;
}
@media (min-width: 375px) {
  .notice {
    font-size: 12px;
  }
}
@media (min-width: 688px) {
  .notice {
    font-size: 12px;
  }
}
.datalist {
  margin-top: 16px;
  margin-bottom: 42px;
}
@media (min-width: 688px) {
  .datalist {
    margin-top: 8px;
    margin-bottom: 64px;
  }
}
.datalist dt {
  float: none;
  font-weight: bold;
  color: #000;
  letter-spacing: 0;
  padding-top: 16px;
  font-size: 3.466666666666667vw;
}
@media (min-width: 375px) {
  .datalist dt {
    font-size: 13px;
  }
}
@media (min-width: 688px) {
  .datalist dt {
    font-size: 14px;
    float: left;
    padding-top: 20px;
  }
}
.datalist dd {
  margin-left: 0;
  color: #000;
  letter-spacing: 0;
  padding-top: 7px;
  line-height: 22px;
  font-size: 3.466666666666667vw;
}
@media (min-width: 375px) {
  .datalist dd {
    font-size: 13px;
  }
}
@media (min-width: 688px) {
  .datalist dd {
    font-size: 14px;
    margin-left: 150px;
    padding-top: 20px;
  }
}
.button {
  margin-top: 8.533333333333333vw;
}
@media (min-width: 375px) {
  .button {
    margin-top: 32px;
  }
}
@media (min-width: 688px) {
  .button {
    margin-top: 64px;
  }
}
.button a {
  font-size: 4.266666666666667vw;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 13.333333333333334vw;
  background-color: #D62228;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 375px) {
  .button a {
    font-size: 16px;
    height: 50px;
  }
}
@media (min-width: 688px) {
  .button a {
    font-size: 20px;
    width: 400px;
    height: 56px;
    border-radius: 4px;
    margin: 0 auto;
  }
}
.button a:after {
  content: none;
}
@media (min-width: 688px) {
  .button a:before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background-color: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    border-radius: 200px;
  }
}
@media (min-width: 688px) {
  .button a:hover:before {
    -webkit-animation: ripple 2.4s;
    -moz-animation: ripple 2.4s;
    -o-animation: ripple 2.4s;
    -ms-animation: ripple 2.4s;
    animation: ripple 2.4s;
  }
}
.pc {
  display: none;
}
@media (min-width: 688px) {
  .pc {
    display: block;
  }
}
.sp {
  display: block;
}
@media (min-width: 688px) {
  .sp {
    display: none;
  }
}
@-moz-keyframes ripple {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  30% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  30% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes ripple {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  30% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  30% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.note {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  line-height: 1.4;
  text-align: left;
  font-size: 17px;
  font-weight: bold;
  color: #D62228;
}
@media (min-width: 375px) {
  .note {
    font-size: 14px;
  }
}
.note p {
  text-align: left;
}
