/*****************************************************************************
CSS only for Homegame page
*****************************************************************************/

/* Page__subTitle
-----------------------------------------*/
.Page__subTitle {
  margin-bottom: 1em;
}

/* Match
-----------------------------------------*/
.Match {
  background-color: #003A7A;
  padding: 50px 0 70px;
}
.Match__inner {
  max-width: 976px;
  margin: 0 auto;
}
@media screen and (max-width: 976px) {
  .Match__inner {
    margin: auto 20px;
  }
}

/* Heading
-----------------------------------------*/
.Heading {
  text-align: center;
  color: #FFF;
}
.Heading__league {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3125;
  display: block;
}
@media screen and (max-width: 767px) {
  .Heading__league {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.Heading__match {
  font-size: 22px;
  font-size: 2.2rem;
  display: block;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .Heading__match {
    font-size: 20px;
    font-size: 2rem;
  }
}

/* GameInfo
-----------------------------------------*/
.GameInfo {
  font-size: 16px;
  font-size: 1.6rem;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .GameInfo {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.GameInfo__date {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.325;
}
@media screen and (max-width: 767px) {
  .GameInfo__date {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.GameInfo__date > span {
  font-size: 60px;
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .GameInfo__date > span {
    font-size: 40px;
    font-size: 4rem;
  }
}
.GameInfo__tag {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #0C56A6;
  display: inline-block;
  padding: 3.5px 21px;
  margin: 8px 0 6px;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .GameInfo__tag {
    padding: 3px 11.5px;
  }
}

.GameInfo__place {
  line-height: 1.5;
}

/* Team
-----------------------------------------*/
.Team {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .Team {
    margin-top: 20px;
  }
}
.Team__wrapper {
  color: #FFF;
  display: flex;
  justify-content: center;
}
.Team__logo {
  text-align: center;
  /* max-width: 179px; */
  width: 21%;
}
@media screen and (max-width: 767px) {
  .Team__logo {
    width: 48%;
  }
}
.Team__logo img {
  max-width: 100%;
  height: auto;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .Team__logo img {
    padding: 0 10px;
  }
}
.Team__logo small {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  margin-top: 10px;
}
.Team__text {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 54px;
  font-size: 5.4rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 .4em;
  white-space: nowrap;
}
@media screen and (max-width: 976px) {
  .Team__text {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

/* BtnArea
-----------------------------------------*/
.BtnArea {
  margin-top: 44px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .BtnArea {
    margin-top: 32px;
  }
}
.BtnArea__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -24px;
}
@media screen and (max-width: 767px) {
  .BtnArea__list {
    display: block;
    margin-bottom: 0;
  }
}
.BtnArea__item {
  margin: 0 20px 24px;
}
@media screen and (max-width: 767px) {
  .BtnArea__item {
    margin: 0 auto;
  }
  .BtnArea__item + .BtnArea__item {
    margin-top: 20px;
  }
}

/* InfoBtn
-----------------------------------------*/
.InfoBtn {
  max-width: 100%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .InfoBtn {
    margin: 0 auto;
    display: block;
  }
}

.InfoBtn a:hover  { opacity: .8; }
.InfoBtn a:focus  { opacity: .8; }
.InfoBtn a:active { opacity: .8; }

.InfoBtn span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #FFF;
  background-color: #000;
  width: 335px;
  max-width: 100%;
  position: relative;
  display: inline-block;
  padding: 14px 36px 14px 15px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .InfoBtn span {
    width: 100%;
    padding: 16px 36px 16px 15px;
  }
}
.InfoBtn span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.InfoBtn span::after {
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
}
.InfoBtn > span  {
  color: #888;
  background-color: #DDD;
}
.InfoBtn > span::after {
  border-top: solid 2px #888;
  border-right: solid 2px #888;
}

.InfoBtn--window span {
  padding-right: 39px;
}
.InfoBtn--window img {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.InfoBtn--window span::after {
  content: none;
}

.InfoBtn--ticket span {
  color: #000;
  background: url("/assets/img/icon_ticket-b.png") no-repeat 15px center;
  background-color: #FED92E;
  padding-left: 45px;
}
.InfoBtn--ticket span::after {
  border-top: solid 2px #000;
  border-right: solid 2px #000;
}
.InfoBtn--ticket span::after {
  content: none;
}
.InfoBtn--ticket > span  {
  color: #888;
  background:none;
  background-color: #DDD;
}
.InfoBtn--ticket > span::after {
  border-top: solid 2px #888;
  border-right: solid 2px #888;
}

/* InfoArea
-----------------------------------------*/
.InfoArea {
  background-color: #FFF;
  padding: 18.5px 10px;
  margin-top: 40px;
}
@media screen and (max-width: 976px) {
  .InfoArea {
    padding: 18.5px 10px;
  }
}
.InfoArea__wrapper {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
.InfoArea__title {
  color: #FFF;
  background-color: #000;
  display: inline-block;
  padding: 5px 23px;
}
@media screen and (max-width: 976px) {
  .InfoArea__title {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.InfoArea__detail {
  margin-top: 16px;
}
@media screen and (max-width: 976px) {
  .InfoArea__detail {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
.InfoArea__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* Content
-----------------------------------------*/
.Content__inner {
  max-width: 976px;
  margin: 0 auto;
}
@media screen and (max-width: 976px) {
  .Content__inner {
    margin: 0 20px;
  }
}
.Content__inner > .Presents{
  padding-bottom: 60px;
}
@media screen and (max-width: 976px) {
  .Content__inner > .Presents{
    padding-bottom: 38px;
  }
}
.Content__sec {
  padding-top: 104px;
}
@media screen and (max-width: 976px) {
  .Content__sec {
    padding-top: 65px;
  }
}
.Content__sec + .Content__sec {
  padding-top: 100px;
}
@media screen and (max-width: 976px) {
  .Content__sec + .Content__sec {
    padding-top: 70px;
  }
}
.Content__wrapper + .Content__wrapper {
  margin-top: 75px;
}
@media screen and (max-width: 976px) {
  .Content__wrapper + .Content__wrapper {
    margin-top: 50px;
  }
}
.Content__wrapper > p {
  line-height: 1.875;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .Content__wrapper > p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.Content__wrapper > *:last-child {
  margin-bottom: 0;
}

/* Presents
-----------------------------------------*/
.Presents {
  text-align: center;
  padding: 16px 0;
}
.Presents__inner {
  max-width: 976px;
  margin: 0 auto;
}
@media screen and (max-width: 976px) {
  .Presents__inner {
    margin: auto 20px;
  }
}
.Presents__wrapper > span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  padding: 3px 10px;
  margin-bottom: 6px;
}
.Presents__wrapper img {
  max-width: 100%;
  height: auto;
}
.Presents__industry {
  background-color: #dbe2e9;
}

.Presents__label{
  background-color: #E5E5E5;
}

.Presents + .Content__sec {
  padding-top: 104px;
  margin-top: -104px;
}

@media screen and (max-width: 976px) {
.Presents + .Content__sec {
  padding-top: 74px;
  margin-top: -74px;
}
}

/* Anchorlist
-----------------------------------------*/
.Anchorlist {
  background-color: #004ea2;
  width: 100%;
}
.Anchorlist__inner {
  overflow-x: auto;
  white-space: nowrap;
}
.Anchorlist__wrapper {
  color: #FFF;
  text-align: center;
  padding: 25px 0;
}
@media screen and (max-width: 976px) {
  .Anchorlist__wrapper {
    padding: 20px 0;
  }
}
.Anchorlist__item {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  margin: 0 15px;
}

.Anchorlist__item a:link    { color: #FFF; text-decoration: none; }
.Anchorlist__item a:visited { color: #FFF; text-decoration: none; }
.Anchorlist__item a:hover   { color: #FFF; text-decoration: none; opacity: .8; }
.Anchorlist__item a:focus   { color: #FFF; text-decoration: none; opacity: .8; }
.Anchorlist__item a:active  { color: #FFF; text-decoration: none; opacity: .8; }

.Anchorlist__item a {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}

.Anchorlist__item a::before {
  content: '';
  position: absolute;
  top: 4px;
  right: 2px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.Anchorlist__item a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 4px;
  width: 12px;
  height: 2px;
  background-color: #FFF;
}

.Anchorlist--fixed{
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  /* padding: 20px 0; */
  z-index: 99;
}

/* SecTitle
-----------------------------------------*/
.SecTitle {
  font-size: 20px;
  font-size: 2rem;
  color: #FFF;
  background-color: #004ea2;
  border-radius: 4px;
  padding: 8px 16px;
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .SecTitle {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
.SecTitle > span {
  position: relative;
  padding-left: 16px;
  display: inline-block;
}
.SecTitle > span::before {
  content: '';
  background-color: #FFF;
  width: 5px;
  height: 67%;
  display:inline-block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .SecTitle > span::before {
    width: 4px;
  }
}

.SecSubtitle {
  font-size: 18px;
  font-size: 1.8rem;
  color: #004EA2;
  /* margin: 2.2em 0 1.3em; */
  margin: 40px 0 24px;
}
@media screen and (max-width: 767px) {
  .SecSubtitle {
    margin: 30px 0 12px;
  }
}

/* Notice
-----------------------------------------*/
.Notice {
  background-color: #FFEBEB;
  padding: 20px;
  margin-top: 40px;
}
.Notice__title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: .5em;
}

/* Announce
-----------------------------------------*/
.Announce {
  font-weight: bold;
  text-align: center;
  width: 65.5%;
  border: 1px solid #D6D6D6;
  padding: 19px;
  margin: 30px auto 40px;
}
@media screen and (max-width: 767px) {
  .Announce {
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
    padding: 12px;
    margin: 23px 0 33px;
  }
}

/* TblData
-----------------------------------------*/
.TblData {
  margin-top: 40px;
}
.TblData__list {
  width: 100%;
  border: 2px solid #d6d6d6;
}
.TblData__category {
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #004ea2;
  width: 50%;
  padding: 13px;
}
@media screen and (max-width: 767px) {
  .TblData__category {
    font-size: 12px;
    padding: 10px 8px;
  }
}
.TblData__list td {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding: 13px 20px;
  border-top: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}
@media screen and (max-width: 767px) {
  .TblData__list td {
    font-size: 12px;
    padding: 10px 8px;
  }
}
.TblData__list td:last-child {
  border-right: none;
}

.LinkBox {
  text-align: center;
  margin-top: 56px;
}
.LinkBox + .LinkBox {
  margin-top: 20px;
}

/* Newslist
-----------------------------------------*/
.Newslist {
  border-top: solid 1px #d6d6d6;
  margin-top: 40px;
}
@media screen and (max-width: 976px) {
  .Newslist {
    margin-top: 30px;
  }
}
.Newslist.Newslist--none {
  border-top: none;
}
.Newslist__zero > .Announce {
  margin-bottom: 0;
}
.Newslist__link {
  display: block;
  border-bottom: solid 1px #d6d6d6;
  padding-bottom: 23px;
  margin-top: 20px;
}
@media screen and (max-width: 976px) {
  .Newslist__link {
    padding: 0 8px 20px;
    margin-top: 17px;
  }
}

a.Newslist__link:link    { color: #000; text-decoration: none; }
a.Newslist__link:visited { color: #000; text-decoration: none; }
a.Newslist__link:hover   { color: #000; text-decoration: none; opacity: 0.8; }
a.Newslist__link:focus   { color: #000; text-decoration: none; opacity: 0.8; }
a.Newslist__link:active  { color: #000; text-decoration: none; opacity: 0.8; }

.Newslist__title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  .Newslist__title {
    margin-top: 6px;
  }
}
.Newslist__date {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #999;
  display: block;
}

/* TimeTbl
-----------------------------------------*/
.TimeTbl__detail + .TimeTbl__detail {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .TimeTbl__detail + .TimeTbl__detail {
    margin-top: 10px;
  }
}
.TimeTbl__head {
  background-color: #E9F6FE;
  padding: 14px 20px;
}
@media screen and (max-width: 767px) {
  .TimeTbl__head {
    padding: 13px 10px;
  }
}
.TimeTbl__body {
  /* background-color: #E9F6FE; */
  background-color: #FFF;
  padding: 20px;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .TimeTbl__body {
    padding: 10px 10px 20px;
  }
}
.TimeTbl__body > p {
  line-height: 1.8;
  margin-bottom: 1.5em;
}
.TimeTbl__body > .Memolist {
  margin-bottom: 32px;
}
.TimeTbl__body > *:last-child {
  margin-bottom: 0;
}

.Category {
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .Category {
    align-items: flex-start;
  }
}
.Category > p:only-child {
  padding-left: 101px;
}
@media screen and (max-width: 767px) {
  .Category > p:only-child {
    padding-left: 61px;
  }
}
.Category__time {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  color: #004EA2;
  width: 101px;
}
@media screen and (max-width: 767px) {
  .Category__time {
    font-size: 16px;
    font-size: 1.6rem;
    width: 61px;
  }
}
.Category__time > span {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .Category__time > span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.Category__content {
  font-size: 20px;
  font-size: 2rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .Category__content {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.Category__content small {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 6px;
}
@media screen and (max-width: 767px) {
  .Category__content small {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 4px;
    margin-left: 0;
  }
}

/* Cards
-----------------------------------------*/
.Cards {
  margin: 32px 0 16px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .Cards {
    margin-bottom: 10px;
  }
}
.Cards__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -2%;
}
@media screen and (max-width: 767px) {
  .Cards__list {
    display: block;
    margin-bottom: -8px;
  }
}
.Cards__item {
  background-color: #FFF;
  width: 32%;
  border: 1px solid #D6D6D6;
  margin: 0 2% 2% 0;
}
@media screen and (max-width: 767px) {
  .Cards__item {
    width: 100%;
    margin: 0 0 8px;
  }
}
.Cards__item:nth-child(3n) {
  margin-right: 0;
}
.Cards__link {
  color: #000;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .Cards__link {
    padding-bottom: 38px;
  }
}

a.Cards__link:link    { color: #000; text-decoration: none; }
a.Cards__link:visited { color: #000; text-decoration: none; }
a.Cards__link:hover   { color: #000; text-decoration: none; opacity: 0.8; }
a.Cards__link:focus   { color: #000; text-decoration: none; opacity: 0.8; }
a.Cards__link:active  { color: #000; text-decoration: none; opacity: 0.8; }

.Cards__head {
  display: flex;
  flex-direction: column-reverse;
}
.Cards__title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 20px 20px 0;
}
.Cards__title > small {
  font-size: 11px;
  font-size: 1.1rem;
  display: block;
}
.Cards__img {
  border-bottom: 1px solid #d6d6d6;
  position: relative;
  padding-top: 66.5%;
  overflow: hidden;
}
.Cards__img img {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Cards__body {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 12px 20px 20px;
}
.Cards__foot {
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  bottom: 12px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .Cards__foot {
    bottom: 20px;
  }
}
.Cards__next {
  position: relative;
  padding-right: 14px;
}
.Cards__next::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2px;
  width: 7px;
  height: 7px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  margin: -4px 0 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* BusInfo
-----------------------------------------*/
.BusInfo {
  margin: 24px 0 40px;
}
@media screen and (max-width: 767px) {
  .BusInfo {
    margin: 24px 0 30px;
  }
}
.BusInfo__wrapper {
  display: flex;
}
.BusInfo__wrapper:nth-child(2) {
  display: none;
}
@media screen and (max-width: 767px) {
  .BusInfo__wrapper:nth-child(2) {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .BusInfo__wrapper + .BusInfo__wrapper {
    margin-top: 8px;
  }
}
.InfoTbl {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  background-color: #FFF;
  width: 100%;
  border-collapse: separate;
  border: 1px solid #D6D6D6;
  padding: 1px;
}
.InfoTbl small {
  font-size: 12px;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .InfoTbl small {
    display: block;
    margin-left: 0;
  }
}
.InfoTbl th {
  vertical-align: middle;
  background-color: #D6D6D6;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  padding: 9.5px;
  box-sizing: border-box;
}

.BusInfo__wrapper > .InfoTbl th {
  width: 13.6%;
}
@media screen and (max-width: 767px) {
  .BusInfo__wrapper > .InfoTbl th {
    width: 30.5%;
  }
}

.InfoTbl th:last-child {
  border-right: none;
}
.InfoTbl tr:last-child th {
  border-bottom: none;
}
.InfoTbl td {
  vertical-align: middle;
  border-right: 1px dashed #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  padding: 9.5px;
  box-sizing: border-box;
}

.BusInfo__wrapper > .InfoTbl td {
  width: 43.2%;
}
@media screen and (max-width: 767px) {
  .BusInfo__wrapper > .InfoTbl td {
    width: 69.5%;
  }
}

.InfoTbl td:empty {
  background-color: #D6D6D6;
  width: 13.6%;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
@media screen and (max-width: 767px) {
  .InfoTbl td:empty {
    width: 30.5%;
  }
}
.InfoTbl td:last-child {
  border-right: none;
}
.InfoTbl tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .InfoTbl--full th:nth-child(2),
  .InfoTbl--full td:nth-child(2) {
    border-right: none;
  }
  .InfoTbl--full th:nth-child(3),
  .InfoTbl--full td:nth-child(3) {
    display: none;
  }
}


.InfoTbl--half th {
  width: 50%;
}

.InfoTbl--detail td {
  text-align: left;
}
.InfoTbl--detail th {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .InfoTbl--detail th {
    width: 30.5%;
  }
}
.InfoTbl--detail td {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .InfoTbl--detail td {
    width: 69.5%;
  }
}


/* IcCard
-----------------------------------------*/
.IcCard {
  padding: 0 60px;
  margin-top: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .IcCard {
    padding: 0;
  }
}
.IcCard__list {
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -12px;
}
.IcCard__list + .IcCard__list {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .IcCard__list + .IcCard__list {
    margin-top: 12px;
  }
}
.IcCard__list li {
  margin-bottom: 12px;
}
.IcCard__list img {
  max-width: 100%;
  height: auto;
}
.IcCard__list--large > li {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .IcCard__list--large > li {
    font-size: 12px;
    font-size: 1.2rem;
    width: 40%;
    padding: 0 8px;
  }
}
.IcCard__list--small > li {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0 3.5px;
}
@media screen and (max-width: 767px) {
  .IcCard__list--small > li {
    font-size: 10px;
    font-size: 1rem;
    width: 25%;
    padding: 0 3px;
  }
}
.IcCard__caption {
  margin-top: 8px;
}

/* Place
-----------------------------------------*/
.Place {
  margin: 20px 0 40px;
}
@media screen and (max-width: 767px) {
  .Place {
    display: block;
  }
}
.Place__GoogleMap {
  border: solid 2px #FFF;
  position: relative;
  padding-bottom: 34%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .Place__GoogleMap {
    margin-bottom: 20px;
    width: auto;
    padding-bottom: 40%;
  }
}
.Place__GoogleMap iframe,
.Place__GoogleMap object,
.Place__GoogleMap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Place__GoogleMap--route {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .Place__GoogleMap--route {
    margin-bottom: 10px;
  }
}
.Place__GoogleMap--route iframe,
.Place__GoogleMap--route object,
.Place__GoogleMap--route embed {
  width: 100%;
  height: 100%;
  aspect-ratio: 976 / 744;
}

/* ListCircle
-----------------------------------------*/
.ListCircle {
  margin-bottom: 1.5em;
}
.ListCircle > li {
  line-height: 1.5;
  position: relative;
  padding-left: 1em;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .ListCircle > li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.ListCircle li:first-child {
  margin-top: 0;
}
.ListCircle > li::before {
  content: "●";
  font-size: 8px;
  font-size: .8rem;
  color: #AAA;
  position: absolute;
  top: 6px;
  left: 1px;
}
@media screen and (max-width: 767px) {
  .ListCircle > li::before {
    top: 4.5px;
  }
}

/* Linklist
-----------------------------------------*/
ul.Linklist {
  margin-bottom: 1.5em;
}

/* ColList
-----------------------------------------*/
.ColList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* Magnific Popup
-----------------------------------------*/
.mfp-content .mfp-close {
  font-size: 0;
  width: 75px;
  height: 75px;
  top: -75px;
  right: 20px;
}
.mfp-content .mfp-close::before,
.mfp-content .mfp-close::after {
  content: "";
  background-color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 55px;
  height: 2px;
}
.mfp-content .mfp-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mfp-content .mfp-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* DetailBox
-----------------------------------------*/
.DetailBox a:link    { color: #004ea2; text-decoration: none; }
.DetailBox a:visited { color: #004ea2; text-decoration: none; }
.DetailBox a:hover   { color: #004ea2; text-decoration: none; opacity: 0.8; }
.DetailBox a:focus   { color: #004ea2; text-decoration: none; opacity: 0.8; }
.DetailBox a:active  { color: #004ea2; text-decoration: none; opacity: 0.8; }

.DetailBox {
  font-family: "Hiragino kaku Gothic ProN", Meiryo, Verdana, arial, helvetica, sans-serif!important;
  max-width: 976px;
  width: 90vw;
  height: auto;
  background-color: #FFF;
  position: relative;
  padding: 80px 40px 100px;
  margin: 85px auto;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .DetailBox {
    padding: 70px 20px;
  }
}
.DetailBox sup {
  font-size: 10px;
  font-size: 1rem;
  vertical-align: text-top;
}
.DetailBox__inner {
  max-width: 816px;
  margin: 0 auto;
}
.DetailBox__heading {
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  color: #004ea2;
  margin-bottom: 1.875em;
}
@media screen and (max-width: 767px) {
  .DetailBox__heading {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}
.DetailBox__heading > small {
  font-size: 24px;
  font-size: 2.4rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .DetailBox__heading > small {
    font-size: 20px;
    font-size: 2rem;
  }
}
.DetailBox__body {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .DetailBox__body {
    margin-top: 30px;
  }
}
.DetailBox__wrapper {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .DetailBox__wrapper {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 30px;
  }
}
.DetailBox__wrapper + .DetailBox__wrapper {
  margin-top: 40px;
}
.DetailBox__wrapper > p {
  margin-bottom: 1.5em;
}
.DetailBox__wrapper > *:last-child {
  margin-bottom: 0;
}
.DetailBox__title {
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  padding: 2px 0 2px 19px;
  margin: 2em 0 .75em 0;
}
@media screen and (max-width: 767px) {
  .DetailBox__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.DetailBox__title::before {
  content: "";
  background-color: #004ea2;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
}
.DetailBox__subTitle {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #004ea2;
  margin: 40px 0 10px;
}
@media screen and (max-width: 767px) {
  .DetailBox__subTitle {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.DetailBox__list {
  margin-bottom: 1.5em;
}
.DetailBox__list li {
  text-indent: -1em;
  padding-left: 1em;
}

/* NextPage
-----------------------------------------*/
.DetailBox .NextPage {
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .DetailBox .NextPage {
    margin-top: 50px;
  }
}
.DetailBox .NextPage p {
  display: inline-block;
}
.DetailBox .NextPage span {
  position: relative;
}

.DetailBox .NextPage span::before,
.DetailBox .NextPage span::after {
  content: "";
  position: absolute;
  top: calc(50% + 4.14px);
  display: inline-block;
  width: 20px;
  height: 20px;
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .DetailBox .NextPage span::before,
  .DetailBox .NextPage span::after {
    top: calc(50% + 3.105px);
    width: 15px;
    height: 15px;
  }
}

.DetailBox .NextPage span::before {
  left: -47.42px;
  border-top: 2px solid #FFF;
}
@media screen and (max-width: 767px) {
  .DetailBox .NextPage span::before {
    left: -36.955px;
  }
}

.DetailBox .NextPage span::after {
  left: -35.42px;
  border-left: 2px solid #FFF;
}
@media screen and (max-width: 767px) {
  .DetailBox .NextPage span::after {
    left: -27.315px;
  }
}
.DetailBox .NextPage a::after {
  content: none;
}

/* ImgArea
-----------------------------------------*/
.ImgArea {
  text-align: center;
  margin: 20px 0 40px;
  overflow: hidden;
}

.ImgArea a:hover  { opacity: .8; }
.ImgArea a:focus  { opacity: .8; }
.ImgArea a:active { opacity: .8; }

.ImgArea img {
  max-width: 100%;
  height: auto;
}
.ImgList {
  display: flex;
  flex-wrap: wrap;
}
.ImgList__item {
  text-align: center;
}
.ImgList--col2 {
  margin: 0 -2% -2% 0;
}
.ImgList--col2 > .ImgList__item {
  width: 48%;
  margin: 0 2% 2% 0;
}
.ImgList--col3 {
  margin: 0 -2.3% -2.3% 0;
}
@media screen and (max-width: 767px) {
  .ImgList--col3 {
    margin: 0 -2% -2% 0;
  }
}
.ImgList--col3 > .ImgList__item {
  width: 31%;
  margin: 0 2.3% 2.3% 0;
}
@media screen and (max-width: 767px) {
  .ImgList--col3 > .ImgList__item {
    width: 48%;
    margin: 0 2% 2% 0;
  }
}
.ImgList__item figcaption {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .ImgList__item figcaption {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.ImgList__item--border img {
  border: 1px solid #d6d6d6;
}

/* ImgGroup
-----------------------------------------*/
.ImgGroup {
  display: flex;
  align-items: center;
  gap: 0 2%;
}
@media screen and (max-width: 767px) {
  .ImgGroup {
    display: block;
  }
}

.ImgGroup__item--w32 {
  width: 32%;
}
.ImgGroup__item--w49 {
  width: 49%;
}
.ImgGroup__item--w66 {
  width: 66%;
}
@media screen and (max-width: 767px) {
  .ImgGroup__item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ImgGroup__item:nth-child(n+2) {
    margin-top: 18px;
  }
}

/* Chart
-----------------------------------------*/
.Chart__tbl {
  width: 100%;
  border: 1px solid #D6D6D6;
}
.Chart__tbl th {
  vertical-align: middle;
  background-color: #ECECEC;
  width: 31%;
  border-right: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  padding: .5625em .875em;
}
.Chart__tbl td {
  vertical-align: middle;
  width: 69%;
  border-right: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  padding: .5625em .875em;
}
.Chart__title {
  text-align: center;
}