@charset "utf-8";
#important {
	background: #fbf1f0;
}
#important .inner {
	box-sizing: border-box;
	padding: 15px 2px;
	color: #ce1005;
	line-height: 20px;
}
#important .inner a {
	color: #ce1005;
	text-decoration: underline;
}
#important .inner a:hover {
	text-decoration: none;
}
#important .inner .ttl {
	padding: 0 25px;
	background: url(../../img/pc/home/icon_important.webp) no-repeat;
	font-weight: bold;
}
#important .inner .txt {
	padding: 0 25px;
}
#top {
	position: relative;
	height: 510px;
	background-image: url(../../img/pc/home/kv.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0;
}
#top .main {
	position: absolute;
	top: 55px;
	left: 90px;
	color: #fff;
}
#top .main h1 {
	font-size: 40px;
	font-weight: bold;
	line-height: 55px;
}
#top .main p {
	margin-top: 5px;
	font-size: 23px;
	font-weight: bold;
	line-height: 36px;
}
#top .inner {
	position: relative;
	height: 100%;
}
#top .inner .search-fw {
	position: absolute;
	bottom: 20px;
	right: 2px;
}
#top .inner .search-fw .input {
	float: left;
}
#top .inner .search-fw .input input[type="text"] {
	width: 280px;
	padding-top: 3px;
	border-radius: 3px 0 0 3px;
	font-size: 16px;
}
#top .inner .search-fw .submit {
	float: left;
}
#top .inner .search-fw .submit button {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 100px;
	height: 40px;
	padding-top: 3px;
	border-radius: 0 3px 3px 0;
	background: #fac900;
	font-size: 16px;
	cursor: pointer;
}
#top_search {
	height: 170px;
	background-image: url(../../img/pc/home/bg_top_search.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#top_search .inner {
	box-sizing: border-box;
	padding: 20px 2px 0;
}
#top_search .inner > .ttl {
	display: flex;
	color: #fff;
}
#top_search .inner > .ttl h2 {
	margin-left: 30px;
	font-size: 20px;
	font-weight: bold;
}
#top_search .inner > .ttl .num {
	margin-left: 30px;
	font-size: 18px;
}
#top_search .inner > .ttl .num strong {
	font-weight: bold;
}
#top_search .inner > .ttl .num small {
	font-size: 14px;
}
#top_search .inner ul {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
#top_search .inner ul li h3 {
	margin-left: 30px;
	color: #fff;
	font-size: 18px;
}
#top_search .inner ul li .btn-list {
	display: flex;
	margin-top: 10px;
}
#top_search .inner ul li .btn-list .btn {
	box-sizing: border-box;
	height: 70px;
	background-repeat: no-repeat;
	font-size: 22px;
	font-weight: bold;
	cursor: pointer;
}
#top_search .inner ul li .btn-list .btn:hover {
	background-position: 0 -70px;
}
#top_search .inner ul li:nth-child(1) .btn-list .btn.l {
	width: 235px;
	padding: 26px 0 0 30px;
	background-image: url(../../img/pc/home/btn_top_search_1.webp);
}
#top_search .inner ul li:nth-child(1) .btn-list .btn.r {
	width: 205px;
	padding: 26px 0 0 18px;
	background-image: url(../../img/pc/home/btn_top_search_2.webp);
}
#top_search .inner ul li:nth-child(2) .btn-list .btn.l {
	width: 222px;
	padding: 15px 10px 0 0;
	background-image: url(../../img/pc/home/btn_top_search_3.webp);
	text-align: center;
}
#top_search .inner ul li:nth-child(2) .btn-list .btn.r {
	width: 218px;
	padding: 15px 35px 0 0;
	background-image: url(../../img/pc/home/btn_top_search_4.webp);
	text-align: center;
}
#top_search .inner ul li:nth-child(2) .btn-list .btn small {
	font-size: 14px;
	font-weight: normal;
}
#top_search .inner ul li:nth-child(3) .btn-list .btn {
	width: 278px;
	padding: 26px 0 0 105px;
	background-image: url(../../img/pc/home/btn_top_search_5.webp);
}
#covid19 {
	margin-top: 40px;
}
#covid19 .inner {
	box-sizing: border-box;
	height: 70px;
	border: solid 1px #d3d3d3;
}
#covid19 .inner a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
}
#covid19 .inner a:hover {
	text-decoration: none;
}
#banner {
	position: relative;
}
#banner .inner {
	box-sizing: border-box;
	padding: 40px 0 60px;
}
#banner .inner ul {
	display: flex;
}
#banner .inner ul li dl dd {
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
}
#banner .swiper-button-prev, #banner .swiper-button-next {
	top: 157px;
	width: 50px;
	height: 50px;
	outline: 0;
}
@media all and (-ms-high-contrast: none) {
	#banner .swiper-button-prev, #banner .swiper-button-next {
		top: 135px;
	}
}
#banner .swiper-button-prev::after, #banner .swiper-button-next::after {
	content: "";
}
#banner .swiper-button-prev {
	left: auto;
	right: calc(50% + 580px);
	background: url(../../img/pc/home/btn_ban_prev.webp) no-repeat;
}
#banner .swiper-button-next {
	left: calc(50% + 580px);
	right: auto;
	background: url(../../img/pc/home/btn_ban_next.webp) no-repeat;
}
@media only screen and (max-width: 1300px) {
	#banner .swiper-button-prev {
		right: calc(50% + 550px);
	}
	#banner .swiper-button-next {
		left: calc(50% + 550px);
	}
}
#wrapper_new_en {
	position: relative;
}
#new {
	height: 510px;
	background: #eff2f5;
}
#new .inner {
	box-sizing: border-box;
	padding: 60px 0 0 300px;
}
#new .inner .ttl p {
	float: left;
	font-size: 44px;
	font-weight: bold;
}
#new .inner .ttl p::after {
	content: url(../../img/pc/home/new_separator.webp);
	padding: 0 20px;
}
#new .inner .ttl h3 {
	float: left;
	margin-top: 12px;
	font-size: 26px;
	font-weight: bold;
}
#new .inner .btn-s {
	margin: 6px 0 0 9px;
}
#new .slider {
	margin-top: 30px;
	height: 280px;
}
#new .slider ul {
	display: flex;
}
#new .slider ul li {
	position: relative;
	box-sizing: border-box;
	width: 210px;
	height: 280px;
	border: solid 5px #e3e3e3;
	background: #fff;
	cursor: pointer;
}
#new .slider ul li:hover {
	border-color: #fac900;
}
#new .slider ul li .thmb {
	margin-bottom: 60px;
}
#new .slider ul li .nm {
	position: absolute;
	top: 160px;
	margin: 0 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
