@charset "UTF-8";

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*一括管理型メールフォーム作成プログラム ver1.0 */
/*デフォルトスマホフォームCSS */
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media print, screen and (max-width: 768px) {

#formBody {	
	background: rgba(255,255,255,0.70);
	width: 90%;
	padding: 2px 5% 40px;
	margin: 5px auto 0;
}


#formBody p{
	padding: 5px 0;	
	line-height: 1.5;
}

.thanksText {
	line-height: 2;
}

.thanksText h6 {
	font-size: 20px;
	color: #e52721;
	font-weight: normal;
}

#formBody .formBox {
	padding: 10px 0;
	width: 100%;
}


#formBody label {
	display: block;
	font-size: 15px;
	padding-bottom: 5px;
	color: #007aff;
}

#formBody .inputBox {
    padding-left: 10px;
}

#formBody input[type="password"],
#formBody input[type="number"],
#formBody input[type="mail"],
#formBody input[type="text"],
#formBody textarea {
    border:1px solid #888;
	width: 80%;
	padding: 5px 5%;
	font-size: 15px;
	color: #515151;
	background: #fff;
	margin: 5px 0;
	margin-right: 2px;
	border-radius: 5px;
	-webkit-appearance: none;
}

#formBody select {
	width: 70%;
}

/*エラー時の入力欄背景*/
#formBody .errorInput {
  	background: #ffe3fd !important;
}


#formBody .submit{
	display: block;
	margin: 10px auto;
	width: 80%;
}

#formBody .return {
	display: block;
	margin: 10px auto;
	width: 80%;
}

/*radio checkboxのカスタマイズ*/
#formBody input[type="radio"],
#formBody input[type="checkbox"] {
	-webkit-appearance:none;
	position: relative;
	margin-right: 5px;
	border-radius: 14px;
	border: 1px solid #888;
	-webkit-box-sizing: border-box;
	width: 28px;
	height: 28px;
	background: #fff;
	vertical-align: middle;
	padding: 0;
}

#formBody input[type="radio"]:checked,
#formBody input[type="checkbox"]:checked {
	background: #353535;
}

#formBody input[type="radio"]:checked:before,
#formBody input[type="checkbox"]:checked:before {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	margin: -5px 0 0 -5px;
	content: "";
	border-radius: 5px;
	width: 10px;
	height: 10px;
	background: #FFFFFF;
}


/*汎用クラス*/


#formBody .inputNote {
	text-indent: 1em;
	line-height: 1.5;
	font-size: 12px;
}


#formBody .short {
	width: 70%;
}
#formBody .x-short[type="password"],
#formBody .x-short[type="number"],
#formBody .x-short[type="mail"],
#formBody .x-short[type="text"]{
	width: 70%;
}

#formBody .xx-short[type="text"],
#formBody .xx-short[type="number"] {
	width: 40%;
}

#base {
	width: 90% !important;	
}



#formBody .result {
	text-indent: 30px;
	font-size: 16px;
	font-weight: bold;
}

#formBody .bt1{
	display: inline-block;
	padding: 10px 20px;
	width: 70%;
	text-align: center;
	font-size: 16px;
	color: #8a8a8a;
	cursor: pointer;
	background: none;
	border: 1px #8a8a8a solid;
	border-radius: 5px;
	margin-bottom: 10px;
}

.errorMark {
	color: #e52721;
}

#pageTopH3 {
	width: 98%;
	margin: 0 auto;
}

#formBody h4 {
	padding: 0 10px;
	background: #708090;
	color: #fff;
	font-weight: normal;
	line-height: 30px;
}

.conh4{
	padding: 0 10px;
	background: #727272;
	color: #fff;
	font-weight: normal;
	line-height: 30px;

}

.transportResultBox {
	margin-bottom: 10px;
	background: #f7f7f7;
	padding: 10px;
	font-size: 12px;
}

#formBody .transportH4,
#formBody .tpH4 {
	background: #727272;
}

#formBody .alignC {
	margin: 0 auto;
}

#pageTopH3 {
	display: none;
}

.topErrorBox {
	background: #e64e4e ;
	line-height: 20px;
	text-align: center;
	color: #fff;
	width: 98%;
	padding: 1%;
}

#formBody .errorBox input {
    background: #fff0f5 !important;
    border: 2px solid #ff006c;
}

#formBody .errorBox input:checked:before {
    background: #ff006c !important;
}

.checkboxColumn, .radioColumn {
    display: block;
}

/*contact他パーツ*/
	#container .tel dl {
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#container .tel dt {
		width: 100%;
		background: #e6e6e6;
		border-top: 1px solid #cfcfcf;
		text-align: left;
		color: #666;
		min-width: 100px;
		background: #e6e6e6;
		padding: 5px;
		box-sizing: border-box;
	}

	#container .tel dd { 
		width: 100%;
		border-top: 1px solid #e5e5e5;
		padding: 5px;
		box-sizing: border-box;
	}

	.dl_box{

		border-bottom: 1px solid #e5e5e5;
		margin-bottom: 4vh;
	}
/*contact他パーツ*/

}




