@charset "utf-8";

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

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

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

#entrySe1 .entrySe1Txt .bold {
	font-weight: bold;
}

.entryForm2 > p,
.entryConfirm > p,
.entryComplete > p {
	margin-bottom: 0 !important;
}

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

.entrySeBox {
	position: relative;
	width: 100%;
	padding: 20px;
	margin-bottom: 50px;
	border: 3px solid #000;
}

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

.entryBoxImg {
	margin-bottom: 20px;
}

.entryBoxImg img {
	width: 100%;
}

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

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

.entrySeBox:after {
	position: absolute;
	bottom: -54px;
	left: 50%;
	content: "";
	width: 24px;
	height: 48px;
	background: url("../img/entry_arrow.png") no-repeat 0 0;
	background-size: 100%;
	transform: translateX(-50%) rotate(90deg)
}

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

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

.entryConfirm #entrySe2 {
	padding: 0 0 40px;
}

.entryFlowArea {
	width: 100%;
	padding: 10px 10px 4px;
	margin: 0 auto 30px;
	text-align: center;
	border: 2px solid #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.entryComplete .entryFlowArea {
	margin: 0 auto 30px;
}

.entryFlowArea .entryFlowTxt {
	display: inline-block;
	width: 49%;
	padding: 3px 0;
	margin: 0 0 6px 0;
	font-size: 1.4rem;
	text-align: left;
	color: #c3c3c3;
	background: #DDD;
	vertical-align: middle;
	text-align: center;
}

.entryFlowArea .entryFlowTxt.finished {
	color: #000;
	background: #FFF;
	border: 1px solid #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.entryFlowArea .entryFlow04 {
	padding-right: 0;
	margin-right: 0;
}

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

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

.entrySe2Txt {
	margin-bottom: 20px;
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: center;
}

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

.entryFormWrap {
	margin-bottom: 20px;
}

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

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

.entryConfirm .assessmentInfo {
	padding-bottom: 13px;
	margin-bottom: 20px;
	background: url("../img/common/border_dashed.png") repeat-x left bottom;
}

.assessmentL,
.assessmentR {
	width: 100%;
	font-size: 1.4rem;
}

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

.assessmentL {
	margin-bottom: 7px;
	font-weight: bold;
}

.entryConfirm .assessmentL {
	margin-bottom: 15px;
}

.entryConfirm .entryAns {
	margin-bottom: 7px;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
}

.assessmentInfo input[type="text"],
.assessmentInfo input[type="tel"],
.assessmentInfo select,
.assessmentInfo textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	height: 45px;
	padding: 0 10px;
	border: 1px solid #ccc;
}

.assessmentInfo textarea {
	height: 200px;
}

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

input.productName {
	width: 100%;
}

input.productNum {
	width: 100%;
}

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

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

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

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

.productEquipment {
	width: 100%;
	height: 20vh;
	padding: 10px;
	font-size: 1.5rem;
	border: 1px solid #ccc;
}

.productNameQuantityWrap p {
	display: inline-block;
}

.productNameQuantityWrap p:nth-of-type(1) {
	width: 100%;
}

.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: 100%;
	height: 20vh;
	border: 2px dashed #ccc;
}

.drag-drop-inside {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.drag-drop-info {
	font-size: 1.4rem;
	color: #ccc;
}

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

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

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

.buttonItemWrap {
	padding-bottom: 40px;
	letter-spacing: -0.4em;
}

.buttonItem {
	width: 49%;
	margin: 0 0 10px 0;
	text-align: center;
	display: inline-block;
	padding: 9px 0;
	font-size: 1.2rem;
	background-color: #000;
	letter-spacing: normal;
}

.buttonItem:nth-child(1) {
	margin: 0 1% 10px 0;
}

.buttonItem .assist {
	color: #fff;
}

.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: 284px;
	padding: 15px 0;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #da2533;
	border-radius: 6px;
	text-transform: uppercase;
	outline: none;
	overflow: hidden;
}

.entryComplete .entryBtn2,
.entryConfirm .entryBtn2 {
	padding: 15px 0;
}

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

.req {
	display: inline-block;
	padding: 4px 5px;
	margin-left: 10px;
	font-size: 1.2rem;
	color: #fff;
	background-color: #da2533;
	vertical-align: 1px;
}


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

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

input.personalBox {
	width: 100%;
}

input.postCode1 {
	width: 10em;
}

input.postCode2 {
	width: 120px;
}

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

.assessmentR label {
	display: block;
	margin-bottom: 10px;
}

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

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

.assessmentTop span {
	font-size: 1.3rem;
}

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

.postSrc {
	padding: 15px 10px;
	margin-left: 5px;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #ffc815;
	cursor: pointer;
}

select.personalPref,
input.personalAdd {
	width: 100%;
	font-size: 1.5rem;
}

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

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

.assessmentConts textarea {
	width: 100%;
	height: 40vh;
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 1.6rem;
}

.buttonPp {
	margin: 50px 0 25px;
	font-size: 1.4rem;
	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: 284px;
	padding: 9px 0;
	margin: auto;
	font-size: 1.8rem;
	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;
	overflow: hidden;
}

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

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

.entryBtn3 {
	position: relative;
	z-index: 1;
	display: block;
	width: 284px;
	padding: 9px 0;
	margin: auto;
	font-size: 1.8rem;
	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;
	overflow: hidden;
}

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

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


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

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

.upload-images li {
	display: inline-block;
	margin-bottom: 10px;
	width: 30%;
}

.upload-images li:not(:nth-of-type(3n)) {
	margin-right: 5%;
}

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

.returnBtn {
	font-size: 1.3rem;
	width: 100%;
	max-width: 284px;
	margin: 5px auto 0;
	text-align: left;
}

.returnBtn span {
	vertical-align: middle;
	display: inline-block;
}

.returnBtn:before {
	display: inline-block;
	content: "";
	width: 4px;
	height: 6px;
	background: url("../img/contact_arrow03.png") 0 0 no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	vertical-align: middle;
	margin-right: 8px;
}

.entrySecTtl {
	margin-bottom: 15px;
	font-size: 1.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;
}