@charset "UTF-8";
*, :after, :before {
  box-sizing: border-box;
  font-weight: 400;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  width: 100%;
  height: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  padding: 0;
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button, label {
  border: 0;
  outline: 0;
}

label:focus, label:hover {
  outline: 0;
  box-shadow: none;
}

input {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  outline: 0;
  border: none;
}

select {
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a, a:active, a:focus, a:hover, a:link, a:visited {
  outline: 0;
  text-decoration: none;
}

[type=text] {
  line-height: normal;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

ol, ul {
  padding: 0;
  list-style: none;
}

body, button, input, label, select, td, textarea {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Segoe UI, Helvetica Neue, HelveticaNeue, YuGothic, Yu Gothic Medium, Yu Gothic, Verdana, Meiryo, sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #FFFFFE;
  color: #686B7F;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.1428571429;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.0666666667;
  }
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1025px) {
  h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25;
  }
}
small {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.6;
  line-height: 1;
}

.btn {
  width: 350px;
  height: 80px;
  margin: 30px auto 0px auto;
  font-size: 20px;
  color: #fff;
  border-radius: 60px;
  text-align: center;
  letter-spacing: 1px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #464C9C;
  cursor: pointer;
}

.btn:focus, .btn:hover {
  color: #fff;
  background: #E87463;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

@media screen and (width: 320px) {
  .btn {
    width: 300px;
    height: 60px;
    margin: 10px auto;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .btn {
    width: 600px;
    height: 120px;
    margin: 10px auto;
    font-size: 28px;
  }
}
@media screen and (min-width: 1025px) {
  .btn {
    width: 600px;
    height: 120px;
    margin: 10px auto;
    font-size: 30px;
    transition: background-color 0.2s ease-out;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    -webkit-tap-highlight-color: transparent;
  }
}
.notice {
  color: #ff5f74;
}

.txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
@media screen and (min-width: 1025px) {
  .txt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}
body, button, input, label, select, td, textarea {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Segoe UI, Helvetica Neue, HelveticaNeue, YuGothic, Yu Gothic Medium, Yu Gothic, Verdana, Meiryo, sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: white;
  color: #686B7F;
  overflow-x: hidden;
}

.container_lp {
  line-height: 1.4;
  border-top: 5px solid #d72339;
}

.container_lp img {
  width: 100%;
}

.container_lp main h2 {
  color: #e50a2b;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}

.container_lp main h2 span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .container_lp main h2 {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 10px;
  }
}
.container_lp main .inner {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  .container_lp main .inner {
    width: 100%;
    padding: 5px;
  }
}
.container_lp main .content-element.section-intro h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .container_lp main .content-element.section-intro h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2222222222;
    margin-bottom: 10px;
  }
}
.container_lp main .content-element.section-intro .txt {
  padding: 0 5px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .container_lp main .content-element.section-intro .txt {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }

  .container_lp main .content-element.section-intro .txt :nth-child(6), .container_lp main .content-element.section-intro .txt br:nth-child(2) {
    display: none;
  }
}
.container_lp main .content-element.section-intro .txt b {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 0.7272727273;
  color: #f8e343;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .container_lp main .content-element.section-intro .txt b {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.1428571429;
  }
}
.container_lp main .content-element.section-intro .txt span {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 0.7272727273;
  font-weight: 700;
  color: #e86854;
  border-bottom: 4px double #e86854;
}

@media screen and (max-width: 767px) {
  .container_lp main .content-element.section-intro .txt span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.1428571429;
  }
}
.container_lp main .content-element.section-code {
  padding: 10px 0;
  background: #f8e343;
  text-align: center;
}

.container_lp .post-link-container {
  height: auto;
}

.container_lp .post-link {
  display: block;
  background: #E61D3A;
  box-shadow: 0 5px 0 #5d0300;
  text-align: center;
  width: 80%;
  width: 100%;
  max-width: 800px;
  margin: 15px auto;
  color: #ffffff;
  padding: 15px 15px;
  border-radius: 80px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  transition: all 0.2s linear;
  position: relative;
  top: 0;
}
.container_lp .post-link span {
  display: inline-block;
}
.container_lp .post-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 22px solid #ffffff;
  border-right: 0;
}

