@charset "utf-8";
/* Fonts
------------------------------------------------------------*/
body {
	font-size: 16px;
	line-height: 1.8;
}
p {
	line-height: 1.8;
}
@media screen and ( max-width: 736px ){
	body {
		font-size: 13px;
	}
}

/* header
------------------------------------------------------------*/
#header {
	padding: 20px 0;
	    z-index: 500;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5eaee+1,ffffff+56,ffffff+100 */
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
}

#header .f_l {
	float: left;
}

#header .f_r {
	float: right;
}

#header .clear {
	clear: both;
}

#header p {
	padding-left: 5px;
	font-size: 115%;
	color:#fff;
}

#header .img1 {
    width: 70px;
		vertical-align: middle;
		padding-right: 5px;
}


@media screen and ( max-width: 736px ){
	#header {
		padding: 10px 0;
	}

	#header .img1 {
		width: 45px;
	}
}

/* footer
------------------------------------------------------------*/
#footer {
	padding: 20px 0;
	background-color: #b3b3b3;
}

#footer p {
	text-align: right;
	color: #333;
	padding-right: 5px;
	font-size: 80%;
}

/* contentの幅
------------------------------------------------------------*/
.whopper {
	max-width: 1240px;
	margin: 0 auto;
}

/* main_img
------------------------------------------------------------*/
.main_img .pc, .main_img .sp {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}

.pc {
	display: block;
}
.sp {
	display: none;
}

@media screen and ( max-width: 736px ){
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}

/* tel_list
------------------------------------------------------------*/
.subtitle {
font-size: 160%;
    font-weight: bold;
	margin-bottom: 0;
}

.tellist {
	margin: 40px 0 40px;
}

.tellist ul {
	margin-bottom: 20px;
}

.tellist li {
	display: inline-block;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	margin-right: 20px;
	font-weight: bold;
	font-size: 120%;
	width: 350px;
}

.tellist li p {
	padding: 5px;

}

.tellist li p a {
	color: #333333;
	text-decoration: none;
}

@media screen and ( max-width: 736px ){
	.tellist ul {
		margin-bottom: 0px;
	}

	.tellist li {
		margin-right: 0px;
		margin-bottom: 10px;
		width: 100%;
	}
}

/* content タイトル
------------------------------------------------------------*/
.content_space {
	padding: 0px 5px 10px 5px;
}

.content_title {
	padding: 10px 0;
	text-align: center;
	background-color: #000000;
}

.content_title p {
    font-size: 120%;
    color: #ffffff;
    font-weight: bold;
}

.content_title2 {
	margin-top: 40px;
}

.content_title2 p {
	font-size: 160%;
    font-weight: bold;
}

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

.content_title p {
    font-size: 150%;
}

}

/* message テキスト
------------------------------------------------------------*/
.message {
	font-size: 14px;
}

@media screen and ( max-width: 736px ){
	.message {
	}
}



/* content フォーム
------------------------------------------------------------*/
.form table {
	width: 100%;
	margin: 20px auto 20px;
	border-collapse: collapse;
	border-top: 3px solid #E6E6E6;
}

.form th {
	padding: 20px 10px;
	width: 300px;
	text-align: left;
	border-bottom: 1px solid #E6E6E6;
	vertical-align: middle;
	font-size: 14px;
}

.form td {
	padding: 20px 10px;
	text-align: left;
	border-bottom: 1px solid #E6E6E6;
	font-size: 14px;
}

.hisu {
	color: #D30508;
}

.ninni {
	color: #ffffff;
	background-color: #cccccc;
    font-size: 80%;
    margin-right: 10px;
    padding: 2px 5px;
    border-radius: 5px;
}

@media screen and ( max-width: 1000px ){
	.form th {
    width: 230px;
	}
}
@media screen and ( max-width: 736px ){
	.form th {
		display: block;
		width: 100%;
		padding: 15px 0px;
		font-size: 120%
	}
	.form td {
		display: block;
		width: 100%;
		padding: 15px 0px;
	}
}

