/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 18 2025 | 04:42:40 */
.mvYosei {
	margin-bottom:50px;
}
.mvYosei .mv_pc {
  display: block;
}
.mvYosei .mv_sp {
  display: none;
}

.btnArea .btn_toform {
  color: #fff;
	margin-bottom:50px;
}
.btnArea .btn_toform a {
  position: relative;
    padding-top: 12px;
    padding-right: 35px;
    padding-left: 55px;
    padding-bottom: 12px;
  text-decoration: none;
  color: #fff;
  background-color: #FF85A1;
   font-size: 16px;
  font-weight: bold;
	border-radius:100px;
}
.btnArea .btn_toform a:hover {
  background-color: #FF85A1;
  opacity: 0.7;
}
.btnArea .btn_toform a:before {
  background: url(https://jweca.jp/wp-content/uploads/2025/07/ico_arrow_under.svg);
  content: "";
  width: 18px;
  height: 11px;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

h2.yoseiNayami{
	font-size:34px;
	text-align:center;
	margin-bottom:30px;
	border:none;
	padding:0px;
}
.nayami ul{
	padding-left:0px;
}
.nayami ul li{
background-size: 32px 30px;
    background-repeat: no-repeat;
    background-image: url(https://jweca.jp/wp-content/uploads/2025/07/ico_check2.svg);
    padding-left: 40px;
    background-position: left 3px;
    font-size: 22px;
    margin-bottom: 15px;
	list-style:none;
}
.arrowBig img{
	margin-bottom:50px;
}
h3.nayami2{
	font-size:34px;
	text-align:center;
	margin-bottom:15px;
	border:none;
	padding:0px;
	color:#FF85A1;
	margin-top:0px;
}
h3.nayami2:after{
	border:none;
}
p.yoseiCatch{
	font-size:18px;
	text-align:center;
	margin-bottom: 7px;
}
p.yoseiCatch strong {
    background: linear-gradient(transparent 50%, #FFFF00 50%);
    font-weight: 600;
}

.columnYosei{
	margin-top:50px;
}
.columnYosei h2{
	font-size:28px;
	line-height:1.4;
	margin-bottom:10px;
	border:none;
	padding:0px;
	color:#FF85A1;
}
.columnYosei p{
	margin-top:0px;
	margin-bottom:10px;
	    line-height: 1.7;
}
.columnYosei p em{
	font-style:normal;
}
.columnYosei p strong {
    background: linear-gradient(transparent 50%, #FFFF00 50%);
    font-weight: 600;
}

h2.value{
	    font-size: 32px;
    text-align: center;
    margin-bottom: 15px;
    border: none;
    padding: 0px;
    color: #FF85A1;
    margin-top: 70px;
}
p.value{
    text-align: center;
	    margin-bottom: 25px;
}
p.value strong {
    background: linear-gradient(transparent 50%, #FFFF00 50%);
    font-weight: 600;
}

.end{
	margin-bottom:80px;
}

.valuePoint .box{
	padding:20px 25px;
	border:4px solid #FFD4DE;
	border-radius:20px;
}
.valuePoint .box h3{
	font-size:24px;
	margin-bottom:8px;
	border:none;
	padding:0px;
	color:#FF85A1;
	margin-top:0px;
	line-height:1.4;
}
.valuePoint .box h3:after{
	border:none;
}
.valuePoint .box p{
	margin-top:0px;
	    line-height: 1.7;
}
.valuePoint .box p strong {
    background: linear-gradient(transparent 50%, #FFFF00 50%);
    font-weight: 600;
}

h2.kouza{
	    font-size: 32px;
    text-align: center;
    margin-bottom: 25px;
    border: none;
    padding: 0px;
    color: #FF85A1;
    margin-top: 70px;
}

.well table{
	border-collapse: collapse;
  width: 100%;
	margin-bottom:50px;
}
.well table th,
.well table td {
      padding: 15px 15px;
  background-color: #F7F7F7;
  border: solid 5px #FFF;
  box-sizing: border-box;
	font-weight:400;
	line-height:1.6;
}
.well table th {
background-color: #F9AFC0;
    color: #fff;
    width: 180px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
	font-weight:bold;
}
.well table td em {
	font-size:18px;
	font-weight: bold;
	color:#FF85A1;
	font-style:normal;
}

h2.form{
	   font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
    border: none;
    padding: 0px;
    color: #FF85A1;
    margin-top: 40px;
}

h3.join{
	font-size:26px;
	padding-bottom:5px;
	border-bottom:3px solid #FF85A1;
	    margin-bottom: 20px;
}
h3.join:after{
	border:none;
}

.formBtn {
  color: #fff;
	margin-bottom:50px;
}
.formBtn a {
  position: relative;
    padding-top: 12px;
    padding-right: 35px;
    padding-left: 55px;
    padding-bottom: 12px;
  text-decoration: none;
  color: #fff;
  background-color: #FF85A1;
   font-size: 16px;
  font-weight: bold;
	border-radius:100px;
}
.formBtn a:hover {
  background-color: #FF85A1;
  opacity: 0.7;
}
.formBtn a:before {
  background: url(https://jweca.jp/wp-content/uploads/2025/07/ico_arrow2.svg);
  content: "";
  width: 12px;
  height: 19px;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


@media (max-width: 833px) {
		.mvYosei {
	margin-bottom:40px;
	}
 
  .mvYosei .mv_pc {
    display: none;
  }
  .mvYosei .mv_sp {
    display: block;
  }
	
	h2.yoseiNayami{
	font-size:26px;
	margin-bottom:15px;
		line-height:1.4;
		font-weight:bold;
}
.nayami ul{
	padding-left:0px;
}
.nayami ul li{
background-size: 22px 22px;
    padding-left: 30px;
    background-position: left 3px;
    font-size: 18px;
    margin-bottom: 10px;
}
.arrowBig img{
	margin-bottom:30px;
}
h3.nayami2{
	font-size:26px;
	margin-bottom:10px;
	font-weight:bold;
}
h3.nayami2:after{
	border:none;
}
p.yoseiCatch{
	font-size:16px;
	text-align:left;
	margin-bottom: 5px;
}

.columnYosei{
	margin-top:30px;
}
.columnYosei h2{
	font-size:22px;
	margin-bottom:10px;
	font-weight:bold;
}
.columnYosei p{
	margin-top:0px;
	margin-bottom:10px;
	    line-height: 1.6;
}

h2.value{
	    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 50px;
	        line-height: 1.4;
	font-weight:bold;
}
p.value{
    text-align: left;
	    margin-bottom: 20px;
}

.valuePoint .box{
	padding:15px 15px;
	border:3px solid #FFD4DE;
	border-radius:15px;
}
.valuePoint .box h3{
	font-size:21px;
	margin-bottom:5px;
	font-weight:bold;
}
.valuePoint .box p{
	margin-top:0px;
	    line-height: 1.6;
}
	
	h2.kouza{
	    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 40px;
		line-height:1.4;
		font-weight:bold;
}
.well table th {
    padding: 4px 15px;
  }
.well table th,
.well table td {
    padding: 15px;
    display: block;
    width: 100%;
    border: none;
	font-size:14px
  }
.well table td em {
	font-size:18px;
}
	
	h2.form{
	    font-size: 26px;
    margin-bottom: 15px;
    margin-top: 30px;
		        line-height: 1.4;
		font-weight:bold;
}
	
	 .reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}

.kaipc {
  display: inline;
}
.kaisp {
  display: none;
}
@media (max-width: 833px) {
  .kaipc {
    display: none;
  }
  .kaisp {
    display: inline;
  }
}


