article{
width: 900px;
margin: 0 auto;
}

.leed{
font-size: 24px;
text-align: center;
width: 100%;
line-height: 1.7em;
margin: 75px 0;
}

/*dl{
margin-bottom: 40px;
}

dt{
color: #a89e62;
font-size: 24px;
letter-spacing: 0.05em;
border-bottom: solid 1px #a89e62;
padding-bottom: 10px;
}

dt span{
font-style: italic;
font-size: 36px;
}

dd{
font-size: 16px;
line-height: 1.7em;
letter-spacing: 0.05em;
margin-top: 10px;
margin-left: 50px;
}

dd span{
font-size: 13px;
line-height: 1.2em;
}*/

.Inquiry{
display: block;
padding: 20px 43px;
background-image: url(../img/common/background.png);
background-position: top left;
background-repeat: repeat-x repeat-y;
font-size: 20px;
color: #FFFFFF;
letter-spacing: 0.1em;
margin-top: 86px;
width: 550px;
margin-left: 340px;
margin-bottom: 50px;
}

.Inquiry:hover{
opacity:0.6;
filter: alpha(opacity=60);        /* ie lt 8 */
-ms-filter: "alpha(opacity=60)";  /* ie 8 */
-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
-khtml-opacity: 0.6;              /* Safari 1.x */
zoom:1;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
cursor: pointer;
}









.sent{
margin-top: 20px;
font-size: 18px;
text-align: center;
line-height: 1.7;
}

.info{
margin-top: 80px;
margin-bottom: 50px;
text-align: center;
}



/*フォームの設定*/
form{
font-size: 18px;
}

form dl{
display: table;
margin-bottom: 50px;
}

form dl dt, form dl dd{
display: table-cell;
vertical-align: middle;
}

form dl dt{
width: 10em;
line-height: 1.4;
}

form dl dd{
padding-left: 50px;
}

.right{
text-align: right;
}

input[type="text"] {
font-size: 18px;
margin: 0;
padding:10px;
width: 300px;
}

input[name="メールアドレス"] {
width: 600px;
}

input[name="郵便番号[][-]"] {
width: 3.5em;
}

input[name="郵便番号[][]"] {
width: 4.2em;
}

.tell input {
width: 4.2em;
}


input[name="ご住所"] {
width: 600px;
}

.radio_wrp{
display: inline-block;
margin-left: 20px;
}

.radio_wrp:first-of-type{
margin-left: 0;
}

.hide_radio {
display: none;
}

.hide_radio + label::before {
border: 1px solid #999;
border-radius: 50%;
content: "";
display: block;
height: 15px;
left: 0;
position: absolute;
top: 0;
width: 15px;
}
.hide_radio:checked + label::after {
background: #8da0b6 none repeat scroll 0 0;
border-radius: 50%;
content: "";
display: block;
height: 11px;
left: 3px;
position: absolute;
top: 3px;
width: 11px;
}
.hide_radio:checked + label {
color: #8da0b6;
}
.hide_radio + label {
margin-right: 20px;
padding-left: 20px;
position: relative;
}

form p{
margin-bottom: 10px;
}

textarea {
resize: none;
width: 100%;
height: 300px;
padding: 10px;
line-height: 1.4;
}

.kojin{
margin-top: 10px;
}

.submit_btn_wrp {
margin-top: 60px;
text-align: center;
margin-bottom: 100px;
}

input[type="submit"] {
background: #8da0b6 none repeat scroll 0 0;
border: medium none;
color: #ffffff;
cursor: pointer;
display: inline-block;
font-size: 18px;
padding: 10px 35px;
}

input[type="submit"]:hover {
opacity:0.6;
-webkit-transition: all 0.3s;
-webkit-font-smoothing: antialiased;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
}


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

article{
width: 90%;
margin: 0 auto;
margin-top: 100px;/*-----------作業用*/
margin-bottom: 100px;/*-----------作業用*/
}

.leed {
font-size: 20px;
margin-top: 75px;
text-align: center;
line-height: 1.7;
}

.sent {
font-size: 18px;
line-height: 1.7;
margin-top: 20px;
text-align: left;
}

.info {
line-height: 1.7;
}

form dl{
display: block;
margin-bottom: 50px;
}

.right {
text-align: left;
}

form dl dt {
line-height: 1.4;
width: 100%;
margin-bottom: 10px;
}

form dl dt, form dl dd{
display: block;
vertical-align: inherit;
}

form dl dd {
padding-left: 0px;
}

input[type="text"] {
font-size: 16px;
margin: 0;
padding: 5px;
width: 100%;
}

input[name="郵便番号[][-]"] {
width: 3.5em;
}

input[name="郵便番号[][]"] {
width: 4.2em;
}

.tell input {
width: 4.2em;
}

.radio_wrp{
margin-left: 0;
margin-bottom: 20px;
}

form p {
line-height: 1.4;
}

.kojin {
text-indent: -1em;
margin-left: 1em;
}










}