@media only screen and (min-width: 980px) {
  .container_lp .post-link {
    box-shadow: 0 7px 0 #5d0300;
    max-width: 600px;
    margin: 20px auto 20px;
    font-size: 26px;
    padding: 30px 20px;
  }
}
.container_lp .post-link:hover {
  margin-bottom: 7px;
  box-shadow: 0 2px 0 #5d0300;
}

@media only screen and (min-width: 980px) {
  .container_lp .post-link:hover {
    top: 10px;
    margin-bottom: 20px;
  }
}
.container_lp .category-link {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  column-gap: 20px;
  row-gap: 20px;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .container_lp .category-link {
    column-gap: 5px;
    row-gap: 5px;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }
}
.container_lp .category-link li {
  align-items: top;
  display: flex;
  justify-content: center;
  list-style: none;
}

.container_lp .category-link li a {
  color: #3e3a39;
}

.container_lp .category-link li a .product-thumbnail {
  width: 120px;
  height: 120px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto 5px;
  background: white;
  padding: 5px;
  border: 1px solid #eee;
}

@media screen and (max-width: 767px) {
  .container_lp .category-link li a .product-thumbnail {
    width: 100px;
    height: 100px;
  }
}
.container_lp .category-link li a .product-thumbnail img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.container_lp .category-link li a .product-name {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .container_lp .category-link li a .product-name {
    font-size: 12px;
  }
}
.container_lp .all-product {
  color: #e50a2b;
  background: white;
  width: 250px;
  display: block;
  padding: 10px;
  border-radius: 4px;
  text-align: center;
  margin: 0 auto 30px;
  border: 1px solid #e50a2b;
}

.container_lp .about {
  margin-bottom: 100px;
  border: dotted red 4px;
  border-radius: 10px;
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .container_lp .about {
    margin-bottom: 15px;
  }
}
.container_lp .about h3 img {
  width: 200px;
}

.container_lp .about .img-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.container_lp .about .img-wrap img {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .container_lp .about .img-wrap {
    display: block;
  }

  .container_lp .about .img-wrap img {
    width: 100%;
  }
}
.container_lp .about h3 {
  margin: 0 auto 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .container_lp .about h3 img {
    width: 50%;
  }
}
.container_lp .about .link-wrap {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.container_lp .about .link-wrap .gotosite {
  width: 250px;
  color: red;
  padding: 20px;
  font-weight: 700;
  border-radius: 4px;
  margin-top: 15px;
  border: 2px solid red;
  margin-right: 10px;
  display: block;
  margin-right: 10px;
  text-align: center;
  position: relative;
}

.container_lp .about .link-wrap .gotosite:after, .container_lp .about .link-wrap .gotosite:before {
  content: "";
  display: block;
  transform: skewX(45deg);
  position: absolute;
  right: 10px;
  bottom: 6px;
}

.container_lp .about .link-wrap .gotosite:before {
  top: 50%;
  width: 12px;
  height: 3px;
  background: red;
}

.container_lp .about .link-wrap .gotosite:after {
  top: 42%;
  width: 4px;
  height: 8px;
  background: red;
}

@media screen and (max-width: 767px) {
  .container_lp .about .link-wrap .gotosite {
    width: 100%;
  }
}
.container_lp .about .link-wrap .gotosite:hover {
  color: white;
  background: red;
}

.container_lp .about .link-wrap .gotosite:hover:after, .container_lp .about .link-wrap .gotosite:hover:before {
  background: white;
}

@media screen and (max-width: 767px) {
  .container_lp .about .link-wrap {
    text-align: center;
    display: block;
  }
}
.container_lp .infomation-area {
  border: 2px solid #f04b4b;
  background: white;
  padding: 10px 10px 5px;
  color: #f04b4b;
  margin: 3px 0 5px;
}

@media only screen and (min-width: 980px) {
  .container_lp .infomation-area {
    margin: 3px 0 10px;
    padding: 15px 15px 10px;
  }
}
.container_lp .infomation-area b {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 13px;
}

@media only screen and (min-width: 980px) {
  .container_lp .infomation-area b {
    font-size: 15px;
  }
}
.container_lp .infomation-area p {
  font-size: 12.5px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 980px) {
  .container_lp .infomation-area p {
    font-size: 14px;
  }
}
.container_lp .infomation-table {
  padding: 15px;
  background: #e50a2b;
}

@media screen and (max-width: 767px) {
  .container_lp .infomation-table {
    padding: 0;
    margin-bottom: 15px;
  }
}
.container_lp .infomation-table h4 {
  text-align: center;
  color: #ffffff;
  background: #e50a2b;
  padding: 10px 0;
  font-size: 28px;
  line-height: 0.8888888889;
  font-weight: 600;
  margin-bottom: 15px;
}

.container_lp .infomation-table table {
  background: white;
  table-layout: fixed;
  width: 100%;
  word-break: break-all;
}

.container_lp .infomation-table table img {
  width: 100%;
}

.container_lp .infomation-table table tr {
  border-bottom: 1px solid #e50a2b;
}

.container_lp .infomation-table table tr:last-child {
  border-bottom: none;
}

.container_lp .infomation-table table th {
  padding: 10px 0;
  color: #e50a2b;
  width: 15%;
  background: #F2F2EF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .container_lp .infomation-table table th {
    width: 20%;
  }
}
.container_lp .infomation-table table td {
  padding: 20px;
  width: 70%;
}

