@charset "UTF-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  background: #FFF url("../images/bg.png") repeat 50% 50%;
  color: #222222;
  font-family: "Noto Sans JP", "segoe UI", 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 2.0rem;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

li {
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

html {
  font-size: 10px;
  height: 100%;
}

img {
  border: 0;
  display: block;
  margin: 1em auto;
  max-width: 100%;
  height: auto;
}

section, article {
  padding: 0;
  margin: 0 auto;
}

/* link */
a {
  color: #252e9f;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border: 0 none;
}

a:visited {
  color: #61135e;
}

a:hover {
  opacity: 0.5;
  outline: 0;
}

a:active {
  outline: 0;
}

.tr98a {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #252e9f;
}

.tr98a:hover {
  opacity: 0.5;
  outline: 0;
  text-decoration: none;
}

/* character_decoration */
.em_border {
  font-weight: bold;
  background: linear-gradient(transparent 80%, #b8e297 80%);
}

.em_highlight {
  background: linear-gradient(transparent 80%, #d6d695 80%);
  font-weight: bold;
}

.em_red {
  font-weight: bold;
  color: #a61717;
}

/* 文字サイズ */
.fontSize_fixed {
  position: fixed;
  width: 38px;
  top: 75px;
  right: 0;
  background: #FFF;
  box-shadow: 0px 0px 1px #CCC;
  z-index: 3;
}

@supports (-ms-ime-align:auto) {
  .fontSize_fixed {
    width: 38px;
    height: 150px;
    right: 0;
    background: none;
    border: none;
    z-index: 3;
  }
}

@media all and (-ms-high-contrast: none) {
  .fontSize_fixed {
    width: 38px;
    height: 150px;
    right: 0;
    background: none;
    border: none;
    z-index: 3;
  }
}

#fontSize {
  font-size: 23px;
  color: #0e5f25;
}

.ttl_fontSize,
.large,
.middle,
.small {
  text-align: center;
  margin: 5px 2px;
  padding: 10px 1px;
  cursor: pointer;
}

.large:hover,
.middle:hover,
.small:hover {
  opacity: 0.6;
}

.ttl_fontSize {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media (max-width: 480px) {

  .ttl_fontSize,
  .large,
  .middle,
  .small {
    margin: 5px 0px;
  }
}

/*contents*/
#contents {
  margin: 0 auto;
  text-align: left;
}

main {
  margin: 0 auto;
  overflow: visible;
}

.container {
  width: 960px;
  padding: 1.8em 0;
  margin: 0 auto;
  box-sizing: border-box;
  transition: 1s all;
}

@media screen and (max-width: 1080px) {
  .container {
    width: 85%;
    padding: 0.3em;
  }
}

main p {
  font-size: 20px;
  font-size: 2.0rem;
  border-radius: 4px;
  padding: 15px;
  margin: 0 0 20px;
}

@media screen and (max-width: 960px) {
  main p {
    padding: 0.3em;
  }
}

/* related_posts */
.related {
  background: #f6f6f6;
}

.related h2 {
  color: #0e5f25;
  font-weight: normal;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 10px auto;
}

.related h2::after {
  content: "";
  margin: 20px auto;
  display: block;
  border-bottom: 4px solid #0e5f25;
  width: 100px;
}

.box_related {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.item_related {
  background: #FFF;
  padding: 15px;
  text-align: center;
}

.item_related h3 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.item_related img {
  max-width: 100%;
  height: auto;
}

.item_related div {
  font-size: 20px;
  font-size: 2.0rem;
  padding: 10px;
  color: #252e9f;
  border: 1px solid #252e9f;
}

/* button */
.btn_link {
  margin: 2em auto 4em;
  display: block;
}

.btn_link a,
.btn_link span {
  width: 640px;
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  margin: 0 auto;
  padding: 0.5em;
  color: #FFF;
  background: #1c740a;
  border: 1px solid #1c740a;
  transition: .3s all;
}

.btn_link a:hover,
.btn_link span:hover {
  color: #1c740a;
  background: #FFF;
  border: 1px solid #1c740a;
}

@media screen and (max-width: 1080px) {
  .btn_link {
    width: 80%;
    margin: 50px auto 75px auto;
  }

  .btn_link a,
  .btn_link span {
    width: 80%;
    padding: .7em;
  }
}

/* mainimage */
.mainimage {
  width: 100%;
  margin: 0 auto 0px auto;
  padding: 50px 0 200px 0;
  border-top: 4px solid #0e5f25;
  border-bottom: 4px solid #0e5f25;
  background: #FFF url(../images/main_bg.jpg)no-repeat 50% 50%;
  background-size: cover;
  z-index: 1;
  transition: 1s all;
}

.mainimage.after {
  margin: 0 auto -140px auto;
}

.mainimage div {
  width: 100%;
  margin: auto;
}

.mainimage img {
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .mainimage div {
    width: 98%;
    margin: auto;
  }
}

/* header */
header {
  background: #FFF;
  margin: 0px auto;
  padding-bottom: 5px;
}

header img {
  margin-left: 0;
  margin-top: 0;
  padding-top: 5px;
  display: inline;
}

/* headlines */
main h1 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.6;
  margin: 15px auto;
  letter-spacing: 0.07em;
  font-weight: bold;
}

main h2 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.6;
  margin: .5em auto;
  font-weight: bold;
}

main h3 {
  font-size: 26px;
  font-size: 2.6rem;
  margin: .5em auto;
}

main h4 {
  font-size: 24px;
  font-size: 2.4rem;
  margin: .5em auto;
}

@media screen and (max-width: 640px) {

  main .main_area h1,
  main .main_area h2 {
    font-size: 25px;
    font-size: 2.5rem;
  }

  main .main_area h3,
  main .main_area h4 {
    font-size: 20px;
    font-size: 2.0rem;
  }
}

/* list */
ul.list_merit {
  background: #FFF;
  box-shadow: 0px 0px 0px 10px #FFF;
  border: dashed 2px #0e5f25;
  margin: 30px 10px;
  padding: 0.5em;
}

ul.list_merit li {
  line-height: 1.5;
  padding: 0.5em 0;
}

ul.list_merit li::before {
  content: "・";
  color: #0e5f25;
  margin-right: 5px;
}

ul.box_checklist,
ol {
  background: #FFF;
  box-shadow: 0px 0px 0px 10px #FFF;
  border: dashed 2px #0e5f25;
  margin: 30px 10px;
  padding: 0.5em;
}

ul.box_checklist li,
ol li {
  line-height: 1.5;
  padding: 0.5em;
}

ul.box_checklist {
  margin: 0 auto;
  text-align: center;
  width: 70%;
}

@media (max-width:480px) {
  ul.list_merit,
  ul.box_checklist {
    width: 90%;
  }
}

@media (max-width:640px) {

  ul.list_merit,
  ul.box_checklist,
  ol {
    margin: 20px auto;
    padding: 0.2em;
  }
}

/* footer */
footer {
  margin: 0px auto;
}

.fa-angle-up {
  color: #FFF;
  font-size: 50px;
}

footer .pagetop {
  color: #FFF;
  background: #0e5f25;
  margin: 0 auto;
  padding-top: 30px;
  text-align: center;
  font-size: 20px;
}

footer .pagetop a {
  color: #FFF;
  background: #0e5f25;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
}

footer .copyright {
  background: #0e5f25;
  font-size: 15px;
  color: #FFF;
  text-align: center;
  padding: 20px;
}

@media screen and (max-width: 640px) {
  footer .copyright {
    padding: 20px 0 80px;
  }
}

/* localnavi */
.localnavi {
  background: #F1F1F1;
}

.local_other {
  padding-bottom: 2em;
}

.localnavi_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.localnavi_box {
  flex: 1;
  margin: 0.5em;
}

.localnavi_box h2 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  padding-left: 5px;
  margin-bottom: 1em;
  border-bottom: 1px solid #677500;
}

