@charset "UTF-8";
/* ブレークポイント */
/* ミックスイン */
@media screen and (max-width: 769px) {
  #top.RootCategory__mypage.Category__mypage .topicpath {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
#top.RootCategory__mypage.Category__mypage .appotMypage {
  font-size: 1.5em;
  font-weight: bold;
}
#top.RootCategory__mypage.Category__mypage .GroupLink__linkOut {
  font-size: 20px;
}
#top.RootCategory__mypage.Category__forms .GroupLink__linkOut {
  font-size: 20px;
}
#top.RootCategory__mypage a.IndexButton {
  margin-right: 0;
  padding: 10px 35px;
  border: 1px solid #333;
  border-radius: 20px;
  text-decoration: none;
  color: #333;
}
#top.RootCategory__mypage a.IndexButton:before {
  background: none;
}

/* 折りたたみ */
.ug-accordion .is-h2 > h2:first-of-type {
  position: relative;
  padding-right: 30px;
}
.ug-accordion .is-h2 > h2:first-of-type:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  transition: all 0.3s;
  font-size: 25px;
}
.ug-accordion .is-h2.is-close > h2:first-of-type:after {
  content: "＋";
}
.ug-accordion .is-h2.is-open > h2:first-of-type:after {
  content: "ー";
}
.ug-accordion .is-h3 > h3:first-of-type {
  position: relative;
  padding-right: 30px;
}
.ug-accordion .is-h3 > h3:first-of-type:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  transition: all 0.3s;
  font-size: 25px;
}
.ug-accordion .is-h3.is-close > h3:first-of-type:after {
  content: "＋";
}
.ug-accordion .is-h3.is-open > h3:first-of-type:after {
  content: "ー";
}/*# sourceMappingURL=add.css.map */