@charset "UTF-8";

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 500;
	src: url(/contents/nikki/fonts/NotoSansCJKjp-Regular.woff) format('opentype');
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 600;
	src: url(/contents/nikki/fonts/NotoSansCJKjp-Medium.woff) format('opentype');
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(/contents/nikki/fonts/NotoSansCJKjp-Bold.woff) format('opentype');
}

.pcOnly {
	display: block !important;
}
.spOnly {
	display: none !important;
}

@media screen and (max-width: 600px) {
	.pcOnly {
		display: none !important;
	}
	.spOnly {
		display: block !important;
	}
}

.emphasis {
	font-weight: 700;
}
.underline {
	text-decoration: underline;
}
p.note {
	font-size: 12px;
	text-align: left;
}

/* #contents */
#contents {
	width: 100%;
	margin: 20px auto 0;
	font-size: 16px;
	font-family: 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, sans-serif;
}

@media screen and (max-width: 600px) {
	#contents {
		width: 100%;
	}
}

#contents a {
	transition: all .3s ease;
	color: #002896;
	text-decoration: underline;
}
#contents a:hover {
	opacity: .6;
	text-decoration: none;
}

@media screen and (max-width: 600px) {
	#contents a:hover {
		opacity: 1;
		text-decoration: underline;
	}
}

#contents button {
	transition: all .3s ease;
	cursor: pointer;
}
#contents button:hover {
	opacity: .6;
}

/* .breadcrumb-wrap */
#contents .breadcrumb-wrap {
	width: 1200px;
	margin: 0 auto;
	font-size: 14px;
}

@media screen and (max-width: 600px) {
	#contents .breadcrumb-wrap {
		overflow: scroll;
		width: 100%;
	}
}

#contents .breadcrumb-wrap .breadcrumb-list {
	padding: 12px 0 16px;
}

@media screen and (max-width: 600px) {
	#contents .breadcrumb-wrap .breadcrumb-list {
		padding: 12px 8px 16px;
		font-size: 12px;
	}
}

#contents .breadcrumb-wrap .breadcrumb-list .breadcrumb-item {
	display: inline-block;
	position: relative;
	padding: 0 10px 0 20px;
}
#contents .breadcrumb-wrap .breadcrumb-list .breadcrumb-item:first-child {
	padding: 0 10px 0 0;
}
#contents .breadcrumb-wrap .breadcrumb-list .breadcrumb-item::before {
	display: block;
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	font-size: 12px;
	content: '>';
}
#contents .breadcrumb-wrap .breadcrumb-list .breadcrumb-item:first-child::before {
	content: none;
}

/* .kv-wrap */
#contents .kv-wrap {
	position: relative;
	width: 1200px;
	margin: 80px auto 100px;
}

@media screen and (max-width: 600px) {
	#contents .kv-wrap {
		width: 100%;
		margin: 20px auto 40px;
	}
}

#contents .kv-wrap .kv-title {
	position: relative;
	margin-left: 200px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
}

@media screen and (max-width: 600px) {
	#contents .kv-wrap .kv-title {
		margin-left: 0;
		padding: 0 8px;
		font-size: 18px;
	}
}

#contents .kv-wrap .kv-title span {
	font-size: 40px;
}

@media screen and (max-width: 600px) {
	#contents .kv-wrap .kv-title span {
		font-size: 24px;
	}
}

#contents .kv-wrap .kv-img {
	position: absolute;
	top: -80px;
	right: 200px;
	width: 298px;
}

/* .how-to-wrap */
#contents .how-to-wrap {
	padding-top: 40px;
	background-color: #f5f5f5;
}

@media screen and (max-width: 600px) {
	#contents .how-to-wrap {
		padding-top: 20px;
	}
}

#contents .how-to-wrap:last-of-type {
	padding-bottom: 40px;
}

@media screen and (max-width: 600px) {
	#contents .how-to-wrap:last-of-type {
		padding-bottom: 20px;
	}
}

#contents .how-to-wrap .how-to-item {
	width: 1200px;
	margin: 0 auto;
	padding: 40px;
	border-radius: 4px;
	box-sizing: border-box;
	background-color: #fff;
	font-size: 16px;
	line-height: 1.4;
}

@media screen and (max-width: 600px) {
	#contents .how-to-wrap .how-to-item {
		width: 100%;
		padding: 16px 8px;
	}
}

#contents .how-to-wrap .how-to-title {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #333;
	font-size: 24px;
	font-weight: 700;
}

@media screen and (max-width: 600px) {
	#contents .how-to-wrap .how-to-title {
		margin-bottom: 16px;
		padding-bottom: 8px;
		font-size: 18px;
	}
}

