@charset "UTF-8";

#primary {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 14px;
  text-align: justify;
}
.mv {
  margin-bottom: 25px;
}
/*------------------------------------------
# 目次 .toc
------------------------------------------*/
.toc div {
  background-color: #f7f7f7;
  font-weight: bold;
}
.toc a {
  color:#000;
  padding-left: 16px;
}
.toc p {
  font-size: 16px;
  margin-bottom: 15px;
  padding-bottom: 6px;
  padding-left: 10px;
}
.toc div > ul > li {
  margin-left: 10px;
  display: flex;
  align-items: center;
  position: relative;
}
.toc div > ul > li:before {
  content: "";
  border: #f08524 1px solid;
  border-width: 1px 1px 0 0;
  position: absolute;
  display: block;  left: 0;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
}
.toc a:hover {
  text-decoration: underline;
}
.toc div > ul > li > ul {
  margin: 0.1em 0 0.6em;
}
.toc div > ul > li > ul:last-child {
  margin: 0.1em 0 0;
}
.toc div > ul > li > ul > li >a{
  color: #707070;
}
strong {
  color: #ff9a00;
}
/* ------------------------------------------------------------------------------------

   記事ページ

---------------------------------------------------------------------------------- */
/*タイトル*/
.title01 {
  font-size: 24px;
  border-left: 4px solid #ff9d14;
  color: #333;
  background-color: #f6f4ec;
}
.title01 h2 {
  font-weight: bold;
  line-height: 1.5;
  padding: 20px;
}
.sectionBlock h4 {
  color: #735322;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 8px;
  position: relative;
}
.sectionBlock h4 span {
  border-style: solid;
  border-color: transparent transparent transparent #ffe8ba;
  border-width: 4px 0 4px 8px;
  display: block;
  position: absolute;
  top: calc(1em - 8px);
  left: 0;
}
.sectionBlock h4 p {
  margin-left: 16px;
  width: calc(100% - 15px);
}
.sectionBlock img {
  margin-top: 25px;
}
.sectionBlock:last-child {
  margin-bottom: 0;
}
/*記事本文*/
.subTitle01 {
  background-color: #f6f4ec;
  color: #333;
}
.subTitle01 h3 {
  font-weight: bold;
}
.sec__dt {
  color: #735322;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}
.sec__dt span {
  border-style: solid;
  border-color: transparent transparent transparent #ffe8ba;
  border-width: 4px 0 4px 8px;
  display: block;
  position: absolute;
  top: calc(1em - 8px);
  left: 0;
}
.sec__dt p {
  margin-left: 16px;
  width: calc(100% - 15px);
}
.other-article {
  margin-top: 60px;
}
.other-article__title {
  border-top: solid 4px #ececec;
  border-bottom: solid 2px #ececec;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0;
  position: relative;
}
.other-article__title:after {
  content: "";
  background: #ff9d14;
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 55px;
  height: 4px;
}
.other-article__link {
  border-left: solid 3px transparent;
  display: flex;
  align-items: flex-start;
}
.other-article__link:hover {
  background-color: #ffe8ba;
  border-left: 3px solid #ffa800;
}
.other-article__list {
  display: flex;
  flex-wrap: wrap;
}
.other-article__item {
  background: #ff9d14;
  color: #fff;
  font-size: 14px;
  margin: 0 10px 5px 0;
  padding: 0 10px;
}
.other-article__name {
  color: #304f89;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
}
.other-article__text {
  color: #333;
  font-size: 15px;
  line-height: 1.5;
}
.sarchArea {
  margin-top: 60px;
}
.sarchArea__title {
  border-top: solid 4px #ececec;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0;
  position: relative;
}
.sarchArea__title:after {
  content: "";
  background: #ff9d14;
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 55px;
  height: 4px;
}
.sarchArea__box {
  background: #f6f4ec;
  display: flex;
  margin-bottom: 10px;
  padding: 10px;
}
.sarchArea__name {
  font-weight: bold;
}
.sarchArea__list {
  display: flex;
  flex-wrap: wrap;
}
.sarchArea__item a {
  color: #304f89;
  background: #dfdccd;
  font-size: 16px;
  font-weight: bold;
  margin-right: 5px;
  padding: 3px 10px;
}
.sarchArea__item a:hover {
  background: #ffa800;
  color: #fff;
}
/*PC用 s*/
@media screen and (min-width: 769px) {
  .forSP {
    display: none;
  }
  #primary {
    line-height: 28px;
  }
  .mv img {
    margin: 40px 0;
  }
  .toc {
    margin-bottom: 90px;
  }
  .toc p {
    border-bottom: solid 2px #f7862a;
  }
  .toc div {
    padding: 25px 15px 40px;
  }
  .toc div > ul > li {
    line-height: 2.3;
  }
  .toc div > ul > li:before {
    top: calc(1em - 1px);
  }
  .article-section {
    margin-top: -100px;
    margin-bottom: 30px;
    padding-top: 100px;
  }
  #sec2.article-section {
    margin-bottom: 75px;
  }
  #sec3.article-section {
    margin-bottom: 75px;
  }
  .sectionBlock h4 {
    font-size: 15px;
  }
  .subTitle01 {
    font-size: 20px;
    margin-bottom: 25px;
    padding: 12px 20px;
  }
  #sec3 .subTitle01 {
    margin-bottom: 32px;
  }
  #sec4 .subTitle01 {
    margin-bottom: 20px;
  }
  .subTitl_small {
    font-size: 16px;
    margin-bottom: 38px;
  }
  .other-article__link {
    border-bottom: solid 3px #ececec;
    padding: 15px;
  }
  .other-article__right {
    margin-left: 20px;
  }
  .other-article__name {
    font-size: 20px;
  }
  .sectionBlock {
    margin: 15px 0 35px;
  }
  #sec1 .sectionBlock:nth-child(3) {
    margin-bottom: 50px;
  }
  #sec1 .sectionBlock:nth-child(4) {
    margin-bottom: 80px;
  }
  #sec1 .sectionBlock:nth-child(4) img {
    margin: 35px 0 55px;
  }
  #sec1 .sectionBlock:nth-child(5) {
    margin-bottom: 95px;
  }
  #sec1 .sectionBlock:nth-child(5) img {
    margin: 15px 0 20px;
  }
  #sec1 .sectionBlock:nth-child(6) {
    margin-bottom: 50px;
  }
  #sec1 .sectionBlock:nth-child(6) img {
    margin: 20px 0 25px;
  }
  #sec1 .sectionBlock:nth-child(7) {
    margin-bottom: 80px;
  }
  #sec1 .sectionBlock:nth-child(7) img {
    margin-bottom: 15px;
  }
  #sec1 .sectionBlock:nth-child(8) img {
    margin-bottom: 35px;
  }
  #sec4.article-section {
    font-size: 15px;
    margin-bottom: 110px;
  }
  #sec4 .sectionBlock h4 {
    margin-bottom: 13px;
  }
  #sec4 .sectionBlock img {
    margin: 30px 0 12px;
  }
  #sec4 .sectionBlock img:last-of-type {
    margin: 25px 0 20px;
  }
  #sec5.article-section p {
    font-size: 15px;
  }
  .sec__dt {
    margin-bottom: 13px;
  }
  #sec2 .sec__dt:last-of-type {
    margin-top: 58px;
  }
  .sec__dd:not(:last-child) {
    margin-bottom: 45px;
  }
  #sec3 .sec__dd:not(:last-child) {
    margin-bottom: 40px;
  }
  .sarchArea__name {
    font-size: 16px;
    width: 150px;
  }
}
/*PC用 e*/
/*スマホ用 s*/
@media screen and (max-width: 768px) {
  .forPC {
    display: none;
  }
  #primary {
    font-size: 12px;
    margin: 0 4vw;
    text-align: justify;
  }
  .mv {
    margin-bottom: 40px;
  }
  .mv img {
    margin: 0 -4vw 20px;
    width: 100vw;
    max-width: 100vw;
  }
  .title01 {
    background: none;
    border: none;
    font-size: 18px;
  }
  .title01 h2 {
    font-size: 19px;
    padding: 10px 0;
  }
  .toc {
    margin: 0 -4vw 60px;
    width: 100vw;
  }
  .toc p {
    border-bottom: solid 1px #f7862a;
  }
  .toc div {
    padding: 10px;
  }
  .toc div > ul > li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .toc div > ul > li:before {
    top: calc(0.5em + 1px);
  }
  .article-section {
    margin-top: -17.5vw;
    margin-bottom: 80px;
    padding-top: 17.5vw;
  }
  #sec5.article-section {
    margin-bottom: 30px;
  }
  .subTitle01 {
    background: #faf1d8;
    border-left: solid 4px #d9a300;
    font-size: 19px;
    margin-bottom: 10px;
    padding: 10px 20px;
  }
  #sec5 .subTitle01 {
    margin-bottom: 30px;
  }
  .sectionBlock h4 {
    font-size: 16px;
  }
  .subTitl_small {
    margin: 20px 0 30px;
  }
  .sectionBlock {
    margin: 60px auto;
  }
  .subTitle01 + .sectionBlock {
    margin-top: 0;
  }
  .sectionBlock img {
    margin: 20px auto;
  }
  .sectionBlock img:last-child {
    margin-bottom: 0;
  }
  #sec1 .sectionBlock:nth-of-type(4) img {
    margin-bottom: 50px;
  }
  #sec1 .sectionBlock:nth-of-type(5) img {
    margin-bottom: 50px;
  }
  #sec1 .sectionBlock:nth-of-type(7) img {
    margin-bottom: 50px;
  }
  #sec1 .sectionBlock:nth-of-type(8) img {
    margin-bottom: 50px;
  }
  #sec4 .sectionBlock img {
    margin: 30px auto 40px;
  }
  #sec3 .sec__dl {
    margin-top: 20px;
  }
  .sec__dt {
    margin-bottom: 10px;
  }
  .sec__dd:not(:last-child) {
    margin-bottom: 50px;
  }
  #sec3 .sec__dd:not(:last-child) {
    margin-bottom: 30px;
  }
  #sec4 .sectionBlock h4 {
    margin: 25px 0 15px;
  }
  .categoryForm {
    margin-bottom: 25px;
    padding: 15px;
    border: 7px solid #e8e8e8;
    border-radius: 7px;
    background-color: #f2f2f2;
  }
  .categoryForm > :last-child {
    margin-bottom: 0;
  }
  .categoryForm__ttl {
    margin-bottom: .5em;
    color: #d61e63;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
  }
  .categoryForm p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .categoryForm p em {
    font-weight: bold;
    font-style: unset;
  }
  .categoryForm .btn {
    width: auto;
    margin: auto;
    padding: unset;
    border: none;
    background: none;
    box-shadow: none;
    line-height: unset;
  }
  .categoryForm .btn:after {
    content: none;
  }
  .other-article__title {
    font-size: 19px;
  }
  .other-article__link {
    border-bottom: solid 1px #ececec;
    padding: 10px 10px 5em;
    position: relative;
  }
  .other-article__img {
    width: 120px;
    height: auto;
  }
  .other-article__right {
    margin-left: 10px;
  }
  .other-article__item {
    font-size: 10px;
    font-weight: bold;
  }
  .other-article__name {
    font-size: 15px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: block-axis;
    -webkit-line-clamp: 2;
    height: 3em;
  }
  .other-article__text {
    font-size: 12px;
    line-height: 1.5;
    position: absolute;
    left: 13px;
    bottom: 12px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: block-axis;
    -webkit-line-clamp: 2;
    width: calc(100% - 23px);
    height: 3em;
  }
  .sarchArea__title {
    font-size: 19px;
  }
  .sarchArea__box {
    font-size: 15px;
    flex-wrap: wrap;
  }
  .sarchArea__name {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }
  .sarchArea__item a {
    font-size: 12px;
  }
}
/*スマホ用 e*/