@charset "utf-8";
/* CSS Document */
.main-image {
    text-indent: -99999px;
    margin: 10px 0 0 0!important;
    color: #FFF;
}
.copy {
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 2px;
  font-feature-settings: "palt";
  margin-bottom: 30px;
}
.recruit-dl dt {
    margin-bottom: 5px;
}
.recruit-dl dt::before {
	content: "【"
}
.recruit-dl dt:after {
	content: "】"
}
.num-list li {
    font-weight: bold;
}
.recruit-dl {
    display: flex;
}
.recruit-dl dt {
    margin-right: 30px;
}
.recruit-dl dd {
    margin-bottom:10px;
}
.recruit-inquiry dt::before {
   content: "■"
}
.large {
    font-size: 18px;
}
.dot-list {
    margin-bottom: 15px;
}
.dot-list li{
    line-height: 1.2;
    margin-bottom: 10px;
}
.privacy-dl dt {
    font-weight: bold;
}
.privacy-dl dd {
    margin-bottom: 20px;
    margin-left: 1em;
}
.consent {
	border: 5px solid #F1F1F1;
	padding: 15px 20px;
	text-align: center;
	margin-bottom: 15px;
}
.consent dl {
	display: flex;
	align-items: center;
}
.consent dt {
    font-weight: bold;
    margin-right: 130px;
    text-align: left;
}
.consent dd {
    text-align: left;
}
.cautinon {
	margin-bottom: 20px;
}
.cautinon .dot-list li{
    margin-bottom: 0;
	line-height: 1.7;
}
.text-right {
    text-align: right;
}


.require {
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 5px;
}
.form .input {
padding-bottom:5px;
}
.form .input p {
margin-bottom:15px;
}
.form .input .error {
color:#c00;
}
.form .input table {width:100%;margin-bottom:15px;background-color:#fff;color:#1F1F1F;border-collapse: collapse;}
.form .input th,
.form .input td {padding:12px;border:1px solid #CDCDCD;vertical-align:middle;font-size: 14px;}
.form .input th {
background-color:#F1F1F1;
font-weight:normal;
text-align:left;
}
.form .input td {
width:68%;
}
.form .input .require input.empty,
.form .input .require textarea.empty {
background-color:#FDF2F1;
}
.form .input td p {
margin:5px 0 0;
}
.form .input td .notes {
padding-left:1em;
text-indent:-1em;
}
.form .input td em {
font-size:0.833em;
font-style:normal;
}
.form .input td dl {
overflow:hidden;
zoom: 1; 
height:100%;
}
.form .input td dd {
margin-left:15em;
}
.form .input td dl {
margin:15px 0;
font-size:90%;
}
.form .input td dt {
float:left;
width:16em;
clear: both;
}
.form .input textarea {
font-size:1em;
}

.form .name input,
.form .company input,
.form .groups input,
.form .post input,
.form .city input,
.form .address input,
.form .mail input,
.form .dealer input {
width:275px;
}
.form .name_2 input {
width:120px;
}
.form .age input {
width:30px;
}








#tel {
    border: 5px solid #F1F1F1;
    padding: 10px 30px;
    text-align: center;
    font-size: 18px;
    color: #FB250B;
    display: inline-block
}
div.tips {
	margin: 10px auto;
	padding: 5px 20px;
	border: solid 1px #CCC;
	border-radius: 5px;
	box-shadow: 0px 2px 10px #CCC;
	background: #FEE;
}
div.tips p {
	font-size: 14px;
	line-height: 2em;
}
div.tips strong {
	color: #800040;
}
div.tips span {
	display: block;
	padding: 5px 10px;
	color: #008080;
}
div.tips em {
	font-style: normal;
	color: #090;
	font-weight: bold;
}
div.tips ol li {
	padding: 10px;
	margin: 15px;
	font-size: 12px;
	line-height: 1.7em;
	border: solid 1px #CCC;
	border-radius: 5px;
	background: #FFF;
}
div.tips ol li span {
	padding: 0px 10px;
}
div.tips ol li img {
	display: block;
	width: 280px;
	border: none;
	margin: 5px auto;
}
textarea {
	width: 95%!important;
	height: 7em!important;
}
.mfp ol li input {
	width: 80%;
}

@media screen and (max-width: 767px) {
	form#mailformpro dl dt {
		float: none;
		width: auto;
		font-size: 12px;
		padding: 5px;
		text-align: left;
	}
	form#mailformpro dl dd {
		clear: both;
		border-top: none;
		padding: 5px 15px;
		font-size: 12px;
		line-height: 1.5em;
	}
	div.mfp_buttons button {
		font-size: 14px;
	}
	table#mfp_confirm_table tr th {
		white-space: nowrap;
		width: 100px;
	}
	div#mfp_thanks {
		text-align: center;
		font-size: 18px;
		padding: 20px 0px;
	}
	div#mfp_thanks strong {
		color: #C00;
		font-size: 24px;
		display: block;
	}
}