#contents .how-to-wrap .how-to-detail {
	margin-bottom: 40px;
}
#contents .how-to-wrap.section-3 .how-to-detail,
#contents .how-to-wrap.section-4 .how-to-detail.section-4-1,
#contents .how-to-wrap.section-4 .how-to-detail.section-4-3,
#contents .how-to-wrap.section-5 .how-to-detail,
#contents .how-to-wrap.section-6 .how-to-detail,
#contents .how-to-wrap.section-7 .how-to-detail {
	display: flex;
}

@media screen and (max-width: 600px) {
	#contents .how-to-wrap.section-3 .how-to-detail,
	#contents .how-to-wrap.section-4 .how-to-detail.section-4-1,
	#contents .how-to-wrap.section-4 .how-to-detail.section-4-3,
	#contents .how-to-wrap.section-5 .how-to-detail,
	#contents .how-to-wrap.section-6 .how-to-detail,
	#contents .how-to-wrap.section-7 .how-to-detail {
		display: block;
	}
	#contents .how-to-wrap.section-3 .how-to-detail {
		display: flex;
		flex-direction: column-reverse;
	}
}

@media screen and (max-width: 600px) {
	#contents .how-to-wrap.section-4 .how-to-detail.section-4-2 {
		margin: 0 0 20px;
	}
}

#contents .how-to-wrap .how-to-detail:last-of-type {
	margin-bottom: 0;
}
#contents .how-to-wrap.section-2 .how-to-text {
	margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
	#contents .how-to-wrap.section-2 .how-to-text {
		margin-bottom: 10px;
	}
}

#contents .how-to-wrap.section-3 .how-to-text,
#contents .how-to-wrap.section-4 .how-to-text,
#contents .how-to-wrap.section-5 .how-to-text,
#contents .how-to-wrap.section-6 .how-to-text,
#contents .how-to-wrap.section-7 .how-to-text {
	width: 560px;
}

@media screen and (max-width: 600px) {
	#contents .how-to-wrap.section-3 .how-to-text,
	#contents .how-to-wrap.section-4 .how-to-text,
	#contents .how-to-wrap.section-5 .how-to-text,
	#contents .how-to-wrap.section-6 .how-to-text,
	#contents .how-to-wrap.section-7 .how-to-text {
		width: 100%;
		margin: 0 0 10px;
	}
}

#contents .how-to-wrap.section-4 .section-4-2 .how-to-text {
	width: 1020px;
	margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
	#contents .how-to-wrap.section-4 .section-4-2 .how-to-text {
		width: 100%;
	}
}

#contents .how-to-wrap .how-to-text p {
	margin-bottom: 30px;
	word-break: break-all;
}

@media screen and (max-width: 600px) {
	#contents .how-to-wrap .how-to-text p {
		margin-bottom: 20px;
	}
}

#contents .how-to-wrap .how-to-text p:last-of-type {
	margin-bottom: 0;
}
#contents .how-to-wrap .how-to-text .table-of-contents li {
	margin-bottom: 8px;
	padding-left: 1em;
	text-indent: -1em;
}
#contents .how-to-wrap .how-to-text .table-of-contents li::before {
	content: '・';
}
#contents .how-to-wrap .how-to-text .table-of-contents li:last-of-type {
	margin-bottom: 0;
}
#contents .how-to-wrap .how-to-img-wrap {
	margin: 0 auto;
	box-sizing: border-box;
}
#contents .how-to-wrap.section-2 .how-to-img-wrap {
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 600px) {
	#contents .how-to-wrap.section-2 .how-to-img-wrap {
		display: block;
		padding: 0 8px;
		text-align: center;
	}
}

#contents .how-to-wrap.section-3 .how-to-img-wrap {
	width: 375px;
	margin: 0 50px 0 0;
}
#contents .how-to-wrap .how-to-img-wrap img {
	border: 1px solid #ccc;
}
#contents .how-to-wrap.section-2 .how-to-img-wrap img:nth-child(1) {
	width: 400px;
	height: 110px;
	margin-right: 10px;
}
#contents .how-to-wrap.section-2 .how-to-img-wrap img:nth-child(2) {
	width: 680px;
	height: 304px;
	margin-left: 10px;
}

@media screen and (max-width: 600px) {
	#contents .how-to-wrap.section-2 .how-to-img-wrap img:nth-child(3),
	#contents .how-to-wrap.section-2 .how-to-img-wrap img:nth-child(4) {
		width: 100%;
		max-width: 375px;
		height: 100%;
		margin: 0 auto 10px;
	}
	#contents .how-to-wrap.section-2 .how-to-img-wrap img:nth-child(5) {
		width: 100%;
		max-width: 375px;
		height: 100%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 600px) {
	#contents .how-to-wrap.section-3 .how-to-detail .how-to-img-wrap {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0 8px;
		text-align: center;
	}
}