.localnavi_box h3 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: normal;
  padding-left: 5px;
  margin: 0.6em 0;
}

.localnavi_box h3 span {
  border-bottom: 1px solid #677500;
}

.localnavi_box .icon {
  padding: 5px 0 5px 20px;
  background: url("../images/icon.svg") no-repeat 0 50%;
}

.fa-folder-open {
  padding-right: 5px;
}

.localnavi .container {
  padding: .5em 0;
}

@media screen and (max-width: 1260px) {
  .localnavi_wrap {
    display: block;
  }

  .localnavi_box {
    margin-bottom: 2em;
  }
}

/* table */
table {
  border-collapse: collapse;
  margin: 0 auto;
  table-layout: fixed;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  word-wrap: break-word;
  border: 1px solid #CCC;
}

td {
  padding: 10px;
  border: 1px solid #DDD;
}

th {
  padding: 10px;
  border: 1px solid #DDD;
  color: #222222;
  background: #f1f1f1;
}

@media screen and (max-width: 1080px) {
  .table_scroll {
    width: 100%;
    overflow-x: scroll;
    font-size: 80%;
  }

  table {
    border-collapse: collapse;
  }

  td,
  th {
    padding: 10px;
  }
}

@media screen and (max-width: 640px) {

  table.data_column td,
  table.data_column th {
    display: block;
  }
}

