@charset "UTF-8";
/*
 * Media Breakpoint 略記
*/
/*
 * Font size
*/
/*
 * Material icons
*/
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.page,
.post {
  line-height: 1.73;
  letter-spacing: 0.08em;
  color: #333;
}

body .container {
  padding: 0;
  width: 100%;
}

#primary {
  margin-top: 73px;
  display: block;
}

#primary, #pnavi, #section, .grid {
  border: none;
}

body #main {
  margin-bottom: 0;
}

.grid {
  margin: 0;
  padding: 0;
}

#section {
  margin-bottom: 0;
  background-color: #fff;
}

#section #list {
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  width: 1000px;
  max-width: 90%;
}

#section .toc {
  border-bottom: 1px solid #e5e5e5;
  min-height: 185px;
}

#section .toc > section {
  position: relative;
  padding-top: 25px;
  padding-left: 185px;
}

#section .toc > section figure.term {
  position: absolute;
  top: 0;
  left: 0;
}

#section .toc > section h2.entry-title {
  font-size: 2.4rem;
}

#section .toc > section .meta {
  border: none;
  padding: 0;
  margin-bottom: 7px;
}

@media (max-width: 575px) {
  #section .toc {
    min-height: 125px;
  }
  #section .toc > section {
    padding-top: 15px;
    padding-left: 125px;
  }
  #section .toc > section h2.entry-title {
    font-size: 1.8rem;
  }
}

#section #pagenation {
  font-size: 1.8rem;
}

#section #pagenation .page-numbers {
  display: inline-block;
  padding-right: 1em;
}

#content {
  padding-top: 100px;
  background-color: #fff;
}

.cat_list {
  margin: 0 auto;
  width: 450px;
  max-width: 90%;
  text-align: center;
}

.cat_list li.cat-item {
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  font-size: 2.1rem;
}

.cat_list li.cat-item a {
  display: inline-block;
  padding: 2px 15px;
  color: #333;
}

.cat_list li.cat-item.current-cat a {
  border-bottom: 2px solid #90c320;
}

.page > section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.page > section .inner {
  margin: auto;
  width: 1000px;
  max-width: 90%;
}

.single .post {
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  width: 1000px;
  max-width: 90%;
}

body:not([class*=single]) h1.entry-title,
body.single h1.news-title {
  margin: 0 auto;
  padding: 6.67% 0;
  position: relative;
  width: 1000px;
  max-width: 90%;
  font-size: 3.6rem;
  color: #fff;
  z-index: 1;
}

body:not([class*=single]) h1.entry-title::before, body:not([class*=single]) h1.entry-title::after,
body.single h1.news-title::before,
body.single h1.news-title::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  margin-left: calc( (100vw - 100%) / 2 * -1);
  margin-right: calc( (100vw - 100%) / 2 * -1);
}

body:not([class*=single]) h1.entry-title::before,
body.single h1.news-title::before {
  background-size: cover;
  background-position: 50% 50%;
  z-index: -2;
}

body:not([class*=single]) h1.entry-title::after,
body.single h1.news-title::after {
  background-color: rgba(0, 0, 0, 0.45);
  z-index: -1;
}

@media (max-width: 768.98px) {
  body:not([class*=single]) h1.entry-title,
  body.single h1.news-title {
    padding: 13.33% 0;
  }
}

@media (max-width: 429.98px) {
  body:not([class*=single]) h1.entry-title,
  body.single h1.news-title {
    padding: 15% 0;
    font-size: 2.8rem;
  }
}

main #breadcrumb,
.page #core .meta {
  display: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", YuGothic, "游ゴシック", "Yu Gothic Medium", "Meiryo", "Source Sans Pro", "MS PGothic", sans-serif;
}

.single h1.entry-title {
  font-size: 3.2rem;
}

.post h2 {
  border: none;
  margin-bottom: 35px;
  padding: 0;
}

.post h2:first-child {
  margin-top: 0;
}

