@charset "utf-8";
/* CSS Document */

*{
	padding: 0;
	margin: 0;
}

img{
	width: 100%;
}
.container{
	display: inline-block;
	width: 100%;
}
.float_l{
	float: left;
	width: 50%;
}
.float_r{
	float: right;
	width: 50%;
}
span.anchorlink {
	position: relative;
	top: -120px;
	display: block;
}
.w-1200 {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}
.slick-prev, .slick-next {
  display: none;
}
.mv_box {
  position: relative;
  z-index: 0;
}
.mv_box .mv_slide_box {
  width: 100%;
  margin: 0 auto;
}
.pop_box {
	position: fixed;
	top: 50%;
	transform: translateY(3%);
	right: 0;
	width: 8vw;
	min-width: 115px;
	z-index: 9999;
	display: block;
}
/*============================*/
h1 {
    text-align: center;
    color: #008ddb;
    font-size: 2rem;
    letter-spacing: 4px;
    border-bottom: 3px solid;
    max-width: 690px;
    margin: 1rem auto 3rem;
}
/*--=============カンプ=============--*/
	section:first-child {
        padding-top: 4.5rem;
	}
header img{
	margin: 0 .5rem 0 0;
}
header .button{
	padding: .5rem .2rem;
	font-size: 1rem;
}
header .nav_left{
	width: 65%;
}
header .nav_right.flex{
	width: 35%;
	justify-content: space-between;
}
header .right .w6{
	width: 49% !important;
}
/*banner*/
.banner{
	background-color: #0b308e;
	padding: 5rem 0;
	text-align: center;
}
.banner h2 {
	font-size: 2.8rem;
	font-weight: 400;
	margin: 1rem auto;
	text-align: center;
	color: #068ce4;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(rgba(255, 232, 0, .7)), to(transparent));
	background-image: linear-gradient(90deg, rgba(255, 255, 0, 1), rgba(255, 255, 0, 1));
	background-repeat: no-repeat;
	background-size: 200% 40%;
	background-position: 0 bottom;
	-webkit-animation: marker 5s ease 0s;
	animation: marker 5s ease 0s;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.banner .main_box{
	background-color: #fff;
	padding: 3rem;
	line-height: 1.5;
	box-shadow: 0 0 6px 0 #555;
}
.banner h2{
	background-size: 200% 25%;
}
.banner h2 .small{
	font-size: 2rem;
}
.banner .small{
	display: block;
}
.banner .txt_box{
	font-size: 2.6rem;
	color: #751285;
	font-weight: 500;
	text-align: center;
}
.banner .txt_box .small{
	font-size: 1.7rem;
}
.banner .button{
	width: 100%;
	max-width: 280px;
	margin-bottom: 0;
	font-weight: 400;
}
/*sec1*/
.open_img{
	align-items: flex-end;
}
.about_wrap{
	padding: 3rem 0;
	position: relative;
}
.about_wrap::before{
	display: block;
	content: "";
	background-image: url("../img/index_about_bg01.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;
	position: absolute;
	width: 35vw;
	height: 100%;
	max-height: 710px;
	top: 0;
	z-index: -1;
}
.about_wrap::after{
	display: block;
	content: "";
	background-image: url("../img/index_about_bg02.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
	position: absolute;
	width: 35vw;
	height: 100%;
	max-height: 710px;
	top: 0;
	right: 0;
	z-index: -1;
}
.about_wrap .point_box {
    list-style: none;
    width: 96%;
    max-width: 1000px;
    margin: 3rem auto 0;
    margin-bottom: 1rem;
	transition: .1s;
	position: relative;
}
.point_box:hover ul .point_box_ttl {
	color: #0b8de2;
}
.about_wrap .point_box .point_box_ttl::before {
	font-size: 1.5rem;
	position: absolute;
	top: -44px;
	left: 0;
	padding: .4rem 1rem .1rem;
	content: 'Click';
	color: #0071bc;
	background: #ff0;
	width: 100%;
	max-width: 130px;
	text-align: center;
	border-radius: 0 20px 0 0;
}
.point_box ul {
    margin: 10px 0;
    background-color: #0071bc;
	padding-bottom: .2rem;
}
.point_box_ttl {
    position: relative;
    cursor: pointer;
    font-size: 2rem;
    font-weight: 500;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
    color: #ff0;
}
.point_box_inner {
    display: none;
    margin: 0 3% 3% 3%;
	font-size: 1.5rem;
	line-height: 1.8;
}
.point_box_inner .small{
	font-size: 1.2rem;
}
.point_box .point_box_inner ul {
    margin: 0 auto;
    background-color: transparent;
	padding-bottom: 0;
	margin-bottom: .5rem;
}
.point_box .point_box_inner ul li {
    border-bottom: 1px dashed #aaa;
    padding-bottom: 0.2rem;
    padding-top: 0.5rem;
    width: 90%;
	display: flex;
	font-weight: 600;
	color: #068ce4;
}
.point_box .point_box_inner ul li::before {
    content: "\f00c";
    display: block;
    font-size: 1.2rem;
    position: relative;
    top: 7px;
    margin: 0 0 0 0.5rem;
}
.point_box .point_box_inner .point_txt{
	margin-bottom: 1rem;
	background: rgba(255,255,255,.9);
	padding: 3%;
}
.point_box .point_box_inner .point_txt:last-child img{
	display: block;
	max-width: 750px;
	margin: 1rem auto;
}
.point_box .point_box_inner .point_ttl{
	background-color: #5d5d5d;
	color: #fff;
	padding: .3rem 1rem;
	border-radius: 10px;
	margin-bottom: .3rem;
}
/*important*/
.important{
	background-color: #feffed;
}
.ttl_wrap{
	font-size: 3rem;
	text-align: center;
	padding: 1.5rem 0;
	background-color: #0a4581;
	color: #fff;
	position: relative;
	margin-bottom: 5rem;
}
.ttl_wrap::before{
	display: block;
	content: "";
	position: absolute;
	bottom: -3rem;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 80px solid transparent;
	border-left: 80px solid transparent;
	border-top: 60px solid #0a4581;
	border-bottom: 0;
}
.important_wrap ul{
	padding: 3rem;
	box-shadow: 0 0 10px 0 #aaa;
	background-color: #fff;
	margin: 0 auto 5rem;
	font-size: 1.7rem;
	letter-spacing: 1.2px;
}
.important_wrap li{
	position: relative;
	padding-left: 2.5rem;
	margin-bottom: 1.8rem;
}
.important_wrap li::before{
	display: block;
	content: "";
	background-color: #000;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 20px;
	border-radius: 50%;
}
.important_wrap li:last-child{
	margin-bottom: 0;
}
.important_wrap li .im_txt{
	font-size: 2.3rem;
	color: #3ca9f1;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(rgba(255, 232, 0, .7)), to(transparent));
	background-image: linear-gradient(90deg, rgba(255, 255, 0, 1), rgba(255, 255, 0, 1));
	background-repeat: no-repeat;
	background-size: 200% 40%;
	background-position: 0 bottom;
	-webkit-animation: marker 5s ease 0s;
	animation: marker 5s ease 0s;
	position: relative;
}
.important_wrap li .big{
	font-size: 2.3rem;
}
.important_wrap .support_txt{
	background-image: url("../img/support_bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 5rem;
	margin-bottom: 5rem;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.important_wrap .support_txt::before, .important_wrap .support_txt::after{
	display: block;
	content: "";
	background-color: rgba(219,38,0,.7);
	height: 60px;
	width: 20%;
	position: absolute;
	right: 0;
	top: 10vh;
	z-index: -1;
}
.important_wrap .support_txt::after{
	height: 80%;
	width: 70px;
	left: 5vw;
	top: auto;
	bottom: 0;
}
.important_wrap .support_txt .main_box{
	max-width: 1400px;
}
.important_wrap .ttl02{
	font-size: 3.4rem;
	text-align: center;
}
.important_wrap .ttl02 .border_b{
	display: inline-block;
	border-bottom: 5px solid #008ddb;
	padding-bottom: .5rem;
}
.important_wrap .ttl02 .yellow{
	font-size: 4rem;
	-webkit-text-stroke: 6px #008ddb;
	text-stroke: 6px #008ddb;
	paint-order: stroke;
}
.important_wrap .support_txt .txt_box p{
	font-size: 1.4rem;
	text-align: center;
}
.important_wrap .support_txt .txt_box{
	font-size: 1.1rem;
	line-height: 1.8;
	padding-left: 2rem;
}
.important_wrap .support_txt .txt_box .blue{
	font-size: 1.8rem;
	margin-bottom: 1rem;
}
.important_wrap .support_txt .txt_box .navy{
	font-size: 2.4rem;
}
.important_wrap .support_txt .txt_box .navy.small{
	font-size: 1.8rem;
}
.important_wrap .support_txt .txt_box .navy i{
	padding: 0 .5rem;
	font-size: 1.5rem;
}
.important_wrap .support_txt ul{
	box-shadow: none;
	background-color: transparent;
	margin-bottom: 0;
	padding-bottom: 0;
	flex-wrap: wrap;
}
.important_wrap .support_txt li{
	position: relative;
	width: calc(90%/3);
}
.important_wrap .support_txt li::before{
	display: none;
}
.important_wrap .support_txt li p{
	position: relative;
}
.important_wrap .support_txt li p::before{
	display: block;
	content: "動き";
	text-align: center;
	font-size: 2.5rem;
	color: #013887;
	background-color: transparent;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.important_wrap .support_txt li:nth-child(2) p::before{
	content: "体力";
}
.important_wrap .support_txt li:nth-child(3) p::before{
	content: "歩行";
}
.important_wrap .support_txt li:nth-child(4) p::before{
	content: "電気治療";
}
.important_wrap .support_txt li:nth-child(5) p::before{
	content: "手指功緻性";
}
.important_wrap .support_txt li:nth-child(6) p::before{
	content: "バランス";
}
.important_wrap .support_txt li img{
	display: block;
	box-shadow: 0 0 6px 0 #aaa;
	max-width: 250px;
	width: 100%;
	margin: 0 auto;
}
.important_wrap .support_txt .im_txt{
	font-size: 2.4rem;
	text-align: center;
	color: rgba(219,38,0,.9);
}
.important_wrap .support_txt .im_txt span{
	display: inline-block;
}
.important_wrap .support_txt .im_txt span::first-letter{
	font-size: 3rem;
}
.important_wrap .point_wrap{
	border-bottom: 2rem solid #0e6fb7;
	margin-bottom: 5rem;
}
.important_wrap .box_wrap{
	background-color: #fff;
	font-size: 1.4rem;
	padding: 3rem;
	border-bottom: 2rem;
	line-height: 1.5;
}
.important_wrap .imp_box .box_wrap {
	width: 50%;
	padding: 0;
}
.important_wrap .box_wrap .txt_box{
	width: 70%;
	letter-spacing: 1.3px;
	font-weight: 400;
}
.important_wrap .imp_box .box_wrap .txt_box{
	width: 100%;
}
.important_wrap .box_wrap .ttl03{
	font-size: 2rem;
	padding: 3rem 2rem 1rem;
	position: relative;
	border-bottom: 1px solid #000;
	margin-bottom: 1rem;
}
.important_wrap .box_wrap .ttl03::before{
	display: block;
	content: "Point 1";
	font-size: 2.2rem;
	color: #1f2089;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	position: absolute;
	left: -2%;
	top: -5%;
	transform: rotate(-5deg);
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.important_wrap .box_wrap.box01{
	background-image: url("../img/important_point01.jpg");
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
}
.important_wrap .imp_box .box_wrap:nth-of-type(1) .ttl03::before{
	content: "Point 2";
}
.important_wrap .imp_box .box_wrap:nth-of-type(2) .ttl03::before{
	content: "Point 3";
}
.important_wrap .box_wrap .ttl03 .big{
	font-size: 3.2rem;
}
.important_wrap .imp_box .box_wrap .ttl03{
	background-image: url("../img/important_point02.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-bottom: none;
	text-shadow: 2px 3px 0 rgba(67,36,12,1);
	min-height: 190px;
}
.important_wrap .imp_box .box_wrap:nth-of-type(2) .ttl03{
	background-image: url("../img/important_point03.jpg");
	font-size: 1.7rem;
}
.important_wrap .imp_box .box_wrap .txt_box p{
	padding: 1rem 2rem 2rem;
}
/*attack*/
.attack{
	background-color: #ff0;
	padding: 3rem 0 4rem;
	border-top: 3px solid #4278c6;
}
.attack a{
	display: block;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	transition: .2s;
}
.price{
	margin-bottom: 3rem;
}
.topBtn {
    position: fixed;
    bottom: 75px;
    right: .5rem;;
    display: block;
    background-color: rgba(12,99,187,0.7);
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 17px;
    border-radius: 70px;
    padding-top: 25px;
    box-sizing: border-box;
    z-index: 10;
}
.arrow-top {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 7px 0px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    transform: rotate(45deg);
}
/*reception*/
.reception .reception_point{
	margin-top: -5rem;
	padding-top: 5rem;
	background-image: url("../img/reception_point_bg.png");
	background-position: right top;
	background-size: 40vw;
	background-repeat: no-repeat;
}
.reception .reception_point01{
	box-shadow: 0 0 10px 0 #aaa;
	font-size: 1.7rem;
	max-width: 800px;
	margin: 0 auto;
}
.reception .reception_point01 ul{
	padding: 2rem 2rem 0 2rem;
	background-color: #fff;
	line-height: 1.5;
}
.reception .reception_point01 li{
	border-bottom: 1px dashed #eee;
	padding-bottom: .5rem;
	margin-bottom: .5rem;
	padding-left: 2.5rem;
	position: relative;
}
.reception .reception_point01 li::before {
    display: block;
    content: "";
    background-color: #008ddb;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 50%;
}
.reception .reception_point_txt{
	background-color: #008ddb;
	color: #FFF72D;
	padding: 1rem;
	font-size: 2rem;
	text-align: center;
}
.reception .reception_point03{
	padding-top: 8rem;
	position: relative;
}
.reception .reception_point03::before {
	display: block;
	content: "";
	position: absolute;
	top: 3rem;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 90px solid transparent;
	border-left: 90px solid transparent;
	border-top: 40px solid #3ca9f1;
	border-bottom: 0;
}
.reception .reception_point03 p{
	font-size: 2rem;
}
.reception .reception_point03 .big{
	font-size: 3rem;
}
.reception .reception_point03 .im_line{
	margin-top: 2rem;
	font-size: 2.7rem;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(rgba(255, 232, 0, .7)), to(transparent));
	background-image: linear-gradient(90deg, rgba(255, 255, 0, 1), rgba(255, 255, 0, 1));
	background-repeat: no-repeat;
	background-size: 200% 40%;
	background-position: 0 bottom;
	-webkit-animation: marker 5s ease 0s;
	animation: marker 5s ease 0s;
	position: relative;
}
.reception .reception_point02 .main_box{
	padding: 2rem;
	box-shadow: 0 0 10px 0 #aaa;
	border-radius: 1rem;
	max-width: 1200px;
	margin: 3rem auto 5rem;
	font-size: 1.7rem;
	line-height: 1.8;
	background-color: #e4f5ff;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.reception .reception_point02 .main_box::before {
	display: block;
	content: "";
	background-image: url("../img/reception_point_img.png");
	background-size: contain;
	background-position: right top;
	background-repeat: no-repeat;
	width: 60%;
	height: 120%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.reception .reception_point_ttl{
	background-color: #0e6fb7;
	color: #fff;
	padding: 0 1rem;
	display: inline-block;
	font-size: 2rem;
	margin-bottom: 1rem;
}
.reception .reception_point02 .border_b{
	border-bottom: 3px solid #008ddb;
	font-size: 2rem;
}
.reception .reception_point02 .border_b .big{
	font-size: 2.6rem;
}
/*recom*/
.recom {
	margin-bottom: 3rem;
	position: relative;
}
.recom::after {
	display: block;
	content: "";
	background-image: url("../img/index_recom_bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	max-width: 380px;
	height: 100%;
	position: absolute;
	right: 4vw;
	top: 35%;
	opacity: .8;
}
.recom ul {
	width: 95%;
}
.article .recom li {
	margin-bottom: 2rem;
	font-size: 2rem;
	line-height: 1.8;
}
.article .recom li p{
	text-align: center;
}
.article .recom li .green {
	color: #1AB473;
	position: relative;
}
.article .recom li .green::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #1AB473;
	position: absolute;
	bottom: 0;
	left: -105%;
}
.article .recom li .pink {
	color: #CF256F;
	position: relative;
}
.article .recom li .pink::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #CF256F;
	position: absolute;
	bottom: 0;
	left: -105%;
}
.article .recom li .blue {
	color: #20348c;
	position: relative;
}
.article .recom li .blue::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #20348c;
	position: absolute;
	bottom: 0;
	left: -105%;
}
.article .recom li .big {
	font-size: 3rem;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(rgba(255, 232, 0, .7)), to(transparent));
	background-image: linear-gradient(90deg, rgba(255, 255, 0, 1), rgba(255, 255, 0, 1));
	background-repeat: no-repeat;
	background-size: 200% 40%;
	background-position: 0 bottom;
}
.article .recom li p:first-child {
	font-size: 2.4rem;
}
.recom .feature_txt .w10 {
	width: 99.0% !important;
}
/*feature*/
.feature {
	background-color: #feffed;
}
.feature .feature_box{
	background-color: #fff;
	margin: 0 auto 5rem;
	padding: 3rem;
	box-shadow: 0 0 10px 0 #aaa;
}
.feature .feature_box p{
	font-size: 1.6rem;
}
.feature .feature_box01 .feature_ttl{
	font-size: 2rem;
}
.feature .feature_box01 h3{
	font-size: 2.3rem;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 1;
	width: 40%;
}
.feature .feature_box01 h3::before{
	display: block;
	content: "";
	background-color: #0f6fb7;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}
.feature .feature_box01 h3::after{
	display: block;
	content: "";
	background-color: rgba(255,247,46,1);
	width: 220px;
	height: 220px;
	border-radius: 50%;
	position: absolute;
	left: 52%;
	top: 52%;
	transform: translate(-50%,-50%);
	z-index: -2;
}
.feature .feature_box01 .feature_ttl p{
	width: 60%;
	letter-spacing: 1.2px;
}
.feature .feature_box01 .big{
	font-size: 3.4rem;
	text-shadow: 2px 3px 0 rgba(255,247,46,1);
	line-height: 1.3;
}
.feature .feature_box01 .im_txt{
	color: #5f1c88;
}
.feature .feature_box01 .feature_txt01{
	border: 3px solid #3ca9f1;
	margin-top: 3rem;
	font-size: 1.7rem
}
.feature .feature_box01 .feature_txt01 p{
	width: 50%;
	padding: 2rem 1.5rem;
	position: relative;
}
.feature .feature_box01 .feature_txt01 p:first-of-type::after{
	background: radial-gradient(circle farthest-side, #3ca9f1, #3ca9f1 30%, transparent 30%, transparent);
	background-size: 20px;
	content: '';
	position: absolute;
	right: -13%;
	top: 43%;
	display: inline-block;
	height: 20px;
	width: 10rem;
	transform: rotate(90deg) translateY(-50%);
}
.feature .feature_txt02{
	margin: 3rem auto 1rem;
	padding: 3rem 0;
	border-top: 3px solid #3ca9f1;
	border-bottom: 3px solid #3ca9f1;
}
.feature .feature_txt02 dt{
	width: 30%;
}
.feature .feature_txt02 dt p{
	font-size: 3rem;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
.feature .feature_txt02 dt .fa-chevron-right:before{
	font-size: 4rem;
	padding-left: .5rem;
	top: 5px;
	position: absolute;
}
.feature .feature_txt02 dd{
	font-size: 1.8rem;
	width: 70%;
}
.feature .feature_txt02 dd li{
	position: relative;
	padding-left: 2rem;
	margin-bottom: .5rem
}
.feature .feature_txt02 dd li:last-child{
	margin-bottom: 0;
}
.feature .feature_txt02 dd li::before{
	display: block;
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}
/*
.feature .feature_box02{
	margin-top: 5rem;
}
*/
.feature .feature_box02 .feature_ttl{
	background-color: #cbeaff;
	font-size: 2rem;
	color: #013887;
	text-align: center;
	padding: .5rem 0;
}
.feature .feature_box02 .feature_ttl span{
	display: inline-block;
	position: relative;
	padding-left: 2.5rem;
}
.feature .feature_box02 .feature_ttl span::before{
	display: block;
	content: "";
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #013887;
	position: absolute;
	left: 0;
	top: 52%;
	transform: translateY(-50%);
	z-index: 1;
}
.feature .feature_box02 p{
	max-width: 750px;
	margin: 2rem auto;
}
.feature .feature_box02 .kikan_box{
	width: 100%;
	max-width: 800px;
	margin: 5rem auto;
}
.feature .feature_box02 .kikan_box dl{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.feature .feature_box02 dt{
	position: relative;
	font-size: 2rem;
	text-align: center;
	color: #fff;
	z-index: 2;
	width: 50%;
}
.feature .feature_box02 dt::after{
	display: block;
	content: "";
	background-color: #3ca9f1;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	position: absolute;
	left: 52%;
	top: 52%;
	transform: translate(-50%,-50%);
	z-index: -2;
}
.feature .feature_box02 dd{
	font-size: 3.2rem;
	border-bottom: 2px solid #3ca9f1;
	padding-left: 3rem;
	text-align: center;
	width: 65%;
	margin-left: -15%;
	position: relative;
	z-index: 1;
}
.feature .feature_box02 dd::before{
	background: radial-gradient(circle farthest-side, #3ca9f1, #3ca9f1 30%, transparent 30%, transparent);
	background-size: 10px;
	content: '';
	position: absolute;
	left: 0;
	bottom: -30%;
	display: inline-block;
	height: 14px;
	width: 100%;;
}
.feature .feature_box02 table{
	border: 2px solid #000;
	font-size: 2rem;
	width: 100%;
}
.feature .feature_box02 tr{
	border-bottom: 1px solid #000;
}
.feature .feature_box02 th, .feature .feature_box02 td{
	padding: 1rem 0;
	text-align: center;
}
.feature .feature_box02 th{
	background-color: #3ca9f1;
	color: #fff;
	width: 40%;
}
.feature .feature_box02 td{
	width: 60%;
}
.feature .feature_box02 td .small{
	font-size: 1.6rem;
}
/*program*/
.program {
	padding: 3rem 0 5rem;
}
.program h2.ttl02{
	font-size: 3rem;
	text-align: center;
	font-weight: 600;
	margin-bottom: 1rem;
}
.program .red{
	font-size: 1.4rem;
	border-bottom: 3px solid;
}
.program ul{
	padding-top: 3rem;
}
.article .program li{
	padding: 2rem;
	box-shadow: 0 0 10px 0 #aaa;
	margin-bottom: 3rem;
	display: flex;
}
.article .program li:last-child{
	margin-bottom: 0;
}
.program .program_img{
	width: 45%;
	position: relative;
}
.article .program li:first-child .program_img::before{
	display: block;
	content: "毎回";
	font-size: 1.5rem;
	background-color: #e70110;
	color: #fff;
	padding: .5rem 1.5rem;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 0 0 1rem 0;
}
.program dl{
	width: 55%;
	padding-left: 2rem;
}
.program dt{
	font-size: 1.7rem;
	font-weight: 500;
	color: #013887;
	border-left: 15px solid #3ea9f1;
	padding: 1rem 0 1rem 1rem;
	margin-bottom: 1rem;
	line-height: 1.5;
}
.article .program li:nth-child(1) dt,.article .program li:nth-child(5) dt{
	padding: 0 0 0 1rem;
}
.program dd{
	font-size: 1.3rem;
	letter-spacing: 1.2px;
	font-weight: 400;
	line-height: 1.5;
}
/*ives_physio*/
.ives_physio{
	padding-top: 3rem;
/*	background-color: #eee;*/
	background-image: url("../img/ives_bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.ives_physio h2{
	font-size: 2rem;
	text-align: center;
	margin-bottom: 1rem;
}
.ives_physio h2 .parple{
	font-size: 3rem;
}
.ives_physio_txt{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 2rem;
	box-shadow: 0 0 10px 0 #aaa;
	margin-bottom: 3rem;
	display: flex;
	background-color: #fff;
}
.ives_physio_txt .img_box{
	width: 40%;
}
.ives_physio_txt .txt_box{
	width: 60%;
	padding-left: 1rem;
	font-size: 1.4rem;
	letter-spacing: 1.2px;
	line-height: 1.7;
	font-weight: 400;
}
.ives_physio .ives_physio_img{
	margin-bottom: 5rem;
}
.ives_physio_img li{
	width: calc(95%/3);
}
.physio .ives_physio_txt{
	max-width: 1200px;
}
.physio .ives_physio_txt dl:nth-of-type(1){
	margin-bottom: 1rem;
}
.physio .ives_physio_txt dt{
	font-size: 800;
}
/*support*/
.support_point{
	margin: 5rem auto;
	box-shadow: 0 0 10px 0 #aaa;
	padding: 3rem;
}
.support_point .blue{
	font-size: 2.8rem;
	text-align: center;
	border-bottom: 5px solid;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	line-height: 1.5;
}
.support_point .parple{
	font-size: 3.4rem;
}
.support_point .flex{
	flex-wrap: wrap;
	font-size: 1.7rem;
}
.article .support_point li{
	width: 50%;
	border-bottom: 1px dashed #bbb;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.article .support_point li:last-child{
	margin-bottom: 0;
	width: 100%;
}
.support_intro{
	font-size: 1.8rem;
	font-weight: 400;
}
.support_intro h3{
	display: inline-block;
	font-size: 2.4rem;
	padding: .5rem 1rem;
	background-color: #0e6fb7;
	color: #fff;
	margin-bottom: 1rem;
}
.support_intro ul{
	margin: 3rem auto;
	width: 100%;
	max-width: 1100px;
	box-shadow: 0 0 10px 0 #aaa;
	padding: 3rem;
	border-radius: 2rem;
	line-height: 1.5;
}
.support_intro li{
	width: calc(100%/5);
	text-align: center;
	color: #643f95;
	font-size: 3rem;
}
.support_intro li:nth-child(2), .support_intro li:nth-child(4){
	color: #9f9f9f;
}
.support_intro li span{
	display: inline-block;
	padding: .5rem 1rem;
	margin-bottom: .5rem;
	background-color: #643f95;
	color: #fff;
	font-size: 1.5rem;
	border-radius: .5rem;
}
.support_intro li:nth-child(3){
	color: #0e6fb7;
}
.support_intro li:nth-child(3) span{
	background-color: #0e6fb7;
}
.support_intro li:nth-child(5){
	color: #132787;
}
.support_intro li:nth-child(5) span{
	background-color: #132787;
}
.support_price{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 5rem auto;
	justify-content: center;
}
.support_price h3{
	width: 20%;
	text-align: center;
	padding: .5rem 0;
	background-color: #fff100;
	font-size: 2rem;
	border-radius: 1rem;
}
.support_price .support_price_img{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.support_price p{
	font-size: 1.6rem;
	margin-top: 1rem;
	font-weight: 400;
}
/*=========================
news
===========================*/
.news {
	background: #a2d6ce;
}
.news h1 {
	font-size: 1.5rem;
	border: none;
	color: #fff;
	margin: 1rem auto 2rem;
}
/*=========================
CONTACT
===========================*/
#CONTACT {
    background-color: #f9f9f9;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #fff), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #fff),color-stop(.75, #fff), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 14px 14px;
	font-weight: 400;
}
#CONTACT .main_box{
	padding-bottom: 3rem;
}
#CONTACT .txt_box{
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 1rem;
}
#CONTACT .txt_box strong{
	color: #0157ce;
}
#CONTACT h1 {
    font-weight: bold;
}
#CONTACT .menu_box {
	padding: 3rem;
	background: rgba(255, 255, 255, 0.6);
	margin-bottom: 4rem;
}
#CONTACT .width_box > p {
	text-align: center;
}
#CONTACT table td h2 {
	font-size: 1.5rem;
	color: #d8bc69;
	border-bottom: 1px solid #d8bc69;
}
#CONTACT table tr.date_time dl,
#CONTACT table tr.date_time dd {
	margin-bottom: 0.5rem;
}
#CONTACT table tr.date_time dl:first-child,
#CONTACT table tr.date_time dl:nth-child(2) {
	border-bottom: 1px dotted #d8bc69;
	padding-bottom: 0.5rem;
}
#CONTACT table tr.date_time dt,
#CONTACT table tr.date_time dd {
	display: inline-block;
}
#CONTACT table tr.date_time dd {
	width: calc(90% - 120px);
}
#CONTACT table tr.date_time dd input,
#CONTACT table tr.date_time dd select {
	width: 100%;
}
#CONTACT>div> p {
	padding: 1rem 0;
}
#CONTACT table{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#CONTACT table th p{
	text-align: right;
}
#CONTACT .wpcf7-list-item{
	width: calc(100%/3);
	margin-left: 0;
}
#CONTACT tr:nth-last-child(2) .wpcf7-list-item{
	width: 100%;
}
#CONTACT td label{
	display: flex;
	align-items: center;
}
#CONTACT input[type="radio"]{
	width: 20px;
	height: 20px;
	margin-right: .5rem;
}
#CONTACT .button_box{
	justify-content: space-between;
	align-items: center;
	max-width: 700px;
	margin: 2rem auto 0;
}
.wpcf7-spinner{
	display: none;
}
#CONTACT .confirm_area td p span{
	font-size: 1.2rem;
	color: #132787;
}
.contact_thanks {
	background-color: #f9f9f9;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #fff), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #fff), color-stop(.75, #fff), color-stop(.75, transparent), to(transparent));
    -webkit-background-size: 14px 14px;
    font-weight: 400;
	min-height: 50vh;
}
.contact_thanks .main_box{
	padding: 10rem 0 7rem;
}
.contact_thanks .ttl02{
	text-align: center;
	color: #008ddb;
	font-size: 2rem;
	letter-spacing: 4px;
	border-bottom: 3px solid;
	max-width: 690px;
	margin: 1rem auto 3rem;
}
.contact_thanks p{
	text-align: center;
}
/*確認画面*/
.confirm_area, .thanks_area {
	display: none;
}
.wpcf7-response-output{
	display: none;
}
.privacy {
    width: 95%;
    max-width: 780px;
    height: 150px;
    margin: 1rem auto;
    padding: 2rem 1rem;
    overflow-y: scroll;
    border: 1px solid #ccc;
    background: #fff;
    margin-bottom: 3rem;
}
.privacy p.privacy_title {
    font-weight: 400;
    font-size: 1.7rem;
	margin-bottom: 2rem;
}
.privacy dt {
    font-size: 1.5rem;
    padding: 0.5rem 0;
}
/*=========================
access
===========================*/
.access {
	padding: 4rem 0 1rem;
	overflow: hidden;
	font-weight: 400;
}
.access h1 {
	font-size: 2.2rem;
	letter-spacing: 2px;
	margin-bottom: 2rem;
	color: #fff;
}
.access h1 span {
	margin-top: 0.5rem;
	display: block;
	font-size: 1.5rem;
	letter-spacing: 1px;
}
.access h1 i {
	color: #2e96e0;
}
.access .access_box {
	margin: 3rem auto;
	display: flex;
	flex-wrap: wrap;
}
.access .acc_left {
	width: 60%;
}
.access .acc_right {
	width: calc(40% - 2rem);
	margin-left: 2rem;
}
.access table {
	width: 100%;
	font-size: 1.1rem;
}
.access table tr {
	border-bottom: 1px solid #dedede;
}
.access table th,
.access table td {
	padding: 0.5rem;
	letter-spacing: 1px;
}
.access table th {
	font-weight: bold;
}
.access table tr:first-of-type th {
	text-align: center;
}
.access table tr:first-of-type th img {
	width: 50%;
}
.access table a {
	color: #fff100;
	transition: 0.2s;
}
.access table a:hover {
	opacity: .6;
}
.access .access_box .right img {
    padding-top: 2rem;
}
.access .indoorview{
	text-align: center;
}
.p404 {
	min-height: 50vh;
	padding: 5rem 0;
}
.p404 img{
	display: block;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.p404 p{
	text-align: center;
}
@media screen and (max-width:1024px){
	header .nav_left{
		width: 56%;
	}
	header .nav_right.flex{
		width: 44%;
	}
	header img{
		max-width: 200px;
	}
	header .nav_left p{
		font-size: 14px;
	}
	.banner h2{
		font-size: 2.6rem;
	}
	.banner .txt_box{
		font-size: 2.4rem;
	}
	.about_wrap .w-1200{
		width: 90%;
	}
	.about_wrap .point_box .point_box_ttl::before{
		top: -48px;
	}
	.top h2{
		font-size: 2.7rem;
	}
	.important_wrap li .big{
		font-size: 2rem;
	}
	.important_wrap .support_txt{
		padding: 5rem 0;
	}
	.important_wrap .ttl02 .yellow{
		font-size: 3rem;
	}
	.important_wrap .support_txt::before, .important_wrap .support_txt::after{
		top: 14rem;
	}
	.important_wrap .support_txt::after{
		left: 1.5vw;
	}
	.important_wrap .support_txt ul{
		justify-content: space-between;
	}
	.important_wrap .support_txt li{
		padding-left: 0;
	}
	.important_wrap .box_wrap.box01 p{
		-webkit-text-stroke: 4px #fffcdd;
		text-stroke: 4px #fffcdd;
		paint-order: stroke;
	}
	.important_wrap .box_wrap .ttl03 .big{
		font-size: 2.8rem;
	}
	.important_wrap .box_wrap .ttl03{
		padding: 3rem 1rem 2rem;
	}
	.important_wrap .imp_box .box_wrap .ttl03{
		min-height: 200px;
	}
	.reception .reception_point03 .big{
		font-size: 2.8rem;
	}
	.reception .reception_point02 .main_box::before{
		width: 50%;
	}
	.reception .reception_point03 .im_line{
		font-size: 2.4rem;
	}
	.reception .reception_point02 .main_box{
		font-size: 1.4rem;
	}
	.reception .reception_point02 .border_b{
		font-size: 1.8rem;
	}
	.recom::after{
		width: 25vw;
		right: 2vw;
		top: 22%;
	}
	.article .recom li{
		font-size: 1.7rem;
	}
	.article .recom li .big{
		font-size: 2.4rem;
	}
	.article .recom li .green::after, .article .recom li .pink::after, .article .recom li .blue::after{
		width: 13%;
		left: -13%;
	}
	.article .recom li p:first-child{
		font-size: 2rem;
	}
	.reception .reception_point02 .border_b .big{
		font-size: 2.2rem;
	}
	.feature .feature_box01 h3{
		font-size: 2rem;
	}
	.feature .feature_box01 .big{
		font-size: 2.8rem;
	}
	.feature .feature_box p, .feature .feature_txt02 dd{
		font-size: 1.4rem;
	}
	.feature .feature_box01 .feature_txt01 p:first-of-type::after{
		right: -17%;
	}
	.feature .feature_txt02 dt p{
		font-size: 2rem;
	}
	.feature .feature_txt02 dt .fa-chevron-right:before{
		font-size: 2.4rem;
	}
	.feature .feature_box02 dt{
		font-size: 1.8rem;
	}
	.feature .feature_box02 dd{
		font-size: 2.8rem;
	}
	.feature .feature_box02 table{
		font-size: 1.4rem;
	}
	.feature .feature_box02 td .small, .program dd{
		font-size: 1.2rem;
	}
	.program h2.ttl02, .ives_physio h2 .parple{
		font-size: 2.8rem;
	}
	.ives_physio h2{
		font-size: 1.8rem;
	}
	.support_point .blue{
		font-size: 1.8rem;
	}
	.support_point .parple{
		font-size: 2.8rem;
	}
	.support_point .flex{
		font-size: 1.5rem;
	}
	.support_intro{
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.support_intro ul{
		padding: 2rem;
	}
	.support_intro li{
		font-size: 1.8rem;
	}
	.support_intro li span{
		font-size: 1.2rem;
	}
	.access table{
		font-size: 1rem;
	}
}
@media screen and (max-width:999px){
	.pop_box{
		display: none;
	}
	header .nav_left{
		width: 100%;
	}
	header .nav_right.flex{
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
	}
	header .nav_right.flex .w6{
		width: 50% !important;
	}
	header .button{
		display: block;
		width: 100%;
		border-radius: 0;
		padding: 1.5rem;
	}
	header .nav_right.flex .w6:nth-of-type(1) .button{
		background-color: #0a4581;
	}
	header .nav_left{
		flex-wrap: wrap;
	}
	header img{
		width: 100%;
		margin: 0 auto .5rem;
	}
	header .nav_left p{
		width: 100%;
		text-align: center;
	}
	section:first-child{
		padding-top: 7rem;
	}
	.banner .main_box{
		padding: 2rem;
	}
	.banner h2{
		font-size: 2rem;
	}
	.banner h2 .small{
		font-size: 1.5rem;
	}
	.banner .txt_box, .point_box_ttl{
		font-size: 1.8rem;
	}
	.point_box ul{
		padding-left: 0;
	}
	.top h2{
		font-size: 2.5rem;
	}
	.important_wrap ul{
		padding: 2rem;
		font-size: 1.4rem;
	}
	.important_wrap li{
		padding-left: 2rem;
	}
	.important_wrap li .big{
		font-size: 1.6rem;
	}
	.important_wrap li .im_txt{
		font-size: 1.8rem;
	}
	.important_wrap li::before{
		width: 18px;
		height: 18px;
		top: 14px;
	}
	.important_wrap .ttl02 .yellow{
		font-size: 2.5rem;
	}
	.important_wrap .support_txt .txt_box{
		padding-left: 0;
	}
	.important_wrap .support_txt .txt_box .blue{
		font-size: 1.5rem;
	}
	.important_wrap .support_txt .txt_box .navy{
		font-size: 2rem;
	}
	.important_wrap .support_txt .im_txt{
		font-size: 1.8rem;
	}
	.important_wrap .support_txt .im_txt span{
		display: block;
	}
	.important_wrap .support_txt .im_txt span::first-letter{
		font-size: 2.4rem;
	}
	.important_wrap .support_txt li p::before{
		font-size: 1.6rem;
	}
	.important_wrap .box_wrap.box01{
		background-image: url(../img/important_point01_sp.jpg);
		padding: 2rem 2rem 8rem 2rem;
	}
	.important_wrap .box_wrap .txt_box{
		width: 100%;
	}
	.important_wrap .box_wrap .ttl03{
		padding-bottom: 1rem;
	}
	.important_wrap .box_wrap .ttl03 .big{
		font-size: 2.4rem;
	}
	.important_wrap .point_wrap .flex{
		flex-wrap: wrap;
	}
	.important_wrap .imp_box .box_wrap{
		width: 100%;
	}
	.important_wrap .imp_box .d_only{
		display: none;
	}
	.important_wrap .imp_box .box_wrap .ttl03{
		min-height: unset;
		padding-bottom: 2rem;
	}
	.important_wrap .box_wrap{
		font-size: 1.3rem;
	}
	.reception .reception_point01{
		font-size: 1.5rem;
	}
	.reception .reception_point01 li{
		padding-left: 2rem;
	}
	.reception .reception_point01 li::before{
		width: 18px;
		height: 18px;
		top: 12px;
	}
	.reception .reception_point03 .big{
		font-size: 2.2rem;
	}
	.reception .reception_point03 p{
		font-size: 1.6rem;
	}
	.reception .reception_point03 .im_line{
		font-size: 1.8rem;
	}
	.reception .reception_point02 .main_box::before{
		width: 40%;
	}
	.reception .reception_point02 .border_b{
		font-size: 1.6rem;
	}
	.recom ul{
		width: 100%;
	}
	.article .recom li p:first-child{
		font-size: 1.6rem;
	}
	.article .recom li .big{
		font-size: 1.8rem;
	}
	.article .recom li{
		font-size: 1.4rem;
	}
	.reception .reception_point02 .border_b .big{
		font-size: 2rem;
	}
	.feature .feature_box01 h3{
		font-size: 1.7rem;
		width: 38%;
	}
	.feature .feature_box01 h3::before, .feature .feature_box01 h3::after{
		width: 180px;
		height: 180px;
	}
	.feature .feature_box01 .feature_ttl p{
		width: 62%;
	}
	.feature .feature_box01 .big{
		font-size: 2.3rem;
	}
	.feature .feature_box01 .feature_txt01{
		flex-wrap: wrap;
	}
	.feature .feature_box01 .feature_txt01 p{
		width: 100%;
	}
	.feature .feature_box01 .feature_txt01 p:first-of-type::after{
		width: 92%;
		left: 5%;
		transform: rotate(0);
		top: auto;
		bottom: -5%;
	}
	.feature .feature_txt02 dt{
		width: 23%;
	}
	.feature .feature_txt02 dt p{
		font-size: 1.8rem;
		text-align: left;
	}
	.feature .feature_txt02 dd{
		width: 77%;
	}
	.feature .feature_box02 .feature_ttl span::before{
		width: 25px;
		height: 25px;
	}
	.feature .feature_box02 dt{
		font-size: 1.5rem;
	}
	.feature .feature_box02 dt::after{
		width: 130px;
		height: 130px;
	}
	.feature .feature_box02 dd{
		font-size: 2.2rem;
	}
	.article .program li{
		flex-wrap: wrap;
	}
	.program h2.ttl02, .ives_physio h2 .parple{
		font-size: 2.4rem;
	}
	.program .program_img{
		width: 90%;
		margin: 0 auto;
	}
	.program dl{
		width: 100%;
		padding-left: 0;
		margin-top: 1rem;
	}
	.support_point .parple{
		font-size: 2.2rem;
	}
	.support_point .flex{
		flex-wrap: wrap;
	}
	.article .support_point li{
		width: 100%;
	}
	.support_intro h3{
		font-size: 2rem;
	}
	.support_price h3{
		width: 100%;
		max-width: 220px;
		margin-bottom: 1rem;
	}
	.support_price p{
		font-size: 1.2rem;
	}
	.access{
		padding-bottom: 6rem;
	}
	.access .acc_left, .access .acc_right{
		width: 100%;
		margin: 0 auto;
	}
	#CONTACT table th p{
		text-align: left;
	}
	.p404 {
	padding: 10rem 0 5rem;
}
}
@media screen and (max-width:480px){
	header .main_box{
		padding: 0;
	}
	header img{
		margin-bottom: .2rem;
	}
	header .nav_left p{
		font-size: 13px;
		margin-bottom: .5rem;
	}
	section:first-child{
		padding-top: 6rem;
	}
	header .button{
		padding: .5rem 0;
	}
	header .nav_right.flex .w6:nth-of-type(1) .button{
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.banner{
		padding: 3rem 0;
	}
	.banner .main_box{
		padding: 1rem;
	}
	.banner h2 .small{
		font-size: 1rem;
	}
	.banner h2{
		font-size: 1.4rem;
	}
	.banner .txt_box, .point_box_ttl{
		font-size: 1.2rem;
	}
	.about_wrap .point_box .point_box_ttl::before{
		font-size: 1.2rem;
		top: -41px;
	}
	.about_wrap::before, .about_wrap::after{
		width: 52vw;
	}
	.top h2{
		font-size: 1.8rem;
	}
	.main_box{
		width: 95%;
	}
	.ttl_wrap{
		padding: 1rem 0;
		margin-bottom: 3rem;
	}
	.ttl_wrap::before{
		border-right: 50px solid transparent;
		border-left: 50px solid transparent;
		border-top: 30px solid #0a4581;
		bottom: -1.5rem;
	}
	.important_wrap ul{
		padding: 1rem;
		font-size: 1rem;
		margin-bottom: 3rem;
	}
	.important_wrap li{
		padding-left: 1.5rem;
	}
	.important_wrap li::before {
		width: 14px;
		height: 14px;
		top: 10px;
	}
	.important_wrap li .big{
		font-size: 1.2rem;
	}
	.important_wrap li .im_txt{
		font-size: 1.4rem;
	}
	.important_wrap .support_txt{
		padding: 3rem 0;
	}
	.important_wrap .ttl02{
		font-size: 2rem;
	}
	.important_wrap .ttl02 .yellow{
		line-height: 1.5;
		font-size: 2rem;
	}
	.important_wrap .support_txt .main_box{
		padding: 0;
	}
	.important_wrap .support_txt .txt_box .navy{
		font-size: 1.5rem;
	}
	.important_wrap .support_txt .txt_box .blue{
		font-size: 1.3rem;
	}
	.important_wrap .support_txt .txt_box p{
		font-size: 1rem;
	}
	.important_wrap .support_txt .im_txt{
		font-size: 1.4rem;
	}
	.important_wrap .support_txt .im_txt span::first-letter{
		font-size: 2rem;
	}
	.important_wrap .support_txt li p::before{
		font-size: 1rem;
	}
	.important_wrap .support_txt::before{
		top: 12rem;
	}
	.important_wrap .support_txt::after{
		width: 50px;
	}
	.important_wrap .support_txt li{
		width: calc(95%/2);
	}
	.important_wrap .box_wrap.box01{
		padding: 0;
	}
	.important_wrap .box_wrap .ttl03 .big{
		font-size: 1.8rem;
	}
	.important_wrap .box_wrap .ttl03{
		font-size: 1.3rem;
		padding: 2rem 0rem 1rem 1rem;
	}
	.important_wrap .box_wrap.box01 p{
		padding: 0 1rem 7rem;
		font-size: 1rem;
	}
	.important_wrap .imp_box .box_wrap .txt_box p{
		padding: 0 1rem 1rem;
		font-size: 1rem;
	}
	.important_wrap .imp_box .box_wrap:nth-of-type(2) .ttl03{
		font-size: 1.3rem;
	}
	.important_wrap .box_wrap .ttl03::before{
		font-size: 1.6rem;
	}
	.important_wrap .point_wrap{
		margin-bottom: 3rem;
	}
	.reception .reception_point01{
		font-size: 1.1rem;
	}
	.reception .reception_point01 ul{
		padding: 1rem;
	}
	.reception .reception_point01 li{
		padding-left: 1.2rem;
	}
	.reception .reception_point01 li::before {
		width: 14px;
		height: 14px;
		top: 6px;
	}
	.reception .reception_point_txt{
		font-size: 1.3rem;
	}
	.reception .reception_point03 p{
		font-size: 1.2rem;
	}
	.reception .reception_point03 .big{
		font-size: 1.6rem;
		display: block;
		margin-bottom: .5rem;
	}
	.reception .reception_point03 .im_line{
		font-size: 1.4rem;
	}
	.reception .reception_point02 .main_box{
		font-size: 1rem;
		padding: 1rem;
	}
	.reception .reception_point_ttl{
		font-size: 1.4rem;
	}
	.reception .reception_point02 .border_b{
		font-size: 1.2rem;
		-webkit-text-stroke: 4px #e4f5ff;
        text-stroke: 4px #e4f5ff;
        paint-order: stroke;
		padding-top: .5rem;
	}
	.reception .reception_point02 .border_b .big{
		font-size: 1.6rem;
	}
	.recom::after {
		width: 35vw;
		z-index: -1;
	}
	.recom ul{
		width: 80%;
		margin: 0 auto;
	}
	.recom .main_box{
		width: 100%;
	}
	.article .recom li{
		font-size: 1rem;
	}
	.article .recom li:last-child{
		margin-bottom: 0;
	}
	.article .recom li p:first-child{
		font-size: 1.2rem;
		line-height: 1.5;
		margin-bottom: .5rem;
	}
	.article .recom li .big{
		display: inline-block;
		font-size: 1.3rem;
	}
	.article .recom li .green::after, .article .recom li .pink::after, .article .recom li .blue::after {
		width: 18%;
		left: -22%;
	}
	.feature .feature_box{
		padding: 1rem;
		margin-bottom: 1rem;
	}
	.feature .feature_box01 h3{
		font-size: 1.1rem;
		width: 110px;
		padding-right: .5rem;
	}
	.feature .feature_box01 h3::before, .feature .feature_box01 h3::after {
		width: 100px;
		height: 100px;
	}
	.feature .feature_box01 h3::before{
		transform: translate(-52%, -50%);
	}
	.feature .feature_box01 .feature_ttl p{
		width: calc(100% - 110px);
		font-size: 1rem;
	}
	.feature .feature_box01 .big{
		font-size: 1.5rem;
		text-shadow: 2px 1px 0 rgba(255, 247, 46, 1);
	}
	.feature .feature_box01 .feature_txt01{
		margin-top: 1rem;
	}
	.feature .feature_box01 .feature_txt01 p{
		padding: 1rem;
	}
	.feature .feature_txt02{
		padding: 1rem 0;
	}
	.feature .feature_box p, .feature .feature_txt02 dd{
		font-size: 1rem;
	}
	.feature .feature_box p{
		margin-bottom: 1rem;
	}
	.feature .feature_txt02 dl{
		flex-wrap: wrap;
	}
	.feature .feature_txt02 dt{
		width: 100%;
	}
	.feature .feature_txt02 dt p{
		text-align: center;
		margin-bottom: .5rem;
	}
	.feature .feature_txt02 dt .fa-chevron-right:before{
		display: none;
	}
	.feature .feature_txt02 dd{
		width: 100%;
		font-size: 1.1rem;
	}
	.feature .feature_txt02 dd li{
		padding-left: 1rem;
	}
	.feature .feature_box02{
		margin-bottom: 3rem;
	}
	.feature .feature_box02 .feature_ttl{
		padding: 0 0 .5rem;
	}
	.feature .feature_box02 .feature_ttl span{
		font-size: 1.4rem;
		padding-left: 1.5rem;
	}
	.feature .feature_box02 .feature_ttl span::before {
		width: 18px;
		height: 18px;
	}
	.feature .feature_box02 .kikan_box{
		margin-top: 0;
	}
	.feature .feature_box02 .kikan_box{
		flex-wrap: wrap;
		margin-bottom: 1rem;
	}
	.feature .feature_box02 .kikan_box dl{
		width: 100%;
		padding: 2rem 0;
	}
	.feature .feature_box02 dt{
		font-size: 1.2rem;
		line-height: 1.2;
		width: 30%;
	}
	.feature .feature_box02 dt::after{
		width: 100px;
		height: 100px;
		left: 50%;
		top: 50%;
	}
	.feature .feature_box02 dd{
		padding-left: 1rem;
		widows: 60%;
		font-size: 1.8rem;
	}
	.feature .feature_box02 table{
		font-size: 1.1rem;
	}
	.feature .feature_box02 th, .feature .feature_box02 td{
		display: block;
		width: 100%;
	}
	.feature .feature_box02 td .small, .program dd{
		font-size: .9rem;
	}
	.program{
		padding: 3rem 0;
	}
	.program .main_box{
		padding: 0;
	}
	.program h2.ttl02, .ives_physio h2 .parple{
		font-size: 1.8rem;
	}
	.program .red{
		font-size: 1rem;
	}
	.article .program li{
		padding: 1rem;
	}
	.program .program_img{
		width: 100%;
	}
	.article .program li:first-child .program_img::before{
		font-size: 1.2rem;
		padding: .5rem 1rem;
	}
	.program dl{
		margin-top: .5rem;
	}
	.program dt{
		font-size: 1.2rem;
		border-left: 10px solid #3ea9f1;
		margin-bottom: .5rem;
	}
	.article .program li:nth-child(1) dt, .article .program li:nth-child(5) dt {
		padding: 0 0 0 .5rem;
	}
	.ives_physio{
		padding-bottom: 3rem;
	}
	.ives_physio .main_box{
		padding: 0;
	}
	.ives_physio h2{
		font-size: 1rem;
	}
	.ives_physio_txt{
		padding: 1rem;
		flex-wrap: wrap;
	}
	.ives_physio .physio{
		margin-top: 3rem;
	}
	.ives_physio_txt .img_box{
		width: 80%;
		margin: 0 auto 1rem;
	}
	.ives_physio_txt .txt_box{
		font-size: 1rem;
		width: 100%;
		padding: 0;
	}
	.ives_physio_img{
		margin-bottom: 0;
	}
	.support_point{
		margin-top: 2rem;
		padding: 1rem;
		margin-bottom: 2rem;
	}
	.support_point .blue{
		font-size: 1.2rem;
	}
	.support_point .parple{
		font-size: 1.6rem;
	}
	.support_point .flex{
		font-size: 1.1rem;
	}
	.support_intro{
		font-size: 1rem;
		line-height: 1.7;
	}
	.support_intro h3{
		font-size: 1.4rem;
	}
	.support_intro ul{
		margin: 2rem auto;
		padding: 1rem 0;
		border-radius: 1rem;
	}
	.support_intro li{
		font-size: 1.2rem;
		width: 28%;
	}
	.support_intro li:nth-child(2), .support_intro li:nth-child(4){
		width: 8%;
	}
	.support_intro li span{
		font-size: .9rem;
		padding: .2rem .5rem;
	}
	.support_price{
		margin: 2rem auto;
	}
	.support_price h3{
		font-size: 1.2rem;
	}
	.support_price p{
		font-size: .9rem;
	}
	#CONTACT{
		padding-bottom: 0;
	}
	#CONTACT .main_box{
		font-size: 1rem;
	}
	#CONTACT h1 strong{
		font-size: 1.1rem;
	}
	.privacy{
		font-size: .9rem;
	}
	.access h1{
		font-size: 1.6rem;
	}
	.access table tr:first-of-type th img{
		width: 80%;
	}
	#CONTACT label{
		font-size: 1rem;
	}
	#CONTACT table td .a_center {
		flex-wrap: wrap;
	}
	#CONTACT table td .a_center .w4{
		width: calc(100% /3) !important;
	}
	#CONTACT table td .a_center li{
		width: 100%;
	}
	#CONTACT input#k2 {
		margin-left: 0;
	}
	.privacy dt{
		font-size: 1.1rem;
	}
	.privacy p.privacy_title{
		font-size: 1.2rem;
	}
	#CONTACT h1 strong strong{
		margin-bottom: 0;
	}
	.access p.te_center{
		font-size: .7rem;
	}
	.contact_thanks .ttl02{
		font-size: 1.8rem;
	}
}