/* toc.min.js */
#toc {
  padding: 0.5em 1em;
  margin: 0.5em auto 1em;
}

#toc::before {
  content: "このページの内容";
  color: #222222;
}

#toc ol {
  padding-left: 0;
}

#toc li {
  margin: 5px 0;
  font-size: 18px;
  font-size: 1.8rem;
}

#toc ol {
  counter-reset: contentNum;
}

#toc ol li {
  list-style: none;
}

#toc ol li+li {
  margin-top: 2px;
}

#toc ol li a {
  position: relative;
  display: block;
  padding: 0 0 0 1.3em;
}

#toc ol li a::after, #toc ol li a::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 20px;
  height: 1em;
  text-align: center;
}

#toc ol li a::before {
  margin-top: 0.2rem;
  color: #222222;
  font-weight: 500;
}

#toc ol li.toc-h2 a::before {
  content: counter(contentNum) ".";
  counter-increment: contentNum;
}

#toc ol li.toc-h3 {
  padding-left: 1em;
}

#toc ol li.toc-h3 a {
  padding-left: 2.3em;
}

#toc ol li.toc-h2 {
  counter-reset: subContNum;
}

#toc ol li.toc-h3 a::before,
#toc ol li.toc-h4 a::before {
  white-space: nowrap;
}

#toc ol li.toc-h3 a::before {
  counter-increment: subContNum;
  content: counter(contentNum) "-"counter(subContNum) ".";
}

#toc ol li.toc-h4 {
  padding-left: 2em;
}

#toc ol li.toc-h4 a {
  padding: 0 0 0 3.2em;
}

#toc ol li.toc-h3 {
  counter-reset: section;
}

#toc ol li.toc-h4 a::before {
  counter-increment: section;
  content: counter(contentNum) "-"counter(subContNum) "-"counter(section) ".";
}

@media screen and (max-width: 600px) {
  #toc {
    padding: 0.5em 0.5em;
    margin: 0.5em auto 1em;
  }

  #toc ol li.toc-h3 {
    padding-left: 0.6em;
  }

  #toc ol li.toc-h4 {
    padding-left: 1em;
  }
}

/* drawer */
.drawer-hamburger {
  top: 0;
  padding-right: 12px;
  background: #FFF;
  z-index: 9999;
  box-shadow: 0px 0px 1px #CCC;
}

.drawer-hamburger:hover {
  background: #FFF;
}

.drawer-hamburger-icon {
  width: 26px;
  top: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  background: #FFF;
  right: 270px;
}

.drawer--left.drawer-open .drawer-hamburger-icon:after, .drawer--left.drawer-open .drawer-hamburger-icon:before {
  background-color: #222222;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 270px;
}

@media screen and (max-width: 1260px) {

  .drawer-hamburger,
  .drawer-hamburger-icon {
    top: 0;
  }

  .drawer--top.drawer-open .drawer-nav {
    top: 0;
    overflow: auto;
  }

  .drawer--top.drawer-open .drawer-nav::-webkit-scrollbar {
    display: none;
  }

  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger {
    right: 0;
    overflow: auto;
  }

  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
    overflow: auto;
  }

  .drawer--right.drawer-open .drawer-nav::-webkit-scrollbar {
    display: none;
  }

  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger::-webkit-scrollbar,
  .drawer--right .drawer-hamburger::-webkit-scrollbar {
    display: none;
  }

  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger {
    right: 0;
    overflow: auto;
  }

  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
    overflow: auto;
  }

  .drawer--right.drawer-open .drawer-nav::-webkit-scrollbar {
    display: none;
  }

  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger::-webkit-scrollbar,
  .drawer--right .drawer-hamburger::-webkit-scrollbar {
    display: none;
  }
}

.drawer-nav {
  width: 270px;
  background: #FFF;
  z-index: 9999;
}

.drawer--right .drawer-nav {
  right: -270px;
}

.drawer-menu {
  padding: 10px;
}

.drawer-menu ul {
  margin-bottom: 20px;
}

.drawer-menu li.icon {
  margin: 1em auto;
  border-bottom: 1px solid #EEE;
}

.drawer-menu a,
.drawer-menu span {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
}

.hr_bottom {
  font-size: 20px;
  font-size: 2.0rem;
  padding: 5px 0;
  border-bottom: 2px solid #CCC;
}

/* treeview icon */
li.expandable{
  color: #252e9f;
}

.filetree li a,
.filetree li span {
  display: block;
  cursor: pointer;
  padding: 5px 0;
}

