@charset "utf-8";

/* ---------------------------------------- 目次 */
/* ブラウザ初期化スタイル */
/* 汎用クラススタイル */
/* 領域定義スタイル */
/* 領域別スタイル */

/* ---------------------------------------- ブラウザ初期化スタイル*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}

fieldset,img {
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym { 
	border:0;
}


/* ---------------------------------------- 汎用クラススタイル*/

body {
	margin: 0 ;
	padding: 0;
	line-height: 150%;
	background:#fff;
	color: #000;
	font-size: 16px;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	}

a {
	color:#107C64;
	text-decoration: none;
	outline: none; /* リンクの点線を消去 */
}
	
a:visited{
	color:#107C64;
	text-decoration: none;
}

a:hover{
	color:#107C64;
	text-decoration: underline;
}

/* フロート解除 */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix{
    display: inline-block;
}
/* clearfix for ie7 */
.clearfix {
    display: block;
}




/* ---------------------------------------- 領域別スタイル*/



/**/
#etc01 {
	width:900px;
	height:760px;
	margin:0 auto;
	padding:0;
	background: url(../img/bg_etc01.jpg) no-repeat;
	position:relative;
}

#etc01 h1#logo {
	width:150px;
	height:80px;
	position:absolute;
	bottom:30px;
	right:30px;
}



/**/
#etc02 {
	width:900px;
	height:1650px;
	margin:0 auto;
	padding:0;
	background: url(../img/bg_etc02.jpg) no-repeat;
	position:relative;
}


.btn_form {
	width:480px;
	height:80px;
	margin:0 0 0 -240px;
	position:absolute;
	bottom:30px;
	left:50%;
}


/**/
#etc03 {
	width:870px;
	margin:0 auto 10px;
	padding:30px 15px 0;
	background:#f6f6f6;
}


#etc03 h2 {
	width:100%;
	height:22px;
	line-height:100%;
	margin:0 0 15px;
	padding:8px 0 0 10px;
	background:#107C64;
	color:#fff;
	font-size:18px;
}

/*テキスト*/
#etc03 p.tenpu {
	margin:0 0 15px;
	padding:0 0 0 2.5em;
	text-indent:-2.5em;
	line-height:130%;
}

#etc03 p.keihi {
	margin:0 0 15px;
	padding:0 0 0 1em;
	text-indent:-1em;
	line-height:130%;
}


#etc03 p {
	line-height:160%;
	margin:0 0 10px;
	padding:0;
}

#etc03 span {
	font-size:14px;
}


.box01 {
	width:480px;
	float:left;
	margin:0 15px 30px;	
}

.box02 {
	width:330px;
	float:left;
	margin:0 15px 30px;	
}


.box03 {
	width:100%;
	overflow : hidden;
	padding:0 15px 30px;
	box-sizing:border-box;
}

#etc03:after {
	content:"";
	display:block;
	clear:both;
	height:1px;
	overflow:hidden;
}

p.mini {
	width:900px;
	font-size:12px;
	margin:10px auto;
	text-align:right;
}


/**/
#form_area {
	width:860px;
	height:auto;
	margin:0 auto;
	padding:0 20px;	
}

#form_area h2 {
	width:860px;
	height:145px;
	margin:0 auto 20px;
}

#form_area p {
	width:840px;
	margin:0 auto 20px;
	font-size:18px;
	line-height:160%;
}


/* お電話でのお問合せ */
.tel {
	width:500px;
	height:50px;
	margin:0 auto 20px;
	padding:0;
}


.hissu {
	width:40px;
	height:20px;
	margin:0 5px -4px;
}



/* table設定 */
#form_area table {
	width:840px;
	margin:0 auto 20px;
	}

#form_area th {
	width:220px;
	margin:0;
	padding:8px 20px;
	text-align:left;
	vertical-align:middle;
	font-weight:normal;
	border:solid 1px #aaa;
	background:#EFFFBF;
	font-size:18px;
}

#form_area td {	
	margin:0;
	padding:8px 0 8px 20px;
	text-align:left;
	vertical-align:middle;
	border:solid 1px #aaa;
}

#form_area td span {	
	font-size:14px;
}

input[type="image"] {outline:none;}

@media screen and (max-device-width: 480px) {
html {-webkit-text-size-adjust: 100%}


	 
/* table設定 */
#form_area table {
	margin:0 10px 20px;
	}

#form_area th {
	width:100%;
	margin:0;
	padding: 20px;
	text-align:left;
	vertical-align:middle;
	font-weight:normal;
	border:solid 1px #aaa;
	background:#C0E8FF;
	display:block;
	box-sizing : border-box;
}

#form_area td {
	width:100%;
	margin:0;
	padding:40px 0 40px 20px;
	text-align:left;
	vertical-align:middle;
	border:solid 1px #aaa;
		font-size:16px;
		display:block;
		box-sizing : border-box;
}