/* バー式ステップ表示 */
.stepBar {
  position: relative;
  list-style: none;
    margin: 0 0 100px;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
  color: #ffffff;
  font-weight: bold;
	font-size: 16px;
}
.stepBar .step {
	position: relative;
  float: left;
  display: inline-block;
  line-height: 60px;
  padding: 0 12px 0 9px;
  background-color: #b3b3b3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 3.3;
}
.stepBar .step:before, .stepBar .step:after {
	position: absolute;
	left: -7px;
	display: block;
	content: '';
	background-color: #b3b3b3;
	border-left: 4px solid #FFF;
	width: 10px;
	height: 26px;
}
.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: #000000;
}
.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #000000;
}
.stepBar.step2 .step {
  width: 50%;
}
.stepBar.step3 .step {
  width: 33.333%;
}
.stepBar.step4 .step {
  width: 25%;
}
.stepBar.step5 .step {
  width: 20%;
}



@media screen and ( max-width: 750px ){
	.stepBar {
		font-size: 70%;
		    margin-bottom: 12%;
	}
	.content_space {
	    padding: 0px 20px 25%;
	}
	.stepBar .step {
	  line-height: 40px;
	}
	.stepBar .step:before, .stepBar .step:after {
	  height: 20px;
	}
}

/*お名前*/
.name input {
	width: 30%;
}

.text1 input {
	width: 80%;
}

.text2 input {
	width: 60%;
}

.text5 input {
	width: 80px;
}

.other input {
	margin-left: 10px;
	width: 300px;
}

.tel input {
	width: 100px;
}

.post input {
	width: 130px;
}

.day select {

}

textarea {
	width: 100%;
}

input[readonly]{
	cursor:not-allowed;
	background-color: #929292;

}

input[readonly]:focus {
 	outline: 0;
 	border-color: #929292 !important;
	background: #929292 !important;
}

@media screen and ( max-width: 736px ){
	.name input {
		width: 30%;
	}

	.text5 input {
		width: 60px;
	}

	.other input {
	width: 50%;
}

	.day select {
		width: 32%;
	}

	.tel input {
		width: 28%;
	}

	.post input {
		width: 30%;
	}

}

input[type="text"],
input[type="tel"],
input[type="email"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #DDD;
	border-radius: 3px;
	font-size: 16px;
	line-height: 45px;
	height: 45px;
	padding: 0 15px;
	transition: none;
	box-sizing: border-box;
	vertical-align: middle;
	background: #fff;
	box-shadow: none;
}
input::-webkit-input-placeholder {
    color: #999;
}
input:-ms-input-placeholder {
    color: #999;
}
input::-moz-placeholder {
    color: #999;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
.selectWrap select:focus {
 	outline: 0;
 	border-color: #f8cfda;
	background: #fdf6f8;
}
.post input[type="button"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 3px;
	background: #000000;
	color: #ffffff;
	border: 1px solid #000000;
	cursor: pointer;
	font-size: 13px;
	line-height: 43px;
	padding: 0 20px;
	font-weight: bold;
	display: inline-block;
	margin-left: 20px;
	transition: color .3s, background-color .3s;
}
.post input[type="button"]:hover {
	background: #ffffff;
	color: #000000;
}
.post input[type="button"]:focus {
	outline: 0;
}

@media screen and ( max-width: 736px ){
	input[type="text"],
	input[type="tel"],
	input[type="email"] {
		font-size: 16px;
		line-height: 1;
		height: 40px;
		padding: 0 10px;
	}
	.post input[type="button"] {
		font-size: 12px;
		line-height: 38px;
		padding: 0 10px;
		margin-left: 10px;
	}
}

/*プルダウン*/
.selectWrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #ffffff;
	border: 1px solid #DDD;
	border-radius: 3px;
	font-size: 14px;
	height: 45px;
	padding: 0 40px 0 15px;
	transition: .3s;
	box-shadow: none;
}
.selectWrap select::-ms-expand {
	display: none;
}
.selectWrap {
	position: relative;
	display: inline;
	margin-right: 5px;
}
.selectWrap:after {
	display: block;
	content: '';
	position: absolute;
	top: 4px;
	right: 15px;
	width: 5px;
	height: 5px;
	border-left: 3px solid #0C2E5C;
	border-bottom: 3px solid #0C2E5C;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	pointer-events: none;
}
@media screen and ( max-width: 736px ){
	.selectWrap select {
		font-size: 16px;
		height: 40px;
		padding: 0 35px 0 15px;
	}
	.selectWrap:after {
		top: 2px;
	}
}

