a,
body {
  color: #000
}
a:hover, a:focus {
  outline: none!important;
}
a:hover img {
  opacity: 0.8;
}
#container,
body,
html {
  position: relative;
  width: 100%;
  min-width: 1000px;
  height: 100%;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
}
*:hover {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-anpha:hover img {
  opacity: 0.7;
}
.content-cm {
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 1000px;
  margin: 0 auto;
}
header h1 {
  position: absolute;
  top: -8px;
  left: 0
}
header h1:hover img {
  opacity: 1;
}
header {
  position: relative;
  height: 122px;
  width: 100%;
  min-width: 1000px;
}
footer {
  background: #2b6ac6;
  padding-top: 40px;
}
.footer-top {
  background: #fff;
  padding: 35px 0 23px;
  overflow: hidden;
}
.footer-top .time {
  float: right;
  line-height: 16px;
  font-size: 1.01em;
  margin-top: 7px;
}
.footer-top .phone {
  float: right;
  margin: 7px 2px 0 21px;
}
.footer-content {
  clear: both;
  overflow: hidden;
  height: 94px;
  line-height: 92px;
}
.nav-footer {
  margin-top: -1px;
}
.nav-footer li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
}
.nav-footer li::before {
  content: '';
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  width: 1px;
  height: 17px;
  position: absolute;
  right: 0;
  top: 37px;
}
.nav-footer li:last-child::before {
  border: none;
}
.nav-footer li a {
  padding: 0 35px 0 0;
  color: #fff;
  text-decoration: none;
}
.nav-footer li a:hover {
  text-decoration: underline;
}
.copyright {
  color: #fff;
  font-size: 0.98em;
  margin-top: 1px;
  margin-right: 5px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.header-content {
  position: absolute;
  bottom:  0;
  left: 0;
  right: 0;
  background: #2b6ac6;
}
.txt-right {
  text-align: right;
}
.header-top .time {
  float: right;
  margin-top: 21px;
  line-height: 16px;
  font-size: 1.01em;
}
.time span {
  display: block;
}
.header-top .phone {
  float: right;
  margin: 23px 2px 0 21px;
}
.nav {
  float: right;
}
.nav li {
  float: left;
  position: relative;
  height: 60px;
  line-height: 60px;
}
.nav li::before {
  content: '';
  border-right: solid 1px #fff;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  width: 1px;
  height: 23px;
  position: absolute;
  right: -6px;
  top: 17px;
}
.nav li a {
  padding: 23px 36px;
}
.nav li.mail a {
  background: #fec500;
  padding-left: 21px;
  padding-right: 21px;
}
.nav li.mail::before {
  content: '';
  border: none;
}
.nav li:nth-last-of-type(2)::before {
  content: '';
  border: none;
}
.nav li a img {
  vertical-align: middle;
  position: relative;
  top: -2px;
}
#banner {
  height: 390px;
  background:#e9f6fe url('/common/images/banner.jpg') no-repeat center;
  width: 100%;
}
#banner-contact {
  height: 150px;
  background:#e9f6fe url('/common/images/banner-contact.jpg') no-repeat center;
  width: 100%;
}
#content {
  height: 1000px;
}
.title {
  background: #2b6ac6;
  height: 102px;
  position: relative;
  text-align: center;
  display: block;
}
#greet {
  padding: 60px 0 80px 0;
  overflow: hidden;
}
.title::before {
  content: '';
  background: url('/common/images/bg-ttl.jpg') no-repeat left top;
  position: absolute;
  left: 0;
  width: 100px;
  height: 102px;
}
.ttl-content {
  text-align: center;
  display: table;
  margin: 20px auto 56px;
}
#greet .article {
  float: left;
  width: 510px;
  position: relative;
  top: -6px;
}
#greet .article p {
  font-size: 1.328em;
  line-height: 1.9em;
}
.img-greet {
  float: right;
  border-left: solid 1px #999;
}
.author {
  margin-top: 20px;
}
#business {
  padding: 60px 0 36px 0;
  overflow: hidden;
  background: #f1f7f7;
}
.box {
  margin: 0 -20px 0 -4px;
  text-align: center;
}
.box-item {
  box-sizing: border-box;
  margin: 0 16px 44px 0;
  display: inline-block;
  background: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  box-shadow: 0px 0px 5px 2px #e1eaea;
}
.box-content {
  width: 320px;
  height: 293px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
.box-content::before {
  content: '';
  width: 269px;
  height: 272px;
  background: url('/common/images/bg-triangle.png') no-repeat left top;
  position: absolute;
  top: 5px ;
  left: 5px;
}
.box-content img.business-ttl {
  position: absolute;
  top: -15px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 99;
}
.box-content img.business-detail {
  position: absolute;
  bottom: 40px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 99;
}
#office {
  padding: 60px 0 80px;
  margin-top: 20px;
  overflow: hidden;
}
.form-office {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
}

.form-office .list {
  width: 550px;
}

.form-office .row {
  overflow: hidden;
  border-bottom: dotted 1px #000000;
  padding: 12px 0;
  font-size: 1.17em;
}
.form-office .col-lable {
  float: left;
  width: 157px;
  color: #174c9b;
  padding-left: 25px;
  box-sizing: border-box;
}
.form-office .col-content {
  margin-left: 157px;
}
.form-office .col-content p {
  padding-bottom: 7px;
}
.form-office .col-content p:last-child {
  padding-bottom: 0px;
}