#new .slider ul li dl {
	margin: 5px 10px;
}
#new .slider ul li dl dt {
	float: left;
	margin-top: 5px;
	font-size: 14px;
}
#new .slider ul li dl dd {
	float: right;
	color: #be2625;
	font-size: 20px;
	font-weight: bold;
}
#new .slider ul li dl dd small {
	font-size: 14px;
}
#event_news {
	position: absolute;
	top: 0;
	width: 340px;
	height: 510px;
	background: url(../../img/pc/home/bg_event_news.webp) repeat-y;
	opacity: 0;
	z-index: 1;
}
#event_news .inner {
	width: 315px;
	margin-left: 25px;
	padding-top: 60px;
}
#event_news .inner .ttl {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
#event_news .inner .ttl span {
	font-size: 24px;
}
#event_news .inner h2 {
	margin-top: 5px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#event_news .inner ul {
	height: 270px;
	margin: 35px 20px 20px;
	overflow-y: auto;
}
#event_news .inner ul li {
	margin-top: 15px;
}
#event_news .inner ul li dl dt {
	padding-left: 15px;
	background: url(../../img/pc/common/icon_arrow_blue_right.webp) no-repeat left center;
	background-size: 6px 10px;
	color: #237495;
	font-weight: bold;
}
#event_news .inner ul li dl dd {
	margin-top: 5px;
	padding-left: 15px;
	font-size: 14px;
	line-height: 22px;
}
#event_news .inner ul li dl dd a:hover {
	text-decoration: underline;
}
#event_news .inner .btn-s {
	margin: 0 auto;
}
#search_plan .inner {
	box-sizing: border-box;
	padding: 75px 0;
	border-bottom: solid 1px #d3d3d3;
}
#search_plan .inner h3 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#search_plan .inner ul {
	display: flex;
	justify-content: space-between;
	width: 950px;
	margin: 35px auto 0;
}
#search_plan .inner ul li dl {
	box-sizing: border-box;
	width: 440px;
	height: 70px;
	background: url(../../img/pc/home/btn_search_plan.webp) no-repeat;
	cursor: pointer;
}
#search_plan .inner ul li dl:hover {
	background-position: 0 -70px;
}
#search_plan .inner ul li dl dt {
	float: left;
	box-sizing: border-box;
	width: 215px;
	padding-top: 15px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
#search_plan .inner ul li dl dt small {
	font-size: 14px;
	font-weight: normal;
}
#search_plan .inner ul li dl dd {
	float: left;
	box-sizing: border-box;
	width: 225px;
	padding: 27px 0 0 30px;
	font-size: 22px;
	font-weight: bold;
}
#search_maker .inner {
	box-sizing: border-box;
	padding: 75px 0;
	border-bottom: solid 1px #d3d3d3;
}
#search_maker .inner h3 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#search_maker .inner ul {
	display: flex;
	margin: 35px auto 0;
}
#search_maker .inner ul li {
	margin-right: 26px;
}
#search_maker .inner ul li:nth-child(10n) {
	margin-right: 0;
}
#search_maker .inner ul li .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 110px;
	height: 100px;
	border: solid 1px #e3e3e3;
	border-radius: 3px;
	cursor: pointer;
}
#search_maker .inner ul li .btn:hover {
	border: solid 3px #fac900;
}
#search_maker .inner ul li .etc {
	display: block;
	padding-top: 2px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}
