/* Unchanged */
@charset "utf-8";
/****************************************************************************
  pc_confroom.css
--------------------------------------------------------
	Author : Yasuo Tominaga @ penpengusa
	Creation date : 2023.2.1
	Last up date   : 2023.2.1
****************************************************************************/
/* # =================================================================
   # ページ共通設定
   # ================================================================= */
/* フォードイン設定 */
.scroll-fade{opacity: 0; transition: all 2s/*処理にかかる時間*/; }
.scroll-up{opacity: 0; transform: translateY(100px)/*スクロールアップする距離*/; transition: all 2s/*処理にかかる時間*/; }
.scroll-up.done, .scroll-fade.done{opacity : 1; transform : translate(0, 0);}
.scroll-up1{opacity: 0; transform: translateY(100px)/*スクロールアップする距離*/; transition: all 1s/*処理にかかる時間*/; }
.scroll-up1.done, .scroll-fade.done{opacity : 1; transform : translate(0, 0);}
.scroll-up2{opacity: 0; transform: translateY(100px)/*スクロールアップする距離*/; transition: all 2s/*処理にかかる時間*/; }
.scroll-up2.done, .scroll-fade.done{opacity : 1; transform : translate(0, 0);}
.scroll-up3{opacity: 0; transform: translateY(100px)/*スクロールアップする距離*/; transition: all 3s/*処理にかかる時間*/; }
.scroll-up3.done, .scroll-fade.done{opacity : 1; transform : translate(0, 0);}
.load-fade {opacity : 0; transition : all 2s/*処理にかかる時間*/;}
.load-up{opacity: 0; transform: translateY(100px)/*スクロールアップする距離*/; transition: all 2s/*処理にかかる時間*/;}
.load-up.done, .load-fade.done{opacity : 1; transform : translate(0, 0);}


/*--------------------------------------------------------
  #contents
--------------------------------------------------------*/
#contents {
	clear: both;
	display: block;
	width: 100%;
	max-width: 1000px;
	height: auto;
	overflow: hidden;
	padding: 20px 0 30px 0;
	margin: 0 auto;
	background: #FFF;
	z-index: 1000;
	font-family: 'Noto Sans Japanese', sans-serif;
}

#contents .head {
	width: 100%;
	text-align: center;	
}
#contents .head img {
	margin: 0 auto;
	display: block;
}

#contents h3 {
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 24px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: bold;
	padding: 10px 0 10px 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background: #3AB54A;
}
#contents h4 {
	width: 96%;
	text-align: left;
	color: #333;
	font-size: 16px;
	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: 18px;
	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: 30px auto 30px auto;
}
#contents .comp p {
	width: 100%;
	max-width: 600px;
	margin: 30px auto 10px auto;
	display: block;
	text-align: center;
	line-height: 2.0;
}



.form {
	width: 94%;
	margin: 30px auto 30px auto;
	color: #333;
	font-size: 16px;
	position: relative !important;
}
.form p.topmes {
	font-size: 16px;
	text-align: center;
}
.required {
	color: #666;
	text-align: center;
	display: inline-block;
	padding: 5px 7px 3px 7px;
	margin-right: 10px;
	border: 1px solid #FFFF00;
	background: #FFFF00;
	border: 1px solid #3AB54A;
	border-radius: 4px;
	font-size: 12px;
	line-height: 1;
}
.nonsp {
	margin-right: 2px;
}
.blue {
	color: #003c82;
	display: inline-block;
	padding-right: 5px;
}
.exa {
	padding: 5px;
	color: #a9a9a9;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.form dl {
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #dcdcdc;
	display:flex;
}
.form dl.low {
	border-bottom: none;
}
.form dl dt {
	width: 30%;
	min-width: 250px;
	float: left;
	padding: 25px 0px 0px 10px;
	background: #3AB54A;
	color: #FFF;
	font-weight: normal;
}
.form dl dd {
	width: 70%;
	min-width: 750px;
	padding: 15px 0px 15px 10px;
	float: right;
}
.form dl dd.textarea {
	width: 96%;
	margin: 0 0 25px 0;
}
.form dl dd p.note {
	font-size: 14px;
	display: block;
	margin-top: 15px;
}

.form dl dd textarea,
.form dl dd .txt {
	background-color: #fff;
	padding: 0 10px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 30%;
	height: 40px;
	line-height: 40px;
	font-size: 1.5rem;
}
.form dl dd .sssize {
	width: 75px;
}
.form dl dd .ssize {
	width: 120px;
}
.form dl dd .msize {
	width: 200px;
}
.form dl dd .lsize {
	width: 80%;
}
.form dl dd textarea {
	width: 100%;
	height: 250px;
}
input[type="radio"] , input[type="checkbox"]{
   -webkit-transform: scale(1.5);
   transform: scale(1.5);
   margin-right: 0.5em;
}
.txt {
	margin-left: 0.3em;
	margin-top: 10px;
}
.form dl dd input[type="text"] {
}
ul.chra2 li input[type="checkbox"] {
	margin-bottom: 10px;
}

.notes {
	font-size: 16px;
	width: 80%;
	margin: 0 auto;
	padding-bottom: 30px;
}
.notes strong {
	color: #2F77C2;
}
.notes a {
	font-weight: bold;
}


/****　フォーム設定　****/
.error {
	width:100%;
	padding: 0;
	margin:10px 0 20px 0;
	text-align: center;
	font-size:16px;
	color: #FFF;
	background: #F00;
	line-height: 1.8;
}


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

.agree {
	width: 96%;
	padding:10px 2% 10px 2%;
	border:1px solid #CCC;
	margin-bottom:15px;
	font-size: 16px;
}
.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;
}


footer {
	width: 100%;
}
footer p {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 12px;
	padding-bottom: 10px;
}


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


#err_now {
	margin-left: -565px;
}
#err_plan {
	margin-left: -520px;
}
#err_industry {
	margin-left: -650px;
}
