@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Zen Kaku Gothic New', 'fot-tsukuardgothic-std', 'TsukuARdGothic-Regular', 'Gadugi', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  color: #232323;
  line-height: 1.5;
  background-color: #fff;
  min-width: 320px;
}

a {
  text-decoration: none;
  color: unset;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

button{
  font-family: "Zen Kaku Gothic New", sans-serif;
  border: none;
  cursor: pointer;
}

.pc-only {
  display: none;
}

.sp-only {
  display: block;
}

/* pc・タブレット用 */
@media screen and (min-width : 600px) {
  .pc-only {
    display: block;
  }

  .sp-only {
    display: none;
  }
}

/* タブレット用 */
@media screen and (min-width : 600px) and (max-width:999px) {
  .sticky-area {
    display: none;
  }

  .main-content-wrap {
    justify-content: center;
  }

  .page-navi {
    display: block;
  }
}

/* TOPへ戻る
------------------------------*/
.pagetop_fixed {
  display: none;
}

.pagetop_fixed .toPageTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  z-index: 9999;
}

.pagetop_fixed img {
  max-width: 100%;
  height: auto;
}

/* pc・タブレット用 */
@media screen and (min-width : 600px) {
  .pagetop_fixed .toPageTop {
    right: 60px;
    bottom: 30px;
    width: 50px;
    height: 50px;
  }
}

/* ヘッダー
------------------------------*/
.l-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}

/* pc・タブレット用 */
@media screen and (min-width : 1000px) {
  .l-header {
    position: static;
  }
}

/* ページcss
------------------------------*/
.container{
  position: relative;
}

.container__inner{
  position: relative;
  padding-bottom: 50px;
}

.container > .container__inner:last-of-type{
  padding-bottom: 150px;
}

.container__inner::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
}

.container__inner--top{
  margin-bottom: 0;
  background-image: url(/static_contents/20251029-144623/athome/sdgs/lgbtq/images/img_bg_sp.svg);
  background-repeat: no-repeat;
  background-position: top 10px left 50%;
  background-size: 100% 494px;
}

