@charset "utf-8";

/* /////////////////////////////////////////////////////////

  お問い合わせ

///////////////////////////////////////////////////////// */


/*=================================
  contact
==================================*/

#contact {
  padding-top:200px;
  margin-top:-200px;
}


/* entry */

.entry {
  width: 100%;
  margin-bottom: 50px;
}

.entry h2 {
  color: #000;
  font-size: 120%;
  font-weight: bolder;
  margin-bottom: 5px;
}

.entry h3 {
  color: #176dd1;
  font-size: 130%;
  font-weight: bolder;
  margin-bottom: 15px;
}

.entry h3 span {
  color: #000;
  font-size: 80%;
  font-weight: normal;
  display: block;
}

.entry table {
  width: 100%;
}

.entry table tr {
  border-collapse: collapse;
  border-bottom: 1px solid #FFF;
}

.entry table tr th,
.entry table tr td {
  color: #000;
  font-size: 95%;
  padding:0.5em 0.5em;
}

.entry table tr th {
  background: #E5E5E5;
  border-collapse: collapse;
  border-right: 1px solid #FFF;
  padding:0.8em 0.5em;
}

.entry table tr th span {
  color: #E60012;
}

.entry table tr td {
  background: #F4F4F4;
}


/* telephone */
.telephone{
  margin-bottom:30px;
}
.telephone dl{
  margin-top:30px;
}
.telephone dl dt{
  line-height:30px;
  font-weight:bold;
  text-align:center;
  margin-bottom:15px;
}
.telephone dl dt a{
  color:#176dd1;
  font-size:2.0em;
  text-decoration:none;
  outline:none;
  display:block;
  background:url(../images/common/tel-icon2.png) 15px center no-repeat;
  background-size:30px;
  padding-left:30px;
}
.telephone dl dd{
  line-height:1.0;
  font-size:130%;
  text-align:center;
}
.telephone p{
  text-align:center;
  margin-top:27px;
}

/* mail-form */
#mail-form{

}
  #mail-form a:link,
  #mail-form a:visited,
  #mail-form a:active{
    color:#176dd1;
    text-decoration:underline;
    outline:none;
  }
  #mail-form a:hover  {
    text-decoration:none;
  }
#mail-form form{
  width:auto;
  padding:0;
  background:none;
  border:none;
}

/** table **/
#mail-form .tb{
  background:#f2f5ff;
  margin-bottom:30px;
}
#mail-form table{
  width:100%;
  border-collapse:collapse;
}
#mail-form table tr{
  border-bottom:10px solid #f2f5ff;
}
#mail-form table tr:last-child{
  border-bottom:none;
}
#mail-form table tr th,
#mail-form table tr td{
  width:100%;
}
#mail-form table tr th{
  line-height:1.0;
  color:#FFF;
  text-align:center;
  padding:0.8em 0.5em;
  background:#176dd1;
}
#mail-form table tr th span{
  color:#176dd1;
  font-size:85%;
  background:#F1C40F;
  padding:2px 5px;
  float:right;
}

#mail-form table tr td{
  padding:0 0.5em 0.5em 0.5em;
}

#mail-form table tr td input,
#mail-form table tr td textarea,
#mail-form table tr td select{
  color:#000;
  padding:10px;
  border:1px solid #b2c4ff;
  background:#FFF;
  outline:none;
}

#mail-form table tr td #company,
#mail-form table tr td #pos,
#mail-form table tr td #name,
#mail-form table tr td #kana,
#mail-form table tr td #email,
#mail-form table tr td #address,
#mail-form table tr td #tel,
#mail-form table tr td #message {
  width: 100%;
}

#mail-form table tr td #email {
  margin-bottom: 10px;
}

#mail-form table tr td #age ,
#mail-form table tr td #zip1 {
  width: 30%;
}

#mail-form table tr td #zip2 {
  width: 30%;
}


/** notice **/
#mail-form .notice{
  font-size:95%;
  margin-bottom:30px;
}
#mail-form .notice span a:link,
#mail-form .notice span a:visited,
#mail-form .notice span a:active{
  color:#176dd1;
  text-decoration:underline;
  outline:none;
}

  #mail-form .notice span a:hover{
    text-decoration:none;
  }

/** thanks **/
#mail-form .thanks p{
  text-align:center;
  margin-bottom:15px;
}
#mail-form .thanks p em{
  color:#E00;
}
#mail-form .thanks p .tel{
  color:#0F458D;
}


/** submit **/
#mail-form #submit {
  text-align:center;
}

  #mail-form #submit input[type="submit"]:hover,
  #mail-form .complete a:hover{
    -moz-opacity:0.8;
    opacity:0.8;
    filter: alpha(opacity=80);
  }

#mail-form #submit input[type="submit"],
#mail-form #submit input[name="submitBack"],
#mail-form .complete a{
  width:100%;
  line-height:50px;
  color:#FFF !important;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",meiryo,"メイリオ",Osaka,sans-serif;
  font-size:120%;
  font-style:normal;
  font-weight:bold;
  text-align:center;
  text-decoration:none !important;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  border:none;
  background: url(../../images/common/icon_menu.png) 12px center no-repeat #176dd1;
  background-size:40px 40px;
  -moz-background-size:40px 40px;
  -ms-background-size:40px 40px;
  -o-background-size:40px 40px;
  -webkit-background-size:40px 40px;
  position:relative;
  display:inline-block;
}

#mail-form #submit input[name="submitBack"]{
  margin-bottom:0.5em;
}
/** thanks **/
#mail-form .thanks{
  width: 96%;
  border: 1px solid #e5e5e5;
  padding: 20px 10px 10px 10px;
  margin: 0 auto 15px auto;
  line-height: 160%;
  background-color: #f4f4f4;
}

#mail-form .thanks .headline {
  margin-bottom: 40px;
}

#mail-form .thanks p {
  text-align: center;
  margin-bottom: 10px;
}

#mail-form .thanks p em {
  color: #E00;
}
#mail-form .thanks p span{
  display: block;
}