@charset "utf-8";
.tagline-sp {
  padding: 20px 5px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.cnt-top {
  background-color: #e2eeff;
  background-image: url(../images/top/top_cnt_bg.png);
  /*background-repeat: repeat-x;*/
  background-position: center top 40px;
  height: 338px;
  padding: 72px 0 0;
}
.cnt-top .inner-top {
  padding: 40px 0;
}
.cnt-office {
  position: relative;
  border-radius: 12px 12px 0 0;
  behavior: url(/js/PIE.htc);
  overflow: hidden;
}
.cnt-office .img-office {
  text-align: center;
  background-color: #e2eeff;
}
.cnt-office .tit1 {
  padding: 5px;
  color: #014099;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: 5px;
  text-align: center;
  background-color: #e2eeff;
}
.cnt-office .btn-office {
  display: table;
  margin: 20px auto 0;
}
.cnt-office .btn-office li {
  display: table-cell;
  padding: 0 10px;
}
.cnt-aoiroshinkoku {
  position: relative;
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #fdfded;
  border-radius: 12px;
  behavior: url(/js/PIE.htc);
}
.cnt-car {
  height: 390px;
  /*background-image: url(../images/top/car_bg.jpg);*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.cnt-car .car-box {
  position: relative;
  top: 53px;
  margin: 0 auto;
}
.gif_ani {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  border: 3px solid #b3b3b3;
  overflow: hidden;
}
.gif_ani img {
  width: 50%;
}
.cnt-car .car-box .txt01 {
  position: absolute;
  top: 19px;
  left: 53.64%;
  width: 43.33%;
}
.cnt-car .car-box .btn-txt {
  position: absolute;
  top: 129px;
  left: 70.83%;
}
.cnt-hitorioyakata {
  padding: 15px 20px 20px;
  background-color: #f0f6ff;
}
.cnt-news .news-box {
  margin-top: 30px;
  overflow: hidden;
  zoom: 1;
}
.cnt-news .news-box dt {
  float: left;
  width: 120px;
}
.cnt-news .news-box dd {
  margin-left: 135px;
}
.cnt-news .news-box dd .date {
  display: inline-block;
  padding: 5px 20px;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  background-color: #f3f3f3;
}
.cnt-news .news-box dd a {
  color: #000;
}
.cnt-news .news-box dd a:hover {
  color: #00a0e9;
}
.cnt-news .btn-news {
  display: block;
  margin-top: 30px;
  padding: 15px;
  border: 1px solid #ccc;
  color: #666;
  text-align: center;
}
.cnt-news .btn-news:hover {
  background-color: #f0f6ff;
}
.cnt-news .btn-news span {
  padding-right: 20px;
  background-image: url(../images/common/arrow_03.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.cnt-eigyobi .wrapper-cal {
  margin-top: 20px;
}
.cnt-eigyobi .wrapper-cal iframe {
  width: 100%;
  height: 400px;
}
.cnt-eigyobi .btn-yotei {
  padding-top: 20px;
  border-top: 1px dotted #ccc;
  text-align: right;
}
#item_arrow {
  cursor: pointer;
  position: absolute;
  /*top: 67%;*/
  top: 114%;
  right: 0;
  left: 0;
  margin: auto;
  width: 110px;
  height: 100px;
  z-index: 9999;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {}
@media screen and (max-width: 767px) {
  #item_arrow {
    top: 102%;
    width: 46px;
    height: 50px;
  }
}
#item_arrow {
  -webkit-animation-name: fuwafuwa;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: fuwafuwa;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease;
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -10px);
  }
  100% {
    -moz-transform: translate(0, 0);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cnt-top {
    background-position: center -40px;
  }
  .cnt-office .btn-office {
    display: block;
    margin: 20px auto 0;
  }
  .cnt-office .btn-office li {
    display: block;
    padding: 0 10px;
    margin-top: 10px;
  }
  .cnt-car {
    height: 290px;
  }
  .cnt-car .car-box {
    position: relative;
    top: 13.58%;
    margin: 0 auto;
  }
  .cnt-car .car-box .txt01 {
    position: absolute;
    top: 30px;
    left: 53.64%;
    width: 42%;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .cnt-car .car-box .btn-txt {
    position: absolute;
    top: 68%;
    left: 65%;
  }
}
@media screen and (max-width: 767px) {
  .cnt-top {
    padding-bottom: 30px;
    background-color: #e2eeff;
    background-image: none;
	   height: auto;
	  padding: 0 0 30px;
  }
	
  .cnt-top .inner-top {
    padding: 30px 0 0;
  }
  .cnt-top .inner-top p {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .cnt-top .wrapper-col4 .cnt-col4 {
    float: left;
    width: 46%;
    margin-left: 4%;
  }
  .cnt-office .btn-office {
    display: block;
    margin: 0 auto 0;
  }
  .cnt-office .btn-office li {
    display: block;
    padding: 0;
    margin-top: 15px;
  }
  .cnt-car {
    height: auto;
    background-color: #e6f3d3;
    background-image: none !important;
  }
  .cnt-car .car-box {
    position: relative;
    top: auto;
    margin: 0 auto;
    padding: 15px;
  }
  .cnt-car .car-box .txt01 {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin-top: 15px;
  }
  .cnt-car .car-box .btn-txt {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 15px;
  }
  .cnt-hitorioyakata {
    padding: 5px 10px 10px;
  }
  .cnt-eigyobi .wrapper-cal iframe {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 767px) and (orientation : landscape) {}