/* 共通
-------------------------------------*/
#content-wrap {
  padding-bottom: 50px;
}

#content-wrap .inner {
  width: 90%;
  max-width: 450px;
  margin: 0 auto;
}

p.caution {
  font-size: 12px !important;
}

.item-gallery {
  margin-bottom: 70px;
}

.item-gallery .inner>p {
  margin-bottom: 35px;
  font-size: 14px;
}

.item-gallery .inner>p.mb-5 {
  margin-bottom: 5px;
}

.item-gallery .inner>p.example {
  font-size: 11px;
  text-align: right;
}

.item-gallery ul.item-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.item-gallery ul.item-list li {
  width: calc((100% - 72px) / 3);
  margin: 0 12px 20px;
  text-align: center;
}

.item-gallery ul.item-list li figure {
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.item-gallery ul.item-list li figure img {
  max-height: 120px;
}

.item-gallery ul.item-list li p {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.item-gallery ul.item-list li p span {
  font-size: 9px;
}

.item-gallery ul.item-list-2column {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.item-gallery ul.item-list-2column li {
  width: calc((100% - 40px) / 2);
  margin: 0 10px 20px;
  text-align: center;
}

.item-gallery ul.item-list-2column li p {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.item-gallery ul.item-list-5column {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.item-gallery ul.item-list-5column li {
  width: calc((100% - 50px) / 5);
  margin: 0 5px 10px;
  text-align: center;
}

.item-gallery ul.item-list-5column li p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
}

.item-gallery ul.item-list-5column li p span {
  font-size: 7px;
}

.item-gallery ul.item-list-6column {
  display: flex;
  flex-wrap: wrap;
}

.item-gallery ul.item-list-6column li {
  width: calc(100% / 6);
  margin: 0 0 15px;
  text-align: center;
}

.item-gallery ul.item-list-6column li p {
  font-size: 11px;
  font-weight: 600;
}

.item-gallery ul.item-list-6column li p span {
  font-size: 7px;
}

.item-gallery ul.item-list-6column li figure img {
  height: 100px;
}

.item-gallery .table-wrap {
  margin-top: 20px;
}

.item-gallery .table-wrap table tr:first-of-type {
  background-color: #F8F4F2;
}

.item-gallery .table-wrap table tr:first-of-type td {
  font-weight: 600;
}

.item-gallery .table-wrap table tr td {
  font-size: 14px;
}

.item-gallery .table-wrap .arrow {
  position: relative;
  padding-bottom: 15px;
  margin: 10px 0 15px;
}

.item-gallery .table-wrap .arrow:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-right: 32px solid transparent;
  border-left: 32px solid transparent;
  border-top: 12px solid var(--base-theme-color);
  border-bottom: 0;
}

.item-gallery .table-wrap .arrow p {
  color: var(--base-theme-color);
  font-weight: 600;
  text-align: center;
}

.item-gallery ul.item-list-wide li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}

.item-gallery ul.item-list-wide li figure {
  width: 120px;
  text-align: center;
}

.item-gallery ul.item-list-wide li .text-wrap {
  width: calc(100% - 120px);
  padding-left: 15px;
}

.item-gallery ul.item-list-wide li figure img {
  max-height: 120px;
}

.item-gallery ul.item-list-single li {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.item-gallery ul.item-list-single li figure {
  margin-bottom: 5px;
}

.item-gallery ul.item-list-single li p {
  font-size: 13px;
  font-weight: 600;
}

.item-gallery ul.item-list-single li p span {
  font-size: 9px;
}

/* hero
-------------------------------------*/
#hero {
  margin-bottom: 70px;
}

#hero .inner {
  width: 90%;
  max-width: 450px;
  margin: 0 auto;
}

#hero .text-wrap h1 {
  font-family: var(--base-font_family);
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

#hero nav.page-nav {
  width: 100%;
}

#hero nav.page-nav ol {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#hero nav.page-nav ol li {
  width: calc((100% - 15px) / 2);
  margin-bottom: 15px;
  text-align: center;
}

#hero nav.page-nav ol li:nth-of-type(even) {
  margin-left: 7.5px;
}

#hero nav.page-nav ol li:nth-of-type(odd) {
  margin-right: 7.5px;
}

#hero nav.page-nav ol li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 3px;
  background-color: var(--base-theme-color);
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
}