@charset "utf-8";

h2 {
	width: 100%;
	line-height: 1;
	text-align: center;
	margin-bottom: 20px;
	font-size: 40px;
	/* font-weight: bold; */
	position: relative;
	z-index: 2;
	letter-spacing: 5px;
}

.main {
	position: relative;
	z-index: 1;
}

h3 {
	width: 100%;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}

.h3_txt {
	width: 100%;
	text-align: center;
	font-size: 1.6rem;
}

.jirei {
	width: 900px;
	margin: 0 auto;
}

.c01_wrap {
	background-color: #fff;
	padding: 80px 0 40px;
}

.c01 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 900px;
	margin: 0 auto;
}

.c01 .box01 {
	width: 100%;
}

.c01 .box02 {
	width: 23%;
}

@media screen and (max-width: 1122px) {}

@media screen and (max-width: 1000px) {
	h2 {
		margin-bottom: 10px;
		font-size: 4.2rem;
		letter-spacing: 0.65vw;
	}

	.jirei {
		width: 100%;
	}

	.c01 {
		width: 90%;
	}
}

@media screen and (max-width: 768px) {
	h2{
        font-size: 4.4vw;
    }
    h3{
        font-size: 3.2vw;
    }
}

@media screen and (max-width: 480px) {


	h2 {
		font-size: 2.8rem;
	}


	h3 {
		font-size: 1.8rem;
	}

	.h3_txt {
		font-size: 1.2rem;
	}


	.c01_wrap {
		padding: 40px 0 20px;
	}



	.c01 .box02 {
		width: 46%;
	}

}
