@charset "utf-8";
.th_maintit{
	width: 100%;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 32px;
	margin: 0 0 30px;
	text-align: center;
	font-weight: 700;
}
.th_maintit span{
	font-weight: 900;
}

.th_txt01{
	width: 800px;
	margin: 0 auto 20px;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}
.th_txt01 span{
	color: #f64812;
}

.th_img01{
	width: 940px;
	height: 350px;
	margin: 0 auto 20px;
}
.th_img01 img{
	width: 940px;
	height: 350px;
	object-fit: cover;
}

.th_imgbox{
	width: 980px;
	margin: 0 auto 80px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.th_img02{
	width: 450px;
	height: 350px;
	margin: 0 auto 30px;
	object-fit: cover;
}
.th_img02 img{
	width: 450px;
	height: 350px;
}

.th_img03{
	width: 940px;
	height: 350px;
	margin: 0 auto 80px;
}
.th_img03 img{
	width: 940px;
	height: 350px;
	object-fit: cover;
}

.th_img04{
	width: 600px;
	height: 350px;
	margin: 0 auto 80px;
}
.th_img04 img{
	width: 600px;
	height: 350px;
	object-fit: cover;
}


.th_midashi{
	width: 100%;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 24px;
	margin: 0 0 30px;
	font-weight: 700;
}
.th_txt02{
	width: 100%;
	margin: 0 auto 20px;
	font-size: 16px;
	line-height: 1.5;
}
.th_txt03{
	width: 800px;
	margin: 0 auto 50px;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}



@media screen and (max-width:768px) {
/*　画面サイズが749pxまではここを読み込む　*/
.th_maintit{
	width: 100%;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 24px;
	line-height: 1.5;
	margin: 0 0 50px;
	text-align: center;
	font-weight: 900;
}
.th_maintit span{
	font-weight: 900;
}

.th_txt01{
	width: 100%;
	margin: 0 auto 20px;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
}
.th_txt01 span{
	color: #f64812;
}

.th_img01{
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
}
.th_img01 img{
	width: 100%;
	height: auto;
	object-fit: cover;
}

.th_imgbox{
	width: 100%;
	margin: 0 auto 50px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.th_img02{
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
	object-fit: cover;
}
.th_img02 img{
	width: 100%;
	height: auto;
}

.th_img03{
	width: 100%;
	height: auto;
	margin: 0 auto 50px;
}
.th_img03 img{
	width: 100%;
	height: auto;
	object-fit: cover;
}

.th_img04{
	width: 100%;
	height: auto;
	margin: 0 auto 50px;
}
.th_img04 img{
	width: 100%;
	height: auto;
	object-fit: cover;
}


.th_midashi{
	width: 100%;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 20px;
	line-height: 1.5;
	margin: 0 0 30px;
	font-weight: 700;
}
.th_txt02{
	width: 100%;
	margin: 0 auto 20px;
	font-size: 16px;
	line-height: 1.5;
}
.th_txt03{
	width: 100%;
	margin: 0 auto 50px;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}

.pc_br{
	display: none;
}

}

@media screen and (min-width: 769px) {
/* 750pxからの幅の場合に適応される */
.sp_br{
	display: none;
}

}
