@charset "utf-8";

/* ====================================
写メール査定
====================================== */
#entrySe1 {
	padding-bottom: 60px;
}

#entrySe1.entryForm2,
#entrySe1.entryConfirm,
#entrySe1.entryComplete {
	padding-bottom: 0;
}

#entrySe1 .entrySe1Txt {
	margin-bottom: 73px;
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0.08em;
	text-align: center;
}

#entrySe1.entryForm2 .entrySe1Txt,
#entrySe1.entryConfirm .entrySe1Txt,
#entrySe1.entryComplete .entrySe1Txt {
	margin-bottom: 30px;
}

.entrySe1InTtl {
	margin-bottom: 30px;
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: 0.08em;
}

.entrySeBox {
	position: relative;
	width: 320px;
	float: left;
	padding: 20px;
	margin-right: 55px;
	border: 4px solid #000;
}

.entrySeBox:nth-last-of-type(1) {
	margin-right: 0;
}

@media screen and (max-width:1150px) {
	.entrySeBox {
		width: 29%;
	}
}

@media screen and (max-width:1000px) {
	.entrySeBox {
		width: 30%;
		margin-right: 47px;
	}
}

.entryBoxImg {
	margin-bottom: 20px;
}

.entryBoxImg img {
	width: 100%;
}

.entrySeBox .entryBoxTtl {
	padding: 8px 10px;
	margin-bottom: 11px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	background-color: #000;
}

.entrySeBox .entryBoxTxt {
	font-size: 1.6rem;
	line-height: 1.2;
	letter-spacing: 0.1em;
}

.entrySeBox:after {
	position: absolute;
	top: 50%;
	right: -44px;
	content: "";
	width: 24px;
	height: 48px;
	background: url("../img/entry_arrow.png") no-repeat 0 0;
	background-size: 100%;
	transform: translateY(-50%);
}

@media screen and (max-width:1000px) {
	.entrySeBox:after {
		right: -42px;
	}
}

.entrySeBox:nth-last-of-type(1):after {
	background: none;
}

#entrySe2 {	padding: 60px 0 100px;}
.formSeWrap { padding-top: 60px;}

.entryFlowArea {
	width: 800px;
	padding: 13px 40px;
	margin: 0 auto 33px;
	text-align: center;
	border: 4px solid #000;
}

.confirmSec .entryFlowArea {
	margin: 0 auto 50px;
}

.entryFlowArea .entryFlowTxt {
	display: inline-block;
	padding-right: 35px;
	margin-right: 25px;
	font-size: 1.6rem;
	letter-spacing: 0.18em;
	color: #c3c3c3;
	background: url("../img/entry_guide_arrow.png") no-repeat right center;
	vertical-align: middle;
}

.entryFlowArea .entryFlowTxt.finished {
	color: #000;
	background: url("../img/entry_guide_arrow_on.png") no-repeat right center;
}

@media screen and (max-width:1000px) {
	.entryFlowArea .entryFlowTxt {
		padding-right: 30px;
		margin-right: 20px;
	}
}

.entryFlowArea .entryFlow04,
.entryFlowArea .entryFlow04.finished {
	padding-right: 0;
	margin-right: 0;
	background: none !important;
}

.entryFlowNum {
	display: inline-block;
	background-color: #c3c3c3;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	line-height: 21px;
	letter-spacing: 0;
	color: #fff;
}

.entryFlowArea .finished .entryFlowNum {
	background-color: #000;
}

.entrySe2Txt {
	margin-bottom: 33px;
	font-size: 1.6rem;
	line-height: 1.8;
	text-align: center;
}

.formWrap {
	padding: 60px;
	background-color: #fff;
	border: 4px solid #000;
}

.entryFormWrap {
	margin-bottom: 20px;
}

.confirmSec .entryFormWrap {
	margin-bottom: 40px;
}

.assessmentInfo {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}

.assessmentL,
.assessmentR {
	padding-bottom: 15px;
	display: table-cell;
	vertical-align: middle;
	font-size: 1.6rem;
	border-bottom: 2px #000 dashed;
}

.assessmentInfoImage .assessmentL,
.assessmentInfoImage .assessmentR {
	vertical-align: top;
}

.assessmentL {
	position: relative;
	width: 196px;
	font-weight: bold;
}

.assessmentR {
	padding-left: 60px;
}

.assessmentInfo input[type="text"],
.assessmentInfo select,
.assessmentInfo textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

.assessmentInfo textarea {
	height: 300px;
}

