/*数字で見る 立花産業*/
img {
  width: 100%;
  height: auto;
}
.c-sp-only {
  display: none;
}
.heading {
  width: 100%;
  height: 183px;
  margin: 0 auto 40px;
  background: url(../img/heading.jpg) center no-repeat;
}
.heading h2 {
  padding-top: 60px;
  /*padding-left: 70px;*/
  letter-spacing: 0.05em;
  font-weight: normal;
  font-size: 3.2rem;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3";
  color: #000000;
}
@media screen and (max-width: 480px) {
  .c-sp-only {
    display: block;
  }
  .heading {
    height: 70px;
    margin-bottom: 60px;
    background-color: #1e2f50;
    background-image: none;
  }
  .heading h2 {
    margin-left: auto;
    padding-top: 15px;
    padding-left: 0;
    text-align: center;
    font-size: 2.5rem;
    color: #ffffff;
  }
}

.date-flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 65px;
}
.date-flex .header-img{
  position: absolute;
  top: -134px;
  right: 0;
  width: 340px;
}
.date-flex .img-box {
  position: absolute;
  bottom: 24px;
  right: -45px;
  width: 185px;
}
.date-flex .date-box {
  width: 48.5%;
  margin-bottom: 30px;
  border: solid 1px #cccccc;
  background-color: #fff;
  box-shadow: 7px 7px 0px 0px rgba(227, 227, 227, 1);
  border-radius: 20px;
}
.date-flex .date-box h2 {
  text-align: center;
  color: #eb5200;
  font-weight: bold;
  font-size: 2.5rem;
}
.date-flex .date-box .flex {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 6.7% 13px;
}
.date-flex .date-box .flex > span {
  position: relative;
  width: 85px;
}
.date-flex .date-box .flex > span:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "：";
  display: block;
  font-size: 1.4rem;
}
.date-flex .date-box .flex > p {
  width: 347px;
}
/*１個目*/
.date-flex .date-box.date-box-01 {
  padding: 31px 0 46px;
}
.date-flex .date-box.date-box-01 figure {
  width: 82.7%;
  margin: 36px auto 0;
}
/*２個目*/
.date-flex .date-box.date-box-02 {
  padding: 31px 0 50px;
}
.date-flex .date-box.date-box-02 figure {
  width: 80%;
  margin: 63px auto 0;
}
/*３個目*/
.date-flex .date-box.date-box-03 {
  padding: 31px 0 10px;
}
.date-flex .date-box.date-box-03 > p {
  text-align: center;
  padding-top: 8px;
  font-size: 1.5rem;
}
.date-flex .date-box.date-box-03 figure {
  width: 65.7%;
  margin: 35px auto 39px;
}
/*４個目*/
.date-flex .date-box.date-box-04 {
  padding: 31px 0;
}
.date-flex .date-box.date-box-04 figure {
  width: 70%;
  margin: 58px auto 62px;
}
.date-flex .date-box.date-box-04 > p {
  margin-left: 8.2%;
  font-size: 1.4rem;
}
p.period {
  margin-bottom: 165px;
  font-size: 1.4rem;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .date-flex {
    display: block;
    width: 90%;
    margin: 100px auto 0;
  }
  .date-flex .header-img{
    position: absolute;
    top: -75px;
    right: -22px;
    width: 192px;
  }
  .date-flex .img-box {
    width: 100px;
    right: 0;
  }
  .date-flex .date-box {
    width: 100%;
    padding: 25px 5% !important;
  }
  .date-flex .date-box h2 {
    font-size: 2rem;
  }
  .date-flex .date-box figure {
    width: 90% !important;
    margin: 30px auto 20px !important;
  }
  .date-flex .date-box .flex {
    display: block;
    margin: 0 auto 15px;
  }
  .date-flex .date-box .flex > p {
    width: 100%;
  }
  .date-flex .date-box .flex > span:after {
    top: -3px;
    right: -15px;
  }
  .date-flex .date-boxdate-box-03 > p {
    font-size: 1.4rem;
  }
  .date-flex .date-box.date-box-04 > p {
    margin: auto;
  }
  p.period {
  	margin-bottom: 100px;
    text-align: center;
  }
}
