@charset "utf-8";
.outline h2 {
	font-size: 22px;
}
.outline h2 span {
	display: inline-block;
	border-bottom: 1px solid #007e98;
}
.outline h3 {
	font-size: 26px;
	color: #007e98;
	font-family: "Noto Serif CJK JP", sans-serif;
	margin-bottom: 20px;
}
.outline h3 span {
	font-size: 18px;
	display: inline-block;
	padding-left: 10px;
}
.lowerInner {
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
	padding: 40px 0;
}
.ttl {
	text-align: center;
	background-color: #007e98;
	padding: 2px 0;
}
.lowerLead .lowerInner {
	position: relative;
}
.lowerLead .txt {
	font-size: 18px;
	max-width: 720px;
	width: 100%;
	margin: 50px 0 50px;
	line-height: 2;
}
.lowerLead .txt::after {
	content: "";
	background: url(/base/pc/store/special/hokuou/img/txt.png) no-repeat;
	position: absolute;
	top: 40px;
	right: 0;
	width: 45px;
	height: 537px;
}
.copy {
	text-align: left;
}
.capWrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.capWrap .capBox {
	width: 48%;
}
@media (max-width: 768px) {
	.outline h2 {
		font-size: 6.267vw;
	}
	.outline h3 {
		font-size: 4.467vw;
		margin-bottom: 2.667vw;
	}
	.outline h3 span {
		font-size: 2.4vw;
		padding-left: 1.333vw;
	}
	.lowerInner {
		width: 92%;
		max-width: 144vw;
		padding: 5.333vw 0;
		margin: 0 auto;
	}
	.ttl {
		padding: 0.267vw 5vw;
	}
	.lowerLead .txt {
		font-size: 3.667vw;
		max-width: 76vw;
		width: 100%;
		margin: 6.667vw 0 6.667vw;
	}
	.lowerLead .txt::after {
		content: "";
		background: url(/base/pc/store/special/hokuou/img/txt.png) no-repeat;
		position: absolute;
		top: 5.333vw;
		right: 0;
		width: 13vw;
		height: 142.6vw;
	}
	.capWrap .capBox {
		width: 48%;
	}
}

