/*===============================================
●smart.css  画面の横幅が1200pxまで
===============================================*/
@media screen and (max-width: 1200px){
body {
	background-color: #FFFFFF;
}
.hidden-phone {
	display: none !important;
}
.hidden-tab {
	display: none !important;
}
.visible-phone {
	display: inherit !important;
}
.visible-sm {
	display: none !important;
}
.hidden-sm {
	display: inherit !important;
}
img {
	vertical-align:middle;
	border: 0;
	max-width: 100%;
	height:auto;
}
.top-img {
	background:url("img/top-img-tab.jpg") no-repeat right center / cover;
    height: calc(100vh - 70px);
	position: relative;
  }
.top-text {
	position: absolute;
    top: 12%;
	left: 10%;
    transform: translateY(-50%);
	z-index: 4;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.4;
}
.top-img01{
	position: absolute;
    top: 24%;
	left: 5%;
	margin: auto;
	z-index: 4;
	max-width: 550px;
	width: 37%;
}
.top-img01 img{
	width: 100%;
}
.main_btn01{
	position: absolute;
	bottom: 5%;
	left:5%;
	z-index: 4;
	max-width: 400px;
	width: 40%;
}
.main_btn02{
	position: absolute;
	bottom: 5%;
	right: 5%;
	z-index: 5;
	max-width: 400px;
	width: 40%;
}
.top-btn001 a,
.top-btn002 a{
	font-size: 2rem;
	height: 60px;
	line-height: 60px;
}
.contents{
	max-width: 1160px;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
.toha-box-kadai,
.toha-box-kadai-red{
	margin-top: 40px;
	font-size: 1.8rem;
	font-weight: bold;
}
.toha-box-kadai-red{
	color: #c30d23;
}
.contact-box{
	max-width: 1160px;
	width: 100%;
	margin: 150px auto 0;
}
.contact-box-in{
	max-width: 1080px;
	width: 94%;
	margin:0 auto ;
	display: flex;
	justify-content: space-between;
}
.contact-box-in-btn{
	width: 46.296296%;
	margin-top: 40px;
}
.line-box{
	max-width: 1080px;
	width: 94%;
	margin:40px auto 0 ;
}

.footer-box{
	max-width: 1160px;
	width: 100%;
	margin: 0 auto;
	display: flex;
}
.kinou-box{
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kinou-box-in01,
.kinou-box-in03,
.kinou-box-in05,
.kinou-box-in07{
	width: 64.655172413%;
	margin-top: 25px;
}
.kinou-box-in02,
.kinou-box-in04,
.kinou-box-in06,
.kinou-box-in08{
	width: 33.189655172%;
	margin-top: 25px;
}
.kinou-box-in01 div.kinou-detail,
.kinou-box-in03 div.kinou-detail,
.kinou-box-in05 div.kinou-detail,
.kinou-box-in07 div.kinou-detail{
	margin-top: 30px;
	width: 48.5%;
}
.kinou-box-in02 div.kinou-detail,
.kinou-box-in04 div.kinou-detail,
.kinou-box-in06 div.kinou-detail,
.kinou-box-in08 div.kinou-detail{
	margin-top: 30px;
	width: 100%;
}

.osusume{
	width: 100%;
	background-image: url("img/plan/osusume.png");
	position: relative;
	background-size: contain;
    background-repeat: no-repeat;/*画像が繰り返すのを防ぐ*/
}
.osusume ul{
	position: absolute;
	top:55px;
	left: 30px;
	width:55%;
}
.osusume ul li{
	background-image: url("img/plan/check.png");
	background-repeat: no-repeat;
	padding-left: 40px;
	font-size: 1.2rem;
	margin-top: 20px;
	min-height: 40px;
	padding-top: 5px;
	
}
.support-box{
	width: 100%;
	background-image:url("img/plan/support.png");
	position: relative;
	background-size: contain;
    background-repeat: no-repeat;/*画像が繰り返すのを防ぐ*/
	margin-top: 60px;
}
.support-box ul{
	position: absolute;
	top:55px;
	left: 30px;
	width:55%;
}
.support-box ul li{
	background-image: url("img/plan/check.png");
	background-repeat: no-repeat;
	padding-left: 40px;
	font-size: 1.2rem;
	margin-top: 20px;
	min-height: 40px;
	padding-top: 5px;
}

	





}


/*===============================================
●smart.css  画面の横幅が1024pxまで
===============================================*/
@media screen and (max-width: 1024px){
body {
	background-color: #FFFFFF;
}
.mt200 {margin-top:160px;}
.mt150 {margin-top:120px;}
.mt100 {margin-top:80px;}
.mt80 {margin-top:60px;}
.mt60 {margin-top:50px;}
.mt40 {margin-top:30px;}
.mt20 {margin-top:15px;}
.mt10 {margin-top:10px;}
.mt-btn{margin-top: 10px;}
.top-img {
	background:url("img/top-img-tab.jpg") no-repeat right center / cover;
    height: calc(70vh);
	position: relative;
  }
.top-text {
	position: absolute;
    top: 12%;
	left: 10%;
    transform: translateY(-50%);
	z-index: 4;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.4;
}
.top-img01{
	position: absolute;
    top: 24%;
	left: 5%;
	margin: auto;
	z-index: 4;
	max-width: 550px;
	width: 45%;
}
.top-img01 img{
	width: 100%;
}
.main_btn01{
	position: absolute;
	bottom: 5%;
	left:5%;
	z-index: 4;
	max-width: 400px;
	width: 40%;
}
.main_btn02{
	position: absolute;
	bottom: 5%;
	right: 5%;
	z-index: 5;
	max-width: 400px;
	width: 40%;
}
.top-btn001 a,
.top-btn002 a{
	font-size: 2rem;
	height: 60px;
	line-height: 60px;
}
.toha-box{
	margin-top: 5%;
	display: flex;
	justify-content: space-between;
}
.nayami-box{
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.nayami-photo{
	width: 48%;
}
.nayami-text{
	width: 47%;
}
.nayami-text ul li{
	padding-left: 45px;
	font-size: 1.2rem;
	margin-top: 15px;
}
.plan-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.plan-box-in{
	margin-top: 40px;
	margin-right: 5%;
	width: 47.5%;
	border: 1px solid #000000;
	text-align: center;
}
.plan-box-in:nth-child(3),
.plan-box-in:nth-child(5){
	margin-right: 5%;
}
.plan-box-in:nth-child(2),
.plan-box-in:nth-child(4){
	margin-right: 0;
}
.plan-icon{
	width: 20%;
	margin: 40px auto 0;
}
.contact-box{
	max-width: 1024px;
	width: 100%;;
	margin: 150px auto 0;
}
.contact-box-in{
	max-width: 1024px;
	width: 94%;
	margin:0 auto ;
	display: flex;
	justify-content: space-between;
}
.contact-box-in-btn{
	width: 46.296296%;
	margin-top: 40px;
}

.footer-box{
	width: 94%;
	margin: 0 auto;
	display: flex;
}
.br-1024{
	display: inherit;
}
.midashi{
	margin-top: 60px;
}


.osusume{
	width: 100%;
	background-image: url("img/plan/osusume.png");
	position: relative;
	background-size: contain;
    background-repeat: no-repeat;/*画像が繰り返すのを防ぐ*/
}
.osusume ul{
	position: absolute;
	top:50px;
	left: 20px;
	width: 53%;
}
.osusume ul li{
	background-image: url("img/plan/check.png");
	background-repeat: no-repeat;
	padding-left: 50px;
	font-size: 1rem;
	margin-top: 15px;
	min-height: 40px;
	padding-top: 5px;
	
}

.support-box{
	width: 100%;
	background-image:url("img/plan/support.png");
	position: relative;
	background-size: contain;
    background-repeat: no-repeat;/*画像が繰り返すのを防ぐ*/
	margin-top: 60px;
}
.support-box ul{
	position: absolute;
	top:50px;
	left: 20px;
	width: 53%;
}
.support-box ul li{
	background-image: url("img/plan/check.png");
	background-repeat: no-repeat;
	padding-left: 50px;
	font-size: 1rem;
	margin-top: 15px;
	min-height: 40px;
	padding-top: 5px;
}
.accordion-title {
	width: 75%;
}
.main-kinou-text{
	margin-top: 0px;
	min-height: 120px;
}

.patent-icon{
	position: absolute;
	width:15%;
	top: 220px;
	right: 10px;
}
.patent-icon img{
	width: 100%;
}

	
}

/*===============================================
●smart.css  画面の横幅が834pxまで
===============================================*/
@media screen and (max-width: 834px){
body {
	background-color: #FFFFFF;
	font-size: 0.8rem;
}
.hidden-phone {
	display: none !important;
}
.hidden-tab {
	display: none !important;
}
.visible-phone {
	display: inherit !important;
}
.visible-sm {
	display: none !important;
}
.hidden-sm {
	display: inherit !important;
}
img {
	vertical-align:middle;
	border: 0;
	max-width: 100%;
	height:auto;
}
.f80{font-size: 0.6rem;}
.f120{font-size: 1rem;}
.f150{font-size: 1.3rem;}
.f180{font-size: 1.4rem;}
.f200{font-size: 1.6rem;}
.f36{font-size: 36px;}
.mt200 {margin-top:120px;}
.mt150 {margin-top:90px;}
.mt100 {margin-top:60px;}
.mt80 {margin-top:50px;}
.mt60 {margin-top:40px;}
.mt40 {margin-top:20px;}
.mt20 {margin-top:15px;}
.mt10 {margin-top:10px;}
.mt-btn{margin-top: 10px;}

.top-img {
	background:url("img/top-img-tab.jpg") no-repeat right center / cover;
    height: calc(70vh);
	position: relative;
  }
.top-text {
	position: absolute;
    top: 12%;
	left: 5%;
    transform: translateY(-50%);
	z-index: 4;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.4;
}
.top-img01{
	position: absolute;
    top: 25%;
	left: 5%;
	margin: auto;
	z-index: 4;
	max-width: 500px;
	width: 50%;
}
.top-img01 img{
	width: 100%;
}
.main_btn01{
	position: absolute;
	bottom: 5%;
	left:5%;
	z-index: 4;
	max-width: 400px;
	width: 40%;
}
.main_btn02{
	position: absolute;
	bottom: 5%;
	right: 5%;
	z-index: 5;
	max-width: 400px;
	width: 40%;
}
.top-btn001 a,
.top-btn002 a{
	font-size: 2rem;
	height: 60px;
	line-height: 60px;
}
.contents{
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}

.toha-box{
	margin-top: 5%;
	display: flex;
	justify-content: space-between;
}
.toha-box-in{
	width: 47.5%;
}
.toha-title-blk{
	width: 100%;
	text-align: center;
	padding: 10px ;
	font-size: 1.5rem;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	border-radius: 10px 10px 0 0;
}
.toha-box-blk{
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
	border-bottom: 3px solid #000000;
	border-radius: 0 0 10px 10px;
	padding: 20px 20px;
	text-align: center;
	line-height: 1.4;
}
.toha-title-red{
	width: 100%;
	text-align: center;
	padding: 10px ;
	font-size: 1.5rem;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #c30d23;
	border-radius: 10px 10px 0 0;
}
.toha-box-red{
	border-left: 3px solid #c30d23;
	border-right: 3px solid #c30d23;
	border-bottom: 3px solid #c30d23;
	border-radius: 0 0 10px 10px;
	padding: 20px 20px;
	text-align: center;
	line-height: 1.4;
}
.toha-box-kadai,
.toha-box-kadai-red{
	margin-top: 40px;
	font-size: 1.4rem;
	font-weight: bold;
}
.toha-box-kadai-red{
	color: #c30d23;
}
.title{
	font-size: 1.8rem;
	line-height: 1.4;
}
.nayami-box{
	margin-top: 5%;
	display: flex;
	justify-content: space-between;
}
.nayami-photo{
	padding-top: 40px;
	width: 48%;
}
.nayami-text{
	width: 47%;
}
.nayami-text ul li{
	padding-left: 45px;
	font-size: 1rem;
	margin-top: 15px;
	min-height: 45px;
}

.merit-box-in{
	margin-top: 60px;
	width: 32%;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	align-items: stretch;
}
.merit-box-in-title{
	width: 100%;
	text-align: center;
	font-size: 1.2rem;
}
.merit-box-in-box{
	padding: 40px 25px;
	line-height: 1.4;
}
.merit-box-in-box ul li{
	background-image: url("img/good.png");
	background-repeat: no-repeat;
	padding-left: 50px;
	font-size: 1rem;
	margin-top: 20px;
	height:auto;
}
.table-area {
	overflow: auto;
	white-space: nowrap;
}
.tel-message{
	font-size: 1.6rem;
}
.price-box-in{
	margin-top: 40px;
}
.price-box-in2{
	margin-top: 40px;
}
.plan-graph table{
	width: 1500px;
}
.plan-graph table th.th{
	padding: 10px;
	font-size: 0.8rem;
}
.plan-graph table th.th{
	padding: 10px;
	font-size: 0.8rem;
}

.plan-graph table th.th01{
	width: 20%;
}
.plan-graph table th.th02{
	width: 16%;
}
.plan-graph table th.th03{
	width: 16%;
}
.plan-graph table th.th04{
	width: 16%;
}
.plan-graph table th.th05{
	width: 16%;
}
.plan-graph table th.th06{
	width: 16%;
}
.btn-more01 a,
.btn-more02 a,
.btn-more03 a,
.btn-more04 a,
.btn-more05 a{
	font-size: 0.8rem;
}

.osusume{
	width: 100%;
	height: 280px;
	background-image: url("img/plan/osusume.png");
	position: relative;
	background-size: contain;
    background-repeat: no-repeat;/*画像が繰り返すのを防ぐ*/
}
.osusume ul{
	position: absolute;
	top:40px;
	left: 20px;
	width: 53%;
}
.osusume ul li{
	background-image: url("img/plan/check02.png");
	background-repeat: no-repeat;
	padding-left: 40px;
	font-size: 0.8rem;
	margin-top: 5px;
	min-height: 40px;
	padding-top: 5px;
}


.support-box{
	width: 100%;
	height: 280px;
	background-image:url("img/plan/support.png");
	position: relative;
	background-size: contain;
    background-repeat: no-repeat;/*画像が繰り返すのを防ぐ*/
	margin-top: 60px;
}
.support-box ul{
	position: absolute;
	top:40px;
	left: 20px;
	width: 53%;
}
.support-box ul li{
	background-image: url("img/plan/check02.png");
	background-repeat: no-repeat;
	padding-left: 40px;
	font-size: 0.8rem;
	margin-top: 5px;
	min-height: 40px;
	padding-top: 5px;
}
ul.support-detail{
	margin-top: 20px;
}
ul.support-detail li{
	background-color:#f4da5c;
	width: 22%;
	padding: 15px 10px;
	margin: 20px 4% 0 0 ;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
}
ul.support-detail li:nth-child(4n){
	margin: 20px 0 0 0;
}
.confirmation-box{
	max-width: 800px;
	width: 92%;
	margin: 60px auto 0;
}

input.wpcf7-submit {
	font-size: 1.2rem;
	font-weight: bold;
	width: 80%;
}
input.wpcf7-previous {
	font-size: 1.2rem;
	font-weight: bold;
	width: 80%;
}

.accordion-title {
	width: 80%;
}
.accordion-title::after,
.accordion-title::before {
	content: "";
	position: absolute;
	right: 1.25em;
	top: 1.5em;
	width: 2px;
	height: 0.75em;
	background-color: #FFFFFF;
	transition: all 0.3s;
}
.main-kinou-text{
	margin-top: 0px;
	min-height: 150px;
}
.price-box-in-text{
	padding: 30px 20px;
	text-align: center;
}
ul.function{
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	margin: 10px auto 0;
}

.patent-icon{
	position: absolute;
	width:15%;
	top: 220px;
	right: 10px;
}
.patent-icon img{
	width: 100%;
}

.patent-icon2{
	position: absolute;
	width:55px;
	top: -5px;
	left: 0px;
}
.patent-icon2 img{
	width: 100%;
}

	
}



/*===============================================
●smart.css  画面の横幅が480pxまで
===============================================*/
@media screen and (max-width: 480px){

body {
	background-color: #FFFFFF;
}
.hidden-phone {
	display: none !important;
}
.visible-phone {
	display: inherit !important;
}
.visible-sm {
	display: inherit !important;
}
.hidden-sm {
	display: none !important;
}
img {
	vertical-align:middle;
	border: 0;
	max-width: 100%;
	height:auto;
}
.br-480{
	display: inherit;
}
.br-sm { display:none;}
.left-sm{text-align: left;}
.center-sm{text-align: center;}
.right-pc{text-align: left;}
.center_pc{	text-align: left;}
.top-img {
	background:url("img/top-img-tab.jpg") no-repeat right center / cover;
    height: calc(70vh);
	position: relative;
  }
.top-text {
	position: absolute;
    top: 10%;
	left: 3%;
    transform: translateY(-50%);
	z-index: 4;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
}
.top-img01{
	position: absolute;
    top: 25%;
	left: 2%;
	margin: auto;
	z-index: 4;
	max-width: 500px;
	width: 60%;
}
.top-img01 img{
	width: 100%;
}
.main_btn01{
	position: absolute;
	bottom: 15%;
	left:20%;
	z-index: 4;
	max-width: 400px;
	width: 60%;
}
.main_btn02{
	position: absolute;
	bottom: 5%;
	right: 20%;
	z-index: 5;
	max-width: 400px;
	width: 60%;
}
.top-btn001 a,
.top-btn002 a{
	font-size: 1.2rem;
	height: 40px;
	line-height: 40px;
    border-radius: 20px;
}
.toha-box{
	margin-top: 0%;
	display: flex;
	flex-direction: column;
}
.toha-box-in{
	margin-top: 5%;
	width: 100%;
}
.toha-title-blk{
	width: 100%;
	text-align: center;
	padding: 10px ;
	font-size: 1.2rem;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	border-radius: 10px 10px 0 0;
}
.toha-box-blk{
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-radius: 0 0 10px 10px;
	padding: 20px 20px;
	text-align: center;
	line-height: 1.4;
}
.toha-title-red{
	width: 100%;
	text-align: center;
	padding: 10px ;
	font-size: 1.5rem;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #c30d23;
	border-radius: 10px 10px 0 0;
}
.toha-box-red{
	border-left: 2px solid #c30d23;
	border-right: 2px solid #c30d23;
	border-bottom: 2px solid #c30d23;
	border-radius: 0 0 10px 10px;
	padding: 20px 20px;
	text-align: center;
	line-height: 1.4;
}
.toha-box-kadai,
.toha-box-kadai-red{
	margin-top: 40px;
	font-size: 1.2rem;
	font-weight: bold;
}
.toha-box-kadai-red{
	color: #c30d23;
}
.title{
	font-size: 1.3rem;
	line-height: 1.4;
}
.sub-title{
	margin-top: 10px;
	font-size: 0.8rem;
}
.nayami-box{
	margin-top: 5%;
	display: flex;
	flex-direction: column;
}
.nayami-photo{
	padding-top: 0px;
	width: 100%;
}
.nayami-text{
	width: 100%;
	margin-top: 5%;
}
.nayami-text ul li{
	padding-left: 45px;
	font-size: 1rem;
	margin-top: 15px;
	min-height: 45px;
}

.merit-box{
	display: flex;
	flex-direction: column;
}
.merit-box-in{
	margin-top: 5%;
	width: 100%;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}
.merit-box-in-title{
	width: 100%;
	text-align: center;
	padding: 10px ;
	font-size: 1.2rem;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
.merit-box-in-box{
	padding: 40px 25px;
	line-height: 1.4;
}
.merit-box-in-box ul li{
	background-image: url("img/good.png");
	background-repeat: no-repeat;
	padding-left: 50px;
	font-size: 1rem;
	margin-top:10%;
	height:auto;
}
.point-box{
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	border: 2px solid #000000;
	padding: 5%;
	align-items: center;
}
.point-number{
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
	background-color: #c30d23;
}
.point-text{
	margin-top: 20px;
	width: 100%;
	font-size: 1rem;
}
.title-icon{
	width: 15%;
	margin-left: auto;
	margin-right: auto;
}
.main-kinou{
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.main-kinou01,
.main-kinou02,
.main-kinou03,
.main-kinou04,
.main-kinou05,
.main-kinou06,
.main-kinou07,
.main-kinou08{
	width: 100%;
	margin-top: 20px;
}

table.hikaku th{
	padding: 10px 10px;
	font-size: 0.6rem;
}
table.hikaku td{
	padding: 10px 10px;
	font-size: 1.2rem;
}
table.hikaku td.td01{
	font-size: 0.8rem;
}


.plan-box{
	display: flex;
	flex-direction: column;
}
.plan-box-in{
	margin-top: 40px;
	margin-right: 0%;
	width: 100%;
	border: 1px solid #000000;
	text-align: center;
}
.plan-box-in:nth-child(3),
.plan-box-in:nth-child(5){
	margin-right: 0%;
}
.simple_btn_box{
	display: inline-block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	line-height: 40px;
}

div.qabox ul{
  width: 100%;
  margin:40px auto 0;
}div.qabox ul li{
  list-style:none;
	margin: 0px 0 0 0;
	padding: 20px 10px;
}
.question{
	padding: 2px 30px 0 60px;
}
.question:after{
  right: 10px;
 
}
.answer{
	margin-top: 30px;
	padding: 2px 30px 5px 60px;
}

.introduction-box{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.introduction-box-in{
	width: 47.5%;
	margin-top: 40px;
	margin-right: 5%;
}
.introduction-box-in ul li{
	display: inline-block;
	padding: 5px 10px;
	font-size: 0.7rem;
	text-align: center;
	background-color: #b51f39;
	color: #FFFFFF;
	border-radius: 5px;
	margin: 10px 5px 0 0;
}
.js-scrollable {
   overflow-x: scroll;
}

.contact-box{
	width: 100%;
	margin: 100px auto 0;
}
.contact-box-in{
	width: 94%;
	margin:0 auto ;
	display: flex;
	flex-direction: column;
}
.contact-box-in-btn{
	width: 100%;
	margin-top: 40px;
}
.line-box{
	width: 94%;
	margin:40px auto 0 ;
}
.button001 a,
.button002 a{
	font-size: 1.2rem;
}
.tel-message{
	font-size: 1rem;
	font-weight: bold;
}
.size-tel{
	width: 80%;
}

.footer{
	margin-top: 100px;
	padding: 40px 0;
}
.footer-box{
	width: 94%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
.footer-box-logo{
	width: 50%;
	margin: 0 auto;
}
.footer-box-add{
	width: 100%;
	margin: 20px auto 0;
	text-align: center;
}
.footer-box-navi{
	display: none;
}

.midashi{
	margin-top: 40px;
}
.price-box-wrap{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.price-box-in{
	margin-top: 20px;
	width:100%;
}
.price-box-in2{
	margin-top: 20px;
	width: 100%;
}
.plan-il-size{
	width: 50%;
}

.kinou-box{
	margin-top: 15px;
	display: flex;
	flex-direction: column;
}
.kinou-box-in01,
.kinou-box-in03,
.kinou-box-in05,
.kinou-box-in07{
	width: 100%;
	margin-top: 25px;
}
.kinou-box-in02,
.kinou-box-in04,
.kinou-box-in06,
.kinou-box-in08{
	width: 100%;
	margin-top: 25px;
}
.kinou-box-in01 div.kinou-detail,
.kinou-box-in03 div.kinou-detail,
.kinou-box-in05 div.kinou-detail,
.kinou-box-in07 div.kinou-detail{
	margin-top: 25px;
	width: 100%;
}
.kinou-box-in02 div.kinou-detail,
.kinou-box-in04 div.kinou-detail,
.kinou-box-in06 div.kinou-detail,
.kinou-box-in08 div.kinou-detail{
	margin-top: 25px;
	width: 100%;
}

.osusume{
	width: 100%;
	min-height: 128px;
	height: auto;
	background-image: url("img/plan/osusume02sm.png");
	position:static;
}
.osusume ul{
	position:static;
	padding-top: 100px;
	width:100%;
}
.osusume ul li{
	background-image: url("img/plan/check03.png");
	background-repeat: no-repeat;
	padding-left: 25px;
	font-size: 1rem;
	margin-top: 20px;
	min-height: 40px;
	padding-top: 0px;
	line-height: 1.6;
}

.support-box{
	width: 100%;
	min-height: 128px;
	height: auto;
	background-image:url("img/plan/support02sm.png");
	position:static;
	margin-top: 60px;
}
.support-box ul{
	position:static;
	padding-top: 100px;
	width:100%;
}
.support-box ul li{
	background-image: url("img/plan/check03.png");
	background-repeat: no-repeat;
	padding-left: 25px;
	font-size: 1rem;
	margin-top: 20px;
	min-height: 40px;
	padding-top: 0px;
	line-height: 1.6;
}
ul.support-detail{
	margin-top: 20px;
}
ul.support-detail li{
	background-color:#f4da5c;
	width: 47.5%;
	padding: 15px 10px;
	margin: 20px 5% 0 0 ;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
}
ul.support-detail li:nth-child(even){
	margin: 20px 0 0 0;
}
.title-icon-size{
	width: 20%;
}

.price-box{
	width: 82%;
	margin: 60px auto 0;
	display: flex;
	flex-direction: column;
}
.price-box-syoki{
	width: 100%;
	border: 1px solid #317499;
	margin-bottom: 20px;
}
.price-box-syoki-title{
	width: 100%;
	height: 60px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 60px;
}
.price-box-syoki-text{
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	color: #317499;
	padding: 10px;	
}
.price-box-running{
	width: 100%;
	border: 1px solid #b51f39;
	margin-top: 20px;
}
.price-box-running-title{
	width: 100%;
	height: 60px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 60px;
}
.price-box-running-text{
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	color: #b51f39;
	padding: 10px;
}

.flow-box01{
	display: flex;
	flex-direction: row-reverse;
}
.flow-box02{
	display: flex;
	justify-content: space-between;
}
.flow-box-number{
	margin-top: 40px;
	width: 15%;
	background-color: #eeeeef;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size: 1.4rem;
}
.flow-box-detail{
	width: 80%;
}
.flow-box-detail-in{
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	padding-bottom: 40px;
	border-bottom: 1px solid #b4b4b5;
}
.flow-box-photo{
	width: 100%;
	margin-bottom: 40px;
}
.flow-box-text{
	width: 100%;
}
.tategaki{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
}

.flow-box-text p{
	font-size: 1.0rem;
}
.red-number{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #b51f39;
	text-align: center;
	margin-right: 0.5em;
}
.faq-list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.faq-list-in{
	width: 48.5%;
	text-align: center;
	margin-right: 3%;
	margin-top: 20px;
}
.faq-list-in:nth-child(2n),
.faq-list-in:nth-child(4n){
	margin-right: 0%;
}
.faq-list-in a{
	padding: 0.5em 0.2em;
}
table.enkaku{
	width: 100%;
	border-collapse: collapse;
}
table.enkaku th{
	display: block;
	text-align: left;
	padding: 15px 15px 0px;
	border-top: 1px solid #eeeeef;
	border-right: none;
	border-bottom: none;
	font-weight: bold;
	width: 100%;
}
table.enkaku td{
	display: block;
	text-align: left;
	padding: 5px 15px 15px;
	border-top: none;
	border-left: none;
	border-bottom: 1px solid #eeeeef;
}

.plan-graph table{
	width: 1500px;
}
.plan-graph table th.th{
	padding: 5px;
	font-size: 0.6rem;
}
.plan-graph table th.th{
	padding: 5px;
	font-size: 0.6rem;
}

.main-kinou-out{
	width: 100%;
}
.accordion-kinou-detail{
	margin-top: 30px;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #dbdcdc;
	padding: 20px;
}
.accordion-kinou-detail img{
	height: 50px;
}


.form-box{
	display: flex;flex-direction: column;
}
.form-box-explain{
	width: 100%;
	margin-top: 40px;
}
.form-box-in{
	width: 100%;
	margin-top: 40px;
}
.formbox{
	margin-top:0px;
	padding:0px;
}
table.form{
	margin: 0;
	border:none;
	width:100%;
	border-collapse: collapse;
}
table.form th{
	display:block;
	width: 100%;
	text-align:left;
	padding:20px 20px 10px;
	vertical-align: middle;
}
table.form td{
	display:block;
	width: 100%;
	text-align:left;
	padding:10px 20px 20px;
    border-bottom: 1px solid #D6D6D6;
}

input.wpcf7-submit {
	font-size: 1.2rem;
	font-weight: bold;
	width: 80%;
}
input.wpcf7-previous {
	font-size: 1.2rem;
	font-weight: bold;
	width: 80%;
}
.confirmation-box{
	width: 92%;
	margin: 40px auto 0;
}
table.kakunin{
	width: 100%;
}
table.kakunin td{
	display: block;
	width: 100%;
	text-align: center;
}
table.form-confirmation{
	margin: 0;
	border:none;
	width:100%;
	border-collapse: collapse;
}
table.form-confirmation th{
	display: block;
	width: 100%;
	text-align:left;
	padding:20px 20px 0;
	vertical-align: middle;
    border-bottom: none;
}
table.form-confirmation td{
	display: block;
	width: 100%;
	text-align:left;
	padding:20px 20px 20px;
    border-bottom: 1px solid #D6D6D6;
}

.main-kinou-text p{
	font-size: 1.2rem;
}
.patent-icon2{
	position: absolute;
	width:75px;
	top: -15px;
	left: 10px;
}
.patent-icon2 img{
	width: 100%;
}
.patent-icon{
	position: absolute;
	width:15%;
	top: 260px;
	right: 10px;
}
.patent-icon img{
	width: 100%;
}


}