#contents .how-to-wrap.section-3 .how-to-detail .how-to-img-wrap img:nth-child(1) {
	width: 375px;
	/*height: 78px;*/
	margin-bottom: 20px;
	border: none;
}

@media screen and (max-width: 600px) {
	#contents .how-to-wrap.section-3 .how-to-detail .how-to-img-wrap img:nth-child(1) {
		display: block;
		width: 100%;
		max-width: 375px;
		height: 100%;
		margin: 0 auto 10px;
	}
}

#contents .how-to-wrap.section-3 .how-to-detail .how-to-img-wrap img:nth-child(2) {
	width: 375px;
	height: 540px;
}

@media screen and (max-width: 600px) {
	#contents .how-to-wrap.section-3 .how-to-detail .how-to-img-wrap img:nth-child(2) {
		display: block;
		width: 100%;
		max-width: 375px;
		height: 100%;
		margin: 0 auto;
	}
}

#contents .how-to-wrap.section-4 .how-to-detail.section-4-1 .how-to-img-wrap {
	margin: 0 0 0 50px;
}

@media screen and (max-width: 600px) {
	#contents .how-to-wrap.section-4 .how-to-detail.section-4-1 .how-to-img-wrap {
		margin: 0;
		padding: 0 8px;
		text-align: center;
	}
}

#contents .how-to-wrap.section-4 .how-to-detail.section-4-1 .how-to-img-wrap img {
	width: 375px;
	height: 190px;
}

@media screen and (max-width: 600px) {
	#contents .how-to-wrap.section-4 .how-to-detail.section-4-1 .how-to-img-wrap img {
		width: 100%;
		max-width: 375px;
		height: 100%;
	}
}

#contents .how-to-wrap.section-4 .how-to-detail.section-4-2 .how-to-img-wrap {
	display: flex;
	margin: 0;
}

@media screen and (max-width: 600px) {
	#contents .how-to-wrap.section-4 .how-to-detail.section-4-2 .how-to-img-wrap {
		display: block;
		margin: 0 auto;
		padding: 0 8px;
	}
}

#contents .how-to-wrap.section-4 .how-to-detail.section-4-2 .how-to-img-wrap img {
	width: 375px;
	height: 573px;
}
#contents .how-to-wrap.section-4 .how-to-detail.section-4-2 .how-to-img-wrap img:nth-child(1) {
	margin: 0;
}

@media screen and (max-width: 600px) {
	#contents .how-to-wrap.section-4 .how-to-detail.section-4-2 .how-to-img-wrap img:nth-child(1) {
		display: block;
		width: 100%;
		max-width: 375px;
		height: 100%;
		margin: 0 auto 20px;
	}
}

#contents .how-to-wrap.section-4 .how-to-detail.section-4-2 .how-to-img-wrap img:nth-child(2) {
	margin-left: 10px;
}

@media screen and (max-width: 600px) {
	#contents .how-to-wrap.section-4 .how-to-detail.section-4-2 .how-to-img-wrap img:nth-child(2) {
		display: block;
		width: 100%;
		max-width: 375px;
		height: 100%;
		margin: 0 auto;
	}
}

#contents .how-to-wrap.section-4 .how-to-detail.section-4-3 .how-to-img-wrap {
	margin: 0 0 0 50px;
}

@media screen and (max-width: 600px) {
	#contents .how-to-wrap.section-4 .how-to-detail.section-4-3 .how-to-img-wrap {
		margin: 0;
		padding: 0 8px;
		text-align: center;
	}
}

#contents .how-to-wrap.section-4 .how-to-detail.section-4-3 .how-to-img-wrap img {
	width: 375px;
	height: 610px;
}

@media screen and (max-width: 600px) {
	#contents .how-to-wrap.section-4 .how-to-detail.section-4-3 .how-to-img-wrap img {
		width: 100%;
		max-width: 375px;
		height: 100%;
	}
}

#contents .how-to-wrap.section-5 .how-to-img-wrap {
	margin: 0 0 0 50px;
}

@media screen and (max-width: 600px) {
	#contents .how-to-wrap.section-5 .how-to-img-wrap {
		margin: 0;
		padding: 0 8px;
		text-align: center;
	}
}

#contents .how-to-wrap.section-5 .how-to-img-wrap img {
	width: 375px;
	height: 625px;
}

@media screen and (max-width: 600px) {
	#contents .how-to-wrap.section-5 .how-to-img-wrap img {
		width: 100%;
		max-width: 375px;
		height: 100%;
	}
}

