@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }

  .pageSustainability {
    padding-bottom: 4.9rem;
    font-family: var(--brandName-font);
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }

  .pageSustainability img {
    width: 100%;
    height: auto;
  }

  .headline {
    margin-top: 2.6rem;
    text-align: center;
  }

  .headline h1 img {
    width: 17rem;
    margin: 0 auto;
  }

  .headline h1 .subtitle {
    display: block;
    margin-top: 1.6rem;
    font-size: 1.4rem;
    line-height: 1.9555555556;
    letter-spacing: 0.18em;
  }

  .headline .headline__lead {
    margin-top: 2.8rem;
    font-size: 1.3rem;
    line-height: 2.15;
    letter-spacing: 0.18em;
  }

  .contentsBlock {
    margin-top: 6rem;
    padding: 4rem 1.3rem 0;
    border-top: 1px solid #E9EAEA;
  }

  .contentsBlock._01 {
    margin-top: 4.3rem;
  }

  .contentsBlock .heading {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contentsBlock .heading__text {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
  }

  .contentsBlock .heading__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-family: var(--sec-tittle-font);
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-align: center;
  }

  .contentsBlock .heading__title .title_svg {
    width: 3.3rem;
    height: 3.4rem;
    margin-right: 2rem;
  }

  .contentsBlock .heading__outline {
    margin-top: 2.8rem;
    font-size: 1.5rem;
    letter-spacing: 0.18em;
  }

  .contentsBlock .heading__lead {
    margin-top: 2rem;
    font-size: 1.3rem;
    line-height: 2.225;
    letter-spacing: 0.12em;
  }

  .contentsBlock .heading__img {
    margin-top: 3.5rem;
  }

  .contentsBlock .tabMenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.2rem;
    border-bottom: 1px solid #0B1F3F;
    font-family: var(--hirakaku);
  }

  .contentsBlock .tabMenu__list {
    width: 100%;
    padding: 1.2rem 0 1.2rem 0;
    background: -webkit-linear-gradient(45deg, transparent 0, #D6EAF9 0), -webkit-linear-gradient(135deg, transparent 0, #D6EAF9 0), -webkit-linear-gradient(225deg, transparent 0.5rem, #D6EAF9 0.5rem), -webkit-linear-gradient(315deg, transparent 0, #D6EAF9 0);
    background: -ms-linear-gradient(45deg, transparent 0.5rem, #D6EAF9 0.5rem), -ms-linear-gradient(135deg, transparent 0.5rem, #D6EAF9 0.5rem), -ms-linear-gradient(225deg, transparent 0.5rem, #D6EAF9 0.5rem), -ms-linear-gradient(315deg, transparent 0.5rem, #D6EAF9 1rem);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    color: #567EA2;
    font-size: 1rem;
    text-align: center;
  }

  .contentsBlock .tabMenu__list.active {
    background: -webkit-linear-gradient(45deg, transparent 0, #0B1F3F 0), -webkit-linear-gradient(135deg, transparent 0, #0B1F3F 0), -webkit-linear-gradient(225deg, transparent 0.5rem, #0B1F3F 0.5rem), -webkit-linear-gradient(315deg, transparent 0, #0B1F3F 0);
    background: -ms-linear-gradient(45deg, transparent 0.5rem, #0B1F3F 0.5rem), -ms-linear-gradient(135deg, transparent 0.5rem, #0B1F3F 0.5rem), -ms-linear-gradient(225deg, transparent 0.5rem, #0B1F3F 0.5rem), -ms-linear-gradient(315deg, transparent 0.5rem, #0B1F3F 1rem);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    color: #fff;
  }

  .contentsBlock .tabMenu__list:not(:last-of-type) {
    margin-right: 0.4rem;
  }

  .contentsBlock .tabArea {
    font-family: var(--hirakaku);
    font-family: var(--font-cicon);
  }

  .contentsBlock .tabArea__block {
    display: none;
  }

  .contentsBlock .tabArea__block.active {
    display: block;
  }

  .contentsBlock .tabArea__block .lead_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 2.5rem;
    font-size: 1.1rem;
    line-height: 1.9090909091;
  }

  .contentsBlock .tabArea__block .lead_area .caution {
    display: block;
    font-size: 0.5rem;
    line-height: 1.6226415094;
  }

  .contentsBlock .tabArea__block .img_area {
    margin-top: 2.7rem;
  }

  .contentsBlock .tabArea__block .img_area picture {
    display: block;
  }

  .contentsBlock .tabArea__block .img_area picture:nth-of-type(2) {
    margin-top: 1rem;
  }

  .contentsBlock .tabArea__block .btn_area {
    margin-top: 3.1rem;
  }

  .contentsBlock .tabArea__block .btn_area a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 19.2rem;
    margin: 0 auto;
    padding: 1.6rem;
    background-color: #D6EAF9;
    text-align: center;
    color: #0B1F3F;
    font-size: 1rem;
    letter-spacing: 0.12em;
  }

  .contentsBlock .up_arrpw {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp_only {
    display: none;
  }

  .pageSustainability {
    max-width: 119.8rem;
    margin: 0 auto;
    font-family: var(--brandName-font);
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }

  .pageSustainability img {
    width: 100%;
    height: auto;
  }

  .headline {
    margin-top: 5.5rem;
    text-align: center;
  }

  .headline h1 img {
    margin: 0 auto;
    width: 26.1rem;
  }

  .headline h1 .subtitle {
    display: block;
    margin-top: 2.4rem;
    font-size: 2.5rem;
    line-height: 1.6;
    letter-spacing: 0.3em;
  }

  .headline .headline__lead {
    margin-top: 5.6rem;
    font-size: 1.8rem;
    line-height: 2.2222222222;
    letter-spacing: 0.3em;
  }

  .contentsBlock {
    padding: 11.3rem 7.3rem 12rem;
    border-top: 1px solid #8898A0;
    position: relative;
  }

  .contentsBlock._01 {
    margin-top: 9.5rem;
  }

  .contentsBlock .heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
  }

  .contentsBlock .heading__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -2.5rem;
    font-family: var(--sec-tittle-font);
    font-size: 3.7rem;
    letter-spacing: 0.14em;
    text-align: center;
  }

  .contentsBlock .heading__title .title_svg {
    width: 5.5rem;
    height: 6.6rem;
    margin-top: 0.5rem;
    margin-right: 2.4rem;
    margin-left: 0.5rem;
  }

  .contentsBlock .heading__outline {
    margin-top: 10rem;
    font-size: 2.5rem;
    letter-spacing: 0.18em;
  }

  .contentsBlock .heading__lead {
    margin-top: 2.3rem;
    font-size: 2rem;
    line-height: 2.25;
    letter-spacing: 0.14em;
  }

  .contentsBlock .heading__img {
    width: 43rem;
  }

  .contentsBlock .tabMenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6.2rem;
    border-bottom: 2px solid #0B1F3F;
    font-family: var(--hirakaku);
    font-family: var(--font-cicon);
  }

  .contentsBlock .tabMenu__list {
    width: 100%;
    padding: 3rem 0 3rem;
    background: -webkit-linear-gradient(45deg, transparent 0, #D6EAF9 0), -webkit-linear-gradient(135deg, transparent 0, #D6EAF9 0), -webkit-linear-gradient(225deg, transparent 1rem, #D6EAF9 1rem), -webkit-linear-gradient(315deg, transparent 0, #D6EAF9 0);
    background: -ms-linear-gradient(45deg, transparent 1rem, #D6EAF9 1rem), -ms-linear-gradient(135deg, transparent 1rem, #D6EAF9 1rem), -ms-linear-gradient(225deg, transparent 1rem, #D6EAF9 1rem), -ms-linear-gradient(315deg, transparent 1rem, #D6EAF9 1rem);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    color: #567EA2;
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 0.12em;
  }

  .contentsBlock .tabMenu__list.active {
    background: -webkit-linear-gradient(45deg, transparent 0, #0B1F3F 0), -webkit-linear-gradient(135deg, transparent 0, #0B1F3F 0), -webkit-linear-gradient(225deg, transparent 1rem, #0B1F3F 1rem), -webkit-linear-gradient(315deg, transparent 0, #0B1F3F 0);
    background: -ms-linear-gradient(45deg, transparent 1rem, #0B1F3F 1rem), -ms-linear-gradient(135deg, transparent 1rem, #0B1F3F 1rem), -ms-linear-gradient(225deg, transparent 1rem, #0B1F3F 1rem), -ms-linear-gradient(315deg, transparent 1rem, #0B1F3F 1rem);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    color: #fff;
  }

  .contentsBlock .tabMenu__list:not(:last-of-type) {
    margin-right: 1.2rem;
  }

  .contentsBlock .tabArea {
    font-family: var(--hirakaku);
    font-family: var(--font-cicon);
  }

  .contentsBlock .tabArea__block {
    display: none;
  }

  .contentsBlock .tabArea__block.active {
    display: block;
  }

  .contentsBlock .tabArea__block .lead_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 4rem;
    font-size: 1.7rem;
    line-height: 2.2352941176;
    letter-spacing: 0.18em;
  }

  .contentsBlock .tabArea__block .lead_area p {
    display: inline-block;
    margin: 0 auto;
  }

  .contentsBlock .tabArea__block .lead_area .caution {
    display: block;
    margin-top: 1rem;
    font-size: 1.1rem;
    line-height: 1.3636363636;
    letter-spacing: 0.14em;
  }

  .contentsBlock .tabArea__block .img_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4.5rem;
  }

  .contentsBlock .tabArea__block .img_area picture {
    display: block;
    width: 34.6rem;
  }

  .contentsBlock .tabArea__block .img_area picture:nth-of-type(2) {
    margin-left: 0.5rem;
  }

  .contentsBlock .tabArea__block .btn_area {
    margin-top: 7.1rem;
  }

  .contentsBlock .tabArea__block .btn_area a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40rem;
    margin: 0 auto;
    padding: 2.2rem 0 2rem;
    background-color: #D6EAF9;
    text-align: center;
    color: #0B1F3F;
    font-size: 1.7rem;
    letter-spacing: 0.12em;
  }

  .contentsBlock .up_arrpw {
    width: 2.4rem;
    height: 2.1rem;
    position: absolute;
    right: 3rem;
    bottom: 2.8rem;
  }
}

