@charset "UTF-8";

.about-top__msg {
  -webkit-box-shadow: 5px 5px 5px rgba(148, 139, 139, 0.3);
  width: 65.875em;
  max-width: 100%;
  height: 34.75em;
  margin-top: 3.75em;
  padding: 3.9375em;
  padding-right: 0em;
  padding-left: 2.5em;
  border-radius: 12px;
  background-image: url("../../images/bg_about_top_msg.png");
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 5px 5px 5px rgba(148, 139, 139, 0.3);
}

.about-top__msg--title {
  display: inline-block;
  padding-right: 0.32609em;
  padding-bottom: 0.65217em;
  padding-left: 0.32609em;
  background-image: url("../../images/bg_top_msg_under.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  color: #3e3a39;
  font-size: 2.875em;
  text-align: left;
}

.about-top__msg--txt {
  padding-bottom: 1.875em;
  font-size: 1.25em;
  line-height: 2.2;
}

.about-top__msg--txt span {
  color: #009f97;
}

.about-type__area {
  width: 90%;
  margin: 0 auto;
  padding: 1.875em;
  border-radius: 1.125em;
  background-color: rgba(248, 235, 0, 0.08);
}

.about-type__title {
  margin-bottom: 0.90909em;
  padding-bottom: 0.90909em;
  border-bottom: 2px dashed #009f97;
  font-size: 1.375em;
}

.about-type__txt {
  font-size: 1.125em;
  line-height: 2.75;
}

.about-type__txt span {
  color: #004300;
  font-size: 1.375em;
}

.about-title {
  position: relative;
  margin-top: 3.75em;
  padding-bottom: 0.9375em;
  color: #3e3a39;
  font-size: 2em;
}

.about-title::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 25%;
  transform: translateX(-50%);
  color: #6da8d5;
  font-size: 0.4375em;
  letter-spacing: 0.9em;
  content: "●●●●●";
}

.about-price__table--area {
  padding-right: 3.125em;
  padding-left: 3.125em;
}

.about-price__item--2 .about-price__table--area {
  padding-right: 0;
  padding-left: 0;
  text-align: left;
}

.about-price__table {
  text-align: center;
  caption-side: bottom;
}

.about-price__table caption {
  margin-top: 1.25em;
  text-align: left;
}

.about-price__table caption p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-price__table caption p::before {
  content: "※";
}

.about-price__table tr td {
  -moz-text-align-last: left;
  padding: 1.25em 1.875em;
  border: 1px solid #9c9c9d;
  font-size: 1.25em;
  text-align-last: left;
}

.about-price__table--1 tr td:first-of-type {
  background-color: #d1f7ff;
}

.about-price__table--2 tr td:first-of-type {
  background-color: #d1f7e0;
}

.about-price__table--3 tr td:first-of-type {
  background-color: #d1f7ff;
}

.about-price__table--4 tr td:first-of-type {
  background-color: #f8d698;
}

.about-price__table tr,
td:first-of-type {
  width: 15em;
}

.about-price__table tr,
td:nth-of-type(2) {
  width: 45em;
}

.about-price__txt--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25em;
  line-height: 2;
}

.about-price__txt--main::before {
  margin-right: 0.25em;
  content: "●";
}

.about-price__table--area2 {
  padding-right: 3.125em;
  padding-left: 3.125em;
}

.about-condition__box {
  width: 100%;
  padding: 2.5em;
  background-color: rgba(18, 189, 224, 0.06);
}

.about-condition__item {
  width: 30em;
  height: 12.8125em;
  margin-bottom: 1.875em;
  padding: 1.25em;
  padding-top: 0.625em;
  padding-bottom: 1.875em;
  border: 3px solid #333;
  border-radius: 0.25em;
  background-color: #fff;
  text-align: center;
}

.about-condition__item--deepgreen {
  border: 3px solid #129388;
}

.about-condition__item--deepgreen .about-condition__item-title {
  border-bottom: 2px dashed #129388;
}

.about-condition__item--yellow {
  border: 3px solid #f5b32c;
}

.about-condition__item--yellow .about-condition__item-title {
  border-bottom: 2px dashed #f5b32c;
}

.about-condition__item--cyan {
  border: 3px solid #171c61;
}

.about-condition__item--cyan .about-condition__item-title {
  border-bottom: 2px dashed #171c61;
}

.about-condition__item--brown {
  border: 3px solid #804f21;
}

.about-condition__item--brown .about-condition__item-title {
  border-bottom: 2px dashed #804f21;
}

.about-condition__item--purple {
  border: 3px solid #5f1983;
}

.about-condition__item--purple .about-condition__item-title {
  border-bottom: 2px dashed #5f1983;
}

.about-condition__item--green {
  border: 3px solid #006934;
}

.about-condition__item--green .about-condition__item-title {
  border-bottom: 2px dashed #006934;
}

.about-condition__item--pink {
  border: 3px solid #d40050;
}

.about-condition__item--pink .about-condition__item-title {
  border-bottom: 2px dashed #d40050;
}

.about-condition__item--lightblue {
  border: 3px solid #2ca4de;
}