.filetree li ul {
  padding-left: 7px;
}

.filetree li ul li ul {
  padding-left: 7px;
}

.far.fa-folder,
.fas.fa-folder {
  font-size: 90%;
  padding-right: 5px;
}

/* fadeInDown */
.fadeInDown {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* accordion */
.accordion dt {
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  margin: 1em auto 2em;
  padding: 10px;
  border: 1px solid #0e5f25;
  transition: .3s all;
}
.accordion dt::after {
  content: "クリックで開閉";
  font-size: 75%;
  padding-left: 10px;
}
.accordion dt:hover{
  opacity: 0.5;
  transform: translateY(-2px);
}

/* contents alignLight */
@media screen and (max-width: 480px) {
  .container.alignLight {
    margin-left: 0;
    margin-right: auto;
  }

  .container.alignLight {
    width: 89%;
  }
}

/* ranking-page */
.box_lead {
  background: #FFF;
  margin-bottom: 2em;
}

.box_lead h1 {
  text-align: center;
  color: #0e5f25;
}

@media (max-width:640px) {
  .box_lead h1 br {
    display: none;
    visibility: hidden;
  }
}

.box_lead h1::after {
  display: block;
  content: "";
  background: #6a8873;
  margin: 10px auto;
  width: 0px;
  height: 5px;
  transition: 2s all;
}

.box_lead h1.after::after {
  display: block;
  content: "";
  background: #6a8873;
  margin: 10px auto;
  width: 200px;
  height: 5px;
}

.box_ranking_item {
  background: #FFF;
  margin-bottom: 2em;
}

.box_ranking_item h2 {
  text-align: center;
  color: #0e5f25;
}

.box_ranking_item h2::after {
  display: block;
  content: "";
  background: #6a8873;
  margin: 10px auto;
  width: 200px;
  height: 5px;
}

.box_ranking_item h3 {
  text-align: center;
  color: #0e5f25;
}

/* review-page */
.box_campaign {
  width: 75%;
  background: #FFF;
  margin-top: 0;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width:480px) {
  .box_campaign {
    width: 100%;
  }
}

.box_campaign h2 {
  padding: 20px 0 0 20px;
  color: #0e5f25;
}

h2.headline_review {
  background: #FFF;
  text-align: center;
  padding: 10px 0;
}

.box_review {
  position: relative;
  margin: 1.5em auto;
  padding: 10px;
  background: #FFF;
}

.box_review:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #FFF;
}

.box_review p {
  margin: 0 auto;
}

.box_continuation,
.box_result {
  background: #FFF;
  margin-top: 0;
  margin-bottom: 2em;
}

.box_continuation h2 {
  color: #0e5f25;
  padding-top: 15px;
  text-align: center;
}

.box_continuation i {
  display: block;
  color: #0e5f25;
  font-size: 36px;
  margin: 20px auto;
  text-align: center;
}

.box_result h2 {
  font-size: 3.6rem;
  font-size: 36px;
  padding-top: 15px;
  text-align: center;
  color: #0e5f25;
}

.box_result h2::after {
  display: block;
  content: "";
  background: #0e5f25;
  margin: 10px auto;
  width: 200px;
  height: 5px;
}

.box_wom_item {
  background: #FFF;
  padding: 10px;
  margin-top: 0;
  margin-bottom: 1.5em;
  border-radius: 15px;
}

.box_wom_introduction h2,
.box_wom_introduction p {
  text-align: center;
}

/* other-page */
.column {
  background: #FFF;
  padding: 1em;
  margin: 1em auto;
}

@media (max-width:640px) {
  .column {
    padding: .2em;
    margin: .5em auto;
  }
}

.column h1 {
  text-align: center;
  color: #0e5f25;
}

.column h1::after {
  display: block;
  content: "";
  background: #0e5f25;
  margin: 10px auto;
  width: 0px;
  height: 5px;
  transition: 2s all;
}

.column h1.after::after {
  display: block;
  content: "";
  background: #0e5f25;
  margin: 10px auto;
  width: 200px;
  height: 5px;
}

.column h2 {
  text-align: center;
  color: #0e5f25;
}

.column h3 {
  border-left: 4px solid #0e5f25;
  color: #0e5f25;
  padding-left: 10px;
}

.column h4 {
  color: #0e5f25;
  padding-left: 14px;
}

.column p a {
  text-decoration: underline;
}
.column p a:hover {
  text-decoration: none;
}

@media (max-width: 480px) {
  main section,
  main article {
    margin-left: auto;
    margin-right: 0;
  }
}

/* toc mod */
@media (max-width: 480px) {
  [id^="toc"] {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
  }
}