#search_maker .inner ul li .etc span {
	font-weight: normal;
}
#search_maker .inner ul li .nm {
	margin-top: 12px;
	font-size: 16px;
	text-align: center;
}
#search_bodytype .inner {
	box-sizing: border-box;
	padding: 75px 0;
	border-bottom: solid 1px #d3d3d3;
}
#search_bodytype .inner h3 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#search_bodytype .inner ul {
	display: flex;
	flex-wrap: wrap;
	margin: 35px auto 0;
}
#search_bodytype .inner ul li {
	margin-right: 59px;
}
#search_bodytype .inner ul li:nth-child(6n) {
	margin-right: 0;
}
#search_bodytype .inner ul li:nth-child(n+7) {
	margin-top: 30px;
}
#search_bodytype .inner ul li:nth-child(11) {
	margin-right: 46px;
}
#search_bodytype .inner ul li .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 150px;
	height: 80px;
	border: solid 1px #e3e3e3;
	border-radius: 3px;
}
#search_bodytype .inner ul li .btn:hover {
	border: solid 3px #fac900;
}
#search_bodytype .inner ul li .etc {
	border: none;
	font-size: 16px;
	text-align: center;
}
#search_bodytype .inner ul li .etc:hover {
	border: none;
}
#search_bodytype .inner ul li .etc a {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 32px;
	border: solid 1px #e3e3e3;
	border-radius: 3px;
}
#search_bodytype .inner ul li .etc a:hover {
	padding-top: 30px;
	border: solid 3px #fac900;
}
#search_bodytype .inner ul li .nm {
	margin-top: 12px;
	font-size: 16px;
	text-align: center;
}
#search_commit .inner {
	box-sizing: border-box;
	padding: 75px 0;
	border-bottom: solid 1px #d3d3d3;
}
#search_commit .inner h3 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#search_commit .inner ul {
	display: flex;
	justify-content: space-between;
	margin: 35px auto 0;
}
#search_commit .inner ul li .nm {
	margin-top: 18px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#search_commit .inner ul li:nth-child(1) .nm {
	font-size: 16px;
}
#search_area .inner {
	box-sizing: border-box;
	padding: 75px 0;
}
#search_area .inner h3 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#search_area .inner .map {
	position: relative;
	height: 717px;
	background: url(../../img/pc/home/area_map.webp) no-repeat;
}
#search_area .inner .map .area {
	position: absolute;
}
#search_area .inner .map .a1 {
	top: 182px;
	left: 805px;
}
#search_area .inner .map .a2 {
	top: 139px;
	left: 318px;
}
#search_area .inner .map .a3 {
	top: 344px;
	left: 763px;
}
#search_area .inner .map .a4 {
	top: 281px;
	left: 248px;
}
#search_area .inner .map .a5 {
	top: 493px;
	left: 521px;
}
#search_area .inner .map .a6 {
	top: 522px;
	left: 46px;
}
#search_area .inner .map .area .btn {
	box-sizing: border-box;
	width: 240px;
	height: 50px;
	margin: 20px 0 15px;
	background: #fac900 url(../../img/pc/common/icon_arrow_black_right.webp) no-repeat 215px center;
	background-size: 8px 14px;
	border: solid 2px #fac900;
	border-radius: 25px;
	font-size: 20px;
	font-weight: bold;
}
#search_area .inner .map .area .btn:hover {
	background-color: #fff;
}
#search_area .inner .map .area .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 4px 10px 0 0;
}
#search_area .inner .map .area dl {
	margin: 10px 0 0 25px;
}
#search_area .inner .map .area dl dt {
	float: left;
	font-size: 16px;
	font-weight: bold;
}
#search_area .inner .map .area dl dt::after {
	content: "：";
}
#search_area .inner .map .area dl dt a:hover {
	text-decoration: underline;
}
#search_area .inner .map .area dl dd {
	float: left;
}
#search_area .inner .map .area dl dd ul li {
	font-size: 16px;
	line-height: 20px;
}
#search_area .inner .map .area dl dd ul li:nth-child(n+2) {
	margin-top: 8px;
}
#search_area .inner .map .area dl dd ul li:hover {
	text-decoration: underline;
}
#search_area .inner .note {
	margin-top: 50px;
	font-size: 16px;
	text-align: center;
}
#ranking {
	padding-bottom: 80px;
	background: #eff2f5;
}
#ranking .top {
	box-sizing: border-box;
	height: 190px;
	padding-top: 80px;
}
#ranking .top h2 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#ranking .top p {
	margin-top: 20px;
	font-size: 16px;
	text-align: center;
}
#ranking .main .inner h3 {
	font-size: 20px;
	font-weight: bold;
}
#ranking .overall .inner h3 {
	padding: 20px 0;
}
#ranking .maker .inner h3, #ranking .bodytype .inner h3 {
	padding: 60px 0 20px;
}
#ranking .main .list {
	background: #fff;
}
#ranking .overall .list .inner {
	padding: 20px 0;
}
#ranking .overall .list .inner ul {
	display: flex;
}
#ranking .overall .list .inner ul li {
	width: 190px;
}
#ranking .overall .list .inner ul li:nth-child(n + 2) {
	margin-left: 62.5px;
}
#ranking .overall .list .inner ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
#ranking .overall .list .inner ul li a .thmb {
	margin-top: 7px;
}
#ranking .overall .list .inner ul li a .nm {
	min-height: 45px;
	margin-top: 15px;
	font-size: 16px;
	line-height: 22px;
}
#ranking .bodytype .list .inner {
	background: #eff2f5;
}
#ranking .bodytype .list .inner ul {
	display: flex;
}
#ranking .bodytype .list .inner ul > li {
	box-sizing: border-box;
	width: 100%;
	padding: 25px 15px 20px 0;
	background: #fff;
}
#ranking .bodytype .list .inner ul > li:nth-child(n + 2) {
	margin-left: 3px;
	padding-left: 15px;
}
#ranking .bodytype .list .inner ul > li .ttl a {
	font-size: 16px;
	font-weight: bold;
}
#ranking .bodytype .list .inner ul > li .ttl a:hover {
	text-decoration: underline;
}
#ranking .bodytype .list .inner ul > li ol {
	margin-top: 20px;
}
#ranking .bodytype .list .inner ul > li ol li {
	box-sizing: border-box;
	min-height: 17px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left 1px;
}
#ranking .bodytype .list .inner ul > li ol li:nth-child(1) {
	background-image: url(../../img/pc/home/ranking_icon_1.webp);
}
#ranking .bodytype .list .inner ul > li ol li:nth-child(2) {
	margin-top: 15px;
	background-image: url(../../img/pc/home/ranking_icon_2.webp);
}
#ranking .bodytype .list .inner ul > li ol li:nth-child(3) {
	margin-top: 15px;
	background-image: url(../../img/pc/home/ranking_icon_3.webp);
}
#ranking .bodytype .list .inner ul > li ol li a {
	font-size: 14px;
	line-height: 20px;
}
#ranking .bodytype .list .inner ul > li ol li a:hover {
	text-decoration: underline;
}
#ranking .maker .list .inner {
	background: #eff2f5;
}
#ranking .maker .list .inner ul {
	display: flex;
}
#ranking .maker .list .inner ul > li {
	box-sizing: border-box;
	width: 100%;
	padding: 25px 15px 20px 0;
	background: #fff;
}
#ranking .maker .list .inner ul > li:nth-child(n + 2) {
	margin-left: 3px;
	padding-left: 10px;
}
#ranking .maker .list .inner ul > li .ttl {
	position: relative;
	padding-left: 42px;
}
#ranking .maker .list .inner ul > li .ttl img {
	position: absolute;
	top: -11px;
	left: -3px;
}
#ranking .maker .list .inner ul > li .ttl a {
	font-size: 16px;
	font-weight: bold;
}
#ranking .maker .list .inner ul > li .ttl a:hover {
	text-decoration: underline;
}
#ranking .maker .list .inner ul > li ol {
	margin-top: 20px;
}
#ranking .maker .list .inner ul > li ol li {
	box-sizing: border-box;
	min-height: 17px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left 1px;
}
#ranking .maker .list .inner ul > li ol li:nth-child(1) {
	background-image: url(../../img/pc/home/ranking_icon_1.webp);
}
#ranking .maker .list .inner ul > li ol li:nth-child(2) {
	margin-top: 15px;
	background-image: url(../../img/pc/home/ranking_icon_2.webp);
}
#ranking .maker .list .inner ul > li ol li:nth-child(3) {
	margin-top: 15px;
	background-image: url(../../img/pc/home/ranking_icon_3.webp);
}
#ranking .maker .list .inner ul > li ol li a {
	font-size: 14px;
	line-height: 20px;
}
#ranking .maker .list .inner ul > li ol li a:hover {
	text-decoration: underline;
}
#feature .top {
	box-sizing: border-box;
	height: 190px;
	padding-top: 80px;
}
#feature .top h2 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#feature .top p {
	margin-top: 20px;
	font-size: 16px;
	text-align: center;
}
#feature .main {
	background: url(../../img/pc/home/bg_feature.webp) no-repeat center center;
	background-size: cover;
}
#feature .main .inner {
	box-sizing: border-box;
	padding: 20px 2px 90px;
}
#feature .main .inner dl {
	width: 1020px;
	margin-top: 25px;
}
#feature .main .inner dl dt {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 570px;
	height: 50px;
	padding: 5px 25px 0;
	background: url(../../img/pc/home/bg_feature_ttl.webp) no-repeat;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