/* ▽telepathy作成箇所▽ */
.contentsBlock04 {
  font-family: "ヒラギノ明朝 Pro"
}

.contentsBlock04 .is-sp {
  display: none
}

.contentsBlock04__title {
  font-size: 40px;
  text-align: center
}

.contentsBlock04__lead {
  font-size: 20px;
  margin-top: 53px;
  line-height: 2.25;
  text-align: center;
  letter-spacing: .1em
}

.contentsBlock04__sub_title {
  font-size: 20px;
  margin-top: 115px;
  font-weight: 600;
  letter-spacing: .06em
}

.contentsBlock04__sub_lead {
  font-size: 20px;
  margin-top: 22px;
  line-height: 1.85;
  letter-spacing: .11em
}

.contentsBlock04__btn {
  font-family: "ヒラギノ角ゴ Pro W3";
  margin: auto;
  margin-top: 95px;
  font-size: 17px;
  letter-spacing: .2em;
  max-width: 400px;
  width: 100%;
  text-align: center;
  border: 1px solid #172950;
  padding: 20px 60px;
  position: relative;
  cursor: pointer
}

.contentsBlock04__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-clip-path: polygon(47% 0, 52% 0, 53% 47%, 100% 47%, 100% 53%, 53% 53%, 53% 100%, 47% 100%, 47% 53%, 0 53%, 0 47%, 47% 47%);
  clip-path: polygon(47% 0, 52% 0, 53% 47%, 100% 47%, 100% 53%, 53% 53%, 53% 100%, 47% 100%, 47% 53%, 0 53%, 0 47%, 47% 47%);
  background: #172950;
  width: 27px;
  height: 27px
}

