@charset "utf-8";
section#stepbar .lead {
	margin-bottom: 0px;
}
body#contact .icon_form {
	background-color: #e60012;
	color: #FFFFFF;
	font-size: 1.2rem;
}
body#contact th .icon_form.blue {
	background-color: #319ccd;
}
body#contact .input_form {
	height: 3.5em;
	width: 96%;
	padding: 0 2%;
	color: #000000;
	background-color: #f6f7f7;
	border-radius: 3px;
	border: none;
}
body#contact .input_form::placeholder {
 color: #bbbbbb;
}
body#contact input:-webkit-autofill {
 background-color: #f6f7f7;
}
body#contact .message.input_form {
	height: 17em;
}
.position {
	position: relative;
}
body#contact .btnwrap {
	text-align: center;
	letter-spacing: -0.4em;
}
body#contact .btnwrap input[type="submit"] {
	background-color: #989898;
	text-align: center;
	-webkit-appearance: none;
	border-radius: 0;
	color: #FFFFFF;
	border: none;
	letter-spacing: normal;
	font-weight: bold;
	padding: 15px 0;
}
body#contact .btnwrap input[type="submit"]#submit-btn, body#contact .btnwrap input[type="submit"]#confirm-btn {
	background-color: #e60012;
}
textarea {
	resize: none;
}
.complete_block h2 {
	font-weight: 600;
}
body#contact label span{
    font-size: 12px;
    color: #fff;
    background: #e60012;
    padding: 3px 5px;
 }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

PC Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (min-width:768px), print {
#visual {
	background-image: url(../../images/contact/mv_contact_01.png);
}
section#stepbar {
	padding-bottom: 15px;
}
section#stepbar .step_img {
	text-align: center;
	margin-bottom: 30px;
}
section#stepbar .lead {
	text-align: left;
	line-height: 1.7;
}
body#contact .tbl_style01 {
	margin-bottom: 50px;
}
body#contact .tbl_style01 th {
	width: 30%;
}
.tbl_style01.confirm th, .tbl_style01.confirm td {
	padding: 30px 0;
}
body#contact .icon_form {
	right: 50px;
	position: absolute;
}
body#contact .input_form, body#contact .message.input_form {
	line-height: 1.8;
}
body#contact .input_form.other {
	margin-top: 15px;
}
body#contact th .icon_form {
	padding: 3px 10px 2px;
}
.next_txt {
	text-align: center;
	margin-bottom: 50px;
}
body#contact .btnwrap {
	letter-spacing: -0.4em;
	padding: 0 0 50px;
}
body#contact .btnwrap input[type="submit"]:hover {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: .6;
}
body#contact .btnwrap input[type="submit"] {
	padding: 20px 0;
	width: 350px;
	cursor: pointer;
	font-size: 1.6rem;
}
body#contact .btnwrap input[type="submit"] + input {
	margin-left: 50px;
}
body#contact label input[type="checkbox"] {
	/*margin: 0 10px 0 50px;*/
    margin: 0 10px 0 10px;
}

body#contact label:first-of-type input[type="checkbox"] {
	margin: 0 10px 0 0px;
}
.complete_block {
	padding-bottom: 100px;
}
.complete_block h2 {
	text-align: center;
	margin-bottom: 50px;
	line-height: 1.75;
	font-size: 2rem;
}
.complete_block .txt {
	text-align: center;
	margin-bottom: 50px;
}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

IE Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
body#contact th .icon_form {
	padding: 5px 10px 1px;
}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

TABLET Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

@media (max-width: 1079px) and (min-width: 768px) {
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

SP Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 767px) {
#visual {
	background-image: url(../../images/contact/mv_contact_01_sp.png);
}
#visual h1 {
	color: #FFFFFF;
}
section#stepbar {
	padding: 30px 4%;
}
section#stepbar .step_img {
	margin-bottom: 30px;
}
section#form_block {
	margin: 0 4% 30px;
}
body#contact .tbl_style01 {
	margin-bottom: 15px;
}
body#contact .tbl_style01 td {
	padding: 15px 0;
	display: block;
}
body#contact th .icon_form {
	margin-right: 10px;
	padding: 2px 5px;
}
body#contact .btnwrap {
	margin-top: 30px;
}
body#contact .btnwrap input[type="submit"] {
	width: 100%;
}
body#contact .btnwrap input[type="submit"] + input {
	margin-left: 4.96%;
}
body#contact .btnwrap input[type="submit"]#back-btn, body#contact .btnwrap input[type="submit"]#submit-btn {
	width: 47.5%;
}
.complete_block {
	padding: 0 4% 30px;
}
.complete_block h2 {
	margin-bottom: 30px;
	text-align: center;
}
.complete_block .txt {
	margin-bottom: 30px;
	font-size: 1.3rem;
}
.complete_block .txt:before {
	content: "●";
	display: inline-block;
}
}
