@charset "UTF-8";
header {
	position: relative;
	z-index: 9999;
}
header div {
	padding-top: 20px;
	position: absolute;
	top: 0;
	left: 5%;
}
header div img {
	width: 100px;
}
@media screen and (max-width: 768px) {
	header div img {
	width: 50px;
	}
}
@media screen and (max-width: 640px) {
.sec-point .point02 .support_list {
align-items: flex-start;
}
.sec-point .point02 .support_list__item {
    width: 50%;
    font-size: 12px;
    font-size: 1.2rem;
}
.sec-point .point02 .support_list__item img {
    width: 100%;
    margin-bottom: 0;
}
.sec-point .point02 .support_list__item .txt-s {
    font-size: 10px;
    font-size: 1.0rem;
    letter-spacing: 0;
}
.sec-point .point02 .support {
    padding: 35px 5px 10px;
}
.sec-approach .recommend-block .txt-block .c-txt01.pc {
display: none;
}
.spApproach {
display: flex;
justify-content: space-between;
margin-bottom: 30px;
}
.spApproach li{
width: 45%;
}
.spApproach li:first-child{
position: relative;
}
.spApproach li .c-txt01 {
font-size: 12px;
font-size: 1.2rem;
}
.spApproach li:first-child:before{
content: "×";
    font-weight: bold;
    position: absolute;
    left: 101%;
    font-size: 30px;
    font-size: 3rem;
    top: 58px;
}
.sec-howtouse .lead-block__img {
    width: 75%;
}
.sec-howtouse .lead-block__img {
    margin: 0 0 30px 21%;
}
.sec-howtouse .step_list__item {
max-width: 80%;
width: 80%;
margin: 0 auto 30px!important;
}
.sec-products .product-block__img {
margin: 0 auto;
}
}
.sec-products .cap{
	display: block;
	width: 100%;
	text-align: right;
	font-size: 15px;
}
.sec-products .cap:before{
	content: "";
	display: block;
	clear: both;
}
