@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic");
@charset "UTF-8";

/*================================================
 *  メイン
 ================================================*/

#twoinquiry{
    background: #fff none repeat scroll 0 0;
    border-top-left-radius:7px;
    border-top-right-radius:7px;
    box-sizing: border-box;
    margin: 0 30px 0px;
}
#twoinquiry .wrap{
    margin:0;
    padding:25px 25px 0px 20px;
}
#twoinquiry .wrap3{
    margin:0 0 300px 0;
    padding:25px 25px 90px 20px;
}
#twoinquiry h3{
    float:left;
    width:50px;
    margin-top:18px;
}
#twoinquiry .two-right{
   float:right;
    width:585px;    
}
#twoinquiry .two-right h4{
   border-bottom: 1px solid #dfd5d8;
   padding-left:4px;
   padding-bottom:12px;
   margin-bottom:20px;
}
#twoinquiry .two-right #two-rightbox{
   margin:0;
   padding:0;
   clear:both;
}
#twoinquiry .two-right p{
     font-size:15px;
     color:#575555;
    line-height:1.5em;
    padding-left:4px;
    margin:0 0 15px 0.8em;
}
#twoinquiry .two-right p span.number{
     font-size:30px;
     color:#575555;
    line-height:1.2em;
    font-weight:bold;
    padding-left:6px;
}
#twoinquiry .two-right p strong{
    display: inline-block;
    margin: 0 0 0px 0px;	
}

#threeinquiry{
    background: #fff none repeat scroll 0 0;
    border-top-left-radius:7px;
    border-top-right-radius:7px;
    box-sizing: border-box;
    margin: 0 30px 30px;
}
#threeinquiry .wrap2{
    margin:0;
    padding:25px 25px 0px 76px;
}
#threeinquiry .three-right{
    width:585px;
    margin:0;    
}
#threeinquiry .three-right h4.inquiry{
    border-bottom: 1px solid #dfd5d8;
    margin-bottom: 20px;
    padding-bottom: 12px;
    padding-left: 4px;
}

#threeinquiry .three-right #three-box{
   margin:0;
   padding:0;
   clear:both;
}

#threeinquiry .three-right p{
     font-size:15px;
     color:#575555;
    line-height:1.6em;
    margin: 0 0 10px 0.8em;
    padding: 0;
}
#threeinquiry .three-right p.necessary{
     font-size:14px;
     color:#a16446;
    margin: 0 0 14px 0.8em;
    padding: 0 0 0 6px;
}
/*================================================
 *  お問い合わせメールフォーム
 ================================================*/

.colorinquirytxt01{
    color: #a16446;
    font-size: 14px;

}
.three-right table{
	margin: 0 0 30px;
    width: 100%;
	background: url("../images/inquiry/inquiryhbimg.jpg") repeat scroll 0 0 transparent;
}
.three-right table th {
    background-color:transparent;
    padding:20px 10px 23px 22px;
    text-align: left;
    vertical-align: top;
    width: 27%;
    color: #575555;
    font-size: 15px;
    font-weight:normal;
    border-bottom: 1px solid #E0DFDF;
    border-top:none;
    text-align: justify;
}
.three-right table td {
    background-color: #ffffff;
    padding:20px 10px 20px 21px;
    border-bottom: 1px solid #E0DFDF;
    text-align: justify;
    border-top:none;
}

.inquiry01 {
    border: 1px solid #cecccc;
    height: 28px;
    width: 355px;
    -webkit-box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
    -moz-box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
    box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset; 
}
.inquiry03 {
    border: 1px solid #a16446;
    margin-bottom:2px;
    height: 28px;
    width: 355px;
}
.inquiry02 {
    border: 1px solid #cecccc;
    height: 145px;
    width:355px;
    margin:4px 0 9px 0;
    -webkit-box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
    -moz-box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
    box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset; 
}
.inquiry04 {
    border: 1px solid #a16446;
    height: 145px;
    width:355px;
    margin:4px 0 9px 0;
}
.inquiry_txt02btn{
	margin:0 auto 50px;
	padding:0;
    text-align:center;
}
.inquiry_txt02btn input .br{
    border:#779060;
}
.inquiry_txt02btn .imgtxt02{
	display:block;
	margin-left:230px;
        background: #779060;
	border: 1px solid #779060;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #ffffff;
	width: 160px;
        font-weight:bold;
        font-size:14px;
	padding: 15px 0px;
       text-align:center;
}
*:first-child+html .inquiry_txt02btn .imgtxt02{
	display:block;
	margin-left:90px;
        background: #779060;
	border: 1px solid #779060;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #ffffff;
	width: 160px;
        font-weight:bold;
        font-size:14px;
	padding: 15px 0px;
       text-align:center;
}


