@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&family=Noto+Sans+JP:wght@400;600;700&display=swap");
/* 基本スタイル */
* {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  padding: 0;
  background-size: 100%;
}

h1, h2, h3, h4, h5, h6, div, p, ul, li {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul {
  list-style: none;
}

p {
  line-height: 1.8;
}

img {
  width: 100%;
  height: auto;
  border: 0;
}

.bold {
  font-weight: bold;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

/* 個別スタイル */
.header_inner {
  padding: 14px 20px;
  height: 50px;
}
.header_inner .head_logo {
  width: 80px;
  height: 20px;
}
.header_inner .head_logo img {
  vertical-align: top;
}

main {
  max-width: 430px;
  margin: 0 auto;
  padding-top: 36px;
  text-align: center;
}

.inner {
  width: 90%;
  margin: 0 auto;
}

.mv {
  position: relative;
  width: 100%;
  min-height: 228px;
  background: url("../assets/images2/bg1.png") no-repeat;
  background-size: cover;
}
.mv .fukidashi1 {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 332px;
  height: 60px;
  margin: 0 auto;
  padding-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #387DE0;
  background: url("../assets/images2/fukidashi1.png") no-repeat;
  background-size: contain;
}
.mv .fukidashi1 .small {
  font-size: 13px;
}
.mv .inner {
  padding: 24px 0 10px;
}
.mv .mv_txt1 {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
}
.mv .mv_txt1 .mv_img1 img {
  width: 93px;
  margin-right: 10px;
  vertical-align: middle;
}
.mv .mv_txt1 .small {
  font-size: 24px;
}
.mv .mv_txt2 {
  font-size: 13px;
}
.mv .mv_txt2 .color1 {
  color: #387DE0;
}

.movie .inner {
  padding: 16px 0 30px;
}
.movie .inner .movie_txt1 {
  width: 105px;
  height: 19px;
  margin: 0 auto 15px;
  font-size: 15px;
  font-weight: bold;
  color: #FF6A6C;
  background: url("../assets/images2/bg_txt1.png") no-repeat;
  background-size: contain;
}
.movie .inner .movie_txt2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 8px;
  text-align: left;
}
.movie .inner .movie_txt2 .movie_txt2_1 {
  width: 30%;
  font-size: 12px;
  font-weight: bold;
}
.movie .inner .movie_txt2 .movie_txt2_1 .small {
  font-size: 10px;
  font-weight: normal;
}
.movie .inner .movie_txt2 .movie_txt2_2 {
  position: relative;
  width: 70%;
}
.movie .inner .movie_txt2 .movie_txt2_2 .fukidashi2 {
  width: 172px;
  height: 53px;
  padding-top: 4px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #387DE0;
  background: url("../assets/images2/fukidashi2.png") no-repeat;
  background-size: contain;
}
.movie .inner .movie_txt2 .movie_txt2_2 .movie_txt3 {
  position: absolute;
  top: -10px;
  right: 3px;
  width: 57px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #387DE0;
  border-radius: 29px;
  transform: rotate(15deg);
}
.movie .inner .movie_cont {
  width: 100%;
  max-width: 302px;
  margin: 0 auto 23px;
}
.movie .inner .movie_link {
  margin-bottom: 15px;
}
.movie .inner .movie_txt4 {
  text-align: left;
  font-size: 11px;
  color: #FF6A6C;
}

.link_list1 {
  width: 100%;
  max-width: 297px;
  margin: 0 auto;
}
.link_list1 li a {
  position: relative;
  display: block;
  width: 100%;
  height: 42px;
  margin-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #387DE0;
  border-radius: 21px;
}
.link_list1 li a:after {
  position: absolute;
  top: 15px;
  right: 17px;
  display: block;
  content: "";
  width: 6px;
  height: 10px;
  background: url("../assets/images2/icon_link1.svg") no-repeat;
  background-size: 6px 10px;
}

.problem {
  position: relative;
  padding: 18px 0 30px;
  background: #4CBFBF;
}
.problem:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 220px;
  background: url("../assets/images2/bg2.png") no-repeat;
  background-size: auto 220px;
  z-index: 1;
}
.problem:after {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  content: "";
  width: 100%;
  height: 220px;
  background: url("../assets/images2/bg3.png") no-repeat;
  background-size: auto 220px;
  background-position: bottom right;
  z-index: 1;
}
.problem .inner {
  position: relative;
  z-index: 5;
}
.problem .inner .problem_txt1 {
  margin-bottom: 17px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.problem .inner .problem_txt1 .big {
  font-size: 26px;
}
.problem .inner .box1 {
  width: 100%;
  max-width: 322px;
  margin: 0 auto;
  padding: 15px;
  text-align: left;
  background: #fff;
  border-radius: 15px;
}
.problem .inner .box1 .box1_img1 {
  margin-bottom: 5px;
}
.problem .inner .box1 .box1_txt1 {
  font-size: 12px;
}

.tips {
  padding: 40px 0 0;
}
.tips .inner {
  width: 80%;
}
.tips .inner .tips_h2 {
  width: 134px;
  height: 27px;
  margin: 0 auto 20px;
  padding: 4px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #8A79FF;
  background: url("../assets/images2/bg_txt2.png") no-repeat;
  background-size: 100%;
}
.tips .inner .tips_t1 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  color: #8A79FF;
}
.tips .inner .tips_t2 {
  padding-bottom: 20px;
  text-align: left;
}
.tips .inner .tips_t2 p {
  margin-bottom: 20px;
}

