@charset "utf-8";

/* adjust
==================================================== */
.yearold_bg {
  padding: 13.5rem 0 7rem;
}

.yearold_bg::before {
  background: url(/library/anshin/7pj/img/group_bg_left.png) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 512px;
  position: absolute;
  top: 90px;
  left: 0;
  width: 349px;
  z-index: 1;
}

.yearold_bg::after {
  background: url(/library/anshin/7pj/img/group_bg_right.png) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 451px;
  position: absolute;
  top: 90px;
  right: 0;
  width: 348px;
  z-index: 1;
}

/* group_header
==================================================== */
.group_subtitle {
  margin: auto;
  width: 330px;
}

.group_subtitle img {
  width: 100%;
}

.group_title {
  margin-top: 1.5rem;
  text-align: center;
}

.group_text {
  margin-top: 3rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5;
  text-align: center;
}

.group_text > em {
  font-size: 2.4rem;
  color: #4ab89d;
}

.group_text > span {
  display: inline-block;
  background: url(/library/anshin/img/7pj/index_pickup_bg02.png) repeat-x center bottom;
}

.group_bg_text {
  background: url(/library/anshin/7pj/img/group_bg01.png) center / cover;
  font-size: 1.9rem;
  font-weight: bold;
  margin: 2.5rem auto 0;
  padding: 1rem 0 .4rem;
  text-align: center;
  width: 407px;
}

/* group_contents
==================================================== */
.group_contents_wrap {
  margin: 5rem auto 0;
  width: 840px;
}

.group_contents_title {
  text-align: center;
}

ul.group_contents_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.group_contents_item {
  margin: 1rem .5rem 0;
  position: relative;
  overflow: hidden;
}

.group_contents_item:hover {
  cursor: pointer;
  overflow: inherit;
}

.group_contents_item:first-of-type {
  width: 100%;
}

ul.group_contents_item_list {
  border-radius: 25px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 1.3rem 0 2rem;
  position: absolute;
  top: -2000%;
  left: 7px;
  z-index: 10;
}

.group_contents_item:hover ul.group_contents_item_list {
  top: 7px;
}

.group_contents_item_list li {
  margin-top: .5rem;
}

.group_contents_item_list li:first-of-type {
  margin-bottom: 1.5rem;
}

.group_dantai_wrap {
  border-radius: 20px;
  padding: 5rem 3rem 5rem 6rem;
  display: none;
}

.group_dantai_inner {
  height: 560px;
  overflow-y: scroll;
}

.group_dantai_inner h3 {
  font-size: 4rem;
  text-align: center;
}

ul.group_dantai_list {
  margin-top: 1.5rem;
}

.group_dantai_list li {
  font-size: 1.8rem;
  margin-top: 1rem;
  text-indent: -1em;
  padding-left: 1em;
}

.group_dantai_btn a {
  display: inline-block;
  position: relative;
}

.group_dantai_btn_on {
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: -1;
}

.btn_show .group_dantai_btn_on {
  z-index: 0;
}

.contents_show {
  display: block;
}

#zenkoku {
  background: url(/library/anshin/7pj/img/group_zenkoku_bg01.png) center no-repeat #fff;
}
#zenkoku h3 {
  color: #4ab89d;
}

.hokkaido_tohoku {
  background: url(/library/anshin/7pj/img/group_hokkaido_tohoku_bg01.png) center no-repeat #fff;
}
.hokkaido_tohoku h3 {
  color: #659fe8;
}
.hokkaido_tohoku_list {
  background: #659fe8;
  width: 274px;
}

.kanto {
  background: url(/library/anshin/7pj/img/group_kanto_bg01.png) center no-repeat #fff;
}
.kanto h3 {
  color: #44af35;
}
.kanto_list {
  background: #44af35;
  width: 185px;
}

.chubu {
  background: url(/library/anshin/7pj/img/group_chubu_bg01.png) center no-repeat #fff;
}
.chubu h3 {
  color: #c3d600;
}
.chubu_list {
  background: #c3d600;
  width: 185px;
}

.kansai {
  background: url(/library/anshin/7pj/img/group_kansai_bg01.png) center no-repeat #fff;
}
.kansai h3 {
  color: #f0c02d;
}
.kansai_list {
  background: #f0c02d;
  width: 185px;
}

.chugoku_shikoku {
  background: url(/library/anshin/7pj/img/group_chugoku_shikoku_bg01.png) center no-repeat #fff;
}
.chugoku_shikoku h3 {
  color: #fb9928;
}
.chugoku_list {
  background: #fb9928;
  width: 248px;
}

.kyushu {
  background: url(/library/anshin/7pj/img/group_kyushu_bg01.png) center no-repeat #fff;
}
.kyushu h3 {
  color: #fb6864;
}
.kyushu_list {
  background: #fb6864;
  width: 185px;
}

.group_dantai_inner::-webkit-scrollbar{
  width: 14px;
}

.group_dantai_inner::-webkit-scrollbar-track{
  background: #f7f7f7;
  border: none;
  border-radius: 7px;
  box-shadow: none;
}

.group_dantai_inner::-webkit-scrollbar-thumb{
  background: #e3e0dc;
  border-radius: 7px;
  box-shadow: none;
}