.post h2.heading-set {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.post h2 small {
  padding-bottom: 10px;
  color: #ccdeaa;
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0;
}

.post h2 strong {
  background: none !important;
  color: #411e14;
}

.post h4 {
  margin-bottom: 1em;
  padding: 0 0 3px 0;
  color: #90c320;
  font-size: 2.4rem;
  border-left: none;
  border-bottom: 1px solid #90c320;
}

.post p {
  margin-bottom: 1.8em;
}

.post ul li {
  padding-left: 0.4em;
}

.post ul li::before {
  color: #333;
  content: "・";
  top: 0;
  left: -0.5em;
  font-size: 1em;
  line-height: 1em;
}

div[class^=sns-] ul li::before {
  content: none;
}

.text-primary {
  color: #90c320 !important;
}

.text-secondary {
  color: #f679b1 !important;
}

.submenu ul {
  margin-bottom: 0;
  padding: 8px 5%;
  background-color: #90c320;
  text-align: center;
}

.submenu ul li {
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.submenu ul li::before {
  content: none;
}

.submenu ul li a {
  color: #fff;
  text-decoration: none;
}

.submenu ul li a:hover {
  opacity: 0.6;
}

main .bg-gray {
  color: #333;
}

main .bg-square {
  background-image: url("/wp-content/uploads/sites/15/bg_square.png");
}

.post .card-rounded {
  margin-bottom: 60px;
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}

.post .card-rounded > .column2box {
  margin-bottom: 0;
}

.post .card-rounded.function-box {
  margin-top: 60px;
  padding-top: 0;
  overflow: visible;
}

.post .card-rounded .card-header {
  display: flex;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 5px;
  width: 100%;
  height: 50px;
  align-items: center;
  justify-content: center;
  background-color: #90c320;
  color: #fff;
  text-align: center;
  border: none;
  border-bottom: 1px solid #eee;
}

.post .card-rounded .card-header.float-top-header {
  margin-top: -16px;
  margin-left: 0;
  width: 200px;
  border: none;
  background-color: #f679b1;
  border-radius: 5px;
}

.post .card-rounded h4.card-header {
  padding-left: 15px;
  padding-right: 15px;
  height: 40px;
  justify-content: flex-start;
}

.post ul.flow-arrow {
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
  margin-right: -10px;
  margin-left: -10px;
  padding-right: 10px;
}

.post ul.flow-arrow:last-child {
  margin-bottom: 0;
}

.post ul.flow-arrow li {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1;
  margin-left: 10px;
  padding: 0;
  align-content: flex-start;
}

.post ul.flow-arrow li::before {
  content: none;
}

.post ul.flow-arrow li * {
  width: 100%;
}

.post ul.flow-arrow li .flow-header {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 1px 5px 1px 20px;
  position: relative;
  border: none;
  height: 50px;
  font-size: 2.2rem;
  line-height: 1.1;
  letter-spacing: 0.04em;
}

.post ul.flow-arrow li.arrow-right .flow-header::after,
.post ul.flow-arrow li.hollow-left .flow-header::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: 10px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 10px 50px;
  transform: scale();
}

.post ul.flow-arrow li.arrow-right .flow-header::after {
  right: -10px;
  background-position: center right;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2250%22%20viewBox%3D%220%200%2010%2050%22%3E%3Cpath%20fill%3D%22%2390c320%22%20d%3D%22M0%200l10%2025L0%2050V0z%22%2F%3E%3C%2Fsvg%3E");
}

.post ul.flow-arrow li.hollow-left .flow-header::before {
  left: -10px;
  background-position: center left;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2250%22%20viewBox%3D%220%200%2010%2050%22%3E%3Cpath%20fill%3D%22%2390c320%22%20d%3D%22M10%2050H0l10-25L0%200h10v50z%22%2F%3E%3C%2Fsvg%3E");
}

.post ul.flow-arrow li .flow-content {
  padding: 10px 20px;
  line-height: 1.25;
}

.post ul.flow-arrow li:nth-child(1) .flow-header {
  background-color: #e8feb5;
  color: #7daa1c;
}

.post ul.flow-arrow li:nth-child(1).hollow-left .flow-header::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2250%22%20viewBox%3D%220%200%2010%2050%22%3E%3Cpath%20fill%3D%22%23e8feb5%22%20d%3D%22M10%2050H0l10-25L0%200h10v50z%22%2F%3E%3C%2Fsvg%3E");
}

