@charset "UTF-8";
@import url(./common.css);
/*==================================================================*/
/* style css　*/
/*==================================================================*/
.box-area .box {
  margin-bottom: 3em;
  background: #f9f5ea;
  border-radius: 10px;
  padding: 2em 2em 1em;
  position: relative;
}
.box-area .box .num {
  position: absolute;
  top: -.5em;
  left: .5em;
  line-height: 1;
  font-size: 2.5em;
  color: #765f2f;
  letter-spacing: -.5px;
}
.box-area .box .text {
  margin-bottom: 1rem;
  font-size: 1.2em;
  font-weight: bold;
}
.box-area .box .text a:hover {
  text-decoration: underline;
}
.box-area .box .detail {
  text-align: right;
}
.box-area .box .detail a {
  display: inline-block;
  background: #fff;
  border-radius: 30px;
  padding: .4em 1.5em;
  font-size: .9em;
  letter-spacing: -.5px;
}
.box-area .box .detail a:hover {
  opacity: .8;
  text-decoration: none;
}

/*===========================================================================*/
/*  media quary:1024px  */
/*===========================================================================*/
@media screen and (max-width: 1024px) {
  .read {
    text-align: left;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  .box-area .box {
    padding: 2em 1em 1em;
  }
  .box-area .box .num {
    font-size: 2em;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  .box-area .box {
    margin-bottom: 2em;
  }
  .box-area .box .text {
    font-size: 1.1em;
  }
  .box-area .box .detail a {
    padding: 0.2em 1em;
  }
}
