@charset "UTF-8";
@import url(./common.css);
/*==================================================================*/
/* style css　*/
/*==================================================================*/
/* -------------------------------------------- */
/* catch */
/* -------------------------------------------- */
.intro {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3em;
}
.intro .text {
  width: 55%;
}
.intro .text h2 {
  margin-bottom: 1em;
  line-height: 1.4;
  font-size: 2em;
  font-weight: bold;
}
.intro .photo {
  width: 40%;
  text-align: center;
}

/* -------------------------------------------- */
/* point */
/* -------------------------------------------- */
.point-wrapper .block {
  margin-bottom: 3em;
}
.point-wrapper .block .title-area {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.point-wrapper .block .title-area dl {
  border-right: 1px solid #c84b31;
  padding-right: 1.5rem;
  text-align: center;
  line-height: 1;
  color: #c84b31;
}
.point-wrapper .block .title-area dl dd {
  font-size: 2.4em;
}
.point-wrapper .block .title-area h3 {
  padding-left: 1em;
  font-size: 1.5em;
  font-weight: bold;
}
.point-wrapper .block .title-area h3 strong {
  color: #c84b31;
}
.point-wrapper .block .inner {
  display: flex;
  justify-content: space-between;
}
.point-wrapper .block .inner .text {
  width: 68%;
}
.point-wrapper .block .inner .photo {
  width: 27%;
}
.point-wrapper .base-btn {
  text-align: left;
}
.point-wrapper .base-btn a {
  max-width: 320px;
  text-align: center;
}

/* -------------------------------------------- */
/* result */
/* -------------------------------------------- */
.result h2 {
  position: relative;
  margin-bottom: 1em;
  padding: 0.25em 1.5em;
  background-color: #401702;
  color: #fff;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.5;
}
.result h2:after {
  position: absolute;
  top: 7px;
  left: 13px;
  content: "";
  width: 1px;
  height: 26px;
  background-color: #fff;
}
.result .entrys {
  width: 680px;
  margin: 0 auto 2em;
  letter-spacing: -0.4em;
  text-align: center;
}
.result .entrys .block {
  display: inline-block;
  width: 210px;
  margin-right: 25px;
  margin-bottom: 2em;
  letter-spacing: normal;
}
.result .entrys .block:nth-child(3n) {
  margin-right: 0;
}
.result .entrys .block .photo {
  position: relative;
  width: 210px;
  height: 210px;
  margin-bottom: 0.8em;
  padding: 5px;
  border: 1px solid #d5d5d5;
}
.result .entrys .block .photo a {
  display: block;
}
.result .entrys .block .photo a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 95%;
  height: auto;
  margin: auto;
}
.result .entrys .block .textlink {
  text-align: left;
}
.result .entrys .block .textlink a {
  position: relative;
  display: block;
  padding-left: 1.5em;
}
.result .entrys .block .textlink a:hover {
  text-decoration: none;
}
.result .entrys .block .textlink a:before {
  position: absolute;
  content: "\f138";
  left: 3px;
  top: 0;
  font-family: FontAwesome;
  color: #401702;
  line-height: 1.4;
}

/*===========================================================================*/
/*  media quary:1024px  */
/*===========================================================================*/
@media screen and (max-width: 1024px) {
  /* catch
  ------------------------------------------------------------------------ */
  .intro .text h2 {
    font-size: 1.8em;
  }

  /* result
  ------------------------------------------------------------------------ */
  .result {
    width: 100%;
  }
  .result h2 {
    font-size: 1.2em;
    padding: 0.25em 1em;
  }
  .result h2:after {
    left: 9px;
    height: 20px;
  }
  .result .entrys {
    width: 100%;
  }
  .result .entrys .block {
    margin: 0 2%;
  }
  .result .entrys .block:nth-child(3n) {
    margin: 0 2%;
  }
}
/*===========================================================================*/
/*  media quary:769px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  .intro {
    display: block;
  }
  .intro .text {
    width: 100%;
    margin-bottom: 1em;
  }
  .intro .text h2 {
    font-size: 1.6em;
    text-align: center;
  }
  .intro .photo {
    width: 100%;
  }

  .point-wrapper .block .inner {
    display: block;
  }
  .point-wrapper .block .inner .text {
    width: 100%;
    margin-bottom: 1em;
  }
  .point-wrapper .block .inner .text .read {
    margin-bottom: 1em;
  }
  .point-wrapper .block .inner .photo {
    width: 100%;
    text-align: center;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  /* catch
  ------------------------------------------------------------------------ */
  .intro .text h2 {
    font-size: 1.4em;
  }
  .intro .text .read {
    margin-bottom: 1em;
  }

  /* point-wrapper
  ------------------------------------------------------------------------ */
  .point-wrapper .block .title-area dl {
    padding-right: 12px;
  }
  .point-wrapper .block .title-area dl dt {
    font-size: 10px;
  }
  .point-wrapper .block .title-area dl dd {
    font-size: 1.6em;
  }
  .point-wrapper .block .title-area h3 {
    padding-left: 15px;
    font-size: 1.2em;
    line-height: 1.4;
  }

  /* result
  ------------------------------------------------------------------------ */
  .result .entrys .block {
    width: 260px;
  }
  .result .entrys .block .photo {
    width: 260px;
    height: 260px;
    margin-right: 0;
  }
}
