.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset "UTF-8";

*,
*:after,
*:before {
  box-sizing: border-box;
}
html{
	font-size: 62.5%;
}

body {
  font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯","Yu Gothic","æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“",YuGothic,"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","MS PGothic",sans-serif;
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.5;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
button{
	border: none;
	background: none;
}

@media screen and (min-width: 737px) {
  img {
    width: auto;
	}
}
ul{
  list-style: none;
}
.wrap{
	text-align:center;
}
.sp-block{
	display: none;
}
.pc-block{
	display: block;
}
@media screen and (max-width: 980px) {
	.sp-block{
		display: block;
	}
	.pc-block{
		display: none;
	}
}
.l-wrapper{
	opacity: 1;
}
.l-max-width{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 980px) {
	.l-max-width{
		width: 100%;
		max-width: 100%;
	}
}

.banner{
	display: block;
	margin: 0px auto 0;	
}
@media screen and (max-width: 750px) {
	.banner{
		width: 90%;	
	}
}

.top__mv{
	background: #e6a0ff;
	position: relative;
}

.top__mv .logo{
	width: 20%;
	margin-left: 10px;
	z-index: 12;
	position: absolute;
}
@media screen and (max-width: 980px) {
	.top__mv .logo{
		width: 30%;
		margin-left: 10px;
		z-index: 12;
		position: absolute;
	}
}
@media screen and (max-width: 750px) {
	.top__mv .logo{
		width: 37%;
	}
}

.l-trouble{
	background: #e6a0ff;
    position: relative;
}
.l-then{
    position: relative;
}
.l-coach{
	background: #e6a0ff;
    position: relative;
}

.l-program{
	background: #ffffff;
    position: relative;
}

.l-plan{
	background: #ffffff;
    position: relative;
	padding-top: 3%;
}

.l-flow{
	background: #e6a0ff;
    position: relative;
}

.l-faq{
	background: #ffffff;
    position: relative;
}

.l-form{
	background: #ffffff;
    position: relative;
}

.link{
	border: 3px solid rgb(255, 255, 255);
	border-radius: 50px;
	background-color: rgb(53, 206, 147);
	position: absolute;
	width: 100%;
	max-width: 912px;
	z-index: 54;
	font-size: 3.2rem;
	font-weight: bold;
}
.link3{
	border: 3px solid rgb(255, 255, 255);
	border-radius: 50px;
	background-color: rgb(102, 166, 203);
	position: relative;
	width: 100%;
	max-width: 912px;
	z-index: 54;
	font-size: 3.2rem;
	font-weight: bold;
}
.link2{
	border: 3px solid rgb(255, 255, 255);
	border-radius: 50px;
	background-color: rgb(222, 110, 110);
	position: relative;
	width: 100%;
	max-width: 912px;
	z-index: 54;
	font-size: 3.2rem;
	font-weight: bold;
}
@media screen and (max-width: 980px) {
	.link{
		width: 90%;
		font-size: 2.8rem;
	}
	.link2{
		width: 90%;
		font-size: 2.8rem;
	}
	.link3{
		width: 90%;
		font-size: 2.8rem;
	}
}
@media screen and (max-width: 750px) {
	.link{
		width: 90%;
		font-size: 1.9rem;
	}
	.link2{
		width: 90%;
		font-size: 1.9rem;
	}
	.link3{
		width: 90%;
		font-size: 1.9rem;
	}
}

.link a,
.link2 a,
.link3 a{
	display: block;
	position: relative;
	padding: 35px 0;
	text-decoration: none;
	color: #ffffff;
	letter-spacing: 1.5px;
	line-height: 1;
	font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯","Yu Gothic","æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“",YuGothic,"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","MS PGothic",sans-serif;
}
@media screen and (max-width: 980px) {
	.link a{
		padding: 25px 0;
	}
}
@media screen and (max-width: 750px) {
	.link a{
		padding: 25px 0;
		line-height: 1.4;
	}
}


.link a::before,
.link2 a::before,
.link3 a::before{
	position: absolute;
    top: 0; bottom: 0; right: 35px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 65px; height: 65px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
}
@media screen and (max-width: 980px) {
	.link a::before,
	.link2 a::before,
	.link3 a::before{
		right: 35px;
		width: 45px; height: 45px;
	}
}
@media screen and (max-width: 750px) {
	.link a::before,
	.link2 a::before,
	.link3 a::before{
		display: none;
	}
}

.link a::after{
	position: absolute;
    top: 0; bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
	right: 59px;
    width: 22px; height: 22px;
    border-top: 6px solid #35ce93;
    border-right: 6px solid #35ce93;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.link3 a::after{
	position: absolute;
    top: 0; bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
	right: 59px;
    width: 22px; height: 22px;
    border-top: 6px solid #66a6cb;
    border-right: 6px solid #66a6cb;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.link2 a::after{
	position: absolute;
    top: 0; bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
	right: 59px;
    width: 22px; height: 22px;
    border-top: 6px solid #de6e6e;
    border-right: 6px solid #de6e6e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (max-width: 980px) {
	.link a::after,
	.link2 a::after,
	.link3 a::after{
		top: 0; bottom: 0;
		right: 50px;
		width: 22px; height: 22px;
	}
}
@media screen and (max-width: 750px) {
	.link a::after,
	.link2 a::after,
	.link3 a::after{
		display: none;
	}
}

.link:hover{
	background: #ffffff;
	transition:800ms ease all;
	border: 3px solid rgb(53, 206, 147);
}
.link3:hover{
	background: #ffffff;
	transition:800ms ease all;
	border: 3px solid rgb(102, 166, 203);
}
.link2:hover{
	background: #ffffff;
	transition:800ms ease all;
	border: 3px solid rgb(222, 110, 110);
}
.link:hover a{
	transition:900ms ease all;
	color: rgb(53, 206, 147);
}
.link3:hover a{
	transition:900ms ease all;
	color: rgb(102, 166, 203);
}
.link2:hover a{
	transition:900ms ease all;
	color: rgb(222, 110, 110);
}

.tracking{
	border: 3px solid rgb(255, 255, 255);
	border-radius: 50px;
	background-color: rgb(53, 206, 147);
	position: fixed;
	right: 25px; bottom: 25px;
	width: 247px; height: 247px;
	z-index: 54;
	font-size: 2.4rem;
	font-weight: bold;
	border-radius: 50%;
    text-align: center;
}
@media screen and (max-width: 980px) {
	.tracking{
		position: fixed;
		right: 0px; bottom: 0px;
		width: 100%; height: auto;
		font-size: 2rem;
		border-radius: 0%;
		border: none;
	}
}

.tracking a{
	display: block;
	padding:45px 0 65px 0;
	text-decoration: none;
	color: #ffffff;
	letter-spacing: 1.5px;
	line-height: 1.4;
}
@media screen and (max-width: 980px) {
	.tracking a{
		padding: 20px 0;
		letter-spacing: 0px;
	}
}

.tracking a::before{
	position: absolute;
    bottom: 20px; right: 0; left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 65px; height: 65px;
    border-radius: 50%;
    background: #ffffff;
    margin: auto;
}
@media screen and (max-width: 980px) {
	.tracking a::before{
		bottom: 18px; right: 10px; left: auto;
		margin: auto;
		width: 30px; height: 30px;
	}
}

.tracking a::after{
	position: absolute;
	bottom: 40px; right: 5px; left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 20px; height: 20px;
    border-top: 6px solid #35ce93;
    border-right: 6px solid #35ce93;
    transform: rotate(45deg);
    margin: auto;
}
@media screen and (max-width: 980px) {
	.tracking a::after{
		bottom: 26px; right: 21px; left: auto;
		margin: auto;
		width: 14px; height: 14px;
		border-top: 3px solid #35ce93;
		border-right: 3px solid #35ce93;
	}
}

.tracking:hover{
	background: #ffffff;
	transition:800ms ease all;
	border: 3px solid rgb(53, 206, 147);
}
.tracking:hover a{
	transition:900ms ease all;
	color: rgb(53, 206, 147);
}

.tracking02{
	position: fixed;
	right: 8px;
    bottom: 30px;
    width: 200px;
	z-index: 54;
}
@media screen and (max-width: 980px) {
	.tracking02{
		position: fixed;
		right: 0px; bottom: 0px;
		width: 40%;
	}
}

.effect-fade01 {
	opacity: 0;
	transform: translate(0,100px);
	transition: 200ms all;
}
.effect-fade02 {
	opacity: 0;
	transform: translate(0,100px);
	transition: 400ms all;
}
.effect-fade03 {
	opacity: 0;
	transform: translate(0,100px);
	transition: 600ms all;
}
.effect-fade04 {
	opacity: 0;
	transform: translate(0,100px);
	transition: 800ms all;
}
.effect-fade05 {
	opacity: 0;
	transform: translate(0,100px);
	transition: 1000ms all;
}
.effect-fade06 {
	opacity: 0;
	transform: translate(0,100px);
	transition: 1200ms all;
}

.effect-fade01.effect-scroll,
.effect-fade02.effect-scroll,
.effect-fade03.effect-scroll,
.effect-fade04.effect-scroll,
.effect-fade05.effect-scroll,
.effect-fade06.effect-scroll {
	opacity: 1;
	transform: translate(0,0);
}

.top__mv{
	padding: 10px 0 220px 0;

}
@media screen and (max-width: 980px) {
	.top__mv{
		padding: 40px 0 180px 0;
		width: 100%;
		overflow: hidden;
	}
}
@media screen and (max-width: 750px) {
	.top__mv{
		padding: 20px 0 100px 0;
	}
}

@media screen and (max-width: 750px) {
	.top__mv{
		padding: 20px 0 100px 0;
		width: 100%;
		overflow: hidden;
	}
}

@media screen and (max-width: 980px) {
	.top__mv .mv{
		margin: 0;
		margin-top: 40px;
	}
}

.top__mv .mv img{
	margin: 0 auto;
}
@media screen and (max-width: 750px) {
	.top__mv .mv img{
		z-index: -1;
		transform: scale(1.2);
		max-width: 80vw;
	}
}

.top__mv .catch{
	transform: translateY(-100px);
	-webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
}
@media screen and (max-width: 980px) {
	.top__mv .catch{
		width: 90%;
		margin: 0 auto;
		transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
	}
}
@media screen and (max-width: 750px) {
	.top__mv .catch{
		width: 96%;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
	}
}

.top__mv .catch .top{
	display: block;
	margin: 0 auto 28px;
	width: 48vw;
}
@media screen and (max-width: 980px) {
	.top__mv .catch .top{
		margin: 0 auto 20px;
	}
}
@media screen and (max-width: 750px) {
	.top__mv .catch .top{
		width: 80vw;
	}
}

.top__mv .catch .bottom{
	display: block;
	margin: 0 auto 0px;
	width: 50vw;
}
@media screen and (max-width: 980px) {
	.top__mv .catch .bottom{
		margin: 0 auto 35px;
	}
}
@media screen and (max-width: 750px) {
	.top__mv .catch .bottom{
		margin: 0 auto 15px;
		width: 80vw;
	}
}

.top__mv .text{
	padding: 0 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row-reverse;
}

@media screen and (max-width: 750px) {
	.top__mv .text{
		width: 100%;
		margin: 0 auto;
		padding: 0 0px;
		display: block;
	}
}

.top__mv .text .list{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35%;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 750px) {
	.top__mv .text .list{
		display: flex;
		width: 90%;
		margin: 0 auto 15px;
	}
}

.top__mv .text .list li{
	margin-right: 20px;
}

.top__mv .text .list li:last-child{
	margin-right: 0px;
}
.top__mv .text .lead{
	margin-right: 16px;
	width: 635px;
	font-weight: bold;
	font-size: 2rem;
    line-height: 1.9;
}


.top__mv .banner{
	display: block;
    margin: 60px auto 0;
}
@media screen and (max-width: 750px) {
	.top__mv .banner{
		display: block;
	    margin: 20px auto 0;
	}
}

.l-trouble{
	clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
	padding: 9em 0;
}
@media screen and (max-width: 750px) {
	.l-trouble{
		padding: 50px 0 80px 0;
	}
}

.l-trouble .link{
	top: -110px; left: 0; right: 0;
	margin: auto;
}
@media screen and (max-width: 750px) {
	.l-trouble .link{
		top: -80px; 
	}
}

.l-trouble .title{
	font-size: 3.5rem;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-align: center;
}
@media screen and (max-width: 980px) {
	.l-trouble .title{
		font-size: 6vw;
	}
}

.l-trouble .title-icon {
    width: 108px; height: 24px;
    margin: 16px auto 0;
}
@media screen and (max-width: 980px) {
	.l-trouble .title-icon {
		margin: 10px auto 0;
	}
}
@media screen and (max-width: 750px) {
	.l-trouble .title-icon {
		margin: 5px auto 0;
	}
}


.l-trouble .title-icon svg g {
    stroke: #fbec89;
}
.l-trouble .list{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 75px auto 0;
}
@media screen and (max-width: 980px) {
	.l-trouble .list {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		width: 100%;
		margin: 75px auto 0;
	}
}
@media screen and (max-width: 750px) {
	.l-trouble .list {
		display: block;
		overflow: hidden;
		max-width: 100%;
		margin: 5px auto 0;
	}
}
.l-trouble .list .img{
	width: 100%;
}

.l-trouble .list li:nth-child(1){
	margin-right: 25px;
}
.l-trouble .list li:nth-child(2){
	margin-right: 25px;
}
.l-trouble .list li:nth-child(3){
	margin-right: 35px;
}
.l-trouble .list li:nth-child(4){
	margin-right: 26px;
}
@media screen and (max-width: 750px) {
	.l-trouble .list li:nth-child(1){
		margin-right: 0px;
		width: 50%;
		float: left;
	}
	.l-trouble .list li:nth-child(2){
		margin-right: 0px;
		width: 50%;
		margin-top: 60px;
		float: right;
	}
	.l-trouble .list li:nth-child(3){
		margin-right: 0px;
		width: 50%;
		margin-top: 10px;
		float: left;
	}
	.l-trouble .list li:nth-child(4){
		margin-right: 0px;
		width: 50%;
		margin-top: 10px;
		float: right;
	}
	.l-trouble .list li:nth-child(5){
		margin-right: 0px;
		width: 50%;
		margin-top: 10px;
		float: left;
	}
}

.l-then{
  padding: 3% 0;
}
@media screen and (max-width: 750px) {
	.l-then{
		padding: 25px 0 155px 0;
	}
}

.l-then .title{
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-align: center;
}
@media screen and (max-width: 980px) {
.l-then .title{
	font-size: 6vw;
}
}

.l-then .title-icon {
    width: 108px; height: 24px;
    margin: 16px auto 0;
}
@media screen and (max-width: 980px) {
	.l-then .title-icon {
		margin: 10px auto 0;
	}
}
@media screen and (max-width: 750px) {
	.l-then .title-icon {
		margin: 5px auto 0;
	}
}

.l-then .title-icon svg g {
    stroke: #ffffff;
}


.l-then .list{
	width: 90%;
	margin: 75px auto 0;
}
@media screen and (max-width: 980px) {
	.l-then .list {
		padding: 0;
	}
}
@media screen and (max-width: 750px) {
	.l-then .list {
		margin: 18px auto 0;
	}
}

.l-then .list li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
	padding: 22px 40px 22px 54px;
	background: #ffffff;
}
@media screen and (max-width: 750px) {
	.l-then .list li{
		display: block;
		margin-bottom: 15px;
		padding: 24px 20px 32px 20px;
	}
}

