/*=========
scrollbar
=========*/

.scroll__inner {
  background-color: #ffffff;
  padding: 0 0 20px 0;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.scroll__inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.simplebar-scrollbar::before {
  background: #ffffff;
  border-radius: 0;
  height: 5px !important;
  margin-left: 2px;
  margin-top: 3px;
}
.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
  position: absolute;
  left: -25px;
}
.simplebar-track {
  border-radius: 8px;
  /* bar枠色 */
  background: black;
  height: 5px !important;
}

/*===========
.f_area
===========*/
.f_area {
  display: flex;
  justify-content: center;
  width: 1185px;
  background: #f7f7f7;
}
.f_area .f_one {
  /* width: 33.333%; */
  width: 100%;
  border-radius: 10px !important;
  background: #fff;
  margin-right: 16px;
  position: relative;
  padding: 10px;
}
.f_area .f_one h2 {
  position: relative;
  top: 10px;
  left: 10px;
  text-align: center;
  font-size: 0.9rem;
}
.f_area .f_one .text {
  padding: 5px 10px;
  text-align: left;
  font-size: 0.8rem;
}
.f_area .f_one a {
  display: block;
  overflow: hidden;
  backface-visibility: hidden;
}
.f_area .f_one a img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  transform: scale(1);
  transition: .5s;
}
.f_area .f_one a img:hover {
  /* transform: scale(1.1); */
}

/*=========
base
=========*/

/* html, body {
  margin: 0;
  padding: 0;
}
body {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: .025em;
  line-height: 1.8;
} */
/* * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
} */
.s_section {
  max-width: 1020px;
  margin: 0 auto;
  padding: 2rem 10px;
}
.gutter>*:not(:last-child) {
  margin-bottom: 1.5rem;
}
/* h1, h2 {
  color: #333;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 736px) {
  h1, h2 {
    font-size: 16px;
  }
} */
ul.list-disc {
  margin-bottom: 0;
  padding-left: 0;
}
.list-disc__item {
  margin-left: 1.5em;
  list-style: disc;
}
a._a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 2.0em 1.0em;
  border: 1px solid #222222;
  background: linear-gradient(to right, #ffffff 50%, #222222 50%);
  background-size: 200% auto;
  box-sizing: border-box;
  color: #222222;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  transition: .3s;
  position: relative;
}
a._a:after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
}
a._a:hover {
  color: #ffffff;
  background-position: -100% 0;
}
.f_one img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.f_one .text{
  max-width: 100%;
  padding: 30px;
}