﻿@charset "utf-8";

/* ****************************************************
form.css
Define container layout.
***************************************************** */

/* form
=================================*/


.label {
  position: relative;
	display: block;
	padding: 15px 10px 15px 22px;
  margin-bottom: 20px;
	font-weight: bold;
	font-size: 133.33%;
	border-bottom: 1px solid #ccc;
}
.label:before {
	content: "";
	display: block;
	width: 4px;
	height: 18px;
	background-color: #d7083b;
	position:  absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}


@media print, screen and (min-width: 769px) {

.form #contents {
width: 1000px;
margin: 0 auto;
}

/* requiredIcon */
.requiredIcon {
	display: inline-block;
	width: 34px;
	background-color: #d7063b;
	color: #ffffff;
	text-align: center;
	padding: 4px;
	margin-left: 10px;
	font-size: 80%;
	line-height: 1;
}

/* textBox textArea */
.form input[type=text],
.form textarea {
	resize: both;
	background: #fff;
	-webkit-transition: all 0.3s ease;
		 -moz-transition: all 0.3s ease;
			 -o-transition: all 0.3s ease;
		  -ms-transition: all 0.3s ease;
					transition: all 0.3s ease;
	outline: none;
	border: 1px solid #dddddd;
	font-family: "Noto Sans Japanese", "ＭＳ Ｐゴシック", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif;
	font-size: 100%;
	box-sizing: border-box;
	padding: 5px;
  max-width: 100%;
	
}

.form select {
	resize: both;
	background: #fff;
	-webkit-transition: all 0.3s ease;
		 -moz-transition: all 0.3s ease;
			 -o-transition: all 0.3s ease;
		  -ms-transition: all 0.3s ease;
					transition: all 0.3s ease;
	outline: none;
	border: 1px solid #dddddd;
	font-family: "Noto Sans Japanese", "ＭＳ Ｐゴシック", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif;
	font-size: 100%;
	box-sizing: border-box;
	padding: 5px;
	
}
.form input[type=text]:focus,
.form textarea:focus {
	background: #fff0f0 !important;
	-webkit-transition: all 0.3s ease;
		 -moz-transition: all 0.3s ease;
			 -o-transition: all 0.3s ease;
		  -ms-transition: all 0.3s ease;
					transition: all 0.3s ease;
}
.form textarea.required:focus {
	background: #fff0f0 !important;
	-webkit-transition: all 0.3s ease;
		 -moz-transition: all 0.3s ease;
			 -o-transition: all 0.3s ease;
		  -ms-transition: all 0.3s ease;
					transition: all 0.3s ease;
}
.form input.complete[type=text],
.form textarea.complete,
.form select.complete {
	background: #ddd;
	-webkit-transition: all 0.3s ease;
		 -moz-transition: all 0.3s ease;
			 -o-transition: all 0.3s ease;
		  -ms-transition: all 0.3s ease;
					transition: all 0.3s ease;
}

.form input[type=submit],
.form input[type=reset],
.form input[type=button] {
  padding:  10px;
  margin: 30px 0 0;
}


/* label */
.form input[type=radio] + label,
.form input[type=checkbox] + label {
	cursor: pointer;
}

/* contactFlow */
.contactFlow {
list-style: none;
display: block;
width: 1000px;
margin: 0 auto;
text-align: center;
}
.contactFlow li {
float: left;
width: 33.33%;
box-sizing: border-box;
}
.contactFlow span.icon img {
	vertical-align: middle;
	margin-right: 8px;
}

.contactFlow li span.flow {
color: #333333;
display: block;
background: #eeeeee;
text-decoration: none;
position: relative;
height: 58px;
line-height: 58px;
padding: 0 10px 0 5px;
text-align: center;
margin-right: 23px;
}
.contactFlow li:first-child span.flow {
padding-left: 15px;
}
.contactFlow li:first-child span.flow:before {
border: none;
}
.contactFlow li span.flow:before, .contactFlow li span.flow:after {
content: "";
position: absolute;
top: 0;
border: 0 solid #eeeeee;
border-width: 29px 20px;
width: 0;
height: 0;
}
.contactFlow li span.flow:before {
left: -20px;
border-left-color: transparent;
}
.contactFlow li span.flow:after {
left: 100%;
border-color: transparent;
border-left-color: #eeeeee;
}
.contactFlow li.current span.flow {
background-color: #000000;
color: #ffffff;
}
.contactFlow li.current span.flow:before {
border-color: #000000;
border-left-color: transparent;
}
.contactFlow li.current span.flow:after {
border-left-color: #000000;
}