@media screen and (max-width: 750px) {
	.l-then .list li .img{
		display: block;
		margin: 0 auto;
	}
}

.l-then .list li:last-child{
	margin-bottom: 0px;
}
.l-then .list li .text{
	margin-left: 46px;
}
@media screen and (max-width: 750px) {
	.l-then .list li .text{
		margin-top: 24px;
		margin-left: 0px;
		padding: 0 20px;
	}
}

.l-then .list li .text .sub_title{
	margin-bottom: 25px;
	font-size: 2.2rem;
	font-weight: bold;
}
@media screen and (max-width: 750px) {
	.l-then .list li .text .sub_title{
		margin-bottom: 20px;
		font-size: 2rem;
		text-align: center;
	}
}

.l-then .list li .text .lead{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.8;
}
@media screen and (max-width: 750px) {
	.l-then .list li .text .lead{
		font-size: 1.4rem;
		line-height: 1.7;
		text-align: center;
	}
}

.l-then .button__area{
	margin: 100px auto 0;
}
@media screen and (max-width: 980px) {
	.l-then .button__area{
		width: 80%;
		margin: 80px auto 0;
	}
}
@media screen and (max-width: 750px) {
	.l-then .button__area{
		width: 80%;
		margin: 30px auto 0;
	}
}

.l-then .button__area .catch{
	margin-bottom: 25px;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.l-then .button__area .catch{
		font-size: 2.2rem;
	}
}