/*チェックボックス・ラジオボタン*/
input[type="checkbox"],input[type="radio"]{
  visibility: hidden;
  position: absolute;
}
input[type="checkbox"] + label,input[type="radio"] + label{
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 0 0 0 35px;
  margin-bottom: 5px;
}
input[type="checkbox"] + label:before,input[type="radio"] + label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #ddd;
  border-radius: 3px;
  content: '';
　transition: .2s;
	background-color: #fff;
}

input[type="checkbox"]:disabled + label:before,input[type="radio"]:disabled + label:before {
	background-color: #ddd;
	cursor: not-allowed;
}

input[type="radio"] + label:before {
	border-radius: 100%;
}
input[type="checkbox"] + label:hover:before,input[type="radio"] + label:hover:before {
	border-color: #f8cfda;
}
input[type="checkbox"]:disabled + label:hover:before,input[type="radio"]:disabled + label:hover:before {
	border-color: #ddd !important;
}
input[type="checkbox"] + label:after {
	display: block;
	content: '';
	position: absolute;
	top: 7px;
	left: 7px;
	width: 10px;
	height: 5px;
	border-left: 4px solid #D30508;
	border-bottom: 4px solid #D30508;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 0;
	transition: .1s;
}
input[type="radio"] + label:after {
	display: block;
	content: '';
	position: absolute;
	top: 7px;
	left: 7px;
	width: 13px;
	height: 13px;
	opacity: 0;
	transition: .1s;
	background: #D30508;
	border-radius: 100%;
}
input[type="checkbox"]:checked + label:after,input[type="radio"]:checked + label:after {
	opacity: 1;
}

.form td ul {
	list-style:none;
}

.form td ul li {
	margin-bottom: 5px;
	margin-right: 10px;
}

.form td ul li img {
	max-width: 150px;
}

.w227 {
	width: 227px;
}

.oneline li {
	display: inline-block;
}


@media screen and ( max-width: 736px ){
	input[type="checkbox"] + label,
	input[type="radio"] + label{
		padding: 0 0 0 25px;
		font-weight: bold;
		font-size: 14px;
	}
	input[type="checkbox"] + label:before,
	input[type="radio"] + label:before {
		top: 2px;
		width: 18px;
		height: 18px;
	}
	input[type="checkbox"] + label:after {
		top: 7px;
		left: 5px;
		width: 8px;
		height: 4px;
		border-left: 3px solid #D30508;
		border-bottom: 3px solid #D30508;
	}
	input[type="radio"] + label:after {
		top: 7px;
		left: 5px;
		width: 10px;
		height: 10px;
	}
	.sp_none {
		display: none;
	}

	.other .oneline li {
		display: block;
	}
}

/*テキストエリア*/
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #DDD;
	border-radius: 3px;
	font-size: 14px;
	line-height: 1.6;
	padding: 15px;
	transition: background-color 0.3s, border-color 0.3s;
	box-sizing: border-box;
	display: block;
}
textarea:focus {
	outline: 0;
  border-color: #f8cfda;
	background: #fdf6f8;
}
@media screen and ( max-width: 736px ){
	textarea {
		font-size: 16px;
	}
}

#formButton {
	text-align: center;
margin: 50px 0;
}

#__send {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
    cursor: pointer;
    font-size: 150%;
    line-height: 250%;
    padding: 0 20px;
    font-weight: normal;
    display: inline-block;
    transition: color .3s, background-color .3s;
    width: 40%;
}
#__send:hover {
	background: #ffffff;
	color: #000000;
}

#__commit {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
    cursor: pointer;
    font-size: 150%;
    line-height: 250%;
    padding: 0 20px;
    font-weight: bold;
    display: inline-block;
    transition: color .3s, background-color .3s;
    width: 40%;
}
#__commit:hover {
	background: #ffffff;
	color: #000000;
}

#__back {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
    background: #FFF;
    color: #868686;
    border: 1px solid #868686;
    cursor: pointer;
    font-size: 150%;
    line-height: 250%;
    padding: 0 20px;
    font-weight: bold;
    display: inline-block;
    transition: color .3s, background-color .3s;
    width: 40%;
	margin-right: 30px;
}
#__back:hover {
	background: #868686;
	color: #FFF;
}

@media screen and ( max-width: 736px ){
	#__send {
		width: 80%;
	}

	#__commit {
		width: 80%;
	}

	#__commit {
		width: 80%;
	}

	#__back {
		margin-right: 0px;
		margin-bottom: 20px;
		width: 80%;
	}
}