.inquiryDetail {
	margin: 30px 0;
	border: 1px solid #dddddd;
}
.inquiryDetail dt {
	padding: 20px;
	background-color: #f2f2f2;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	font-weight: bold;
}
.inquiryDetail dt:first-child {
	border-top: none;
}
.inquiryDetail dd {
	padding: 20px;
}

.inquiry-check01 {
display: flex;
width: 100%;
justify-content: space-between;
}
.inquiry-check01 li {
display: table;
width: 19%;
height: 55px;
position: relative;
}
.inquiry-check01.row04 li {
width: 24.5%;
}
.inquiry-check01 li input {
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
left: 14px;
}
.inquiry-check01 li label {
	display: table-cell;
	width: 100%;
	background-color: #f2f2f2;
	line-height: 1.2;
	padding: 5px 5px 5px 40px;
	height: 45px;
	vertical-align: middle;
}
.inquiry-check01 li input:checked + label {
background-color: #e4e4e4;
}

.inquiry-check02 {
display: flex;
width: 100%;
}
.inquiry-check02 li.inputButton {
display: table;
height: 55px;
position: relative;
margin-right: 15px;
}
.inquiry-check02 li.inputButton input {
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
left: 14px;
}
.inquiry-check02 li.inputButton label {
	display: table-cell;
	width: 100%;
	background-color: #f2f2f2;
	line-height: 1.2;
	padding: 5px 15px 5px 40px;
	height: 45px;
	vertical-align: middle;
}
.inquiry-check02 li.inputButton input:checked + label {
background-color: #e4e4e4;
}
.inquiry-check02 li.sampleLink {
display: table;
height: 55px;
position: relative;
margin-right: 15px;
}
.inquiry-check02 li.sampleLink a {
display:  table-cell;
vertical-align: middle;
}

.inquiry-check03 {
display: flex;
width: 100%;
}
.inquiry-check03 li.inputButton {
display: table;
height: 55px;
width: 220px;
position: relative;
margin-right: 15px;
}
.inquiry-check03 li.inputButton input {
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
left: 14px;
}
.inquiry-check03 li.inputButton label {
	display: table-cell;
	width: 100%;
	background-color: #f2f2f2;
	line-height: 1.2;
	padding: 5px 15px 5px 40px;
	height: 45px;
	vertical-align: middle;
}
.inquiry-check03 li.inputButton input:checked + label {
background-color: #e4e4e4;
}

.inquiry-check04 {
display: flex;
margin: 20px auto;
justify-content: center;
}
.inquiry-check04 .inputButton {
display: table;
height: 55px;
position: relative;
margin-right: 15px;
}
.inquiry-check04 .inputButton input {
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
left: 14px;
}
.inquiry-check04 .inputButton label {
	display: table-cell;
	width: 100%;
	background-color: #f2f2f2;
	line-height: 1.2;
	padding: 5px 15px 5px 40px;
	height: 45px;
	vertical-align: middle;
}
.inquiry-check04 .inputButton input:checked + label {
background-color: #e4e4e4;
}


.inquiryTextarea {
width: 100%;
max-width: 100%;
height: 150px;
padding: 10px;
margin-top: 20px;
}

.inquiryTableWrap {
	margin: 30px 0 0;
}
.inquiryTable {
	border: 1px solid #dddddd;
	display: table;
}
.inquiryTable + .inquiryTable {
	margin: -1px 0 0;
}
.inquiryTable > * {
	box-sizing: border-box;
}
.inquiryTable dt {
	display: table-cell;
	width: 230px;
	padding: 20px;
	background-color: #f2f2f2;
	border-right: 1px solid #dddddd;
	font-weight: bold;
	vertical-align: middle;
}
.inquiryTable dd {
	display: table-cell;
	width: 770px;
	padding: 20px;
}