.l-then .button__area .link{
	margin: 0 auto;
    left: 0; right: 0;
}
@media screen and (max-width: 750px) {
	.l-then .button__area .link{
		width: 90%;
    	font-size: 1.9rem;
	}
}

.l-coach {
	padding: 10em 0 12em 0;
	clip-path: polygon(0 7%, 100% 0, 100% 93%, 0 100%);
  }
@media screen and (max-width: 750px) {
	.l-coach{
		padding: 25px 0 75px 0;
	}	
}

.l-coach .title{
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-align: center;
}
@media screen and (max-width: 980px) {
	.l-coach .title{
		font-size: 5em;
	}
}

.l-coach .title-icon {
    width: 108px; height: 24px;
    margin: 16px auto 0;
}
@media screen and (max-width: 980px) {
	.l-coach .title-icon {
		margin: 10px auto 0;
	}
}
@media screen and (max-width: 750px) {
	.l-coach .title-icon {
		margin: 5px auto 0;
	}
}

.l-coach .title-icon svg g {
    stroke: #fbec89;
}
.l-coach .catch{
	margin-top: 30px;
	margin-bottom: 70px;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}
@media screen and (max-width: 980px) {
	.l-coach .catch{
		margin-top: 25px;
		font-size: 2em;
	}
}
@media screen and (max-width: 750px) {
	.l-coach .catch{
		padding: 0 20px;
		margin-top: 15px;
		margin-bottom: 40px;
		font-size: 1.5rem;
	}
}

.l-coach .list{
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 980px) {
	.l-coach .list{
		width: 96%;
		margin: 30px auto 0;
		align-items: flex-start;
	}
}
@media screen and (max-width: 750px) {
	.l-coach .list{
		width: 96%;
		margin: 20px auto 0;
		align-items: flex-start;
	}
}

.l-coach .list li{
	margin-right: 30px;
}
@media screen and (max-width: 750px) {
	.l-coach .list li{
		margin-right: 5px;
	}
}

.l-coach .list li:last-child{
	margin-right: 0px;
}
.l-coach .list li:hover img{
	transform: scale(1.10,1.10);
	transition:300ms ease all;
}
.l-coach .list li a{
	text-decoration: none;
}
.l-coach .list li .text{
	margin-top: 15px;
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 750px) {
	.l-coach .list li .text{
		line-height: 1;
	}
}

.l-coach .list li .text .en{
	color: #6e6e6e;
	font-size: 1.3rem;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.l-coach .list li .text .en{
		font-size: 1rem;
	}
}

.l-coach .list li .text .name{
	margin-top: 4px;
	color: #272727;
	font-size: 2.2rem;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.l-coach .list li .text .name{
		margin-top: 6px;
		font-size: 1.6rem;
	}
}

.l-coach .box{
	margin-top: 0;
	padding: 6px;
	background: #e6a0ff;
}
@media screen and (max-width: 980px) {
	.l-coach .box{
		width: 90%;
		margin: 30px auto 0;
	}
}
@media screen and (max-width: 750px) {
	.l-coach .box{
		width: 90%;
		margin: 20px auto 0;
	}
}

.l-coach .box .inner{
	padding: 25px 40px;
	background: #fff;
	border-radius: 10px;
}
@media screen and (max-width: 750px) {
	.l-coach .box .inner{
		padding: 20px 18px;
	}
}

.l-coach .box .inner .name{
	margin-bottom: 0;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0;
	background: #ffffff;
	border-radius: 5px;
}
@media screen and (max-width: 750px) {
	.l-coach .box .inner .name{
		margin-bottom: 15px;
		font-size: 1.7rem;
	}
}

.l-coach .box .inner .sub__title{
	padding: 5px 10px;
	font-size: 1.3em;
	font-weight: bold;
	display: block;
	width: fit-content;
	border-bottom: 2px solid #e6a0ff;
}
.l-coach .box .inner .lead{
	margin-top: 0;
	line-height: 2;
	padding: 0 15px;
	font-weight: bold;
	background: #ffffff;
	border-radius: 5px;
	margin-bottom: 0;
}
@media screen and (max-width: 750px) {
	.l-coach .box .inner .lead{
		margin-top: 16px;
		line-height: 1.7;
	}
}

.l-article{
	padding: 134px 0 0px 0;
}
@media screen and (max-width: 750px) {
	.l-article{
		padding: 75px 0 0px 0;
	}	
}

.l-article .title{
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-align: center;
}
@media screen and (max-width: 980px) {
	.l-article .title{
		font-size: 2.7rem;
	}
}
@media screen and (max-width: 750px) {
	.l-article .title{
		font-size: 2.5rem;
	}	
}

.l-article .title-icon {
    width: 108px; height: 24px;
    margin: 16px auto 0;
}
@media screen and (max-width: 980px) {
	.l-article .title-icon {
		margin: 10px auto 0;
	}
}
@media screen and (max-width: 750px) {
	.l-article .title-icon {
		margin: 5px auto 0;
	}
}

.l-article .title-icon svg g {
    stroke: #fbec89;
}

.l-article .inner {
    display: flex;
	justify-content: space-between;
	width: 878px;
	margin: 40px auto 0;
}
@media screen and (max-width: 980px) {
	.l-article .inner {
		width: 96%;
		margin: 40px auto 0;
	}
}
@media screen and (max-width: 750px) {
	.l-article .inner {
		width: 90%;	
	}	
}

.l-article .inner .content {
    width: 48%;
    max-width: 420px;
}
.l-article .inner .content .main{
	width: 100%;
}
.l-article .inner .content .text{
    padding: 20px 10px 10px 20px;
	border-right: 3px solid #e6e6e6;
	border-left: 3px solid #e6e6e6;
	border-bottom: 3px solid #e6e6e6;
}
@media screen and (max-width: 750px) {
	.l-article .inner .content .text{
	    padding: 10px 10px 10px 10px;
	}
}
.l-article .inner .content a{
	opacity: 1;
	text-decoration: none;
}
.l-article .inner .content a:hover img{
	opacity: 0.7;
}
.l-article .inner .content .lead{
    font-size: 1.6rem;
    color: #272727;
}
@media screen and (max-width: 750px) {
	.l-article .inner .content .lead{
	    font-size: 1.3rem;
	}
}
.l-article .inner .content .time{
    color: #c2c2c2;
    font-size: 1.4rem;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}
@media screen and (max-width: 750px) {
	.l-article .inner .content .time{
	    font-size: 1rem;
	}
}
.l-article .inner .content .time span{
    line-height: 1;
    padding-left: 5px;
}

.l-program{
	padding: 35px 0;
}
@media screen and (max-width: 750px) {
	.l-program{
		padding: 25px 0 75px 0;
	}	
}

.l-program .title{
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-align: center;
}
@media screen and (max-width: 980px) {
	.l-program .title{
		font-size: 5vw;
	}
}

.l-program .title-icon {
    width: 108px; height: 24px;
    margin: 16px auto 0;
}
@media screen and (max-width: 980px) {
	.l-program .title-icon {
		margin: 10px auto 0;
	}
}
@media screen and (max-width: 750px) {
	.l-program .title-icon {
		margin: 5px auto 0;
	}
}

.l-program .title-icon svg g {
    stroke: #ffffff;
}
.l-program .catch{
	margin-top: 30px;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}
@media screen and (max-width: 980px) {
	.l-program .catch{
		margin-top: 25px;
		font-size: 2em;
	}
}

