@charset "UTF-8";
body {
  background: #fecea4;
}

.container_lp header {
  background: #34c88f;
  background-size: 100%;
  height: 150px;
  position: relative;
  width: 100vw;
}
@media screen and (width:320px) {
  .container_lp header {
    height: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container_lp header {
    height: 330px;
  }
}
@media screen and (min-width: 1025px) {
  .container_lp header {
    height: 330px;
  }
}
@media screen and (max-width: 767px) {
  .container_lp header {
    background: url(../img/bg.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (min-width:768px) {
  .container_lp header {
    background: url(../img/bg.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.container_lp header .header_inner {
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .container_lp header .header_inner {
    width: 1025px;
  }
}
.container_lp header .header_inner .main img {
  width: 100%;
}
.container_lp header .header_inner .people {
  bottom: 0;
  position: absolute;
  text-align: center;
  z-index: -1;
}
.container_lp header .header_inner .people img {
  width: 100%;
}
@media screen and (min-width:768px) {
  .container_lp header .header_inner .people img {
    width: 100%;
  }
}
.container_lp header .logo {
  margin: 15px 0 0 15px;
  width: 100px;
}
.container_lp .content-head {
  padding: 30px 0;
  text-align: center;
  width: 100vw;
}
.container_lp .content {
  background: #FFFFFE;
  margin: 30px auto 0;
}
@media screen and (min-width: 1025px) {
  .container_lp .content {
    width: 1025px;
  }
}
.container_lp .intro_wrap {
  padding: 30px 0 0;
  text-align: center;
}
.container_lp .intro_wrap .intro {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.65;
  color: #2FC1E1;
  margin-bottom: 10px;
}
@media screen and (min-width:768px) {
  .container_lp .intro_wrap .intro {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.375;
    border-bottom: 3px solid #2FC1E1;
    margin: 0 auto;
    width: 95%;
  }
}
.container_lp .intro_wrap .intro span {
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .container_lp .intro_wrap .intro:before {
    content: "＼";
    font-size: 40px;
    font-weight: bold;
    padding-right: 20px;
  }
  .container_lp .intro_wrap .intro:after {
    content: "/";
    font-size: 40px;
    font-weight: bold;
    padding-left: 20px;
  }
}
.container_lp .intro_wrap ul {
  display: flex;
  padding: 0 5px;
}
@media screen and (min-width:768px) {
  .container_lp .intro_wrap ul {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1025px) {
  .container_lp .intro_wrap ul {
    margin: 0 auto;
    width: 1025px;
  }
}
.container_lp .intro_wrap ul li {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: center;
  width: calc(100% / 5);
}
@media screen and (min-width:768px) {
  .container_lp .intro_wrap ul li {
    margin-right: 15px;
  }
}
.container_lp .intro_wrap ul li:last-child {
  margin-right: 0;
}
.container_lp .intro_wrap ul li img {
  width: 100%;
}
.container_lp .intro_wrap ul li:nth-child(3) img {
  height: auto;
  width: 80%;
}
.container_lp p.notice {
  margin: 0 5px 30px;
  text-align: center;
}
.container_lp p.notice span {
  border: 1px solid #ff5f74;
  font-weight: bold;
  padding: 3px;
  background: #fff;
}
.container_lp p.notice span:first-child {
  background: #ff5f74;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
}
.container_lp .copy3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  background: #555656;
  color: #fff;
  font-family: "Cuprum", sans-serif;
  margin: 10px 5px 0;
  padding: 5px 0;
  text-align: center;
}
@media screen and (min-width:768px) {
  .container_lp .copy3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 2.2727272727;
    margin: 10px 15px 0;
  }
}
.container_lp .copy3 span {
  color: #d8e459;
}
.container_lp .step_wrap {
  display: flex;
  justify-content: center;
}
@media screen and (min-width:768px) {
  .container_lp .step_wrap {
    padding: 0 15px;
  }
}
.container_lp .step_wrap li {
  width: calc(100% / 5);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container_lp .step_wrap li {
    margin-right: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .container_lp .step_wrap li {
    margin-right: 15px;
    padding: 15px;
  }
}
.container_lp .step_wrap li:last-child {
  margin-right: 0;
}
.container_lp .step_wrap li .step_nun {
  background: #484049;
  color: #fff;
  display: block;
  font-family: "Noto Sans JP";
  margin-bottom: 20px;
  padding: 5px 0;
  text-align: center;
}
@media screen and (min-width:768px) {
  .container_lp .step_wrap li .step_nun {
    border-radius: 20px;
  }
}
.container_lp .step_wrap li .block {
  align-items: center;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
@media screen and (min-width:768px) {
  .container_lp .step_wrap li .block {
    height: 100px;
  }
}
.container_lp .step_wrap li img {
  height: auto;
  max-height: 100px;
  width: 60%;
}
.container_lp .step_wrap li p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .container_lp .step_wrap li p {
    margin-bottom: 5px;
  }
}
@media screen and (min-width:768px) {
  .container_lp .step_wrap li p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
.container_lp .step_wrap li p span {
  display: inline-block;
}
.container_lp .pen {
  margin-left: 15px;
  width: 30px;
}
.container_lp .past_link {
  margin: 60px auto;
  text-align: center;
}
.container_lp .past_link a {
  padding: 15px;
  color: #2FC1E1;
  border: 1px solid #2FC1E1;
  background: #fff;
  text-align: center;
  border-radius: 6px;
}
.container_lp .past_link a:hover {
  background: #2FC1E1;
  color: #fff;
}
.container_lp .detail {
  margin: 15px 0;
  padding: 10px;
}
@media screen and (min-width:768px) {
  .container_lp .detail {
    padding: 35px;
  }
}
.container_lp .detail dl {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  background: #FFFFFE;
  border: 1px solid #686B7F;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width:768px) {
  .container_lp .detail dl {
    padding: 30px;
  }
}
.container_lp .detail dt {
  box-sizing: border-box;
  font-weight: bold;
  padding: 10px;
  width: 15%;
}
.container_lp .detail dd {
  padding: 10px;
  width: 85%;
}
.container_lp .detail dd img {
  width: 85%;
}
.container_lp .detail dd .note {
  border: 1px solid #ff5f74;
  padding: 15px;
  margin-bottom: 15px;
  color: #ff5f74;
}
.container_lp .detail dd .note span {
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .container_lp .detail dl {
    flex-flow: column nowrap;
  }
  .container_lp .detail dt, .container_lp .detail dd {
    width: 100%;
  }
  .container_lp .detail dd {
    border-left: none;
  }
}
.container_lp .copy4 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3636363636;
  color: #555656;
  margin-top: 15px;
  text-align: center;
}
@media screen and (min-width:768px) {
  .container_lp .copy4 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 0.6153846154;
    margin-top: 80px;
  }
}
.container_lp .copy4 span {
  display: inline-block;
}
.container_lp .logo_area {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  column-gap: 3px;
  row-gap: 0;
  padding: 30px;
}
.container_lp .logo_area li {
  align-items: center;
  display: flex;
  justify-content: center;
}
.container_lp .logo_area li img {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container_lp .logo_area {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    column-gap: 15px;
    row-gap: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .container_lp .logo_area {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    column-gap: 30px;
    row-gap: 30px;
  }
}
.container_lp .banner-btn {
  display: none;
}
@media screen and (min-width: 1025px) {
  .container_lp .banner-btn {
    background: #fe8f83;
    border: 1px solid #fff;
    bottom: 8px;
    display: block;
    padding: 10px;
    position: fixed;
    right: 8px;
    text-align: center;
    z-index: 3;
  }
  .container_lp .banner-btn a {
    display: block;
    height: 100%;
    width: 100%;
  }
  .container_lp .banner-btn p.notice {
    color: #fff;
    margin-bottom: 5px;
  }
  .container_lp .banner-btn .btn-min {
    background: #597DFC;
    border-radius: 30px;
    color: #fff;
    padding: 8px 5px;
    width: 100%;
  }
  .container_lp .banner-btn .btn-min .pen {
    margin-left: 5px;
    width: 15px;
  }
  .container_lp .banner-btn:hover {
    transform: scale(1.1);
    transition-duration: 0.3s;
  }
}
.container_lp footer {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2307692308;
  background: #555656;
  margin-top: 60px;
}
.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: 80%;
  }
}
.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("../../cmn/img/logo_white.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;
}

_:-ms-lang(x)::-ms-backdrop, .container_lp .logo_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding-left: 30px;
}

_:-ms-lang(x)::-ms-backdrop, .container_lp .logo_area li {
  margin: 0 30px 30px 0;
  width: 120px;
}

.category_area {
  padding: 10px;
  margin: 15px 0 0;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width:768px) {
  .category_area {
    padding: 15px;
    margin: 30px auto;
  }
}
.category_area h4 {
  color: #fff;
  font-weight: bold;
  background: #de084e;
  text-align: center;
  padding: 5px 0px;
  margin: 0 0 12px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  position: relative;
}
@media screen and (min-width:768px) {
  .category_area h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 0.8888888889;
    padding: 5px 0px;
    margin: 0 0 20px;
  }
}
.category_area h4:after {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
.category_area a {
  margin: 0 0 2px 0;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3333333333;
}
@media screen and (min-width:768px) {
  .category_area a {
    display: inline-block;
    margin: 5px 22px 5px 3px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.0666666667;
  }
}
.category_area a:before {
  content: "・";
  color: #000;
}
@media screen and (min-width:768px) {
  .category_area a:before {
    content: "";
  }
}
@media screen and (min-width:768px) {
  .category_area a:after {
    content: "／";
    color: #000;
    position: absolute;
    right: -22px;
    top: 0;
    bottom: 0;
  }
}
.category_area a:last-child {
  margin: 0;
}
@media screen and (min-width:768px) {
  .category_area a:last-child:after {
    content: "";
  }
}
.category_area a:hover {
  text-decoration: underline;
}
.inner_table {
  table-layout: fixed;
  width: 102%;
  margin: 3px -1% 0px;
  display: table;
}
.inner_table thead, .inner_table tbody {
  width: 100%;
}
.inner_table th, .inner_table td {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #c6c6c6;
}
.inner_table th span, .inner_table td span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  padding: 0 0 0 2px;
}
.inner_table th .number, .inner_table td .number {
  color: red;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  font-weight: bold;
  padding: 0 0 0 5px;
}
.inner_table th {
  font-weight: 100;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  padding: 5px 0;
}
@media screen and (min-width:768px) {
  .inner_table th {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.3333333333;
  }
}
.inner_table td {
  padding: 5px 0;
}
.inner_table thead {
  background: #e0e0e0;
}
.inner_table thead th {
  color: #000;
}
.inner_table thead th:first-child {
  background: #484049;
  color: white;
}