@charset "UTF-8";

/*=== common ===*/
.caution {
  padding-left: 1em;
  text-indent: -1em;
}

.indent {
  padding-left: 1.7em;
  text-indent: -1.7em;
}

.sp {
  display: contents;
}

.pc {
  display: block;
}

#check1,
#check2 {
  margin-bottom: 85px;
}

.subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
}

.subtitle__icon {
  padding-right: 67px;
}

.subtitle .subtitle__icon img {
  max-width: 107px;
  width: 100%;
}

.subtitle__block {
  padding-left: 57px;
  border-left: 1px solid #125C9C;
  color: #005095;
  line-height: 1;
  letter-spacing: 0.08em;
}

.subtitle__num {
  display: flex;
  align-items: center;
  font-family: var(--en-style-font);
}

.subtitle__num .en {
  margin-right: 16px;
  font-size: 36px;
  font-weight: bold;
}

.subtitle__num .num {
  font-size: 47px;
  letter-spacing: 0.01em;
}

.subtitle__caption {
  display: block;
  margin-bottom: 16px;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.25;
}

.subtitle__note br {
  display: contents;
}

.subtitle__note {
  display: block;
  font-size: 14px;
}

.section__inner {
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
  padding: 60px 30px;
  background: #E5F3FA;
}

.section__title {
  margin-bottom: 34px;
  color: #005095;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
}

.section__title br {
  display: contents;
}

.section__list {
  max-width: 920px;
  width: 100%;
  background: #fff;
  margin: 0 auto 26px;
  padding-block: 51px;
  padding-inline: 20px;
}

.section__list ul {
  width: fit-content;
  margin-inline: auto;
}

.section__item {
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.15em;
}

.section__item:last-child {
  margin-bottom: 0;
}

.section__item p::before {
  content: '';
  display: inline-block;
  background: url(../images/check_icon.svg) center no-repeat;
  background-size: contain;
  width: 27px;
  height: 19px;
  margin-right: 6px;
}

.demerit p::before {
  background: url(../images/demerit_icon.svg) center no-repeat;
  background-size: contain;
}

.case {
  max-width: 920px;
  width: 100%;
  margin-inline: auto;
  padding: 70px 46px 61px 63px;
  background: #C3E3EF;
}

.case__heading {
  color: #005095;
  font-size: 34px;
  font-family: var(--en-style-font);
  letter-spacing: 0.01em;
  line-height: 1.3;
}

.case__lead {
  width: fit-content;
  margin-bottom: 6px;
  padding-inline: 10px;
  padding-bottom: 4px;
  background: #036EB0;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.case__lead:last-child {
  margin-bottom: 0;
}

.case__gender {
  display: block;
  margin-block: 12px 23px;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.case__list {
  max-width: 816px;
  width: 100%;
  padding: 29px;
  background: #fff;
}

.case__item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 4px;
}

.case__item.center {
  align-items: center;
}

.case__item:last-child {
  margin-bottom: 0;
}

.case__item.blue {
  flex-direction: row-reverse;
}

.mt-9 {
  margin-top: -9px;
}

.mt-16 {
  margin-top: -16px;
}

.mt-26 {
  margin-top: -26px;
}

.icon {
  max-width: 80px;
  width: 100%;
}

.icon span {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
}

.orange .icon span {
  color: #FF7334;
}

.blue .icon span {
  color: #024687;
}

