@charset "utf-8";

/*トップページ*/
.nks-inlineblock {
	display: inline-block;
}

.nks-phrase {
	margin: 0 0 90px;
	color: #263A62;
	font-size: 32px;
	text-align: center;
}
.nks-phrase-inner {
	color: #FF0000;
	border-bottom: 3px solid #FF0000;
}

.nks-wrap {
	display: flex;
	gap: 60px 48px;
}
.nks-wrap__box {
	width: calc(50% - 24px);
	padding: 55px 0 34px;
	background-color: #F2F2F2;
	border-radius: 10px;
	position: relative;
}
.nks-wrap__box-bubble {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -40%);
}
.nks-wrap__box-bubble-img {
	width: 373px;
	margin: 0 auto;
	display: block;
}
.nks-wrap__box-bubble-text {
	width: 100%;
	margin: 0;
	font-size: 18px;
	text-align: center;
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
}
.nks-wrap__box-bubble-text--1 {
	color: #FF0000;
}
.nks-wrap__box-bubble-text--2 {
	color: #00A0C8;
}
.nks-wrap__box-title {
	margin: 0 0 32px;
	color: #263A62;
	font-size: 32px;
	text-align: center;
	position: relative;
}
.nks-wrap__box-title::before {
	width: 114px;
	height: 5px;
	content: '';
	background-color: #FFFFFF;
	border-radius: 5px;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
}
.nks-wrap__box-list {
	padding: 0;
	text-align: center;
}
.nks-wrap__box-list-item {
	list-style: none;
}
.nks-wrap__box-list-item::before {
	content: '-';
	padding-right: 7px;
}
.nks-wrap__box-img {
	display: block;
	position: absolute;
	bottom: 16px;
	left: 30px;
}
.nks-wrap__box-img--1 {
	width: 85px;
}
.nks-wrap__box-img--2 {
	width: 100px;
}

.nks-categorytitle {
	font-size: 18px;
	font-weight: bold;
}

.nks-remark {
	margin-bottom: 60px;
	font-size: 13px;
}

@media screen and (max-width: 1160px) {
	.nks-wrap__box-list {
		max-width: 200px;
		margin: 0 auto 0 160px;
	}
}
@media screen and (max-width: 900px) {
	.nks-wrap__box-list {
		margin: 0 auto 0 130px;
	}
}
@media screen and (max-width: 767px) {
	.nks-wrap {
		display: block;
	}
	.nks-wrap__box {
		width: 100%;
	}
	.nks-wrap__box:first-child {
		margin-bottom: 60px;
	}
	.nks-wrap__box-list {
		max-width: 767px;
		margin: 0 auto;
	}
	.nks-wrap__box-img {
		left: 9%;
	}
}
@media screen and (max-width: 600px) {
	.nks-phrase {
		margin: 0 0 53px;
		font-size: 20px;
	}
	.nks-wrap__box {
		padding: 55px 0 40px;
	}
	.nks-wrap__box-img {
		left: 16px;
	}
}
@media screen and (max-width: 560px) {
	.nks-wrap__box-list {
		max-width: 200px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 500px) {
	.nks-wrap__box-list {
		margin: 0 auto 0 130px;
	}
}

/*下層ページ*/
.c-tabletitle {
	margin: 30px 0;
	font-size: 22px;
	font-weight: bold;
}

.nksSm-img {
	width: 100%;
	max-width: 1050px;
}
.nksSm-img--1 {
	margin: 30px auto 0;
}
.nksSm-img--2 {
	margin: 10px auto 0;
}
.nksSm-img__inner {
	width: 100%;
	display: block;
}
.nksSm-remark {
	width: 100%;
	max-width: 1050px;
	margin: 15px auto 0;
	display: flex;
	align-items: center;
}
.nksSm-remark__ic {
	width: 30px;
	margin: 0 10px 0 0;
	display: block;
}
.nksSm-remark__text {
	margin: 0;
	color: #FF0000;
	font-size: 24px;
}

.nksGm-top {
	width: 100%;
	max-width: 1050px;
	margin: 20px auto 0;
	position: relative;
}
.nksGm-top__back {
	width: 100%;
	display: block;
}
.nksGm-top__text {
	width: 100%;
	margin: 0;
	color: #FF0000;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.nksGm-top__text-large {
	font-size: 70px;
}
.nksGm-img {
	width: 100%;
	max-width: 1050px;
	margin: 20px auto 0;
}
.nksGm-img__inner {
	width: 100%;
	display: block;
}
.nksGm-notice {
	margin: 20px 0 0;
	font-size: 13px;
}
.nksGm-remark {
	width: 100%;
	max-width: 1050px;
	margin: 65px auto 0;
	display: flex;
	align-items: center;
}
.nksGm-remark__ic {
	width: 30px;
	margin: 0 10px 0 0;
	display: block;
}
.nksGm-remark__text {
	margin: 0;
	color: #FF0000;
	font-size: 24px;
}

@media screen and (max-width: 1000px) {
	.nksGm-top__text {
		font-size: 36px;
	}
	.nksGm-top__text-large {
		font-size: 50px;
	}
}
@media screen and (max-width: 740px) {
	.nksGm-top__text {
		font-size: 30px;
	}
	.nksGm-top__text-large {
		font-size: 42px;
	}
}
@media screen and (max-width: 600px) {
	.nksSm-remark {
		flex-wrap: wrap;
		justify-content: center;
	}
	.nksSm-remark__text {
		margin: 10px 0 0;
		font-size: 18px;
	}
	.nksGm-top__text {
		font-size: 24px;
	}
	.nksGm-top__text-large {
		font-size: 30px;
	}
	.nksGm-remark {
		margin: 50px auto 0;
		flex-wrap: wrap;
		justify-content: center;
	}
	.nksGm-remark__text {
		margin: 10px 0 0;
		font-size: 18px;
	}
}