#feature .main .inner dl dd {
	margin-top: 15px;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}
#feature .main .inner .btn-s {
	margin: 30px auto 0;
}
#feature .main .inner ul {
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}
#feature .main .inner ul li {
	box-sizing: border-box;
	width: 270px;
	height: 450px;
	border-top: solid 8px #fac900;
	border-radius: 3px;
	background: #1986a5;
	background-repeat: no-repeat;
}
#feature .main .inner ul li:nth-child(1) {
	background-image: url(../../img/pc/home/bg_feature_point_1.webp);
}
#feature .main .inner ul li:nth-child(2) {
	background-image: url(../../img/pc/home/bg_feature_point_2.webp);
}
#feature .main .inner ul li:nth-child(3) {
	background-image: url(../../img/pc/home/bg_feature_point_3.webp);
}
#feature .main .inner ul li:nth-child(4) {
	background-image: url(../../img/pc/home/bg_feature_point_4.webp);
}
#feature .main .inner ul li .inner {
	width: 230px;
	padding: 0;
}
#feature .main .inner ul li .inner h3 {
	box-sizing: border-box;
	height: 166px;
	padding-top: 25px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
}
#feature .main .inner ul li:nth-child(n + 2) .inner h3 {
	padding-top: 40px;
}
#feature .main .inner ul li .inner .txt {
	box-sizing: border-box;
	height: 225px;
	padding-top: 15px;
	border-top: solid 1px #a8c8d6;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
}
#feature .main .inner ul li .inner .lnk {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
#feature .main .inner ul li .inner .lnk a {
	display: block;
	padding-left: 15px;
	background: url(../../img/pc/common/icon_arrow_white_right.webp) no-repeat left 1px;
	background-size: 6px 10px;
	color: #fff;
	font-size: 14px;
}
#feature .main .inner ul li .inner .lnk a:hover {
	text-decoration: underline;
}
#flow {
	padding-bottom: 80px;
}
#flow .top {
	box-sizing: border-box;
	height: 190px;
	padding-top: 80px;
}
#flow .top h2 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#flow .top p {
	margin-top: 20px;
	font-size: 16px;
	text-align: center;
}
#lease_flow {
	padding-bottom: 50px;
	border-bottom: solid 2px #1d1d1d;
}
#lease_flow h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 330px;
	height: 50px;
	padding-top: 3px;
	background: #fa1a00;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
