@charset "UTF-8";

.pc {
	display: block;
}

.sp {
	display: none;
}

.page-content {
	font-family: 'Noto Sans JP', sans-serif !important;
}

.guideContent img {
	margin: 0px 0px 20px 10px;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif !important;
}

.page-content {
	max-width: 1024px;
	margin: 0px auto 100px;
}

.fl {
	float: left;
	width: 50%;
}

.fr {
	float: right;
	width: 40%;
}

.box {
	display: block;
	margin: 20px 0px 0px 0px;
	padding: 10px;
	grid-auto-rows: auto;
	grid-template-columns: 1fr 1fr;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.page-content .anchorMenu li a:after {
	background: none;
}

@media screen and (max-width: 1024px) {
	.page-content {
		padding: 0px 20px 0px 20px;
	}

	.key-visual .txt {
		position: absolute;
		top: 50%;
		left: 0px;
		font-size: 22px;
		width: 100%;
		margin-left: 10px;
	}

	.page-content .threeLinesHeading {
		padding: 80px 0 50px 0 !important;
		line-height: 1.4;
		font-size: 22px;
		color: #000;
		background: none;
	}

	.fl {
		float: left;
		width: 100%;
	}

	.fr {
		float: left;
		width: 100%;
		margin: 10px 0px 0px 0px;
	}
}

@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.page-content {
		padding: 0px 0px 0px 0px;
	}

	.guideContent {
		padding: 0px 15px 0px 15px;
	}

	.key-visual {
		width: 100%;
		/* margin: calc(100vw / 390 * 100) 0px 50px 0px; */
	}

	#container {
		display: block;
		max-width: 100%;
		padding: 0px 20px 0px 20px;
	}

	div#undercolumn {
		width: calc(100% - 30px);
		padding-top: 15px;
		margin: 0 auto 0 auto;
		font-size: 14px;
		line-height: 1.8;
	}

	.heading-l3 {
		margin: 20px 0px 20px 0px !important;
	}

	.page-content .anchorMenu li a:after {
		display: block;
		content: '';
		width: 100%;
		height: 33px;
		background: url('/user_data/AOS/images/recommend/gift/anchor_menu_bottom_arrow.png') no-repeat center center;
		background-size: 18px 9px;
	}

	.page-content .threeLinesHeading {
		padding: 10px 0px 10px 0px !important;
		font-size: 20px;
		line-height: 1.4;
		text-align: center;
		color: #fff;
		background: #434343;
		font-weight: 400 !important;
	}

	.page-anchor-list a:visited {
		color: #000;
	}

	.page-anchor-list a:hover {
		color: #e94709;
	}
}
