@charset "UTF-8";

#container,
#main_column {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

#container .top,
#main_column .top {
  overflow-y: hidden;
}

h2,
h3,
h4 {
  margin-bottom: 0;
  border-bottom: 0;
}

body,
#container {
  min-width: auto !important;
}

#main_column .top {
  margin: 0;
}

.top-section {
  overflow-x: clip;
}


/* アンカーリンク */
#ani-about {
  padding-top: 80px;
  margin-top: -80px;  
}
#ani-features {
  padding-top: 100px;
  margin-top: -100px;  
}
#ani-palatability {
  padding-top: 100px;
  margin-top: -100px;  
}
#ani-safety {
  padding-top: 100px;
  margin-top: -100px;  
}
#ani-foie {
  padding-top: 100px;
  margin-top: -100px;  
}
#ani-evidence {
  padding-top: 100px;
  margin-top: -100px;  
}


/* トップビジュアル */

.visual {
  padding: 0;
  background: url("../images/top_visual_bg.png") no-repeat center;
  background-size: cover;
  position: relative;
}
.visual__wrap {
  position: relative;
  margin: 0 auto;
  padding: 20px 0 50px;
}
.visual__wrap picture img {
  margin: 0 auto;
  position: sticky;
  z-index: 100;
}
.visual__obi {
  display: block;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(90deg, #7dccf3, #3ca0cd);
  position: absolute;
  bottom: 0;
  text-align: center;
}
.visual__info {
  width: 100%;
  position: absolute;
  top: 16px;
  background-color: #fff;
  padding: 10px 0;
}
.visual__info img {
  margin: 0 auto;
}
.visual__obi .buy-btn {
  display: inline-block;
  margin: 16px auto 0;
}
.visual__obi .buy-btn img {
  max-width: 56%;
  margin: 0 auto;
}
.visual__obi .buy-att img {
  max-width: 20%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .visual__wrap {
    padding: 0;
  }
  .visual__info {
    width: 100%;
    position: static;
    background-color: #fff;
    padding: 0;
  }
  .visual__more {
    width: 100%;
    background-color: #fff;
    padding: 0;
    margin-top: -5px;
  }
  .visual__obi {
    position: static;
    background-color: #fff;
    padding: 0 20px;
    height: auto;
  }
  .visual__obi .buy-btn {
	display: inline-block;
	margin: 20px auto 0;
  }
  .visual__obi .buy-btn img {
    max-width: 100%;
    margin: -10px auto 0;
  }
  .visual__obi .buy-att {
    overflow: visible;
    padding: 0 20px 5px;
  }
  .visual__obi .buy-att img {
    max-width: 100%;
    margin: 0 auto;
  }
}

/* アニミューンとは */
.about {
  background: url(../images/about_bg_map.png);
  background-repeat: no-repeat;
  background-position: calc(50% + 50px) 0px;
}
.about__wrap {
  max-width: 1100px;
  margin: 0 auto 80px;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .about {
    background: none;
  }
  .about__wrap {
    margin: 0 auto;
    padding: 0;
  }
}
.about__txt {
  max-width: 1100px;
  padding-bottom: 30px;
}
 .about__txt .about__title {
  margin-bottom: 80px;
  max-width: 430px;
}
.about__txt .about_desc {
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: calc(80 / 50);
  letter-spacing: 0.1em;
}
.about__catch {
  max-width: 1100px;
  margin-bottom: 50px;
  text-align: center;
}
.about__catch .about_copy {
  font-size: 36px;
  font-weight: 700;
  line-height: calc(80 / 50);
  letter-spacing: 0.2em;
}
.about__icons img {
  margin: 0 auto;
  max-width: 620px;
}

/* アニミューンの特徴 */

.features {
  background-color: #F5FFFF;
  padding: 50px 0;
}
.features__cols {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  gap: 100px;
  align-items: center;
}
.cols_single {
  flex-direction: column;
  width: 1440px;
  gap: 60px;
  align-items: center;
}
.cols_single .col_item {
  width: 100% !important;
}
.features__cols .col_item {
  display: block;
  width: 50%;
  text-align: center;
  margin: 0 auto;
}
.col_item.cts .features__title {
  font-size: 36px;
  font-weight: 700;
  line-height: calc(60 / 50);
  letter-spacing: 0.16em;
  margin-bottom: 10px;
}
.col_item.cts img.features__divider {
  margin: 0 auto 50px;
}
.col_item.cts .features__summary {
  font-size: 20px;
  font-weight: 700;
  line-height: calc(70 / 50);
  letter-spacing: 0.16em;
  margin-bottom: 30px;
}
.col_item.cts .features__description {
  font-size: 16px;
  font-weight: 200;
  text-align: left;
  line-height: calc(70 / 50);
  letter-spacing: 0.16em;
  margin-bottom: 30px;
}
.cols_single .features__description {
  text-align: center !important;
}
.features__cols_att {
  text-align: center !important;
  margin-bottom: 30px;
}

/* モーダルビュー */
.modal {
  display: block;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  overflow: visible;
  z-index: 4000;

  opacity: 0;
  pointer-events: none; 
  transition: opacity 0.5s ease;
}
.modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.modal__overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.modal__dialog {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  max-height: 80%;
  background: #f2f2f2;
  overflow: visible;
  border-radius: 5px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
  margin-bottom: 20px;
  padding: 80px 40px;
  z-index: 2;
}
.modal__content {
  max-height: calc(80% - 40px);
  overflow-y: auto;
}
.modal__close {
  position: absolute;
  top: 0;                       
  right: 0;                     
  transform: translateY(-100%); 
  width: 32px; height: 32px;
  background: rgba(0, 0, 0, 0);
  border: none;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
/* モーダル開時に body のスクロールを止める */
body.modal-open {
  overflow: hidden;
}
/* モーダル内スクロール領域 */
.modal__content {
  max-height: calc(80vh - 160px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* モーダル内イメージ センター */
.modal__content img {
  margin: 0 auto;
}
/* モーダル以外のスクロールを防ぎ、モーダル内だけをスクロール可能に */
.modal__content,
.modal__content * {
  touch-action: pan-y;
}

/* カルーセル */
.features__vets {
  background-color: #FFF;
  padding: 100px 0;
}
.vets__title {
  max-width: 1100px;
  width: 100%;
  margin: 30px auto 60px;
  text-align: center;
  transform: translateX(40px);
}
.vets__wrap {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
}
.vets__wrap.grabbing {
  cursor: -webkit-grabbing !important;
  cursor: -moz-grabbing    !important;
  cursor: grabbing         !important;
}
.vets__wrap .vets__item:first-child {
  margin-left: calc(50% - 550px);
}
.vets__wrap .vets__item:last-child {
  margin-right: calc(50% - 550px);
}
.vets__item {
  flex: 0 0 auto;
  margin: 0 30px;
  max-width: 600px;
}
.vets__item.other {
  width: 200px;
  margin-top: 300px;
}
.vets__item .vets__item_name {
  margin: 40px 0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.vets__item .vets__item_name span {
  font-size: 12px;
  letter-spacing: 0.16em;
}
.vets__item .vets__item_profile {
  font-size: 16px;
  font-weight: 600;
  line-height: calc(70 / 50);
  letter-spacing: 0.16em;
  height: 100px;
}
.vets__item .vets__item_comment {
  font-size: 20px;
  font-weight: 600;
  line-height: calc(70 / 50);
  letter-spacing: 0.08em;
  color: #3cbbed;
  height: 100px;
}
.vets__wrap::-webkit-scrollbar {
  display: none;
}
.vets__wrap {
  scrollbar-width: none;
}


@media screen and (max-width: 767px) {
  .features {
    padding: 30px 0px;
  }
  .features__wrap {
    padding: 0 20px;
  }
  .features__wrap img {
    margin-bottom: 30px;
  }
  a.common-btn {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 100%;
    height: 48px;
    padding: 0 40px;
    transition: 0.3s;
    text-align: center;
    color: #000;
    border: 1px solid #50bef0;
    border-radius: 60px;
    background-color: #FFFFFF;
    margin-bottom: 60px; 
  }
  a.common-btn:link,
  a.common-btn:visited {
    color: #000;
  }
  a.common-btn::before {
    content: '';
    position: absolute;
    right: 30%;              
    top: 40%;                 
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-color: #50bef0;
    background: url("../images/common/modal.svg") center/contain no-repeat;
  }
  
  /* モーダルビュー */
  .modal {
    display: block;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    overflow: visible;
    z-index: 4000;
    opacity: 0;
    pointer-events: none; 
    transition: opacity 0.5s ease;
  }
  .modal.is-open {
    opacity: 1;
    pointer-events: auto;
  }
  .modal__overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
  }
  .modal__dialog {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; height: 100%;
    background: #f2f2f2;
    overflow: visible;
    border-radius: 0;
    box-shadow: 0 4px 16px rgba(0,0,0,0.3);
    margin-bottom: 20px;
    padding: 40px 20px;
    z-index: 2;
  }
  .modal__content {
    max-height: calc(80vh - 80px);
    padding: 20px 0;
    box-sizing: border-box;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .modal__content img {
    display: block;
    width: 100%;
    height: auto;
  }
  .modal__close {
    position: absolute;
    top: 0;                       
    right: 0;                     
    transform: translateY(-100%); 
    width: 32px; height: 32px;
    background: rgba(0, 0, 0, 0);
    border: none;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
  }
}
/* カルーセル */
@media screen and (max-width: 767px) {
  .vets__sp {
    background-color: #FFF;
    padding: 10px 0;
    margin-bottom: 50px; 
  }
  .vets__title_sp img {
    text-align: left;
    width: 80%;
    margin: 30px auto 20px 20px;
  }
  .vets__wrap_sp {
    scroll-snap-type: x mandatory;
    white-space: nowrap;
    overflow-x: auto;
  }
  .vets__item_sp {
    scroll-snap-align: center;
    display: inline-block;
    width: 80%;
    margin: 0 20px;
    white-space: normal;
    vertical-align: top;
  }
  .vets__item_sp.other {
    width: 160px;
    margin-top: 160px;
  }
  ::-webkit-scrollbar {
    display: none;
  }
  .scroll-hide-x {
    scrollbar-width: none;
  }
}

/* アニミューンご利用者の声 */

.voices {
  background-color: #FFF;
  padding: 100px 0 50px;
  max-width: 1100px;
  margin: 0 auto;
}
.voices .voices__title {
  margin-bottom: 60px;
}
.voices .voices__wrap {
  display: flex;
  gap: 50px;
  align-items: stretch;
  margin-bottom: 80px;
}
.voices__wrap .col_item {
  flex: 1;
  display: flex;  
  flex-direction: column;
}
.voices__wrap .col_item .voices__name__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
 .voices__name__wrap .voice__name {
  font-size: 24px;
  line-height: calc(70 / 50);
  letter-spacing: 0.3em;
  font-weight: 500;
}
.voices__name__wrap .voice__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.voices__name__wrap .voice__list li {
  display: inline-block;
  background-color: #f0f0f0;
  border-radius: 2px;
  padding: 4px 8px;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 200;
  color: #333;      
}
.voices__wrap .voice__description {
  font-size: 16px;
  line-height: calc(70 / 50);
  letter-spacing: 0.1em;
  font-weight: 300;
  margin-bottom: 50px;
}
.voices__wrap .voice__icon {
  justify-content: center;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 12px;  
}
.voices__wrap .voice__icon li {
  margin: 0;
  padding: 0;     
}
.voices__wrap .col_wrap_bottom {
  background-color: #f2f2f2;
  flex: 1;
  display: flex;  
  flex-direction: column;
}
.voices__wrap .col_wrap_bottom .col_item_bottom {
  padding: 40px 30px 0;
}
.col_wrap_bottom .voice__name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
.col_wrap_bottom .voice__name span {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.1em;
}
.col_wrap_bottom .voice__description {
  font-size: 16px;
  font-weight: 200;
  line-height: calc(80 / 50);
  letter-spacing: 0.1em;
}
.snsvoice__intro {
  font-size: 40px;
  font-weight: 700;
  line-height: calc(80 / 50);
  letter-spacing: 0.08em;
  color: #3cbbed;
  flex: 0 0 100%;
  margin: 0 0 20px;
  text-align: center;
}
.snsvoice__btn {
  max-width: 400px;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

@media screen and (max-width: 767px) {
  .voices {
    background-color: #FFF;
    padding: 20px 0;
    max-width: 1100px;
    margin: 0 auto;
  }
  .uservoice-sp {
    background-color: #FFF;
  }
  .uservoice-sp__title img {
    text-align: left;
    width: 80%;
    margin: 30px auto 50px 20px;
  }
  .uservoice-sp__wrap {
    scroll-snap-type: x mandatory;
    white-space: nowrap;
    overflow-x: auto;
  }
  .uservoice-sp__item {
    scroll-snap-align: center;
    display: inline-block;
    width: 80%;
    margin: 0 20px 20px;
    white-space: normal;
    vertical-align: top;
  }
  .uservoice-sp__item.other {
    width: 160px;
    margin-top: 160px;
  }
  .uservoice-sp__item .vimeo {
    margin-bottom: 20px;
  }
  .uservoice-sp__att {
    margin: 0 20px 50px;
  }
  
  .snsvoice-sp__wrap {
    margin: 0 20px;
  }
  .snsvoice-sp__wrap img {
    margin-bottom: 10px;
  }
  .snsvoice-sp__wrap img.sns_title {
    width: 80%;
    margin: 0 auto;
  }
  .snsvoice-sp-sns__btn {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    gap:6px;
  }
}

/* アニミューンの与え方 */

.how-to {
  background-color: #3cbbed;
  padding: 100px 0;
}
.how-to img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .how-to {
    background-color: #3cbbed;
    padding: 0;
  }
  .how-to img {
    margin: 0 auto;
  }
}

/* ご購入はこちら */

.purchase {
  padding: 50px 0;
}
.purchase .purchase__wrap img {
  margin: 0 auto;
}
.purchase .purchase__btn {
  padding: 50px 0 30px;
  display: flex;
  justify-content: center;
  gap:6px;
  margin-left: -150px;
}
@media screen and (max-width: 767px) {
  .purchase {
    padding: 20px;
  }
  .purchase .purchase__wrap img {
    margin: 0 auto;
  }
  .purchase .purchase__btn {
    padding: 40px 0 0;
    display: flex;
    flex-direction: column;
    align-items:stretch;
    gap: 0px;
    margin-left: 0;
  }
  .purchase .purchase__btn a {
    max-width: 60%;
    box-sizing: border-box;
  }
  .purchase .purchase__btn a img {
    width: 100%;
    height: auto;
  }
}

/* ご購入ガイド */

.purchase-guide {
  background-color: #f2f2f2;
  padding: 80px 0;
  position: relative;
}
.purchase-guide__wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.purchase-guide-person {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translate(105%, -50%);
}
.buy-guide-block h3 {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
  color:  #000;
}
.buy-guide-block-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.buy-guide-block-content--inner {
  background-color: #FFF;
  border-radius: 5px;
  width: calc((100%/3) - 20px);
  padding: 20px 0;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
}
.buy-guide-block-content--inner .icon-wrap {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center; /* 横中央寄せ */
  align-items: center;
  
}
.buy-guide-block-content--inner p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 5px;
}
.buy-guide-block-content--inner a {
  font-size: 11px;
  margin: 0 auto;
  display: block;
  position: relative;
  width: fit-content;
  letter-spacing: 0em;
}

.buy-guide-block-content--inner a::before {
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 1px #3cbbed;
  border-right: solid 1px #3cbbed;
  position: absolute;
  transform: rotate(45deg);
  right: -10px;
  top: 6px;
}
.buy-guide-block .buy_needs_code img {
  margin: 30px auto 40px;
}

span.aqua {
  color: #3cbbed;
}
span.aqua.large {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
span.aqua.large.free {
  display: block;
  margin: 3px 0 15px;
}
span.caption {
  display: block;
  font-size: 8px;
  margin-bottom: 10px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .purchase-guide {
    background-color: #f2f2f2;
    padding: 0;
    position: relative;  
  }
  .purchase-guide__wrap {
    padding: 20px 0;
    margin: 0 auto;
  }
  .purchase-guide-person {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translate(105%, -50%);
  }
  .buy-guide-block {
    padding: 20px;
  }
  .buy-guide-block h3 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-bottom: 40px;
    color: #000;
  }
  .buy-guide-block-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:20px;
  }
  .buy-guide-block-content--inner {
    background-color: #FFF;
    border-radius: 2px;
    width: 100%;
    padding: 20px 0;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
    display: flex;
    margin: 0;
  }
  .buy-guide-block-content--inner .icon-wrap {
    width: 50px;              /* 左エリアの幅を固定 */
    display: flex;             
    justify-content: center;   /* 横方向 中央寄せ */
    align-items: center;       /* 縦方向 中央寄せ */
  }
  .buy-guide-block-content--inner img {
    max-width: 70px;
    height: auto;       /* 縦横比を維持 */
  }
  .buy-guide-block-content--inner > div {
    width: 320px;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center; /* 必要であれば縦方向中央寄せ */
  }
  .buy-guide-block-content--inner .icon-wrap {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .buy-guide-block-content--inner p {
    font-size: 16px;
    margin-bottom: 5px;
    text-align: left;
  }
  .buy-guide-block-content--inner p.small {
    font-size: 14px;
    margin-bottom: 5px;
    text-align: left;
  }
  .buy-guide-block-content--inner a {
    font-size: 12px;
    display: block;
    position: relative;
    letter-spacing: 0.05em;
    text-align: left;
    margin: 0;
  }
  .buy-guide-block-content--inner a::before {
    content: '';
    width: 6px;
    height: 6px;
    border-top: solid 1px #3cbbed;
    border-right: solid 1px #3cbbed;
    position: absolute;
    transform: rotate(45deg);
    right: -10px;
    top: 6px;
  }
  .buy-guide-block .buy_needs_code img {
    margin: 30px auto 40px;
  }
  
  span.aqua {
    color: #3cbbed;
  }
  span.aqua.large {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  span.aqua.large.free {
    display: block;
    margin: 0;
  }
  span.caption {
    display: inline;
    font-size: 12px;
    padding: 0;
  }
}

/* よくある質問 */

.guide_new {
  overflow-x: clip;
  padding: 30px;
  background-color: #f5ffff;
}
.guide_new .guide__wrap {
  box-sizing: content-box;
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0;
}
.guide-faq {
  margin-top: 0;
}
.guide-faq__title {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  padding-bottom: 50px;
}
.guide-faq-list {
  margin: 0;
  border-bottom: 1px solid #c3c3c3;
}
.guide-faq-list dt {
  border-top: 1px solid #c3c3c3;
  padding: 30px 20px;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-weight: 400;
}

.guide-faq-list dt::before,
.guide-faq-list dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;                 /* 親の右端ピッタリ、もしくは px を指定して内側に寄せてもOK */
  width: 14px;              /* 線の長さ */
  height: 2px;              /* 線の太さ */
  background: #3cbbed;        /* 線の色（必要に応じて変更） */
  transform-origin: center center;  /* 回転時のアンカーを中心に */
  transition: transform 0.3s ease;
}  
/* 縦線（＋の縦画） */
.guide-faq-list dt::after {
  transform: rotate(90deg);
}
/* 「開いている」状態では縦線を 0° に戻して「−」を表示 */
.guide-faq-list dt.active::after {
  transform: rotate(0deg);
}

.guide_new .guide-faq-list dt:hover {
  opacity: 0.5;
}
.guide_new .guide-faq-list dd {
  font-size: 17px;
  display: none;
  padding: 0 50px 20px 20px;
  letter-spacing: 0.05em;
  margin: 0;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .guide_new {
    overflow-x: clip;
    padding: 30px 20px;
    background-color: #f5ffff;
  }
  .guide_new .guide__wrap {
    box-sizing: content-box;
    padding-top: 20px
  }
  .guide-faq {
    margin-top: 0;
  }
  .guide-faq__title {
    font-size: 28px;
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #c3c3c3;
  }
  .guide-faq-list {
    padding-bottom: 0;
  }
  .guide-faq-list dt {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding: 15px 50px 15px 0;
    cursor: pointer;
    transition: 0.3s;
    letter-spacing: 0.05em;
    border-top: 1px solid #c3c3c3;
  }
  .guide-faq-list dt:first-of-type {
    border-top: none;
  }
  
  .guide-faq-list dt::before,
  .guide-faq-list dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;                 /* 親の右端ピッタリ、もしくは px を指定して内側に寄せてもOK */
    width: 12px;              /* 線の長さ */
    height: 2px;              /* 線の太さ */
    background: #3cbbed;        /* 線の色（必要に応じて変更） */
    transform-origin: center center;  /* 回転時のアンカーを中心に */
    transition: transform 0.3s ease;
  }  
  /* 縦線（＋の縦画） */
  .guide-faq-list dt::after {
    transform: rotate(90deg);
  }
  /* 「開いている」状態では縦線を 0° に戻して「−」を表示 */
  .guide-faq-list dt.active::after {
    transform: rotate(0deg);
  }
  
  .guide_new .guide-faq-list dd {
    font-size: 15px;
    display: none;
    padding: 0 50px 20px 0;
    letter-spacing: 0.05em;
    margin: 0;
    font-weight: normal;
  }
  
}

/* お知らせリスト */

.top-news-list {
  padding: 100px 0;
  max-width: 1100px;
  margin: 0 auto;
  background-color: #fff;
}
.top-news-list__title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 60px;
  text-align: center;
  letter-spacing: 0.05em;
  border: none;
}
.top-news-list__list {
  border-top: 1px solid #e6e6e6;
  max-width: 1100px;
  margin-bottom: 30px;
}
.top-news-list li {
  padding: 30px 20px;
  border-bottom: 1px solid #e6e6e6;
}
.top-news-list__list a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em !important;
  display: block;
  letter-spacing: 0.03em;
}
.top-news-list li p.date_txt {
  font-size: 16px;
  color: #50BEF0;
}
@media screen and (max-width: 767px) {
  .top-news-list {
    padding: 30px 20px 70px;
    background-color: #fff;
  }
  .top-news-list__title {
    margin-bottom: 20px;
  }
  .top-news-list__list {
    border-top: none;
    max-width: 1100px;
    margin-bottom: 30px;
  }
  .top-news-list li {
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .top-news-list__list a {
    font-size: 16px;
  }
  .top-news-list li p.date_txt {
    font-size: 16px;
    color: #50BEF0;
  }
}

/* 特集ページ */

.top-tokusyu {
  padding: 50px 0 60px;
  background-color: #F2F2F2;
}
.top-tokusyu__title {
  font-size: 40px;
  font-weight: 600;
  margin: 0 auto;
  padding: 0 0 50px;
  text-align: center;
  letter-spacing: 0.05em;
  border: none;
}
.top-tokusyu__list {
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  row-gap: 10px;
}
@media screen and (max-width: 767px) {
  .top-tokusyu {
    padding: 50px 20px 20px;
    background-color: #F2F2F2;
  }
  .top-tokusyu__title {
    margin: 0 auto;
    padding: 0 0 30px;
    text-align: center;
  }
  .top-tokusyu__list {
    max-width: 1100px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    row-gap: 10px;
  }
}