@charset "UTF-8";


* {
  margin: 0px;
  padding: 0px;
}

p {
  line-height: 1.76;
}

a {
  text-decoration: none;
  display: inline-block;
}

img {
  display: block;
  max-width: 100%;
}

h2 {
  font-size: 48px;
  text-align: center;
  margin-bottom: 50px;
}

html,
body {
  color: #333;
}

.container {
  max-width: 960px;
  margin: 0 auto;
}

.mv {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #FF3443;
  margin-bottom: 80px;
}

.mv .mv__body {
  display: flex;
  align-items: center;
}

.mv-l--ttl {
  color: #ffffff;
  font-size: 48px;
  margin-bottom: 24px;
}

.mv-l__btn {
  border: 1px solid #ffffff;
  border-radius: 20px;
  color: #ffffff;
  font-size: 48px;
  font-size: 24px;
  padding: 12px 48px;
  text-align: center;
}

.mv-l__btn:hover {
  background-color: #ffffff;
  border-color: #FF3443;
  color: #FF3443;
  font-weight: bold;
  transition-duration: 0.4s;
}

.mv-r {
  margin-left: auto;
}

.feature {
  margin-bottom: 120px;
}

.feature-list {
  display: flex;
  justify-content: space-between;
}

.feature__item {
  width: calc(100% / 3);
  text-align: center;
}

.feature__item img {
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: 50px;
  width: 50%;
}

.feature__item--main {
  color: #ED2F3C;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.feature__item--sub {
  font-size: 20px;
}

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

.feature__btn {
  text-align: center;
  border: 3px solid #FF3443;
  border-radius: 20px;
  color: #FF3443;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  padding: 24px 96px;
  transition-duration: 0.4s;
}
.feature__btn:hover{
  color:#ffffff;
  background-color: #FF3443;
}

.flow {
  margin-bottom: 120px;
}

.flow-list {
  display: flex;
  justify-content: space-between;
}

.flow-item {
  width: calc(33.3% - 13px);
}

.flow__item img {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: 50px;
  vertical-align: middle;
}

.flow__item--main {
  color: #ED2F3C;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.flow__item--sub {
  font-size: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.menu {
  margin-bottom: 120px;
  width: 100%;
}

.menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 20px;
  padding-left: 20px;
}

.menu__item {
  width: calc(31.3% - 13px);
  margin-bottom: 30px;
  padding-right: 20px;
}

.menu__item:nth-child(3) {
  padding-right: 0;
}

.menu__item:last-child {
  padding-right: 0;
}

.menu__item img {
  border-radius: 4px;
  margin-bottom: 50px;
}

.menu__item--main {
  color: #ED2F3C;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.price{
  background-image: url(../img/price-bg.jpg);
  background-color: rgba(255,255,255,0.7);
  background-blend-mode:lighten;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding:120px 0;
  margin-bottom:120px;
}
.price:before{
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.price__body{
  display: flex;
  margin-bottom:50px;
}

.price__body-r{
  margin-left: auto;
  color:#ffffff;
  font-size: 48px;
  font-weight: bold;
  text-shadow:2px 2px 0 #999999;
}

.l-list__item{
  font-size:24px;
  font-weight: bold;
  list-style:none;
  margin-bottom:20px;
}

.l-list__item:before{
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size:30px;
  content: "\f00c";
  color: #ED2F3C;
  display:inline-block;
  padding-right:10px;

}

.price__bottom{
  text-align: center;
}

.price__btn {
  text-align: center;
  border: 3px solid #FF3443;
  border-radius: 20px;
  color: #FF3443;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  padding: 24px 96px;
  transition-duration: 0.4s;
}

.price__btn:hover{
  color:#ffffff;
  background-color: #FF3443;
}

.faq{
  margin-bottom:120px;
}
/* 
.faq-list{
  margin:0 auto;
  width:700px;
} */

.faq-list__term{
  font-size:24px;
  font-weight:bold;
  margin-top:40px;
  margin-bottom:20px;
  position: relative;
}
.faq-list{
  padding-right: 20px;
  padding-left: 20px;
}

.faq-list__term:after{
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content:"\f078";
  color:#999;
  position:absolute;
  right:0;
}

.faq-list__data{
  display: none;
  margin-bottom:50px;
}

#form{
  /* width:700px; */
  margin:0 auto 100px;
}

#form span{
  color:#FF3443;
  padding-left: 20px;
  display: inline-block;
}

form{
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
}

.form-item{
  display: flex;
  margin-top:35px;
}

.form-item label{
  width:30%;
  font-size:18px;
  font-weight: bold;
  padding-right:20px;
}

.form-item input{
  width:70%;
}

#form .btn{
  background-color:#ffffff;
  border: 1px solid #FF3443;
  color: #FF3443;
  font-size:24px;
  margin-top:35px;
  padding: 12px 48px;
}

#form .btn:hover{
  background-color: #FF3443;
  color: #ffffff;
}

footer{
  background-color:#FF3443;
  padding:20px 0;
}

.footer__body{
  display: flex;
}

.footer__body-r{
  margin-left:auto;
  margin-top:auto;
  color: #ffffff;
}