.l-program .box__area{
	position: relative;
	margin-top: 100px;
	border: 4px solid #e6a0ff;
}
@media screen and (max-width: 980px) {
	.l-program .box__area{
		margin: 80px auto 0;
		width: 90%;
	}
}
@media screen and (max-width: 750px) {
	.l-program .box__area{
		margin: 57px auto 0;
		width: 90%;
	}
}

.l-program .box__area .sub__title{
	position: absolute;
	left: 0; right: 0; top: -38px;
	margin: 0 auto;
	width: 100%;
	max-width: 550px;
	padding: 16px;
	font-size: 2.6rem;
	font-weight: bold;
	background: #e6a0ff;
	text-align: center;
	border-radius: 20px;
}
@media screen and (max-width: 980px) {
	.l-program .box__area .sub__title{
		left: 0; right: 0; top: -38px;
		max-width: 418px;
		padding: 16px;
		font-size: 2.6rem;
	}
}
@media screen and (max-width: 750px) {
	.l-program .box__area .sub__title{
		left: 0; right: 0; top: -30px;
		max-width: 510px;
		width: 70%;
		padding: 15px;
		font-size: 1.6rem;
	}
}


.l-program .box01 .list{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 80px 50px 50px 50px;
}
@media screen and (max-width: 980px) {
	.l-program .box01 .list{
		padding: 80px 50px 50px 50px;
	}
}
@media screen and (max-width: 750px) {
	.l-program .box01 .list{
		display: block;
		padding: 50px 25px 40px 25px;
	}
}

.l-program .box01 .list li{
	width: 48%;
}
@media screen and (max-width: 750px) {
	.l-program .box01 .list li{
		width: 100%;
		margin-bottom: 30px;
	}
	.l-program .box01 .list li:last-child{
		margin-bottom: 0px;
	}
}

.l-program .box01 .list .lead{
	margin-top: 20px;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
}
@media screen and (max-width: 980px) {
	.l-program .box01 .list .lead{
		margin-top: 18px;
		font-size: 1.7rem;
	}
}
@media screen and (max-width: 750px) {
	.l-program .box01 .list .lead{
		margin-top: 15px;
		font-size: 1.3rem;
	}
}


.l-program .box02 .text{
	padding: 80px 60px 50px 60px;
	text-align: center;
	font-weight: bold;
	line-height: 2;
}
@media screen and (max-width: 980px) {
	.l-program .box02 .text{
		padding: 80px 50px 50px 50px;
	}
}
@media screen and (max-width: 750px) {
	.l-program .box02 .text{
		padding: 50px 25px 40px 25px;
		line-height: 1.8;
	}
}

.l-program .box02 .list{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 0px 60px 50px 60px;
}
@media screen and (max-width: 980px) {
	.l-program .box02 .list{
		padding: 0px 50px 50px 50px;
	}
}
@media screen and (max-width: 750px) {
	.l-program .box02 .list{
		display: block;
		padding: 0px 25px 30px 25px;
	}
}

.l-program .box02 .list li{
	padding: 40px 30px;
	width: 30%; height: 100%;
	min-height: 246px;
	max-width: 339px;
	background: #ffffff;
	margin-right: 27px;
	margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
	.l-program .box02 .list li{
		padding: 40px 25px;
		width: 47%;
		margin-right: 27px;
		margin-bottom: 30px;
		min-height: 250px;
	}
	.l-program .box02 .list li:nth-child(2n){
		margin-right: 0px;
	}
}
@media screen and (max-width: 750px) {
	.l-program .box02 .list li{
		padding: 25px 20px;
		width: 100%;
		min-height: 100%;
		max-width: 100%;
		margin-right: 0px;
		margin-bottom: 10px;
	}
}

.l-program .box02 .list li:nth-child(3n){
	margin-right: 0px;
}
.l-program .box02 .list li:nth-child(n+4){
	margin-bottom: 0px;
}
@media screen and (max-width: 980px) {
	.l-program .box02 .list li:nth-child(n+4){
		margin-bottom: 30px;
		margin-right: 0px;
	}
}
@media screen and (max-width: 750px) {
	.l-program .box02 .list li:nth-child(n+4){
		margin-bottom: 10px;
	}
	.l-program .box02 .list li:last-child{
		margin-bottom: 0px;
	}
}

.l-program .box02 .list li .copy{
	position: relative;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 980px) {
	.l-program .box02 .list li .copy{
		position: relative;
		font-size: 2rem;
		font-weight: bold;
		text-align: center;
	}
}
@media screen and (max-width: 750px) {
	.l-program .box02 .list li .copy{
		font-size: 1.8rem;
	}
}

.l-program .box02 .list li .copy::after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -20px;
	display: inline-block;
	width: 60px;
	height: 3px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #272727;
	border-radius: 2px;
}
.l-program .box02 .list li .lead{
	text-align: center;
	margin-top: 70px;
    line-height: 2;
}
@media screen and (max-width: 980px) {
	.l-program .box02 .list li .lead{
		margin-top: 60px;
		line-height: 1.8;
	}
}
@media screen and (max-width: 750px) {
	.l-program .box02 .list li .lead{
		margin-top: 35px;
		line-height: 1.8;
	}
}

.l-program .box03{
	padding: 84px 28px 50px 60px;
}
@media screen and (max-width: 980px) {
	.l-program .box03{
		padding: 64px 28px 40px 30px;
	}
}
@media screen and (max-width: 750px) {
	.l-program .box03{
		padding: 50px 25px 25px 25px;
	}
}

