body {
	font-feature-settings:"palt";
}
input {
	vertical-align: -0.1em;
	margin-right: 7px;
}
input[type=checkbox], input[type=radio] {
	transform: scale(1.6, 1.6);
}
button {
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
}
button:hover {
	opacity: 0.7;
}
button:active {
	position: relative;
}
button img {
	display: block;
}

.sec {
	margin-bottom: 25px;
}
.error {
	display: none;
	margin-bottom: 5px;
}
.required .error {
	display: block;
}
.formList li {
	display: inline-block;
	margin-right: 5em;
}
.m_btnArea.submit {
	text-align: center;
}
.m_btnArea .p_box.close:before, .m_btnArea .p_box.close:after {
	content: none;
}
.m_btnArea .p_box.close p {
	display: table;
	font-size: 1.4rem;
	width: 100%;
	height: 100%;
}
.m_btnArea .p_box.close p span {
	display: table-cell;
	vertical-align: middle;
}

.modalBg {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.8);
	z-index: 101;
}
.modalContainer {
	display: table;
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
}
.modal {
	display: none;
	vertical-align: middle;
	margin: auto;
	z-index: 102;
	overflow: hidden;
}
.modalInner {
	max-width: 800px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 8% 4% 4%;
	background-color: #fff;
}
.modalInner .text {
	font-size: 2.2rem;
	font-weight: bold;
}
.modalInner .close {
	width: 45.3%;
	height: 60px;
	margin-right: 0;
	cursor: pointer;
}

.result {
	overflow: hidden;
}
.result_ttl {
	display: table;
	table-layout: fixed;
	width: 100%;
	max-width: 538px;
	margin: 20px auto 40px;
}
.result_ttl.s_01 {
	border: 3px solid #d3eaf1;
}
.result_ttl.s_02 {
	border: 3px solid #f9dae2;
}
.result_ttl.s_03 {
	border: 3px solid #e3eec2;
}
.result_ttl .txt, .result_ttl .img {
	display: table-cell;
	vertical-align: middle;
}
.result_ttl .txt {
	width: 56.5%;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}
.result_ttl .txt span {
	display: inline-block;
	text-align: left;
}
.result_ttl.s_01 .img {
	background-color: #d3eaf1;
}
.result_ttl.s_02 .img {
	background-color: #f9dae2;
}
.result_ttl.s_03 .img {
	background-color: #e3eec2;
}
.result_tbl {
	width: 100%;
	margin-bottom: 40px;
	border-top: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
}
.result_tbl th, .result_tbl td {
	text-align: center;
	padding: 14px;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}
.result_tbl th {
	background-color: #f3f5ed;
}
.result_tbl .col1 a {
	color: #333;
	text-decoration: underline;
	cursor: pointer;
}
.result_tbl .col1 a:before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	vertical-align: 1px;
	margin-right: 5px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #2aa477;
	box-sizing: border-box;
}
.result_tbl .col1 a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 768px) {
	.m_ttl {
		padding-right: 0;
	}
	.formList li {
		display: block;
		margin-right: 0;
	}
	.m_btnArea.submit {
		width: 48%;
		margin-right: auto;
		margin-left: auto;
	}
	.m_btnArea.s_risk .p_box {
		width: 47.5%;
		display: inline-block;
		box-sizing: border-box;
	}
	.m_btnArea.s_risk .p_box:first-of-type {
		margin-right: 3%;
	}
	.modalInner {
		max-width: 600px;
		padding-top: 50px;
	}
	.modalInner .text {
		font-size: 1.6rem;
	}
	.modalInner .close {
		width: 68%;
		margin-top: -12px;
	}
	.result_ttl .txt {
		width: 61.8%;
		font-size: 1.5rem;
	}
	.result_tbl_wrap {
		overflow-x: auto;
	}
	.result_tbl {
		width: 748px;
		overflow: scroll;
	}
	.result_tbl th, .result_tbl td {
		padding: 5px;
	}
	.result_tbl .col1 {
		width: 7.5em;
	}
	.result_tbl .col2 {
		width: 5.5em;
	}
}

@media screen and (max-width: 400px) {
	.result_tbl .col1 {
		width: 6.5em;
	}
	.result_tbl .head3 {
		text-align: left;
		padding-left: 5%;
	}
}