.error {
	color: #C80003;
	font-weight: bold;
}

/* calendar */
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 90px !important;
	font-family: -webkit-body;
}

.date-week .ui-state-default {
	background-image:none !important;
	background-color:#FAF7F1 !important;
	border: 1px solid #929292 !important;
}
.date-holiday .ui-state-default {
	background-image:none !important;
	background-color:#FF9999 !important;
	border: 1px solid #929292 !important;
}
.date-saturday .ui-state-default {
	background-image:none !important;
	background-color:#66CCFF !important;
	border: 1px solid #929292 !important;
}


/* 調整用 */
.mb10 {
	margin-bottom: 10px;
}
.ml10 input {
	margin-left: 10px;
}
.mr10 input {
	margin-right: 10px;
}
.mt20 {
	margin-top: 20px;
}
.reibun {
	font-size: 80%;
	color: #B5B4B4;
}

/* インフォメーションセンター */

.cont_form .info {
	background: #faf7ee;
	padding: 25px 0;
	margin: 30px 0 0px 0;
	border-radius: 5px;
	text-align: center;
}
.cont_form .info h2 {
	margin: 0px 0px 23px 0px;
}
.cont_form .info h2 span {
	display: inline-block;
	background: #4bc0b1;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding: 4px 50px 2px;
	border-radius: 20px;
}
.cont_form .info .tel {
	float: left;
	width: 470px;
	border-right: 1px solid #e2e2e2;
}
.cont_form .info .bold {
	font-size: 34px;
	line-height: 1;
	margin: 0 0 7px 0;
}
.cont_form .info .bold span {
	font-size: 20px;
}
.cont_form .info .bold a {
	color: #4d4e53;
	text-decoration: none;
}
.cont_form .info .anno {
	font-size: 12px;
}
.cont_form .info .mail {
	float: right;
	width: 450px;
	padding-top: 20px;
}
.cf:before,
.cf:after {
	content: '';
	display: table;
}
.cf:after {
	clear: both;
}

.pc_none {
	display: none;
}

@media screen and ( max-width: 940px ){
	.cont_form .info h2 span {
		font-size: 15px;
		padding: 4px 20px 2px;
		border-radius: 20px;
	}
	.cont_form .info .tel {
		float:none;
		width: 100%;
		border-right:none;
	}
	.cont_form .info .mail {
		float:none;
		width: 100%;
		padding-top: 10px;
	}
	.cont_form .info .bold span {
		font-size: 15px;
	}
	.cont_form .info .bold {
		font-size: 20px;
	}
	.pc_none {
		display: inline;
	}

}

/* 追記 */
#header {
    padding: 20px 30px;
    background-color: #fff;
		border-bottom: 1px solid #f2f2f2;
}
#header p {
    padding-left: 5px;
    font-size: 14px;
    color: #fff;
}
.header_head  {
	font-weight: bold;
}
.header_head span {
    color: #bb0a30;
}
.header_head a {
  color: #000;
}
.header_head .clr_black {
  color: #000 !important;
}
.content_space {
    padding: 80px 20px 120px;
}
.name ul li{
	float: left;
	width: 230px;
	margin-right: 10px;
}
.name ul li:last-child{
	width: auto;
	margin-bottom: 0;
	margin-top: 10px;
}
.satei ul li{
	float: left;
	width: 230px;
	margin-right: 10px;
	margin: 0;
}
.satei ul li:last-child{
	width: auto;
	margin-bottom: 0;
	margin-top: 10px;
	margin: 0;
}
.name input {
    width: 180px!important;
}
.satei input {
    width: 180px!important;
}
.name_ttl {
	width: 40px;
	display: inline-block;
}
.form td ul .satei_maker{
  width: 270px;
}
.satei_maker .satei_ttl {
	width: 70px;
	display: inline-block;
}
.satei_carName .satei_ttl {
	width: 50px;
	display: inline-block;
}
.tel input {
    width: 80px!important;
}
.tellist li p a {
    color: #333333;
    text-decoration: none;
    display: inline-block;
}

