@charset "utf-8";

.con_box {
	text-align: center;
	margin: 150px auto 60px auto;
	font-size: 1.6rem;
}

.titl_en {
	margin: 40px 0;
	font-size: 3.6rem;
}

.titl_en span {
	border-bottom: 1px #000 solid;
}

.titl_ja {
	font-size: 3.2rem;
}

.titl_ja sup {
	font-size: 1.2rem;
}

.plan_wrap {
	margin-top: 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.plan_wrap div {
	width: 48%;
	margin-bottom: 40px;
}

.setubi_titl {
	font-size: 2.0rem;
	margin-bottom: 10px;
}

.cap {
	margin: 60px 0;
	text-align: left;
	font-size: 1.2rem;
}

.np_btns {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.np_btns div a {
	display: block;
	width: 250px;
	line-height: 40px;
	border: 4px #000 solid;
	font-size: 2.0rem;
	transition: all 0.3s;
}

.np_btns div a:hover {
	background: #83cac6;
}

.np_btns div a img {
	width: 16px;
	height: 10px;
	margin: 0 5px 3px 5px;
}

.link_btn a {
	display: block;
	width: 500px;
	line-height: 60px;
	margin: 0 auto 60px;
	background: #000;
	color: #fff;
}

.link_btn a img {
	width: 30px;
	height: 11px;
	margin-left: 5px;
	transition: all 0.3s;
}

.link_btn a:hover img {
	margin-left: 15px;
}

@media screen and (max-width: 940px) {}

@media screen and (max-width: 740px) {
	.con_box {
		margin: 130px auto 40px auto;
		font-size: 1.2rem;
	}

	.titl_en {
		margin: 20px 0;
		font-size: 2.4rem;
	}

	.titl_ja {
		font-size: 1.7rem;
	}

	.plan_wrap div {
		width: 100%;
		margin-bottom: 20px;
	}

	.setubi_titl {
		font-size: 1.6rem;
	}

	.cap {
		margin: 40px 0;
		font-size: 1.0rem;
	}

	.np_btns div {
		width: 48%;
	}

	.np_btns div a {
		width: 100%;
		line-height: 30px;
		font-size: 1.5rem;
	}

	.link_btn a {
		width: 100%;
		line-height: 40px;
		margin: 0 auto 30px;
	}
}
