@charset "UTF-8";
html {
  margin-top: 0 !important;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2%;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
header {
  position: fixed;
  display: flex;
  align-items: center;
  background: #000000;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  z-index: 999;
}
@media (max-width: 768px) {
  header {
    position: absolute;
    height: 60px;
  }
}
header .header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  header .header__wrap {
    justify-content: center;
  }
}
header .header__wrap .header__logo {
  width: 166px;
  line-height: 1;
}
@media (max-width: 768px) {
  header .header__wrap .header__logo {
    width: 116px;
  }
}
header .header__wrap .header__btn {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  header .header__wrap .header__btn {
    display: none;
  }
}
header .header__wrap .header__btn .btn {
  border: 0px;
  box-shadow: none;
  width: 200px;
  height: 50px;
}
header .header__wrap .header__btn .btn:first-of-type {
  margin-right: 0.75rem;
}
header .header__wrap .header__btn .btn:hover {
  transform: translateY(0);
}
header .header__wrap .header__btn .btn a {
  flex-direction: column;
  transition: 0s all;
  line-height: 1.25;
}
@media (max-width: 480px) {
  header .header__wrap .header__btn .btn a {
    font-size: 0.8rem;
  }
}
header .header__wrap .header__btn .btn a::before {
  display: none;
}
header .header__wrap .header__btn .btn a:hover {
  opacity: 0.7;
}
header .header__wrap .header__btn .btn a img {
  height: 100%;
}
header .header__wrap .header__btn .btn a span {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1.27;
}

#main_kv {
  background: #015E7F;
  margin-top: 80px;
}
@media (max-width: 768px) {
  #main_kv {
    margin-top: 60px;
  }
}

#main_pr {
  background: url(../image/main_pr_bg.png);
  overflow: hidden;
}
#main_pr .pr_title {
  padding: 0;
  text-align: center;
  height: 100px;
}
@media (max-width: 480px) {
  #main_pr .pr_title {
    height: 58px;
  }
}
#main_pr .pr_title img {
  section: "";
  position: relative;
  top: 40%;
  right: 0;
  z-index: 3;
  max-width: 833px;
  width: 100%;
}
@media (max-width: 480px) {
  #main_pr .pr_title img {
    top: 35%;
  }
}
#main_pr .pr_slide {
  background-image: url(../image/bg01.png);
  background-position: center;
  transform: translateX(0) translateY(0) rotate(-1.3deg);
  margin-top: -20px;
  width: 102%;
  margin-left: -8px;
  margin-bottom: -19px;
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  #main_pr .pr_slide {
    width: 107%;
    margin-left: -24px;
    padding-bottom: 19px;
  }
}
@media (max-width: 480px) {
  #main_pr .pr_slide {
    width: 109%;
    margin-left: -14px;
  }
}
#main_pr .pr_slide > ul {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
  transform: translateX(0) translateY(0) rotate(1.3deg);
}
@media (max-width: 768px) {
  #main_pr .pr_slide > ul {
    max-width: 720px;
  }
}
@media (max-width: 480px) {
  #main_pr .pr_slide > ul {
    max-width: 720px;
    padding: 40px 0;
  }
}
#main_pr .pr_slide > ul li {
  background: #fff;
  border-radius: 10px;
  margin: 15px;
}
#main_pr .pr_slide > ul li .slick-slide {
  margin: inherit;
  margin: 15px;
}
#main_pr .pr_slide > ul dt {
  background: #ff0000;
  padding: 5%;
  border-radius: 10px 10px 0 0;
  text-align: center;
}
#main_pr .pr_slide > ul dt .max_price {
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 4px;
}
#main_pr .pr_slide > ul dt .slider_price {
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
}
#main_pr .pr_slide > ul dt .slider_price::after {
  content: "円";
  font-size: 18px;
}
#main_pr .pr_slide > ul dd {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  color: #000;
  font-size: 14px;
  line-height: 1.4em;
  word-break: break-all;
}
#main_pr .pr_slide > ul dd .pr-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 115px;
  height: 115px;
  margin-bottom: 10px;
}
#main_pr .pr_slide > ul dd p {
  font-size: 0.875rem;
}
#main_pr .pr_slide .slider .slick-track {
  display: flex;
}
#main_pr .pr_slide .slider .slick-slide {
  height: auto !important;
}

