@charset "UTF-8";
/* =========================
   
========================= */


.contact-01 {
 background-color: #00297C;
 padding: 1rem 2rem;
 text-align: center;
}
.contact-01 a {
 color: #fff;
}


.back-corpGra {
 width: 100%;
 background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,1.00) 52.33%,rgba(0,0,0,0.00) 64.77%), url(../images/head-office.jpg);
 background-image: -moz-linear-gradient(0deg,rgba(255,255,255,1.00) 52.33%,rgba(0,0,0,0.00) 64.77%), url(../images/head-office.jpg);
 background-image: -o-linear-gradient(0deg,rgba(255,255,255,1.00) 52.33%,rgba(0,0,0,0.00) 64.77%), url(../images/head-office.jpg);
 background-image: linear-gradient(90deg,rgba(255,255,255,1.00) 52.33%,rgba(0,0,0,0.00) 64.77%), url(../images/head-office.jpg);
 background-repeat: no-repeat;
 background-position: right bottom;
}


.pagenation a {
 color: #6E6E6E;
 font-size: 0.8em;
}
.pagenation a:hover {
 color: #F85A16;
}

#pagenate span,
#pagenate a {
 padding: 0 5px;
}

.form-choice .choiceBotan {
 margin-bottom: 0px;
}
.choiceBotan a {
 background-color: #C3C3C3;
 color: #5C5C5C;
 font-size: 2.2rem;
 padding: 1rem 1rem;
}
.choiceBotan a.active {
 background-color: #5084C4 !important;
 color: #FFFFFF !important;
}

.formBox {
 padding: 5px 15px ;
 background: #5084C4;
 color: #fff;
 _margin-top: 7px;
}
.contact-box h3.h3Title {
 border-bottom: 1px solid #ccc;
 margin-bottom: 3rem;
}
.contact-box p {
 margin-bottom: 1rem;
}
.notice {
 color: #00297C;
 margin: 1.5rem 0;
 font-size: 2.2rem;
}
#formarea a {
 color: #00297C;
}
textarea {
    overflow: auto;
    resize: both;
}
.form input {
 width: 30%;
}

@media screen and (max-width: 768px)  {
 .form-choice .choiceBotan {
  font-size: 0.9em;
 }
 table.initial03 th {
  width: 100%;
  display: block;
  }
 table.initial03 td {
  width: 100%;
  display: block;
 }
 table.initial03 td.block-dis input,
 table.initial03 td.block-dis textarea {
  width: 100%;
  display: block;
 }
    .choiceBotan a {
 background-color: #C3C3C3;
 color: #5C5C5C;
 font-size: 1.4rem;
 padding: 1rem 1rem;
}
}
