@charset "UTF-8";

/* *******************************************************************************************
*
*	雪国で選ばれ続ける理由
*
******************************************************************************************* */
html, body {
	width: 100%;
	height: 100%;
}

html {
	overflow: auto;
}

html.fixed {
	overflow: hidden;
}

body.fixed {
	overflow: hidden;
}

/* ----------------------------- コンテンツ ----------------------------- */
.voice {
	margin: 0 auto;
	padding-top: 70px;
	max-width: 1200px;
	min-width: 980px;
}

.voice_ttl {
	margin-bottom: 11px;
	font-size: 36px;
	line-height: 56px;
	font-weight: bold;
	letter-spacing: 0.12em;
	text-align: center;
}

.contents_40th_bnr .voice_ttl {
	margin-bottom: 35px;
	font-size: 32px;
	letter-spacing: 0.1em;
}

.voice_sub {
	margin-bottom: 55px;
	color: #cc0000;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.12em;
	text-align: center;
}

.voice_list {
	display: flex;
	flex-wrap: wrap;
}

.voice_list_item {
	width: 33.33%;
}

.voice_list_item a {
	position: relative;
	display: block;
	height: 100%;
	background: #fff;
	transition: all .3s ease;
}

.voice_list_item a:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background: #cc0000;
	z-index: 1;
}

.voice_list_item_img {
	position: relative;
	overflow: hidden;
	z-index: 10;
}

.voice_list_item_img_holder {
	transition: all .3s ease;
}

.voice_list_item_info {
	position: relative;
	padding: 16px 46px 40px 28px;
	z-index: 10;
}

.voice_list_item_info:after {
	position: absolute;
	content: "\f054";
	top: 50%;
	right: 30px;
	height: 16px;
	color: #c00;
	font-size: 14px;
	font-family: FontAwesome;
	line-height: 16px;
	transform: translate(0, -50%) scaleX(.9);
	transition: all .3s ease;
}

.voice_list_item_info_ttl {
	color: #2b383f;
	font-size: 18px;
	font-weight: bold;
}

@media screen and (min-width: 737px) {
	.voice_list_item a:hover {
		background: #e6e9eb;
	}

	a:hover .voice_list_item_img_holder {
		transform: scale(1.05, 1.05);
	}

	a:hover .voice_list_item_info:after {
		right: 20px;
	}
}

@media screen and (max-width: 736px) {
	.voice {
		padding-top: 35px;
		min-width: 320px;
	}

	.voice_ttl {
		margin-bottom: 0;
		font-size: 24px;
		line-height: 38px;
		letter-spacing: 0.12em;
	}

	.contents_40th_bnr .voice_ttl {
		margin-bottom: 2rem;
		font-size: 22px;
		line-height: 1.3;
	}

	.voice_sub {
		margin-bottom: 40px;
		font-size: 16px;
		line-height: 26px;
		letter-spacing: 0.12em;
	}

	.voice_list {
		display: block;
	}

	.voice_list_item {
		width: 100%;
		border-bottom: 1px solid #d9d9d9;
	}

	.voice_list_item:first-child {
		border-top: 1px solid #d9d9d9;
	}

	.voice_list_item a {
		display: flex;
	}

	.voice_list_item a:before {
		content: none;
	}

	.voice_list_item_img {
		width: 44%;
	}

	.voice_list_item_info {
		display: flex;
		align-items: center;
		padding: 0 28px 0 20px;
		width: 56%;
	}

	.voice_list_item_info:before {
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		width: 5px;
		height: 100%;
		background: #cc0000;
		z-index: 1;
	}

	.voice_list_item_info:after {
		right: 10px;
	}

	.voice_list_item_info_ttl {
		font-size: 14px;
		line-height: 20px;
	}
}

/* ----------------------------- モーダル ----------------------------- */
#modal_holder {
	display: none;
}

.modal_content {
	background: #fff;
}

.modal_content img {
	width: 100%;
	height: auto;
	vertical-align: top;
	border: none;
}

.modal_content_info {
	padding: 100px 60px 115px 60px;
}

.modal_content_info_ttl {
	position: relative;
	margin-bottom: 36px;
	font-size: 36px;
	line-height: 60px;
	font-weight: bold;
}

.modal_content_info_ttl:after {
	position: absolute;
	content: '';
	top: 0;
	left: -60px;
	width: 10px;
	height: 100%;
	background: #cc0000;
}

.modal_content_info_use {
	margin-bottom: 54px;
	color: #cc0000;
	font-size: 18px;
}

.modal_content_info_clm {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 45px;
}

.modal_content_info_clm_l {
	width: 410px;
}

.modal_content_info_clm_r {
	padding-left: 40px;
	width: 450px;
	box-sizing: border-box;
}

.modal_content_info_clm_caption {
	padding-top: 10px;
	font-size: 16px;
	line-height: 32px;
}

.modal_content_info_clm_txt {
	font-size: 16px;
	line-height: 35px;
}

.modal_content_btm {
	padding: 40px 0;
	text-align: center;
}

.modal_close {
	display: inline-block;
	padding-left: 31px;
	color: #22272a;
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	background: url(../img/icon_modal_close.png) 0 center no-repeat;
	background-size: 17px auto;
}

.pager {
	display: flex;
	align-items: baseline;
	color: #fff;
	font-weight: 600;
}

.pager_current {
	font-size: 25px;
	line-height: 1;
}

.pager_separate {
	padding: 0 18px;
	font-size: 16px;
	line-height: 25px;
}

.pager_total {
	font-size: 16px;
	line-height: 25px;
}

@media screen and (max-width: 736px) {
	.modal_content_info {
		padding: 44px 20px 42px 20px;
	}

	.modal_content_info_ttl {
		margin-bottom: 9px;
		font-size: 24px;
		line-height: 35px;
	}

	.modal_content_info_ttl:after {
		top: -44px;
		left: 0;
		width: 70px;
		height: 5px;
	}

	.modal_content_info_use {
		margin-bottom: 35px;
		font-size: 14px;
	}

	.modal_content_info_clm {
		display: block;
		margin-bottom: 35px;
	}

	.modal_content_info_clm_l {
		margin-bottom: 35px;
		width: 100%;
	}

	.modal_content_info_clm_r {
		padding-left: 0;
		width: 100%;
	}

	.modal_content_info_clm_caption {
		padding-top: 7px;
		font-size: 12px;
		line-height: 26px;
	}

	.modal_content_info_clm_txt {
		font-size: 14px;
		line-height: 26px;
	}

	.modal_content_btm {
		padding: 40px 0;
		text-align: center;
	}

	.modal_close {
		padding-left: 24px;
		font-size: 14px;
		background-size: 13px auto;
	}

	.pager_current {
		font-size: 18px;
	}

	.pager_separate {
		padding: 0 15px;
		font-size: 12px;
		line-height: 18px;
	}

	.pager_total {
		font-size: 12px;
		line-height: 18px;
	}
}