.contentsBlock04__btn.is-open::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg)
}

.contentsBlock04__contents {
  display: none
}

.contentsBlock04 .contentsBlock04_process {
  margin-top: 140px
}

.contentsBlock04 .contentsBlock04_process__title {
  font-family: "ヒラギノ角ゴ Pro W6";
  letter-spacing: .12em;
  font-size: 23px
}

.contentsBlock04 .contentsBlock04_process__box {
  margin-top: 20px;
  border: 2px solid #4a4747;
  display: flex;
  align-items: center;
  z-index: 1
}

.contentsBlock04 .contentsBlock04_process__box+.contentsBlock04_process__box {
  margin-top: 25px
}

.contentsBlock04 .contentsBlock04_process__box:nth-last-child(1) .contentsBlock04_process__label::after,
.contentsBlock04 .contentsBlock04_process__box:nth-last-child(1) .contentsBlock04_process__label::before {
  display: none
}

.contentsBlock04 .contentsBlock04_process__label {
  font-family: "ヒラギノ角ゴ Pro W6";
  letter-spacing: .12em;
  color: #fff;
  font-size: 20px;
  background: #17284f;
  padding: 36px 20px;
  max-width: 380px;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  flex-shrink: 2
}

.contentsBlock04 .contentsBlock04_process__label::after,
.contentsBlock04 .contentsBlock04_process__label::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block
}

