@charset "Shift_JIS";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
@font-face {
  font-family: 'Noto Sans';
  font-weight: 700;
  src: url("../fonts/NotoSans-Bold.eot") format("eot"), url("../fonts/NotoSans-Bold.woff") format("woff"), url("../fonts/NotoSans-Bold.woff2") format("woff2");
}
@font-face {
  font-family: 'Noto Sans';
  font-weight: 500;
  src: url("../fonts/NotoSans-Medium.eot") format("eot"), url("../fonts/NotoSans-Medium.woff") format("woff"), url("../fonts/NotoSans-Medium.woff2") format("woff2");
}
@font-face {
  font-family: 'Noto Sans';
  font-weight: 400;
  src: url("../fonts/NotoSans-Regular.eot") format("eot"), url("../fonts/NotoSans-Regular.woff") format("woff"), url("../fonts/NotoSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: 'Noto Sans';
  font-weight: 600;
  src: url("../fonts/NotoSans-semiBold.eot") format("eot"), url("../fonts/NotoSans-semiBold.woff") format("woff"), url("../fonts/NotoSans-semiBold.woff2") format("woff2");
}
/*--------------------------------------------------------------
|
| reset css
|
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
a {
  text-decoration: none;
  overflow: hidden;
}
img {
  border: none;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
}
a img {
  border: none;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}
hr {
  display: none;
  clear: both;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
dl {
  margin: 0;
  padding: 0;
}
dt {
  margin: 0;
  padding: 0;
}
dd {
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
  font-feature-settings: "palt"1;
  letter-spacing: 0.1em;
}
span {
  font-feature-settings: "palt"1;
  letter-spacing: 0.1em;
}
* {
  -webkit-appearance: none;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
h1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.03em;
  /* padding-bottom: 20px; */
  position: relative;
}
h2 {
  margin-top: 2em;
  margin-bottom: 1em;
  padding: 0em 0em 0 0.5em;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  border-left: solid 6px #E5290E;
}
img.c_img {
  object-fit: contain;
  width: 100%;
  margin: 30px 0;
}
.size_s {
  font-size: 16px;
  letter-spacing: 0.001em;
  line-height: 1.65;
}
.size_m {
  font-size: 16px;
  letter-spacing: 0.002em;
  line-height: 1.9;
}
.size_m-point {
  color: #FF381C;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.01em;
}
.size_l {
  font-size: 18px;
  line-height: 1.3;
}
.center {
  text-align: center;
}
.bold {
  font-weight: 600;
}
@media screen and (max-width: 700px) {
  .size_s {
    font-size: 12px;
    letter-spacing: 0.001em;
    line-height: 1.65;
  }
  .size_m {
    font-size: 16px;
    letter-spacing: normal;
    line-height: 1.75;
  }
  .size_m-point {
    font-size: 18px;
    letter-spacing: normal;
  }
}
.lp-202410 {
  font-feature-settings: 'palt';
  font-family: 'Noto Sans', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  margin: 0;
  padding: 45px 0 80px;
  color: #171717;
}
body {
  -webkit-animation: fadeIn 2.0s ease 0s 1 normal;
  animation: fadeIn 2.0s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.lo_alpha_70 a:hover img {
  opacity: 0.7;
  transition: 0.3s;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
.lo_alpha_80 a:hover img {
  opacity: 0.8;
  transition: 0.3s;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
.lo_alpha_90 a:hover img {
  opacity: 0.9;
  transition: 0.3s;
  filter: alpha(opacity=90);
  -ms-filter: "alpha( opacity=90 )";
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.sp_blank {
  display: none;
}
body {
  background-color: #FFFFFF;
}
.l-content {
  line-height: 2;
}
.wrapper {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}
.comment_a {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.comment_a-icon {
  width: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.comment_a-icon img {
  height: 56px;
}
.comment_a-text {
  width: 87%;
  letter-spacing: 0.01em;
  /* text-align: justify; */
  position: relative;
  padding: 12px 12px 11px;
  border-radius: 8px;
  background: #EDFCD8;
  border: 1px solid #9ED354;
}
.comment_a-text:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #9ED354;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.comment_a-text:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -13px;
  top: 20px;
  border-right: 15px solid #EDFCD8;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.comment_b {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.comment_b-icon {
  width: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.comment_b-icon img {
  height: 56px;
}
.comment_b-text {
  width: 87%;
  /* text-align: justify; */
  letter-spacing: 0.01em;
  position: relative;
  padding: 12px 12px 11px;
  border-radius: 8px;
  background: #D8F1FA;
  border: 1px solid #72A4B7;
}
.comment_b-text:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #72A4B7;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.comment_b-text:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -13px;
  top: 20px;
  border-left: 15px solid #D8F1FA;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.section-btn {
  margin-top: 60px;
}
a.clm_button {
  background-color: #22B280;
  color: white;
  width: 100%;
  display: flex;
  padding: 28px 0px;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  box-shadow: 2px 2px 4px gray;
  margin-top: 20px;
  margin-bottom: 20px;
}
.clm_button-a {
  color: white;
  text-decoration: none;
  font-size: 45px;
}
img.clm_button-a {
  width: 65%;
  margin: 0 auto;
}
img.clm_button-b {
  width: 8%;
  margin: 0 auto;
}
.clm_point {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 0.5em;
  display: inline-block;
  text-indent: -2em;
  padding-left: 2em;
}
@media screen and (max-width:768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .wrapper {
    max-width: 80%;
    margin: 0 auto;
    text-align: left;
  }
  .comment_a-icon {
    width: 15%;
  }
  .comment_b-icon {
    width: 15%;
  }
  .comment_a-icon img {
    height: auto;
    width: 100%;
  }
  .comment_b-icon img {
    height: auto;
    width: 100%;
  }
  .comment_a-text {
    width: 80%;
    line-height: 1.5 !important;
  }
  .comment_b-text {
    width: 80%;
    line-height: 1.5 !important;
  }
  .comment_a-text:before {
    border-right: 14px solid #9ED354;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  .comment_a-text:after {
    border-right: 14px solid #EDFCD8;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  .comment_b-text:before {
    border-left: 14px solid #7EC1DB;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  .comment_b-text:after {
    border-left: 14px solid #D8F1FA;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
}
.checklist {
  margin: 10px 0;
  background-color: #FFF;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid #E6A08C;
}
.checklist li {
  font-size: 19px;
  font-weight: 500;
  position: relative;
  line-height: 1.5;
  padding-bottom: 15px;
  text-indent: -1em;
  padding-left: 1em;
}
.checklist li:last-child {
  padding-bottom: 0px;
}
@media screen and (max-width:768px) {
  .checklist {
    margin: 10px 0;
    background-color: #FFEBEB;
    padding: 20px;
    border-radius: 10px;
  }
  .checklist li {
    position: relative;
    line-height: 1.5;
    padding-bottom: 10px;
  }
}
/*--------------------------------------------------------------
|
| 400PX
|
--------------------------------------------------------------*/
@media screen and (max-width: 400px) {
  .sp_blank {
    display: block;
  }
}
/*	print
-----------------------------------------------------------*/
@media print {
  #header {
    position: relative;
  }
  #test {
    page-break-after: always;
  }
}
.mf_point .pc{
  display: inherit;
}
.mf_point p{
  letter-spacing: 1.4px;
}
.cta_text_number{
  line-height: 1.15;
}
@media only screen and (max-width: 768px) {
  .mf_point .pc {
    display: none !important;
  }
  .mf_point p{
    letter-spacing: 1.4px;
  }  
  .cta_text_number{
    line-height: 1.15;
  }
}