#reason {
  padding: 2% 0 6.3% 0;
  margin-top: -10px;
  z-index: 4;
  background: url(../image/voice_bg.png);
  background-color: #ffe37f;
  background-repeat: repeat-x;
  text-align: center;
}
@media (max-width: 768px) {
  #reason {
    padding: 7.5% 0;
  }
}
@media (max-width: 480px) {
  #reason {
    padding: 3% 0 6% 0;
  }
}
#reason .reason_fukidasi {
  margin: 50px 0 -50px;
}
@media (max-width: 768px) {
  #reason .reason_fukidasi {
    margin: 30px 0 -30px;
  }
}
#reason .reason_titile_img {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  #reason .reason_titile_img {
    margin-top: 1.5rem;
  }
}
#reason dl {
  max-width: 1000px;
  width: 100%;
  margin: 50px auto;
}
@media (max-width: 480px) {
  #reason dl {
    margin: 10px auto;
  }
}
#reason dl::after {
  content: "";
  display: block;
  clear: both;
}
#reason dl dt {
  width: 50%;
  float: right;
  background: #fff;
  padding: 3%;
  text-align: left;
  line-height: 1.8em;
  border-radius: 10px;
}
@media (max-width: 768px) {
  #reason dl dt {
    width: 100%;
    float: inherit;
    padding: 3.5% 4.5%;
    margin-bottom: 30px;
  }
}
#reason dl dd {
  max-width: 457px;
  width: 50%;
  float: left;
}
@media (max-width: 768px) {
  #reason dl dd {
    max-width: inherit;
    width: 100%;
    float: inherit;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  #reason dl dd {
    margin-top: -5px;
    margin-bottom: 25px;
  }
}
#reason dl dd img {
  width: 100%;
}
#reason .reason_Profession {
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 5% 6%;
  position: relative;
}
#reason .reason_Profession img {
  margin: 10px 0;
  max-width: 750px;
  width: 100%;
}
#reason .reason_Profession p {
  text-align: left;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.5em;
}
#reason .reason_Profession .reason_Profession_fuki {
  position: absolute;
  top: -30px;
  left: -35px;
  max-width: 282px;
}
@media (max-width: 768px) {
  #reason .reason_Profession .reason_Profession_fuki {
    top: -20px;
    left: -5px;
    width: 30% !important;
  }
}

#selected {
  background-image: url(../image/bg01.png);
  background-position: center;
  padding: 80px 10px 225px;
}
@media (max-width: 480px) {
  #selected {
    padding: 40px 10px 160px;
  }
}
#selected .selected-reason {
  padding-bottom: 100px;
}

#voice {
  position: relative;
  background: url(../image/voice_bg.png);
  background-color: #ffe37f;
  background-repeat: repeat-x;
  position: relative;
  padding-bottom: 90px;
}
@media (max-width: 480px) {
  #voice {
    padding-bottom: 40px;
  }
}
#voice .voice_title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: -13%;
  width: 100% !important;
}
@media (max-width: 768px) {
  #voice .voice_title.pc {
    display: none;
  }
}
#voice .voice_title.sp {
  display: none;
}
@media (max-width: 768px) {
  #voice .voice_title.sp {
    display: flex;
    align-items: center;
    transform: translate(-50%, -50%);
  }
}
#voice .voice_title.sp img {
  margin: 0 auto;
}
#voice .container {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 960px) {
  #voice .container {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  #voice .container {
    padding-top: 100px;
  }
}
@media (max-width: 480px) {
  #voice .container {
    padding-top: 60px;
  }
}
#voice .voice_comment {
  background: #fff;
  border-radius: 10px;
  padding: 64px 4.1% 1.2% 4%;
  margin-top: 70px;
  position: relative;
}
@media (max-width: 768px) {
  #voice .voice_comment {
    padding: 40px 4% 4% 4%;
  }
}
@media (max-width: 480px) {
  #voice .voice_comment {
    padding: 60px 4% 4% 4%;
  }
}
#voice .voice_comment .voice_comment_title {
  position: absolute;
  top: -50px;
  left: -24px;
  max-width: 170px;
}
@media (max-width: 768px) {
  #voice .voice_comment .voice_comment_title {
    top: -60px;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 144px;
  }
}
@media (max-width: 480px) {
  #voice .voice_comment .voice_comment_title {
    top: -40px;
  }
}
#voice .voice_comment dl {
  margin-bottom: 25px;
}
#voice .voice_comment dl::after {
  content: "";
  display: block;
  clear: both;
}
#voice .voice_comment dl dd {
  width: 100%;
  float: left;
}
#voice .voice_comment dl dd .voice_comment_price {
  border-bottom: 1px dotted #000;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}
