@charset "UTF-8";
/* ===================================================================
CSS
 file name  :  moviedm.css
=================================================================== */
p.mt{
	margin-top: 40px;
}
.md_wrap{
	margin-top: 50px;
	display: flex;
	flex-direction: row-reverse;
}
.md_wrap .text{
	width: 50%;
	padding-right: 40px;
}
.md_wrap .image{
	width: 50%;
}
.md_wrap2{
	margin-top: 0px;
	display: flex;
	justify-content: space-between;
}
.md_wrap2 .image_l{
	width: 50%;
	padding-right: 20px;
}
.md_wrap2 .image_r{
	width: 50%;
	padding-left: 20px;
	margin-top: 75px;
}
.booktype{
	margin-top: 50px;
	background: #F8F8F8;
	padding: 40px 20px;
	display: flex;
	justify-content: space-between;
}
.booktype .type_box{
	padding: 0 10px;
	text-align: center;
	width: 33.3333%
}
.booktype .type_box h3{
	font-weight: 500;
}
.booktype .type_box h3.book01{
	color: #3E95B4;
}
.booktype .type_box h3.book02{
	color: #E38E24;
}
.booktype .type_box h3.book03{
	color: #1C8C7E;
}
.booktype .type_box p{
	margin-top: 20px;
}
.booktype .type_box img{
	margin-top: 20px;
}
.booktype .type_box img.img01{
	margin-top: 40px;
	width: 225px;
}
.booktype .type_box img.img02{
	width: 227px;
}
.booktype .type_box img.img03{
	width: 233px;
}
.specification_wrap{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.specification_wrap .sc_l{
	width: 50%;
	padding-right: 20px;
}
.specification_wrap .sc_r{
	width: 50%;
	padding-left: 20px;
}
.specification_wrap h3{
	font-weight: 500;
}
.specification_wrap h3.mt{
	margin-top: 40px;
}
.specification_wrap .sc_l .size_img{
	margin-top: 20px;
}
.specification_wrap .sc_r .box{
	margin-top: 20px;
	border: 1px solid #ccc;
	padding: 10px 30px;
}
.md_contact{
	background: url(/images/moviedm/bg_moviedm.png) no-repeat top left;
}
.qr_contact{
	background: url(/images/moviedm/bg_qr.png) no-repeat top left;
}
.md_contact,
.qr_contact{
	margin-top: 70px;
	padding: 20px 60px 20px 230px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	border-radius: 6px;
	background-size: contain;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.md_contact .text,
.qr_contact .text{
	max-width: 400px;
	padding-right: 30px;
}
.md_contact .text .small,
.qr_contact .text .small{
	font-size: 12px;
	font-size: 1.2rem;
}
.md_contact .btn_area,
.qr_contact .btn_area{
	width: 350px;
}
.qr_wrap{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.qr_wrap .image{
	width: 50%;
	padding-right: 40px;
}
.qr_wrap .text{
	width: 50%;
	padding-left: 40px;
}
.qr_wrap .text h3{
	font-weight: 500;
}
.qr_wrap .text ul{
	margin-top: 20px;
}
.qr_wrap .text ul li{
	background: url(/images/common/circle.png) no-repeat top 6px left;
	background-size: 16px auto;
	padding-left: 30px;
	line-height: 1.8;
	margin-top: 5px;
}
.qr_way{
	margin-top: 50px;
	background: #F8F8F8;
	padding: 40px 50px;
}
.qr_way h3{
	font-weight: 500;
	font-size: 18px;
	font-size: 1.8rem;
}
.qr_way h3 span{
	font-weight: normal;
	margin-left: 40px;
	font-size: 16px;
	font-size: 1.6rem;
}
.qr_way .image{
	margin-top: 30px;
}
.attention{
	margin-top: 50px;
}
@media screen and (max-width: 768px) {
	p.mt{
		margin-top: 20px;
	}
	.md_wrap{
		margin-top: 20px;
		display: inherit;
		flex-direction: row;
	}
	.md_wrap .text{
		width: 100%;
		padding-right: 0px;
	}
	.md_wrap .image{
		width: 100%;
		text-align: center;
		max-width: 550px;
		margin: auto;
	}
	.md_wrap2{
		display: inherit;
	}
	.md_wrap2 .image_l{
		width: 100%;
		max-width: 550px;
		padding-right: 0px;
		margin: 20px auto auto;
	}
	.md_wrap2 .image_r{
		width: 100%;
		padding-left: 0px;
		max-width: 550px;
		margin: 20px auto auto;
	}
	.booktype{
		margin-top: 30px;
		padding: 10px 20px;
		display: inherit;
	}
	.booktype .type_box{
		padding: 10px 0;
		text-align: center;
		width: 100%
	}
	.booktype .type_box p{
		margin-top: 10px;
	}
	.booktype .type_box img{
		margin-top: 10px;
	}
	.booktype .type_box img.img01{
		margin-top: 10px;
	}
	.specification_wrap{
		margin-top: 30px;
		display: inherit;
	}
	.specification_wrap .sc_l{
		width: 100%;
		padding-right: 0px;
	}
	.specification_wrap .sc_r{
		width: 100%;
		padding-left: 0px;
	}
	.specification_wrap h3{
		margin-top: 20px;
	}
	.specification_wrap h3.mt{
		margin-top: 20px;
	}
	.specification_wrap .sc_l .size_img{
		margin-top: 10px;
		max-width: 520px;
	}
	.specification_wrap .sc_r .box{
		margin-top: 10px;
		padding: 7px 15px;
	}
	.md_contact{
		background: none;
	}
	.qr_contact{
		background: none;
	}
	.md_contact,
	.qr_contact{
		margin-top: 30px;
		padding: 20px;
		display: inherit;
	}
	.md_contact .text,
	.qr_contact .text{
		max-width: 100%;
		padding-right: 0px;
		text-align: center;
	}
	.md_contact .btn_area,
	.qr_contact .btn_area{
		width: 100%;
		max-width: 350px;
		margin: 20px auto auto;
	}
	.qr_wrap{
		margin-top: 20px;
		display: inherit;
	}
	.qr_wrap .image{
		width: 100%;
		padding-right: 0px;
		max-width: 500px;
		margin: auto;
	}
	.qr_wrap .text{
		width: 100%;
		padding-left: 0px;
		margin-top: 20px;
	}
	.qr_wrap .text ul{
		margin-top: 20px;
	}
	.qr_wrap .text ul li{
		background: url(/images/common/circle.png) no-repeat top 4px left;
		background-size: 12px auto;
		padding-left: 20px;
		margin-top: 5px;
	}
	.qr_way{
		margin-top: 30px;
		background: #F8F8F8;
		padding: 20px;
	}
	.qr_way h3{
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.8;
	}
	.qr_way h3 span{
		display: block;
		font-weight: normal;
		margin-left: 0px;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.qr_way .image{
		margin: 20px auto auto;
		width: 100%;
		max-width: 335px;
	}
	.attention{
		margin-top: 30px;
	}
}