@charset "utf-8";
/* ------------------------------------- */
/* 買い方共通部分レイアウト */
/* ------------------------------------- */
.content_body_wrapper{
	min-width: 1000px;
}
@media screen and (max-width: 768px){
	.content_body_wrapper{
		min-width: 320px;
	}
}
.content_body{
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0 50px;
	color: #475059;
	font-size: 14px;
}
@media screen and (max-width: 768px){
	.content_body{
		box-sizing: border-box;
		width: 100%;
		padding: 40px 20px 40px;
		font-size: 12px;
	}
}
.content_body a{
	color: #0075c2;
}
.content_body h1{
	font-weight: 300;
	font-size: 36px;
	margin-bottom: 50px;
	text-align: center;
}
@media screen and (max-width: 768px){
	.content_body h1{
		font-size: 25px;
		margin-bottom: 30px;
	}
}
.content_body h2{
	font-weight: 300;
	font-size: 28px;
	text-align: center;
}
@media screen and (max-width: 768px){
	.content_body h2{
		font-size: 21px;
	}
}
/* ------------------------------------- */
/* 買い方TOPレイアウト */
/* ------------------------------------- */
.buy_shop h2,
.buy_online h2{
	margin-bottom: 30px;
}
@media screen and (max-width: 768px){
	.buy_shop h2,
	.buy_online h2{
		margin-bottom: 20px;
	}
}
.buy_shop{
	margin-bottom: 80px;
}
@media screen and (max-width: 768px){
	.buy_shop{
		margin-bottom: 60px;
	}
}
.purchase_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.purchase_list img{
	width: 100%;
}
.purchase_list li{
	box-sizing: border-box;
	display: inline-block;
	width: 19%;
	margin: 0.5%;
	text-align: center;
	border: 1px solid #c3d4e5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px){
	.purchase_list li{
		width: 32%;
		margin: 0.6%;
	}
}
.purchase_list li:hover{
	box-shadow: 0 0 0 3px #0075c2 inset;
	border: 1px solid #0075c2;
}
.buy_online{
	margin-bottom: 80px;
}
@media screen and (max-width: 768px){
	.buy_online{
		margin-bottom: 20px;
	}
}
/* ------------------------------------- */
/* 買い方ページ内レイアウト */
/* ------------------------------------- */
.purchase_store_info{
	margin-bottom: 50px;
	text-align: center;
}
@media screen and (max-width: 768px){
	.purchase_store_info{
		margin-bottom: 30px;
		text-align: left;
	}
}
/* 購入手段 */
.purchase_means{
	border: 1px solid #c3d4e5;
}
.purchase_means ul li{
	box-sizing: border-box;
	border-bottom: 1px solid #c3d4e5;
	display: table;
	padding: 40px 0;
}
@media screen and (max-width: 768px){
	.purchase_means ul li{
		display: block;
		padding: 30px 10px;
	}
}
.purchase_means ul li:last-child{
	border-bottom: none;
}
.purchase_means_image{
	width: 320px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
@media screen and (max-width: 768px){
	.purchase_means_image{
		width: 100%;
		display: block;
	}
}
.purchase_means_image ul li{
	display: inline-block;
	border-bottom: none;
	padding: 0 2px;
}
.purchase_means_summary{
	width: 470px;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
@media screen and (max-width: 768px){
	.purchase_means_summary{
		width: 100%;
		display: block;
		padding: 20px 0;
	}
}
.purchase_means_summary h3{
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 10px;
	text-align: left;
}
@media screen and (max-width: 768px){
	.purchase_means_summary h3{
		font-size: 16px;
		text-align: center;
	}
}
.purchase_means_link{
	width: 210px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
@media screen and (max-width: 768px){
	.purchase_means_link{
		width: 100%;
		display: block;
	}
}
.btn_purchase_means{
	box-sizing: border-box;
	display: inline-block;
	width: 130px;
	line-height: 56px;
	text-align: center;
	font-size: 14px;
	color: #0075c2;
	border: 1px solid #0075c2;
	border-radius: 4px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px){
	.btn_purchase_means{
		width: 100%;
		line-height: 45px;
	}
}
.btn_purchase_means:hover{
	text-decoration: none;
}
.btn_purchase_means i{
	margin-left: 5px;
}
/* 購入手順（ステップ） */
.purchase_step h2{
	margin-bottom: 60px;
}
@media screen and (max-width: 768px){
	.purchase_step h2{
		margin-bottom: 40px;
	}
}
.purchase_step_block{
	border-bottom: 1px solid #c3d4e5;
	padding: 80px 0;
}
@media screen and (max-width: 768px){
	.purchase_step_block{
		padding: 40px 0;
	}
}
.purchase_step_list ul li{
	margin-bottom: 100px;
	position: relative;
}
@media screen and (max-width: 768px){
	.purchase_step_list ul li{
		margin-bottom: 80px;
	}
}
.purchase_step ul li:after{
	content: "";
    background-image: url(/material/docs/purchase/images/step_arrow.png);
	background-size: 40px 20px;
	position: absolute;
	width: 40px;
    height: 20px;
	margin: 0 auto;
	right: 0;
	left: 0;
	bottom: -60px;
}
@media screen and (max-width: 768px){
	.purchase_step ul li:after{
		bottom: -50px;
	}
}
.purchase_step ul li:last-child{
	margin-bottom: 0;
}
.purchase_step ul li:last-child:after{
	content: none;
}
.purchase_step_list{
	width: 830px;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.purchase_step_list{
		width: 100%;
	}
}
.purchase_step_list ul li{
	display: table;
	width: 100%;
}
@media screen and (max-width: 768px){
	.purchase_step_list ul li{
		display: block;
	}
}
.purchase_step_list p{
	display: table-cell;
	box-sizing: border-box;
	vertical-align: top;
	position: relative;
	padding: 0 20px 0 54px;
}
@media screen and (max-width: 768px){
	.purchase_step_list p{
		display: block;
		width: 100%;
		padding: 0 0 0 40px;
		margin-bottom: 20px;
	}
}
.purchase_step_list p span{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 34px;
	color: #0075c2;
	line-height: 1;
}
@media screen and (max-width: 768px){
	.purchase_step_list p span{
		font-size: 25px;
	}
}
.purchase_step_list_image{
	text-align: right;
}
@media screen and (max-width: 768px){
	.purchase_step_list_image{
		text-align: center;
	}
	.purchase_step_list_image img{
		width: 80%;
	}
}
.purchase_notice_agree{
	padding-top: 60px;
	margin-bottom: 80px;
	text-align: center;
}
@media screen and (max-width: 768px){
	.purchase_notice_agree{
		padding-top: 30px;
		margin-bottom: 40px;
		text-align: left;
	}
}
.purchase_info{
	margin-bottom: 70px;
}
@media screen and (max-width: 768px){
	.purchase_info{
		margin-bottom: 30px;
	}
}
.purchase_info a{
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 10px;
	color: #eb4646;
	text-align: center;
	border: solid 1px #eb4646;
	border-radius: 4px;
	background-color: #fff6f6;
	font-size: 14px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px){
	.purchase_info a{
		font-size: 12px;
	}
}
.purchase_info a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