.container__inner--top::before{
  background-image: linear-gradient(178deg, #ffffff 22%, #f1fcff 99%);
}

.container__inner--violet::before{
  border-radius: 0 100px 0 0;
  background-image: linear-gradient(162deg, #faeeff 5%, #fff0f7 89%);
}

.container__inner--violet::after{
  content: "";
  position: absolute;
  bottom: -80px;
  right: 0;
  z-index: 10;
  width: 136px;
  height: 142px;
  background-image: url(/static_contents/20251029-144623/athome/sdgs/lgbtq/images/img_books.png);
  background-size: cover;
}

.container > .container__inner--violet:last-of-type::after{
  bottom: 20px;
}

.container__inner--green::before{
  border-radius: 100px 0 0 0;
  background-image: linear-gradient(216deg, #f6ffee 9%, #f4ffce 94%);
}

.container__inner--blue::before{
  border-radius: 0 100px 0 0;
  background-image: linear-gradient(127deg, #ecf3ff, #cef5ff 106%);
}

.container__inner--orange::before{
  border-radius: 100px 0 0 0;
  background-image: linear-gradient(212deg, #fffae3 8%, #ffe4bb 96%);
}

.content{
  position: relative;
  padding-top: 93px;
}

.content__title{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.content__title::after{
  content: "";
  position: absolute;
  top: 50px;
  right: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 65px;
  height: 28px;
  background: url(/static_contents/20251029-144623/athome/sdgs/lgbtq/images/icon_rainbow.svg) no-repeat;
  background-size: cover;
}

.content__title span{
  font-size: 15px;
}

.content__inner{
  margin-top: 30px;
  padding: 0 16px;
}

.content__item.is-hidden{
  display: none;
  height: 0;
  margin: 0;
}

.content__item + .content__item{
  margin-top: 40px;
}


/* PC用 */
@media screen and (min-width : 600px) {
  .container__inner{
    padding-bottom: 0;
  }

  .container__inner::before{
    padding-bottom: 200px;
  }

  .container__inner--violet::before{
    border-radius: 0 200px 0 0;
  }

  .container__inner--violet::after{
    bottom: -97px;
    right: 70px;
    width: 260px;
    height: 198px;
  }

  .container__inner--green::before{
    border-radius: 200px 0 0 0;
  }

  .container__inner--blue::before{
    border-radius: 0 200px 0 0;
  }

  .container__inner--orange::before{
    border-radius: 200px 0 0 0;
  }

  .container__inner--top{
    background-image: url(/static_contents/20251029-144623/athome/sdgs/lgbtq/images/img_bg_pc.svg);
    background-position: top -126px left 50%;
    background-size: 100% 547px;
  }

  section.top, section.content {
    max-width: 860px;
    margin: 0 auto;
  }

  .content{
    position: relative;
    padding: 120px 0 80px;
  }

  .container > .container__inner:last-of-type .content{
    padding-bottom: 0;
  }

  .content__title{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }

  .content__title::after{
    content: "";
    position: absolute;
    top: 83px;
    right: 390px;
    width: 81px;
    height: 34px;
    background: url(/static_contents/20251029-144623/athome/sdgs/lgbtq/images/icon_rainbow.svg) no-repeat;
  }

  .content__title span{
    font-size: 25px;
  }

  .content__inner{
    margin-top: 40px;
    padding: 0;
  }
}

/* タブレット用 */
@media screen and (min-width : 600px) and (max-width:999px) {
  .container__inner--violet::after{
    width: 185px;
    right: 0;
  }

  .content__inner{
    padding: 0 25px;
  }
}

/* ページcss top
------------------------------*/
.top{
  position: relative;
  padding: 0 0 60px 0;
}

.top__title{
  position: relative;
  z-index: 1;
  padding-top: 74px;
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
}

.top__title::after{
  content: "";
  position: absolute;
  top: 50px;
  right: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 20;
  width: 81px;
  height: 34px;
  background: url(/static_contents/20251029-144623/athome/sdgs/lgbtq/images/icon_rainbow.svg) no-repeat;
}

.top__title span{
  font-size: 25px;
}

.top__description{
  position: relative;
  z-index: 20;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.top__img-area{
 position: relative;
 height: 300px;
}

.top__img{
  position: absolute;
  opacity: 0;
}

.top__img img{
  width: 100%;
}

.top__img--mansion-white{
  top: -43px;
  left: 15px;
  width: 156px;
  height: 111px;
}

.top__img--mansion-pink{
  left: 147px;
  top: -80px;
  width: 120px;
  height: 120px;
}

.top__img--kodate{
  right: 5px;
  top: -75px;
  width: 168px;
  height: 232px;
}

.top__img--couples{
  top: 229px;
  left: 50%;
  right: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 226px;
  height: 140px;
  opacity: 1;
}

.top__button-box{
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  margin-top: 30px;
  padding: 0 25px;
}

.button-box__inner{
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 25px 0 30px;
  border-radius: 5px;
}

.button-box__inner::after, .button-box__inner::before{
  content: "";
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
}

.button-box__inner--orange{
  border: solid 1px #fbd2ca;
  background-image: linear-gradient(238deg, #ffeedf 19%, #ffe0e0 81%);
}

.button-box__inner--orange::before{
  top: -16px;
  left: -57px;
  width: 139px;
  height: 167px;
  background-image: url(/static_contents/20251029-144623/athome/sdgs/lgbtq/images/img_mansion.png);
  background-size: cover;
}

.button-box__inner--orange::after{
  top: 20px;
  right: -15px;
  width: 107px;
  height: 87px;
  background-image: url(/static_contents/20251029-144623/athome/sdgs/lgbtq/images/img_rainbow.png);
  background-size: 107px 87px;
}

.button-box__text{
  position: relative;
  z-index: 10;
}

.button-box__inner--orange .button-box__text{
  width: 163px;
  height: 41px;
}

.button-box__inner--green{
  border: solid 1px #b1e8cb;
  background-image: linear-gradient(238deg, #c9fff0 19%, #a2eebe 81%);
}

.button-box__inner--green::before{
  top: -10px;
  left: -12px;
  width: 78px;
  height: 196px;
  background-image: url(/static_contents/20251029-144623/athome/sdgs/lgbtq/images/img_man.png);
  background-size: cover;
}

.button-box__inner--green::after{
  top: -11px;
  right: -20px;
  width: 83px;
  height: 193px;
  background-image: url(/static_contents/20251029-144623/athome/sdgs/lgbtq/images/img_woman.png);
  background-size: 83px 193px;
}

.button-box__inner--green .button-box__text{
  width: 163px;
  height: 42px;
}

.top__button{
  position: relative;
  z-index: 10;
  width: 280px;
  height: 52px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  font-weight: bold;
  color: #ffffff;
  border-radius: 32px;
  box-shadow: 0 3px 0 0 #b86d38;
  background-image: linear-gradient(341deg, #ff7c56 5%, #ff9d52 39%, #ffbe4d 88%);
}

.top__button:hover{
  top: 3px;
  box-shadow: none;
}

.top__button.disable{
  padding-bottom: 4px;
  font-size: 25px;
  font-weight: 700;
  color: #7dc7bc;
  border: solid 1px #a5ecd8;
  background-color: #e1fff7;
  box-shadow: none;
  background-image: none;
  pointer-events: none;
}

.top__button::before{
  content: "";
  position: absolute;
  z-index: 15;
  top: 4px;
  right: 15px;
  width: 56px;
  height: 68px;
  background-image: url(/static_contents/20251029-144623/athome/sdgs/lgbtq/images/icon_loupe.png);
  background-repeat: no-repeat;
  background-size: 56px 68px;
  transition: all 0.5s ease 0s;
}

.top__button:hover::before, .top__button:hover::after{
  top: -10px;
  box-shadow: none;
  transition: all 0.5s ease 0s;
}

.top__button.disable::before{
  display: none;
}

.top__button::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 280px;
  height: 52px;
  border-radius: 32px;
  box-shadow: 0 3px 8px 0 rgba(125, 96, 86, 0.35);
  background-color: transparent;
}

.top__button.disable::after{
  display: none;
}

/* PC用 */
@media screen and (min-width : 600px) {
  .top{
    padding: 0 0 55px 0;
  }

  .top__title{
    padding-top: 94px;
    font-size: 38px;
  }

  .top__title::after{
    top: 65px;
  }

  .top__title span{
    font-size: 30px;
  }

  .top__description{
    font-size: 16px;
  }

  .top__img-area{
    height: 195px;
   }

  .top__img--mansion-white{
    top: -253px;
    left: -7px;
    width: 230px;
    height: 165px;
  }

  .top__img--mansion-pink{
    top: -306px;
    left: 609px;
    width: 164px;
    height: 164px;
  }

  .top__img--kodate{
    right: -45px;
    top: -285px;
    width: 232px;
    height: 232px;
  }

  .top__img--couples{
    top: 102px;
    width: 334px;
    height: 206px;
  }

  .top__button-box{
    flex-direction: unset;
    gap: 80px;
    margin-top: 53px;
    padding: 0;
  }

  .button-box__inner{
    width: 390px;
    padding: 28px 0 30px;
  }

  .button-box__inner--orange::before{
    top: -20px;
    left: -65px;
    width: 197px;
    height: 197px;
    background-size: 197px;
  }

  .button-box__inner--orange::after{
    top: 14px;
    right: -27px;
    width: 143px;
    height: 115px;
    background-size: 143px 115px;
  }

  .button-box__inner--orange .button-box__text{
    width: 195px;
    height: 47px;
  }

  .button-box__inner--green::before{
    left: 0;
  }

  .button-box__inner--green::after{
    right: -23px;
  }

  .button-box__inner--green .button-box__text{
    width: 195px;
    height: 47px;
  }

  .button-box__text img{
    width: 100%;
  }

  .top__button{
    width: 310px;
    margin-top: 12px;
    font-size: 20px;
  }

  .top__button.disable{
    font-size: 27px;
  }

  .top__button::after{
    width: 310px;
  }
}

/* タブレット用 */
@media screen and (min-width : 600px) and (max-width:999px) {
  .top__button-box{
    gap: 40px;
    padding: 0 25px;
  }

  .button-box__inner{
    min-width: 280px;
  }

  .top__button{
    width: 280px;
  }

  .top__button::after{
    width: 280px;
  }

  .top__img--mansion-white{
    top: -265px;
    left: 35px;
  }

  .top__img--mansion-pink{
    left: 70%;
    width: 120px;
    height: 120px;
  }

  .top__img--kodate{
    top: -250px;
    right: 25px;
    width: 168px;
    height: 232px;
  }

  .button-box__inner--orange::before{
    top: -13px;
    background-size: 185px;
  }

  .button-box__inner--orange::after{
    top: 23px;
    background-size: 133px 105px;
  }

  .button-box__inner--green::before{
    left: -6px;
    background-size: 68px 186px;
  }

  .button-box__inner--green::after{
    right: 0;
    width: 70px;
    background-size: 73px 183px;
  }
}

/* ページcss topアニメーション
------------------------------*/
.fadeup{
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime{
  from{
    opacity: 0;
    transform: translateY(0);
  }
  to{
    opacity: 1;
    transform: translateY(100px);
  }
}

.delay-time02{
  animation-delay: 0.2s;
}

.delay-time04{
  animation-delay: 0.4s;
}

/* ページcss button
------------------------------*/
.button-box{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.button-more{
  position: relative;
  width: 250px;
  height: 46px;
  font-size: 14px;
  font-weight: 500;
  color: #8e57b1;
  border-radius: 26px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.button-more:hover{
  opacity: 0.8;
}

.content--green .button-more{
  color: #1e6a04;
}

.button-more::after{
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: solid 2px #8e57b1;
  border-right: solid 2px #8e57b1;
  transform: rotate(45deg);
}

.content--green .button-more::after{
  border-top: solid 2px #1e6a04;
  border-right: solid 2px #1e6a04;
}

.button-accordion{
  position: relative;
  width: 250px;
  height: 46px;
  border-radius: 26px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  color: #4798c2;
}

.button-accordion:hover{
  opacity: 0.8;
}

.button-accordion--orange{
  color: #e57327;
}

.button-accordion::after{
  content: "";
  position: absolute;
  top: -6px;
  right: 25px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-bottom: solid 2px #4798c2;
  border-right: solid 2px #4798c2;
  transform: rotate(45deg);
}

.button-accordion--orange::after{
  border-bottom: solid 2px #e57327;
  border-right: solid 2px #e57327;
}

.button-accordion.close::after{
  top: 4px;
  transform: rotate(-134deg);
}

/* PC用 */
@media screen and (min-width : 600px) {
  .button-box{
    margin-top: 40px;
  }

  .button-more{
    width: 288px;
    font-size: 16px;
    font-weight: bold;
  }

  .button-accordion{
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
  }
}

/* ページcss 記事リスト
------------------------------*/
.article-list{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(164px, 1fr));
  place-items: stretch center;
  gap: 20px 15px;
}

.article-list__item{
  width: 164px;
  height: auto;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.article-list__item a{
  display: grid;
  grid-template-rows: min-content min-content;
  height: 100%;
}

.article-list__item>a p{
  padding: 10px 8px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
}

.list-image{
  width: 100%;
  height: 90px;
}

.list-image img{
  width: 100%;
  border-radius: 7px 7px 0 0;
}

.list-button{
  position: relative;
  display: block;
  height: 24px;
  width: calc(100% - 30px);
  margin: 0 auto 10px;
  padding: 4px 0;
  font-size: 12px;
  font-weight: 500;
  color: #8e57b1;
  border-radius: 16px;
  border: none;
  background-color: #efdef9;
  align-self: end;
  justify-self: end;
}

.content--green .list-button{
  color: #1e6a04;
  background-color: #e2eec5;
}

.list-button::after{
  content: "";
  position: absolute;
  top: 3px;
  right: 14px;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: solid 2px #8e57b1;
  border-right: solid 2px #8e57b1;
  transform: rotate(45deg);
}

.content--green .list-button::after{
  border-top: solid 2px #1e6a04;
  border-right: solid 2px #1e6a04;
}

.article-list__item a:hover .list-button{
  color: #ffffff;
  background-color: #8e57b1;
  transition: all 0.5s ease 0s;
}

.article-list__item a:hover .list-button::after{
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}

.content--green .article-list__item a:hover .list-button{
  color: #ffffff;
  background-color: #1e6a04;
}

/* PC用 */
@media screen and (min-width : 600px) {
  .article-list{
    gap: 29px;
    grid-template-columns: repeat(auto-fit, minmax(267px, 1fr));
  }

  .article-list__item{
    width: 267px;
    height: 298px;
  }

  .article-list__item>a p{
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.5;
  }

  .list-image{
    height: 150px;
  }

  .list-text p{
    font-size: 16px;
  }

  .list-button{
    height: 32px;
    font-size: 14px;
  }

  .list-button::after{
    top: 0;
    right: 14px;
    bottom: 0;
    width: 8px;
    height: 8px;
  }
}

/* タブレット用 */
@media screen and (min-width : 600px) and (max-width:999px) {
  .article-list{
    grid-template-columns: repeat(auto-fit, minmax(calc(100% / 3 - 29px * 2/3), 1fr));
  }

  .article-list__item{
    width: 100%;
    height: auto;
  }

  .list-image{
    height: auto;
  }

  .list-button::after{
    top: 3px;
    right: 9px;
  }
}

/* ページcss トピック
------------------------------*/
h3{
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #4798c2;
}

.content--orange h3{
  color: #e57327;
}

/* PC用 */
@media screen and (min-width : 600px) {
  h3{
    margin-bottom: 20px;
    font-size: 22px;
  }
}

/* ページcss slick/トピックカード内
------------------------------*/
.topics-list .slick-prev, .topics-list .slick-next{
  top: 50%;
  width: 28px;
  height: 49px;
  background-color:#4798c2;
  opacity: 0.91;
  z-index: 10;
}

.content--blue .topics-list .slick-prev, .content--blue .topics-list .slick-next{
  background-color:#4798c2;
}

.content--orange .topics-list .slick-prev, .content--orange .topics-list .slick-next{
  background-color:#e57327;
}

.topics-list .slick-prev{
  left: -16px;
  border-radius: 0 7px 7px 0;
}

.topics-list .slick-next{
  right: -16px;
  border-radius: 7px 0 0 7px;
}

.topics-list .slick-prev::before, .topics-list .slick-next::before{
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
}

.topics-list .slick-prev::before{
  transform: rotate(-136deg);
}

.topics-list .slick-prev:hover, .topics-list .slick-prev:focus, .topics-list .slick-next:hover, .topics-list .slick-next:focus{
  opacity: 0.8;
}

.topics-list .slick-prev.slick-disabled,
.topics-list .slick-prev.slick-disabled:focus,
.topics-list .slick-prev.slick-disabled:hover,
.topics-list .slick-prev.slick-disabled:before,
.topics-list .slick-next.slick-disabled,
.topics-list .slick-next.slick-disabled:focus,
.topics-list .slick-next.slick-disabled:hover,
.topics-list .slick-next.slick-disabled:before{
  opacity: 0;
}

.topics-list .slick-track{
  display: flex;
}

.topics-list__item.slick-slide{
  width: 255px;
  height: auto;
  padding: 12px 16px 11px;
  margin-right: 20px;
  border-radius: 5px;
  background-color: #fff;
}

.topics-list__item.slick-slide:last-child{
  margin-right: 0;
}

.slide-inner{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.slide-inner:hover{
  opacity: 0.8;
}

.topics-list__item dt{
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}

.topics-list__item dd{
  font-size: 12px;
  font-weight: 500;
}

.topics-list__item span{
  position: relative;
  display: flex;
  justify-content: end;
  margin-top: 5px;
  padding-right: 16px;
  font-size: 12px;
  font-weight: 500;
  color: #4798c2;
}

.content--orange .topics-list__item span{
  color: #e57327;
}

.topics-list__item span::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: solid 2px #4798c2;
  border-right: solid 2px #4798c2;
  transform: rotate(45deg);
}

.content--orange .topics-list__item span::after{
  border-color:#e57327;
}

/* PC用 */
@media screen and (min-width : 600px) {
  .topics-list .slick-prev, .topics-list .slick-next{
    width: 48px;
    height: 48px;
    border-radius: 50%;
  }

  .topics-list .slick-prev{
    left: -25px;
  }

  .topics-list .slick-next{
    right: -25px;
  }

  .topics-list .slick-prev::before, .topics-list .slick-next::before{
    left: 17px;
    width: 10px;
    height: 10px;
  }

  .topics-list .slick-prev::before{
    left: 20px;
  }
}


/* 信頼性コンテンツ
------------------------------*/
.reliability-contents {
  display: none;
}

.reliability-contents {
  margin: 40px 0;
}

.reliability-contents .reliability-contents-title {
  margin: 5px 10px;
  font-size: 13px;
}


.reliability-contents [class^="reliability-contents_"] {
  margin: 5px 10px;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
}

.reliability-contents [class^="reliability-contents_"] dl dt,
.reliability-contents [class^="reliability-contents_"] dl dd {
  display: inline-block;
  margin: 0;
}

.reliability-contents [class^="reliability-contents_"] dl {
  display: flex;
  align-items: center;
  margin: 0;
}

.reliability-contents [class^="reliability-contents_"] dl dt {
  width: 80px;
  height: 80px;
  margin-right: 10px;
}

.reliability-contents [class^="reliability-contents_"] a:link {
  color: #3d3d3d;
  text-decoration: underline;
}

.reliability-contents [class^="reliability-contents_"] a:visited {
  color: #3d3d3d;
}

.reliability-contents [class^="reliability-contents_"] dl dd {
  width: calc(100% - 80px);
  font-size: 11px;
  line-height: 1.5;
}

.reliability-contents [class^="reliability-contents_"] p {
  margin: 1em 0;
}

.reliability-contents [class^="reliability-contents_"] dl::after {
  content: url(/static_contents/20251029-144623/athome/images/info_arrow.svg);
  width: 8px;
  height: 16px;
  margin-left: 10px;
}