.assessmentInfo input,
.assessmentInfo select {
	height: 50px;
	padding: 0 11px;
	border: 1px solid #ccc;
}

.assessmentInfo input {
	font-size: 1.6rem;
}

input.productName {
	width: 344px;
}

input.productNum {
	width: 678px;
}

.assessmentInfo select {
	background: url("../img/entry_select_arrow.png") no-repeat right center;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

select.productQuantity {
	width: 80px;
	font-size: 1.6rem;
}

select.productStatus {
	width: 150px;
	font-size: 1.4rem;
}

.productEquipment {
	width: 678px;
	height: 100px;
	padding: 11px;
	font-size: 1.6rem;
	border: 1px solid #ccc;
}

.productNameQuantityWrap p {
	display: inline-block;
}

.productNameQuantityWrap p:nth-of-type(1) {
	margin-right: 10px;
}

.assessmentInfoImage .assist {
	display: block;
	margin-top: 0.5em;
	font-size: 1.3rem;
}

.assessmentInfoImage .attention {
	margin-bottom: 20px;
	font-size: 1.3rem;
	color: #da2533;
}

.dragDropArea {
	position: relative;
	width: 678px;
	height: 290px;
	background-color: #f8f8f8;
	border: 2px dashed #ccc;
}

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

	input.productNum,
	.productEquipment,
	.dragDropArea {
		width: 100%;
	}

}

