@charset "utf-8";

.firstview_wrapper .firstview_img{
	background-image: url("../images/video_top.jpg");
}

.gold_hd{
	padding-bottom: 30px;
}

.com_wrapper{
	background: url('../images/video_top_bg.jpg') no-repeat;
	background-size: cover;
	width: 100%;
	height: 800px;
	padding-top: 40px;
	margin-bottom: 80px;
}

.com_wrapper .com_block{
	width: 890px;
	height: 700px;
	background: #fffbf4;
	text-align: center;
	margin: 0 auto;
	padding-top: 80px;
}

.use_wrapper .video_block{
	width: 540px;
	height: 250px;
}

.release_wrapper .release_area{
	width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
}

.release_wrapper .release_inner{
	display: flex;
	margin-bottom: 160px;
}

.release_wrapper .release_area:nth-of-type(even) .release_inner{
	flex-direction: row-reverse;
}

.release_wrapper .gold_hd{
	padding-bottom: 80px;
}

.release_wrapper .text_block{
	width: 580px;
	height: 450px;
	padding: 80px 80px 0;
	background: #413229;
	position: relative;
	z-index: 1;
}

.release_wrapper .release_area:nth-of-type(odd) .text_block,
.release_wrapper .release_area:nth-of-type(even) .release_img{
	left: 40px;
}

.release_wrapper .release_inner h3,
.release_wrapper .release_inner p,
.release_wrapper .release_inner li{
	color: #fffbf4;
}

.release_wrapper .release_inner h3{
	font-size: 24px;
	padding-bottom: 40px;
	font-weight: 500;
}

.release_wrapper .release_img{
	line-height: 0;
	width: 580px;
	position: relative;
}

.release_wrapper .release_area:nth-of-type(odd) .release_img,
.release_wrapper .release_area:nth-of-type(even) .text_block{
	top: 60px;
	left: -80px;
}

.release_wrapper .release_area:nth-of-type(even) .text_block{
	background: #2b5347;
}

.release_bg{
	position: relative;
}

.release_bg::before,
.release_bg::after{
	content: '';
	position: absolute;
	z-index: -2;
	width: 58%;
	height: 610px;
	background: #f5f3e2;
}

.release_bg::before{
	top: 240px;
	right: 0;
}

.release_bg::after{
	top: 1460px;
	left: 0;
}

.flow_wrapper .flow_block:nth-last-of-type(1){
	margin_bottom: 0;
}

.use_wrapper{
	width: 1000px;
	margin: 0 auto;
	padding: 0 20px 80px;
}

.use_wrapper .use_area{
	display: flex;
	margin-bottom: 80px;
}

.use_wrapper .use_area:nth-last-of-type(1){
	margin-bottom: 0;
}

.use_wrapper .text_block{
	width: 560px;
	margin-right: 60px;
	text-align: justify;
}

.use_wrapper .text_block h3{
	font-size: 24px;
	padding-bottom: 15px;
}

.ask_wrapper{
	width: 1000px;
	padding: 0 20px 80px;
	margin: 0 auto;
}

.ask_wrapper .ask_block{
	padding-bottom: 30px;
}

.ask_wrapper .ask_block:nth-last-of-type(1){
	padding-bottom: 0;
}

.ask_wrapper .q,
.ask_wrapper .a{
	display: flex;
}

.ask_wrapper .q dt,
.ask_wrapper .a dt{
	width: 30px;
}

.ask_wrapper .q dt,
.ask_wrapper .q dd{
	color: #d49c16;
}

.type_wrapper{
	width: 1000px;
	margin: 0 auto;
	padding: 0 20px 20px;
}

.type_wrapper .type_area{
	display: flex;
	flex-wrap: wrap;
}

.type_wrapper .type_block{
	width: 340px;
	margin-bottom: 60px;
	margin-right: 40px;
}

.type_wrapper .type_text{
	background: #413229;
	padding: 30px 25px 0;
	height: 370px;
	text-align: justify;
}

.type_wrapper .type_img{
	line-height: 0;
}

.type_wrapper .type_hd,
.type_wrapper .type_text p{
	color: #fffbf4;
}
.type_wrapper .type_hd{
	font-size: 20px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #fffbf4;
}

.type_wrapper .caution{
	font-size: 12px;
	line-height: 24px;
	display: block;
}

@media screen and (max-width:1025px){

	.release_wrapper .release_area{
	width: 1024px;
	padding: 0 12px;
}

}
