/* page common */
.pageBox {
  margin-top: 100px;
}

.pageContentsBox {
  margin-top: 100px;
  margin-bottom: 100px;
}

.pageContentsInBox {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
}

.pageContentsBkOcher {
  background: #F4F1E9;
}

.pageContentsBkDarkOcher {
  background: #EBE4D3;
}

.pageHeaderH1BottomText {
  color: #231815;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5em;
  text-align: left;
  margin: 15px 0;
  position: relative;
}

.headerTitleBottomMargin {
  margin-bottom: 60px !important;
}

.pageCommonTitle {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.pageCommonTitle h1 {
  color: #231815;
  font-size: 44px;
  font-weight: 600;
  text-align: left;
  line-height: 1.3em;
  margin: 15px 0;
  z-index: 0;
}

.pageCommonTitle h1:before {
  content: "";
  position: absolute;
  left: 0;
  top: -25px;
  width: 45px;
  height: 45px;
  background-image: url(../images/titleH1.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}

h1.pageCommonTitle {
  color: #231815;
  font-size: 44px;
  font-weight: 600;
  text-align: left;
  line-height: 1.3em;
  margin: 15px 0;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 0;
}

h1.pageCommonTitle:before {
  content: "";
  position: absolute;
  left: 0;
  top: -25px;
  width: 45px;
  height: 45px;
  background-image: url(../images/titleH1.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}

h2.pageCommonTitle {
  color: #231815;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5em;
  text-align: left;
  margin: 15px 0;
  position: relative;
}

h3.pageCommonTitle {
  color: #231815;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5em;
  text-align: left;
  margin: 15px 0;
  position: relative;
}

h2.pageCommonTitleBottomBar:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100px;
  height: 10px;
  background-image: url(../images/titleBorder.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

h3.pageCommonTitleBottomBar:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 80px;
  height: 8px;
  background-image: url(../images/titleBorder.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.pageCommonInTitle h2 {
  color: #231815;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
  text-align: left;
  margin: 15px 0;
  position: relative;
}

.pageCommonText {
  font-size: 15px;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #231815;
}

.pageCommonTextLeft {
  text-align: left !important;
}

.pageCommonTextCenter {
  text-align: center !important;
}

.pageCommonTextRight {
  text-align: right !important;
}

.pageCommonTextBig {
  font-size: 20px !important;
}

.pageCommonTextSmall {
  font-size: 14px !important;
}

.pageCommonTextMini {
  font-size: 12px !important;
}

.pageCommonTextBold {
  font-weight: 600 !important;
}

.pageCommonTextGold {
  color: #816019 !important;
}

.pageCommonTextOcher {
  color: #CBA144 !important;
}

.pageCommonImage {
  width: 100%;
  text-align: center;
  line-height: 1 !important;
}

.pageCommonImage img {
  max-width: 100%;
}

.aioseo-breadcrumbs {
  max-width: 1100px;
  margin: 50px auto;
  font-size: 14px;
  display: block;
}

.aioseo-breadcrumb-separator {
  font-size: 18px;
  padding-left: 5px;
  padding-right: 5px;
}

.pageCommonSimpleTable table {
  width: 100%;
  margin: 30px auto;
  border-bottom: 1px solid #aaa;
}

.pageCommonSimpleTable tr {
  border-top: 1px solid #aaa;
}

.pageCommonSimpleTable th {
  padding: 15px;
  font-weight: 700;
  width: 30%;
}

.pageCommonSimpleTable td {
  padding: 15px;
  width: 70%;
}

.pageCommonList {
  list-style-type: disc;
  list-style-position: outside;
}

.pageCommonList > li {
  line-height: 1.7em;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  margin-left: 20px;
  color: #231815;
}

.pageCommonListNumber {
  list-style-type: decimal;
  list-style-position: outside;
}

.pageCommonListNumber > li {
  line-height: 1.7em;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  margin-left: 20px;
  color: #231815;
}


/* navigation */
.navigation {
  text-align: center;
}

.navigation a:hover {
  opacity: 0.5;
}

.navigation .current {
  color: #fff !important;
  background: #B4995C;
  border-radius: 20px;
  font-size: 16px;
  text-decoration: none;
}

.navigation .page-numbers {
  color: #231815;
  font-size: 16px;
  padding: 4px 11px;
  text-decoration: none;
  margin: 0 5px;
  height: 30px;
  width: 40px;
  transition: 0.5s;
}

.navigation .prev {
  border: 1px solid #231815;
  border-radius: 30px;
  transition: 0.5s;
}

.navigation .next {
  border: 1px solid #231815;
  border-radius: 30px;
  transition: 0.5s;
}




@media all and (max-width: 1024px) { /* SP */
  .pageBox {
    margin-top: 60px;
  }

  .pageContentsBox {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .pageContentsInBox {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }

  .pageHeaderH1BottomText {
    font-size: 23px;
  }

  .headerTitleBottomMargin {
    margin-bottom: 30px !important;
  }

  .pageCommonTitle h1 {
    font-size: 27px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .pageCommonTitle h1:before {
    left: 0;
    top: -15px;
    width: 35px;
    height: 35px;
  }

  h2.pageCommonTitle {
    font-size: 27px;
  }

  h3.pageCommonTitle {
    font-size: 27px;
  }

  .pageCommonTitleSpCenter {
    text-align: center !important;
  }

  .pageCommonTitleSpCenter.pageCommonTitleBottomBar:after {
    left: calc(50% - 50px) !important;
  }

  .aioseo-breadcrumbs {
    margin-left: 15px;
    margin-right: 15px;
    overflow-y: scroll;
    white-space: nowrap;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .pageCommonText {
    line-height: 1.7em;
  }

  .pageCommonSimpleTable th {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }

  .pageCommonSimpleTable td {
    display: block;
    width: 100%;
  }
}

@media all and (min-width: 1025px) { /* PC */

}