@charset "utf-8";
/* contents */
.contents,
.footstepBox,
.contentsBox {
  min-width: 910px !important;
}
.contents {
  padding-bottom: 100px;
}
.fessWrapper .form-control {
  padding: 5px !important;
}
@media screen and (max-width: 768px) {
  .contents,
  .footstepBox,
  .contentsBox {
    min-width: 300px !important;
    padding: 0;
    width: 100%;
  }
  .contents {
    padding-bottom: 40px;
  }
}
/* pageTop */
#pageTop {
  padding: 0px 10px 10px;
  background-color: #00a3d9;
  position: fixed;
  bottom: 40px;
  right: 0px;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
  z-index: 300;
}
#pageTop i {
  display: block;
  font-size: 24px;
  line-height: 1.2em;
}
#pageTop span {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
@media screen and (max-width: 740px) {
  #pageTop {
    bottom: 0px;
  }
  #pageTop i {
    font-size: 20px;
    line-height: 1em;
  }
  #pageTop span {
    font-size: 10px;
  }
  #pageTop span br {
    display: none;
  }
}

/* contact */
.contact {
  border: 4px solid #333;
  width: 740px;
  margin: 40px auto 0 auto;
  padding: 20px;
}
.contact,
.contact *,
.contact :before,
.contact :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact h3 {
  font-size: 23px;
  text-align: center;
  color: #005c94 !important;
  margin-bottom: 10px;
}
.contact .time {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}
.contact .col_box {
  overflow: hidden;
}
.contact .col {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.contact .contact_tel strong {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 48px;
  line-height: 1em;
  text-align: center;
}
.contact .contact_tel .col > a {
  display: block;
  color: #fff;
  text-align: center;
  width: 300px;
  height: 52px;
  font-size: 20px;
  background: #005c94;
  padding-top: 18px;
  border-radius: 6px;
  font-weight: bold;
}
.contact .contact_tel .col > a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.contact .contact_line {
  border-top: 2px solid #dedede;
  margin-top: 20px;
  padding-top: 20px;
}
.contact .contact_line h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
  text-align: left;
}
.contact .contact_line p {
  font-size: 14px;
  line-height: 1.6em;
  text-align: left;
}
.contact .contact_line a {
  display: block;
  color: #fff;
  text-align: center;
  width: 300px;
  height: 54px;
  font-size: 20px;
  background: #6bc315;
  padding-top: 16px;
  border-radius: 6px;
  font-weight: bold;
}
.contact .contact_line a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.contact .contact_line a img {
  height: 23px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .contact {
    width: auto;
    margin: 20px 20px 0 20px;
    padding: 10px 0;
  }
  .contact h3 {
    font-size: 16px;
  }
  .contact .time {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .contact .col_box {
    margin-left: 15px;
    margin-right: 15px;
  }
  .contact .col {
    float: none;
    width: auto;
    padding: 0;
  }
  .contact .contact_tel strong {
    margin-bottom: 10px;
  }
  .contact .contact_tel strong,
  .contact .contact_tel strong a {
    font-size: 30px;
    text-decoration: none;
  }
  .contact .contact_tel .col > a {
    width: 100%;
    height: 40px;
    font-size: 16px;
    padding-top: 12px;
  }
  .contact .contact_line h4 {
    font-size: 14px;
    text-align: center;
  }
  .contact .contact_line p {
    font-size: 12px;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 10px;
  }
  .contact .contact_line a {
    width: 100%;
    height: 41px;
    font-size: 16px;
    padding-top: 11px;
  }
  .contact .contact_line a img {
    height: 20px;
  }
}
