@charset "UTF-8";

/*--------------------------------------------------
**************************************************
  コラム（一覧）
**************************************************
--------------------------------------------------*/
.archive .heading_type_02{
	font-size: 24px;
}

.archive .list{
	display: flex;
	flex-wrap: wrap;
	gap: 55px 45px;
}
@media screen and (max-width: 767px) {
	.archive .list{
		gap: 30px 20px;
	}
}

.archive .list li{
	width: 370px;
}
@media screen and (max-width: 767px) {
	.archive .list li{
		width: 47%;
	}
}

.archive .list li .thumb img{
	border-radius: 40px;
}
@media screen and (max-width: 767px) {
	.archive .list li .thumb img{
		border-radius: 20px;
	}
}

.archive .list li .title{
	display: block;
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #333;
}
@media screen and (max-width: 767px) {
	.archive .list li .title{
		margin-top: 10px;
		text-align: left;
		font-size: 14px;
	}
}

.archive .list li a:hover .title{
	color: #333;
}


/*--------------------------------------------------
**************************************************
  コラム（詳細）
**************************************************
--------------------------------------------------*/
.single .heading_type_01{
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	.single .heading_type_01{
		line-height: 1.4;
	}
}

.single .content #toc_container{
	margin: 20px 0 60px;
	padding: 35px 40px;
	background: #f7f6f0;
	border: none;
}
@media screen and (max-width: 767px) {
	.single .content #toc_container{
		margin: 0 0 50px;
		padding: 20px 30px;
	}
}

.single .content #toc_container p.toc_title{
	text-align: left;
	font-size: 18px;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.single .content #toc_container p.toc_title{
		font-size: 16px;
	}
}

.single .content #toc_container .toc_list li{
	margin-top: 5px;
}

.single .content #toc_container .toc_list a{
	font-size: 18px;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.single .content #toc_container .toc_list a{
		font-size: 16px;
	}
}

.single .content h1,
.single .content h2,
.single .content h3,
.single .content h4,
.single .content h5,
.single .content h6{
	display: inline-block;
	margin-bottom: 10px;
	padding: 15px 40px;
	background-color: #f8f8f8;
	font-size: 18px;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.single .content h1,
	.single .content h2,
	.single .content h3,
	.single .content h4,
	.single .content h5,
	.single .content h6{
		padding: 15px 20px;
		font-size: 16px;
	}
}

.single .content p{
	font-size: 14px;
	line-height: calc(30 / 14);
}
@media screen and (max-width: 767px) {
	.single .content p{
		line-height: 2;
	}
}

@media screen and (max-width: 767px) {
	.single p a{
		text-decoration: underline;
	}
}