.post ul.flow-arrow li:nth-child(1).arrow-right .flow-header::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2250%22%20viewBox%3D%220%200%2010%2050%22%3E%3Cpath%20fill%3D%22%23e8feb5%22%20d%3D%22M0%200l10%2025L0%2050V0z%22%2F%3E%3C%2Fsvg%3E");
}

.post ul.flow-arrow li:nth-child(2) .flow-header {
  background-color: #d5f393;
  color: #7daa1c;
}

.post ul.flow-arrow li:nth-child(2).hollow-left .flow-header::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2250%22%20viewBox%3D%220%200%2010%2050%22%3E%3Cpath%20fill%3D%22%23d5f393%22%20d%3D%22M10%2050H0l10-25L0%200h10v50z%22%2F%3E%3C%2Fsvg%3E");
}

.post ul.flow-arrow li:nth-child(2).arrow-right .flow-header::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2250%22%20viewBox%3D%220%200%2010%2050%22%3E%3Cpath%20fill%3D%22%23d5f393%22%20d%3D%22M0%200l10%2025L0%2050V0z%22%2F%3E%3C%2Fsvg%3E");
}

.post ul.flow-arrow li:nth-child(3) .flow-header {
  background-color: #90c320;
  color: #fff;
}

.post ul.flow-arrow li:nth-child(3).hollow-left .flow-header::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2250%22%20viewBox%3D%220%200%2010%2050%22%3E%3Cpath%20fill%3D%22%2390c320%22%20d%3D%22M10%2050H0l10-25L0%200h10v50z%22%2F%3E%3C%2Fsvg%3E");
}

.post ul.flow-arrow li:nth-child(3).arrow-right .flow-header::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2250%22%20viewBox%3D%220%200%2010%2050%22%3E%3Cpath%20fill%3D%22%2390c320%22%20d%3D%22M0%200l10%2025L0%2050V0z%22%2F%3E%3C%2Fsvg%3E");
}

.post ul.flow-arrow li:nth-child(4) .flow-header {
  background-color: #83b11a;
  color: #fff;
}

.post ul.flow-arrow li:nth-child(4).hollow-left .flow-header::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2250%22%20viewBox%3D%220%200%2010%2050%22%3E%3Cpath%20fill%3D%22%2383b11a%22%20d%3D%22M10%2050H0l10-25L0%200h10v50z%22%2F%3E%3C%2Fsvg%3E");
}

.post ul.flow-arrow li:nth-child(4).arrow-right .flow-header::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2250%22%20viewBox%3D%220%200%2010%2050%22%3E%3Cpath%20fill%3D%22%2383b11a%22%20d%3D%22M0%200l10%2025L0%2050V0z%22%2F%3E%3C%2Fsvg%3E");
}

@media (max-width: 768.98px) {
  .post ul.flow-arrow li {
    width: 50%;
    flex-basis: calc(50% - 10px);
  }
}

@media (max-width: 429.98px) {
  .post ul.flow-arrow li {
    width: 100%;
    flex-basis: calc(100% - 10px);
  }
}

.flow-number-box {
  counter-reset: flow-number 0;
  list-style-type: none;
}

.flow-number-box .column {
  position: relative;
}

.flow-number-box .column:before {
  counter-increment: flow-number 1;
  content: "" counter(flow-number) "";
  position: absolute;
  right: 0;
  bottom: -49px;
  font-size: 110px;
}

.flow-number-box .column:nth-child(1) .card-header {
  background-color: #aee13e;
}

.flow-number-box .column:nth-child(1)::before {
  color: #aee13e;
}

.flow-number-box .column:nth-child(2) .card-header {
  background-color: #90c320;
}

.flow-number-box .column:nth-child(2)::before {
  color: #90c320;
}

.flow-number-box .column:nth-child(3) .card-header {
  background-color: #76a219;
}

.flow-number-box .column:nth-child(3)::before {
  color: #76a219;
}

.entry-title a:hover {
  color: #90c320;
}

.term img:hover {
  border-color: #90c320;
}