/* -打ち消し- */
table#mfp_confirm_table tr.mfp_colored {
    background-color: #fff;
}
table#mfp_confirm_table tr th {
    padding: 20px 10px;
    width: 300px;
    text-align: left;
    border-bottom: 1px solid #E6E6E6;
    vertical-align: middle;
		font-size: 16px;
		color: #333;
}
table#mfp_confirm_table tr td {
    padding: 20px 10px;
    text-align: left;
    border-bottom: 1px solid #E6E6E6;
		font-size: 16px;
		color: #333;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
    display: none;
}
ul#mfp_phase_stat {
	position: relative;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  color: #ffffff;
  font-weight: bold;
  font-size: 120%;
}
ul#mfp_phase_stat li {
	width: 33.333%;
	position: relative;
	float: left;
	display: inline-block;
	line-height: 60px;
	padding: 0 30px 0 20px;
	background-color: #b3b3b3;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}
ul#mfp_phase_stat li.mfp_active_phase {
	color: #FFF;
  background-color: #000000;
  border: none;
  box-shadow: none;
  background: #000;
  font-size: 16px;
  text-shadow: none;
  line-height: 3.3;
}
ul#mfp_phase_stat li.mfp_inactive_phase:before,
ul#mfp_phase_stat li.mfp_inactive_phase:after {
	position: absolute;
     left: -15px;
     display: block;
     content: '';
     background-color: #b3b3b3;
     border-left: 4px solid #FFF;
     width: 30px;
     height: 27px;
}
ul#mfp_phase_stat li.mfp_inactive_phase:before {
    bottom: 0;
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
}
ul#mfp_phase_stat li.mfp_inactive_phase:after {
    top: 0;
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	background-image: none;
  background-size: cover;
  background-color: #b3b3b3;
  border: none;
  color: #fff;
  box-shadow: none;
  font-size: 16px;
  line-height: 3.3;
  height: 53px;
}
.online .mfp_element_all {
	display: none!important;
}
input[type="checkbox"] + label,
input[type="radio"] + label,
input[type="radio"] + input + .oneline_label {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 0 0 0 30px;
    margin-bottom: 5px;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before,
input[type="radio"] + input +.oneline_label:before {
	position: absolute;
	top: 1px;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #ddd;
	border-radius: 3px;
	content: '';
	transition: .2s;
	background-color: #fff;
}
input[type="radio"] + label:before,
input[type="radio"] + input + .oneline_label:before {
    border-radius: 100%;
}
input[type="checkbox"]:checked + label:after,
input[type="radio"]:checked + label:after,
input[type="radio"]:checked + input + .oneline_label:after {
    opacity: 1;
}
input[type="radio"] + label:after,
input[type="radio"] + input + .oneline_label:after {
    display: block;
    content: '';
    position: absolute;
    top: 7px;
    left: 7px;
    width: 13px;
    height: 13px;
    opacity: 0;
    transition: .1s;
    background: #D30508;
    border-radius: 100%;
}
input[type="radio"] + label:after,
input[type="radio"] + input + .oneline_label:after {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	left: 5px;
	width: 12px;
	height: 12px;
	opacity: 0;
	transition: .1s;
	background: #D30508;
	border-radius: 100%;
}
#__send, .mfp_element_submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
    cursor: pointer;
    font-size: 18px;
    line-height: 2.9;
    padding: 0 20px;
    font-weight: normal;
    display: inline-block;
    transition: color .3s, background-color .3s;
    width: 80%;
    max-width: 390px;
    text-shadow: none;
}
#__send:hover,
.mfp_element_submit:hover {
    background: #ffffff;
    color: #000000;
		box-shadow: none;
}
ul#mfp_phase_stat li#mfp_phase_confirm_label.mfp_active_phase::before,
ul#mfp_phase_stat li#mfp_phase_confirm_label.mfp_active_phase::after {
    position: absolute;
    left: -15px;
    display: block;
    content: '';
    background-color: #000;
    border-left: 4px solid #FFF;
		width: 30px;
    height: 26px;
}
ul#mfp_phase_stat li#mfp_phase_confirm_label.mfp_active_phase::before {
    bottom: 0;
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
}
ul#mfp_phase_stat li#mfp_phase_confirm_label.mfp_active_phase::after {
    top: 0;
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
}
#mfp_phase_0 {
	display: none!important;
}
div.mfp_buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction : row-reverse;
  flex-direction : row-reverse;
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
}
#mfp_button_send {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 3px;
	background: #000000;
	color: #ffffff;
	border: 1px solid #000000;
	cursor: pointer;
	font-size: 150%;
	line-height: 250%;
	padding: 0 20px;
	font-weight: bold;
	display: inline-block;
	transition: color .3s, background-color .3s;
  width: 48%;
	text-shadow: none;
	font-weight: normal;
}
#mfp_button_send:hover {
  background: #ffffff;
  color: #000000;
  box-shadow: none;
}
#mfp_button_cancel{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  background: #FFF;
  color: #868686;
  border: 1px solid #868686;
  cursor: pointer;
  font-size: 150%;
  line-height: 250%;
  padding: 0 20px;
  font-weight: bold;
  display: inline-block;
  transition: color .3s, background-color .3s;
  width: 48%;
  margin-right: 0;
	text-shadow: none;
	font-weight: normal;
}
#mfp_button_cancel:hover {
  background: #868686;
  color: #FFF;
	box-shadow: none;
}
div#mfp_phase_confirm h4 {
    font-size: 12.8px;
		text-align: left;
		font-weight: normal;
		line-height: 1.8;
}
.mail .mail_td {
	border-bottom: 0!important;
	padding: 20px 10px 0 10px;
}
.mail .mail_td2 {
	padding: 10px 10px 20px 10px;
}
.tellist_lead {
	font-size: 14px;
	margin-bottom: 20px;
}
.mainlead {
	background: #f2f2f2;
	padding: 10px 30px;
		font-size: 14px;
		margin-bottom: 20px;
}
.thanks {
	color: #666;
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: bold;
}
.thanks_lead {
	font-size: 14px;
	margin-bottom: 80px;
}
.thanks_list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.thanks_list_item {
	width: 30%;
	border: 1px solid #000;
	background: #f2f2f2;
	margin-right: 3%;
}
.thanks_list_item a {
  position: relative;
  padding: 10px 10px 10px 50px;
	font-weight: bold;
}
.thanks_list_item a::before {
	content: '';
	display: block;
	background: url(../images/icon_web.png) no-repeat;
	background-size: contain;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.div.mfp_err {
	display: none!important;
}

.selectWrap2 {
	margin: 0;
}
.select_model {
	width: 280px;
}
.selectWrap2:after {
    display: none;
}
.selectWrap2 .select_model {
	position: relative;
}
.selectWrap2 .select_model select{
	width: 100%;
}
.selectWrap2 .select_model:after {
    display: block;
    content: '';
    position: absolute;
		top: 17px;
    right: 25px;
    width: 5px;
    height: 5px;
    border-left: 3px solid #0C2E5C;
    border-bottom: 3px solid #0C2E5C;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    pointer-events: none;
}
form#mailformpro label{
	font-weight: normal;
}
div.mfp_buttons {
    width: 100%;
		max-width: 804px;
}
#mfp_button_cancel,
#mfp_button_send {
  font-size: 18px;
  line-height: 2.9;
  padding: 0 20px;
  width: 48%;
  height: 54px;
}
#agree_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#agree_box p {
	font-size: 12px;
	line-height: 1.5;
}
#agree_box a {
	display: inline-block;
	border-bottom: 1px solid #666;
	word-break: break-all;
	overflow-wrap: break-word;
}
#agree_box a:hover {
	color: #bb0a30;
	border-bottom: 1px solid #bb0a30;
}
.mailForm_check {
	position: relative;
}