@media (max-width: 480px) {
  #voice .voice_comment dl dd .voice_comment_price {
    font-size: 18px;
  }
}
#voice .voice_comment dl dd .voice_comment_price span {
  color: #FFC700;
  font-size: 34px;
  margin: 0 1%;
  font-weight: 600;
}
@media (max-width: 480px) {
  #voice .voice_comment dl dd .voice_comment_price span {
    font-size: 18px;
  }
  #voice .voice_comment dl dd .voice_comment_price span::before {
    content: "\a";
  }
  #voice .voice_comment dl dd .voice_comment_price span::after {
    content: "円";
    font-size: 18px;
  }
}
#voice .voice_comment dl dd .voice_comment_text {
  line-height: 1.7em;
  margin-bottom: 10px;
}
#voice .voice_comment dl dd .voice_comment_name {
  text-align: right;
}

#confirmation_point .container {
  max-width: 1000px;
  margin: 80px auto;
  text-align: center;
}
@media (max-width: 480px) {
  #confirmation_point .container {
    max-width: inherit;
    margin: 30px 0;
  }
}
#confirmation_point h2 {
  background: #ffc000;
  font-size: 38px;
  font-weight: bold;
  padding: 20px 0;
  margin: 40px auto;
}
@media (max-width: 480px) {
  #confirmation_point h2 {
    font-size: 24px;
    max-width: inherit;
    margin: 0 auto;
    padding: 20px;
  }
}
#confirmation_point ul {
  display: flex;
}
@media (max-width: 768px) {
  #confirmation_point ul {
    display: inherit;
  }
}
#confirmation_point ul li {
  margin: 0 2.5%;
  max-width: 300px;
  width: 33%;
}
@media (max-width: 768px) {
  #confirmation_point ul li {
    max-width: inherit;
    width: 100%;
    margin: 0;
  }
}
#confirmation_point ul li img {
  margin: 15px auto;
}
@media (max-width: 480px) {
  #confirmation_point ul li img {
    margin: 15px auto;
    width: 70% !important;
    margin: 30px auto 10px;
  }
}
#confirmation_point ul li p {
  line-height: 1.7em;
  text-align: left;
}
@media (max-width: 480px) {
  #confirmation_point ul li p {
    width: 90%;
    margin: 0 auto;
  }
}

#flow_delivery {
  background-image: url(../image/bg01.png);
  background-position: center;
  margin-top: 0;
  padding-top: 80px;
}
@media (max-width: 480px) {
  #flow_delivery {
    padding-top: 40px;
  }
}

#defective_item {
  background-image: url(../image/bg01.png);
  background-position: center;
  margin-top: 0;
  text-align: center;
  padding: 220px 0 80px 0;
}
@media (max-width: 480px) {
  #defective_item {
    padding: 110px 0 50px 0;
  }
}
#defective_item .defective_item_box {
  position: relative;
}
#defective_item .defective_item_box .defective_item_title {
  position: absolute;
  top: -140px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 480px) {
  #defective_item .defective_item_box .defective_item_title {
    top: -73px;
  }
}