/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:779px) {
    #contents {
       box-sizing: border-box;
       width:100%;
    }
#twoinquiry h3{
      display:none !important;
}
#twoinquiry .wrap3{
    margin:0 0 70px 0;
    padding:25px 25px 50px 20px;
}
#twoinquiry .two-right {
    float: none;
    width:100%;
}
#twoinquiry .two-right h4 img{
    transform: scale(0.8,0.8);
   display:inline;
    padding:0px;
}
#twoinquiry .two-right p{
    font-size:13px;
}
#twoinquiry .two-right  img.floatimg{
    float: none;
    margin-top:4px;
}
#twoinquiry .two-right p span.number{
     font-size:18px;
     color:#575555;
    line-height:1.2em;
    font-weight:bold;
    padding-left:6px;
}
#threeinquiry .three-right {
    width:100%;
    margin:0; 
}
#threeinquiry h4.inquiry img {
    transform: scale(0.8,0.8);
    display:inline;
    padding:3px;
}
#threeinquiry .wrap2{
    margin:0;
    padding:25px 25px 0px 20px;
}

/*================================================
 *  お問い合わせメールフォーム
 ================================================*/

.colorinquirytxt01{
    color: #a16446;
    font-size: 13px;

}
.three-right table{
	margin: 0 0 16px;
    width: 100%;
	background: url("../images/inquiry/inquiryhbimg.jpg") repeat scroll 0 0 transparent;
}
.three-right table th {
    background-color:transparent;
    padding:10px;
    text-align: left;
    vertical-align: top;
    width: 27%;
    color: #575555;
    font-size: 13px;
    font-weight:normal;
    border-bottom: 1px solid #E0DFDF;
    border-top:none;
    text-align: justify;
}
.three-right table td {
    background-color: #ffffff;
    padding:10px;
    border-bottom: 1px solid #E0DFDF;
    text-align: justify;
    border-top:none;
}

.inquiry01 {
    border: 1px solid #cecccc;
    height:100%;
    width: 100%;
    display: block;
    -webkit-box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
    -moz-box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
    box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset; 
}
.inquiry03 {
    border: 1px solid #a16446;
    margin-bottom:2px;
    height:100%;
    width: 100%;
}
.inquiry02 {
    border: 1px solid #cecccc;
    height:100%;
    width:100%;
    margin:4px 0 9px 0;
    display: block;
    -webkit-box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
    -moz-box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
    box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset; 
}
.inquiry04 {
    border: 1px solid #a16446;
    height: 100%;
    width:100%;
    margin:4px 0 9px 0;
}
.inquiry_txt02btn{
	margin:0 auto 50px;
	padding:0;
    text-align:center;
}
.inquiry_txt02btn .imgtxt02{
	display:block;
	margin:10px auto;
        background: #779060;
	border: 1px solid #779060;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #ffffff;
	width:70%;
        font-weight:bold;
        font-size:13px;
	padding:10px 0;
        text-align:center;
}
*:first-child+html .inquiry_txt02btn .imgtxt02{
	display:block;
	margin:10px auto;
        background: #779060;
	border: 1px solid #779060;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #ffffff;
	width:70%;
        font-weight:bold;
        font-size:13px;
	padding:10px 0;
       text-align:center;
}
/*================================================
 *  お問い合わせメールフォーム  END
 ================================================*/
#threeinquiry .three-right p{
     font-size:13px;
     color:#575555;
    line-height:1.6em;
    margin: 0 0 10px 0.8em;
    padding: 0;
}
#threeinquiry .three-right p.necessary{
     font-size:13px;
     color:#a16446;
    margin: 0 0 14px 0.8em;
    padding: 0 0 0 6px;
}
