@charset "UTF-8";
/*------------------------------
 既存調整
------------------------------*/
.language {
  display: none;
}

/*------------------------------
 ページ
------------------------------*/
/* contents
------------------------------*/
.frame .r section.contents {
  width: 1200px;
  color: #3f3833;
  margin: 0 auto 95px 0;
  box-sizing: border-box;
}

.contents__wrap {
  margin-bottom: 60px;
}

.contents__wrap--space-large {
  margin-bottom: 110px;
}

.contents__main-title {
  font-size: 34px;
  line-height: 33px;
  padding: 11px 0 11px 0;
  margin-bottom: 50px;
}

.contents__title {
  color: #ffffff;
  font-size: 20px;
  line-height: 33px;
  background-color: #a6975a;
  padding: 11px 0 11px 22px;
  margin-bottom: 30px;
}

.contents__sub-title {
  font-size: 18px;
  line-height: 25px;
  border-left: 8px solid #a6975a;
  padding-left: 12px;
  margin-bottom: 30px;
}

.contents__column-box {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 40px;
}
.contents__column-box:last-child {
  margin-bottom: 0;
}

.contents__column-item {
  width: calc(50% - 10px);
  margin-right: 20px;
}
.contents__column-item:last-child {
  margin-right: 0;
}

.contents__image-box {
  font-size: 0;
  line-height: 0;
  text-align: center;
  border: 1px solid #d3d3d3;
}

.contents__image {
  display: inline-block;
  width: 100%;
  height: auto;
}

.contents__text, .contents__text--indent, .contents__text--indent--space, .contents__text--space {
  font-size: 14px;
  line-height: 24px;
}

.contents__text--space {
  margin-bottom: 30px;
}

.contents__text--indent, .contents__text--indent--space {
  padding-left: 35px;
}
.contents__text--indent.number1::before, .number1.contents__text--indent--space::before {
  content: "1";
}
.contents__text--indent.number2::before, .number2.contents__text--indent--space::before {
  content: "2";
}
.contents__text--indent.number3::before, .number3.contents__text--indent--space::before {
  content: "3";
}
.contents__text--indent.number4::before, .number4.contents__text--indent--space::before {
  content: "4";
}
.contents__text--indent.number5::before, .number5.contents__text--indent--space::before {
  content: "5";
}
.contents__text--indent.number6::before, .number6.contents__text--indent--space::before {
  content: "6";
}
.contents__text--indent.number7::before, .number7.contents__text--indent--space::before {
  content: "7";
}
.contents__text--indent.number8::before, .number8.contents__text--indent--space::before {
  content: "8";
}
.contents__text--indent.number9::before, .number9.contents__text--indent--space::before {
  content: "9";
}
.contents__text--indent.number10::before, .number10.contents__text--indent--space::before {
  content: "10";
}
.contents__text--indent.number11::before, .number11.contents__text--indent--space::before {
  content: "11";
}
.contents__text--indent.number12::before, .number12.contents__text--indent--space::before {
  content: "12";
}

.contents__text--indent--space {
  margin-bottom: 30px;
}

p[class^="contents__text--indent number"],
p[class^="contents__text--indent--space number"] {
  position: relative;
}
p[class^="contents__text--indent number"]::before,
p[class^="contents__text--indent--space number"]::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  background-color: #d62727;
}

.contents__link, .contents__link--indent {
  color: #a7975b;
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
}
.contents__link:hover, .contents__link--indent:hover {
  text-decoration: none;
}

.contents__link--indent {
  padding-left: 35px;
}

.contents__banner-link {
  display: block;
  font-size: 0;
  line-height: 0;
  text-align: left;
  text-decoration: none;
}
.contents__banner-link:hover {
  opacity: 0.8;
}

.contents__banner-link-image {
  display: inline-block;
}

.contents__border-box {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
  margin-bottom: 35px;
}

