.page-check {
	background: #faefa5;
}

.page-check .check-intro {
	padding-top: 40px;
	padding-bottom: 54px;
}

.page-check .check-intro .subpage-title {
	color: #101613;
}

.page-check .check-intro__content {
	padding-top: 40px;
}

.page-check .check-intro__heading {
	font-family: "M PLUS Rounded 1c","メイリオ",sans-serif;
	font-weight: 700;
	letter-spacing: 0.09em;
}

.page-check .check-test {
	padding: 80px 15px 100px 15px;
	background: url("/bureau/safetylife/sos47/assets/img/common/bg_border_sp.gif") repeat center center;
	background-size: 49px auto;
}

.page-check .check-test__heading {
	text-align: center;
	font-family: "M PLUS Rounded 1c","メイリオ",sans-serif;
	font-weight: 600;
	font-size: 2.4rem;
	line-height: 1.4;
}

.page-check .check-test__lead {
	font-size: 1.4rem;
	line-height: 1.86;
	text-align: center;
	margin-top: 32px;
}

.page-check .check-test__lead strong {
	font-weight: 700;
}

.page-check .check-test__question-wrap {
	margin-top: 50px;
}

.page-check .check-test__question {
	border-bottom: 1px solid rgba(194,203,211,0.5);
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.page-check .check-test__question__title {
	text-align: center;
}

.page-check .check-test__question__title em {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	background: #101613;
	color: #fff;
	font-style: normal;
	font-family: "M PLUS Rounded 1c","メイリオ",sans-serif;
	font-weight: 600;
	border-radius: 4px;
}

.page-check .check-test__question__title span {
	display: inline-block;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 600;
	text-align: left;
}

.page-check .check-test__question__title span strong {
	font-size: 2.4rem;
	line-height: 1.3;
	font-weight: inherit;
	color: #027EA5;
}

.page-check .check-test__question__choice-list {
	display: flex;
}

.page-check .check-test__question__choice {
	position: relative;
}

.page-check .check-test__question__choice:nth-child(odd) {
	margin-right: 15px;
}

.page-check .check-test__question__choice input {
	width: 24px;
	height: 24px;
	background: #FFF;
	border-radius: 50%;
	border: 2px solid #9AA6AD;
}

.page-check .check-test__question__choice label {
	position: relative;
	font-size: 1.6rem;
	display: block;
	cursor: pointer;
}

.page-check .check-test__question__choice label:after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: #027EA5;
	border-radius: 50%;
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	z-index: 3;
}

.page-check .check-test__question__choice input:checked+label:after {
	opacity: 1;
}

.page-check .check-test__send-button {
	text-align: center;
	margin-top: 40px;
}

.page-check .check-test__send-button .rounded-button {
	width: 100%;
	max-width: 203px;
}

.page-check .check-test__send-button .rounded-button:after {
	display: none;
}

.page-check .check-test__source {
	font-size: 1.1rem;
	margin-top: 24px;
}

@media print, screen and (min-width: 768px) {

.page-check .check-intro {
	padding-top: 50px;
	padding-bottom: 0px;
}

.page-check .check-intro .content-inner {
	padding: 0 24px;
	max-width: calc(1132px + 24px * 2);
}

.page-check .check-intro__content {
	padding-top: 90px;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
}

.page-check .check-intro__heading {
	font-size: 4.4rem;
	line-height: 1.6;
	margin-bottom: 60px;
}

.page-check .check-intro__image {
	width: 57.686%;
	min-width: 400px;
	flex: none;
}

.page-check .check-test {
	background-image: url("/bureau/safetylife/sos47/assets/img/common/bg_border_pc.gif");
	background-size: 68px auto;
	padding: 80px 24px 140px 24px;
}

.page-check .check-test__heading {
	font-size: 4rem;
}

.page-check .check-test__lead {
	font-size: 2rem;
}

.page-check .check-test__question-wrap {
	background: #FFF;
	box-shadow: 0px 15px 20px rgba(67,74,144,0.15);
	border-radius: 20px;
	padding: 60px 60px 80px 60px;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}

.page-check .check-test__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.page-check .check-test__question__title {
	display: flex;
}

.page-check .check-test__question__title em {
	height: 40px;
	font-size: 1.4rem;
	margin-right: 16px;
	flex: none;
}

.page-check .check-test__question__title span {
	font-size: 2rem;
}

.page-check .check-test__question__title span strong {
	font-size: 2.6rem;
}

.page-check .check-test__question__choice-list {
	margin-right: -15px;
	flex: none;
}

.page-check .check-test__question__choice {
	padding: 0 15px;
}

.page-check .check-test__question__choice input {
	margin-left: auto;
	margin-right: auto;
}

.page-check .check-test__question__choice label:after {
	top: -18px;
	left: 50%;
	transform: translateX(-50%);
}

.page-check .check-test__send-button {
	margin-top: 60px;
}

.page-check .check-test__send-button .rounded-button {
	max-width: 370px;
}

.page-check .check-test__source {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2rem;
}

}

@media screen and (max-width: 767px) {

.page-check .check-intro__heading {
	text-align: center;
	font-size: 2.8rem;
	line-height: 1.4;
	margin-top: 20px;
}

.page-check .check-test__inner {
	background: #FFF;
	box-shadow: 0px 15px 20px rgba(67,74,144,0.15);
	border-radius: 20px;
	padding: 50px 30px 60px 30px;
}

.page-check .check-test__question__title em {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 18px;
	height: 34px;
	font-size: 1.6rem;
}

.page-check .check-test__question__choice-list {
	margin-top: 14px;
}

.page-check .check-test__question__choice {
	width: 100%;
}

.page-check .check-test__question__choice input {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.page-check .check-test__question__choice label {
	border-radius: 6px;
	background: #E7EBEF;
	transition: 0.25s ease-out background;
	padding: 12px 12px 12px 46px;
}

.page-check .check-test__question__choice input:checked+label {
	background: rgba(1,165,201,0.1);
}

}

