@charset "UTF-8";
@import url("global.css");
h1 span {
  display: block;
  font-size: 24px;
  letter-spacing: 1px;
  display: block;
  line-height: 0.5;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
h1 span:first-letter {
  color: rgba(63, 112, 79, 0.6);
}

h2 {
  margin: 10px auto;
  font-size: 40px;
  line-height: 1.5;
}
h2.sec_title {
  font-size: 45px;
  line-height: 56px;
  text-align: center;
}
h2.sec_title span {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}

/* ------------------------------
 Bodyarea
------------------------------ */
.bodyarea .text {
  margin-bottom: 40px;
}
.bodyarea p {
  font-size: 16px;
}
.bodyarea .item {
  margin-bottom: 40px;
  counter-increment: number 1;
}
.bodyarea .item > dt {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  font-size: 20px;
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.bodyarea .item > dt .num {
  position: absolute;
  left: 0;
  top: 6px;
  line-height: 1.0;
  font-size: 24px;
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  color: #3F704F;
}
.bodyarea .item dd p + p {
  margin-bottom: 1em;
}
.bodyarea .item dd ol {
  margin-top: 10px;
  counter-reset: number 0;
}
.bodyarea .item dd ol li {
  margin-top: 7px;
  padding-left: 30px;
  position: relative;
  counter-increment: number 1;
}
.bodyarea .item dd ol li::before {
  content: "（" counter(number) "）";
  position: absolute;
  left: 0;
  top: 0;
}
.bodyarea .subitem {
  margin: 20px 0 20px;
}
.bodyarea .subitem > dt {
  font-size: 16px;
  font-weight: bold;
}
.bodyarea .subitem dd p {
  margin-bottom: 1em;
}
.bodyarea .box {
  margin-top: 20px;
  border: 2px dotted rgba(63, 112, 79, 0.4);
  padding: 15px 30px;
  display: inline-block;
}
.bodyarea .box dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 7px;
}
.bodyarea .box dl dt {
  width: 5rem;
  text-align: left;
}
.bodyarea .box dl dt span {
  text-align: center;
  display: block;
  font-size: 14px;
}
.bodyarea .box dl dd {
  flex: 1;
  padding-left: 40px;
  text-align: left;
}
.bodyarea .box dl:last-child {
  margin-bottom: 0;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1200px )
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  h2 {
    font-size: 32px;
  }

  /* ------------------------------
   Bodyarea
  ------------------------------ */
  .bodyarea p {
    font-size: 15px;
  }
  .bodyarea .item > dt {
    font-size: 18px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 645px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  h2 {
    font-size: 20px;
    letter-spacing: 0;
  }
  h2.sec_title {
    font-size: 30px;
    line-height: 1.3;
  }
  h2.sec_title span {
    font-size: 14px;
    line-height: inherit;
  }

  /* ------------------------------
  	Bodyarea
  ------------------------------ */
  .bodyarea .text {
    margin-bottom: 20px;
  }
  .bodyarea p {
    font-size: 14px;
  }
  .bodyarea .item {
    margin-bottom: 20px;
  }
  .bodyarea .item > dt {
    padding-left: 23px;
    font-size: 16px;
    font-weight: 600;
  }
  .bodyarea .item > dt .num {
    top: 3px;
    font-size: 20px;
  }
  .bodyarea .item dd {
    font-size: 14px;
  }
  .bodyarea .item dd ol li {
    font-size: 14px;
    line-height: 1.6;
  }
  .bodyarea .box {
    padding: 10px;
    display: block;
  }
  .bodyarea .box dl {
    margin-bottom: 2px;
  }
  .bodyarea .box dl dt {
    width: 4rem;
  }
  .bodyarea .box dl dd {
    padding-left: 10px;
  }
  .bodyarea .box dl:last-child {
    margin-bottom: 0;
  }
}
