@charset "UTF-8";
/*------------------------
後続ページタイトル
------------------------*/
/*--------共通--------*/
#top-ttl{
	background: url("/file/img/contents/blog/pagettl_blog_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/blog/pagettl_blog_pc.jpg") no-repeat;
	background-size: cover;
	background-position: top;
}
}
/*------------------------
コラム詳細
------------------------*/
#column .info{
	align-items: center;
}
#column .info .category{
	background: #3c3c3c;
    color: #fff;
    line-height: 1;
    border-radius: 5px;
}
#column .column-ttl{
	font-weight: 600;
	line-height: 1.4;
}
#column .txt-area .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
    line-height: 1.6;
}
#column .txt-area p{
    text-align: justify;
    line-height: 1.6;
}
#column .txt-area h2{
    font-weight: 600;
    border-bottom: 2px solid #cccccc;
    text-align: justify;
	line-height: 1.4;
}
#column .txt-area h3{
    font-weight: 600;
    display: flex;
    align-items: center;
    text-align: justify;
	line-height: 1.4;
}
#column .txt-area h3::before{
    content: '';
    background-color: var(--orange1);
    border-radius: 3px;
    display: inline-block;
}
#column .btn.back a{
	border-radius: 50px;
	cursor: pointer;
	background-color: var(--green);
	justify-content: center;
	margin: 0;
}
#column .btn.back a::before{
	border-radius: 50%;
	flex-shrink: 0;
	transform: scale(1);
}
#column .btn.back a:hover::before{
	transform: scale(0.8);
}
#column .btn.back a::after{
	transform: scale(1) rotate(180deg);
}
#column .btn.back a:hover::after{
	transform: scale(0.8) rotate(180deg);
}
/* サイドバー */
#column .side-bar h3{
    font-weight: 600;
    border-bottom: var(--green) solid 2px;
    line-height: 1;
}
#column .side-bar h3 span{
    font-weight: bold;
    color: var(--green);
}
#column .side-bar li a{
    border-bottom: 1px solid var(--green);
    line-height: 1;
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
#column .side-bar li a:hover{
	color: var(--green);
}
#column .side-bar li a::after{
	content: "";
    background: url("/file/img/contents/blog/sidebar-arrow.svg") no-repeat;
    background-position: center;
    background-size: contain;
	transition: 0.3s all;
	position: relative;
}
/*--------pc--------*/
@media screen and (min-width:768px) {
#column .inner{
	padding: 65px 0 110px;
}
#column .info{
	margin-bottom: 12px;
}
#column .info .date{
	font-size: 16px;
	margin-right: 10px;
}
#column .info .category{
	font-size: 14px;
    margin-right: 15px;
    padding: 8px 10px;
}
#column .column-ttl{
	font-size: 24px;
    margin-bottom: 34px;
    border-bottom: 3px solid var(--orange1);
    padding-bottom: 12px;
}
#column .column{
	justify-content: space-between;
}
#column .txt-area{
	width: 840px;
}
#column .txt-area .img{
	width: 840px;
	height: 560px;
	margin-bottom: 20px;
}
#column .txt-area p{
    margin-bottom: 20px;
}
#column .txt-area h2{
	font-size: 22px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
#column .txt-area h3{
	font-size: 18px;
    margin-bottom: 7px;
}
#column .txt-area h3::before{
	width: 8px;
    height: 22px;
    margin-right: 7px;
}
#column .btn.back a{
	width: 240px;
	height: 54px;
	padding: 0 10px 0 20px;
	font-size: 16px;
	margin: 0;
}
#column .btn.back a::before{
	width: 42px;
	height: 42px;
	border-radius: 50%;
	flex-shrink: 0;
	left: 6px;
	transform: scale(1);
}
#column .btn.back a:hover::before{
	transform: scale(0.8);
}
#column .btn.back a::after{
	width: 10px;
	height: 8px;
	left: 22px;
	transform: scale(1) rotate(180deg);
}
#column .btn.back a:hover::after{
	transform: scale(0.8) rotate(180deg);
}
/* サイドバー */
#column .side-bar{
    width: 320px;
}
#column .side-bar h3{
	font-size: 18px;
    padding-bottom: 7px;
    line-height: 1;
}
#column .side-bar h3 span{
	font-size: 14px;
    margin-left: 7px;
    color: var(--green);
}
#column .side-bar li a{
	padding: 15px 15px;
    line-height: 1;
    justify-content: space-between;
	transition: 0.3s all;
}
#column .side-bar li a:hover{
	color: var(--green);
}
#column .side-bar li a::after{
    width: 15px;
    height: 12px;
	transition: 0.3s all;
}
#column .side-bar li a:hover::after{
	right: -4px;
}
}
/*--------sp--------*/
@media screen and (max-width:767px) {
#column .inner{
    padding: 10.67vw 4vw 12.27vw;
}
#column .info{
	margin-bottom: 3.2vw;
}
#column .info .date{
	font-size: 4.27vw;
	margin-right: 2.67vw;
}
#column .info .category{
	font-size: 3.73vw;
    margin-right: 4vw;
    padding: 2.13vw 2.67vw;
}
#column .column-ttl{
	font-size: 5.33vw;
	margin-bottom: 4vw;
	border-bottom: 3px solid var(--orange1);
	padding-bottom: 2.4vw;
}
#column .column{
	flex-direction: column;
	margin-bottom: 3vw;
}
#column .txt-area{
	margin-bottom: 3vw;
}
#column .txt-area .img{
	height: 53.33vw;
	margin-bottom: 5.33vw;
}
#column .txt-area p{
    margin-bottom: 5.33vw;
	font-size: 3.73vw;
}
#column .txt-area h2{
	font-size: 5vw;
	padding-bottom: 1.3vw;
	margin-bottom: 2.5vw;
}
#column .txt-area h3{
	font-size: 4.8vw;
	margin-bottom: 1.6vw;
}
#column .txt-area h3::before{
	width: 8px;
    height: 5.87vw;
    margin-right: 1.87vw;
}
#column .btn.back a{
	margin: 0 auto;
}
#column .btn.back a::before{
	left: 1.6vw;
}
#column .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;
}
/* サイドバー */
#column .side-bar{
	width: 100%;
	margin-bottom: 5.33vw;
}
#column .side-bar h3{
	font-size: 4.8vw;
    padding-bottom: 1.87vw;
}
#column .side-bar h3 span{
	font-size: 3.73vw;
    margin-left: 1.87vw;
    color: var(--green);
}
#column .side-bar li a{
	padding: 4vw;
    justify-content: space-between;
}
#column .side-bar li a::after{
    width: 4vw;
    height: 3.2vw;
}
}