.form-office .certificate {
  width: 390px;
}

.form-office .certificate dl {
  border: 1px solid #e7e7e7;
}

.form-office .certificate dl dt {
  background-color: #d5e0f1;
  color: #174c9b;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
}

.form-office .certificate dl dd {
  background-color: #f7f7f7;
  padding: 17px 0;
  text-align: center;
}

.form-office .certificate img {
  width: 332px;
}

.form-office .certificate p {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}

#map {
  overflow: hidden;
  padding: 60px 0 80px;
  background: #f1f7f7;
}
.map-content {
  width: 100%;
  height: 440px;
}
#contact {
  overflow: hidden;
  padding: 60px 0 80px;
}
input[type="radio"] {
  display:none;
}
input[type="radio"] + label {
  color: #292321;
  font-family:Arial, sans-serif;
  font-size:14px;
}
input[type="radio"] + label span {
  display:inline-block;
  width:16px;
  height:16px;
  margin:-1px 4px 0 0;
  vertical-align:middle;
  cursor:pointer;
  -moz-border-radius:  50%;
  border-radius:  50%;
}

input[type="radio"] + label span {
   border: solid 1px #cdcdcd;
}

input[type="radio"]:checked + label span{
  background-color: #2b6ac6;
  box-shadow: 0px 0px 1px 4px #fff inset;
}

input[type="radio"] + label span,
input[type="radio"]:checked + label span {
  -webkit-transition:background-color 0.15s linear;
  -o-transition:background-color 0.15s linear;
  -moz-transition:background-color 0.15s linear;
  transition:background-color 0.15s linear;
}
.note {
  text-align: center;
  margin-bottom: 25px;
  font-size: 1.17em;
}
.form-contact {
  width: 655px;
  margin: -4px auto 0;
}
.form-contact .row {
  overflow: hidden;
  margin-bottom: 24px;
}
.form-contact .col-title {
  padding-bottom: 6px;
  font-size: 1.15em;
}
.form-contact .col-title.required::before {
  content: '';
  width: 32px;
  height: 18px;
  background: url('/common/images/required.jpg') no-repeat left top;
  margin-right: 10px;
  float: left;
}
.form-contact .col-input {

}
.form-contact .col-input input[type="text"] {
  background: #f1f7f7;
  padding: 10px;
  border: none;
  outline: none;
  width: 100%;
  font-size: 1.2em;
  box-sizing: border-box;
}
.form-contact .col-input textarea {
  background: #f1f7f7;
  padding: 10px;
  border: none;
  outline: none;
  width: 100%;
  font-size: 1.2em;
  min-height: 141px;
  resize: vertical;
  box-sizing: border-box;
}
.w206 {
  width: 206px!important;
}
.form-radio {
  float: left;
  margin: 5px 20px 10px 24px;
}
.btn-contact {
  text-align: center;
  display: inline-block;
  width: 100%;
  background: #fec500;
  margin-top: 13px;
}
.btn-contact:hover {
  opacity: 0.8;
}
.btn-contact:hover img {
  opacity: 1;
}
.gotop {
  width: 32px;
  height: 32px;
  background: #fff;
  text-align: center;
  line-height: 32px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0px 0px 4px 0px #C5D7F3;
}
.gotop::before {
  content: '^';
  position: absolute;
  top: 4px;
  left: 12px;
  font-size: 16px;
  color: #2b6ac6;
}
/*--------------- Contact Check --------------------*/
#contact-content {
  overflow: hidden;
  padding: 60px 0 80px;
}
.note-check {
    text-align: center;
    margin-bottom: 23px;
    margin-top: 50px;
    font-size: 1.17em;
}
.form-check {
  width: 655px;
  margin: 0 auto 0;
}
.form-check .row {
  overflow: hidden;
  margin-bottom: 24px;
}
.form-check .col-title {
  padding-bottom: 6px;
  font-size: 1.15em;
}
.form-check .col-input .txt-value {
  background: #f1f7f7;
  padding: 10px 17px;
  border: none;
  outline: none;
  width: 100%;
  font-size: 1.2em;
  box-sizing: border-box;
}
.txt-textarea {
    line-height: 1.8em;
}
.btn-default {
  text-align: center;
  display: inline-block;
  width: 300px;
  background: #fec500;
  margin-top: 16px;
}
.btn-default:hover {
  opacity: 0.8;
}
.btn-default:hover img {
  opacity: 1;
}
.btn-gotop {
  width: 535px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 119px;
}
.form-thanks {
  margin: 40px 0 0 0;
  width: 1000px;
  height: 565px;
  background: #f1f7f7;
  box-sizing: border-box;
  padding: 30px;
  text-align: center;
  position: relative;
}
.txt-thanks {
  position: absolute;
  top: 143px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.form-thanks::before {
  content:'';
  background: url('/common/images/bg-thank.png') no-repeat right top;
  width: 1000px;
  height: 565px;
  position: absolute;
  right: 0;
  top: 0;
}
#add {
    display:none;
}
/*--------------- End Contact Check --------------------*/
