@charset "UTF-8";

.oversea {
}

.oversea_bnr {
	margin-top: 20px;
}

.oversea_bnr > a {
	display: inline-block;
}

.oversea_bnr > a:hover {
	opacity: 0.7;
}

.forum {
	margin-top: 50px;
}

.forum_item {
	background: #EBF0F6;
	margin-top: 20px;
	padding: 50px 20px;
}

.forum_item:first-child {
	margin-top: 0;
}

.forum_item_cnt {
	max-width: 830px;
	margin: 0 auto;
}

.forum_name {
}

.forum_name > span {
	display: inline-block;
	background: #004386;
	color: #fff;
	width: 200px;
	text-align: center;
	padding: 3px;
}

.forum_img {
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
}

.forum_img figure {
	width: 48.8%;
}

.internal_item_link {
	margin-top: 60px;
	padding: 50px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* All SP */
@media screen and (max-width:640px) {
	.oversea {
	}

	.oversea_bnr {
	}

	.oversea_bnr > a {
	}

	.forum {
	}

	.forum_item {
		padding: 30px 20px;
	}

	.forum_item:first-child {
	}

	.forum_item_cnt {
	}

	.forum_name {
	}

	.forum_name > span {
	}

	.forum_img {
		display: block;
	}

	.forum_img figure {
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}

	.forum_img figure:first-child {
		margin-top: 0;
	}

	.internal_item_link {
	}

}