.about-condition__item--lightblue .about-condition__item-title {
  border-bottom: 2px dashed #2ca4de;
}

.about-condition__item-title {
  margin-bottom: 0.83333em;
  padding-bottom: 0.41667em;
  font-size: 1.5em;
  font-weight: bold;
}

.about-condition__item-txt {
  padding: 0 0.83333em;
  font-size: 1.125em;
  line-height: 1.7;
  text-align: left;
}

.about-requirement__subtxt {
  font-size: 1.5em;
}

.about-requirement__subtxt span {
  color: #009f97;
}

.about-requirement__item {
  padding: 1.875em 1.25em;
  border-radius: 18px;
  background-image: url("../../images/bg_abt_rq_item.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.about-requirement__item-title {
  margin-bottom: 1.42857em;
  font-size: 1.75em;
}

.about-requirement__item-title span {
  margin-right: 0.71429em;
  padding: 0.26786em 2.14286em;
  border-radius: 6px;
  background-color: #009f97;
  color: #ffffff;
  font-size: calc(24em/28);
  font-weight: 500;
}

.about-requirement__item-cnt--img {
  margin-right: 1.5625em;
}

.about-requirement__item-cnt--img img {
  width: 22.5em;
  height: 15em;
}

.about-requirement__item-cnt--txt {
  width: 36.25em;
  font-size: 1.125em;
  line-height: 2;
}

.about-requirement__item-cnt--txt:last-of-type p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.625em;
}

.about-requirement__item-cnt--txt:last-of-type p::before {
  content: '※';
}

.about-btm__msg {
  margin-top: 6.25em;
  margin-bottom: 6.25em;
  padding: 3.125em 1.25em;
  padding-left: 45%;
  background-image: url("../../images/bg_about_btm_msg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.about-btm__msg--title {
  color: #008070;
  font-size: 1.875em;
}

.about-btm__msg--txt {
  font-size: 1.125em;
  line-height: 2;
}

.about-btm__btn button {
  display: block;
  width: 18.33333em;
  padding: 0.55556em 1.66667em;
  border-radius: 25px;
  background-color: #8bc01f;
  font-size: 1.125em;
  text-align: left;
}

.about-btm__btn button a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (max-width: 1330px) {
  /* 障害年金とは */
}

@media screen and (max-width: 1260px) {
  /* 障害年金とは */
}

@media screen and (max-width: 1024px) {
  /* 障害年金とは */
}

@media screen and (max-width: 768px) {
  /* 障害年金とは */
  .about-top__msg {
    background-position: center left;
    background-size: cover;
  }
  .about-top__msg--txt {
    padding-bottom: 2em;
  }
  .about-condition__box {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .about-condition__item {
    width: 48%;
    padding: 0.9375em;
    padding-top: 0.625em;
    padding-bottom: 1.25em;
    font-size: 1em;
  }
  .about-condition__item-title {
    margin-bottom: 0.41667em;
  }
  .about-condition__item-txt {
    padding: 0 0.55556em;
  }
  .about-btm__msg {
    background-position: bottom center;
    background-size: contain;
  }
}

@media screen and (max-width: 480px) {
  /* 障害年金とは */
  .about-top__msg {
    padding: 0.625em;
    background-image: url("../../images/bg_about_top_msg_sp.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
  }
  .about-top__msg--txt {
    padding-right: 0.3125em;
    padding-bottom: 2.5em;
    padding-left: 0.3125em;
    line-height: 1.95;
    text-align: left;
    text-shadow: 8px 8px 8px #fff;
  }
  .about-type__txt {
    font-size: 1em;
  }
  .about-title {
    margin-top: 2.5em;
    font-size: 1.5em;
  }
  .about-price__table--area {
    padding-right: 0;
    padding-left: 0;
  }
  .about-price__table--note {
    font-size: 0.875em;
  }
  .about-price__table {
    width: 100%;
  }
  .about-price__table tr td {
    padding: 0.5em;
    font-size: 1em;
  }
  .about-price__table--area2 {
    padding-right: 0;
    padding-left: 0;
  }
  .about-condition__item {
    width: 100%;
  }
  .about-condition__item-txt {
    padding: 0 0.625em;
    font-size: 1em;
  }
  .about-requirement__item {
    padding: 1.25em;
  }
  .about-requirement__item-title span {
    margin-right: 0.625em;
  }
  .about-requirement__item-cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: column-reverse;
    align-items: center;
  }
  .about-requirement__item-cnt--img {
    margin-top: 1.875em;
    margin-right: 0;
  }
  .about-requirement__item-cnt--txt {
    width: auto;
    padding: 0em;
  }
  .about-btm__msg {
    min-height: 45em;
    margin-top: 3.75em;
    margin-bottom: 3.75em;
    padding: 0.625em;
    padding-left: 0.625em;
    background-image: url("../../images/bg_btm_msg_sp.png");
    background-position: bottom center;
    background-size: contain;
  }
  .about-btm__msg--title {
    font-size: 1.5em;
  }
  .about-btm__btn button a {
    padding-left: 1.11111em;
  }
}
