@charset "utf-8";
@media only screen and (max-width:740px) {

/*------------------------------------------------
ローカルナビ設定
------------------------------------------------*/
.pc {
	display: none;
}
.sp {
	display: block;
}


/*------------------------------------------------
メイン
------------------------------------------------*/
section img {
	width: 100%;
}

.sec02 .ta01 img {
	width: auto;
}


.sec03 {
	padding: 3vw;
}
.sec03 h3.title_ex {
	font-size: 18px;
	padding: 2vw;
}
.sec03 h4.title_ex {
	font-size: 16px;
	padding: 2vw;
	width: 100%;
	box-sizing: border-box;
}
.sec03 h5.title_ex {
	font-size: 16px;
	margin-top: 4vw;
}

.sec03 .flexBox {
	flex-direction: column;
}
.sec03 .flexBox img {
	width: auto;
}
.sec03 .flexBox:first-of-type {
	margin-bottom: 6vw;
}
.sec03 .spcen {
	text-align: center;
}

.sec03 .flexBox ul {
margin-bottom: 2vw;
}

.sec03 .flexBox .imgBox {
	margin: 5px 0;
}

.sec03 .flexBox .mark {
	text-align: center;
	background: #22ac38;
	color: #fff;
	border-radius: 30px;
	padding: 0 10px;
	margin-right: 5px;
}

}