.balloon {
  position: relative;
  max-width: 549px;
  width: 100%;
  background: #F2F2F2;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.balloon::after,
.balloon::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

.orange .balloon::after {
  left: -28px;
  border: 16px solid transparent;
  border-right: 20px solid #F2F2F2;
}

.blue .balloon::after {
  right: -28px;
  border: 16px solid transparent;
  border-left: 20px solid #F2F2F2;
}

.case__inner {
  position: relative;
  z-index: 1;
}

.case__avatar {
  position: absolute;
  z-index: -1;
}

/*=== pension ===*/
.pension__inner {
  padding: 46px 30px;
  background: linear-gradient(90deg, #E5F3FA 0%, #E5F3FA 50%, #E3FAFF 50%, #E3FAFF 100%);
}

.pension__top {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pension__icon {
  width: 50%;
  display: flex;
  align-items: center;
}

.pension__icon:last-child {
  margin-left: 72px;
}

.pension__text {
  margin-left: 24px;
}

.pension__text .en {
  display: block;
  padding-left: 8px;
  color: #024687;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.pension__text .ja {
  color: #024687;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.pension__bottom {
  max-width: 1100px;
  margin-inline: auto;
  background: #fff;
  border: 3px solid #043D79;
  border-radius: 26px;
}

.pension__catch {
  display: block;
  width: fit-content;
  margin: -28px auto 0;
  padding: 11px 33px 13px;
  background: #024687;
  border-radius: 27px;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}

.pension__bottm__inner {
  padding: 58px 90px 56px 56px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 12px;
}

.pension__image:first-child {
  max-width: 515px;
}

.pension__image:last-child {
  max-width: 396px;
}

.pension__image:last-child img {
  max-width: 354px;
}

.pension__caution {
  margin-top: 40px;
  margin-left: 45px;
}

.pension__caution span {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

/*=== check ===*/
.check {
  padding: 78px 30px 103px;
}

.check__title {
  margin: 0 auto 64px;
  font-size: 34px;
  text-align: center;
  letter-spacing: 0.08em;
}

.check__title br {
  display: contents;
}

.check__title .small {
  display: block;
  color: #024687;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.08em;
}

.check__list {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 103px;
}

.check__item {
  display: flex;
  flex-direction: column;
}

.check__image {
  position: relative;
  margin-bottom: 13px;
}

.check__num {
  position: absolute;
  top: -6px;
  left: -20px;
  color: #005095;
  font-family: var(--en-style-font);
  font-size: 67px;
  letter-spacing: 0.01em;
}

.check__num small {
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: bold;
  writing-mode: vertical-lr;
}

.check__text {
  font-size: 20px;
  flex-grow: 1;
  margin-bottom: 16px;
  text-align: center;
  letter-spacing: 0.08em;
}

.check__button {
  max-width: 233px;
  background: #005095;
  border-radius: 28px;
}

.check__button a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 22px 21px 25px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.check__button a::after {
  content: '';
  display: inline-block;
  background: url(../images/arrow_white.svg) center no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}

/*=== check1 ===*/
#check1 .section__emphasis {
  margin-bottom: 12px;
  color: #005095;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#check1 .section__image {
  max-width: 834px;
  width: 100%;
  margin: 0 auto 4px;
  text-align: center;
}

#check1 .section__text {
  margin-bottom: 34px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}

#check1 .section__table {
  max-width: 930px;
  margin: 0 auto 65px;
}

#check1 .section__table table {
  width: 100%;
  font-size: 20px;
  letter-spacing: 0.08em;
}

#check1 .section__table table tr th,
#check1 .section__table table tr td {
  padding: 13px 0;
}

#check1 .section__table table thead tr .rightblue {
  color: #fff;
  font-weight: 500;
  background: #4A9FD4;
  text-align: center;
}

#check1 .section__table table thead tr .blue {
  color: #fff;
  font-weight: 400;
  background: #4E72B5;
}

#check1 .section__table table tbody {
  background: #fff;
}

#check1 .section__table table tbody tr td:first-child {
  width: 229px;
  text-align: center;
}

#check1 .section__table table tbody tr td:last-child {
  padding-left: 27px;
}

#check1 .case .case__avatar {
  width: 318px;
  top: -337px;
  right: 14px;
}

/*=== check2 ===*/
#check2 .section__list {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 50px;
}

#check2 .section__list__left {
  max-width: 272px;
  padding-left: 18px;
}

#check2 .section__list ul {
  margin-inline: unset;
}

#check2 .section__unit {
  margin-bottom: 52px;
}

#check2 .section__text {
  color: #005095;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
}

#check2 .section__unit span {
  display: block;
  margin-block: 15px 12px;
  text-align: center;
}

#check2 .section__list:nth-of-type(3) {
  gap: 32px;
}

#check2 .arrow {
  margin-left: 42px;
  width: 242px;
  height: 104px;
  background: #036EB0;
  clip-path: polygon(0% 0%, 85% 0, 100% 50%, 85% 100%, 0% 100%);
}

#check2 .arrow p {
  padding-block: 24px;
  padding-right: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
}

.data {
  max-width: 920px;
  width: 100%;
  margin: 0 auto 50px;
}

.data__list {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}

.data__item {
  width: calc(100% / 3);
  background: #fff;
  border: 3px solid #4A9FD4;
  border-radius: 10px;
  letter-spacing: 0.08em;
}

.data__item span {
  display: block;
  width: 100%;
  padding-block: 10px;
  background: #4A9FD4;
  border-radius: 6px 6px 0 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.data__item p {
  padding-block: 14px;
  padding-right: 16px;
  font-size: 20px;
  text-align: right;
}

.data__block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  margin: 0 auto 52px;
}

.data__image {
  max-width: 197px;
}

.data__table table {
  border-collapse: collapse;
}