#lease_flow ul {
	display: flex;
	margin-top: 20px;
	background: url(../../img/pc/home/bg_flow.webp) no-repeat;
}
#lease_flow ul li {
	box-sizing: border-box;
	width: 200px;
	height: 334px;
	padding: 0 15px 0 35px;
}
#lease_flow ul li:first-child {
	padding: 0 30px 0 20px;
}
#lease_flow ul li dl dt {
	margin-top: 105px;
	font-size: 18px;
	font-weight: bold;
}
#lease_flow ul li dl dd {
	margin-top: 10px;
	font-size: 13px;
	line-height: 26px;
}
#lease_flow .note {
	margin-top: 30px;
	color: #333;
	font-size: 14px;
}
#cash_flow {
	margin-top: 50px;
}
#cash_flow h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 330px;
	height: 50px;
	padding-top: 3px;
	background: #ab812a;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
#cash_flow ul {
	display: flex;
	margin-top: 20px;
	background: url(../../img/pc/home/bg_flow.webp) no-repeat;
}
#cash_flow ul li {
	box-sizing: border-box;
	width: 200px;
	height: 334px;
	padding: 0 15px 0 35px;
}
#cash_flow ul li:first-child {
	padding: 0 30px 0 20px;
}
#cash_flow ul li dl dt {
	margin-top: 105px;
	font-size: 18px;
	font-weight: bold;
}
#cash_flow ul li dl dd {
	margin-top: 10px;
	font-size: 13px;
	line-height: 26px;
}
#cash_flow .note {
	margin-top: 30px;
	color: #333;
	font-size: 14px;
}
#voc {
	padding-bottom: 80px;
	background: #eff2f5;
}
#voc .top {
	box-sizing: border-box;
	height: 200px;
	padding-top: 80px;
}
#voc .top h2 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#voc .top p {
	margin-top: 20px;
	font-size: 16px;
	text-align: center;
}
#voc .main .inner {
	background: #fff;
}
#voc .main .inner ul {
	width: 1170px;
	height: 700px;
	margin-left: 30px;
	overflow-y: scroll;
}
#voc .main .inner ul li {
	display: flex;
	width: 1140px;
	margin-top: 40px;
	padding-bottom: 30px;
	border-bottom: solid 1px #e4e4e4;
}
#voc .main .inner ul li:first-child {
	margin-top: 45px;
}
#voc .main .inner ul li:last-child {
	margin-bottom: 45px;
}
#voc .main .inner ul li .rating {
	box-sizing: border-box;
	width: 115px;
	height: 100px;
	border: solid 5px #e6e6e6;
}
#voc .main .inner ul li .rating .star {
	margin: 5px 0 0 3px;
	color: #d6d6d6;
	font-size: 23px;
	letter-spacing: -4px;
}
#voc .main .inner ul li .rating .star strong {
	color: #edb05e;
}
#voc .main .inner ul li .rating .point {
	margin: 3px 0;
	color: #e01700;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#voc .main .inner ul li .rating .point strong {
	font-size: 32px;
}
#voc .main .inner ul li .rating .txt {
	padding-top: 6px;
	border-top: solid 1px #e6e6e6;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#voc .main .inner ul li .content {
	width: 995px;
	margin-left: 30px;
}
#voc .main .inner ul li .content .ttl {
	color: #235ea5;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
}
#voc .main .inner ul li .content .mid {
	display: flex;
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #e4e4e4;
	font-size: 14px;
}
#voc .main .inner ul li .content .mid .name {
	width: 130px;
	margin-top: 5px;
	font-weight: bold;
	line-height: 18px;
}
#voc .main .inner ul li .content .mid .eval {
	display: flex;
	width: 760px;
	margin-left: 5px;
}
#voc .main .inner ul li .content .mid .eval dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 108px;
	height: 25px;
	border-radius: 3px;
	background: #e1e1e1;
	font-weight: bold;
}
#voc .main .inner ul li .content .mid .eval dd {
	margin: 6px 0 0 15px;
}
#voc .main .inner ul li .content .mid .eval dd strong {
	font-weight: bold;
}
#voc .main .inner ul li .content .mid .date {
	width: 100px;
	margin-top: 6px;
	text-align: right;
}
#voc .main .inner ul li .content .txt {
	margin-top: 10px;
	font-size: 14px;
	line-height: 26px;
}
#faq .inner {
	box-sizing: border-box;
	padding: 80px 2px;
}
#faq .inner h2 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#faq .inner ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
#faq .inner ul li {
	width: 598px;
	box-sizing: border-box;
	margin-top: 40px;
}
#faq .inner ul li:nth-child(odd) {
	padding-right: 25px;
}
#faq .inner ul li:nth-child(even) {
	padding-left: 30px;
}
#faq .inner ul li h3 {
	box-sizing: border-box;
	min-height: 36px;
	padding: 10px 0 0 45px;
	background: url(../../img/pc/home/icon_faq_q.webp) no-repeat;
	font-size: 20px;
	font-weight: bold;
}
#faq .inner ul li .answer {
	box-sizing: border-box;
	min-height: 36px;
	margin-top: 10px;
	padding: 6px 0 0 45px;
	background: url(../../img/pc/home/icon_faq_a.webp) no-repeat;
	font-size: 14px;
	line-height: 28px;
}
#faq .inner .btn-s {
	margin: 50px auto 0;
}
#maker_list {
	background: #eff2f5;
}
#maker_list .top {
	box-sizing: border-box;
	height: 140px;
	padding-top: 80px;
}
#maker_list .top h2 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#maker_list .main {
	background: #fff;
}
#maker_list .main .inner ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
	padding: 0 90px;
}
#maker_list .main .inner ul li a {
	font-size: 16px;
}
#maker_list .main .inner ul li a:hover {
	text-decoration: underline;
}
#bodytype_list {
	padding-bottom: 80px;
	background: #eff2f5;
}
#bodytype_list .top {
	box-sizing: border-box;
	height: 140px;
	padding-top: 80px;
}
#bodytype_list .top h2 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#bodytype_list .main {
	background: #fff;
}
#bodytype_list .main .inner ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
}
#bodytype_list .main .inner ul:nth-child(1) {
	padding: 0 210px;
}
#bodytype_list .main .inner ul:nth-child(2) {
	padding: 0 120px;
	border-top: solid 1px #d3d3d3;
}
#bodytype_list .main .inner ul li a {
	font-size: 16px;
}
#bodytype_list .main .inner ul li a:hover {
	text-decoration: underline;
}
#story .inner {
	box-sizing: border-box;
	padding: 80px 0;
}
#story .inner h2 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#story .inner ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
#story .inner ul li {
	position: relative;
	box-sizing: border-box;
	width: 380px;
	height: 130px;
	margin: 25px 0 0 30px;
	border: solid 1px #e6e2e3;
}
#story .inner ul li:nth-child(3n + 1) {
	margin-left: 0;
}
#story .inner ul li:nth-child(n + 4) {
	margin-top: 40px;
}
#story .inner ul li::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #fac900 transparent;
}
#story .inner ul li a {
	display: flex;
	width: 100%;
	height: 100%;
}
#story .inner ul li a .main {
	padding: 15px;
}
#story .inner ul li a .main .ttl {
	font-size: 18px;
	font-weight: bold;
}
#story .inner ul li a .main .txt {
	margin-top: 5px;
	font-size: 14px;
	line-height: 26px;
}
#story .inner .btn-s {
	margin: 60px auto 0;
}
#modal_search {
	width: 1000px;
	margin: 5% auto;
	border-radius: 10px;
	background: #fff;
}
#modal_search .menu {
	position: relative;
	height: 90px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #fac900;
}
#modal_search .menu ul {
	display: flex;
	justify-content: space-between;
	width: 900px;
	margin-left: 30px;
}
#modal_search .menu ul li {
	display: flex;
	margin-top: 20px;
}
#modal_search .menu ul li .btn {
	box-sizing: border-box;
	height: 50px;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}
