@charset "UTF-8";
/*------------------------
後続ページタイトル
------------------------*/
/*--------共通--------*/
#top-ttl{
background: url("/file/img/contents/voice/pagettl_voice_pc.jpg") no-repeat;
background-size: cover;
}
.img img{
	width: 100%;
	height: 100%;
}
.textarea{
	text-align: justify;
}
/*--------sp--------*/
@media screen and (max-width:767px) {
#top-ttl {
	background: url("/file/img/contents/voice/pagettl_voice_pc.jpg") no-repeat;
	background-size: cover;
	background-position: top;
}
}
/*------------------------
コラム詳細
------------------------*/
#voice .info{
	flex-wrap: wrap;
	align-items: center;
}
#voice .info .category{
	background: #3c3c3c;
	color: #fff;
	line-height: 1;
	border-radius: 5px;
}
#voice h1.column-ttl{
	font-weight: 600;
	line-height: 1.4;
}
#voice .txt-area .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	line-height: 1.6;
}
#voice .txt-area p{
	text-align: justify;
	line-height: 1.6;
}
#voice .txt-area h2{
	font-weight: 600;
	text-align: justify;
	line-height: 1.4;
}
#voice .btn.back a{
	border-radius: 50px;
	cursor: pointer;
	background-color: var(--green);
	justify-content: center;
	margin: 0;
}
#voice .btn.back a::before{
	border-radius: 50%;
	flex-shrink: 0;
	transform: scale(1);
}
#voice .btn.back a::after{
	transform: scale(1) rotate(180deg);
}
/* サイドバー */
#voice .side-bar h3{
	font-weight: 600;
	border-bottom: var(--green) solid 2px;
	line-height: 1;
}
#voice .side-bar h3 span{
	font-weight: bold;
	color: var(--green);
}
#voice .side-bar li{
	border-bottom: 1px solid var(--green);
	position: relative;
}
#voice .side-bar .new li a{
	display: flex;
}
#voice .side-bar .new li .thum img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
#voice .side-bar li a{
	line-height: 1;
}
#voice .side-bar li a:hover{
	color: var(--green);
}
#voice .side-bar li::after{
	content: "";
	background: url("/file/img/contents/blog/sidebar-arrow.svg") no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
}
/*--------pc--------*/
@media screen and (min-width:768px) {
#voice .inner{
	padding: 65px 0 110px;
	width: 1080px;
}
#voice .info{
	margin-bottom: 6px;
}
#voice .info .name{
	font-size: 18px;
	font-weight: 600;
	margin-right: 10px;
}
#voice .info .category{
	font-size: 14px;
	margin-right: 12px;
	padding: 8px 10px;
}
#voice h1.column-ttl{
	font-size: 24px;
	margin-bottom: 34px;
	border-bottom: 3px solid var(--orange1);
	padding-bottom: 12px;
}
#voice .column{
	justify-content: space-between;
}
#voice .txt-area{
	width: 680px;
	margin-bottom: 40px;
}
#voice .txt-area .img{
	width: 680px;
	height: 380px;
	margin-bottom: 40px;
}
#voice .txt-area .voice-box:not(:last-child){
	margin-bottom: 25px;
}
#voice .txt-area h3{
	background: #f7f5ef;
	position: relative;
	font-size: 19px;
	margin-bottom: 10px;
	line-height: 1;
	padding: 12px;
	border-left: 10px solid #e0d9c3;
	font-weight: 600;
}
#voice .btn.back a{
	width: 240px;
	height: 54px;
	padding: 0 10px 0 20px;
	font-size: 16px;
	margin: 0;
}
#voice .btn.back a::before{
	width: 42px;
	height: 42px;
	border-radius: 50%;
	flex-shrink: 0;
	left: 6px;
	transform: scale(1);
}
#voice .btn.back a:hover::before{
	transform: scale(0.8);
}
#voice .btn.back a::after{
	width: 10px;
	height: 8px;
	left: 22px;
	transform: scale(1) rotate(180deg);
}
#voice .btn.back a:hover::after{
	transform: scale(0.8) rotate(180deg);
}
/* サイドバー */
#voice .side-bar{
	width: 320px;
}
#voice .side-list:not(:last-child){
	margin-bottom: 30px;
}
#voice .side-bar h3{
	font-size: 18px;
	padding-bottom: 7px;
	line-height: 1;
}
#voice .side-bar h3 span{
	font-size: 14px;
	margin-left: 7px;
	color: var(--green);
}
#voice .side-bar .category li a{
	line-height: 1;
	transition: 0.3s all;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 15px;
	transition: 0.3s all;
	width: 93%;
}
#voice .side-bar .new li a{
	display: flex;
	width: 93%;
	padding: 10px;
}
#voice .side-bar .new li p{
	max-height: 2.8em;
	line-height: 1.4;
	font-size: 15px;
	transition: 0.3s all ease;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	flex: 1;
}
#voice .side-bar .new li .thum{
	width: 80px;
	height: 46px;
	margin-right: 9px;
	border-radius: 5px;
	overflow: hidden;
}
#voice .side-bar .new li a .thum img{
	transform: scale(1);
	transition: 0.3s all;
}
#voice .side-bar li a:hover{
	color: var(--green);
}
#voice .side-bar .new li a:hover .thum img{
	transform: scale(1.1);
}
#voice .side-bar li::after{
	width: 15px;
	height: 12px;
	transition: 0.3s all;
	right: 10px;
	top: 39%;
}
#voice .side-bar li:hover::after{
	right: 5px;
}
}
/*--------sp--------*/
@media screen and (max-width:767px) {
#voice .inner{
	padding: 10.67vw 4vw 12.27vw;
}
#voice .info{
	margin-bottom: 1.6vw;
}
#voice .info .name{
	font-size: 4.53vw;
}
#voice .info .category{
	font-size: 3.73vw;
	margin-right: 3vw;
	padding: 2.13vw 2.67vw;
}
#voice h1.column-ttl{
	font-size: 5.33vw;
	margin-bottom: 4vw;
	border-bottom: 3px solid var(--orange1);
	padding-bottom: 2.4vw;
}
#voice .column{
	flex-direction: column;
	margin-bottom: 3vw;
}
#voice .txt-area{
	margin-bottom: 3vw;
}
#voice .txt-area .img{
	height: 53.33vw;
	margin-bottom: 5.33vw;
}
#voice .txt-area p{
	margin-bottom: 5.33vw;
	font-size: 3.73vw;
}
#voice .txt-area h3{
	font-size: 4.53vw;
	margin-bottom: 2.4vw;
	border-left: 8px solid #e0d9c3;
	background: #f7f5ef;
	padding: 2.67vw;
	line-height: 1.35;
	font-weight: 600;
}
#voice .btn.back a{
	margin: 0 auto;
}
#voice .btn.back a::before{
	left: 1.6vw;
}
#voice .btn.back a::after{
	left: 4.87vw;
	transform: scale(1) rotate(180deg);
	background: url("/file/img/contents/blog/sidebar-arrow.svg") no-repeat;
	background-size: contain;
}
/* サイドバー */
#voice .side-bar{
	width: 100%;
	margin-bottom: 5.33vw;
}
#voice .side-list:not(:last-child){
	margin-bottom: 8vw;
}
#voice .side-bar h3{
	font-size: 4.8vw;
	padding-bottom: 1.87vw;
}
#voice .side-bar h3 span{
	font-size: 3.73vw;
	margin-left: 1.87vw;
	color: var(--green);
}
#voice .side-bar .category li a{
	padding: 3.4vw;
	justify-content: space-between;
	line-height: 1;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 93%;
}
#voice .side-bar .new li a{
	display: flex;
	width: 93%;
	padding: 2.67vw;
}
#voice .side-bar .new li p{
	max-height: 2.8em;
	line-height: 1.4;
	font-size: 4vw;
	transition: 0.3s all ease;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	flex: 1;
}
#voice .side-bar .new li .thum{
	width: 21.33vw;
	height: 12.27vw;
	margin-right: 2.4vw;
	border-radius: 5px;
	overflow: hidden;
}
#voice .side-bar li a::after{
	width: 4vw;
	height: 3.2vw;
}
#voice .side-bar li::after{
	width: 4vw;
	height: 3.2vw;
	right: 2.67vw;
	top: 39%;
}
}