.contentsBlock04 .contentsBlock04_process__label::before {
  border: 30px solid transparent;
  border-top: 17px solid #17284f;
  z-index: 1
}

.contentsBlock04 .contentsBlock04_process__label::after {
  border: 31px solid transparent;
  border-top: 18px solid #4a4747;
  z-index: -1
}

.contentsBlock04 .contentsBlock04_process__list {
  max-width: 580px;
  width: 100%;
  padding: 0 20px;
  margin: auto
}

.contentsBlock04 .contentsBlock04_process__item {
  font-family: "ヒラギノ角ゴ Pro W3";
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: .12em
}

.contentsBlock04 .contentsBlock04_process__item+.contentsBlock04_process__item {
  margin-top: 8px
}

.contentsBlock04 .contentsBlock04_risk {
  margin-top: 95px
}

.contentsBlock04 .contentsBlock04_risk__title {
  font-family: "ヒラギノ角ゴ Pro W6";
  font-size: 23px;
  letter-spacing: .12em
}

.contentsBlock04 .contentsBlock04_risk__table {
  margin-top: 20px;
  width: 100%;
  border: 2px solid #4a4747;
  font-family: "ヒラギノ角ゴ Pro W3"
}

.contentsBlock04 .contentsBlock04_risk__head {
  background: #172950
}

.contentsBlock04 .contentsBlock04_risk__head th {
  padding: 8px 0;
  font-size: 19px;
  color: #fff;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3";
  font-weight: 300;
  letter-spacing: .1em
}

.contentsBlock04 .contentsBlock04_risk__head th+th {
  border-left: 2px solid #fff
}

.contentsBlock04 .contentsBlock04_risk__body {
  border-top: 2px solid #4a4747
}

.contentsBlock04 .contentsBlock04_risk__body th {
  font-family: "ヒラギノ角ゴ Pro W6";
  font-size: 20px;
  letter-spacing: .12em;
  height: 100%;
  width: 30%;
  text-align: center;
  vertical-align: middle
}

.contentsBlock04 .contentsBlock04_risk__body td {
  padding: 20px;
  border-left: 2px solid #4a4747
}

.contentsBlock04 .contentsBlock04_risk__list {
  max-width: 650px;
  width: 100%;
  margin: auto
}

.contentsBlock04 .contentsBlock04_risk__item {
  font-size: 19px;
  letter-spacing: .17em;
  line-height: 1.6
}

.contentsBlock04 .contentsBlock04_risk__item+.contentsBlock04_risk__item {
  margin-top: 3px
}

.contentsBlock04 .contentsBlock04_assessment {
  margin-top: 100px;
}

.contentsBlock04 .contentsBlock04_assessment__title {
  font-family: "ヒラギノ角ゴ Pro W6";
  font-size: 23px;
  font-weight: 600;
  letter-spacing: .12em
}

.contentsBlock04 .contentsBlock04_assessment__text {
  font-family: "ヒラギノ角ゴ Pro W3";
  font-size: 21px;
  line-height: 1.85;
  margin-top: 13px;
  letter-spacing: .12em
}
.contentsBlock04 .contentsBlock04_assessment__p {
  font-size: 15px;
  font-family: "ヒラギノ角ゴ Pro W3";
  text-align: right;
  margin-top: 1em;
}


