@charset "utf-8";

/* お問い合わせフォーム用CSS
------------------------------------------------------------*/


#main p {
padding-left:0;
padding-right:0;
}

.contact_step {
	margin-bottom:20px;
	text-align:center;
}



.article2 {
	clear:both;
	padding:20px 0 10px 0;
}

	.article2 img {
		margin:0 10px 40px 10px;
	}


input{
vertical-align:middle;
}

div.contact-item_box {
	margin: 0;
	padding: 15px 0;
	width: 100%;
	border-top: 1px dotted #CCC;
}

div.contact-item_head {
	margin: 0 20px 0 10px;
	padding: 3px 0 0 0;
	font-weight: bold;
	vertical-align:middle;
}

div.contact-item_head1-2 {
	margin: 0px 20px 0 10px;
	padding: 3px 0;
	font-weight: bold;
	vertical-align:middle;
}

div.contact-item_head2 {
	margin: 0px 20px 0 10px;
	padding: 2px 0 0 0;
	font-weight: bold;
	vertical-align:middle;
}



	div.contact-radio {
		margin: 6px 0 10px 0;
		padidng: 0;
	}

	div.contact-radio-left {
		float: left;
		width: 80px;
		margin: 6px 30px 10px 0;
		padidng: 0;
	}

	div.contact-radio-right {
		float: left;
		width: 260px;
		margin: 6px 0 10px 0;
		padidng: 0;
	}

.input-radio-margin {
    position: relative;
    top: 0px;
    left: 0;
}


img.nomination {
	float: right;
}

img.nomination2 {
	float: left;
}

.submit_button {
	text-align: center;
	margin-bottom:55px;
	padding-top:15px;
	border-top: 1px dotted #CCC;
}

.s-b-top {
padding-bottom:15px;
margin-bottom: 20px;
}

.submit_button p {
	margin: 10px 0px;
}

p.syoujou-rei {
	margin:20px 0;
	font-size: 1.1em;
}

p.red_text {
/*	margin-top:20px;*/
	color: #F00;
	font-weight: bold;
	font-size: 1.1em;
}

p.last-messe {
	margin: 30px 0 20px 0;
}

.inquiryLeftBox {
    float: left;
    margin-right: 40px;
}

.inquiryRightBox {
    float: left;
}

.inquiryLeftBox span {
	margin-right:40px;
}

/* フォーム内インプットエリア
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
width: 95%;
/*max-width:90%;*/
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input.yoyaku01 {
vertical-align:middle;
width: 300px;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

input#submit_button-img {
	padding: 10px 30px;
	font-size: 1.2em;
}

.yoyakurei {
 margin-left: 10px;
}

.conHs {
	display: inline;
    padding: 2.5px 6px;
    background-color: #1a6442;
    color: #fff;
    margin-right: 8px;
    border-radius: 1px;
    height: 20px;
    line-height: 20px;
    margin: 15px;
    font-weight: normal;
    font-size: 14px;
}

.connn {
	display: inline;
    padding: 2.5px 6px;
    background-color: #a9a9a9;
    color: #fff;
    margin-right: 8px;
    border-radius: 1px;
    height: 20px;
    line-height: 20px;
    margin: 15px;
    font-weight: normal;
    font-size: 14px;

}


/* 確認フォーム
------------------------------------------------------------*/
input.kakunin {
vertical-align:middle;
max-width:95%;
line-height:30px;
height:30px;
padding:1px 5px;
border:0px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
font-family: "メイリオ";
}

input.kakunin2 {
float:left;
vertical-align:middle;
width:150px;
line-height:30px;
height:30px;
padding:1px 5px;
border:0px;
font-size:100%;
color:#555;
}

textarea.kakunin {
padding-top:3px;
line-height:1.5;
border:0px solid #d4d4d7;
color:#555;
background:#fcfcfc;
font-family: "メイリオ";
}

div.kakunin {
	color:#555555;
	padding:1px 5px;
	font-family: "メイリオ";
}


/******************************************
PC、タブレット表示
*****************************************/

@media screen and (min-width:415px) {
.contact_step img {
/*	max-width:520px; */
}

#main {
float: none;
width:910px;
padding: 15px 0;
}

#main h2{
background: url(../../images/heading910.png) no-repeat;
}

div.contact-item_head {
	float: left;
	width: 215px;
}

div.contact-item_head1-2 {
	float: left;
	width: 215px;
}

div.contact-item_head2 {
	float: left;
	width: 215px;
}


div.contact-item_data {
	float: left;
	width:70%;
	padding: 0px;
}



}


/******************************************
スマホ表示
*****************************************/


@media screen and (max-width: 414px) {

.contact_step img {
	width:90%;
}

div.contact-item_head {
	margin: 0 20px 10px 0px;
}

div.contact-item_head1-2 {
	margin: 0 20px 10px 0px;
}

div.contact-item_head2 {
	margin: 0 20px 10px 0px;
}

.inquiryLeftBox span {
    display: block;
}

}