input,select,textarea {
   font-size:200%;
}	
/*
input[type="checkbox"] {font-size:x-large;height:30px;width:30px;}
*/
	
}

/******エラーメッセージ********/  
#_error_area_ {
	width:80%;
	border: 2px solid #F1454D;
	margin:0 auto 30px;
	line-height: 150%;
}

#err_msg_item {
	background-color: #E4465A;
	color: #fff;
	margin: 3px;
	padding:8px 0;
	line-height: 100%;
	text-align:center;
}

#err_msg_contents {
	color: #F1454D;
	padding: 5px;
}

.err {
	color:#F1454D;
	margin:10px 0;
	font-size:14px;
}


/* Thankyouメッセージ */
#thankyou_msg {
	width:80%;	
	border: 2px solid #F1454D;
	margin:0 auto 30px;
	padding: 10px;
	color: #F1454D;
}


/* 完了画面 */
#complete {
	width:80%;
	border: 4px solid #F1454D;
	margin:0 auto 30px;
	padding: 16px;
    }
	
#complete .send_msg {
	margin:0 auto 10px;
	font-size:40px;
	text-align:center;
	font-weight:bold;
	color:#F1454D;
	line-height: 120%;
    }
	
	
/******ボタン設定********/

/*　ボタン大枠　*/  
.contact_btn {
  margin:0 auto 30px;
  padding:0;
  text-align:center;
  }

/*　内容を確認する　*/ 
.contact_btn ul.send1 {
	width:400px;
	margin:0 auto;
	padding:0;
}

.contact_btn ul.send1 li {
	list-style:none;
	text-decoration:none;
}



/*　戻る・送信　*/ 
.contact_btn ul.send2 {
	width:400px;
	height:60px;
	margin:0 auto;
	padding:0;
}

.contact_btn ul.send2 li.back {
	width:185px;
	height:60px;
	float:left;
	list-style:none;
	text-decoration:none;
}

.contact_btn ul.send2 li.send {
	width:185px;
	height:60px;
	float:right;	
	list-style:none;
	text-decoration:none;

}



/* 個人情報保護方針 設定 */

#privacy {
	width:840px;
	margin:0 auto 40px;
	padding:30px 30px 1px;
}
#privacybox {
	height: 300px;
	overflow-y: auto;
    border: 2px solid #DDDDDD;
	padding: 5px;
}

#privacy h2 {
	width:830px;
	height:22px;
	line-height:100%;
	margin:0 0 15px;
	padding:8px 0 0 10px;
	background:#107C64;
	color:#fff;
	font-size:18px;
}


#privacy p {
	margin:0 0 30px;
	font-size:16px;
}


#privacy ul {
	margin:0 0 30px;
	font-size:14px;
}

#privacy ul li {
	margin:0 0 10px;
	text-indent:-1em;
	padding-left:1em;
	list-style:none;
	line-height:120%;	
}


/* ETC協同組合 住所　tel設定 */

#information {
	width:820px;
	margin:0 auto 20px;
	padding:15px 0 15px 20px;
	background:#EFFFBF;
	color:#333;	
}


#information img {
	width:50px;
	height:50px;
	float:left;
	margin:0 10px 0 0;
}

.txt_etc {
	font-size:28px;
	float:left;
	margin:0 15px 0 0;
	line-height:50px;
	height:50px;
	letter-spacing:0.1em;		
}

.txt_tel_add {
	font-size:12px;
	float:left;
	line-height:130%;
	padding:10px 0 0;
	letter-spacing:0.2em;
}

/********ページの先頭へ設定************/ 

#pagetop{
	position:fixed;
	bottom:20px;
	right:20px;
	}
	
/********フッター設定************/

#footer {
	width:100%;
	border-top: #ccc solid 1px;
	padding:20px 0;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
	font-size:14px;
	color:#333;
	letter-spacing:0.1em;
	min-width:900px;/*iPad対策*/
overflow: hidden;/*iPad対策*/
}

#copy {
	font-size:11px;
}

/*フォームデザイン*/
input[type="text"] {
	border: 1px solid #aaa;
	width: 70%;
	height: 35px;
	padding: 5px;
	margin: 10px;
	font-size: 18px;
}

.yubin_num input[type="text"] {
	width: 30%;
}

input[type="tel"] {
	border: 1px solid #aaa;
	width: 70%;
	height: 35px;
	padding: 5px;
	margin: 10px;
	font-size: 18px;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-weight: normal;
	background: url(../img/down.png)no-repeat center right;
	line-height: 45px;
}
select {
	width: 180px;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #aaa;
	line-height: 45px;
	margin: 10px;
	font-size: 18px;
}

#footer_in .outline{
	position:absolute;
	top:0;
	right:0;
}

textarea {
	border: 1px solid #ccc;
}

/* 20231205追加 */
.add{	
	width:60%;
	max-width: 600px;
	margin:0 auto;
	padding:2%;
	border: solid 1px #333;
	margin: 2% auto;
	box-sizing: border-box;
}