#contents .how-to-wrap.section-6 .how-to-img-wrap {
	margin: 0 0 0 50px;
}

@media screen and (max-width: 600px) {
	#contents .how-to-wrap.section-6 .how-to-img-wrap {
		margin: 0;
		padding: 0 8px;
		text-align: center;
	}
}

#contents .how-to-wrap.section-6 .how-to-img-wrap img {
	width: 375px;
	height: 403px;
}

@media screen and (max-width: 600px) {
	#contents .how-to-wrap.section-6 .how-to-img-wrap img {
		width: 100%;
		max-width: 375px;
		height: 100%;
	}
}

#contents .how-to-wrap.section-7 .how-to-img-wrap {
	margin: 0 0 0 50px;
}

@media screen and (max-width: 600px) {
	#contents .how-to-wrap.section-7 .how-to-img-wrap {
		margin: 0;
		padding: 0 8px;
		text-align: center;
	}
}

#contents .how-to-wrap.section-7 .how-to-img-wrap img {
	width: 375px;
	height: 510px;
}

@media screen and (max-width: 600px) {
	#contents .how-to-wrap.section-7 .how-to-img-wrap img {
		width: 100%;
		max-width: 375px;
		height: 100%;
	}
}

#contents .how-to-wrap .search-box-wrap {
	display: flex;
	width: 750px;
	margin: 0 auto 50px;
	padding: 20px;
	border: 2px solid #dfdfdf;
	box-sizing: border-box;
	background: #def;
}

@media screen and (max-width: 600px) {
	#contents .how-to-wrap .search-box-wrap {
		position: relative;
		width: 100%;
		margin: 0 auto 30px;
		padding: 8px;
	}
}

#contents .how-to-wrap .search-box-wrap form {
	position: relative;
	border-radius: 5px;
	background: #fff;
}
#contents .how-to-wrap .search-text {
	width: 500px;
	margin-right: 10px;
	padding: 20px 15px 20px 50px;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	background: url(/contents/nikki/event/ht_selection_status/images/icon_search.svg) no-repeat 12px center #fff;
	background-size: 24px 24px;
	font-size: 16px;
}

@media screen and (max-width: 600px) {
	#contents .how-to-wrap .search-text {
		width: 100%;
		margin-right: 0;
		padding: 16px 8px;
		background-image: none;
	}
}

#contents .how-to-wrap .search-box-wrap button {
	width: 180px;
	height: 60px;
	border: none;
	border-radius: 4px;
	background: #002896;
	color: #fff;
	font-size: 16px;
}

@media screen and (max-width: 600px) {
	#contents .how-to-wrap .search-box-wrap button {
		position: absolute;
		top: 14px;
		right: 12px;
		width: 48px;
		height: 46px;
		margin-left: 0;
		padding: 0;
		border: none;
		border-radius: 0;
		box-shadow: none;
		background: url(/contents/nikki/event/ht_selection_status/images/icon_search.svg) no-repeat 12px center #fff;
		background-size: 24px 24px;
		font-size: 1.6rem;
		text-indent: -999999px;
	}
}

/* .regist-btn-wrap */
#contents .regist-btn-wrap {
	margin: 0 auto;
	padding-top: 40px;
	box-sizing: border-box;
	background-color: #f5f5f5;
}

@media screen and (max-width: 600px) {
	#contents .regist-btn-wrap {
		padding-top: 20px;
	}
}

#contents .regist-btn-wrap:last-of-type {
	padding: 0 0 40px;
}

@media screen and (max-width: 600px) {
	#contents .regist-btn-wrap:last-of-type {
		padding: 0 0 20px;
	}
}

#contents .regist-btn-wrap .regist-btn {
	display: flex;
	align-items: center;
	position: relative;
	width: 415px;
	height: 34px;
	margin: 0 auto;
	padding: 8px 40px;
	border: 2px solid #bf0000;
	border-radius: 3px;
	background-color: #bf0000;
	transition: opacity .3s ease;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
}

@media screen and (max-width: 600px) {
	#contents .regist-btn-wrap .regist-btn {
		width: 300px;
		padding: 25px 20px;
		box-sizing: border-box;
	}
}

#contents .regist-btn-wrap .regist-btn::after {
	position: absolute;
	top: 50%;
	right: 8px;
	width: 24px;
	height: 24px;
	background: url(/contents/nikki/event/ht_selection_status/images/icon_chevron_right.svg) no-repeat;
	background-size: cover;
	transform: translate(-50%, -50%);
	content: '';
}

@media screen and (max-width: 600px) {
	#contents .regist-btn-wrap .regist-btn::after {
		right: -8px;
	}
}
