@charset "UTF-8";
h1 {
	background: #e9fbff;
	padding: 56px 0;
	text-align: center;
}
h2{
	border-bottom: 1px solid var(--primary);
	color: var(--primary);
	font-size: 24px;
	margin-bottom: 29px;
	padding: 0 0 29px 120px;
	position: relative;
}
h2.page01:before{
	background: url(/assets/img/about/anshinlab_tsushin/pc_title01_decoration.jpg);
}
h2.page02:before{
	background: url(/assets/img/about/anshinlab_tsushin/pc_title02_decoration.jpg);
}
h2:before{
	content: "";
	display: block;
	width: 101px;
	height: 61px;
	background-size: 101px 61px;
	position: absolute;
	top: -21px;
	left: 0;
}
h3{
	color: var(--primary);
	font-size: 24px;
	border-bottom: 1px solid var(--primary);
	margin-bottom: 29px;
	padding-bottom: 16px;
}
.article {
	background: #f4f5f6;
	padding: 74px 0;
	margin-bottom: 74px;
}
.article p, .article ul{
	color: #333;
	font-size: 16px;
	margin-bottom: 29px;
	line-height: 2;
}
.article ul li{
	padding-left: 1em;
	text-indent: -1em;
}
.articleImg{
	margin-bottom: 29px;
}
.article p.last_txt{
	margin-bottom: 0;
}
.article01, .article02{
	background: #fff;
	border-radius: 22px;
	padding: 45px 40px;
}

.expertComment p.imgCaption{
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
	margin-top: 10px;
}

.expertComment > div{
	float: left;
}

.expertComment > p{
	float: right;
	width: 600px;
}

.article02Wrap > div{
	float: left;
}
.article02Wrap > p{
	float: right;
	width: 480px;
}

.expertComment:after,
.article02Wrap:after{
	content: "";
	display: block;
	clear: both;
}
.pastArticle{
	display: -webkit-flex;
	display: flex;
}
.pastArticle li{
	width: 296px;
	margin-right: 16px;
}
.pastArticle li:nth-last-of-type(1){
	margin-right: 0;
}
.pastArticle p{
	color: var(--primary);
	font-size: 16px;
	margin-top: 16px;
	line-height: 1.5;
	font-weight: bold;
}
.pastArticle a{
	text-decoration: none;
}

.labTxt{
	color: var(--primary);
	font-size: 30px;
	font-weight: bold;
	margin: 74px 0 45px;
	text-align: center;
}
.labImg a{
	display: block;
}
.pastArticle a:hover,
.labImg a:hover,
.banner a:hover{
	opacity: 0.65;
}
#footer_m17{
	display: none;
}

/* irregular Page02 */
.article_hr{
	display: block;
    clear: both;
    height: 1px;
    border: 0;
    border-top: 1px solid #b2c5e0;
    margin: 45px auto;
    padding: 0;
    width: 80%;
}
.indent{
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
.subHeading{
	font-weight: bold;
}
.articleWrap{
	display: table;
}
.articleWrap_txt, .articleWrap_img{
	display: table-cell;
	vertical-align: middle;
}
.articleWrap_txt{
	width: 460px;
}
.articleWrap_img{
	padding-left: 20px;
}
.releaseDay{
	width: 100%;font-size: 18px;text-align: right;
}
@media screen and (max-width: 869px){
	h1{
		padding: 0;
	}
	h2{
	font-size: 16px;
	text-align: center;
	margin-bottom: 16px;
	padding: 54px 0 16px 0;
	line-height: 1.5;
	}
	h2.page01:before{
	background: url(/assets/img/about/anshinlab_tsushin/sp_title01_decoration.jpg);
	}
	h2.page02:before{
	background: url(/assets/img/about/anshinlab_tsushin/sp_title02_decoration.jpg);
	}
	h2.page01:before,h2.page02:before{
	width: 64px;
	height: 39px;
	background-size: 64px 39px;
	top: 0;
	left: 50%;
	margin-left: -39px;
	}
	h3{
	font-size: 16px;
	margin-bottom: 16px;
	padding-bottom: 16px;
	}
	.article {
	padding: 45px 0;
	margin-bottom: 45px;
	}
	.article p, .article ul{
		color: #333;
		font-size: 13px;
		margin-bottom: 16px;
		line-height: 2;
	}
	.articleImg{
		margin-bottom: 16px;
	}
	.article01, .article02{
		border-radius: 12px;
		padding: 29px 16px;
	}

	.article02Wrap > div{
		float: none;
	}
	.article02Wrap > p{
		float: none;
		width: auto;
	}

	.expertComment p.imgCaption{
		font-size: 14px;
		text-align: center;
		line-height: 1.5;
		margin-top: 10px;
	}

	.expertComment > div{
		float: none;
	}

	.expertComment > div img{
		text-align: center;
		margin: 0 auto;
	}

	.expertComment > p{
		float: none;
		width: auto;
	}

	.pastArticle{
	display: block;
	}
	.pastArticle li{
		width: 100%;
		margin-right: 0;
		padding: 16px 0;
		border-bottom: 1px solid #f1f2f3;
	}
	.pastArticle p{
		font-size: 14px;
	}
	.labTxt{
		font-size: 18px;
		margin: 45px 0 29px;
		line-height: 1.5;
	}
	.labImg a:hover{
		opacity: 1;
	}
	/* irregular Page02 */
	.indent{
		display: block;
		padding-left: 1em;
		text-indent: -1em;
	}
	.subHeading{
		font-weight: bold;
	}
	.articleWrap{
		display: block;
	}
	.articleWrap_txt, .articleWrap_img{
		display: block;
	}
	.articleWrap_img.pcOnly{
		display: none;
	}
	.articleWrap_txt{
		width: auto;
	}
	.articleWrap_img{
		padding-left: 0;
		margin-top: 29px;
	}
	.releaseDay{
		width: 100%;font-size: 13px;text-align: right;
	}
}