.btnArea {
width: 100%;
position: relative;
margin-top: 40px;
}
.submitBtn {
	margin: 0 auto;
	width: 320px;
}
.resetBtn {
	position: absolute;
	top: 6px;
	left: 0;
}
.submitBtn input {
background: #000000 url(/common/images/com_icn85.png) no-repeat 20px 50%;
background-size: 12px 12px;
color: #ffffff;
width: 320px;
height: 60px;
outline: none;
border: none;
cursor: pointer;
font-size: 133.33%;
font-weight: bold;
font-family: "Noto Sans Japanese", "ＭＳ Ｐゴシック", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif;
}
.submitBtn input:hover {
background: #d7063b url(/common/images/com_icn85.png) no-repeat 20px 50%;
background-size: 12px 12px;
}
.resetBtn input {
outline: none;
border: 1px solid #dddddd;
background: #ffffff url(/common/images/com_icn81.png) no-repeat 18px 50%;
width: 190px;
height: 50px;
cursor: pointer;
font-family: "Noto Sans Japanese", "ＭＳ Ｐゴシック", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif;
}
.resetBtn input:hover {
border: 1px solid #d7063b;
background: #ffffff url(/common/images/com_icn95.png) no-repeat 18px 50%;
color: #d7063b;
}


/*----- unique input parts -----*/
#ancformName + dd label,
#ancformName + dd div {
	float: left;
	overflow: hidden;
}
#ancformName + dd label[for*="InquiryFirstName"] {
	margin-left: 34px;
}
#ancformName + dd label {
	display: block;
	float: left;
	width: 37px;
	line-height: 26px;
}
#ancformName + dd input {
width: 222px;
}

#ancformCompany + dd input {
width: 470px;
}

#ancformPostalCode + dd input {
width: 222px;
}
#ancformAddress + dd label {
	float: left;
}
#ancformAddress + dd label[for*="InquiryFirstName"] {
	margin-left: 34px;
}
#ancformAddress + dd label {
	display: block;
	float: left;
	width: 40px;
	line-height: 33px;
}
#ancformAddress + dd input {
width: 470px;
}

#ancformAddress + dd label[for*="InquiryAddress02"] {
margin-top:  20px;
}
#InquiryAddress02 {
margin-top:  20px;

}
#ancformSitename {
width: 500px;
padding-top: 10px;
}
#ancformSitename label {
	display: block;
	float: left;
	line-height: 33px;
	margin-right: 15px;
}
#ancformSitename + dd input {
width: 435px;
}
#ancformJobtype #InquiryJobtype {
	min-width: 240px;
	max-width: 100%;
}

}

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

.form #contents {
}

/* requiredIcon */
.requiredIcon {
	display: inline-block;
	width: 34px;
	background-color: #d7063b;
	color: #ffffff;
	text-align: center;
	padding: 4px;
	margin-left: 10px;
	font-size: 80%;
	line-height: 1;
}

/* textBox textArea */
.form input[type=text],
.form textarea {
	resize: both;
	background: #fff;
	-webkit-transition: all 0.3s ease;
		 -moz-transition: all 0.3s ease;
			 -o-transition: all 0.3s ease;
		  -ms-transition: all 0.3s ease;
					transition: all 0.3s ease;
	outline: none;
	border: 1px solid #dddddd;
	font-family: "Noto Sans Japanese", "ＭＳ Ｐゴシック", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif;
	font-size: 100%;
	box-sizing: border-box;
	padding: 5px;
	
}

.form select {
	resize: both;
	background: #fff;
	-webkit-transition: all 0.3s ease;
		 -moz-transition: all 0.3s ease;
			 -o-transition: all 0.3s ease;
		  -ms-transition: all 0.3s ease;
					transition: all 0.3s ease;
	outline: none;
	border: 1px solid #dddddd;
	font-family: "Noto Sans Japanese", "ＭＳ Ｐゴシック", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif;
	font-size: 100%;
	box-sizing: border-box;
	padding: 5px;
	
}
.form input[type=text]:focus,
.form textarea:focus {
	background: #fff0f0 !important;
	-webkit-transition: all 0.3s ease;
		 -moz-transition: all 0.3s ease;
			 -o-transition: all 0.3s ease;
		  -ms-transition: all 0.3s ease;
					transition: all 0.3s ease;
}
.form textarea.required:focus {
	background: #fff0f0 !important;
	-webkit-transition: all 0.3s ease;
		 -moz-transition: all 0.3s ease;
			 -o-transition: all 0.3s ease;
		  -ms-transition: all 0.3s ease;
					transition: all 0.3s ease;
}
.form input.complete[type=text],
.form textarea.complete,
.form select.complete {
	background: #ddd;
	-webkit-transition: all 0.3s ease;
		 -moz-transition: all 0.3s ease;
			 -o-transition: all 0.3s ease;
		  -ms-transition: all 0.3s ease;
					transition: all 0.3s ease;
}