#satei {
  padding: 50px 0;
  text-align: center;
}
@media (max-width: 480px) {
  #satei {
    padding: 30px 0;
  }
}
#satei .container {
  max-width: inherit;
  padding: 0;
}
#satei h2 {
  letter-spacing: 3px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto;
}
@media (max-width: 960px) {
  #satei h2 {
    font-size: 3.4vw;
  }
}
@media (max-width: 480px) {
  #satei h2 {
    font-size: 5.3vw;
    margin: 0 auto;
    letter-spacing: 0;
  }
}
#satei h2::before {
  content: "";
  display: inline-block;
  background: url(../image/satei_tit_before.png) no-repeat;
  width: 5%;
  height: 40px;
  vertical-align: middle;
  margin-right: 1.3%;
  background-size: contain;
}
@media (max-width: 768px) {
  #satei h2::before {
    height: 21px;
  }
}
@media (max-width: 480px) {
  #satei h2::before {
    width: 7%;
    height: 15px;
    margin-right: 3%;
  }
}
#satei h2::after {
  content: "";
  display: inline-block;
  background: url(../image/satei_tit_after.png) no-repeat;
  width: 5%;
  height: 40px;
  vertical-align: middle;
  margin-left: 0.7%;
  background-size: contain;
}
@media (max-width: 768px) {
  #satei h2::after {
    height: 21px;
  }
}
@media (max-width: 480px) {
  #satei h2::after {
    width: 7%;
    height: 15px;
    margin-left: 3%;
  }
}
#satei .satei_content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2%;
}
#satei .satei_left {
  float: left;
  width: 44%;
  font-size: 0;
  margin-right: 2%;
  box-shadow: 5px 5px 0 #14ccc5;
}
@media (max-width: 768px) {
  #satei .satei_left {
    float: inherit;
    width: 53%;
    font-size: 0;
    margin-right: 2%;
    box-shadow: 5px 5px 0 #14ccc5;
    margin: 20px auto;
  }
}
@media (max-width: 480px) {
  #satei .satei_left {
    width: 80%;
  }
}
#satei .satei_left img {
  width: 100%;
}
#satei .satei_right {
  float: right;
  width: 53%;
  text-align: left;
  line-height: 1.7em;
}
@media (max-width: 768px) {
  #satei .satei_right {
    float: inherit;
    width: 100%;
  }
}
#satei .satei_right .satei_box {
  margin-top: 30px;
  background: #FFC700;
  padding: 7% 5% 4% 5%;
  position: relative;
}
#satei .satei_right .satei_box .satei_point {
  position: absolute;
  top: -25px;
  left: -10px;
  width: 100px;
}
@media (max-width: 480px) {
  #satei .satei_right .satei_box .satei_point {
    width: 25% !important;
    top: -16px;
    left: -5px;
  }
}
#satei .satei_right .satei_box span {
  background: linear-gradient(transparent 50%, #fff 50%);
  font-weight: 900;
}

.effect_contents {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  background: url(../image/satei_img02.jpg);
  background-repeat-y: no-repeat;
  background-position: center;
  /*画像のサイズを指定する*/
  background-size: 100% 172px;
  /* animation:アニメーション名 , アニメーションの時間 , アニメーションのタイミング , アニメーションの繰り返し */
  animation: bgscroll 20s linear infinite alternate;
  margin-top: 50px;
  background-size: cover;
}
@media (max-width: 480px) {
  .effect_contents {
    margin-top: 25px;
    height: 50px;
  }
}
@keyframes bgscroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 300px 0;
  }
}
#free_easy {
  background: url(../image/free_easy_bg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#free_easy a {
  transition: 0s all;
}
#free_easy .container {
  max-width: 868px;
  margin: 0 auto;
  text-align: center;
  padding: 80px 10px;
}
@media (max-width: 768px) {
  #free_easy .container {
    padding: 60px 10px;
  }
}
@media (max-width: 480px) {
  #free_easy .container {
    max-width: inherit;
    padding: 40px 10px;
  }
}
#free_easy #line_mail_pc {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  #free_easy #line_mail_pc {
    display: none;
  }
}
#free_easy #line_mail_pc li {
  width: calc((100% - 2.5rem) / 2);
}
#free_easy #line_mail_pc li:first-of-type {
  margin-right: 2.5rem;
}
#free_easy #line_mail_pc li a:hover {
  opacity: 0.7;
}
#free_easy #line_mail_sp {
  display: none;
}
@media (max-width: 768px) {
  #free_easy #line_mail_sp {
    display: block;
  }
}
#free_easy #line_mail_sp li:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
#free_easy #line_mail_sp li .induction-text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
#free_easy #line_mail_sp li .btn {
  box-shadow: none;
  border: 3px solid #21222b;
  max-width: 310px;
  width: 100%;
  height: auto;
}
#free_easy #line_mail_sp li .btn:hover {
  transform: translateY(0);
}
#free_easy #line_mail_sp li .btn a {
  justify-content: normal;
  padding: 1rem;
  transition: 0s;
}
#free_easy #line_mail_sp li .btn a:hover {
  opacity: 0.7;
}
#free_easy #line_mail_sp li .btn a::before {
  display: none;
}
#free_easy #line_mail_sp li .btn a .btn-logo {
  width: 60px;
  margin-right: 0.875rem;
}
#free_easy #line_mail_sp li .btn a .btn-logo img {
  margin: 0 auto;
}
#free_easy #line_mail_sp li .btn a .btn-logo.line img {
  width: 35px;
}
#free_easy #line_mail_sp li .btn a .btn-logo.form img {
  width: 56px;
}
#free_easy #line_mail_sp li .btn .btn-text {
  color: #fff;
  text-align: left;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}