@media screen and (max-width: 768px) {
  .contentsBlock04 .is-sp {
    display: block
  }

  .contentsBlock04__title {
    font-size: 5.2083333333vw;
    letter-spacing: .15em
  }

  .contentsBlock04__lead {
    font-size: 3.515625vw;
    margin-top: 4.8177083333vw;
    letter-spacing: .1em;
    line-height: 2
  }

  .contentsBlock04__sub_title {
    font-size: 3.125vw;
    margin-top: 13.0208333333vw
  }

  .contentsBlock04__sub_lead {
    font-size: 2.734375vw;
    margin-top: 1.953125vw;
    letter-spacing: .18em;
    line-height: 1.9
  }

  .contentsBlock04__btn {
    margin-top: 9.5052083333vw;
    font-size: 2.4739583333vw;
    max-width: 51.4322916667vw;
    padding: 4.5572916667vw;
    position: relative;
    cursor: pointer
  }

  .contentsBlock04__btn::before {
    width: 5.46875vw;
    height: 5.46875vw;
    right: 4.0364583333vw;
    -webkit-clip-path: polygon(48% 0, 52% 0, 52% 48%, 100% 48%, 100% 52%, 52% 52%, 52% 100%, 48% 100%, 48% 52%, 0 52%, 0 48%, 48% 48%);
    clip-path: polygon(48% 0, 52% 0, 52% 48%, 100% 48%, 100% 52%, 52% 52%, 52% 100%, 48% 100%, 48% 52%, 0 52%, 0 48%, 48% 48%)
  }

  .contentsBlock04__btn.is-open::before {
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
  }

  .contentsBlock04 .contentsBlock04_process {
    margin-top: 10.0260416667vw
  }

  .contentsBlock04 .contentsBlock04_process__title {
    font-size: 2.9947916667vw
  }

  .contentsBlock04 .contentsBlock04_process__box {
    margin-top: 1.8229166667vw
  }

  .contentsBlock04 .contentsBlock04_process__box+.contentsBlock04_process__box {
    margin-top: 5.3385416667vw
  }

  .contentsBlock04 .contentsBlock04_process__label {
    font-size: .9375rem;
    padding: 5.2083333333vw 2.6041666667vw;
    max-width: 33.203125vw
  }

  .contentsBlock04 .contentsBlock04_process__label::after,
  .contentsBlock04 .contentsBlock04_process__label::before {
    content: "";
    border: 4.296875vw solid transparent
  }

  .contentsBlock04 .contentsBlock04_process__label::before {
    top: 100%;
    border-top: 1.953125vw solid #17284f;
    z-index: 1
  }

  .contentsBlock04 .contentsBlock04_process__label::after {
    top: 100%;
    border-top: 2.0833333333vw solid #4a4747;
    z-index: -1
  }

  .contentsBlock04 .contentsBlock04_process__list {
    max-width: 33.125rem;
    padding: .6510416667vw .6510416667vw .6510416667vw 4.4270833333vw
  }

  .contentsBlock04 .contentsBlock04_process__item {
    font-size: .8125rem
  }

  .contentsBlock04 .contentsBlock04_process__item+.contentsBlock04_process__item {
    margin-top: 1.3020833333vw
  }

  .contentsBlock04 .contentsBlock04_risk {
    margin-top: 11.4583333333vw
  }

  .contentsBlock04 .contentsBlock04_risk__title {
    font-size: 2.9947916667vw
  }

  .contentsBlock04 .contentsBlock04_risk__table {
    margin-top: 2.34375vw
  }

  .contentsBlock04 .contentsBlock04_risk__head th {
    padding: 1.8229166667vw 0;
    font-size: 2.6041666667vw
  }

  .contentsBlock04 .contentsBlock04_risk__body th {
    font-size: 2.34375vw;
    width: 30%
  }

  .contentsBlock04 .contentsBlock04_risk__body td {
    padding: 2.9947916667vw 4.296875vw
  }

  .contentsBlock04 .contentsBlock04_risk__list {
    max-width: 40.625rem
  }

  .contentsBlock04 .contentsBlock04_risk__item {
    font-size: 2.2135416667vw
  }

  .contentsBlock04 .contentsBlock04_risk__item+.contentsBlock04_risk__item {
    margin-top: .78125vw
  }

  .contentsBlock04 .contentsBlock04_assessment {
    margin-top: 11.0677083333vw
  }

  .contentsBlock04 .contentsBlock04_assessment__title {
    font-size: 2.8645833333vw;
    letter-spacing: .18em
  }

  .contentsBlock04 .contentsBlock04_assessment__text {
    font-size: 2.6041666667vw;
    margin-top: 2.2135416667vw
  }
  .contentsBlock04 .contentsBlock04_assessment__p {
    font-size: 2.4vw;
  }

}

/* △telepathy作成箇所△ */

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