#html2 .kokoro-product-block,#html5 .kokoro-product-block{
    display: none !important;
}
#store-device-html2 .front-product-block,#store-device-html1 .front-product-block{
    display:none !important;
}
#store-device-html2 .kokoro-product-block,#store-device-html1 .kokoro-product-block{
    display:block !important;
}
.maindesign{
	font-family: "Noto Sans JP","游ゴシック","Yu Gothic",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",verdana,Osaka,Sans-Serif;
	margin-bottom: 1em;
}
.maindesign img{
	vertical-align: bottom;
}

.maindesign .check{
	border: 1px solid #34a525;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	width: 70%;
	margin: auto;
}
.maindesign .check--images{
	width: 70px;
}
.maindesign .check--text{
	width: calc(100% - 100px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.maindesign .check--text__text{
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.3;
	color: #34a525;
}
.maindesign .check--text__btn{
	width: 200px;
}
.maindesign .check--text__btn p{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.0rem 1.6rem 1.0rem 1.0rem;
	border: 1px solid #34a525;
	border-radius: 30px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #34a525;
	position: relative;
}
.maindesign .check--text__btn p::before{
	content: "";
	position: absolute;
	right: 18px;
	border-top: 2px solid #34a525;
	border-right: 2px solid #34a525;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate( 45deg);
	transform: rotate( 45deg);
	top: 0;
	bottom: 0;
	margin: auto;
}
@media screen and (max-width: 767px){
.maindesign .check{
	width: auto;
	position: relative;
}
.maindesign .check--images{
	width: 13vw;
}
.maindesign .check--text {
	width: calc(100% - 15vw);
}
.maindesign .check--text__text{
	font-size: 4.5vw;
	margin-bottom: 0;
}
.maindesign .check--text__btn{
	width: 30vw;
    position: absolute;
    right: 1vw;
    bottom: 1vw;
}
.maindesign .check--text__btn p{
	font-size: 3vw;
    padding: 1.5vw 2.6vw 2vw 2vw;
}
.maindesign .check--text__btn p::before{
	border-top: 0.5vw solid #34a525;
    border-right: 0.5vw solid #34a525;
    width: 1vw;
    height: 1vw;
	right: 2.5vw;
}
}


.maindesign .reform{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.maindesign .reform_images{
	width: 560px;
}
.maindesign .reform_text{
	width: calc(100% - 580px);
}
.maindesign .reform_text p{
	font-size: 1.2em;
	line-height: 1.3;
}
.maindesign .reform_text span{
	font-weight: bold;
}
.maindesign .reform_text span.red{
	color: #f00;
}
@media screen and (max-width: 767px){
.maindesign .reform_images{
	width: 100%;
	margin-bottom: 20px;
}
.maindesign .reform_text{
	width: 100%;
}

}



.maindesign .step{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}
.maindesign .step--block{
	width: 560px;
	position: relative;
	margin-bottom: 50px;
}
.maindesign .step--block p{
	font-size: 1.2em;
	line-height: 1.3;
}
.maindesign .step--block span{
	font-weight: bold;
}
.maindesign .step--block .red{
	color: #f00;
}
.maindesign .step--block::after{
	content: "";
	position: absolute;
	top: 50%;   /* 縦軸をセンタリングする */ 
	right: -70px;
	transform: translateY(-50%);   /* 縦軸をセンタリングする */  
	border: 20px solid transparent;
	border-left: 25px solid #174594;   /* 好みで色を変えてください */  
}
.maindesign .step--block:nth-child(2n)::after{
	position: absolute;
	top: inherit;
	right: inherit;
	bottom: -50px;
	left: -70px;
	transform: rotate(140deg);
}
.maindesign .step--block:last-child::after{
	content: none;
}



@media screen and (max-width: 767px){
.maindesign .step--block{
	margin-bottom: 60px;
}
.maindesign .step--block::after{
	content: "";
	position: absolute;
	top: inherit;
	right: inherit;
	bottom: -60px;
	left: 50%;
	transform: translateX(-50%);
/*	border: 20px solid transparent;*/
	border-left: 20px solid transparent;
	border-top: 25px solid #174594;
}
.maindesign .step--block:nth-child(2n)::after{
	top: inherit;
	right: inherit;
	bottom: -60px;
	left: 50%;
	transform: translateX(-50%);
/*	border: 20px solid transparent;*/
	border-left: 20px solid transparent;
	border-top: 25px solid #174594;
}
	
}





