@charset "UTF-8";
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	text-align: left;
	vertical-align: baseline;
	background: transparent;
}
/* body {
	line-height: 1;
} */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}
blockquote,q {
	quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: "";
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title],dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input,select {
	vertical-align: middle;
}
html {
	font-size: 62.5%;
}
body {
	/* font-size: 14px;
	font-size: 1.4rem; */
	height: 100%;
	/* line-height: 1.6; */
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}
a:hover {
	opacity: .7;
}
img {
	vertical-align: bottom;
}
p {
	margin: 0;
	padding: 0;
}
input,button,textarea,select {
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
}
select::-ms-expand {
	display: none;
}

/* utility */
.ly-wrp-main .check__text-link--red {
	color: #c01900;
}

/* contents */
.ly-wrp-main {
	font-feature-settings: "palt";
	letter-spacing: 0.06em;
}
#wrapper.wrapper {
	font-size: 14px;
	line-height: 1.6;
}

/* check__link-area */
.check__link-area {
	width: 870px;
	margin: 42px auto 92px;
	padding: 0 77px;
	text-align: center;
}
.check__link-area-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.check__link-area-list--button .check__link-area-item {
	width: 440px;
}
.check__link-area-item {
	display: block;
	width: 420px;
}
.check__link-area-text {
	font-size: 18px;
	display: block;
	line-height: 66px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.12em;
}
.check__link-area-text .check__link-area-link {
	position: relative;
	display: block;
	text-decoration: none;
	background: #f1f1f1;
	box-shadow: 0 2px 0 #e5e5e5;
	border-radius: 4px;
	transition: all 0.3s ease;
}
_:lang(x)::-ms-backdrop, .check__link-area-text .check__link-area-link {
	padding-top: 5px;
	line-height: 61px;
}
.check__link-area-text .check__link-area-link:hover {
	background: #c01900 none;
	color: #fff;
	opacity: 1;
}
.check__link-area-text .check__link-area-link:after {
	content: '';
	position: absolute;
	right: 14px;
	top: calc(50% - 10px);
	width: 20px;
	height: 20px;
	background: transparent url(./img/arrow_red.svg) left top no-repeat;
	background-size: 20px 20px;
}
.check__link-area-text .check__link-area-link:hover:after {
	background-image: url(./img/arrow_white.svg);
}
.check__link-area-button--check_wrap {
	margin: -42px 0 0;
	padding: 42px 0 44px;
	background: #dcd5c6 none;
}
.check__link-area-button--check_inner {
	width: 1024px;
	margin: 0 auto;
}
.ly-wrp-main .check__link-area-button {
	font-size: 22px;
	line-height: 1.272727272727273;
	display: block;
	width: 460px;
	margin: 0 auto;
	padding: 22px 0 22px;
	background: #fff none;
	box-shadow: 0 2px 0 #cac2b0;
	position: relative;
	font-weight: bold;
	border-radius: 4px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.12em;
	-webkit-transition: .3s;
	transition: .3s;
}
.ly-wrp-main .check__link-area-button.sub {
	width: 420px;
}
.ly-wrp-main .check__link-area-button:hover {
	background: #c01900 none;
	color: #fff;
	opacity: 1;
}
.check__link-area-button::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 24px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url("./img/arrow_red.svg") no-repeat;
	background-size: 12px;
}
.check__link-area-button:hover::after {
	background-image: url("./img/arrow_white.svg");
}
.check__link-area-button--menu {
	background: #f7f7f7;
}
.check__link-area-button--menu::after {
	background: url("./img/icon_next.png") no-repeat;
	background-size: 100%;
}
.check__link-area-button--check {
	padding: 19px 70px 19px 30px;
}
.check__button-area {
	background: #f7f6ef none;
	padding: 42px 0 44px;
}