.data__table tbody tr {
  border-bottom: 3px solid #fff;
}

.data__table thead tr th,
.data__table tbody tr td {
  padding-block: 6px 7px;
  padding-inline: 24px;
  text-align: center;
  letter-spacing: 0.08em;
}

.data__table tbody tr td:first-child {
  width: 58px;
}

.data__table tbody tr td:first-child {
  padding-right: 14px;
}

.data__table tbody tr td:nth-of-type(3) {
  text-align: left;
}

.data__table .rightblue {
  background: #4A9FD4;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-right: 4px solid #E5F3FA;
}

.data__table .rightblue:last-child {
  border-right: none;
}

.data__table tbody tr:nth-of-type(1) td:first-child,
.data__table tbody tr:nth-of-type(2) td:first-child,
.data__table tbody tr:nth-of-type(3) td:first-child,
.data__table tbody tr:nth-of-type(4) td:first-child {
  position: relative;
}

.data__table tbody tr:nth-of-type(1) td:first-child::after,
.data__table tbody tr:nth-of-type(2) td:first-child::after,
.data__table tbody tr:nth-of-type(3) td:first-child::after,
.data__table tbody tr:nth-of-type(4) td:first-child::after {
  display: block;
  position: absolute;
  content: '';
  width: 48px;
  height: 16px;
  left: 0;
  bottom: 8px;
}

.data__table tbody tr:nth-of-type(1) td:first-child::after {
  background: #4F80CC;
}

.data__table tbody tr:nth-of-type(2) td:first-child::after {
  background: #4F80CC;
}

.data__table tbody tr:nth-of-type(3) td:first-child::after {
  background: #4E72B5;
}

.data__table tbody tr:nth-of-type(4) td:first-child::after {
  background: #182980;
}

#check2 .case .case__avatar {
  width: 318px;
  top: -356px;
  right: -12px;
}

/*=== check3 ===*/
#check3 .section__text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
}

#check3 .section__list:nth-child(4) {
  position: relative;
  margin-block: 60px 67px;
  padding-block: 0 51px;
}

#check3 .section__list:nth-child(4) ul {
  padding-top: 51px;
}

#check3 .section__list__title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 482px;
  width: 100%;
  margin-block: -28px 0;
  background: #6E91AA;
  border-radius: 27px;
  padding-block: 12px;
  padding-inline: 18px;
}

#check3 .section__list__title p {
  color: #fff;
  font-size: 21px;
  letter-spacing: 0.08em;
  text-align: center;
}

#check3 .section__title {
  margin-bottom: 34px;
}

#check3 .section__list:nth-of-type(1) {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 0 20px 20px;
}

#check3 .section__list:nth-of-type(1) .section__list__left {
  max-width: 270px;
  width: 100%;
  margin-top: -4%;
  margin-left: -5%;
}

#check3 .section__list__right {
  flex-basis: 70%;
  margin-left: auto;
  margin-right: 20px;
}

#check3 .case__avatar {
  width: 312px;
  top: -352px;
  right: -11px;
}

#check3 .case__item:nth-of-type(3) {
  flex-direction: column;
  margin-top: 12px;
  margin-bottom: 37px;
}

#check3 .case__item:nth-of-type(3) .caution {
  font-size: 14px;
  margin-inline: auto;
  text-align: center;
}

#check3 .case__item:nth-of-type(3) p {
  width: 100%;
}

.check__message p {
  margin-top: 93px;
  color: #005095;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.7;
  text-align: center;
}

/*=== media query ===*/
@media(max-width: 960px) {
  .pension__bottm__inner {
    padding: 27px 20px 24px;
    flex-direction: column;
    align-items: center;
  }

  .pension__image,
  .pension__image picture img {
    width: 100%;
  }

  .pension__image .pc-only {
    display: none;
  }

  .case__lead.pc-only {
    display: none;
  }

  .case__lead.sp-only {
    display: block;
  }

  .case__gender .sp {
    display: block;
  }

  .case__item {
    margin-bottom: 14px;
    gap: 12px;
  }

  .mt-9,
  .mt-16,
  .mt-26 {
    margin-top: unset;
  }

  .icon {
    max-width: 63px;
    width: 100%;
  }

  .balloon {
    padding: 8px 10px;
  }
}

