@charset "UTF-8";
.str-kv {
	background: url(/option/mail/webmail/renewal2023/images/kv-bg.png) left top repeat, linear-gradient(to bottom, #e5f6ff 0%, #cceeff 100%);
}
.str-outer-partition:first-child .str-inner {
	padding-top: 24px;
}
/* 関連サービス紹介 */
.relation {
	background: #f8f8f8;
	padding: 50px 0 70px 0;
}
.relation_intro {
	text-align: center;
	margin-bottom: 27px;
}
.relation_block {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}
.relation_item {
	width: calc(50% - 10px);
	margin-right: 20px;
	padding: 25px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 7px;
}
.relation_item:nth-child(even) {
	margin-right: 0;
}
.relation_item:last-child,
.relation_item:nth-last-child(2) {
	margin-bottom: 0;
}
.relation_img {
	width: 37.9%;
	margin-right: 20px;
}
.relation_desc {
	width: calc(62.1% - 20px);
}
.relation_desc .linkList {
	margin-bottom: 0;
}
.relation_hd {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 6px;
}
.relation_txt {
	margin-bottom: 10px;
}

@media only screen and (max-width:767px) {
	.relation {
		padding: 0;
	}
	.relation .hdg3Top {
		font-size: 20px;
		font-size: 2.0rem;
		padding: 0;
		margin-bottom: 20px;
		text-align: center;
		border-top: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.relation .hdg3Top:after {
		content: none;
	}
	.relation .inner {
		padding-bottom: 30px;
	}
	.relation_block {
		display: block;
	}
	.relation_item {
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	.relation_item:nth-last-child(2) {
		margin-bottom: 20px;
	}
	.relation_img {
		width: 100%;
		margin-right: 20px;
		text-align: center;
		margin-bottom: 20px;
	}
	.relation_desc {
		width: 100%;
	}
}
