.footer-copy {
	/* 画像ではなく文字で表示するように変更 */
	font-size: 0.9em;
	color: #ffb600;
	/*font-weight: bold;*/
}
@media screen and (max-width: 768px) {
	.footer-copy {
		font-size: 0.5em;
		text-align: center;
		padding: 5px 0;
	}
}
/* ＴＯＰ査定からご成約まで */
.top__cancel-txt__wrap {
	width: 1200px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
}
.top__cancel-txt01 {
	margin-top: 10px;
	line-height: 20px;
	font-weight: bold;
}
.top__cancel-txt02 {
	font-size: 14px;
	letter-spacing: 1px;
}
.sp__top__cancel-txt__wrap {
	/* margin: 0 auto; */
	text-align: center;
	margin-top: 10px;
}
.sp__top__cancel-txt01 {
	font-weight: bold;
	line-height: 18px;
	font-size: 12px;
}
.sp__top__cancel-txt02 {
	font-size: 12px;
}
/* CM */
.cm-gallary-wrap {
	margin: 0 auto;
	width: 100%;
}
.cm-gallary {
	overflow: hidden;
	width: 100%;
}
.cm-gallary li {
	float: left;
	width: 31%;
	margin: 1%;
}
.cm-gallary li img {
	width: 100%;
	height: auto;
}
.cm-gallary p {
	margin: 10px;
	text-align: center;
}
.past-title {
	background-color: #DBDCDC;
	padding: 5px 5px 5px 20px;
}
.past-cm-gallary-wrap {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.past-cm-gallary {
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}
.past-cm-gallary li {
	float: left;
	width: 21%;
	margin: 2%;
}
.past-cm-gallary li img {
	width: 100%;
}
.past-cm-gallary p {
	margin: 5px;
	text-align: center;
}
.woman-challenge {
	width: 90%;
	margin: 1em 5%;
}
.woman-challenge p {
	font-size: 1.2em;
	margin-bottom: 1em;
}
.woman-challenge p.remark {
	font-size: 0.8em
}
@media screen and (max-width: 768px) {
	.cm-gallary p {
		font-size: 11px;
	}
	.cm-gallary li {
		width: 46%;
		margin: 2%;
	}
	.past-cm-gallary p {
		font-size: 9px;
	}
	.past-cm-gallary li {
		width: 46%;
		margin: 2%;
	}
}
@media screen and (max-width: 480px) {
	.cm-gallary p {
		font-size: 9px;
	}
	.past-cm-gallary p {
		font-size: 7px;
	}
	.woman-challenge p.remark {
		font-size: 9px;
	}
}
/*graduate-linkbtn__area*/
.graduate-linkbtn__area {
	text-align: center;
	margin-bottom: 50px;
}
.graduate-btn__mynavi {
	text-decoration: none;
	padding-right: 4vw;
}
.pc_none {
	display: none;
}
.btn-rikunavi__img {
	padding-left: 5vw;
}
.graduate-recruitment__txt {
	font-size: 16px;
	margin: 30px 0px 25px 60px;
}
.btn-mynavi__img:hover, .btn-rikunavi__img:hover {
	cursor: pointer;
	opacity: 0.3;
	transition: 0.1s ease-in-out;
}
.raduate-recruitment__heed {
	font-size: 0.8em;
}
@media screen and (max-width: 768px) {
	.graduate-linkbtn__area {
		margin-bottom: 1em;
	}
	.pc_none {
		display: block;
	}
	.graduate-recruitment__wrap {
		text-align: center;
	}
	.btn-rikunavi__img {
		margin: 0px 0px 20px 0px;
	}
	.graduate-recruitment__txt {
		margin-left: 0px;
		margin-top: 15px;
	}
}
@media screen and (max-width: 500px) {
	.graduate-btn__mynavi {
		display: block;
		margin-bottom: 10%;
		padding-right: 0;
	}
	.graduate-btn__mynavi {
		padding-left: 0;
	}
}
/*  */
.sub-nav ul, .reason-nav ul {
	background-color: #2FB3D9;
	/*font-size: 22px;*/
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
}
.sub-nav li:first-child, .rec-nav li:first-child, .reason-nav li:first-child {
	border-left: 0px none;
}
.sub-nav li {
	border-left: 1px solid #FFF;
	display: inline-block;
	text-align: center;
	width: 19%;
}
.reason-nav li {
	border-left: 1px solid #FFF;
	display: inline-block;
	text-align: center;
	width: 30%;
}
.rec-nav li {
	position: relative;
	width: 342px;
	margin: 0 0 30px 30px;
	text-align: center;
	background-color: #01bcf1;
}
.rec-nav li:nth-of-type(odd) {
	margin-left: 0;
}
.sub-nav li a, .reason-nav li a, .rec-nav li a {
	display: block;
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}
.rec-kyubo:before {
	content: " ";
	width: 63px;
	height: 47px;
	position: absolute;
	top: -34px;
	right: 10px;
	background: url(../images/about/icon-kyubo.png) no-repeat top center;
}
@media screen and (max-width: 768px) {
	.rec-kyubo:before {
		content: "急募!";
		color: #fff;
		background: #d84241;
		font-size: 14px;
		font-weight: bold;
		border-radius: 4px;
		width: 60px;
		height: 32px;
		top: 0;
		bottom: 0;
		right: 6px;
		margin: auto;
		line-height: 32px;
	}
}
.rec-nav ul {
	font-size: 22px;
	font-weight: bold;
	line-height: 60px; /* 元は50px */
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	max-width: 714px;
	margin: 30px auto 0;
}
.recruit-pic ul {
	overflow: hidden;
	text-align: center;
}
.recruit-pic li {
	float: left;
	text-align: center;
	width: 30%;
}
.overhead-box-wrap {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	margin-bottom: 30px
}
.overhead-box {
	float: left;
	width: 47%;
	border: solid 1px #229f37;
	height: 250px;
	margin: 10px;
	text-align: center;
	position: relative;
}
.three-col {
	width: 31%;
}
.overhead-box-title {
	font-size: 1.8em;
	color: #229f37;
	padding: 20px;
	text-align: center;
	font-weight: bold;
}
.overhead-box-title p, .overhead-cnt h2 p {
	display: inline-block;
	vertical-align: middle;
}
.overhead-box-title img {
	margin-right: 10px;
}
.overhead-cnt .overhead-icon {
	width: 50%;
}
.overhead-icon {
	vartical-align: bottom;
	margin-right: 20px;
}
.three-col .overhead-box-title {
	font-size: 1.3em;
	padding: 10px;
}
.overhead-box-cnt {
	margin: 0 auto;
	color: #229f37;
	line-height: 1.875;
	width: 90%;
	text-align: center;
}
.three-col .overhead-box-cnt {
	line-height: 1.6;
}
.overhead-box-link, .green-box-link {
	margin: 0 auto;
	background-color: #229f37;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 90%;
	position: absolute;
	bottom: 5%;
	left: 5%;
}
.overhead-box-link a, .green-box-link a {
	text-decoration: none;
	color: #fff;
	padding: 10px;
	display: block;
}
.overhead-p {
	padding: 10px;
	line-height: 1.875;
}
.two-column {
	float: left;
	width: 47%;
	margin: 10px;
}
.description-cnt {
	background-color: #eee;
	padding: 10px;
	margin: 10px;
}
.description-cnt p {
	margin: 5px 5px;
}
.insu-table {
	border: none;
	margin: 0 auto;
	width: 90%;
}
.insu-table th {
	border: solid 1px #fff7da;
	background-color: #ffa800;
	padding: 1%;
}
.insu-table td {
	border: solid 1px #fff7da;
	padding: 1%;
	background-color: #fff7da;
	text-align: center;
}
.insu-table .orange {
	background-color: #fdd653;
}
th.insu-table-title {
	background-color: #1bc3f2;
	text-align: center;
}
td.insu-table-title {
	background-color: #84e4ff;
	text-align: center;
}
.dotted {
	border-bottom: 2px dotted #ddd;
}
.border-b {
	border-bottom: 1px solid #ddd;
}
.border-big {
	border-bottom: 30px solid #ddd;
}
.tax-table {
	width: 100%;
	padding: 1%;
}
.tax-table th {
	border: solid 1px #fff;
	background-color: #5a9bd5;
	padding: 1%;
}
.tax-table td {
	border: solid 1px #fff;
	padding: 1%;
	background-color: #eaeef7;
}
.tax-table .small {
	font-size: .75em;
}
.tax-table .blue {
	background-color: #d2ddef;
}
.clear {
	clear: both;
}
.circle-bg {
	background: #01bcf1;
	height: 150px;
	width: 150px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	float: left;
	text-align: center;
	color: #fff;
}
.vision-cnt {
	height: 150px;
	padding-left: 20px;
}
.valign-middle {
	display: table;
}
.valign-middle > * {
	display: table-cell;
	vertical-align: middle;
}
.valign-bottom {
	display: table;
}
.valign-bottom > * {
	display: table-cell;
	vertical-align: bottome;
}
#tab-satei-point03 .satei-point-bg {
	margin-bottom: 0px !important;
	padding: 0 0 10px 0 !important;
}
#tab-satei-point03 .satei-point-bottom {
	margin-bottom: 10px;
}
p.satei-p {
	display: inline-block;
	vertical-align: middle;
	width: 70%;
	text-align: left;
}
p.satei-p-first {
	display: inline-block;
	vertical-align: middle;
	width: 25%;
}
p.satei-point-title {
	color: #229F37;
	font-weight: bold;
	font-size: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
}
p.satei-point-cnt {
	padding: 0 30px;
	line-height: 1.875;
}
.satei-maint-h3 {
	margin-top: 50px;
	background: url(../images/satei/satei_h3_line.png) 0 50% repeat-x;
	font-size: 30px;
	font-weight: bold;
	color: #229f37;
	margin-bottom: 28px;
	text-align: center;
}
.satei-maint-h3 span {
	background-color: #fff;
	padding: 0 20px;
}
.satei-need-title {
	color: #229f37;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
.satei-need-cnt {
	font-size: 18px;
	padding: 0 30px;
	line-height: 1.875;
}
.satei-need-table {
	width: 100%;
	border: solid 3px #229f37;
	line-height: 1.875;
	margin-bottom: 30px;
	table-layout: fixed;
}
.satei-need-table th {
	background-color: #00957a;
	font-size: 22px;
	text-align: center;
	color: #fff;
	border: solid 1px #229f37;
	padding: 1%;
}
.satei-need-table td {
	color: #229f37;
	font-size: 18px;
	text-align: center;
	border: solid 1px #229f37;
	padding: 2% 0;
}
.satei-need-table td.table-title {
	font-size: 30px;
	font-weight: bold;
}
.company-table {
	width: 100%;
	padding: 1%;
	border: solid 1px #ccc;
	line-height: 1.875;
}
.recruit-table {
	margin: 0 auto;
	width: 90%;
	padding: 1%;
	border: solid 1px #ccc;
	line-height: 1.875;
}
.company-table th {
	border: solid 1px #ccc;
	font-weight: bold;
	padding: 1%;
}
.company-table td, .recruit-table td {
	border: solid 1px #ccc;
	padding: 1%;
}
.purple {
	background-color: #f1f1f7;
}
.company-cnt p, .recruit-cnt p, .citizenship-cnt p, .reason-cnt p {
	line-height: 1.875;
}
.reason-cnt p small {
	display: block;
}
.company-msg {
	padding: 0px;
}
.company-msg img {
	margin-right: 0px;
}
.recruit-table th {
	border: solid 1px #ccc;
	font-weight: bold;
	padding: 1%;
	background-color: #01bcf1;
	width: 30%;
	color: #FFF;
}
/*recruit_entry_txt*/
.rec-entry {
	width: 90%;
	margin: 1.5em 5% 2em;
}
.recruit-entry__txt {
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	.recruit-entry__txt {
		margin-top: 15px;
	}
}
/*recruit_entry_btn*/
.rec-entry__btn {
	width: 90%;
	margin: 0em 5% 2em;
}
.recruit-entry__btn--min {
	font-weight: bold;
	display: block;
	margin: 0 auto;
	text-align: center;
	background-color: #ffb400;
	width: 31.5%;
	position: relative;
	margin-top: 15px;
}
.recruit-entry__btn--left {
	margin-left: 386px;
}
@media screen and (max-width: 768px) {
	.recruit-entry__btn--min {
		width: 70%;
		padding: 0px;
		margin-top: 15px;
		height: 5.07%;
	}
	.recruit-entry__btn--left {
		margin: 15px auto;
	}
}
.recruit-entry__btn--min a {
	display: block;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
	font-size: 18px;
	padding: 13px;
}
@media screen and (max-width: 768px) {
	.recruit-entry__btn--min a {
		font-size: 3vw;
	}
}
.recruit-entry__btn--min:hover {
	cursor: pointer;
	opacity: 0.8;
	transition: .2s ease-in-out;
}
/*recruitメールでのお問い合わせ*/
.recruit-qr-contact {
	float: right;
	max-width: 100px;
	margin-top: -44px;
}
@media screen and (max-width: 768px) {
	.recruit-qr-contact {
		max-width: 14%;
		margin-top: -4.4%;
	}
}
.recruit-mail-contact {
	font-weight: bold;
	display: block;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
	width: 30%;
	position: relative;
	padding: 10px 0;
	margin-top: 15px;
	height: 5.07%;
}
@media screen and (max-width: 768px) {
	.recruit-mail-contact {
		width: 60%;
	}
}
.recruit-mail-contact a {
	display: block;
	font-weight: bolld;
	color: #01bcf1;
	cursor: pointer;
	text-decoration: none;
	font-size: 18px;
}
@media screen and (max-width: 768px) {
	.recruit-mail-contact a {
		font-size: 3vw;
	}
}
.recruit-mail-contact a:hover {
	cursor: pointer;
	opacity: 0.3;
	transition: .2s ease-in-out;
}
.recruit-tel {
	margin: 0 auto;
	background-color: #01bcf1;
	text-align: center;
	width: 70%;
	padding: 2%;
	color: #FFF;
	overflow: hidden;
}
@media screen and (max-width: 600px) {
	.recruit-tel {
		text-align: left;
	}
	.recruit-tel-txt {
		width: 78%;
	}
}
@media screen and (max-width: 500px) {
	.recruit-qr-contact {
		float: none;
		margin-top: 14px;
		max-width: 100px;
	}
	.recruit-tel {
		text-align: center;
		width: 100%;
		padding: 4%;
	}
	.recruit-tel-txt {
		width: 100%;
	}
}
/* PCでQRコードリンクを無効に */
.qr-pcmail-link {
	pointer-events: none;
}
@media screen and (max-width: 768px) {
	.qr-pcmail-link {
		pointer-events: auto;
	}
}
/**/
.f-large {
	font-size: 2em;
}
.f-small {
	font-size: 0.7em;
}
.t-indent6 {
	text-indent: 4em;
}
.enkaku {
	padding: 10px;
	width: 100%;
}
.enkaku td {
	vertical-align: top;
}
.enkaku td:first-child {
	width: 6.5em;
	text-align: right;
}
.enkaku td:not(:first-child) {
	padding-left: 4em;
}
.enkaku-month {
	min-width: 2.5em;
	display: inline-block;
}
.enkaku p {
	font-size: inherit;
}
/*.green-box-title{
	background-color: #229f37;
	color:#fff;
	padding:10px;
	text-align:center;
}*/
/*.green-box-link{
	text-align:right;
	   margin-top:5px;

}*/
.green-box-main {
	margin: 0 auto;
	border: solid 1px #229f37;
	width: 100%;
	padding: 10px;
}
.green-box-main-l {
	float: left;
	width: 70%;
	margin: 0 auto;
}
.green-box-main-r {
	text-align: right;
}
.green-box-wrap {
	width: 102%;
	margin-right: -2%;
}
.green-box {
	margin: 0 auto;
	border: solid 1px #229f37;
	position: relative;
	margin-right: 2%;
	float: left;
	width: 31.3%;
	height: 370px;
	margin-bottom: 10px;
}
.green-box-title {
	font-size: 1.5em;
	color: #229f37;
	padding: 20px;
	text-align: center;
	font-weight: bold;
}
.green-box-cnt {
	padding: 10px;
	color: #229f37;
	line-height: 1.875;
}
.green-box-cnt img {
	width: 100%;
}
.tsuyomi-wrap {
	clear: both;
	width: 85%;
	margin: 0 auto;
}
.tsuyomi {
	min-height: 100px;
	width: 60%;
	float: left;
	margin-bottom: 50px;
	text-align: left;
	height: 335px;
}
.tsuyomi h3 {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
}
.tsuyomi-img-left {
	margin: 2%;
	float: left;
}
.tsuyomi-img-right {
	margin: 2%;
	float: right;
}
p.lh13 {
	line-height: 1.3;
	font-size: 13px;
}
.f-left {
	float: left;
}
.oshirase-btn {
	background: url(../images/home/home_more_04.png) 0 0 no-repeat;
	background-size: cover;
	position: relative;
}
.oshirase-btn:hover {
	opacity: 0.8;
}
.oshirase-btn-new {
	top: 5px;
	right: 10px;
	position: absolute;
	z-index: 10;
}
.oshirase-btn .mid {
	top: 15px;
	right: 15px;
}
li.header-nav-blog {
	position: relative;
}
/*エラー表示*/
.errorItem {
	background-color: #ffc1c1 !important;
}
span.error {
	color: #ff0000;
	font-size: 80%;
	font-weight: bold;
}
span.alert {
	font-size: 80%;
}
/*エラー表示ここまで*/
img.submit {
	cursor: pointer;
}
.distribution-box {
	border: solid 1px #01bcf1;
	padding: 20px;
	line-height: 1.875;
	margin-bottom: 30px;
}
.distribution-box span {
	color: #01bcf1;
	font-weight: bold;
}
.distribution-cnt {
	line-height: 1.875;
	margin-bottom: 80px;
}
.distribution-cnt h3 {
	color: #229f37;
	font-size: 2em;
}
.distribution-cnt img {
	margin-right: 20px;
}
.f-orange {
	color: #ffb400;
	font-weight: bold;
}
.f-blue {
	color: #01bcf1;
	font-weight: bold;
}
.satei-cnt {
	width: 80%;
	margin: 0 auto;
}
.freesatei {
	width: 90%;
	padding: 1%;
	border: 1px solid #ccc;
	margin: 0 auto;
}
.freesatei th {
	width: 30%;
	padding: 1%;
}
.freesatei td {
	padding: 1%;
}
.freesatei-orange {
	background-color: #fff7da;
}
.freesatei-blue {
	background-color: #daf7ff;
}
.freesatei-label {
	width: 25%;
}
.freesatei .nihongo, .freesatei .input-telno {
	width: 90%;
}
.freesatei .customSelect, .fc-form .customSelect {
	background: url(../images/parts/p_sellform_select_wide.png) 0 0 no-repeat;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	width: 240px;
}
.freesatei .customSelectInner, .fc-form .customSelectInner {
	margin: 0 30px 0 6px;
}
.freesatei input[type="text"], .fc-form input[type="text"], .freesatei input[type="tel"], .fc-form input[type="tel"] {
	border: 1px solid #cdcdcd;
	font-size: 11px;
	height: 30px;
	padding: 6px;
}
.fc-form textarea {
	border: 1px solid #cdcdcd;
	padding: 6px;
}
.fc-form {
	width: 100%;
	margin: 0 auto;
}
.fc-form-inner {
	margin: 0 auto;
	padding: 2%;
}
.fc-form h4 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 10px 0;
}
.fc-form dt {
	clear: both;
	width: 25%;
	float: left;
	text-align: right;
	padding: 1%;
}
.fc-confirm dt {
	margin-top: -10px;
}
.fc-form dd {
	padding: 0 0 20px 26%;
}
.fc-form dl {}
.fc-form p {
	padding: 1%;
}
.fc-form .border {
	margin: 0 auto;
	padding: 0 auto;
	border-bottom: 2px dotted #ccc;
	margin-bottom: 30px;
	width: 78%;
}
.fc-form .contact .td_company input, .fc-form .contact .td_section input, .fc-form .contact .td_position input, .fc-form .contact .td_address input, .fc-form .contact .td_business input, .fc-form .contact textarea {
	width: 85%;
}
/*.fc-form-border{
margin:0 auto;
text-align:center;
clear:both;
border-bottom:dotted 2px #ccc;
width:80%;
} */
.fc-form .td_company input, .fc-form .td_section input, .fc-form .td_position input, .fc-form .td_address input, .fc-form .td_business input, .fc-form textarea {
	width: 80%;
}
.fc-form .td_tel input, .fc-form .td_mtel input, .fc-form .td_email input {
	width: 50%;
}
.fc-form_confirm {
	text-align: center;
}
.fc-form-thank {
	margin: 50px;
	text-align: center;
}
.satei-btn p {
	text-align: center;
	margin-bottom: 1.5em;
}
.satei-btn ul {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.satei-btn li {
	display: table-cell;
	padding-left: 40px;
	text-align: center;
}
.satei-btn li:first-child {
	padding-left: 0;
}

.satei-return {
	border: medium none;
	border-radius: 2px;
	display: inline-block;
	font-weight: bold;
	background-color: #ccc;
	box-shadow: 0px 1px 0px #C6C6C6;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	height: 46px;
	line-height: 46px;
	padding: 0px 43px;
}
.satei-submit {
	border: medium none;
	border-radius: 2px;
	display: inline-block;
	font-weight: bold;
	background-color: #ffb400;
	box-shadow: 0px 1px 0px #C6C6C6;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	height: 46px;
	line-height: 46px;
	padding: 0px 66px;
	margin-bottom: 30px;
}
.satei-submit:hover {
	background-color: #ffcc6a;
}
.satei-return:hover {
	background-color: #ddd;
}
.fc-more-btn a {
	background-color: #229f37;
	color: #fff;
	font-size: 33px;
	display: inline-block;
	line-height: 1;
	margin-top: 25px;
	padding: 32px 38px;
	text-decoration: none;
	font-weight: bold;
}
.fc-more-btn a:hover {
	opacity: 0.8;
}
.voice-q {
	font-weight: bold;
	margin: 10px 0;
	font-size: 1.2em;
}
.voice-a {}
.voice-ad {
	background-color: #eee;
	padding: 10px;
	margin-top: 20px;
}
.voice-ad .shop {
	font-weight: bold;
	margin-right: 20px;
}
.f-red {
	color: red;
}
.strong {
	font-weight: bold;
	margin: 10px 0;
}
.satei-point-tab h3 {
	line-height: 1.4em !important;
}
/*フォームステップバー*/
.stepBar {
	position: relative;
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
	text-align: center;
	width: 100%;
	overflow: hidden;
	*zoom: 1;
}
.stepBar .step {
	position: relative;
	float: left;
	display: inline-block;
	line-height: 40px;
	padding: 0 40px 0 20px;
	background-color: #eee;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.stepBar .step:before, .stepBar .step:after {
	position: absolute;
	left: -15px;
	display: block;
	content: '';
	background-color: #eee;
	border-left: 4px solid #FFF;
	width: 20px;
	height: 20px;
}
.stepBar .step:after {
	top: 0;
	-moz-transform: skew(30deg);
	-ms-transform: skew(30deg);
	-webkit-transform: skew(30deg);
	transform: skew(30deg);
}
.stepBar .step:before {
	bottom: 0;
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	-webkit-transform: skew(-30deg);
	transform: skew(-30deg);
}
.stepBar .step:first-child {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {
	content: none;
}
.stepBar .step:last-child {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.stepBar .step.current {
	color: #FFF;
	background-color: #ffb400;
}
.stepBar .step.current:before, .stepBar .step.current:after {
	background-color: #ffb400;
}
.stepBar.step3 .step {
	width: 33.333%;
}
/*フォームステップバーここまで*/
/*
ここから
@media screen and (max-width: 768px) */
@media screen and (max-width: 768px) {
	.fc-form .contact .td_company input, .fc-form .contact .td_section input, .fc-form .contact .td_position input, .fc-form .contact .td_address input, .fc-form .contact .td_business input, .fc-form .contact textarea {
		width: 100%;
	}
	.spselect {
		/*　矢印を消す　*/
		-webkit-appearance: none !important;
		-moz-appearance: none !important;
		text-indent: .01px; /* Firefox用 */
		text-overflow: ""; /* Firefox用 */
		appearance: none !important;
		/*　背景画像の指定　*/
		width: 92% !important;
		font-size: 11px;
		height: 30px;
		line-height: 30px;
		border: 1px solid #cdcdcd;
		padding-right: 30px !important;
		background-color: #FFFfff;
		background: url(../images/common/select_down.png) 0 0 no-repeat !important;
		background-repeat: no-repeat !important;
		background-size: 30px 30px !important;
		background-position: right center !important;
		cursor: pointer !important;
	}
	.p-sellform .customSelectInner {
		background-color: #fff !important;
		margin: 0px !important;
		padding-left: 1% !important;
		display: block;
		width: 99% !important;
	}
	.p-sellform .hasCustomSelect {
		width: 65% !important;
	}
	/*	.p-sellform .customSelectInner {
	  margin: 0 30px 0 6px;
	  width: 132px ;
	}
*/
	.p-sellform-select dt {
		width: 15%;
		padding-right: 2%;
		text-align: left;
	}
	.p-sellform-select dd {
		width: 83%;
	}
	/*	.p-sellform .customSelect {
			width: 90% ;
	  background: url(../images/parts/p_sellform_select_wide.png) 0 0 no-repeat ;
	  background-size:cover  ;

	}*/
	.header-nav li img.oshirase-btn-new {
		margin-right: 12%;
		padding-top: 12px;
		width: 10%;
	}
	.sp-home-menu img.oshirase-btn-new {
		right: 12%;
		top: 12px;
	}
	.sp-home-more img.oshirase-btn-new {
		margin-right: 3%;
		padding-top: 3%;
		width: 20%;
	}
	.oshirase-btn:hover {
		opacity: 1;
	}
	h2, .fc-form h4 {
		font-size: 17px;
	}
	.past-title {
		font-size: 15px;
	}
	.overhead-cnt p {
		font-size: 13px;
		line-height: 1.875;
	}
	.overhead-cnt h2 p {
		font-size: 18px;
	}
	.overhead-box {
		margin: 0 auto;
		margin-bottom: 20px;
		width: 100%;
		/*	height:160px;*/
		height: 100%;
		float: none;
	}
	.overhead-box-title {
		padding: 10px;
		padding-bottom: 0px;
		font-size: 18px;
	}
	.three-col .overhead-box-title {
		padding-bottom: 0px;
		font-size: 18px;
	}
	.overhead-box-title img {
		width: 50%;
	}
	.overhead-box-cnt {
		line-height: 1.3;
		font-size: 11px;
		text-align: left;
		padding: 10px;
	}
	.overhead-box-link, .green-box-link {
		position: static;
	}
	.overhead-box-link a, .green-box-link a {
		padding: 10px;
	}
	.green-box-title {
		font-size: 18px;
	}
	.sub-nav ul, .reason-nav ul {
		font-size: 15px;
		font-weight: bold;
		height: 100%;
		line-height: 20px;
		margin-bottom: 0px;
	}
	.rec-nav ul {
		font-size: 15px;
		font-weight: bold;
		height: 100%;
		line-height: 20px;
		margin: 20px 0;
	}
	.sub-nav li, .rec-nav li, .reason-nav li {
		border-top: 1px solid #FFF;
		border-left: none;
		float: none;
		width: 100%;
		height: 45px;
		line-height: 45px;
	}
	.rec-nav ul {
		margin: 0 auto;
	}
	.rec-nav li {
		margin: 0 auto;
	}
	.sub-nav li a, .rec-nav li a, .reason-nav li a {
		padding: 0px 4.7%;
	}
	.recruit-pic li {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.recruit-tel {
		width: 100%;
	}
	.insu-table {
		font-size: 11px;
	}
	.two-column {
		float: none;
		width: 95%;
		margin: 0 auto;
	}
	.tax-table {
		font-size: 11px;
	}
	.circle-bg {
		height: 50px;
		width: 50px;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		float: left;
		text-align: center;
		color: #fff;
	}
	.circle-bg h3 {
		font-size: 11px;
	}
	.vision-cnt {
		height: 50px;
		padding-left: 5px;
	}
	.company-cnt p, .recruit-cnt p, .reason-cnt p {
		font-size: 11px;
	}
	.company-cnt, .overhead-cnt, .reason-cnt {
		padding: 10px;
	}
	.company-msg {
		margin-bottom: 25px;
		padding: 10px;
	}
	p.f-large {
		font-size: 20px;
	}
	.company-table, .recruit-table {
		font-size: 11px;
		width: 100%;
	}
	.enkaku td {
		font-size: 11px;
	}
	.enkaku td:not(:first-child) {
		padding-left: 2em;
	}
	.green-box-main {
		width: 100%;
	}
	.green-box-main-l {
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	.green-box-main-r {
		text-align: center;
	}
	.green-box {
		margin: 0 auto;
		float: none;
		width: 100%;
		/*height:300px;*/
		height: 100%;
		margin-bottom: 10px;
	}
	.green-box-cnt {
		/*height:200px;

		overflow:scroll;*/
	}
	.green-box-cnt p {
		font-size: 13px;
	}
	.green-box-cnt img {
		width: 100%;
	}
	.tsuyomi-wrap {
		width: 100%;
	}
	.tsuyomi {
		margin-bottom: 30px;
		float: none;
		width: 100%;
		height: auto;
	}
	.tsuyomi h3 {
		margin-bottom: 10px;
		font-size: 13px;
	}
	.tsuyomi-img-left, .tsuyomi-img-right {
		float: none;
		width: 70%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.distribution-cnt {
		margin-bottom: 50px;
	}
	.distribution-cnt h3 {
		font-size: 18px;
	}
	.distribution-cnt img {
		width: 20%;
	}
	.satei-cnt {
		width: 90%;
	}
	.satei-cnt p {
		font-size: 13px;
	}
	.freesatei {
		width: 100%;
		font-size: 13px;
	}
	.satei-btn li {
		display: block;
		margin-bottom: 30px;
		padding-left: 0px;
	}
	.stepBar {
		font-size: 13px;
	}
	.freesatei th {
		width: 20%;
		padding: 1%;
	}
	.freesatei th img {
		width: 70%;
	}
	.freesatei .nihongo, .freesatei .input-telno, .freesatei #add01 {
		width: 80%;
	}
	.freesatei select {
		width: 60%;
	}
	.freesatei .customSelect, .fc-form .customSelect {
		background: url(../images/parts/p_sellform_select.png) 0 0 no-repeat;
		font-size: 11px;
		height: 30px;
		line-height: 30px;
		width: 168px;
	}
	.freesatei input[type="text"], .fc-form input[type="text"], .freesatei input[type="tel"], .fc-form input[type="tel"] {
		border: 1px solid #cdcdcd;
		font-size: 11px;
		height: 30px;
		padding: 6px;
	}
	.fc-form-inner {
		margin: 0 auto;
		padding: 0;
	}
	.fc-form dt {
		width: 100%;
		float: none;
		text-align: left;
	}
	.fc-confirm dt {
		margin-top: 0px;
	}
	.fc-form dd {
		width: 100%;
		text-align: left;
		padding: 0 0 20px 0;
	}
	.fc-form dl {
		font-size: 13px;
	}
	.fc-form .td_company input, .fc-form .td_section input, .fc-form .td_position input, .fc-form .td_address input, .fc-form .td_business input, .fc-form textarea {
		width: 100%;
	}
	.fc-form .td_tel input, .fc-form .td_mtel input, .fc-form .td_email input {
		width: 50%;
	}
	.fc-form .td_property_address input {
		width: 30%;
	}
	.fc-form-border {
		width: 100%;
	}
	.satei-point-h3 {
		color: #fff;
		font-weight: bold;
		font-size: 13px;
		padding: 10px;
		background-color: #01bcf1;
	}
	p.satei-point-title {
		color: #01bcf1;
		font-weight: bold;
		font-size: 13px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	p.satei-point-cnt {
		font-size: 12px;
		line-height: 1.5;
		padding: 0;
	}
	.satei-engine {
		background-color: #ffa800;
		color: #FFF;
		font-size: 13px;
		font-weight: bold;
		padding: 10px;
		margin-top: 20px;
		margin-bottom: 10px;
		text-align: center;
	}
	.satei-engine-cnt {
		background-color: #eee;
		margin: 10px 10px 20px 10px;
		padding: 10px;
		font-size: 12px;
		line-height: 1.5;
	}
	.fc-more-btn {
		width: 90%;
		display: block;
		margin: 0 auto;
		margin-top: 10px;
		margin-bottom: 30px;
		text-align: center;
	}
	.fc-more-btn a {
		background-color: #229f37;
		width: 90%;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		padding: 16px 4.7%;
		text-align: center;
	}
	.fc-more-btn a:hover {
		opacity: 0.8;
	}
	.voice-q {
		font-weight: bold;
		margin: 10px 0;
		font-size: 1.2em;
	}
	.voice-a {}
	.voice-ad {
		background-color: #eee;
		padding: 10px;
		margin-top: 20px;
	}
	.voice-ad .shop {
		font-weight: bold;
		margin-right: 20px;
	}
	.cm-cnt p, .cm-cnt h1, .news h1 {
		padding-left: 10px;
		padding-top: 10px;
	}
	.table-cell {
		display: table-cell;
	}
	.nowrap {
		white-space: nowrap;
	}
	.news-box img {
		/*float: left;
    margin-right: 5%;
    width: 46%;*/
		float: none !important;
		width: 100% !important;
		margin-bottom: 10px;
	}
	.news-box-text {
		/*    float: left;
    width: 49%;*/
		float: none !important;
		width: 100% !important;
	}
	.bukken-inner .p-h1-text, .bukken-desc {
		padding: 10px;
	}
	.bukken-desc {
		paddin-topg: 0px;
		font-size: 11px;
	}
	.fc-form .border {
		width: 100%;
	}
}
/*
ここまで
@media screen and (max-width: 768px) */
/*
ここから
@media screen and (max-width: 480px) */
@media screen and (max-width: 480px) {
	h1, h2, .fc-form h4 {
		font-size: 17px;
	}
	.sub-nav ul, .reason-nav ul {
		font-size: 15px;
		font-weight: bold;
		height: 100%;
		line-height: 20px;
		margin-bottom: 0px;
	}
	.rec-nav ul {
		font-size: 15px;
		font-weight: bold;
		height: 100%;
		line-height: 20px;
		margin: 20px 0;
	}
	.sub-nav li, .rec-nav li, .reason-nav li {
		border-top: 1px solid #FFF;
		border-left: none;
		float: none;
		width: 100%;
		height: 45px;
		line-height: 45px;
	}
	.sub-nav li a, .rec-nav li a, .reason-nav li a {
		padding: 0px 4.7%;
	}
	.recruit-pic li {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.recruit-tel {
		width: 100%;
	}
	.past-title {
		font-size: 15px;
	}
	.overhead-cnt p {
		font-size: 11px;
		line-height: 1.875;
	}
	.overhead-cnt h2 p {
		font-size: 15px;
		text-align: left;
	}
	.overhead-box {
		margin: 0 auto;
		margin-bottom: 20px;
		width: 90%;
		/*	height:200px;*/
		height: 100%;
		float: none;
	}
	.overhead-box-title {
		padding: 10px;
		font-size: 13px;
		padding-bottom: 0px;
	}
	.three-col .overhead-box-title {
		font-size: 13px;
	}
	.overhead-box-title img {
		width: 50%;
	}
	.overhead-box-cnt {
		text-align: left;
		font-size: 11px;
		width: 100%
	}
	.overhead-box-link, .green-box-link {
		position: static;
	}
	.overhead-box-link a, .green-box-link a {
		font-size: 11px;
	}
	.green-box-title {
		font-size: 13px;
	}
	.insu-table {
		font-size: 11px;
	}
	.two-column {
		float: none;
		width: 95%;
		margin: 0 auto;
	}
	.tax-table {
		font-size: 11px;
	}
	.min .tax-table {
		font-size: 6px;
	}
	.circle-bg {
		height: 50px;
		width: 50px;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		float: left;
		text-align: center;
		color: #fff;
	}
	.circle-bg h3 {
		font-size: 11px;
	}
	.vision-cnt {
		height: 50px;
		padding-left: 5px;
	}
	.company-cnt p, .recruit-cnt p, .reason-cnt p, .cm-cnt p {
		font-size: 11px;
	}
	.cm-cnt p, .cm-cnt h1, .news h1 {
		padding-left: 10px;
		padding-top: 10px;
	}
	.company-cnt, .overhead-cnt, .reason-cnt {
		padding: 10px;
	}
	p.f-large {
		font-size: 20px;
	}
	.company-table, .recruit-table {
		font-size: 11px;
		width: 100%;
	}
	.green-box-main {
		width: 100%;
	}
	.green-box-main-l {
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	.green-box-main-r {
		text-align: center;
	}
	.green-box {
		margin: 0 auto;
		float: none;
		width: 100%;
		/*	height:270px;*/
		height: 100%;
		margin-bottom: 10px;
	}
	.green-box-cnt {
		/*	height:200px;

		overflow:scroll;*/
	}
	.green-box-cnt p {
		font-size: 11px;
	}
	.green-box-cnt img {
		width: 100%;
	}
	.tsuyomi-wrap {
		width: 100%;
	}
	.tsuyomi {
		margin-bottom: 30px;
		float: none;
		width: 100%;
		height: auto;
	}
	.tsuyomi h3 {
		margin-bottom: 10px;
		font-size: 13px;
	}
	.tsuyomi-img-left, .tsuyomi-img-right {
		float: none;
		width: 70%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.distribution-cnt {
		margin-bottom: 50px;
		font-size: 11px;
	}
	.distribution-cnt h3 {
		font-size: 15px;
	}
	.distribution-cnt img {
		width: 20%;
	}
	.satei-cnt {
		width: 95%;
	}
	.satei-cnt p {
		font-size: 13px;
	}
	.freesatei {
		width: 100%;
		font-size: 13px;
	}
	.satei-btn li {
		display: block;
		margin-bottom: 30px;
		padding-left: 0px;
	}
	.freesatei th {
		width: 20%;
		padding: 1%;
	}
	.freesatei th img {
		width: 70%;
	}
	.freesatei .nihongo, .freesatei .input-telno, .freesatei #add01 {
		width: 80%;
	}
	.freesatei select {
		width: 60%;
	}
	.freesatei .customSelect, .fc-form .customSelect {
		background: url(../images/parts/p_sellform_select.png) 0 0 no-repeat;
		font-size: 11px;
		height: 30px;
		line-height: 30px;
		width: 168px;
	}
	.freesatei input[type="text"], .fc-form input[type="text"], .freesatei input[type="tel"], .fc-form input[type="tel"] {
		border: 1px solid #cdcdcd;
		font-size: 11px;
		height: 30px;
		padding: 6px;
	}
	.freesatei .zipitem {
		width: 50px;
	}
	.p-h1-text {
		margin-top: 10px;
		padding-left: 0px;
	}
	.news {
		padding-top: 0;
	}
	.p-sellform-select dt {
		width: 18%;
		padding-right: 1%;
	}
	.p-sellform-select dd {
		width: 78%;
	}
	.p-sellform .hasCustomSelect {
		margin-left: -5% !important;
	}
	/*	.p-sellform .customSelect {

	  background: url(../images/parts/p_sellform_select.png) 0 0 no-repeat;
	background-size:contain  ;

	}*/
	.fc-form-inner {
		margin: 0 auto;
		padding: 0;
	}
	.fc-form dt {
		width: 100%;
		float: none;
		text-align: left;
	}
	.fc-confirm dt {
		margin-top: 0px;
	}
	.fc-form dd {
		width: 100%;
		text-align: left;
		padding: 0 0 20px 0;
	}
	.fc-form dl {
		font-size: 13px;
	}
	.fc-form .td_company input, .fc-form .td_section input, .fc-form .td_position input, .fc-form .td_address input, .fc-form .td_business input, .fc-form textarea, .fc-form .td_tel input, .fc-form .td_mtel input, .fc-form .td_email input {
		width: 100%;
	}
	.fc-form .td_seimeikana input, .fc-form .td_seimei input {
		width: 38%;
	}
	.fc-form .td_property_address input {
		width: 27%;
	}
	.fc-form-border {
		width: 100%;
	}
	.rec-nav li {
		font-size: 13px;
	}
	.p-acordion-block dt {
		padding-right: 15%;
	}
	.satei-point-h3 {
		color: #fff;
		font-weight: bold;
		font-size: 13px;
		padding: 10px;
		background-color: #01bcf1;
	}
	p.satei-point-title {
		color: #01bcf1;
		font-weight: bold;
		font-size: 13px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	p.satei-point-cnt {
		font-size: 12px;
		line-height: 1.5;
		padding: 0;
	}
	.satei-engine {
		background-color: #ffa800;
		color: #FFF;
		font-size: 13px;
		font-weight: bold;
		padding: 10px;
		margin-top: 20px;
		margin-bottom: 10px;
		text-align: center;
	}
	.satei-engine-cnt {
		background-color: #eee;
		margin: 10px 10px 20px 10px;
		padding: 10px;
		font-size: 12px;
		line-height: 1.5;
	}
	.voice-a {
		font-size: 13px;
	}
	.voice-ad {
		font-size: 13px;
	}
}
/*
ここまで
@media screen and (max-width: 480px) */
@media screen and (max-width: 320px) {
	.p-sellform-select dt {
		width: 20%;
		padding-right: 1%;
	}
	.p-sellform-select dd {
		width: 76%;
	}
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
/* 店舗一覧 */
.arealist {
	text-align: center;
	padding: 10px 0;
	background-color: #eef;
}
section.storelist {
	margin: 30px 0 50px;
}
@media screen and (max-width: 768px) {
	section.storelist {
		margin: 0 0 50px;
	}
}
.storelist h2.areaname {
	margin: 20px 0;
	font-size: 32px;
	font-weight: bold;
	background: #2fb3d9;
	color: #fff;
	padding: 16px 28px;
	letter-spacing: 2px;
}
.storelist h3.prefname {
	margin: 24px auto 32px;
	font-size: 24px;
	font-weight: bold;
	border-left: 4px solid #b5b5b5;
	padding-left: 14px;
}
@media screen and (max-width: 768px) {
	.storelist h2.areaname {
		font-size: 24px;
	}
	.storelist h2.areaname:first-of-type {
		margin: 0 0 20px;
	}
	.storelist h3.prefname {
		width: 92%;
		font-size: 20px;
	}
}
.storelist-header-wrapper {
	width: 100%;
	padding: 10px;
	background-color: #eee;
	margin-bottom: 30px;
}
.storelist-header {
	width: 100%;
	font-weight: bold;
}
.storename {
	width: 25%;
	padding: 0 10px 0 0;
}
.storename a {
	color: #00F;
}
.address {
	width: 30%;
}
.telno {
	width: 10%;
}
.businesstime {
	width: 15%;
}
.holiday {
	width: 15%;
}
.prefstores {
	margin: 0 0 12px 0;
}
.storelist-item-wrapper {
	width: 100%;
}
.storelist-item {
	width: 100%;
	line-height: 1.2em;
	margin-bottom: 15px;
	word-wrap: break-word;
	font-size: 0.8em;
}
.storelist-item > *, .storelist-header > * {
	display: inline-block;
	vertical-align: middle;
}
@media screen and (max-width: 768px) {
	.storelist-item {
		margin-bottom: 30px;
	}
	.storelist-item > *, .storelist-item-header > * {
		display: block;
	}
}
/* 店舗一覧　地図 */
.arealist-map {
	width: 1200px;
	height: 600px;
	margin: 0 auto 80px;
	position: relative;
}
@media screen and (max-width: 768px) {
	.arealist-map {
		display: none;
	}
}
.arealist-map__all {
	width: 1200px;
	height: 600px;
	margin: 0 auto;
	background: url(../images/shop/bg-arealist-map.jpg) no-repeat top center;
}
.arealist-map__kinki {
	width: 1200px;
	height: 600px;
	margin: 0 auto;
	background: url(../images/shop/bg-arealist-map-kinki.jpg) no-repeat top center;
}
.arealist-map__btn {
	width: 374px;
	height: 106px;
	position: absolute;
	top: 60px;
	left: 60px;
	background: #fff;
	padding: 26px 20px 26px 28px;
}
.arealist-map__btn2 {
	width: 288px;
	height: 144px;
	position: absolute;
	top: 60px;
	left: 60px;
	background: #fff;
	padding: 26px 28px;
}
.arealist-map__btn-item {
	font-size: 16px;
	font-weight: bold;
	float: left;
	margin: 0 20px 20px 0;
	color: #aab5af;
}
.arealist-map__btn-item a {
	text-decoration: none;
	color: #333;
}
.arealist-map__btn-item a:hover {
	text-decoration: underline;
}
.btn-item1 {
	width: 126px;
}
/* 店舗一覧 */
.prefstores-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	.prefstores-list {
		display: block;
	}
}
.prefstores-list__item {
	width: 580px;
	border-bottom: 1px solid #b5b5b5;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.prefstores-list__item a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	text-decoration: none;
}
.prefstores-list__item a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 768px) {
	.prefstores-list__item {
		width: 92%;
		margin: 0 auto 30px;
	}
}
@media screen and (max-width: 550px) {
	.prefstores-list__item a {
		display: block;
	}
}
.prefstores-list__item-img {
	width: 50%;
	margin-right: 20px;
}
.prefstores-list__item-img img {
	width: 262px;
	height: 164px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.prefstores-list__item-desc {
	width: 50%;
}
.prefstores-list__item-desc-name {
	font-size: 16px;
	font-weight: bold;
	color: #06a4e2;
	margin-bottom: 16px;
	line-height: 1.2;
}
.prefstores-list__item-desc-address {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin-bottom: 12px;
	line-height: 1.2;
}
.prefstores-list__item-desc-tel {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin-bottom: 16px;
}
.prefstores-list__item-desc-time, .prefstores-list__item-desc-holiday {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-bottom: 12px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.prefstores-list__item-desc-time span, .prefstores-list__item-desc-holiday span {
	min-width: 78px;
	display: block;
	background: #b5b5b5;
	color: #fff;
	padding: 6px 12px;
	margin-right: 12px;
	text-align: center;
}
.prefstores-list__item-desc-time p, .prefstores-list__item-desc-holiday p {
	min-width: 200px;
	line-height: 1.2;
}
@media screen and (max-width: 550px) {
	.prefstores-list__item-img {
		width: 100%;
		margin-right: 0;
	}
	.prefstores-list__item-img img {
		width: 100%;
		height: auto;
		max-height: 240px;
		margin: 0 auto 20px;
		display: block;
	}
	.prefstores-list__item-desc {
		width: 100%;
	}
	.prefstores-list__item-desc-name {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.prefstores-list__item-desc-address, .prefstores-list__item-desc-time, .prefstores-list__item-desc-holiday {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.prefstores-list__item-desc-tel {
		font-size: 16px;
	}
	.prefstores-list__item-desc-time span, .prefstores-list__item-desc-holiday span {
		width: 76px;
		font-size: 18px;
	}
	.prefstores-list__item-desc-time p, .prefstores-list__item-desc-holiday p {
		min-width: auto;
	}
}
.sp-arealist-wrapper {
	display: none;
}
@media screen and (max-width: 768px) {
	.sp-arealist-wrapper {
		display: block;
	}
	.sp-arealist-btn-wrapper {
		overflow-x: auto;
		white-space: nowrap;
	}
	.sp-arealist-btn-wrapper::-webkit-scrollbar {
		display: none;
	}
	.sp-arealist-btn {
		background: #f1f0f0;
		/*width: 604px;*/
		height: 52px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: flex-start;
		border-left: 1px solid #cccccc;
		margin: 0 auto;
	}
	.sp-arealist-btn__item {
		/*min-width: 112px;*/
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		line-height: 50px;
		text-align: center;
	}
	.sp-arealist-btn__item a {
		background: #f1f0f0;
		text-decoration: none;
		font-size: 16px;
		font-weight: 500;
		display: block;
		padding: 0 12px;
	}
	.sp-arealist-btn__item a:hover {
		background: #a4eafe;
	}
	.sp-arealist-group-child {
		background: url(../images/shop/bg-shop-area.gif);
		padding: 20px;
	}
	.sp-arealist-group {
		background: #fff;
		padding: 12px 16px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
	}
	.sp-arealist-group__item {
		margin: 6px 0;
		border-left: 1px solid #333;
		border-right: 1px solid #333;
	}
	.sp-arealist-group__item + .sp-arealist-group__item {
		border-left: 1px solid #333;
		border-right: 0;
	}
	.sp-arealist-group__item:first-child {
		border-right: 0;
	}
	.sp-arealist-group__item:last-child {
		border-right: 1px solid #333;
	}
	.sp-arealist-group__item a {
		font-size: 15px;
		font-weight: 500;
		text-decoration: none;
		padding: 0 12px;
	}
	.sp-arealist-group__item a:hover {
		color: #2fb3d9;
	}
	#tab-box div {
		display: none;
	}
	#tab-box div.active {
		display: block;
	}
}
@media screen and (max-width: 320px) {
	.sp-arealist-btn__item a {
		font-size: 0.9em;
		padding: 0 9px;
	}
}
/* ユーポスからのお知らせ */
.p-pager li.dot {
	height: 32px;
}
@media screen and (max-width: 768px) {
	.p-pager li {
		margin-left: 10px;
	}
	.storename {
		width: 100%;
		padding: 0 10px 0 0;
	}
	.address {
		width: 100%;
		margin-bottom: 2%;
	}
	.telno {
		width: 100%;
	}
	.telno span {
		display: inline-block !important;
	}
	.businesstime {
		width: 100%;
		display: inline-block !important;
	}
	.businesstime span {
		display: inline-block !important;
	}
	.holiday {
		width: 100%;
		display: inline-block !important;
	}
	.holiday span {
		display: inline-block !important;
	}
}
.bukken-contact {
	margin-top: 20px;
}
.bukken-contact p, .bukken-contact h3 {
	color: #000;
	font-size: 18px;
	line-height: 1.56;
}
.shop-data-info .label {
	width: 100px;
}
.footer_grid {
	background: url(../images/common/grid30.png);
	height: 60px;
	width: 100%;
	position: relative;
	z-index: 10;
}
@media screen and (max-width: 768px) {
	.shop-data-info .label {
		width: 100px;
	}
	.footer_grid {
		height: 30px;
		width: 100%;
		positon: static;
		background-size: 30px;
	}
	.header_grid {
		background: url(../images/common/grid30.png);
		height: 94px;
		width: 100%;
		padding-top: 64px;
		background-size: 30px;
		background-position-y: 4px;
	}
	.bukken-contact p, .bukken-contact h3 {
		color: #000;
		font-size: 12px;
		line-height: 1.4;
		margin-bottom: 8px;
	}
}
/* ブログ */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}
.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}
.blog {}
.blog-block {
	margin: 20px 0 40px;
}
.blog-block p {
	margin-top: 1em;
	margin-bottom: 1em;
}
.blog-block img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 768px) {
	.blog {
		padding: 0 10px;
	}
	.blog h1.p-h1-text {
		margin-top: 20px;
	}
}
/*  */
@media screen and (max-width: 768px) {
	.acordion-type02 dt {
		background-size: auto 25px;
	}
}
/*  */
#js-mv-slider img.pc-fix.mainbanner {
	width: 1600px;
	height: 485px;
}
#js-mv-slider img.sp-fix.mainbanner {}
div.tuhm-wrapper {
	height: 40px;
	overflow-y: hidden;
}
/* 問い合わせ一旦非表示 */
.header-bottom-search {
	display: none;
}
@media screen and (min-width: 769px) {
	header.fixed .header-bottom-search {
		display: block;
	}
}
/* IE10対応 */
@media screen and (min-width: 769px) {
	.fc-nav {
		margin-top: -72px;
	}
}
.fc-support-tab h4 {
	line-height: 1.2em;
}
.fc-risk-tab h4 {
	line-height: 1.2em;
}
.fc-voice-tab h4 {
	line-height: 1.2em;
}
/* プライバシーポリシー */
ol.privacy-list li {
	list-style-type: decimal;
	margin-left: 30px;
	line-height: 1.875;
	margin-bottom: 10px;
}
.privacy__txt-right001 {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
}
.privacy__txt-right002 {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
	margin-right: 25px;
}
/* ご利用推奨環境 */
ul.environment-list li {
	margin-left: 30px;
	line-height: 1.875;
	margin-bottom: 10px;
}
ul.environment-list li p {
	margin-left: 10px;
}
/*  */
img.pointer {
	cursor: pointer;
}
#darker {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #000;
	opacity: 0.5;
	z-index: 99998;
	display: none;
}
#popup_window {
	overflow-y: hidden;
}
#modal_frame {
	position: fixed;
	/*height: 467px;*/
	height: 550px;
	width: 400px;
	top: 50%;
	left: 50%;
	margin-top: -234px;
	margin-left: -200px;
	z-index: 99999;
	display: none;
	overflow-y: hidden;
}
#modal {
	position: absolute;
	top: 0;
	left: 0;
	/*height: 467px;*/
	height: 550px;
	width: 400px;
	overflow-y: hidden;
}
.modal-close {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 28px;
	height: 28px;
	transition: background 0.2s ease-out 0s;
	text-decoration: none;
	border-radius: 50%;
	cursor: pointer;
	font-weight: 400;
	font-size: 13px;
	color: #607586;
	text-align: center;
}
.modal-close::after {
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
	font-size: 28px;
	line-height: 28px;
	display: block;
	content: "×";
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	text-decoration: none;
	color: #3e5368;
}
.modal-close:hover, .modal-close:active {
	background: #3E5368 none repeat scroll 0% 0%;
}
.modal-close:hover.modal-close:after, .modal-close:active.modal-close:after {
	color: #f4f4f4;
}
.bukken-desc {
	line-height: 1.5em;
}
.bukken .mv-thum {
	width: 190px;
}
.bukken .mv-thum img {
	width: 80px;
	height: 40px;
}
.bukken-info .f-blue {
	color: #01bcf1;
}
.point02_remark {
	max-width: 96%;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	margin: 15px auto;
}
.point02_remark small {
	display: block;
	line-height: 1.4;
}
.point02_remark.sp-fix {
	margin-top: 0;
}
.point02_remark.pc-fix {
	line-height: 2;
	margin-bottom: 0;
	padding-bottom: 15px;
}
span.new-badge {
	padding: 2px 10px;
	font-size: 0.9em;
	color: #ffffff;
	background-color: #ff0000;
	margin-left: 10px;
	border-radius: 12px;
}
.cm-gallary a {
	text-decoration: none !important;
}
#smart-seal {
	/*display: none;*/
	position: relative;
	/*top: -140px;*/
	/*left: 820px;*/
	top: -125px;
	left: 830px;
	height: 0;
	margin: 0;
	width: 140px;
}
#smart-seal table {
	margin: 0;
}
@media screen and (max-width: 768px) {
	#smart-seal {
		position: initial;
		top: auto;
		left: auto;
		height: auto;
		margin: 2em auto 0;
	}
	#smart-seal table {
		margin: auto;
	}
}
.kana-text {
	font-size: 14px;
	line-height: 5px;
	height: 20px;
}
.kana-text-small {
	font-size: 8px;
	line-height: 2px;
	height: 10px;
}
@media screen and (max-width: 768px) {
	.kana-text {
		font-size: 11px;
		line-height: 1px;
		height: 8px;
	}
	.sub-nav {
		padding-top: 4em;
	}
}
/*** ご意見BOX ***/
dd.td_radio {
	padding-top: 1%;
}
.opinion-form label {
	margin-right: 1em;
}
.opinion-form .customSelect {
	font-size: 16px;
}
.opinion-form input[type="text"], .opinion-form input[type="tel"] {
	font-size: 16px;
}
.required-item {
	font-weight: bold;
	color: #ff0000;
}
.caption {
	font-size: 0.8em;
	color: #999999;
}
/*** 車種紹介 ***/
.car-model__heading {
	width: 1200px;
	margin: 0 auto;
	padding: 0 4.7% !important;
}
.car-model-top {
	background: #f6f6f6;
	border-bottom: 10px solid #01bcf1;
	position: relative;
	margin: 0 auto 52px;
	padding: 80px 0 70px;
}
.car-model-top:before {
	content: "";
	background: #01bcf1;
	width: 200px;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 190px;
	transform: skewX(30deg);
}
.car-model-top__inner {
	width: 1200px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.car-model-top__img {
	width: 240px;
}
.car-model-top__img img {
	width: 100%;
	height: auto;
}
.car-model-top__text {
	width: 860px;
}
.car-model-top__name {
	font-size: 28px;
	font-weight: bold;
	position: relative;
	margin: 0 auto 30px;
	padding-left: 30px;
}
.car-model-top__name:before {
	content: "";
	background: #01bcf1;
	width: 10px;
	height: 32px;
	position: absolute;
	top: -1px;
	left: 0;
	border-radius: 50px;
}
.car-model-top__desc {
	font-size: 17px;
	font-weight: 500;
	text-align: left;
	line-height: 1.7;
}
.car-model-contents {
	margin: 0 auto 32px;
	padding: 28px;
	border: 3px solid #01bcf1;
	background: #e9f7fb;
}
.car-model-contents__heading {
	width: 100%;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	text-shadow: 0px 2px 2px #0699c3;
	padding: 20px 32px 18px;
	-webkit-background-size: 5px 5px;
	-moz-background-size: 5px 5px;
	background-size: 5px 5px;
	background-color: #01bcf1;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #01b5e8), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #01b5e8), color-stop(.75, #01b5e8), color-stop(.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #01b5e8 25%, transparent 25%, transparent 50%, #01b5e8 50%, #01b5e8 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #01b5e8 25%, transparent 25%, transparent 50%, #01b5e8 50%, #01b5e8 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #01b5e8 25%, transparent 25%, transparent 50%, #01b5e8 50%, #01b5e8 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #01b5e8 25%, transparent 25%, transparent 50%, #01b5e8 50%, #01b5e8 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #01b5e8 25%, transparent 25%, transparent 50%, #01b5e8 50%, #01b5e8 75%, transparent 75%, transparent);
}
.car-model-contents__heading i {
	margin-right: 20px;
}
.car-model-contents__desc {
	font-size: 17px;
	font-weight: 500;
	text-align: left;
	line-height: 1.6;
}
.car-model-contents__inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.car-model-contents__inner-staff {
	width: 240px;
	padding: 0 0 0 20px;
}
.car-model-contents__inner-text {
	width: 960px;
	font-size: 17px;
	font-weight: 500;
	text-align: left;
	line-height: 1.6;
}
.car-model-contents__inner-heading {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
.car-model__botton-btn {
	margin: 52px auto;
}
.car-model-list {
	margin: 40px auto 60px;
	padding: 0 0 0 100px;
}
.car-model-list__item {
	margin: 24px auto;
}
.car-model-list__item a {
	text-decoration: none;
	font-weight: bold;
}
.car-model-list__item a:hover {
	color: #01bcf1;
}
@media screen and (max-width: 768px) {
	.car-model__heading {
		width: 100%;
		margin: 25px auto;
	}
	.car-model-top__inner {
		width: 100%;
		display: block;
	}
	.car-model-top__img {
		width: 86%;
		margin: 0 auto 40px;
	}
	.car-model-top {
		padding: 40px 20px;
		margin: 0 auto 32px;
	}
	.car-model-top__text {
		width: 100%;
	}
	.car-model-top__name {
		font-size: 20px;
		line-height: 1.2;
		margin: 0 auto 20px;
	}
	.car-model-top__name:before {
		height: 100%;
		min-height: 24px;
	}
	.car-model-top__desc {
		font-size: 16px;
		line-height: 1.5;
	}
	.car-model-top:before {
		display: none;
	}
	.car-model-contents__heading {
		width: 92%;
		margin: 0 auto;
		font-size: 18px;
		padding: 20px;
		margin: 32px auto 0;
	}
	.car-model-contents {
		width: 92%;
		margin: 0 auto;
	}
	.car-model-contents__desc {
		font-size: 16px;
		line-height: 1.5;
	}
	.car-model-contents__inner {
		display: block;
	}
	.car-model-contents__inner-staff {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.car-model-contents__inner-heading {
		font-size: 20px;
		margin-bottom: 12px;
	}
	.car-model-contents__inner-text {
		width: 100%;
		font-size: 16px;
		font-weight: 500;
		text-align: left;
		line-height: 1.5;
	}
}
.disp_tel {
	font-size: 1.5em;
	font-weight: bold;
	color: #004686;
}
.tel_error {
	font-size: 0.7em;
	font-weight: bold;
	color: #ff0000;
}
/*▼20191010_トップ追加(PLAN-B依頼)ここから▼*/
.home-point {
	padding-bottom: 0;
}
.home-sell-h2 {
	margin-bottom: 60px;
}
.home-sell-useful {
	background-color: #e8f5eb;
	padding: 65px 0 55px;
}
.home-sell-useful-inner {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 8px 0px 0px rgba(189, 214, 195, 0.29);
	padding: 60px 40px 15px;
}
.home-sell-useful-h2 {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.025em;
	padding-bottom: 30px;
}
.home-sell-useful-h2-icon {
	max-width: 2.2em;
	margin-right: 0.7em;
	display: inline-block;
	vertical-align: bottom;
}
.home-sell-useful-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
}
.home-sell-useful-item:not(:last-child) {
	border-bottom: 3px solid #e8f5eb;
}
.home-sell-useful-picture {
	max-width: 12%;
	flex-basis: 12%;
}
.home-sell-useful-img {
	width: 100%;
}
.home-sell-useful-desc {
	max-width: 84%;
	flex-basis: 84%;
}
.home-sell-useful-ttl {
	font-size: 23px;
	font-weight: bold;
	line-height: 1.43;
	color: #229f37;
	margin-bottom: 0.5em;
}
.home-sell-useful-ttl-link {
	text-decoration: none;
	color: #229f37;
}
.home-sell-useful-ttl-link:hover {
	color: #229f37;
	opacity: 0.8;
}
.home-sell-useful-list-arrow {
	max-width: 0.9em;
	display: inline-block;
	padding-top: 0.3em;
	margin-right: 0.4em;
}
.home-sell-useful-txt {
	font-weight: 500;
	line-height: 1.46;
}
.home-sell-btn {
	background-color: #01bcf1;
	max-width: 542px;
	width: 45%;
	margin: 50px auto 0;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}
.home-sell-btn-link {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 1.2em 0;
}
.home-sell-btn-link:hover {
	color: #fff;
	opacity: 0.8;
}
.home-sell-arrow {
	max-width: 0.9em;
	display: inline-block;
	padding-top: 0.05em;
	margin-right: 0.4em;
}
@media screen and (max-width: 768px) {
	.home-sell-h2 {
		margin-bottom: 0;
	}
	.home-sell-useful {
		padding: 14px 2.8% 50px;
	}
	.home-sell-useful-inner {
		padding: 40px 4.7% 20px
	}
	.home-sell-useful-h2 {
		font-size: 24px;
		padding-bottom: 22px;
	}
	.home-sell-useful-h2-icon {
		margin-right: 0.6em;
	}
	.home-sell-useful-item {
		display: block;
	}
	.home-sell-useful-picture, .home-sell-useful-desc {
		max-width: 100%;
	}
	.home-sell-useful-ttl {
		font-size: 4.66666667vw;
		margin-top: 0.8em;
	}
	.home-sell-useful-list-arrow {
		margin-right: 0.26em;
	}
	.home-sell-useful-txt {
		font-size: 3.66666667vw;
	}
	.home-sell-btn {
		width: 90%;
	}
}
@media screen and (max-width: 480px) {
	.home-sell-useful-h2 {
		font-size: 5.66666667vw;
	}
	.home-sell-btn {
		font-size: 4.33333333vw;
	}
}
/*▲20191010_トップ追加(PLAN-B依頼)ここまで▲*/
/* 文字強調 */
.emphasis {
	color: #ff0000;
	font-weight: bold;
}
/*▼20200924_査定バナー追加(PLAN-B依頼)ここから▼*/
.banner-satei {
	opacity: 0;
	bottom: 60px;
	position: fixed;
	right: 0;
	z-index: 1000;
}
.banner-satei--page {
	visibility: hidden;
}
.banner-satei__link {
	width: 200px;
	display: block;
	position: relative;
}
.banner-satei__link img {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.banner-satei {
		left: 0;
		bottom: 1vw;
		margin: auto;
	}
	.banner-satei--page {
		visibility: visible;
	}
	.banner-satei__link {
		width: 98%;
		margin: 0 auto;
	}
}
/*▲20200924_査定バナー追加(PLAN-B依頼)ここまで▲*/

/* 2023.11.30 ユーポスリース対応 */
.prefstores-list__item-desc {
	position: relative;
}
.prefstores-list__item-lease{
	position: absolute;
	top: 0;
	right: 0;
	background: orange;
	padding: 4px;
	font-size: 11px;
	font-weight: bold;
	color: white;
}
@media screen and (max-width: 768px) {
	.prefstores-list__item-lease{
		font-size: 12px;
	}
}
