@charset "UTF-8";

/* 共通部分差し替え */

.newsletter .contents-list .tit,
.newsletter .contents-block .tit,
.newsletter .contents-block .intit2,
.newsletter .contents-block .seminer .seminer_tit {
	color: #42B153;
}

.newsletter .contents-list .list li::before {
	background: #42B153;
}

.newsletter .contents-block .accordion .message_tit_block .num,
.newsletter .contents-block .intit {
	background: #42B153;
}

.newsletter .contents-block .intit2,
.newsletter .contents-block .seminer .seminer_tit {
	border-left-color: #42B153;
}

.newsletter .contents-list,
.newsletter .contents-block {
	background-image: url(../img/bg_contents.svg);
}

@media only screen and (max-width: 767px) {
	.newsletter .newstitle {
		background: url(../img/bg_newstitle_sp.jpg) no-repeat center bottom;
		background-size: cover;
	}
}

.newsletter .newstitle .newstitle-txt {
	color: #fff;
}

.newsletter .contents-block .tit .detail {
	border-color: #E1F5D7;
}

/* 共通部分差し替え ここまで */

.newsletter .contents-block .message_img.left {
	margin-bottom: 30px;
}

.newsletter .contents-block .clear {
	clear: both;
}

.newsletter .contents-block .seminer .seminer_cate {
	margin: 0 0 20px;
	padding: 5px 10px;
	font-weight: bold;
	color: #42B153;
	background: #E1F5D7;
}

.newsletter .contents-block .seminer .seminer_tit .xsmall {
	display: block;
	font-size: 1.2rem;
	font-weight: normal;
}

.newsletter .contents-block .history .history_col {
	display: flex;
	justify-content: space-between;
	padding: 40px;
	background: #E1F5D7;
	position: relative;
}

.newsletter .contents-block .history .history_col + .history_col {
	margin-top: 30px;
}

.newsletter .contents-block .history .history_col + .history_col::before {
	content: '';
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -1px;
	height: 30px;
	border-left: 2px dotted #42B153;
}

.newsletter .contents-block .history .history_col .history_col_txt {
	width: 70%;
}

.newsletter .contents-block .history .history_col .history_col_txt .intit2 {
	font-size: 2.4rem;
}

.newsletter .contents-block .history .history_col .history_col_img {
	width: 25%;
}

.newsletter .contents-block .history .history_col .history_col_txt .other {
	margin-top: 20px;
}

.newsletter .contents-block .history .history_col .history_col_txt .other .other_tit {
	padding: 5px 10px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #42B153;
	text-align: center;
	background: #f4fbef;
}

.newsletter .contents-block .history .history_col .history_col_txt .other .other_inner {
	display: flex;
	justify-content: space-between;
	padding: 30px;
	background: #fff;
}

.newsletter .contents-block .history .history_col .history_col_txt .other .other_inner .other_col {
	display: flex;
	justify-content: space-between;
	width: calc(50% - 15px);
}

.newsletter .contents-block .history .history_col .history_col_txt .other .other_inner .other_col .other_col_img {
	width: 48%;
}

.newsletter .contents-block .history .history_col .history_col_txt .other .other_inner .other_col .other_col_txt {
	width: calc(52% - 15px);
}

@media only screen and (max-width: 767px) {
	.newsletter .contents-block .history .history_col {
		padding: 20px;
	}

	.newsletter .contents-block .history .history_col {
		display: block;
	}

	.newsletter .contents-block .history .history_col .history_col_txt {
		width: 100%;
		margin: 0 0 20px;
	}

	.newsletter .contents-block .history .history_col .history_col_txt .intit2 {
		font-size: 2.0rem;
	}

	.newsletter .contents-block .history .history_col .history_col_img {
		width: 100%;
		max-width: 210px;
		margin: 0 auto;
		text-align: center;
	}

	.newsletter .contents-block .history .history_col .history_col_txt .other .other_inner {
		display: block;
		padding: 15px;
	}

	.newsletter .contents-block .history .history_col .history_col_txt .other .other_inner .other_col {
		width: 100%;
	}

	.newsletter .contents-block .history .history_col .history_col_txt .other .other_inner .other_col + .other_col {
		margin-top: 15px;
	}

	.newsletter .contents-block .history .history_col .history_col_txt .other .other_inner .other_col .other_col_img {
		width: 100px;
	}

	.newsletter .contents-block .history .history_col .history_col_txt .other .other_inner .other_col .other_col_txt {
		width: calc(100% - 110px);
	}
}


.newsletter .contents-block .seminer_cv {
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.newsletter .contents-block .seminer_cv {
		margin-bottom: 20px;
	}
}

.newsletter .contents-block .pickup {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.newsletter .contents-block .pickup .txt {
	width: calc(100% - 440px);
	padding: 40px;
	position: relative;
	z-index: 0;
}

.newsletter .contents-block .pickup .txt::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: calc(100% + 100px);
	height: 100%;
	background: #F5F5F5;
}


.newsletter .contents-block .pickup .img {
	max-width: 440px;
	width: 100%;
	padding: 20px 0 0;
	position: relative;
}

@media only screen and (max-width: 1000px) {
	.newsletter .contents-block .pickup {
		display: block;
	}

	.newsletter .contents-block .pickup .txt {
		width: 100%;
		padding: 20px;
	}

	.newsletter .contents-block .pickup .txt::before {
		width: 100%;
		background: #F5F5F5;
	}

	.newsletter .contents-block .pickup .img {
		max-width: none;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	.newsletter .contents-block .pickup .img img {
		width: 100%;
	}
}

.newsletter .contents-block .pickup .mod-button {
	max-width: 300px;
	margin: 0;
}

@media only screen and (max-width: 767px) {
	.newsletter .contents-block .pickup .mod-button {
		margin: 0 auto;
	}
}

.newsletter .contents-block .pickup .mod-button .mod-button-a {
	background-image: url(../../../img/ico_blank.svg);
	background-repeat: no-repeat;
	background-position: right 13px center;
}

.newsletter .contents-block .pickup .mod-button .mod-button-a:hover {
	background-image: url(../../../img/ico_blank_w.svg);
}

@media only screen and (max-width: 767px) {
	.newsletter .contents-block .pickup .mod-button .mod-button-a:hover {
		background-image: url(../../../img/ico_blank.svg);
	}
}

.newsletter .contents-block .pickup .mod-button .mod-button-a span {
	padding: 0 40px;
}

.newsletter .contents-block .month {
	float: right;
	max-width: 270px;
	margin: 0 0 10px 40px;
}

@media only screen and (max-width: 767px) {
	.newsletter .contents-block .month {
		float: none;
		margin: 0 auto 20px;
	}
}