@media screen and (max-width: 767px) {
  .container_lp .infomation-table table td {
    padding: 10px;
    width: 80%;
  }
}
.container_lp .vendor-ttl {
  margin-top: 100px;
}

.container_lp .vendor-link {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  column-gap: 20px;
  row-gap: 20px;
  list-style: none;
}

.container_lp .vendor-link li {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .container_lp .vendor-link {
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  }

  .container_lp .vendor-link li {
    width: 80px;
    height: 80px;
  }

  .container_lp .vendor-link li img {
    width: 100%;
  }
}
.container_lp .category-link li {
  align-items: top;
  display: flex;
  justify-content: center;
  list-style: none;
}

.container_lp footer {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2307692308;
  background: #29263E;
}

.container_lp footer .footer-link-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: 30px;
  width: auto;
}

@media screen and (min-width: 768px) {
  .container_lp footer .footer-link-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 50%;
  }
}
.container_lp footer .footer-link-container {
  font-weight: 400;
  padding: 0 20px 20px;
  transform: none;
  width: 100%;
}

.container_lp footer .footer-link-container li {
  padding: 4px 0;
}

.container_lp footer .footer-link-container li a {
  color: #fff;
}

.container_lp footer .footer-link-container .footer-logo {
  margin-top: 10px;
}