#modal_search .menu ul li .btn:hover, #modal_search .menu ul li .btn.selected {
	background-position: 0 -50px;
	color: #fff;
}
#modal_search .menu ul li:nth-child(1) .btn.l {
	width: 190px;
	padding: 18px 0 0 30px;
	background-image: url(../../img/pc/home/btn_modal_search_1.webp);
}
#modal_search .menu ul li:nth-child(1) .btn.r {
	width: 170px;
	padding: 18px 0 0 18px;
	background-image: url(../../img/pc/home/btn_modal_search_2.webp);
}
#modal_search .menu ul li:nth-child(2) .btn.l {
	width: 181px;
	padding: 9px 10px 0 0;
	background-image: url(../../img/pc/home/btn_modal_search_3.webp);
	text-align: center;
}
#modal_search .menu ul li:nth-child(2) .btn.r {
	width: 179px;
	padding: 9px 35px 0 0;
	background-image: url(../../img/pc/home/btn_modal_search_4.webp);
	text-align: center;
}
#modal_search .menu ul li:nth-child(2) .btn small {
	font-size: 14px;
	font-weight: normal;
}
#modal_search .menu ul li:nth-child(3) .btn {
	width: 160px;
	padding: 18px 0 0 50px;
	background-image: url(../../img/pc/home/btn_modal_search_5.webp);
}
#modal_search .menu .btn-modal-close {
	position: absolute;
	top: 30px;
	right: 20px;
}
#modal_search .main .tab {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: none;
}
#modal_search .main .tab hr {
	height: 0;
	margin: 0;
	border: none;
	border-top: solid 1px #d3d3d3;
}
#modal_search .main .tab .btn-search {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 440px;
	height: 70px;
	margin: 20px auto 0;
	padding-top: 3px;
	border: solid 2px #fac900;
	border-radius: 35px;
	background: #fac900 url(../../img/pc/common/icon_arrow_black_right.webp) no-repeat 410px center;
	background-size: 8px 14px;
	font-size: 22px;
	font-weight: bold;
	cursor: pointer;
}
#modal_search .main .tab .btn-search.disabled {
	opacity: 0.3;
	cursor: auto;
}
#modal_search .main .tab .btn-search:not(.disabled):hover {
	background-color: #fff;
}
#modal_search .main .tab-maker ul {
	display: flex;
	flex-wrap: wrap;
	width: 800px;
	margin: 0 auto;
	padding: 45px 0 60px;
}
#modal_search .main .tab-maker ul li {
	margin-right: 62px;
}
#modal_search .main .tab-maker ul li:nth-child(5n) {
	margin-right: 0;
}
#modal_search .main .tab-maker ul li:nth-child(n+6) {
	margin-top: 40px;
}
#modal_search .main .tab-maker ul li .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 110px;
	height: 100px;
	border: solid 1px #e3e3e3;
	border-radius: 3px;
	cursor: pointer;
}
#modal_search .main .tab-maker ul li .btn:hover {
	border: solid 3px #fac900;
}
#modal_search .main .tab-maker ul li .etc {
	display: block;
	padding-top: 2px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}
