@charset "UTF-8";

/* ==================================================
主な配送先
================================================== */
/* セクション
-------------------------------------------------- */
.content-shipping-section .section-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.content-shipping-section .section-content .column {
	width: 520px;
}

@media screen and (max-width: 768px) {
	.content-shipping-section .section-content .column {
		width: 100%;
		margin: 0 0 1.6rem;
	}
}


/* カラム
------------------------- */
.content-shipping-section .section-content .column-thumb {
	margin: 0 auto 18px;
	display: block;
}

.content-shipping-section .section-content .column-title {
	margin: 0 0 10px;
	padding: 0 0 0 18px;
	font-size: 19px;
	position: relative;
}

.content-shipping-section .section-content .column-title:after {
	content: '';
	width: 5px;
	height: 100%;
	border-radius: 3px;
	background: #167000;
	position: absolute;
	top: 0;
	left: 0;
}

.content-shipping-section .section-content .column-body {
	line-height: 1.3;
	font-size: .93em;
}

@media screen and (max-width: 768px) {
	.content-shipping-section .section-content .column-thumb {
		margin: 0 0 .8rem;
	}

	.content-shipping-section .section-content .column-title {
		margin: 0 0 .8rem;
		font-size: 1.4rem;
		line-height: 1.3;
	}
}

/* ==================================================
主な配送方法
================================================== */
/* 
-------------------------------------------------- */
.content-method-list .method-section {
	margin: 0 0 20px;
	padding: 33px 49px;
	border: 1px solid #7d7d7d;
	background: #fafafa;
	display: flex;
	justify-content: space-between;
}

.content-method-list .method-section .texts-column {
	width: 490px;
	order: 2;
}

.content-method-list .method-section .thumb-column {
	width: 450px;
	order: 1;
}

/* 見出し */
.content-method-list .method-section .method-title {
	margin: 0 0 20px;
	padding: 9px 20px;
	line-height: 1.3;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	background: #167000;
}

/* 本文 */
.content-method-list .method-section .method-body {
	line-height: 1.3;
	font-size: 15px;
}

/* 赤文字 */
.content-method-list .method-section .method-catch {
	margin: 0 0 .4em;
	color: #e60012;
	font-size: 18px;
}

@media screen and (max-width: 768px) {
	.content-method-list .method-section {
		margin: 0 0 1.6rem;
		padding: .8rem;
		display: block;
	}

	.content-method-list .method-section .method-title {
		margin: 0 0 .8rem;
		padding: .8rem .8rem .6rem;
		font-size: 1.4rem;
	}

	.content-method-list .method-section .texts-column {
		width: auto;
		margin: 0 0 .8rem;
	}

	.content-method-list .method-section .thumb-column {
		width: auto;
		text-align: center;
	}

	.content-method-list .method-section .method-body {
		line-height: inherit;
		font-size: inherit;
	}

	.content-method-list .method-section .method-catch {
		font-size: 1.4rem;
	}
}