

@charset "UTF-8";
/* CONTACT */

#contact section {
	margin-bottom:0px;
}

#contact{
	width:100%;
}
#contact p {
	font-size:90%;
	line-height:170%;
	margin-bottom:1.5em;
}

#contact ul.link {
	margin-bottom: 25px;
	margin-top: 0px;
}


#contact ul.link {
	margin-bottom: 25px;
	margin-top: 0px;
}


#contact ul.link li {
	font-size:90%;
	padding-left:15px;
	position:relative;
}
#contact ul.link li:before{
  position: absolute;
  top: 4px;
  left: 0px;
  color: #9dc119;
  font: 12px 'FontAwesome';
  content: "\f138";
}
#contact ul.link li a{
	color:#9dc119;
	text-decoration:none;
}
#contact ul.link li a:hover{
	color:#9dc119;
	text-decoration:underline;
}
#contact #tel img {
		margin-top:10px;
	}
#contact #shopping img {
		margin-top:10px;
	}

.text_contact_confirm{
	text-align:center;
}

.text_contact_thanks{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.85em;
	text-align: left;
	margin-bottom: 30px;
	margin-left: 15px;
	margin-right: 15px;
}
#contact_thanks{
	background-color: #f6f5f0;
	padding-top: 40px;
	padding-right: 13%;
	padding-left: 13%;
	padding-bottom: 40px;
	
}

#contact_thanks h3{
	color: #9dc119;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 30px;
}

#contact_thanks h4{
	color: #9dc119;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.1em;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
}

#contact_thanks p{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.85em;
	line-height: 180%;
	margin-bottom: 35px;
}
@media(max-width:640px){
	#contact #tel img {
		width:70%;
	}
	
	#contact #shopping img {
		width:70%;
	}
}
#contact form{
	margin-top:40px;
}
#contact form .waku {
	padding:4px 0;
	/*border-bottom:1px solid #ccc;*/
}
@media(max-width:640px){
	#contact form .waku {
	padding: 2% 0;
	border-bottom: bt;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
}
#contact form dl {

	background-position:left top;
	padding:10px 0;
	font-size:0.95em;
	line-height:150%;
}
@media(max-width:640px){
	#contact form dl {
	background-image:none;
	padding:0;
	font-size:0.95em;
	line-height:150%;
}
}
#contact form dl:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
    }  
* html #contact form dl         { zoom: 1; } /* IE6 */  
*:first-child+html #contact form dl{ zoom: 1; } /* IE7 */  
#contact form dl dt {
	float: left;
	width: 150px;
	text-align: center;
	color: #5b464e;
	font-size: 1em;
}
@media(max-width:640px){
	#contact form dl dt {
	float:none;
	width:100%;
	
	color:#FFF;
	background-color:#9dc119;
	padding:3% 0;
}
}
#contact form .hissu {
	color:#c1272d;
	font-size:1.0em;
	padding-left:3px;
}
#contact form dl dd {
	float:left;
	width:530px;
	
}
@media(max-width:640px){
	#contact form dl dd {
	float:none;
	width:100%;
	margin-left:0px;
	padding:3% 0;
}
}
#contact form dl dd .chu{
	font-size:1.0em;
	color:#5b464e;
}

#contact form dl dd .renraku_tel{
	border-bottom:thin dashed #ccc; 
	padding-bottom:8px;
	margin-bottom:8px;
}
#contact form dl dd .input_s {
padding:5px;
width:30%;
/*全体角丸*/
border-radius: 2px; /* CSS3草案 */ 
-webkit-border-radius: 2px; /* Safari,Google Chrome用 */ 
-moz-border-radius: 2px; /* Firefox用 */ 
border:thin solid #ccc;
font-size:100%;
}
#contact form dl dd .input_m {
padding:5px;
width:70%;
/*全体角丸*/
border-radius: 2px; /* CSS3草案 */ 
-webkit-border-radius: 2px; /* Safari,Google Chrome用 */ 
-moz-border-radius: 2px; /* Firefox用 */ 
border:thin solid #ccc;
font-size:100%;
}
#contact form dl dd .input_l {
padding:5px;
width:95%;
/*全体角丸*/
border-radius: 2px; /* CSS3草案 */ 
-webkit-border-radius: 2px; /* Safari,Google Chrome用 */ 
-moz-border-radius: 2px; /* Firefox用 */ 

font-size:100%;
}
@media(max-width:640px){
	#contact form dl dd .input_l,#contact form dl dd .input_m{
		width:95%;
	}
}
#contact form dl dd select {
-moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: .01px; /*Firefox用*/
    text-overflow: ""; /*Firefox用*/
  border-radius: 0;
  border: 0;
  margin: 0;

  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  
  width:auto;
font-size:90%;
color:#333;
padding:5px 25px 5px 5px;
background-color:#fff;
border:thin solid #ccc;
/*全体角丸*/
border-radius: 2px; /* CSS3草案 */ 
-webkit-border-radius: 2px; /* Safari,Google Chrome用 */ 
-moz-border-radius: 2px; /* Firefox用 */ 
background-image:url(../../contact/wp/wp-content/themes/ilrosa/news/images/yaji_down.png);
background-position:right 7px;
background-repeat:no-repeat;
font-size:100%;
}
@media(max-width:640px){
	#contact form dl dd select {
		width:88%;
	}
}
#contact form .bt {
	text-align:center;
	margin:20px 0;
}
#contact form .bt button{
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	text-indent: .01px; /*Firefox用*/
    text-overflow: ""; /*Firefox用*/
	background-color:#9dc119;
	color:#fff;
	font-weight:bold;
	font-size:1.5em;
	padding:10px 30px;
	/*全体角丸*/
border-radius: 3px; /* CSS3草案 */ 
-webkit-border-radius: 3px; /* Safari,Google Chrome用 */ 
-moz-border-radius: 3px; /* Firefox用 */ 
border-style: none;
cursor:pointer;
}



/************** 完了画面 *******************/
#thanks_waku{
	background-color:#f0ebec;
	padding:40px 50px;
	margin-bottom:50px;
}
#thanks_waku h3{
	font-size:110%;
	color:#b62a29;
	margin-bottom:20px;
	text-align:center;
}
#thanks_waku h4{
	font-size:90%;
	color:#b62a29;
	margin-bottom:10px;
}
#thanks_waku p{
	font-size:90%;
	line-height:150%;
	margin-bottom:20px;
}
@media(max-width:640px){
	#thanks_waku{
	background-color:#f0ebec;
	padding:5%;
	margin-bottom:7%;
}
}