.step {
  padding: 38px 0 13px;
  background: #EAEAEA url("../assets/images2/bg4.png") repeat-y;
  background-size: 100% auto;
}
.step .inner {
  width: 86%;
}
.step .inner .box7 {
  margin-bottom: 25px;
  padding: 10px 10px 16px;
  text-align: left;
  background: #fff;
  border-radius: 10px;
}
.step .inner .box7 .box7_head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 10px;
}
.step .inner .box7 .box7_head .step_h2 {
  width: 20.9%;
  margin-right: 4.3%;
}
.step .inner .box7 .box7_head .box7_head_txt {
  width: 74.8%;
  padding-top: 8px;
}
.step .inner .box7 .box7_head .box7_head_txt .box7_head_t1 {
  font-size: 18px;
  font-weight: bold;
}
.step .inner .box7 .box7_head .box7_head_txt .box7_head_t2 {
  font-size: 14px;
}
.step .inner .box7 .box7_head .box7_head_txt .box7_head_t3 {
  font-size: 10px;
}
.step .inner .box7 .box7_img {
  width: 96%;
  margin: 0 auto;
}

.begin {
  padding: 40px 0 47px;
  background: url("../assets/images2/bg5.png");
  background-size: 100%;
}
.begin .inner {
  position: relative;
  width: 84%;
}
.begin .inner .begin_icon {
  position: absolute;
  top: -15px;
  right: 10px;
  width: 62px;
}
.begin .begin_txt1 {
  margin-bottom: 25px;
  line-height: 1.3;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  color: #387DE0;
}
.begin .begin_txt1 .small1 {
  font-size: 19px;
  color: #333;
}
.begin .begin_txt1 .begin_txt2 {
  display: block;
  padding-left: 35px;
  font-size: 24px;
}
.begin .begin_txt1 .begin_txt3 {
  display: block;
  text-align: right;
  font-size: 20px;
  color: #333;
}
.begin .begin_img1 {
  width: 100%;
  max-width: 255px;
  margin: 0 auto 30px;
}
.begin .fukidashi2 {
  position: relative;
  width: 100%;
  max-width: 316px;
  margin: 0 auto 75px;
  padding: 15px;
  color: #fff;
  background: #387DE0;
  border-radius: 15px;
}
.begin .fukidashi2:after {
  position: absolute;
  top: -34px;
  left: 0;
  right: 0;
  display: block;
  content: "";
  width: 0;
  margin: auto;
  border: solid 20px transparent;
  border-bottom: solid 30px #387DE0;
}
.begin .fukidashi2 .fukidashi2_txt1 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}
.begin .fukidashi2 .fukidashi2_txt1 .small {
  font-size: 15px;
}
.begin .fukidashi2 .box2 {
  margin-bottom: 10px;
  padding: 15px;
  text-align: left;
  color: #333;
  background: #fff;
  border-radius: 15px;
}
.begin .fukidashi2 .box2 .box2_list1 li {
  padding-left: 18px;
  line-height: 1.8;
  font-size: 14px;
  background: url("../assets/images2/icon_list1.svg") no-repeat;
  background-position: top 8px left;
  background-size: 9px 6px;
}
.begin .fukidashi2 .box2 .box2_list2 {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #4CBFBF;
}
.begin .fukidashi2 .box2 .box2_list2 li {
  position: relative;
  padding-left: 1em;
  line-height: 1.8;
  font-size: 11px;
}
.begin .fukidashi2 .box2 .box2_list2 li:before {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: #4CBFBF;
  border-radius: 3px;
}

.btn1 a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 315px;
  height: 57px;
  margin: 0 auto;
  padding-top: 16px;
  font-size: 16px;
  color: #fff;
  background: #387DE0;
  border-radius: 29px;
  filter: drop-shadow(0 7px 0 #1fc4ff);
}

.profile .box5 {
  padding: 34px 0 33px;
  background: #FFDADA;
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
}
.profile .box5 .fukidashi3 {
  width: 130px;
  height: 46px;
  margin: 0 auto 11px;
  padding-top: 6px;
  font-size: 15px;
  color: #fff;
  background: url("../assets/images2/fukidashi3.png") no-repeat;
  background-size: 130px 46px;
}
.profile .box5 .box6 {
  width: 100%;
  max-width: 318px;
  margin: 0 auto;
  padding: 28px 22px;
  background: #fff;
  border-radius: 15px;
}
.profile .box5 .box6 .box6_img1 {
  width: 96px;
  margin: 0 auto 20px;
}
.profile .box5 .box6 .box6_txt1 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.profile .box5 .box6 .box6_txt2 {
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: bold;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.profile .box5 .box6 .box6_txt3 {
  margin-bottom: 25px;
  text-align: left;
  font-size: 12px;
}
.profile .box5 .sns_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  max-width: 226px;
  margin: 0 auto;
}
.profile .box5 .sns_list li {
  width: 46px;
  margin-right: 14px;
}
.profile .box5 .sns_list li:nth-child(4n) {
  margin-right: 0;
}

.footer-c {
  padding: 20px;
  /* margin: 20px; */
  background-color: #555555;
  color: #FFF;
  font-size: 0.8em;
}

.footer-c ul {
  padding-inline-start: 0 !important;
  font-size: 0.5em;
  color: #D5D5D5;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.footer-mark-c {
  max-width: 100px;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

.f_logo {
  text-align: center;
  padding: 10px;
  background: #fff;
}
.f_logo img {
  width: 95px;
}