.container_lp footer .footer-link-container .footer-logo a {
  background-image: url("../img/logo_white_new.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 31px;
  height: 31px;
  text-align: center;
  vertical-align: middle;
  width: 154px;
}

.container_lp footer .footer-copyright {
  background-color: #FFFFFE;
  color: #555;
  display: block;
  padding-bottom: 20px;
  padding-top: 30px;
  text-align: center;
}

.container_lp footer small {
  display: block;
  text-align: center;
}

.process {
  width: 100%;
}

.process__inner {
  display: grid;
  grid-template-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  /* カード4つ＋矢印3つ */
  align-items: stretch;
  gap: 10px;
  padding: 0 15px;
}

.process-card {
  padding: 16px 16px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  border: 1px solid #DDD;
  color: #231815;
  background: #F9F9F9;
}

.process-card__num {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  background: #004C99;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}

.process-card__title {
  font-size: 16px;
  min-height: calc(1.5em * 2);
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 10px;
}

.process-card__icon {
  width: 80px;
  height: 80px;
}

.process-card__desc {
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
  text-align: left;
}

/* カード間の矢印（縦中央に配置） */
.process__arrow {
  align-self: center;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #004C99;
  /* 矢印の色 */
  opacity: 0.9;
  margin-left: 6px;
}

/* レスポンシブ：幅が狭いときは2列→1列 */
@media (max-width: 1024px) {
  .process__inner {
    grid-template-columns: 1fr;
  }

  .process__arrow {
    display: none;
  }

  .process-card {
    margin-bottom: 8px;
  }
}
/*----------------------
module
----------------------*/
.header-inner {
  box-sizing: border-box;
  width: auto;
  max-width: 1180px;
  padding: 12px 20px 10px 20px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .header-inner {
    padding: 10px 10px 8px 8px;
  }
}
.header-txt {
  float: right;
}
@media screen and (max-width: 768px) {
  .header-txt {
    text-align: center;
    float: none;
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .header-txt {
    font-size: 11px;
  }
}
.header-logo {
  width: 100px;
  display: block;
  float: left;
}
@media screen and (max-width: 768px) {
  .header-logo {
    float: none;
    margin: 0 auto;
  }
}
.header-logo img {
  width: 100%;
  height: auto;
}

.mainV {
  background-color: #BCE9FF;
  background-image: url(../img/bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
  padding-top: 20px;
}
.mainV-gra {
  display: flex;
  box-sizing: border-box;
  width: auto;
  max-width: 1230px;
  padding: 0;
  margin: 0 auto;
}
.mainV-gra img {
  width: 100%;
  height: auto;
}
.mainV-inner {
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .mainV-inner {
    padding: 0 20px;
  }
}
.mainV-box {
  box-sizing: border-box;
  width: auto;
  max-width: 1070px;
  margin: 40px auto 60px auto;
  padding: 30px 35px 40px;
  border: 10px solid #E61D3A;
  border-radius: 20px;
  background-color: #ffffff;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .mainV-box {
    padding: 30px;
    margin: 40px auto 50px auto;
    border-radius: 15px;
  }
}
@media screen and (max-width: 480px) {
  .mainV-box {
    padding: 10px;
    margin: 30px auto 40px auto;
    border-radius: 10px;
    border-width: 5px;
  }
}
.mainV-txt {
  font-size: 20px;
  line-height: 2.4;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background-image: linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #646464 100%);
  background-size: 8px 100%, 100% 2.4em;
}
@media screen and (max-width: 768px) {
  .mainV-txt {
    font-size: 18px;
    background-image: linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #646464 100%);
    background-size: 8px 100%, 100% 2em;
    line-height: 2;
    padding: 0.2em 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  .mainV-txt {
    font-size: 14px;
  }
}
.mainV-txt span {
  display: inline-block;
  font-weight: 700;
  color: #c30700;
}
.mainV-list {
  list-style: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin: 40px auto 0;
  max-width: 1000px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .mainV-list {
    margin: 30px 0 20px 0;
  }
}
@media screen and (max-width: 480px) {
  .mainV-list {
    margin: 20px 0 20px 0;
  }
}
.mainV-listItem {
  font-size: 20px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin: 15px 0;
  padding: 0 0 0 34px;
  position: relative;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .mainV-listItem {
    font-size: 18px;
    padding: 0 0 0 28px;
  }
}
@media screen and (max-width: 480px) {
  .mainV-listItem {
    font-size: 14px;
    padding: 0 0 0 22px;
  }
}
.mainV-listItem:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/ico-check.png);
  background-size: cover;
  position: absolute;
  top: 3px;
  left: 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .mainV-listItem:before {
    width: 20px;
    height: 20px;
    top: 4px;
  }
}
@media screen and (max-width: 480px) {
  .mainV-listItem:before {
    top: 2px;
    width: 18px;
    height: 18px;
  }
}
.mainV-listItem a {
  color: #fff;
  border-bottom: 1px solid #e50a2b;
  transition: all 0.3s;
}
.mainV-listItem a:hover {
  color: #c30700;
  border-bottom: 1px solid #c30700;
}
.mainV-copy {
  padding: 0;
  margin: 10px auto 0 auto;
  box-sizing: border-box;
  width: auto;
  max-width: 600px;
}
.mainV-copy img {
  width: 100%;
  height: auto;
}
.mainV-hyou {
  display: block;
  padding: 0;
  margin: 40px auto 0 auto;
  box-sizing: border-box;
  width: auto;
  max-width: 1000px;
}
.mainV-hyou img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .mainV-hyou {
    display: block;
    margin-top: 30px;
  }
}

.btn_s {
  margin: 15px 0 0 0;
  text-align: center;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .btn_s {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .btn_s {
    font-size: 11px;
  }
}
.btn_s a {
  display: inline-block;
  padding: 12px 30px 10px 30px;
  color: #e50a2b;
  background-color: #ffffff;
  box-shadow: 0 4px 0 #f6d204;
  border-radius: 50px;
  transition: all 0.2s;
  position: relative;
  top: 0;
}
@media screen and (max-width: 768px) {
  .btn_s a {
    padding: 12px 25px 10px 25px;
  }
}
@media screen and (max-width: 480px) {
  .btn_s a {
    padding: 12px 15px 10px 15px;
  }
}
.btn_s a:hover {
  top: 3px;
  box-shadow: 0 1px 0 #f6d204;
}
.btn_s span {
  display: block;
  font-size: 18px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .btn_s span {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  .btn_s span {
    font-size: 15px;
  }
}

.txt_s {
  text-align: center;
  margin: 0 0 40px 0;
}

.tableList {
  list-style: disc;
  margin-left: 15px;
  margin: 10px 0 0 0;
  padding-left: 15px;
}
.tableList li {
  font-size: 14px;
  line-height: 1.3;
  padding: 5px 0 0 0;
}
@media screen and (max-width: 480px) {
  .tableList li {
    font-size: 13px;
  }
}
.tableList_notice {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
}
.tableList_notice li {
  font-size: 14px;
  line-height: 1.3;
  padding: 5px 0 0 15px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .tableList_notice li {
    font-size: 13px;
  }
}
.tableList_notice li:before {
  position: absolute;
  content: "※";
  left: 0;
  top: 3px;
  line-height: 1.3;
}
.tableList_2 {
  list-style: disc;
  margin-left: 15px;
}
.tableList_2 li {
  font-size: 13px;
  line-height: 1.3;
  padding: 5px 0 0 0;
}

.infomation-table p strong {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .infomation-table p strong {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  .infomation-table p strong {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .infomation-table h4 {
    font-size: 18px !important;
    margin-bottom: 0 !important;
  }
}
.infomation-table td a {
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .infomation-table td strong {
    font-size: 16px !important;
  }
}

.content-element.count-wrap {
  background: #BCE9FF;
}
.content-element.count-wrap .inner {
  color: #fff;
  background: #E27739;
  padding-bottom: 30px;
}
.content-element.count-wrap small {
  display: block;
  text-align: center;
  color: #fff;
}
.content-element.count-wrap .count {
  display: flex;
  color: white;
  background: #63006C;
  width: 500px;
  margin: 0 auto;
  padding: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
@media screen and (max-width: 480px) {
  .content-element.count-wrap .count {
    width: 100%;
  }
}
.content-element.count-wrap .count p {
  font-size: 18px;
  font-weight: bold;
  margin-right: 15px;
}
@media screen and (max-width: 480px) {
  .content-element.count-wrap .count p {
    font-size: 14px;
  }
}
.content-element.count-wrap .count span {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .content-element.count-wrap .count span {
    font-size: 16px;
  }
}

.intro-wrap {
  background: white;
  max-width: 1000px;
  margin: 50px auto;
  padding: 15px;
  border-radius: 20px;
  border: 10px solid #E61D3A;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .intro-wrap {
    padding: 10px 5px 0;
    margin: 15px auto 30px;
    border-radius: 10px;
    border-width: 5px;
  }
}
.intro-wrap h2 {
  font-size: 30px;
  color: #E61D3A;
}
.intro-wrap .txt {
  color: #000;
  font-size: 20px;
  font-weight: bold;
}
.intro-wrap .txt br:first-child {
  display: none;
}
@media screen and (max-width: 480px) {
  .intro-wrap .txt {
    font-size: 16px;
    line-height: 1.3;
  }
  .intro-wrap .txt br:first-child {
    display: block;
  }
}
.intro-wrap .txt span {
  color: #63006C;
  font-size: 24px;
}
.intro-wrap .txt a {
  color: black;
  text-decoration: underline;
}
.intro-wrap .way {
  color: #000;
  background: white;
  padding: 30px 30px 0;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .intro-wrap .way {
    padding: 0;
    margin-top: 10px;
  }
}
.intro-wrap .way li {
  background-color: #FAED87;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 15px;
}
@media screen and (max-width: 480px) {
  .intro-wrap .way li {
    padding: 10px 5px;
    margin-bottom: 10px;
    border-radius: 5px;
  }
  .intro-wrap .way li p br {
    display: none;
  }
  .intro-wrap .way li p span {
    display: block;
  }
}
.intro-wrap .way li p.notice {
  font-size: 24px;
  font-weight: bold;
  color: red;
}
@media screen and (max-width: 480px) {
  .intro-wrap .way li p.notice {
    font-size: 18px;
  }
  .intro-wrap .way li p.notice span {
    display: block;
  }
}
.intro-wrap .way li .head {
  display: flex;
  align-items: center;
  margin: 0 auto 30px;
  padding: 5px;
  border: double 4px #63006C;
  background: white;
  border-radius: 5px;
}
@media screen and (max-width: 480px) {
  .intro-wrap .way li .head {
    margin: 0 auto 10px;
  }
}
.intro-wrap .way li .head .num {
  color: white;
  font-size: 28px;
  font-weight: bold;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background: #63006C;
}
@media screen and (max-width: 480px) {
  .intro-wrap .way li .head .num {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.intro-wrap .way li .head p {
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto;
  color: #63006C;
}
@media screen and (max-width: 480px) {
  .intro-wrap .way li .head p {
    font-size: 18px;
  }
  .intro-wrap .way li .head p span {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .intro-wrap .way li .post-link span {
    font-size: 20px;
    display: block;
  }
}

.section-tw {
  text-align: center;
}
.section-tw h4 {
  color: white;
  font-size: 26px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 480px) {
  .section-tw h4 {
    font-size: 18px;
  }
  .section-tw h4 span {
    display: block;
  }
}
.section-tw .twitter-timeline {
  width: 600px !important;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .section-tw .twitter-timeline {
    width: 100%;
  }
}
.section-tw .post-link {
  color: black;
  background: white;
  padding: 15px;
  font-size: 18px;
  max-width: 400px;
}
@media screen and (max-width: 480px) {
  .section-tw .post-link {
    font-size: 16px;
    max-width: 300px;
  }
}
.section-tw .post-link:after {
  border-left-color: black;
}
@media screen and (max-width: 480px) {
  .section-tw .post-link:after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 12px solid black;
  }
}

.container_lp main .content-element.section-info {
  color: black;
  background: #52bff2;
  padding-bottom: 30px;
}
.container_lp main .content-element.section-info .inner {
  background: #E61D3A;
}
.container_lp main .content-element.section-info .inner .post-link {
  color: black;
  background: white;
  padding: 15px;
  font-size: 18px;
  max-width: 400px;
}
@media screen and (max-width: 480px) {
  .container_lp main .content-element.section-info .inner .post-link {
    font-size: 16px;
    max-width: 300px;
  }
}
.container_lp main .content-element.section-info .inner .post-link:after {
  border-left-color: black;
}
@media screen and (max-width: 480px) {
  .container_lp main .content-element.section-info .inner .post-link:after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 12px solid black;
  }
}