.drag-drop-inside {
	position: absolute;
	bottom: 90px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

.drag-drop-info {
	color: #ccc;
}

.drag-drop-info .dropAreaTxt {
	display: block;
	margin-top: 15px;
	font-size: 1.3rem;
	color: #ccc;
}

.assessmentR .dragDropArea label {
	margin-right: 0;
}

.assessmentInfo .fileInputTrigger {
	display: inline-block;
	padding: 7px 5px 8px;
	margin-top: 10px;
	font-size: 1.3rem !important;
	font-weight: 400;
	letter-spacing: 0.1em;
	border: 1px solid #ccc;
	border-radius: 6px;
	background-color: #fefefe;
	cursor: pointer;
}

.buttonItem {
	margin-bottom: 20px;
	text-align: right;
}

.buttonItem .assist {
	display: inline-block;
	padding: 12px 20px;
	font-size: 1.6rem;
	color: #fff;
	background-color: #000;
}

.buttonItem .plus {
	display: inline-block;
	margin-right: 15px;
	font-size: 2.0rem;
	color: #fff;
	vertical-align: -2px;
	cursor: pointer;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

.entryBtn {
	position: relative;
	z-index: 1;
	width: 320px;
	padding: 20px 20px 20px 44px;
	font-size: 1.9rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #da2533;
	border-radius: 6px;
	text-transform: uppercase;
	outline: none;
	transition: all .12s ease-in-out;
	overflow: hidden;
}

.entryBtn:after {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-left: 20px;
	background: url("../img/entry_btn_arrow_off.jpg") no-repeat 0 0;
	background-size: 100%;
	vertical-align: -5px;
}

.entryBtn:hover:after {
	background: url("../img/entry_btn_arrow_on.jpg") no-repeat 0 0;
	background-size: 100%;
}

.entryBtn:before {
	content: '';
	position: absolute;
	z-index: -1;
	transition: all .2s ease-in-out;
}

/* hover */
.entryBtn:before {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	border-radius: 6px;
}

.entryBtn:hover,
.entryBtn:active {
	background: none;
}

.entryBtn:hover:before,
.entryBtn:active:before {
	width: 100%;
}

.req {
	position: absolute;
	top: 13px;
	right: 0;
	display: inline-block;
	padding: 6px 10px;
	font-size: 1.2rem;
	color: #fff;
	background-color: #da2533;
}


/* ====================================
写メール査定-お客様情報入力
====================================== */
.assessmentRenraku {
	margin-bottom: 40px;
}

.assessmentPost .assessmentR input,
.assessmentPost .assessmentR span,
.assessmentPost .assessmentR p {
	display: inline-block;
	vertical-align: middle;
}

:placeholder-shown {
	color: #999;
}

input.personalBox {
	width: 700px;
}

input.postCode1 {
	width: 200px;
}

input.postCode2 {
	width: 120px;
}

@media screen and (max-width:1000px) {
	input.personalBox {
		width: 100%;
	}
}

input[type="radio"] {
	display: inline-block;
	margin-right: 10px;
}

.assessmentR label {
	margin-right: 36px;
}

.assessmentR .kome {
	font-size: 1.3rem;
}

.assessmentTop {
	margin-bottom: 15px;
	font-size: 1.6rem;
	font-weight: bold;
}

span.hyphen {
	display: inline-block;
	margin: 0 10px;
}

.postSrc {
	padding: 12px 24px;
	margin-left: 27px;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #ffc815;
	cursor: pointer;
}

select.personalPref,
input.personalAdd {
	width: 462px;
	font-size: 1.6rem;
}

input.personalAdd {
	margin-bottom: 10px;
}

.assessmentTtl {
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.assessmentConts textarea {
	width: 100%;
	height: 300px;
	padding: 11px;
	border: 1px solid #ccc;
}

.buttonPp {
	margin: 50px 0 25px;
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	text-align: center;
}

.buttonPp a {
	border-bottom: 1px solid #000;
}

.buttonPp a:hover {
	border: none;
}

.entryBtn2 {
	position: relative;
	z-index: 1;
	display: block;
	width: 330px;
	padding: 18px 0;
	margin: auto;
	font-size: 1.9rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #da2533;
	border-radius: 6px;
	text-transform: uppercase;
	outline: none;
	transition: all .12s ease-in-out;
	overflow: hidden;
}

.entryBtn2 span {
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #fff;
}

.entryBtn2:after {
	position: absolute;
	top: 50%;
	right: 22px;
	content: "";
	width: 26px;
	height: 26px;
	margin-left: 23px;
	background: url("../img/entry_btn_arrow_off.jpg") no-repeat 0 0;
	background-size: 100%;
	transform: translateY(-50%);
}

.entryBtn2:hover:after {
	background: url("../img/entry_btn_arrow_on.jpg") no-repeat 0 0;
	background-size: 100%;
}

.entryBtn2:before {
	content: '';
	position: absolute;
	z-index: -1;
	transition: all .2s ease-in-out;
}

/* hover */
.entryBtn2:before {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	border-radius: 6px;
}

.entryBtn2:hover,
.entryBtn2:active {
	background: none;
}

.entryBtn2:hover:before,
.entryBtn2:active:before {
	width: 100%;
}

/*btn3*/
.entryBtn3 {
	position: relative;
	z-index: 1;
	display: block;
	width: 330px;
	padding: 18px 0;
	margin: auto;
	font-size: 1.9rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #ffc815;
	border-radius: 6px;
	text-transform: uppercase;
	outline: none;
	transition: all .12s ease-in-out;
	overflow: hidden;
}

.entryBtn3 span {
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #fff;
}

.entryBtn3:after {
	position: absolute;
	top: 50%;
	right: 22px;
	content: "";
	width: 26px;
	height: 26px;
	margin-left: 23px;
	background: url("../img/entry_btn_arrow_off.jpg") no-repeat 0 0;
	background-size: 100%;
	transform: translateY(-50%);
}

.entryBtn3:hover:after {
	background: url("../img/entry_btn_arrow_on.jpg") no-repeat 0 0;
	background-size: 100%;
}

.entryBtn3:before {
	content: '';
	position: absolute;
	z-index: -1;
	transition: all .2s ease-in-out;
}

/* hover */
.entryBtn3:before {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	border-radius: 6px;
}

.entryBtn3:hover,
.entryBtn3:active {
	background: none;
}

.entryBtn3:hover:before,
.entryBtn3:active:before {
	width: 100%;
}




.file-input-hidden {
	display: none;
}

.upload-images {
	margin-top: 15px;
}

.upload-images li {
	display: inline-block;
}

.upload-images li:not(:nth-last-of-type(1)) {
	margin-right: 15px;
}

.upload-images img {
	display: block;
	width: 80px;
	height: auto;
	margin-bottom: 10px;
}

.returnBtn {
	font-size: 1.3rem;
	width: 330px;
	margin: auto;
	text-align: left;
}

.returnBtn:before {
	display: inline-block;
	content: url("../img/contact_arrow03.png");
	vertical-align: -2px;
	margin-right: 8px;
}

.entrySecTtl {
	margin-bottom: 20px;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.errTxt {
	color: #e60012;
	font-size: 1.4rem;
	line-height: 1.5;
}

.errTxt:before {
	content: "";
	display: inline-block;
	background: url("../img/err_icon.png") 0 0 no-repeat;
	background-size: 7px 6px;
	width: 7px;
	height: 6px;
	vertical-align: middle;
	padding-right: 10px;
}

.txtRed {
    color: #da2533;
}