#free_easy #line_mail_sp li .btn .btn-text span {
  display: block;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  margin-top: 0.625rem;
}
#free_easy #line_mail_sp li .btn .btn-text span.btn-text-form {
  font-size: 1.25rem;
  font-weight: 700;
}

.line-modal {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: none;
}
.line-modal .line-modal__layer {
  background-color: rgba(33, 34, 43, 0.8);
  width: 100%;
  height: 100%;
}
.line-modal .line-modal__inner {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2rem);
  max-width: 480px;
  max-height: calc(100% - 2rem);
  padding: calc(2rem + 0.5px) 1.25rem 1.5rem;
  background-color: #FFFFFF;
  border-radius: 10px;
  overflow: auto;
}
.line-modal .line-modal-content__close {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 0;
  top: 6px;
  right: 6px;
  cursor: pointer;
}
.line-modal .line-modal-content__close::before, .line-modal .line-modal-content__close::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #AFB2B7;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
}
.line-modal .line-modal-content__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.line-modal .line-modal-content__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.line-modal .line-modal-content__ico {
  max-width: 65px;
  margin: 0 auto calc(2rem + 0.5px);
}
.line-modal .line-modal-content__label {
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1px;
  display: table;
  padding: 0.375rem 0.75rem;
  border: solid 1px #DADADD;
  margin: 0 auto 0.5rem;
}
.line-modal .line-modal-content__title {
  font-size: 2.25rem;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px #DADADD;
  margin-bottom: 1.5rem;
}
.line-modal .line-modal-content__title img {
  max-height: 32px;
  margin-right: 0.25rem;
}
.line-modal .line-modal-content__title span {
  font-size: 1.25rem;
  font-weight: inherit;
}
.line-modal .line-modal-content__speech-bubble {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  display: table;
  margin: 0 auto 1.25rem;
  position: relative;
  z-index: 0;
}
.line-modal .line-modal-content__speech-bubble::before, .line-modal .line-modal-content__speech-bubble::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #DADADD;
  position: absolute;
  z-index: 0;
  bottom: -6px;
}
.line-modal .line-modal-content__speech-bubble::before {
  left: -8px;
  transform: rotate(-110deg);
  transform-origin: left bottom;
}
.line-modal .line-modal-content__speech-bubble::after {
  right: -8px;
  transform: rotate(110deg);
  transform-origin: right bottom;
}
.line-modal .line-modal-content__speech-bubble .speech-bubble {
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
  display: inline-block;
}
.line-modal .line-modal-content__speech-bubble .speech-bubble--style01 {
  margin-bottom: 0.375rem;
}
.line-modal .line-modal-content__speech-bubble img {
  max-height: 17px;
  margin-right: 0.25rem;
}
.line-modal .line-modal-content__merit-list {
  display: table;
  margin: 0 auto 1.5rem;
}
.line-modal .line-modal-content__merit-list > li {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.4;
  margin-top: 1rem;
  padding-left: 1.75rem;
  position: relative;
  z-index: 0;
}
.line-modal .line-modal-content__merit-list > li:first-child {
  margin-top: 0;
}
.line-modal .line-modal-content__merit-list > li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 1px;
  left: 0;
  width: 21px;
  height: 21px;
  background-image: url(../../../common/images/ico_checkmark.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.line-modal .line-modal-content__merit-list > li span {
  color: #06C755;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  position: relative;
  z-index: 0;
}
.line-modal .line-modal-content__merit-list > li span::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -4px;
  background: #21222b;
}

footer {
  background-color: #F8F8F8;
  padding: 2rem 1.25rem calc(1rem + 100px);
}
footer .footer__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}
footer .footer__inner nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1.5rem;
}
footer .footer__inner nav a {
  position: relative;
  color: #21222b;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 2;
  padding: 0 1rem;
}
footer .footer__inner nav a:hover {
  text-decoration: underline;
}
footer .footer__inner nav a:first-child {
  margin-left: 0;
}
footer .footer__inner nav a:last-child {
  margin-right: 0;
}
footer .footer__inner nav a:last-child::after {
  display: none;
}
footer .footer__inner nav a::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #BDBDBF;
  height: 12px;
  width: 1px;
  top: calc(50% + 2px);
  right: 0;
  transform: translate(0, -50%);
}
footer .footer__inner .footer__inner-text {
  font-size: 0.625rem;
}
footer .footer__inner .footer__inner-copyright {
  font-size: 0.625rem;
  margin-top: 0.5rem;
}