@media(max-width: 768px) {

  /*=== common ===*/
  .indent {
    padding-left: 1.9em;
    text-indent: -1.8em;
  }

  .subtitle {
    margin-left: 40px;
    margin-bottom: 28px;
    justify-content: flex-start;
  }

  .subtitle .subtitle__icon img {
    max-width: 30px;
  }

  .subtitle__block {
    padding-left: 0;
    border-left: none;
  }

  .subtitle__block .sp-only {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
  }

  .subtitle__icon {
    padding-right: 16px;
  }

  .subtitle__num.pc-only {
    display: none;
  }

  .subtitle__num {
    padding-top: 4px;
  }

  .subtitle__num .en {
    font-size: 30px;
    margin-right: 6px;
  }

  .subtitle__num .num {
    font-size: 40px;
  }

  .subtitle__caption {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .subtitle__caption br,
  .subtitle__note br {
    display: block;
  }

  .subtitle__note {
    line-height: 1.4;
  }

  .section__inner {
    padding: 20px 20px 30px;
  }

  .section__title {
    font-size: 20px;
    margin-bottom: 18px;
  }

  .section__title br {
    display: block;
  }

  .section__list {
    padding-block: 24px;
  }

  .section__list ul {
    width: 100%;
  }

  .section__item {
    margin-bottom: 6px;
    font-size: 16px;
    letter-spacing: 0.1em;
  }

  .section__item p::before {
    margin-right: 3px;
    vertical-align: bottom;
  }

  .case {
    padding: 27px 20px 30px;
  }

  .case__heading {
    display: block;
    margin-bottom: 9px;
    font-size: 28px;
  }

  .case__lead {
    font-size: 28px;
  }

  .case__inner {
    position: relative;
    z-index: 1;
  }

  .case__avatar {
    position: absolute;
    z-index: -1;
  }

  .case__gender {
    margin-block: 7px 8px;
    font-size: 18px;
  }

  .case__list {
    padding: 26px 24px 24px;
  }

  /*=== pension ===*/
  .pension__inner {
    padding: 26px 20px 46px;
  }

  .pension__top {
    margin-bottom: 60px;
    justify-content: space-between;
    gap: 14px;
  }

  .pension__icon {
    flex-direction: column;
  }

  .pension__text {
    margin: 10px auto 0;
  }

  .pension__text .en {
    font-size: 27px;
    text-align: center;
  }

  .pension__text .ja {
    display: block;
    width: 100%;
    font-size: 13px;
  }

  .pension__icon:last-child {
    margin-left: 0;
  }

  .pension__catch {
    margin-top: -34px;
    font-size: 18px;
    border-radius: 40px;
    padding: 10px 50px;
  }

  .pension__catch span {
    display: block;
  }

  .pension__caution {
    margin: 0 auto;
  }

  .pension__caution .caution {
    padding-left: 0;
    text-indent: unset;
  }

  /*=== check ===*/
  .check {
    padding: 49px 0 30px;
  }

  .check__title {
    font-size: 30px;
    margin-bottom: 48px;
  }

  .check__title br {
    display: block;
  }

  .check__title .small {
    font-size: 18px;
  }

  .check__list {
    margin-bottom: 92px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  /*=== check1 ===*/
  #check1 .section__text {
    font-size: 12px;
    margin-bottom: 10px;
  }

  #check1 .section__emphasis {
    font-size: 18px;
    margin-bottom: 25px;
  }

  #check1 .section__image {
    margin-bottom: 53px;
  }

  #check1 .section__table {
    margin-bottom: 14px;
  }

  #check1 .section__table table {
    font-size: 12px;
  }

  #check1 .section__table table tr th {
    padding: 6px 0;
  }

  #check1 .section__table table tr td {
    padding: 4px 0;
  }

  #check1 .section__table table tbody tr td:first-child {
    width: 108px;
  }

  #check1 .section__table table tbody tr td:last-child {
    padding-left: 10px;
  }

  #check1 .case .case__avatar {
    max-width: 256px;
    top: -257px;
    right: 0px;
  }

  #check1,
  #check2 {
    margin-bottom: 26px;
  }

  /*=== check2 ===*/
  #check2 .section__inner {
    padding: 40px 20px;
  }

  #check2 .section__title {
    margin-bottom: 36px;
  }

  #check2 .section__list {
    flex-direction: column;
    gap: 19px;
    margin-bottom: 18px;
  }

  #check2 .section__list:nth-of-type(3) {
    margin-bottom: 32px;
    gap: 18px;
  }

  #check2 .section__list__left {
    max-width: unset;
    padding-left: 0;
  }

  #check2 .section__unit {
    margin-bottom: 14px;
  }

  #check2 .section__text {
    font-size: 19px;
  }

  #check2 .arrow {
    width: 100%;
    height: auto;
    margin-left: 0;
    clip-path: polygon(0 0, 100% 0%, 100% 75%, 50% 100%, 0 75%);
  }

  #check2 .arrow p {
    padding: 14px 0 32px;
    font-size: 16px;
  }

  .data {
    margin-bottom: 32px;
  }

  .data__list {
    flex-direction: column;
    margin-bottom: 22px;
  }

  .data__item {
    width: 100%;
  }

  .data__item span {
    padding-block: 4px 6px;
  }

  .data__item p {
    padding-block: 10px;
    padding-right: 0;
    text-align: center;
  }

  .data__block {
    gap: 13px;
    margin-bottom: 0;
  }

  .data__image {
    max-width: unset;
  }

  .data__table .rightblue {
    font-size: 10px;
  }

  .data__table thead tr th,
  .data__table tbody tr td {
    padding-block: 4px;
    padding-inline: 5px;
  }

  .data__table tbody tr td {
    font-size: 10px;
    text-align: left;
  }

  .data__table thead tr th:first-child,
  .data__table tbody tr td:first-child,
  .data__table tbody tr:nth-of-type(1) td:first-child,
  .data__table tbody tr:nth-of-type(2) td:first-child,
  .data__table tbody tr:nth-of-type(3) td:first-child,
  .data__table tbody tr:nth-of-type(4) td:first-child {
    display: contents;
  }

  .data__table tbody tr:nth-of-type(1) td:first-child::after,
  .data__table tbody tr:nth-of-type(2) td:first-child::after,
  .data__table tbody tr:nth-of-type(3) td:first-child::after,
  .data__table tbody tr:nth-of-type(4) td:first-child::after {
    display: none;
  }

  .data__table tbody tr:nth-of-type(1) td span,
  .data__table tbody tr:nth-of-type(2) td span,
  .data__table tbody tr:nth-of-type(3) td span,
  .data__table tbody tr:nth-of-type(4) td span {
    position: relative;
    padding-left: 16px;
  }

  .data__table tbody tr:nth-of-type(1) td span::before,
  .data__table tbody tr:nth-of-type(2) td span::before,
  .data__table tbody tr:nth-of-type(3) td span::before,
  .data__table tbody tr:nth-of-type(4) td span::before {
    display: block;
    position: absolute;
    content: '';
    width: 13px;
    height: 10px;
    left: 0;
    bottom: 2px;
  }

  .data__table tbody tr:nth-of-type(1) td span::before {
    background: #4A9FD4;
  }

  .data__table tbody tr:nth-of-type(2) td span::before {
    background: #4F80CC;
  }

  .data__table tbody tr:nth-of-type(3) td span::before {
    background: #4E72B5;
  }

  .data__table tbody tr:nth-of-type(4) td span::before {
    background: #182980;
  }

  #check2 .case .case__avatar {
    max-width: 256px;
    top: -253px;
    right: 4px;
  }

  .case__item.center {
    align-items: flex-start;
  }

  /*=== check3 ===*/
  #check3 .section__inner {
    padding: 36px 20px 46px;
  }

  #check3 .section__title {
    margin-bottom: 24px;
  }

  #check3 .section__text {
    font-size: 12px;
  }

  #check3 .section__list:nth-of-type(1) {
    flex-direction: column;
    gap: 22px;
    padding: 22px 20px 24px;
  }

  #check3 .section__list:nth-of-type(1) .section__list__left {
    max-width: unset;
    margin-top: 0;
    margin-left: 0;
  }

  #check3 .section__list:nth-of-type(1) .section__list__left img {
    width: 100%;
  }

  #check3 .section__list__right {
    width: 100%;
    margin-inline: auto;
  }

  #check3 .section__list__title p {
    font-size: 16px;
    letter-spacing: 0.04em;
  }

  #check3 .section__list__title {
    padding-inline: 0;
  }

  #check3 .section__list:nth-child(4) {
    margin-block: 60px 34px;
    padding-block: 0 28px;
  }

  #check3 .case__avatar {
    max-width: 256px;
    top: -245px;
    right: 0;
  }

  #check3 .case__item:nth-of-type(3) {
    margin-bottom: 30px;
  }

  #check3 .case__item:nth-of-type(3) p picture img {
    width: 100%;
  }

  .check__message p {
    margin-top: 16px;
    font-size: 16px;
  }
}

@media(max-width: 540px) {

  .indent br,
  .sp {
    display: block;
  }

  .pc {
    display: contents;
  }

  .case__gender {
    margin-block: 7px 256px;
  }

  #check1 .case .case__avatar,
  #check3 .case .case__avatar {
    right: 0;
  }

  #check2 .case .case__avatar {
    right: 28px;
  }
}