/* Unchanged */
@charset "utf-8";
/****************************************************************************
   sp_contact.css
--------------------------------------------------------
	Author : Yasuo Tominaga @ penpengusa
	Creation date : 2023.2.1
	Last up date   : 2023.2.1
****************************************************************************/

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


/*--------------------------------------------------------
　#contents
--------------------------------------------------------*/
#contents {
	width: 96%;
	height: intrinsic;
	overflow: hidden;
	padding: 0px 0 30px 0;
	margin: 0 auto;
	z-index: 1000;
	font-family: 'Noto Sans Japanese', sans-serif;
}


#contents h3 {
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: bold;
	padding: 10px 0 10px 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background: #3AB54A;
}
#contents h4 {
	width: 96%;
	text-align: left;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	padding: 10px 0 10px 0;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents h5 {
	width: 96%;
	text-align: left;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	padding: 0px 0 10px 0;
	margin-left: auto;
	margin-right: auto;
}
#contents h6 {
	width: 99%;
	text-align: left;
	color: #666;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 0 2px 1%;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 2px;
	border-bottom: 2px solid #666;
	margin-bottom: 5px;
	margin-top: 15px;
}

#contents .comp {
	margin: 10px auto 10px auto;
}
#contents .comp p {
	width: 100%;
	max-width: 100%;
	margin: 20px auto 10px auto;
	display: block;
	text-align: center;
	line-height: 2.0;
}



.form dl dd textarea, .form dl dd .txt, .btn_reset, .btn_submit {
	font-size: 1.5rem;
}
.form {
	width: 100%;
	margin: 10px auto 10px auto;
	font-size: 1.2rem;
	line-height: 1.8;
}
.required {
	color: #F00;
	text-align: left;
	display: inline-block;
}


.form input.sp {
	margin: 10px 15px 15px 0;
}

.exa {
	padding: 5px 0 5px 10px;
	color: #a9a9a9;
	width: 90%;
	font-size:12px;
}

.form dl {
	width: 100%;
	padding: 5px 0 15px 0;
	border: none;
	display: block;
}
.form dl.low {
	padding: 5px 0 0 0;
}
.form dl dt {
	float: none;
	width: 100%;
	background: #3AB54A;
	color: #FFF;
	line-height: 18px;
	padding: 10px 0 8px 10px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}
.form dl dd {
	float: none;
	width: 100%;
	min-width: auto;
	padding: 0px 0px 15px 10px;
}
.form dl dd.textarea {
	width: 90%;
	margin: 0 0 25px 0;
}
.form dl dd p.note {
	width: 96%;
	font-size: 12px;
}
.form dl dd textarea,
.form dl dd .txt {
	position: relative;
	background-color: #fff;
	padding: 0 10px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 55%;
	height: 40px;
	line-height: 40px;
	font-size: 1.5rem;	
}
.form dl dd input[type="text"].txt {
	position: relative;
}
.form dl dd .sssize {
	width: 75px;
}
.form dl dd .ssize {
	width: 60%;
}
.form dl dd .msize {
	width: 82%;
}
.form dl dd .lsize {
	width: 82%;
}
.form dl dd .spsize {
	width: 86%;
}
.form dl dd .spsize2 {
	width: 60%;
}
.form dl dd textarea {
	width: 98%;
	height: 250px;
}
input[type="radio"] , input[type="checkbox"]{
   -webkit-transform: scale(1.7);
   transform: scale(1.7);
   margin-right: 1em;
   vertical-align: middle;
}

.form dl dd li.spFont {
	font-size: 18px;
	line-height: 1.0;
}
.form dl dd li.spFont span {
	display: inline-block;
	margin-top: 15px;
	padding-bottom: 10px;
}
p.f14 {
	font-size: 12px;
}

.bt-set {
	width: 100%;
	clear: both;
	padding: 20px 0 0 0;
	text-align: center;
}

.agree {
	width: 92%;
	padding:10px 3% 10px 3%;
	border:1px solid #CCC;
	margin-bottom:15px;
	font-size: 14px;
}
.agree strong {
	font-weight: bold;
	border-bottom: 3px double #999;
	display: inline-block;
	margin-bottom: 5px;
}

input.button {
  display: inline-block;
  border-radius: 5px;
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  padding: 20px 20px;
  background: #3AB54A;
  color: #FFF;
  line-height: 1em;
  margin-top: 0px;
  width: 300px;
  font-family: 'Noto Sans Japanese', sans-serif;
}


.pcLayer,
img.pcImg {
	display: none !important;
}
.spLayer, 
img.spImg {
	display: block !important;
}

#err_now {
	margin-left: 0;
	left: 1% !important;
}
#err_plan {
	margin-left: 0;
	left: 1% !important;
}
#err_industry {
	margin-left: 0;
	left: 1% !important;
}


}/**** END media screen *****/