﻿

/*================================================
 *  下層ページタイトル
 ================================================*/
.underVis .underVis_img {
	background: url(../images/bg-contact.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom 30%;
}


/*================================================
 *  contact
 ================================================*/
#contact ul li {
    display: inline-block;
    list-style: none;
    margin: 5px 15px;
}
#contact ul li a {
    font-size: 22px;
}
#contact ul li i {
    font-size: 14px;
}
form {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 0px;
}
label {
    margin-bottom: 20px;
    line-height: 1.7;
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-top: 20px;
    text-align: left;
}
label small {
    font-size: 11px;
}
input[type="email"], input[type="number"],input[type="text"], input[type="tel"],select {
    width: 100%;
    display: block;
    border: 0;
    outline: none;
    height: 3.5rem;
    line-height: 1.4rem;
    background: transparent;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 15px;
    padding-left: 10px;
}

textarea {
    width: 100%;
    display: block;
    border: 0;
    outline: none;
    line-height: 1.4rem;
    background: transparent;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 15px;
    padding-left: 10px;
    font-family: 'Noto Sans Japanese',"メイリオ",Meiryo,sans-serif;
}
form .flex div {
    width: 45%;
}
sup {
    color: #c15855;
}
button {
    background-color: rgba(57, 57, 58, 0.8);
    color: #fff;
    border: 1px solid rgba(57, 57, 58, 0.8);
    outline: none;
    padding: 10px 30px;
    font-size: 14px;
    letter-spacing: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 30px;
    margin: 0 5px;
    font-family: 'Noto Sans Japanese',"メイリオ",Meiryo,sans-serif;
}
button:hover {
    color: rgba(57, 57, 58, 0.8);
    background-color: #fff;
}

@media screen and (max-width:768px) {
  form {
    margin-top: 50px;
  }
}



