@import url(common.css);
.read {
  width: 90%;
  margin: 0 auto 2em;
  text-align: center;
}

.page-link {
  margin-bottom: 6em;
  display: flex;
  justify-content: center;
}
.page-link li {
  width: 28%;
  text-align: center;
  font-weight: bold;
  margin: 0 1%;
}
.page-link li a {
  padding: 0.5em;
  border: 1px solid #ee8193;
  display: block;
  border-radius: 10px;
}
.page-link li a:hover {
  text-decoration: none;
}
.page-link li a:after {
  display: block;
  content: "\f0d7";
  font-family: "FontAwesome";
  padding: 0;
  color: #ee8193;
  font-size: 1.2em;
  line-height: 1em;
}
.page-link li span.ic {
  display: block;
  color: #ee8193;
  font-weight: bold;
  font-size: 0.7em;
}

.case-in {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 3em 2em 2em 2em;
  position: relative;
}
.case-in p.ic {
  position: absolute;
  top: -40px;
  left: 20px;
}

.inner {
  display: flex;
  justify-content: space-between;
}
.inner .check-list {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.inner .check-list h2 {
  margin-bottom: 0.5em;
  font-size: 2em;
  font-weight: bold;
  color: #ee8193;
}
.inner .check-list ul li {
  margin-bottom: 1em;
}
.inner .check-list ul li img {
  max-width: 20px;
  vertical-align: middle;
  margin-right: 0.25em;
}
.inner .taisaku {
  padding: 3.5em 2em 2em 2em;
  width: 48%;
  border: 1px dotted #ccc;
  position: relative;
}
.inner .taisaku .ic-taisaku {
  position: absolute;
  top: -30px;
  left: 10px;
}

.arrow {
  text-align: center;
}

.btn-area {
  margin-bottom: 6em;
  text-align: center;
}
.btn-area a {
  width: 300px;
  margin: 0 auto;
  padding: 0.3em 2em;
  border-radius: 30px;
  background: #ee8193;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  display: block;
  border: 3px solid #ee8193;
}
.btn-area a span {
  display: block;
  font-size: 0.7em;
}
.btn-area a:hover {
  text-decoration: none;
  background: #fff;
  color: #ee8193;
  border: 3px solid #ee8193;
}

/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1000px) {
  .page-link li {
    width: 33%;
  }
  .page-link li a {
    font-size: 0.9em;
  }
  .page-link li span {
    display: block;
  }

  .case-in {
    padding: 3em 1em 1em 1em;
  }
  .case-in p.ic {
    position: absolute;
    top: -20px;
    left: 5px;
  }
  .case-in p.ic img {
    max-width: 130px;
  }

  .inner {
    display: block;
  }
  .inner .check-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .inner .check-list h2 {
    margin-bottom: 0.5em;
    font-size: 2em;
    font-weight: bold;
    color: #ee8193;
  }
  .inner .check-list ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .inner .check-list ul li {
    width: 48%;
    margin-bottom: 1em;
  }
  .inner .check-list ul li img {
    max-width: 20px;
    vertical-align: middle;
    margin-right: 0.25em;
  }
  .inner .taisaku {
    padding: 3em 1em 1em 1em;
    width: 100%;
    border: 1px dotted #ccc;
    position: relative;
  }
  .inner .taisaku .ic-taisaku {
    top: -10px;
  }
  .inner .taisaku .ic-taisaku img {
    max-width: 60px;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  .page-link {
    margin-bottom: 4em;
  }

  .inner {
    display: block;
  }
  .inner .check-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .inner .check-list .l-area {
    width: 70%;
  }
  .inner .check-list .fig {
    width: 30%;
  }
  .inner .check-list h2 {
    margin-bottom: 0.5em;
    font-size: 2em;
    font-weight: bold;
    color: #ee8193;
    position: absolute !important;
  }
  .inner .check-list ul {
    margin-top: 4em;
    display: block;
  }
  .inner .check-list ul li {
    width: 100%;
  }
  .inner .taisaku {
    padding: 3em 1em 1em 1em;
    width: 100%;
    border: 1px dotted #ccc;
    position: relative;
  }
  .inner .taisaku .ic-taisaku {
    top: -10px;
  }
  .inner .taisaku .ic-taisaku img {
    max-width: 60px;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/

/*# sourceMappingURL=case.css.map */