#agree_box .mailForm_check_label {
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    padding: 0 0 0 30px;
    vertical-align: middle;
    cursor: pointer;
}
.mailForm_check_label:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 47%;
	left: 7px;
	display: block;
	width: 6px;
	height: 13px;
	margin-top: -10px;
	border-right: 3px solid #D30508;
	border-bottom: 3px solid #D30508;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}
.mailForm_check_label:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 47%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    display: block;
		width: 20px;
    height: 20px;
    border: 1px solid #DDD;
    content: '';
    background-color: #fff;
}
#agree_box input[type=checkbox]:checked ~ .mailForm_check_label:before {
    opacity: 1;
}
button#__send[disabled="disabled"] {
    background: #ddd;
    color: #ffffff;
    border: 1px solid #ddd;
}
@media screen and ( max-width: 1000px ){
	.tellist li {
	    display: inline-block;
	    border-bottom: 1px solid #333333;
	    border-top: 1px solid #333333;
	    margin-right: 4%;
	    font-weight: bold;
	    font-size: 107%;
	    width: 45%;
	}
	.thanks_list_item {
    width: 34%;
	}
}
@media screen and ( max-width: 815px ){
	.satei_carName .satei_ttl {
		width: 70px;
		display: inline-block;
	}
}
@media screen and ( max-width: 750px ){
	#header {
    padding: 10px 20px;
	}
	#header p {
    padding-left: 5px;
    font-size: 11px;
    color: #fff;
    line-height: 1;
	}
	ul#mfp_phase_stat li.mfp_active_phase {
		font-size: 10px;
		line-height: 40px;
	}
	ul#mfp_phase_stat li.mfp_inactive_phase {
    font-size: 10px;
		line-height: 40px;
	    height: 40px;
	}
	ul#mfp_phase_stat li {
    padding: 0 20px 0 10px;
	   line-height: 40px;
	}
	ul#mfp_phase_stat li.mfp_inactive_phase:before, ul#mfp_phase_stat li.mfp_inactive_phase:after,
	ul#mfp_phase_stat li#mfp_phase_confirm_label.mfp_active_phase::before, ul#mfp_phase_stat li#mfp_phase_confirm_label.mfp_active_phase::after {
		width: 10px;
    height: 20px;
    left: -7px;
	}
	.tellist li p {
    padding: 0;
	}
	.tellist_sp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
	}
	.tellist_sp .tellist_sp_item {
    width: 48.2%;
		margin: 0;
		border: 1px solid #000;
		background: #f2f2f2;
	}
	.tellist_sp .tellist_sp_item a  {
	  padding: 26% 0 5%;
    position: relative;
    display: block;
    text-align: center;
    font-size: 3.2vw;
	}
	.tellist_sp_item a::before{
		content: '';
    display: block;
    background: url(../images/icon_tell.png) no-repeat;
    background-size: contain;
    width: 6.1vw;
    height: 6.4vw;
    position: absolute;
    top: 16%;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
	}
	.thanks {
		color: #666;
    font-size: 6vw;
    margin-bottom: 7%;
    font-weight: bold;
	}
	.thanks_lead {
		font-size: 12px;
		margin-bottom: 10%;
	}
	.thanks_list {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	  -webkit-justify-content: space-between;
	  -moz-justify-content: space-between;
	  -ms-justify-content: space-between;
	  -o-justify-content: space-between;
	  justify-content: space-between;
	}
	.thanks_list_item {
    width: 48.2%;
		margin: 0;
		border: 1px solid #000;
		background: #f2f2f2;
	}
	.thanks_list_item a {
	  padding: 26% 0 5%;
    position: relative;
    display: block;
    text-align: center;
    font-size: 3.2vw;
	}
	.thanks_list_item a::before {
		content: '';
    display: block;
    background-size: contain;
		width: 6.9vw;
    height: 6.9vw;
    position: absolute;
    top: 16%;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
	}
	.content_space {
    padding: 40px 20px 25%;
	}
	#mfp_button_send,
	#mfp_button_cancel{
		height: auto;
		font-size: 4vw;
    line-height: 1.5;
    padding: 10px 20px;
    width: 48%;
	}
	#mfp_phase_0_label::before,
	#mfp_phase_0_label::after {
		display: none!important;
	}
}
@media screen and ( max-width: 340px ){
	.content_space {
	    padding: 40px 9px 25%;
	}
	.mail input {
		width: 220px!important;
	}
}
/* 追記 */
.hope .select_model {
  width: 375px;
}
.hope .select_model + .select_model {
	margin-top: 20px;
}
.hope .select_model .hope_ttl {
	width: 85px;
	display: inline-block;
}
.hope .select_model select {
  width: 280px;
}
div.mfp_err {
    clear: both;
    display: none;
    text-align: left;
    margin: -4px 0px 0px 0px;
    padding: 0 0px 5px 0;
    color: #F00;
    font-size: 12px;
    line-height: normal;
    background-repeat: no-repeat;
    background-position: 0px 1px;
    position: absolute;
		background: none;
}
.mfp_element_all {
    max-width: 100%;
}
@media screen and ( max-width: 750px ){
.hope .select_model .hope_ttl {
	width: 85px;
	display: block;
}
.hope .select_model {
	width: 280px;
}
.hope .selectWrap2 .select_model:after {
    top: 40px;
}
}
.note {
	margin-top: 5px
}
