/* Scss Document */
#sec1 dl {
  margin-bottom: 20px;
}
#sec1 dl p {
  padding-bottom: 0;
  font-size: 18px;
}
#sec1 dl span {
  font-size: 12px;
  letter-spacing: 0;
}
#sec1 dl dt {
  font-weight: bold;
}
#sec1 .wrap {
  padding-bottom: 7%;
}
#sec1 #gmap {
  border-top: 7px solid #0a8dd8;
  height: 350px;
}
#sec1 #sec1_btn {
  padding: 30px 20px;
}
#sec1 #sec1_btn li + li {
  margin-top: 20px;
}
#sec2 .sec2_img p {
  padding: 0 15px;
}
#sec2 .slick-prev {
  left: 39px;
}
#sec2 .slick-next {
  right: 39px;
}
#sec2 .slick-arrow {
  top: 50%;
  transform: translateY(-100%);
}
#sec2 #sec2Slider {
  margin-bottom: 20px;
}
#sec3 .sec3Box {
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  color: #000;
  box-sizing: border-box;
  padding: 30px 7px 7px 7px;
}
#sec3 .sec3Box:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 1px solid #fff;
  position: none;
}
#sec3 .sec3Box h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
#sec3 .sec3Box .sec3Info {
  margin: auto;
  width: 84%;
}
#sec3 .sec3Box dl {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 10px;
  line-height: 25px;
}
#sec3 .contactBox {
  text-align: center;
  font-weight: bold;
  background: #fff;
  color: #626262;
  position: relative;
  padding-top: 10%;
  box-sizing: border-box;
  margin-top: 18%;
}
#sec3 .contactBox .ttls {
  position: absolute;
  top: 0;
  right: -3%;
  transform: translateY(-45%);
  width: 40%;
}
#sec3 .contactBox strong {
  color: #001c58;
  font-size: 16px;
  line-height: 1.4;
  padding-bottom: 10px;
  display: block;
}
#sec3 .contactBox .tel {
  margin: auto;
  width: 86%;
  padding-bottom: 5px;
}
#sec3 .sec3_txt {
  text-align: center;
  font-weight: bold;
	font-size: 18px;
	padding-bottom: 10px;
}