.content .flex {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
.content .flex div:nth-child(1) {
	width: 60%;
}
.content .flex div:nth-child(2) {
	width: 33%;
	max-width: 354px;
}
.content .bird {
	width: 100%;
	margin: 30px auto 60px;
}
@media (max-width: 768px) {
	.content .flex {
		flex-flow: column wrap;
	}
	.content .flex div:nth-child(1) {
		width: 100%;
	}
	.content .flex div:nth-child(2) {
		width: 100%;
		max-width: none;
	}
	.content .bird {
		width: 100%;
		margin: 4vw auto 8vw;
	}
}

/* content */
.content .txt {
	font-size: 16px;
	line-height: 2;
}
.content .landscape {
	margin-top: 30px;
}
@media (max-width: 768px) {
	.content .txt {
		font-size: 3.667vw;
		line-height: 2;
		margin-bottom: 3vw;
	}
	.content .flex {
		margin-bottom: 8vw;
	}
	.content .landscape {
		margin-top: 4.667vw;
	}
}
/* chapter1 */
.chapter1 dl {
	margin-top: 35px;
}
.chapter1 dl dt {
	font-size: 18px;
	font-weight: bold;
	color: #007e98;
}
.chapter1 dl dd {
	font-size: 16px;
}
.chapter1 .ex {
	border: 1px solid #007e98;
	padding: 15px 20px;
	margin-top: 35px;
}
.chapter1 .ex h4 {
	font-size: 18px;
	font-weight: bold;
	color: #007e98;
}
.chapter1 .ex .txt {
	font-size: 16px;
}
.chapter1 .ex .flex {
	margin-bottom: 0;
}
@media (max-width: 768px) {
	.chapter1 dl {
		margin-top: 4.667vw;
	}
	.chapter1 dl dt {
		font-size: 4.467vw;
	}
	.chapter1 dl dd {
		font-size: 3.667vw;
	}
	.chapter1 .ex {
		padding: 2vw 2.667vw;
		margin-top: 4.667vw;
	}
	.chapter1 .ex h4 {
		font-size: 4.467vw;
	}
	.chapter1 .ex .txt {
		font-size: 3.667vw;
	}
}

/* chapter2 */
.chapter2 .boxWrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.chapter2 .boxWrap .box {
	width: 50%;
}
.chapter2 .boxWrap .box ul {
	margin-top: 30px;
}
.chapter2 .boxWrap .box ul li {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #007e98;
}
.chapter2 .boxWrap .box ul li span {
	font-size: 12px;
	color: #4d4d4d;
	font-weight: normal;
}
@media (max-width: 768px) {
	.chapter2 .boxWrap {
		flex-flow: column wrap;
	}
	.chapter2 .boxWrap .box {
		width: 100%;
	}
	.chapter2 .boxWrap .box ul {
		margin-top: 4vw;
	}
	.chapter2 .boxWrap .box ul li {
		margin-bottom: 2vw;
		font-size: 4.467vw;
	}
	.chapter2 .boxWrap .box ul li span {
		font-size: 3.667vw;
	}
}
/* chapter3 */
.chapter3 .boxWrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.chapter3 .boxWrap .box {
	width: 47%;
}
.chapter3 .boxWrap .box02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: start;
}
.chapter3 .boxWrap .box02 .list {
	width: 50%;
}
.chapter3 .boxWrap .box02 .list h4 {
	font-size: 18px;
	font-weight: bold;
	color: #007e98;
	margin-bottom: 5px;
}
.chapter3 .boxWrap .box02 .list li {
	font-size: 14px;
	margin-bottom: 5px;
}
@media (max-width: 768px) {
	.chapter3 .boxWrap {
		flex-flow: column wrap;
	}
	.chapter3 .boxWrap .box {
		width: 100%;
	}
	.chapter3 .boxWrap .box02 {
		display: flex;
		flex-flow: row wrap;
		justify-content: start;
		margin-top: 3vw;
	}
	.chapter3 .boxWrap .box02 .list {
		width: 50%;
	}
	.chapter3 .boxWrap .box02 .list h4 {
		font-size: 4.467vw;
		font-weight: bold;
		color: #007e98;
		margin-bottom: 0.667vw;
	}
	.chapter3 .boxWrap .box02 .list li {
		font-size: 3.667vw;
		margin-bottom: 0.667vw;
	}
}

/* chapter4 */
.chapter4 .boxWrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.chapter4 .boxWrap .box {
	width: 47%;
}
.chapter4 .boxWrap .box02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: start;
}
.chapter4 .boxWrap .box02 .list {
	width: 50%;
}
.chapter4 .boxWrap .box02 .list h4 {
	font-size: 18px;
	font-weight: bold;
	color: #007e98;
	margin-bottom: 5px;
}
.chapter4 .boxWrap .box02 .list li {
	font-size: 14px;
	margin-bottom: 5px;
}
@media (max-width: 768px) {
	.chapter4 .boxWrap {
		flex-flow: column wrap;
	}
	.chapter4 .boxWrap .box {
		width: 100%;
	}
	.chapter4 .boxWrap .box02 {
		display: flex;
		flex-flow: row wrap;
		justify-content: start;
		margin-top: 3vw;
	}
	.chapter4 .boxWrap .box02 .list {
		width: 50%;
	}
	.chapter4 .boxWrap .box02 .list h4 {
		font-size: 4.467vw;
		font-weight: bold;
		color: #007e98;
		margin-bottom: 0.667vw;
	}
	.chapter4 .boxWrap .box02 .list li {
		font-size: 3.667vw;
		margin-bottom: 0.667vw;
	}
}