#modal_search .main .tab-maker ul li .etc span {
	font-weight: normal;
}
#modal_search .main .tab-maker ul li .nm {
	margin-top: 12px;
	font-size: 16px;
	text-align: center;
}
#modal_search .main .tab-car {
	padding-bottom: 20px;
}
#modal_search .main .tab-car .error {
	margin: 40px 30px 20px;
	font-size: 14px;
}
#modal_search .main .tab-car ul {
	display: flex;
	flex-wrap: wrap;
	width: 940px;
	margin: 0 auto;
}
#modal_search .main .tab-car ul li {
	width: 210px;
	margin: 40px 25px 0 0;
}
#modal_search .main .tab-car ul li dl dt {
	float: left;
	width: 22px;
}
#modal_search .main .tab-car ul li dl dt input {
	top: 0;
}
#modal_search .main .tab-car ul li dl dd {
	float: left;
	width: 178px;
	margin-left: 10px;
	font-size: 16px;
	line-height: 22px;
}
#modal_search .main .tab-car ul li dl dd small {
	font-size: 12px;
}
#modal_search .main .tab-car ul li dl dd small:before {
	content: " ";
}
#modal_search .main .tab-car hr {
	margin-top: 60px;
}
#modal_search .main .tab-bodytype {
	padding-bottom: 20px;
}
#modal_search .main .tab-bodytype ul {
	display: flex;
	flex-wrap: wrap;
	width: 850px;
	margin: 0 auto;
}
#modal_search .main .tab-bodytype ul li {
	width: 150px;
	margin: 40px 25px 0 0;
}
#modal_search .main .tab-bodytype ul li:nth-child(5n) {
	margin-right: 0;
}
#modal_search .main .tab-bodytype ul li:nth-child(11) {
	width: 175px;
	margin-right: 0;
}
#modal_search .main .tab-bodytype ul li .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 150px;
	height: 80px;
	border: solid 1px #e3e3e3;
	border-radius: 3px;
	cursor: pointer;
}
#modal_search .main .tab-bodytype ul li .btn:hover, #modal_search .main .tab-bodytype ul li .btn.selected {
	border: solid 3px #fac900;
}
#modal_search .main .tab-bodytype ul li .etc {
	display: block;
	padding-top: 2px;
	font-size: 16px;
	text-align: center;
}
#modal_search .main .tab-bodytype ul li .nm {
	margin-top: 12px;
	font-size: 16px;
	text-align: center;
}
#modal_search .main .tab-bodytype hr {
	margin-top: 40px;
}
#modal_search .main .tab-cash-lease {
	padding-bottom: 20px;
}
#modal_search .main .tab-cash-lease .main {
	width: 520px;
	margin: 30px auto 0;
}
#modal_search .main .tab-cash-lease .main .m-ttl {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#modal_search .main .tab-cash-lease .main .m-ttl .btn-included {
	box-sizing: border-box;
	margin-left: 25px;
	padding: 5px 25px;
	border: solid 1px #e3e3e3;
	border-radius: 18px;
	background: #eff2f5;
	font-size: 16px;
	font-weight: normal;
	cursor: pointer;
}
#modal_search .main .tab-cash-lease .main .m-ttl .btn-included:hover {
	background: #fff;
}
#modal_search .main .tab-cash-lease .main .controller {
	display: flex;
	margin-top: 25px;
}
#modal_search .main .tab-cash-lease .main .controller .slider {
	width: 200px;
}
#modal_search .main .tab-cash-lease .main .controller .slider .ttl {
	font-size: 20px;
	font-weight: bold;
}
#modal_search .main .tab-cash-lease .main .controller .slider .swiper-button-prev, #modal_search .main .tab-cash-lease .main .controller .slider .swiper-button-next {
	position: static;
	width: 200px;
	height: 30px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	outline: 0;
}
#modal_search .main .tab-cash-lease .main .controller .slider .swiper-button-prev {
	background: url(../../img/pc/home/btn_modal_slider_up.webp) no-repeat;
}
#modal_search .main .tab-cash-lease .main .controller .slider .swiper-button-next {
	background: url(../../img/pc/home/btn_modal_slider_down.webp) no-repeat;
}
#modal_search .main .tab-cash-lease .main .controller .slider .swiper-button-prev::after, #modal_search .main .tab-cash-lease .main .controller .slider .swiper-button-next::after {
	content: "";
}
#modal_search .main .tab-cash-lease .main .controller .slider .swiper-container {
	height: 250px;
	border: solid 1px #d3d3d3;
	border-width: 1px 0;
	overflow: hidden;
}
#modal_search .main .tab-cash-lease .main .controller .slider .swiper-container ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	font-size: 16px;
	cursor: pointer;
}
#modal_search .main .tab-cash-lease .main .controller .slider .swiper-container ul li:hover, #modal_search .main .tab-cash-lease .main .controller .slider .swiper-container ul li.selected {
	background: #ffe88a;
}
#modal_search .main .tab-cash-lease .main .controller .from {
	display: flex;
	justify-content: center;
	width: 120px;
	margin-top: 160px;
	font-size: 34px;
}
#modal_search .main .tab-cash-lease hr {
	margin-top: 40px;
}
#modal_search .main .tab-area {
	padding-bottom: 20px;
}
#modal_search .main .tab-area ul {
	width: 940px;
	margin: 0 auto;
}
#modal_search .main .tab-area ul li {
	margin-top: 40px;
}
#modal_search .main .tab-area ul li input[type="checkbox"] {
	position: relative;
	top: 5px;
	margin-right: 10px;
}
#modal_search .main .tab-area ul li dl dt {
	font-size: 16px;
	font-weight: bold;
}
#modal_search .main .tab-area ul li dl dd {
	margin: 10px 0 0 30px;
	font-size: 16px;
}
#modal_search .main .tab-area ul li dl dd p {
	float: left;
	min-width: 240px;
}
#modal_search .main .tab-area ul li dl dd .mw-auto {
	min-width: auto;
}
#modal_search .main .tab-area ul li dl dd .lower-row {
	margin-top: 7px;
}
#modal_search .main .tab-area ul li dl dd p label strong {
	font-weight: bold;
}
#modal_search .main .tab-area ul li dl dd p label strong::after {
	content: "：";
}
#modal_search .main .tab-area hr {
	margin-top: 40px;
}
.mfp-fade.mfp-bg {
	min-width: 1200px;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1000;
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	transition: all .15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.95;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	transition: all .15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
#modal_included {
	box-sizing: border-box;
	width: 1000px;
	height: 648px;
	margin: 5% auto;
	padding: 30px 40px;
	border-radius: 10px;
	background: #fff;
}
#modal_included .btn-close {
	margin-right: -20px;
	text-align: right;
	cursor: pointer;
}
#modal_included .ttl {
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#modal_included .txt {
	margin-top: 20px;
	color: #333;
	font-size: 14px;
}
#modal_included table {
	box-sizing: border-box;
	width: 920px;
	margin-top: 20px;
	border-collapse: collapse;
	border-spacing: 1px;
	background: #fff;
}
#modal_included table th, #modal_included table td {
	box-sizing: border-box;
	height: 35px;
	padding: 0 12px;
	border: solid 1px #e6e6e6;
	color: #333;
	font-size: 14px;
	vertical-align: middle;
}
#modal_included table th {
	min-width: 175px;
	background: #f7f6f4 url(../../img/pc/home/bg_modal_included_th.webp) repeat-y;
	font-weight: normal;
	text-align: left;
}
#modal_included table td {
	background: #fff;
}
#modal_included table td strong {
	color: #ce1005;
}
#modal_included .note {
	margin-top: 20px;
}
#modal_included .note dl {
	display: flex;
	color: #333;
	font-size: 14px;
	line-height: 28px;
}
#modal_included .note dl dt {
	width: 15px;
}
#modal_included .note dl dd {
	width: 905px;
}
#modal_included .note2 {
	margin-top: 50px;
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
}
#ban_buffaloes202312 {
	position: relative;
	width: 760px;
	margin: 0 auto;
	z-index: 50000;
}
#ban_buffaloes202312 .btn-close {
	position: absolute;
	top: -45px;
	right: 0;
}