/* label */
.form input[type=radio] + label,
.form input[type=checkbox] + label {
	cursor: pointer;
}

/* contactFlow */
.contactFlow {
list-style: none;
display: block;
width: 100%;
margin: 0 auto;
text-align: center;
}
.contactFlow li {
float: left;
width: 33.33%;
box-sizing: border-box;
}
.contactFlow span.icon {
display: block;
margin-bottom: 5px;
}
.contactFlow span.icon img {
}

.contactFlow li span.flow {
color: #333333;
display: block;
background: #eeeeee;
text-decoration: none;
position: relative;
height: 64px;
line-height: 1.3;
padding: 5px 5px 5px 5px;
text-align: center;
margin-right: 11px;
font-size: 80%;
}
.contactFlow li:first-child span.flow {
padding-left: 5px;
}
.contactFlow li:first-child span.flow:before {
border: none;
}
.contactFlow li span.flow:before, .contactFlow li span.flow:after {
content: "";
position: absolute;
top: 0;
border: 0 solid #eeeeee;
border-width: 32px 10px;
width: 0;
height: 0;
}
.contactFlow li span.flow:before {
left: -10px;
border-left-color: transparent;
}
.contactFlow li span.flow:after {
left: 100%;
border-color: transparent;
border-left-color: #eeeeee;
}
.contactFlow li.current span.flow {
background-color: #000000;
color: #ffffff;
}
.contactFlow li.current span.flow:before {
border-color: #000000;
border-left-color: transparent;
}
.contactFlow li.current span.flow:after {
border-left-color: #000000;
}

.inquiryDetail {
	margin: 30px 0;
	border: 1px solid #dddddd;
}
.inquiryDetail dt {
	padding: 20px;
	background-color: #f2f2f2;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	font-weight: bold;
}
.inquiryDetail dt:first-child {
	border-top: none;
}
.inquiryDetail dd {
	padding: 10px;
}

.inquiry-check01 {
display: flex;
width: 100%;
justify-content: space-between;
flex-wrap: wrap;
}
.inquiry-check01 li {
display: table;
width: 49%;
height: 55px;
position: relative;
margin-bottom: 8px;
}
.inquiry-check01.row04 li {
}
.inquiry-check01 li input {
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
left: 14px;
}
.inquiry-check01 li label {
	display: table-cell;
	width: 100%;
	background-color: #f2f2f2;
	line-height: 1.2;
	padding: 5px 5px 5px 40px;
	height: 45px;
	vertical-align: middle;
}
.inquiry-check01 li input:checked + label {
background-color: #e4e4e4;
}

.inquiry-check02 {
width: 100%;
}
.inquiry-check02 li.inputButton {
display: table;
height: 55px;
position: relative;
margin-right: 15px;
}
.inquiry-check02 li.inputButton input {
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
left: 14px;
}
.inquiry-check02 li.inputButton label {
	display: table-cell;
	width: 100%;
	background-color: #f2f2f2;
	line-height: 1.2;
	padding: 5px 15px 5px 40px;
	height: 45px;
	vertical-align: middle;
}
.inquiry-check02 li.inputButton input:checked + label {
background-color: #e4e4e4;
}
.inquiry-check02 li.sampleLink {
margin-top: 10px;
}
.inquiry-check02 li.sampleLink a {
}

.inquiry-check03 {
width: 100%;
}
.inquiry-check03 li.inputButton {
display: table;
height: 55px;
width: 220px;
position: relative;
margin-right: 15px;
}
.inquiry-check03 li.inputButton input {
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
left: 14px;
}
.inquiry-check03 li.inputButton label {
	display: table-cell;
	width: 100%;
	background-color: #f2f2f2;
	line-height: 1.2;
	padding: 5px 15px 5px 40px;
	height: 45px;
	vertical-align: middle;
}
.inquiry-check03 li.inputButton input:checked + label {
background-color: #e4e4e4;
}