.contents__table {
  width: 100%;
  max-width: 400px;
  border-color: #3f3833;
  border-style: solid;
  border-width: 1px 0px 0px 1px;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.contents__table-line {
  border-bottom: 1px solid #3f3833;
  box-sizing: border-box;
}

.contents__table-title, .contents__table-text {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #3f3833;
  padding: 2px 10px 2px 10px;
  box-sizing: border-box;
}

/* switching
------------------------------*/
.switching {
  display: none;
}

/* anchor
------------------------------*/
.anchor__item-box {
  display: flex;
  flex-flow: row wrap;
}

.anchor__item {
  width: calc(33.33% - 14px);
  background-color: #ffffff;
  border: 1px solid #a6975a;
  margin: 0 20px 30px 0;
}
.anchor__item:nth-child(3n) {
  margin-right: 0;
}

.anchor__item-title {
  background-color: #a6975a;
  padding: 13px 20px 13px 20px;
}

.anchor__item-title-link {
  display: block;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}
.anchor__item-title-link:hover {
  text-decoration: underline;
}

span.anchor__item-title-link:hover {
  text-decoration: none;
}

.anchor__item-inner-box {
  padding: 26px 26px 26px 26px;
}

.anchor__link-item {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.anchor__link-item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 13px;
  height: 6px;
  background-image: url(/contents/img/guide/icon_light_arrow.png);
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
}

.anchor__link {
  color: #3f3833;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
}
.anchor__link:hover {
  text-decoration: underline;
}

/* contact
------------------------------*/
.contact {
  text-align: center;
}

.contact__caption {
  color: #a6975a;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

.contact__box {
  width: 100%;
  max-width: 680px;
  border: 1px solid #3f3833;
  background-color: #ffffff;
  margin: 0 auto;
}

.contact__title {
  color: #ffffff;
  font-size: 18px;
  line-height: 27px;
  background-color: #a6975a;
  padding: 8px 0 8px 0;
}

.contact__box-inner {
  padding: 20px 20px 20px 20px;
}

.contact__text--space {
  margin-bottom: 10px;
}

.contact__text--large {
  font-size: 18px;
}

.contents__pdf {
  width: 100%;
  height: 500px;
}

.contents__in-text-image-box {
  display: block;
  max-width: 500px;
  font-size: 0;
  line-height: 0;
  margin: 15px auto 0 0;
}

.contents__in-text-image {
  display: inline-block;
  width: 100%;
  height: auto;
}

/*------------------------------
 SP（スマートフォン）
------------------------------*/
@media screen and (max-width: 700px) {
  /* 700pxまでの幅の場合に適応される */
  /*------------------------------
   既存調整
  ------------------------------*/
  .frame .r nav {
    display: block;
    height: 40px;
  }
  /*------------------------------
   ページ
  ------------------------------*/
  /* contents
  ------------------------------*/
  .frame .r section.contents {
    width: 100%;
    margin: 40px auto 40px;
  }
  .contents__wrap {
    margin-bottom: 30px;
  }
  .contents__wrap.sp-mgb-small {
    margin-bottom: 15px;
  }
  .contents__wrap--space-large {
    margin-bottom: 55px;
  }
  .contents__main-title {
    font-size: 16px;
    line-height: 20px;
    padding: 30px 0px 0px 0px;
    margin-bottom: 25px;
  }
  .contents__title {
    font-size: 14px;
    line-height: 16px;
    padding: 7px 0 7px 12px;
    margin-bottom: 15px;
  }
  .contents__sub-title {
    font-size: 14px;
    line-height: 20px;
    border-left: 6px solid #a6975a;
    padding-left: 8px;
    margin-bottom: 15px;
  }
  .contents__column-box {
    margin-bottom: 30px;
  }
  .contents__column-item {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .contents__column-item:last-child {
    margin-bottom: 0;
  }
  .contents__image-box {
    margin: 0 10px;
  }
  .contents__text, .contents__text--space, .contents__text--indent, .contents__text--indent--space {
    font-size: 12px;
    line-height: 19px;
  }
  .contents__text--space {
    margin-bottom: 15px;
  }
  .contents__text--indent, .contents__text--indent--space {
    padding-left: 28px;
  }
  .contents__text--indent--space {
    margin-bottom: 15px;
  }
  p[class^="contents__text--indent number"]::before,
p[class^="contents__text--indent--space number"]::before {
    width: 20px;
    font-size: 15px;
    line-height: 20px;
  }
  .contents__link, .contents__link--indent {
    font-size: 12px;
    line-height: 19px;
  }
  .contents__link:hover, .contents__link--indent:hover {
    text-decoration: underline;
  }
  .contents__link--indent {
    padding-left: 28px;
  }
  .contents__banner-link:hover {
    opacity: 1;
  }
  .contents__banner-link-image {
    width: 100%;
    height: auto;
  }
  .contents__border-box {
    padding-bottom: 15px;
    margin-bottom: 18px;
  }
  .contents__table {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .contents__table-title, .contents__table-text {
    font-size: 12px;
    line-height: 19px;
    padding: 2px 5px 2px 5px;
  }
  .contents__pdf {
    height: 300px;
  }
  /* switching
  ------------------------------*/
  .switching {
    display: block;
    margin-bottom: 5px;
  }
  .switching__item-box {
    display: flex;
    flex-flow: row wrap;
  }
  .switching__item {
    display: table;
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .switching__item:nth-child(odd) {
    margin-right: 10px;
  }
  .switching__text {
    display: table-cell;
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    padding: 13px 0px 11px 0px;
    border: 2px solid #a6975a;
    background-color: #a6975a;
    box-sizing: border-box;
  }
  .is-active .switching__text {
    color: #a6975a;
    background-color: #ffffff;
  }
  /* anchor
  ------------------------------*/
  .anchor__item-box {
    display: block;
  }
  .anchor__item {
    display: none;
    width: 100%;
    margin: 0 auto;
  }
  .anchor__item:nth-child(3n) {
    margin-right: auto;
  }
  .anchor__item.is-active {
    display: block;
  }
  .anchor__item-inner {
    padding: 10px 12px 10px 12px;
  }
  .anchor__item-title {
    background-color: #ffffff;
    border-bottom: 2px solid #a6975a;
    padding: 0px 0px 5px 0px;
  }
  .anchor__item-title-link {
    color: #a6975a;
    font-size: 14px;
    line-height: 22px;
  }
  .anchor__item-title-link:hover {
    text-decoration: none;
  }
  .anchor__item-inner-box {
    padding: 10px 0px 0px 0px;
  }
  .anchor__link-item-box {
    display: flex;
    flex-flow: row wrap;
  }
  .anchor__link-item {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 5px;
  }
  .anchor__link-item:nth-child(even) {
    margin-right: 0;
  }
  .anchor__link-item::before {
    top: 12px;
    width: 14px;
    height: 4px;
    background-image: url(/contents/img/guide/icon_light_arrow_sp.png);
  }
  .anchor__link {
    font-size: 12px;
    line-height: 19px;
  }
  .anchor__link:hover {
    text-decoration: none;
  }
  /* contact
  ------------------------------*/
  .contact__caption {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .contact__box {
    max-width: 100%;
  }
  .contact__title {
    font-size: 14px;
    line-height: 20px;
  }
  .contact__box-inner {
    padding: 10px 10px 10px 10px;
  }
  .contact__text, .contact__text--space, .contact__text--large {
    font-size: 12px;
    line-height: 19px;
  }
  .contact__text--space {
    margin-bottom: 5px;
  }
  .contact__text--large {
    font-size: 16px;
  }
}
