@charset "UTF-8";
.search {}
.search_title {}
.search_headline {}
.search_box {}
.search_cols {
	display: flex;
	justify-content: space-between;
}
.search_col {
	align-items: center;
	display: flex;
}
.search_col-no1 {
	flex-grow: 1;
}
.search_label {
	font-size: 24px;
	white-space: nowrap;
	margin-right: 13px;
}
.search_selWrap {
	flex-grow: 1;
}
.search_selWrap > select {}
.search_selWrap > select > option {}
.search_col-no2 {}
.search_changeBtn {
	display: block;
	font-size: 23px;
	width: 85px;
	height: 60px;
	color: #0099D6;
}
.search_changeBtn::before {
	content: "";
}
.search_changeBtn::after {
	content: "";
}
.search_changeBtn > .icon {
	display: block;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.search_col-no3 {
	flex-grow: 1;
}
.search_submitBtn {
	display: block;
	max-width: 280px;
	margin: 30px auto 0;
	font-size: 20px;
}
.search_submitBtn::before {
	content: "";
}
.search_submitBtn::after {
	content: "";
}
.search_submitBtn > .icon {}
.search_list {
	list-style: none;
	display: flex;
	justify-content: center;
}
.search_list > li {
	width: 340px;
	margin-left: 40px;
}
.search_list > li:first-child {
	margin-left: 0;
}
.search_list > li:last-child {}
.search_list > li:nth-child(2n+1) {}
.search_list > li:nth-child(n+3) {}
.search_list > li > a {}
.search_list > li > a::before {
	content: "";
}
.search_list > li > a::after {
	content: "";
}
.rate {}
.rate_cols {
	display: flex;
	justify-content: space-between;
}
.rate_col {
	width: 48.2%;
}
.rate_col-no1 {}
.rate_title {}
.rate_table {}
.rate_table > thead {}
.rate_table > thead > tr {}
.rate_table > thead > tr:first-child {}
.rate_table > thead > tr:last-child {}
.rate_table > thead > tr > th {
	white-space: nowrap;
}
.rate_table > thead > tr > td {}
.rate_table > tbody {}
.rate_table > tbody > tr {}
.rate_table > tbody > tr:first-child {}
.rate_table > tbody > tr:last-child {}
.rate_table > tbody > tr > th {
	white-space: nowrap;
}
.rate_table > tbody > tr > td {}
.rate_link {
	max-width: 260px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
}
.rate_link > a {}
.rate_link > a::before {
	content: "";
}
.rate_link > a::after {
	content: "";
}
.rate_col-no2 {}
.age {}
.age_title {}
.age_list {
	list-style: none;
	margin-bottom: 12px;
}
.age_list > li {
	text-indent: -1em;
	padding-left: 1em;
}
.age_list > li:first-child {}
.age_list > li:last-child {}
.age_list > li:nth-child(2n+1) {}
.age_list > li:nth-child(n+3) {}
.age_caution {}
.result {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.result_title {}
.result_rule {
	padding: 11px 28px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.result_dList {
	list-style: none;
	display: flex;
	align-items: center;
	margin-right: 2em;
	font-size: 20px;
	font-weight: bold;
}
.result_dList > dt {}
.result_dList > dt::after {
	content: "：";
}
.result_dList > dd {}
.result_table {}
.result_table > thead {}
.result_table > thead > tr {}
.result_table > thead > tr:first-child {}
.result_table > thead > tr:last-child {}
.result_table > thead > tr > th {
	white-space: nowrap;
}
.result_table > thead > tr > td {}
.result_table > tbody {}
.result_table > tbody > tr {}
.result_table > tbody > tr:first-child {}
.result_table > tbody > tr:last-child {}
.result_table > tbody > tr > th {
	white-space: nowrap;
}
.result_table > tbody > tr > td {}
.result_price {
	color: #485BB3;
}
.result_price-ic {
	color: #E73F4B;
}
@media screen and (min-width:1000px) {
	.search_changeBtn:hover > .icon {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
	.search_submitBtn:hover {}
	.search_list > li > a:hover {}
	.rate_link > a:hover {}
}
@media screen and (max-width:999px) {
	.search {}
	.search_title {}
	.search_headline {}
	.search_box {}
	.search_cols {}
	.search_col {}
	.search_col-no1 {}
	.search_label {}
	.search_selWrap {}
	.search_selWrap > select {}
	.search_selWrap > select > option {}
	.search_col-no2 {}
	.search_changeBtn {}
	.search_changeBtn::before {}
	.search_changeBtn::after {}
	.search_changeBtn > .icon {}
	.search_col-no3 {}
	.search_submitBtn {}
	.search_submitBtn::before {}
	.search_submitBtn::after {}
	.search_submitBtn > .icon {}
	.search_list {}
	.search_list > li {}
	.search_list > li:first-child {}
	.search_list > li:last-child {}
	.search_list > li:nth-child(2n+1) {}
	.search_list > li:nth-child(n+3) {}
	.search_list > li > a {}
	.search_list > li > a::before {}
	.search_list > li > a::after {}
	.rate {}
	.rate_cols {}
	.rate_col {}
	.rate_col-no1 {}
	.rate_title {}
	.rate_table {}
	.rate_table > thead {}
	.rate_table > thead > tr {}
	.rate_table > thead > tr:first-child {}
	.rate_table > thead > tr:last-child {}
	.rate_table > thead > tr > th {
		padding: 10px 5px;
	}
	.rate_table > thead > tr > td {}
	.rate_table > tbody {}
	.rate_table > tbody > tr {}
	.rate_table > tbody > tr:first-child {}
	.rate_table > tbody > tr:last-child {}
	.rate_table > tbody > tr > th {}
	.rate_table > tbody > tr > td {
		padding: 10px 5px;
	}
	.rate_link {}
	.rate_link > a {}
	.rate_link > a::before {}
	.rate_link > a::after {}
	.rate_col-no2 {}
	.age {}
	.age_title {}
	.age_list {}
	.age_list > li {}
	.age_list > li:first-child {}
	.age_list > li:last-child {}
	.age_list > li:nth-child(2n+1) {}
	.age_list > li:nth-child(n+3) {}
	.age_caution {}
	.result {}
	.result_title {}
	.result_rule {}
	.result_dList {}
	.result_dList > dt {}
	.result_dList > dt::after {}
	.result_dList > dd {}
	.result_table {}
	.result_table > thead {}
	.result_table > thead > tr {}
	.result_table > thead > tr:first-child {}
	.result_table > thead > tr:last-child {}
	.result_table > thead > tr > th {}
	.result_table > thead > tr > td {}
	.result_table > tbody {}
	.result_table > tbody > tr {}
	.result_table > tbody > tr:first-child {}
	.result_table > tbody > tr:last-child {}
	.result_table > tbody > tr > th {}
	.result_table > tbody > tr > td {}
	.result_price {}
	.result_price-ic {}
}
@media screen and (max-width:767px) {
	.search {}
	.search_title {}
	.search_headline {}
	.search_box {}
	.search_cols {
		display: block;
	}
	.search_col {}
	.search_col-no1 {}
	.search_label {
		font-size: 18px;
		margin-right: 10px;
	}
	.search_selWrap {}
	.search_selWrap > select {}
	.search_selWrap > select > option {}
	.search_col-no2 {}
	.search_changeBtn {
		margin: 0 auto;
		height: 45px;
	}
	.search_changeBtn::before {}
	.search_changeBtn::after {}
	.search_changeBtn > .icon {}
	.search_col-no3 {}
	.search_submitBtn {
		max-width: none;
	}
	.search_submitBtn::before {}
	.search_submitBtn::after {}
	.search_submitBtn > .icon {}
	.search_list {
		display: block;
	}
	.search_list > li {
		width: auto;
		margin: 15px auto 0;
	}
	.search_list > li:first-child {}
	.search_list > li:last-child {}
	.search_list > li:nth-child(2n+1) {}
	.search_list > li:nth-child(n+3) {}
	.search_list > li > a {}
	.search_list > li > a::before {}
	.search_list > li > a::after {}
	.rate {}
	.rate_cols {
		display: block;
	}
	.rate_col {
		width: auto;
	}
	.rate_col-no1 {
		margin-bottom: 35px;
	}
	.rate_title {}
	.rate_table {}
	.rate_table > thead {}
	.rate_table > thead > tr {}
	.rate_table > thead > tr:first-child {}
	.rate_table > thead > tr:last-child {}
	.rate_table > thead > tr > th {
		padding: 10px 4px;
	}
	.rate_table > thead > tr > td {}
	.rate_table > tbody {}
	.rate_table > tbody > tr {}
	.rate_table > tbody > tr:first-child {}
	.rate_table > tbody > tr:last-child {}
	.rate_table > tbody > tr > th {
		padding: 6px 4px;
	}
	.rate_table > tbody > tr > td {
		padding: 7px 4px;
	}
	.rate_link {
		max-width: none;
		margin-top: 15px;
	}
	.rate_link > a {}
	.rate_link > a::before {}
	.rate_link > a::after {}
	.rate_col-no2 {}
	.age {}
	.age_title {}
	.age_list {}
	.age_list > li {}
	.age_list > li:first-child {}
	.age_list > li:last-child {}
	.age_list > li:nth-child(2n+1) {}
	.age_list > li:nth-child(n+3) {}
	.age_caution {}
	.result {}
	.result_title {}
	.result_rule {
		padding: 10px;
		display: block;
	}
	.result_dList {
		margin: 0;
		font-size: 16px;
	}
	.result_dList > dt {}
	.result_dList > dt::after {}
	.result_dList > dd {}
	.result_table {}
	.result_table > thead {}
	.result_table > thead > tr {}
	.result_table > thead > tr:first-child {}
	.result_table > thead > tr:last-child {}
	.result_table > thead > tr > th {}
	.result_table > thead > tr > td {}
	.result_table > tbody {}
	.result_table > tbody > tr {}
	.result_table > tbody > tr:first-child {}
	.result_table > tbody > tr:last-child {}
	.result_table > tbody > tr > th {}
	.result_table > tbody > tr > td {}
	.result_price {}
	.result_price-ic {}
}