.l-program .box03 .list{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.l-program .box03 .list img{
	width: 60%;
}
@media screen and (max-width: 750px) {
	.l-program .box03 .list{
		display: block;
	}
	.l-program .box03 .list img{
		width: 100%;
	}
}

.l-program .box03 .text{
	width: 37%;
	max-width: 415px;
	font-weight: bold;
}
@media screen and (max-width: 750px) {
	.l-program .box03 .text{
		margin-top: 15px;
		width: 100%;
		max-width: 100%;
	}
}

.l-program .box03 .text .lead{
	font-size: 2rem;
	line-height: 1.8;
}
@media screen and (max-width: 980px) {
	.l-program .box03 .text .lead{
		font-size: 1.8rem;
		line-height: 1.7;
	}
}
@media screen and (max-width: 750px) {
	.l-program .box03 .text .lead{
		font-size: 1.3rem;
		line-height: 1.7;
		text-align: center;
	}
}

.l-program .box03 .text .mini{
	display: block;
	margin-top: 30px;
}
@media screen and (max-width: 980px) {
	.l-program .box03 .text .lead{
		margin-top: 20px;
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 750px) {
	.l-program .box03 .text .mini{
		margin-top: 15px;
		text-align: center;
	}
}


.l-program .box04{
	padding: 84px 50px 50px 60px;
}
@media screen and (max-width: 980px) {
	.l-program .box04{
		padding: 64px 28px 40px 30px;
	}
}
@media screen and (max-width: 750px) {
	.l-program .box04{
		padding: 50px 25px 25px 25px;
	}
}

.l-program .box04 .list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: row-reverse;
}
@media screen and (max-width: 750px) {
	.l-program .box04 .list{
		display: block;
	}
}

.l-program .box04 .list img{
	width: 45%;
}
@media screen and (max-width: 750px) {
	.l-program .box04 .list img{
		width: 100%;
	}
}

.l-program .box04 .text{
	width: 50%;
	font-weight: bold;
}
@media screen and (max-width: 750px) {
	.l-program .box04 .text{
		margin-top: 15px;
		width: 100%;
		max-width: 100%;
	}
}

.l-program .box04 .text .lead{
	font-size: 2rem;
	line-height: 1.8;
}
@media screen and (max-width: 980px) {
	.l-program .box04 .text .lead{
		font-size: 1.6rem;
		line-height: 1.7;
	}
}
@media screen and (max-width: 750px) {
	.l-program .box04 .text .lead{
		font-size: 1.3rem;
		line-height: 1.7;
		text-align: center;
	}
}

.l-program .box04 .text .mini{
	display: block;
	margin-top: 30px;
	font-size: 1.5em;
	border-bottom: 3px solid #e6a0ff;
	color: #000;
	width: fit-content;
	padding: 0 5px;
}
@media screen and (max-width: 750px) {
	.l-program .box04 .text .mini{
		margin-top: 15px;
		text-align: center;
		font-size: 1.4rem;
	}
}

.l-program .box05{
	padding: 84px 50px 50px 60px;
}
@media screen and (max-width: 980px) {
	.l-program .box05{
		padding: 84px 28px 50px 60px;
	}
}
@media screen and (max-width: 750px) {
	.l-program .box05{
		padding: 50px 25px 25px 25px;
	}
}

.l-program .box05 .list{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 750px) {
	.l-program .box05 .list{
		display: block;
	}
}

.l-program .box05 .list img{
	width: 45%;
}
@media screen and (max-width: 750px) {
	.l-program .box05 .list img{
		width: 100%;
	}
}

.l-program .box05 .text{
	width: 50%;
    font-weight: bold;
}
@media screen and (max-width: 750px) {
	.l-program .box05 .text{
		margin-top: 15px;
		width: 100%;
		max-width: 100%;
	}
}

.l-program .box05 .text .lead{
	font-size: 2rem;
	line-height: 1.8;
}
@media screen and (max-width: 980px) {
	.l-program .box05 .text .lead{
		font-size: 1.7rem;
		line-height: 1.7;
	}
}
@media screen and (max-width: 750px) {
	.l-program .box05 .text .lead{
		font-size: 1.3rem;
		line-height: 1.7;
		text-align: center;
	}
}

.l-program .box05 .text .mini{
	display: block;
	margin-top: 30px;
	font-size: 1.5em;
	border-bottom: 3px solid #e6a0ff;
	color: #000;
	width: fit-content;
	padding: 0 5px;
}
@media screen and (max-width: 750px) {
	.l-program .box05 .text .mini{
		margin-top: 15px;
		text-align: center;
	}
}

@media screen and (max-width: 750px) {
	.l-plan{
		padding: 30px 0 90px 0;
	}	
}

.l-plan .title{
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-align: center;
}
@media screen and (max-width: 980px) {
	.l-plan .title{
		font-size: 2.7rem;
	}
}
@media screen and (max-width: 750px) {
	.l-plan .title{
		font-size: 2.5rem;
	}	
}

.l-plan .title-icon {
    width: 108px; height: 24px;
    margin: 16px auto 0;
}
@media screen and (max-width: 980px) {
	.l-plan .title-icon {
		margin: 10px auto 0;
	}
}
@media screen and (max-width: 750px) {
	.l-plan .title-icon {
		margin: 5px auto 0;
	}
}

.l-plan .title-icon svg g {
    stroke: #fbec89;
}
.l-plan .catch{
	margin-top: 30px;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}
@media screen and (max-width: 980px) {
	.l-plan .catch{
		margin-top: 25px;
		font-size: 2rem;
	}
}
@media screen and (max-width: 750px) {
	.l-plan .catch{
		margin-top: 15px;
		font-size: 1.5rem;
	}
}

.l-plan .sub__title{
	margin-top: 50px;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.l-plan .sub__title{
		margin-top: 25px;
	}
}

.l-plan .sub__title img{
	margin: 0 auto;
	width: 80%;
}
@media screen and (max-width: 750px) {
	.l-plan .sub__title img{
		width: 90%;
	}
}
.l-plan .lead{
	text-align: center;
	font-size: 1.8rem;
    font-weight: bold;
    margin-top: 16px;
}
@media screen and (max-width: 750px) {
	.l-plan .lead{
		font-size: 1.5rem;
	}
}

.l-plan .plan__list{
	margin: 40px 0 35px 0;
}
@media screen and (max-width: 750px) {
	.l-plan .plan__list{
		margin: 15px 0 38px 0;
	}
}

.l-plan .plan__list .box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto 16px;
	width: 100%;
	max-width: 978px;
}
@media screen and (max-width: 980px) {
	.l-plan .plan__list .box{
		width: 90%;
	}
}
@media screen and (max-width: 750px) {
	.l-plan .plan__list .box{
		display: block;
		margin: 0 auto 14px;
	}
}

.l-plan .plan__list .box:last-child{
	margin: 0 auto 0px;
}
.l-plan .plan__list .box .plan__title{
	padding: 50px 10px;
	margin-right: 7px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	width: 30%;
	height: 100%;
	letter-spacing: -1px;
}
@media screen and (max-width: 980px) {
	.l-plan .plan__list .box .plan__title{
		padding: 60px 10px;
		width: 30%; height: 100%;
		max-width: 243px;
		max-height: 195px;
	}
}
@media screen and (max-width: 750px) {
	.l-plan .plan__list .box .plan__title{
		padding: 30px 10px;
		margin-right: 0px;
		margin-bottom: 5px;
		width: 100%;
		max-width: 100%;
		max-height: 100%;
	}
}

.l-plan .plan__list .box .text{
	width: 100%;
}
@media screen and (max-width: 980px) {
	.l-plan .plan__list .box .text{
		max-height: 100%;
	}
}
@media screen and (max-width: 750px) {
	.l-plan .plan__list .box .text{
		max-height: 100%;
	}
}

