@charset "utf-8";

.firstview_wrapper .firstview_img{
	background-image: url("../images/pamphlet_top.jpg");
}

.gold_hd{
	padding-bottom: 20px;
}

.layout_wrapper{
	width: 1000px;
	margin: 0 auto;
	padding: 0 20px 80px;
}

.layout_wrapper .layout_area{
	display: flex;
}

.layout_area:nth-of-type(1){
	margin-bottom: 60px;
}

.layout_area:nth-of-type(1) .text_block{
	width: 580px;
	margin-right: 40px;
}

.layout_area:nth-of-type(2) p{
	margin-right: 80px;
}

.layout_wrapper .text_block{
	width: 580px;
}

.use_wrapper{
	margin: 0 auto;
	width: 1000px;
	padding: 0 20px 80px;
}

.type_wrapper{
	width: 1000px;
	margin: 0 auto;
	padding: 0 20px 80px;
}

.type_wrapper .type_area{
	display: flex;
	flex-wrap: wrap;
}

.type_wrapper h3{
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 15px;
	padding-bottom: 15px;
	color: #fffbf4;
	border-bottom: 1px solid #fffbf4;
}

.type_wrapper .type_block{
	width: 500px;
	margin-right: 60px;
}

.type_wrapper .type_block:nth-of-type(1),
.type_wrapper .type_block:nth-of-type(2){
	margin-bottom: 60px;
}

.type_block .img_block{
	line-height: 0;
}

.type_wrapper .text_block{
	background: #413229;
	padding: 30px 30px 0;
	width: 100%;
	height: 250px;
}

.type_wrapper .text_block p{
	color: #fffbf4;
}

@media screen and (max-width:1367px){


	.firstview_wrapper .script_text{
		font-size: 72px;
	}

	.appeal_wrapper .appeal_img {
		width: 700px;
		margin-left: 210px;
	}

	.layout_area img{
		width: 100%;
	}

}