.inquiry-check04 {
display: flex;
margin: 20px auto;
justify-content: center;
}
.inquiry-check04 .inputButton {
display: table;
height: 55px;
position: relative;
width: 100%;
}
.inquiry-check04 .inputButton input {
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
left: 14px;
}
.inquiry-check04 .inputButton label {
	display: table-cell;
	width: 100%;
	background-color: #f2f2f2;
	line-height: 1.2;
	padding: 5px 15px 5px 40px;
	height: 45px;
	vertical-align: middle;
}
.inquiry-check04 .inputButton input:checked + label {
background-color: #e4e4e4;
}


.inquiryTextarea {
width: 100%;
height: 150px;
padding: 10px;
}

.inquiryTableWrap {
	margin: 30px 0 0;
}
.inquiryTable {
	border: 1px solid #dddddd;
	display: table;
	width: 100%;
}
.inquiryTable + .inquiryTable {
	margin: -1px 0 0;
}
.inquiryTable > * {
	box-sizing: border-box;
}
.inquiryTable dt {
	display: block;
	padding: 10px;
	background-color: #f2f2f2;
	border-bottom: 1px solid #dddddd;
	font-weight: bold;
	vertical-align: middle;
}
.inquiryTable dd {
	display: block;
	padding: 10px;
}

.btnArea {
width: 100%;
position: relative;
margin-top: 40px;
}
.submitBtn {
}
.resetBtn {
margin: 15px auto 0;
width: 190px;
}
.submitBtn input {
background: #000000 url(/common/images/com_icn85.png) no-repeat 20px 50%;
background-size: 12px 12px;
color: #ffffff;
width: 100%;
height: 60px;
outline: none;
border: none;
cursor: pointer;
font-size: 133.33%;
font-weight: bold;
font-family: "Noto Sans Japanese", "ＭＳ Ｐゴシック", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif;
}
.submitBtn input:hover {
background: #d7063b url(/common/images/com_icn85.png) no-repeat 20px 50%;
background-size: 12px 12px;
}
.resetBtn input {
outline: none;
border: 1px solid #dddddd;
background: #ffffff url(/common/images/com_icn81.png) no-repeat 18px 50%;
width: 190px;;
height: 50px;
cursor: pointer;
font-family: "Noto Sans Japanese", "ＭＳ Ｐゴシック", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif;
}
.resetBtn input:hover {
border: 1px solid #d7063b;
background: #ffffff url(/common/images/com_icn95.png) no-repeat 18px 50%;
color: #d7063b;
}


/*----- unique input parts -----*/
#ancformName + dd label {
	float: left;
	overflow: hidden;
}
#ancformName + dd label[for*="InquiryFirstName"] {
}
#ancformName + dd label {
	display: block;
	float: left;
	padding-top: 5px;
	margin-right:  10px;
	width: 20px;
}
#ancformName + dd input {
width: calc(100% - 30px);
}

#ancformCompany + dd input {
width: 100%;
}

#ancformPostalCode + dd input {
width: 100%;
}
#ancformAddress + dd label {
	float: left;
}
.InquiryName {
display: block;
}
.InquiryName +.InquiryName {
margin-top: 15px;
}
#ancformAddress + dd label {
	display: block;
	float: left;
	padding-top: 5px;
	margin-right:  10px;
	width: 35px;
}
#ancformAddress + dd input {
width: calc(100% - 45px);
}

#ancformAddress + dd label[for*="InquiryAddress02"] {
margin-top:  15px;
}
#InquiryAddress02 {
margin-top:  15px;

}
#ancformSitename {
display: block;
}
#InquirySitename {
	margin-top: 5px;
width: 100%;
	}
#ancformSitename label {
	display: block;
	margin-top: 10px;
}
#ancformSitename + dd input {
width: 100%;
}
#ancformJobtype #InquiryJobtype {
	width: 100%;
}
.InquiryName:after,
.contactFlow:after {
	content: "";
	display: block;
	clear: both;
}

  form[name="form1"] input[type="text"],
  form[name="form1"] textarea {
    margin-top: 10px;
    width: 100%;
  }
  
  form[name="form1"] input[type="radio"] {
    margin-top: 10px;
  }
  
  form[name="form1"] input[type="button"],
  form[name="form1"] input[type="submit"],
  form[name="form1"] input[type="reset"] {
    margin-top: 15px;
  }
  
  
  

}