.l-plan .plan__list .text .sub_title{
	padding: 5px 0;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 980px) {
	.l-plan .plan__list .text .sub_title{
		padding: 20px 6px;
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 750px) {
	.l-plan .plan__list .text .sub_title{
		padding: 5px 4px 0px 4px;
		font-size: 1.6rem;
	}
}


.l-plan .plan__list .text .inner{
	position: relative;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	padding: 15px 0;
	background: #ffffff;
	margin: 0 5px 5px 5px;
}
@media screen and (max-width: 980px) {
	.l-plan .plan__list .text .inner{
		padding: 16px 24px;
		margin: 5px;
	}
}
@media screen and (max-width: 750px) {
	.l-plan .plan__list .text .inner{
		padding: 12px 16px;
		margin: 5px;
	}
}


.l-plan .plan__list .box .text .period{
	padding: 26px 20px;
	margin-right: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
}
@media screen and (max-width: 980px) {
	.l-plan .plan__list .box .text .period{
		padding: 16px 14px;
		margin-right: 20px;
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 750px) {
	.l-plan .plan__list .box .text .period{
		padding: 12px 4px;
		margin-right: 10px;
		font-size: 1.3rem;
	}
}

.l-plan .plan__list .text .payment{
	text-align: center;
}
.l-plan .plan__list .text .payment .price{
	font-weight: bold;
	font-size: 6rem;
	line-height: 1;
	letter-spacing: 1px;
}


.l-plan .plan__list .text .payment .price .mini{
	font-size: 3.5rem;	
}
@media screen and (max-width: 980px) {
	.l-plan .plan__list .text .payment .price .mini{
		font-size: 5vw;	
	}
}

.l-plan .plan__list .text .payment .cost{
	font-weight: bold;
	font-size: 2rem;
}
@media screen and (max-width: 980px) {
	.l-plan .plan__list .text .payment .cost{
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 750px) {
	.l-plan .plan__list .text .payment .cost{
		font-size: 1.6rem;
	}
}

.l-plan .plan__list .yellow .plan__title{
	background: #e6a0ff;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 980px) {
	.l-plan .plan__list .yellow .plan__title{
		font-size: 2.7rem;
	}
}
@media screen and (max-width: 750px) {
	.l-plan .plan__list .yellow .plan__title{
		font-size: 2rem;
	}
}

.l-plan .plan__list .yellow .text{
	border: 5px solid #e6a0ff;
}
.l-plan .plan__list .yellow .text .period{
	background: #e6a0ff;
}
.l-plan .plan__list .green .plan__title{
	background: #89ebc5;
	font-size: 3rem;
	border-bottom: 1px solid #89ebc5;
}
@media screen and (max-width: 980px) {
	.l-plan .plan__list .green .plan__title{
		font-size: 2.7rem;
	}
}
@media screen and (max-width: 750px) {
	.l-plan .plan__list .green .plan__title{
		font-size: 2rem;
	}
}

.l-plan .plan__list .green .text{
	background: #89ebc5;
	border-bottom: 1px solid #89ebc5;
}
.l-plan .plan__list .green .text .period{
	background: #89ebc5;
}
.l-plan .plan__list .gray .plan__title{
	background: #dedede;
	font-size: 3rem;
}
@media screen and (max-width: 980px) {
	.l-plan .plan__list .gray .plan__title{
		font-size: 2.7rem;
	}
}
@media screen and (max-width: 750px) {
	.l-plan .plan__list .gray .plan__title{
		font-size: 2rem;
	}
}
.l-plan .plan__list .gray .text{
	background: #dedede;
	border-bottom: 1px solid #dedede;
}
.l-plan .plan__list .gray .text .period{
	background: #dedede;
}
.l-plan .plan__list .appeal{
	margin-top: 40px;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 980px) {
	.l-plan .plan__list .appeal{
		margin: 30px auto 0;
		width: 90%;
		font-size: 4vw;
	}
}
@media screen and (max-width: 750px) {
	.l-plan .plan__list .appeal{
		margin: 25px auto 0;
		font-size: 1.5rem;
	}
}

.l-plan .attention{
	margin: 0 auto 50px;
	width: 100%;
    max-width: 978px;
}
@media screen and (max-width: 980px) {
	.l-plan .attention{
		width: 90%;
		margin: 0 auto 40px;
	}
}
@media screen and (max-width: 750px) {
	.l-plan .attention{
		width: 90%;
		margin: 0 auto 23px;
	}
}

.l-plan .attention dt{
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 2.2rem;
	font-weight: bold;
	border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 980px) {
	.l-plan .attention dt{
		padding-bottom: 10px;
		margin-bottom: 20px;
		font-size: 2rem;
	}
}
@media screen and (max-width: 750px) {
	.l-plan .attention dt{
		padding-bottom: 10px;
		margin-bottom: 15px;
		font-size: 1.7rem;
	}
}


.l-plan .attention dd{
	font-weight: bold;
}
@media screen and (max-width: 750px) {
	.l-plan .attention dd{
		font-weight: bold;
		font-size: 1.3rem;
	}
}

.l-plan .attention .repletion{
	display: block;
	margin-top: 20px;
}
@media screen and (max-width: 980px) {
	.l-plan .attention .repletion{
	}
}
@media screen and (max-width: 750px) {
	.l-plan .attention .repletion{
		margin-top: 10px;
	}
}

.l-plan .button__area{
	margin: 100px auto 0;
	text-align: center;
}
@media screen and (max-width: 980px) {
	.l-plan .button__area{
		margin: 100px auto 0;
	}
}
@media screen and (max-width: 750px) {
	.l-plan .button__area{
		margin: 35px auto 0;
	}
}

.l-plan .button__area .link{
	position: relative;
}

.l-flow{
	padding: 9em 0;
	clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
}
@media screen and (max-width: 750px) {
	.l-flow{
		padding: 0px 0 90px 0;
	}	
}
.l-flow .title{
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-align: center;
}
@media screen and (max-width: 980px) {
.l-flow .title{
	font-size: 5vw;
}
}

.l-flow .title-icon {
    width: 108px; height: 24px;
    margin: 16px auto 0;
}
@media screen and (max-width: 980px) {
	.l-flow .title-icon {
		margin: 10px auto 0;
	}
}
@media screen and (max-width: 750px) {
	.l-flow .title-icon {
		margin: 5px auto 0;
	}
}

.l-flow .title-icon svg g {
    stroke: #ffffff;
}
.l-flow .catch{
	margin-top: 30px;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}
.l-flow .list{
	display: flex;
	justify-content: center;
	width: 90%;
    margin: 60px auto 0;
}
@media screen and (max-width: 980px) {
	.l-flow .list{
		margin: 44px auto 0;
	}
}
@media screen and (max-width: 750px) {
	.l-flow .list{
		display: block;
		margin: 25px auto 0;
	}
}

.l-flow .icon{
	width: 178px;
	padding-top: 100px;
}
@media screen and (max-width: 980px) {
	.l-flow .icon{
		width: 138px;
	}
}
@media screen and (max-width: 750px) {
	.l-flow .icon{
		padding-top: 0px;
		width: 80%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 40px;
	}
}

.l-flow .icon img{
	width: 100%;
}
@media screen and (max-width: 750px) {
	.l-flow .icon img{
		width: 50%;
	}
}

.l-flow .name{
	display: block;
	margin-top: 6px;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
	.l-flow .name{
		margin-top: 0px;
		margin-left: 20px;
		font-size: 1.6rem;
	}
}

.l-flow .step{
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: baseline;
}
@media screen and (max-width: 750px) {
	.l-flow .step{
		margin-top: 25px;
	}
}

.l-flow .step .namber{
	padding: 16px 10px 5px 10px;
	font-family: 'BentonSans', sans-serif;
	Font-weight: bold;
	font-size: 2rem;
	color: #ffffff;
	background: #272727;
	border-radius: 50px;
	text-align: center;
    line-height: 1;
    width: 48px;
    height: 48px;
    margin: 0 15px 0 0;
    box-sizing: border-box;
}

.l-flow .step .sub__title{
	margin-top: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.l-flow .box{
	position: relative;
	background: #ffffff;
	width: 21vw;
	height: 265px;
	max-width: 262px;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	border-radius: 30px;
}
@media screen and (max-width: 750px) {
	.l-flow .box{
		display: block;
		width: 100%;
		max-width: 100%;
		padding: 40px 20px;
		height: auto;
	}
}

.l-flow .box .lead{
	font-weight: bold;
    line-height: 1.7;
}
.l-flow .box .lead .mini{
	display: block;
	font-size: 1.4rem;
}
.l-flow .box .step__triangle{
	width: 44px; height: 29px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    position: absolute;
    top: calc(50% - 9px);
	left: -35px;
	z-index: 1;
}
@media screen and (max-width: 750px) {
	.l-flow .box .step__triangle{
		width: 29px; height: 44px;
		background-repeat: no-repeat;
		background-size: 100% auto;
		display: block;
		position: absolute;
		top: calc(-38% - 10px);
		left: 36px;
		z-index: 1;
	}
	.l-flow .box .step__triangle02{
		width: 29px; height: 44px;
		background-repeat: no-repeat;
		background-size: 100% auto;
		display: block;
		position: absolute;
		top: calc(-38% - 10px);
		right: 36px;
		z-index: 1;
	}
	.l-flow .box .step02{
		width: 60%;
	}
}

.l-flow .etic{
	position: relative;
	width: 90%;
	max-width: 960px;
	margin: 80px auto 0;
}
@media screen and (max-width: 980px) {
	.l-flow .etic{
		margin: 60px auto 0;
	}	
}
@media screen and (max-width: 750px) {
	.l-flow .etic{
		display: block;
		margin: 50px auto 0;
	}	
}

.l-flow .etic .area{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-flow: row-reverse;
	width: 100%;
	margin: 30px auto 0;
}
@media screen and (max-width: 980px) {
	.l-flow .etic .area{
		margin: 30px auto 0;
	}	
}
@media screen and (max-width: 750px) {
	.l-flow .etic .area{
		display: block;
		margin: 25px auto 0;
	}	
}

.l-flow .etic .images{
	width: 100%;
	max-width: 194px;
}
@media screen and (max-width: 750px) {
	.l-flow .etic .images{
		margin: 0 auto;
		display: block;
	}
}

.l-flow .etic .text{
	width: 706px;
}
@media screen and (max-width: 980px) {
	.l-flow .etic .text{
		width: 90%;
		margin: 0 auto;
		padding-right: 30px;
	}
}
@media screen and (max-width: 750px) {
	.l-flow .etic .text{
		margin: 30px auto 0;
		padding-right: 0px;
	}
}

.l-flow .etic .lead{
	font-size: 2rem;
	font-weight: bold;
	line-height: 2;
}
@media screen and (max-width: 980px) {
	.l-flow .etic .lead{
		font-size: 1.7rem;
		line-height: 1.7;
	}
}
@media screen and (max-width: 750px) {
	.l-flow .etic .lead{
		font-size: 1.3rem;
		line-height: 1.7;
	}
}

.l-flow .etic .lead .mini{
	display: block;
	margin-top: 30px;
}
.l-flow .button__area{
	margin: 60px auto 0;
	text-align: center;
}
@media screen and (max-width: 980px) {
	.l-flow .button__area{
		margin: 50px auto 0;
	}	
}
@media screen and (max-width: 750px) {
	.l-flow .button__area{
		margin: 30px auto 0;
	}	
}

.l-flow .button__area .link{
	position: relative;
}

.l-faq{
	padding-bottom: 50px;
}
@media screen and (max-width: 980px) {
	.l-faq{
		padding: 0px 0 5em 0;
	}	
}
@media screen and (max-width: 750px) {
	.l-faq{
		padding: 0px 0 116px 0;
	}	
}

.l-faq .title{
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-align: center;
}
@media screen and (max-width: 980px) {
	.l-faq .title{
		font-size: 2.7rem;
	}
}
@media screen and (max-width: 750px) {
	.l-faq .title{
		font-size: 2.5rem;
	}	
}

.l-faq .title-icon {
    width: 108px; height: 24px;
    margin: 16px auto 0;
}
@media screen and (max-width: 980px) {
	.l-faq .title-icon {
		margin: 10px auto 0;
	}
}
@media screen and (max-width: 750px) {
	.l-faq .title-icon {
		margin: 5px auto 0;
	}
}

.l-faq .title-icon svg g {
    stroke: #fbec89;
}
.l-faq .list{
	margin: 50px auto 0;
	width: 80%;
}
@media screen and (max-width: 980px) {
	.l-faq .list{
		margin: 44px auto;
		width: 100%;
	}
}
@media screen and (max-width: 750px) {
	.l-faq .list{
		margin: 38px auto 0;
		width: 100%;
	}	
}

.l-faq .question{
	position: relative;
    margin-bottom: 44px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
	width: 100%;
}
@media screen and (max-width: 980px) {
	.l-faq .question{
		width: 90%;
		margin: 0 auto 30px;
	}	
}
@media screen and (max-width: 750px) {
	.l-faq .question{
		margin: 0 auto 15px;
	}	
}

.l-faq .question:last-child{
	margin-bottom: 0px;
}
.l-faq .question .icon{
	padding: 30px 10px 10px 10px;
	min-width: 112px; min-height: 112px;
	background: #e6a0ff;
	color: #272727;
	font-size: 3.3rem;
	font-weight: bold;
	border-radius: 50%;
	text-align: center;
	z-index: 1;
	position: absolute;
    left: 0; top: -20px;
}
@media screen and (max-width: 980px) {
	.l-faq .question .icon{
		padding: 20px 10px 10px 10px;
		font-size: 3em;
	}	
}

.l-faq .question .text{
	display: block;
	padding: 20px 20px 20px 120px;
	font-size: 2rem;
	font-weight: bold;
	background: #ffffff;
	border: 4px solid #e6a0ff;
	border-radius: 10px;
	width: 96%;
	background:url(../img/qa_arrow2.png) no-repeat;
	background-position: right center;
	background-size: 5%;
}
@media screen and (max-width: 980px) {
	.l-faq .question .text{
		padding: 20px 75px 20px 105px;
		font-size: 2.5em;
		width: 100%;
		background-size: 7%;
	}
}

.l-faq .active .text{
	background:url(../img/qa_arrow1.png) no-repeat;
	background-position: right center;
    background-size: 5%;
}
@media screen and (max-width: 980px) {
	.l-faq .active .text{
		background-size: 7%;
	}
}
@media screen and (max-width: 750px) {
	.l-faq .active .text{
		background-size: 9%;
	}
}

.l-faq .answer{
	position: relative;
    margin-bottom: 44px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
	width: 100%;
}
@media screen and (max-width: 980px) {
	.l-faq .answer{
		width: 90%;
		margin: 0 auto 30px;
	}	
}
@media screen and (max-width: 750px) {
	.l-faq .answer{
		margin: 0 auto 15px;
	}	
}

.l-faq .answer:last-child{
	margin-bottom: 0px;
}
.l-faq .answer .icon{
	padding: 30px 10px 10px 10px;
	min-width: 112px; min-height: 112px;
	background: #35ce93;
	color: #ffffff;
	font-size: 3.3rem;
	font-weight: bold;
	border-radius: 50%;
	text-align: center;
	z-index: 1;
}
@media screen and (max-width: 980px) {
	.l-faq .answer .icon{
		padding: 26px 10px 10px 10px;
		font-size: 3em;
	}	
}

.l-faq .answer .text{
	display: block;
	padding: 20px 20px 20px 100px;
	font-size: 1.7rem;
	font-weight: bold;
	background: #ffffff;
	border: 4px solid #35ce93;
	border-radius: 10px;
    width: 96%;
}
@media screen and (max-width: 980px) {
	.l-faq .answer .text{
		padding: 20px 35px 20px 80px;
		font-size: 2em;
		width: 96%;
		background-size: 7%;
	}
}

.footer{
	padding: 30px 0 11em 0;
	background: #e6a0ff;
	text-align: center;
	font-weight: bold;
}

.footer .mail{
	font-size: 1.7rem;
    margin: 0 0 10px 0;
}
.footer small{
	font-size: 1.2rem;
}

 .form p{
 	font-size: 16px;
 }
.l-form{
	position: relative;
	padding: 76px 0 235px 0;
}
@media screen and (max-width: 750px) {
	.l-form{
		padding: 40px 0 90px 0;
	}	
}

.l-form .title{
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-align: center;
}
@media screen and (max-width: 980px) {
	.l-form .title{
		font-size: 2.7rem;
		padding: 0 40px;
	}
}
@media screen and (max-width: 750px) {
	.l-form .title{
		font-size: 2.5rem;
	}	
}

.l-form .title-icon {
    width: 108px;
    margin: 16px auto 0;
}
@media screen and (max-width: 980px) {
	.l-form .title-icon {
		margin: 10px auto 0;
	}
}
@media screen and (max-width: 750px) {
	.l-form .title-icon {
		margin: 5px auto 0;
	}
}

.l-form .title-icon svg g {
    stroke: #fbec89;
}

@media screen and (max-width: 750px) {
	.l-form .form{
		width: 86%;
    	margin: 0 auto;
	}
}

.l-form .form .lead{
	text-align: center;
	line-height: 1.8;
	margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
	.l-form .form .lead{
		font-size: 1.6rem;
	}
}

.l-form section{
	margin-top: 50px;
}
.l-form .form_list{
	width: 70%;
    margin: 60px auto 0;
}
@media screen and (max-width: 980px) {
	.l-form .form_list{
		width: 90%;
	}
}
@media screen and (max-width: 750px) {
	.l-form .form_list{
		width: 100%;
    	margin: 40px auto 0;
	}
}

.l-form .form_list-top{
	width: 70%;
    margin: 0px auto 60px;
}
@media screen and (max-width: 980px) {
	.l-form .form_list-top{
		width: 90%;
	}
}
@media screen and (max-width: 750px) {
	.l-form .form_list-top{
		width: 86%;
    	margin: 0px auto 30px;
	}
}
.l-form .form_list-top .button__area-top{
	border-bottom: none;
}
@media screen and (max-width: 750px) {
	.l-form .form_list-top .button__area-top{
		padding-bottom: 15px;
	}
	.l-form .form_list-top .button__area button{
		width: 100%;
	}
	.l-form .form_list-top .button__area .link2 a,
	.l-form .form_list-top .button__area .link3 a {
	    padding: 25px 0;
	}
}


.l-form .form_list dl{
	line-height: 1.8;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 750px) {
	.l-form .form_list dl{
		display: block;
		margin-bottom: 30px;
	}
}

.l-form .form_list dl dt{
	width: 25%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media screen and (max-width: 750px) {
	.l-form .form_list dl dt{
		width: 100%;
    	margin-bottom: 10px;
	}
}

.l-form .form_list dl dt .content_ttl{
	font-size: 1.7rem;
}
.l-form .form_list dl dt .required{
	margin-right: 10px;
    background: #ffe729;
    padding: 7px 8px;
    font-size: 1.4rem;
    border-radius: 8px;
    white-space: nowrap;
}
.l-form .form_list dl dd{
	width: 72%;
}
@media screen and (max-width: 750px) {
	.l-form .form_list dl dd{
		width: 100%;
	}
}

.l-form .form_list dl dd input{
	font-size: 1.7rem;
    padding: 10px 15px;
    width: 100%;
    border: 1px solid #a0a0a0;
}
.l-form .form_list dl dd .mwform-tel-field input{
	width: 31.6%;
}
@media screen and (max-width: 980px) {
	.l-form .form_list dl dd .mwform-tel-field input{
		width: 30%;
	}
}

.l-form .form_list dl dd select{
	font-size: 1.7rem;
    padding: 10px 15px;
    width: 100%;
    border: 1px solid #a0a0a0;
}
.l-form .form_list .check{
	margin-top: 40px;
	text-align: center;
}
.l-form .form_list .btn_area{
	margin-top: 100px;
}
@media screen and (max-width: 750px) {
	.l-form .form_list .btn_area{
		margin-top: 40px;
	}
}

.l-form .form_list .radioBox{
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
@media screen and (max-width: 750px) {
	.l-form .form_list .radioBox{
	    justify-content: center;
	}
}

.l-form .form_list label.radiobtn{
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 50px;
}
.l-form .form_list label.radiobtn:last-child{
	margin-right: 0px;
}
.l-form .form_list label.radiobtn input{
	width: auto;
}
.l-form .form_list label.radiobtn span{
	white-space: nowrap;
	margin-left: 10px;
}

.l-form .form_list .btn_area .confirmation{
	margin: 0 auto;
    display: block;
    border: none;
    width: 100%;
    max-width: 100%;
    background-color: rgb(53, 206, 147);
    border: 2px solid #ccc;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    transition: all .3s ease;
    border-radius: 5px;
    letter-spacing: .08em;
    line-height: 1.2;
    padding: 20px 0;
    color: #fff;
    cursor: pointer;
}
.l-form .form_list .btn_area .btn-box{
	display: flex;
    justify-content: space-between;
    align-items: center;
	width: 100%;
}
.l-form .form_list .btn_area .btnback{
	margin: 0 auto;
    display: block;
    border: none;
    width: 48%;
    max-width: 100%;
    background-color: #ccc;
    border: 2px solid #ccc;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    transition: all .3s ease;
    border-radius: 5px;
    letter-spacing: .08em;
    line-height: 1.2;
    padding: 20px 0;
    color: #fff;
    cursor: pointer;
}
.l-form .form_list .btn_area .btnsubmit{
	margin: 0 auto;
    display: block;
    border: none;
    width: 48%;
    max-width: 100%;
    background-color: rgb(53, 206, 147);
    border: 2px solid #ccc;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    transition: all .3s ease;
    border-radius: 5px;
    letter-spacing: .08em;
    line-height: 1.2;
    padding: 20px 0;
    color: #fff;
    cursor: pointer;
}

.l-form .form .comp{
	margin: 70px auto 0;
    border: 1px solid #ffe729;
    padding: 50px;
    width: 70%;
    font-weight: bold;
}

.l-form .form .comp2{
	margin: 70px auto 35px;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
}
.l-form .form .comp_list{
	margin-top: 0px;
	width: 90%;
    margin: 0 auto;
}
.l-form .form .comp_list li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 12px;
	padding: 15px 25px;
	border: 4px solid #dbdbdb;
	border-radius: 20px;
}

.l-form .form .comp_list li .namber{
    margin-right: 15px;
    max-width: 40px;
}

.l-form .form .comp_list li:first-child{
	margin-top: 0px;
}
.l-form .form .movie{
	margin: 40px 0 60px 0;
}
.l-form .form .movie iframe{
	height: 476px;
    border: 4px solid #fce757;
}
.l-form .form .button__area .link{
	position: relative;
}
.l-form .form .button__area .link3{
	position: relative;
}
.l-form .form .button__area .link2{
	position: relative;
	margin-top: 25px;
}
@media screen and (max-width: 750px) {
	.l-form .form .comp{
		margin: 40px auto 0;
		padding: 30px;
		width: 100%;
		font-size: 1.4rem;
		line-height: 1.7;
	}
	.l-form .form .comp2{
		margin: 0px auto 35px;
		width: 100%;
		font-size: 1.4rem;
		line-height: 1.7;
	}
	.l-form .form .comp_list{
		width: 100%;
	}
	.l-form .form .comp_list li{
    	padding: 15px 15px;
    	align-items: flex-start;
	}
	.l-form .form .comp_list li .namber{
	    max-width: 30px;
    	min-width: 30px;
	}
	.l-form .form .comp_list li .text{
		font-size: 14px;
	}
	.l-form .form .movie{
		margin: 30px 0 30px 0;
	}
	.l-form .form .movie iframe{
		height: 250px;
	}
	.l-form .form .button__area .link{
		width: 100%;
	}
	.l-form .form .button__area .link3{
		width: 100%;
	}
	.l-form .form .button__area .link2{
		width: 100%;
		margin-top: 20px;
	}
	.l-form .form .button__area .link2 a,
	.l-form .form .button__area .link3 a {
	    padding: 25px 0;
	}
}

.l-form .form_list .input-inner .c_input{
	font-size: 1.7rem;
	padding: 10px 15px;
	width: 100%;
	border: 1px solid #a0a0a0;
}

.l-form .formText{
	margin-top: 60px;
}

.l-form .button__area-top{
	border-bottom: 2px solid #dbdbdb;
	padding-bottom: 42px;
}
@media screen and (max-width: 750px) {
	.l-form .button__area-top{
		padding-bottom: 30px;
	}
}

.l-form .banner{
	width: 100%;
    max-width: 640px;
}

 .contact-flow .list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
    max-width: 640px;
    margin: 30px auto 40px;
}
@media screen and (max-width: 980px) {
	.contact-flow .list{
		margin: 44px auto 0;
	}
}
@media screen and (max-width: 750px) {
	.contact-flow .list{
		display: block;
		margin: 25px auto 0;
	}
}

.contact-flow .step{
	position: relative;
    bottom: -10px;
    z-index: 10;
}
@media screen and (max-width: 750px) {
	.contact-flow .step{
		margin-top: 15px;
	    margin-bottom: 10px;
	    bottom: auto;
	}
}


.contact-flow .step .namber{
	padding: 13px 5px 5px 5px;
	font-family: 'BentonSans', sans-serif;
	font-weight: bold;
	font-size: 1.8rem;
	color: #ffffff;
	background: #272727;
	border-radius: 50px;
	text-align: center;
    line-height: 1;
    width: 38px;
    height: 38px;
    margin: 0 auto;
    box-sizing: border-box;
}

.contact-flow .step .sub__title{
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.contact-flow .box{
	position: relative;
	background: #eeeeee;
	width: 13vw; height: 192px;
    max-width: 200px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    border-radius: 30px;
    padding: 0px 10px;
}
.contact-flow .on{
	background: #e6a0ff;
}
@media screen and (max-width: 1500px) {
	.contact-flow .box{
		width: 23vw;
		padding: 0px 16px;
	}
}
@media screen and (max-width: 980px) {
	.contact-flow .box{
		width: 33vw;
	}
}
@media screen and (max-width: 750px) {
	.contact-flow .box{
		display: block;
		width: 100%;
		max-width: 100%;
		padding: 30px 10px;
		height: auto;
		margin-bottom: 20px;
	}
}

.contact-flow .box .lead{
	font-weight: bold;
    line-height: 1.7;
    margin-bottom: 0px;
}
.contact-flow .box .lead .mini{
	display: block;
	font-size: 1.2rem;
}
.contact-flow .box .step__triangle{
	width: 38px; height: 29px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    position: absolute;
    top: calc(50% - 13px);
	left: -29px;
	z-index: 1;
}
@media screen and (max-width: 750px) {
	.contact-flow .box .step__triangle{
		width: 29px; height: 44px;
		background-repeat: no-repeat;
		background-size: 100% auto;
		display: block;
		position: absolute;
		top: calc(-38% - 10px);
		left: 36px;
		z-index: 1;
	}
	.contact-flow .box .step__triangle02{
		width: 29px; height: 44px;
		background-repeat: no-repeat;
		background-size: 100% auto;
		display: block;
		position: absolute;
		top: calc(-38% - 10px);
		right: 36px;
		z-index: 1;
	}
	.contact-flow .box .step02{
		width: 60%;
	}
}
.error_list{
	margin-top: 40px;
}
.error_list li{
	padding: 14px 10px;
    background: #FFE5E5;
    border: 1px solid #FF4A4A;
    margin-top: 12px;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}
.error_list li:first-child{
    margin-top: 12px;
}

