@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6rem;
  color: #111;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
  padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #43a047;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: transparent;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #666;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/* layout
****************/
.content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  padding: 60px 2%;
  overflow: hidden;
}
.content main.main-left {
  float: left;
  width: 100%;
  max-width: calc(100% - 250px);
  padding-right: 50px;
}
.content main.main-right {
  width: 100%;
  float: right;
  max-width: calc(100% - 250px);
  padding-left: 50px;
}
.content aside {
  width: 250px;
}
.content aside.sidebar-right {
  float: right;
}
.content aside.sidebar-left {
  float: left;
}
@media only screen and (max-width: 980px) {
  .content main.main-left, .content main.main-right {
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .content aside {
    float: none;
    width: 100%;
    padding-top: 60px;
  }
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.grid.start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.grid .col-1 {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.grid .col-2 {
  width: 49%;
  margin-bottom: 20px;
}
.grid .col-3 {
  width: 32%;
  margin-bottom: 20px;
}
.grid .col-4 {
  width: 24%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1050px) {
  .grid .col-3,
.grid .col-4 {
    width: 49%;
  }
}
@media only screen and (max-width: 860px) {
  .grid .col-2 {
    width: 100%;
  }
}
@media only screen and (max-width: 560px) {
  .grid .col-3,
.grid .col-4 {
    width: 100%;
    display: block;
  }
}

.margin-t-0 {
  margin-top: 0;
}

.margin-b-0 {
  margin-bottom: 0 !important;
}

.margin-b-1em {
  margin-bottom: 1em;
}

.margin-b-60 {
  margin-bottom: 60px;
}

.margin-b-120 {
  margin-bottom: 120px !important;
}

.padding-b-0 {
  padding-bottom: 0 !important;
}

figure figcaption {
  padding: 0.5em 0;
  line-height: 1.4;
}

/* typograph
*****************/
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansCJKjp-Regular.woff") format("woff"), url("../font/NotoSansCJKjp-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansCJKjp-Bold.woff") format("woff"), url("../font/NotoSansCJKjp-Bold.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSansCJKjp-Black.woff") format("woff"), url("../font/NotoSansCJKjp-Black.eot") format("eot");
  font-display: swap;
}
html {
  font-size: 62.5%;
}

*:focus {
  outline: none;
}
@media all and (-ms-high-contrast: none) {
  * a,
* dd,
* div,
* dl,
* h2,
* h3,
* h4,
* h5,
* li,
* p {
    font-family: "メイリオ", Meiryo, sans-serif;
  }
}

::-moz-selection {
  background: rgba(67, 159, 71, 0.3);
}

::selection {
  background: rgba(67, 159, 71, 0.3);
}

.red {
  color: #d50000;
}

.mk-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #ffb91b));
  background: linear-gradient(transparent 65%, #ffb91b 65%);
}

ul {
  list-style-type: none;
  list-style-position: inside;
}

ul.disc {
  list-style-type: disc;
  list-style-position: inside;
}

ul.disc li,
ul.kome li {
  margin: 0 0 0 1.5em;
  text-indent: -1.5em;
  line-height: 1.5;
}
ul.disc li:not(:first-child),
ul.kome li:not(:first-child) {
  margin-top: 0.8em;
}

ol {
  list-style-type: decimal;
  list-style-position: inside;
}
ol li {
  margin: 0 0 0 1.4em;
  text-indent: -1.1em;
  line-height: 1.5;
}
ol li:not(:first-child) {
  margin-top: 0.8em;
}
ol + table {
  margin: 20px 0;
}

ol li ol,
ol li ul,
ul li ol,
ul li ul {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
}

.title-pri,
h1 {
  width: 100%;
  padding: 0.2em 0 0.6em;
  font-size: 3.2rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: left;
  line-height: 1.3;
  clear: both;
}
.title-pri:after,
h1:after {
  display: block;
  content: "";
  margin-top: 0.6em;
  height: 5px !important;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #43a047), color-stop(2em, #43a047), color-stop(2em, #eeebe8), to(#eeebe8));
  background-image: linear-gradient(to right, #43a047 0, #43a047 2em, #eeebe8 2em, #eeebe8 100%);
}
@media screen and (max-width: 768px) {
  .title-pri,
h1 {
    font-size: 2.6rem;
  }
}

.title-sec,
h2 {
  width: 100%;
  margin: 60px 0 1em;
  padding: 0 0 0.6em;
  font-size: 2.8rem;
  text-align: left;
  line-height: 1.3;
  border-bottom: 3px solid #43a047;
  clear: both;
}
.title-sec.small,
h2.small {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .title-sec,
h2 {
    font-size: 2.2rem;
  }
}
.title-sec.r-border,
h2.r-border {
  position: relative;
  margin: 0 0 60px;
  padding: 0;
  font-size: 3.2rem;
  letter-spacing: 1px;
  border-width: 0;
}
.title-sec.r-border span,
h2.r-border span {
  position: relative;
  padding-right: 1em;
  background-color: #fff;
}
.title-sec.r-border:after,
h2.r-border:after {
  display: block;
  font-size: 2rem;
  text-indent: 0.2em;
  font-family: Lato;
}
.title-sec.r-border:before,
h2.r-border:before {
  content: "";
  position: absolute;
  top: 25px;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: black;
}
@media screen and (max-width: 560px) {
  .title-sec.r-border,
h2.r-border {
    font-size: 2.4rem;
  }
  .title-sec.r-border:before,
h2.r-border:before {
    top: 50%;
  }
}

.title-quat,
.title-tert,
h3,
h4 {
  width: 100%;
  margin: 60px 0 1em;
  padding: 0 0 0 0.6em;
  font-size: 2.4rem;
  text-align: left;
  line-height: 1.3;
  border-left: 3px solid #43a047;
  clear: both;
}
.title-quat.grid,
.title-tert.grid,
h3.grid,
h4.grid {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title-quat.grid .item-icon,
.title-tert.grid .item-icon,
h3.grid .item-icon,
h4.grid .item-icon {
  margin-right: 10px;
}
.title-quat.grid .item-icon + span,
.title-tert.grid .item-icon + span,
h3.grid .item-icon + span,
h4.grid .item-icon + span {
  width: calc(100% - 60px);
}
.title-quat.small,
.title-tert.small,
h3.small,
h4.small {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .title-quat.small,
.title-tert.small,
h3.small,
h4.small {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .title-quat,
.title-tert,
h3,
h4 {
    padding-left: 0.5em;
    font-size: 2rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

h5 {
  width: 100%;
  margin: 1em 0;
  padding: 0 0 0 0.6em;
  font-size: 2rem;
  text-align: left;
  line-height: 1.3;
  clear: both;
}
@media only screen and (max-width: 630px) {
  h5 {
    font-size: 1.8rem;
  }
}

.box-hint {
  position: relative;
  padding: 1em 0.6em;
  color: #111;
  text-align: center;
  background-color: #43a047;
  border: 3px solid #000;
  background: #fff;
}
.box-hint small {
  position: relative;
  display: block;
  padding-top: 10px;
  font-size: 1.5rem;
  z-index: 1;
}
.box-hint:after, .box-hint:before {
  position: absolute;
  content: "";
}
.box-hint:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 3px solid #000;
  border-radius: 50%;
  background: #fff;
}
.box-hint:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.box-hint i {
  font-size: 30px;
  font-size: 3rem;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}
.box-hint span {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .box-hint span br {
    display: none;
  }
}

.al-c {
  text-align: center;
}
@media screen and (max-width: 560px) {
  .al-c {
    text-align: left;
  }
}

.al-r {
  text-align: right;
}

article p {
  width: 100%;
  line-height: 1.7;
  text-align: justify;
}
article p:not(:first-child) {
  margin-top: 1em;
}
article p.red {
  color: #d50000;
}
article p.bold {
  font-weight: bold;
}
article p + ol,
article p + ul {
  margin-top: 20px;
}
article dl dt {
  line-height: 1.5;
}
article dl dt:not(:first-child) {
  margin-top: 1em;
}
article dl dd {
  margin-top: 0.8em;
  line-height: 1.5;
}
article dl dd:not(:first-child) {
  margin-top: 1em;
}
article ul {
  margin: 0;
}
article ul.category-list {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
article ul.category-list li {
  margin: 0 8px 8px 0;
  line-height: 1;
}
article ul.category-list li a {
  display: block;
  width: auto;
  margin-top: 0;
  padding: 5px 10px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  text-align: center;
  background-color: #43a047;
  border-radius: 1px;
}
article ul.category-list li a:hover {
  text-decoration: none;
}
article ul.post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 16px 0 0 0 !important;
  padding: 0;
}
article ul.post-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 49%;
  margin-bottom: 16px;
  padding: 10px !important;
  line-height: 0;
  border: 1px solid #e4e4e4;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
article ul.post-list li .thumb {
  width: 160px;
  margin-bottom: 0;
}
article ul.post-list li .thumb img {
  width: 160px;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 1160px) {
  article ul.post-list li .thumb {
    width: 130px;
  }
  article ul.post-list li .thumb img {
    width: 130px;
    height: 130px;
  }
}
@media screen and (max-width: 940px) {
  article ul.post-list li .thumb {
    width: 120px;
  }
  article ul.post-list li .thumb img {
    width: 120px;
    height: 120px;
  }
}
article ul.post-list li .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
  width: calc(100% - 175px);
  height: 100%;
}
article ul.post-list li .txt .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 10px;
}
article ul.post-list li .txt .post-info .cat-list,
article ul.post-list li .txt .post-info .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
article ul.post-list li .txt .post-info .cat-list {
  width: 100%;
  margin-bottom: 5px;
  background-color: #ffb91b;
}
article ul.post-list li .txt .post-info .cat-list .cat-name {
  display: block;
  width: 100%;
  margin-top: 0;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #111;
  line-height: 1;
  border-radius: 1px;
  background-color: #ffb91b;
}
article ul.post-list li .txt .post-info time {
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1;
}
article ul.post-list li .txt h4 {
  margin: 0 0 5px;
  padding: 0;
  font-size: 1.5rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: left;
  border-width: 0;
}
article ul.post-list li .txt h4 a {
  color: #111;
  text-decoration: none;
  line-height: 1;
}
@media only screen and (max-width: 1160px) {
  article ul.post-list li .txt {
    width: calc(100% - 145px);
  }
}
@media screen and (max-width: 940px) {
  article ul.post-list li .txt {
    width: calc(100% - 135px);
  }
}
@media only screen and (max-width: 640px) {
  article ul.post-list li {
    width: 100%;
  }
}
article ol li table {
  margin: 20px 0;
}
article table {
  width: 100%;
  margin: 0 auto 60px;
  text-indent: 0;
  table-layout: fixed;
  word-wrap: break-word;
}
article table.auto {
  table-layout: auto;
}
article table caption {
  caption-side: top;
  font-size: 22px;
  font-weight: bold;
  color: #111;
  line-height: 1.5;
}
article table caption span {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
article table thead tr td,
article table thead tr th {
  padding: 1em;
  border: 1px solid #d7d7d7;
  background-color: #f7f7f7;
  color: #fff;
  line-height: 1.4;
}
article table thead tr th {
  text-align: center;
  border-color: rgb(148, 185, 106);
  background: rgba(130, 171, 79, 0.85);
}
article table thead tr th.bg-yel {
  border-color: #ffb91b;
  background: rgba(255, 187, 27, 0.85);
  color: #111;
}
article table thead tr th:not(:last-child) {
  border-right: 1px solid #fff;
}
article table tbody tr td,
article table tbody tr th {
  padding: 1em;
  border: 1px solid #d7d7d7;
  line-height: 1.4;
}
article table tbody tr th {
  width: 25%;
  background-color: #f7f7f7;
}
article table tbody tr td.bg-yel {
  border-color: #ffb91b;
  background: rgba(255, 187, 27, 0.85);
}
article table tbody tr td ul {
  padding: 1em 0;
}
article table tbody tr td ul:last-child {
  padding-bottom: 0;
}
article table tbody tr td > .btn-box {
  padding-top: 0;
}
article table tbody tr td > .btn-box li:not(:last-child) {
  margin-bottom: 1em !important;
}
article table tbody tr td .attention {
  margin: 10px 0;
}
article table.value tbody tr td {
  text-align: right;
}

/******************************************************************************************
/* commmon-parts
******************************************************************************************/
a {
  color: #43a047;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:active, a:focus, a:hover {
  color: #43a047;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a[class*=" btn-"], a[class^=btn-] {
  display: block;
  padding: 1em;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.2;
  border-radius: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
a[class*=" btn-"]:hover, a[class^=btn-]:hover {
  text-decoration: none;
}
@media screen and (max-width: 560px) {
  a[class*=" btn-"], a[class^=btn-] {
    font-size: 1.5rem;
  }
}
a.ex-link:after {
  display: inline-block;
  content: "\f08e";
  margin-left: 0.5em;
  font-family: "Font Awesome 5 Pro";
  font-size: 1em;
  font-weight: 300;
  color: #111;
}
@media all and (-ms-high-contrast: none) {
  a.ex-link:after {
    margin-top: 0.1em;
  }
}
a[href$=".pdf"]::after {
  display: inline-block;
  content: "\f1c1";
  margin-left: 10px;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.8rem;
  font-weight: 300;
  color: #d50000;
}
@media all and (-ms-high-contrast: none) {
  a[href$=".pdf"]::after {
    margin-top: 0.1em;
  }
}
a[href$=".xls"]::after, a[href$=".xlsx"]::after {
  padding-left: 5px;
  display: inline-block;
  content: "\f1c3";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: rgb(0, 152, 11);
  vertical-align: middle;
}
a[href$=".doc"]::after, a[href$=".docx"]::after {
  padding-left: 5px;
  display: inline-block;
  content: "\f1c2";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: rgb(0, 107, 159);
  vertical-align: middle;
}
a[class^=icon-], a[class*=" icon-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
a.icon-right:before {
  display: inline-block;
  position: absolute;
  content: "\f105";
  left: 20px;
  margin: auto;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.8em;
  font-weight: 300;
}
@media all and (-ms-high-contrast: none) {
  a.icon-right:before {
    margin-top: -0.25em;
  }
}
a.icon-down:before {
  display: inline-block;
  position: absolute;
  content: "\f107";
  left: 20px;
  margin: 2px auto auto;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.8em;
  font-weight: 300;
}
@media all and (-ms-high-contrast: none) {
  a.icon-down:before {
    margin-top: -0.18em;
  }
}
a:hover {
  text-decoration: underline;
}
a img:hover {
  opacity: 0.9;
}
a:focus {
  outline: none;
}

.btn-box {
  width: 100%;
  padding: 30px 0;
}
.btn-box.w80 {
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  .btn-box.w80 a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .btn-box.w80 a small {
    display: block;
    width: 100%;
  }
}
.btn-box a {
  position: relative;
}
.btn-box a.btn-grn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #fff;
  text-shadow: 1px 1px 0 #157a19;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #43a047;
  -webkit-box-shadow: 0 3px 0 0 #137017;
          box-shadow: 0 3px 0 0 #137017;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100px;
}
.btn-box a.btn-grn:after {
  color: #fff;
}
.btn-box a.btn-grn:active {
  -webkit-box-shadow: 0 0 0 0 #137017;
          box-shadow: 0 0 0 0 #137017;
}
.btn-box a.btn-bd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #111;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 700;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 0 0 #f3f3f3;
          box-shadow: 0 3px 0 0 #f3f3f3;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border: 1px solid #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100px;
}
.btn-box a.btn-bd:after {
  color: #fff;
}
.btn-box a.btn-yel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #111;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #ffb91b;
  -webkit-box-shadow: 0 3px 0 0 #8f6915;
          box-shadow: 0 3px 0 0 #8f6915;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100px;
}
.btn-box a.btn-yel:active {
  -webkit-box-shadow: 0 0 0 0 #8f6915;
          box-shadow: 0 0 0 0 #8f6915;
}
.btn-box a.btn-red {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #fff;
  text-shadow: 1px 1px 0 #b71c1c;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #d32f2f;
  -webkit-box-shadow: 0 3px 0 0 #b71c1c;
          box-shadow: 0 3px 0 0 #b71c1c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100px;
}
.btn-box a.btn-red.ex-link:after {
  color: #fff;
}
.btn-box a.btn-red:active {
  -webkit-box-shadow: 0 0 0 0 #8f6915;
          box-shadow: 0 0 0 0 #8f6915;
}
.btn-box a.btn-chizaoku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: #fff;
  text-shadow: 1px 1px 0 #24679b;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 700;
  background-color: #2c79b5;
  -webkit-box-shadow: 0 3px 0 0 #24679b;
          box-shadow: 0 3px 0 0 #24679b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 64px;
  border-radius: 100px;
  padding: 0.5em 1em;
}
.btn-box a.btn-chizaoku span {
  margin-bottom: 4px;
  font-size: 13px;
}
.btn-box a.btn-chizaoku img {
  height: 24px;
}
.btn-box a.btn-chizaoku.ex-link:after {
  color: #fff;
}
.btn-box a.btn-chizaoku:active {
  -webkit-box-shadow: 0 0 0 0 #24679b;
          box-shadow: 0 0 0 0 #24679b;
}
.btn-box a.btn-yel-grad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #fff;
  text-shadow: 1px 1px 0 #ff8b5f;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 700;
  background-image: linear-gradient(45deg, #ffc107 0%, #ff8b5f 100%);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.29);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #c58668;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 10px;
}
.btn-box a.btn-yel-grad.ex-link:after {
  color: #fff;
}
.btn-box a.btn-yel-grad:active {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
.btn-box a.arrow::before {
  position: absolute;
  left: 1em;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 140%;
}
.btn-box a[href^="tel:"] {
  position: relative;
}
.btn-box a[href^="tel:"]::after {
  position: absolute;
  right: 20px;
  display: inline-block;
  content: "\f095";
  font-family: "Font Awesome 5 Pro";
  font-size: 2rem;
  font-weight: 300;
  color: #ffb91b;
}
@media all and (-ms-high-contrast: none) {
  .btn-box a[href^="tel:"]::after {
    top: 0.8em;
  }
}
.btn-box a[href^="tel:"]:hover::after {
  color: #fff;
}
.btn-box ul {
  margin: 0;
  padding: 0;
}

h2 + .btn-box,
h3 + .btn-box {
  padding-top: 0;
}

button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.box-bubble {
  position: relative;
  margin: 0;
  padding: 1em 2.5em;
  background: #fff;
  border: 3px solid #333;
  border-radius: 30px;
}

.box-bubble:before {
  content: "";
  position: absolute;
  right: -52px;
  width: 18px;
  height: 18px;
  bottom: 6px;
  background: #fff;
  border: 3px solid #333;
  border-radius: 50%;
}

.box-bubble:after {
  content: "";
  position: absolute;
  right: -32px;
  width: 25px;
  height: 25px;
  bottom: 15px;
  background: #fff;
  border: 3px solid #333;
  border-radius: 50%;
}

.box-bubble p {
  margin: 0;
  padding: 0;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
}

.bread-wrap {
  margin: 0;
  padding: 0;
  background-color: #f3f3f3;
}
.bread-wrap .bread-crumb {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 2%;
  list-style-type: none;
}
.bread-wrap .bread-crumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  color: #333;
  font-weight: normal;
  line-height: 1;
}
.bread-wrap .bread-crumb li:not(:last-child)::after {
  display: inline-block;
  content: "\f105";
  margin: 0 0.5em;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.5em;
  font-weight: 300;
}
@media all and (-ms-high-contrast: none) {
  .bread-wrap .bread-crumb li:not(:last-child)::after {
    margin-top: 0.2em;
  }
}
@media screen and (max-width: 560px) {
  .bread-wrap {
    padding-top: 0;
  }
}

.flow li {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1rem 1rem 120px;
  line-height: 1.3;
  border: 3px solid #000;
}
.flow li.col-2 {
  height: 84px;
}
.flow li:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: "";
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  background: #ffb91b;
}
.flow li span {
  font-size: 40px;
  font-size: 4rem;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  height: 1em;
  margin: auto;
  display: block;
  padding-left: 16px;
  line-height: 0.9;
  color: #111;
  font-family: lato;
}
.flow li small {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .flow {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .flow .col-3 {
    width: 49% !important;
    height: 84px;
    margin-bottom: 10px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .flow .col-2,
.flow .col-3 {
    margin-bottom: 10px !important;
  }
}
@media only screen and (max-width: 730px) {
  .flow .col-3 {
    width: 100% !important;
    height: 84px;
  }
}
@media screen and (max-width: 560px) {
  .flow .col-2,
.flow .col-3 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding-left: 100px;
    font-size: 1.4rem;
  }
  .flow .col-2 span,
.flow .col-3 span {
    font-size: 3rem;
  }
  .flow .col-2:before,
.flow .col-3:before {
    width: 180px;
  }
}

.pagination {
  width: 100%;
  padding: 30px 0;
  text-align: center;
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  text-align: center;
  font-size: 1.5rem;
  border-radius: 3px;
}
.pagination ul li {
  margin: 0 1px;
}
.pagination ul li a {
  padding: 10px;
  text-decoration: none;
  color: #fff;
  background-color: #43a047;
}
.pagination ul li a:hover {
  color: #111;
  background-color: #f7f7f7;
}
.pagination ul li .current {
  padding: 10px;
  color: #111;
  background-color: #f7f7f7;
}

.wp-pagenavi {
  width: 100%;
  padding: 30px 0;
  text-align: center;
}
.wp-pagenavi .pages {
  color: #fff;
  background-color: #43a047;
  border-color: #43a047;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border-color: #43a047;
}
.wp-pagenavi a.current,
.wp-pagenavi span.current {
  color: #fff;
  background-color: #43a047;
  border-color: #43a047;
}
.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
  color: #fff;
  background-color: #43a047;
  border-color: #43a047;
}

aside ul.contact-bnr {
  margin-bottom: 20px;
}
aside ul.contact-bnr li {
  position: relative;
}
aside ul.contact-bnr li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 1.3em 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: #d50000;
  background: #ffffff;
  border: 5px solid #d50000;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
aside ul.contact-bnr li a span {
  display: block;
  width: 100%;
}
aside ul.contact-bnr li a img {
  width: 130px;
  height: auto;
  margin: 0 auto;
}
aside ul.contact-bnr li a:hover {
  text-decoration: none;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0);
          box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0);
}
aside ul.contact-bnr li:not(:last-child) {
  margin-bottom: 20px;
}
aside ul.contact-bnr li.login a {
  color: #095db1;
  border-color: #095db1;
}
aside ul.contact-bnr li.login a:before {
  position: absolute;
  left: 16px;
  width: 30px;
  display: inline-block;
  content: "\f2f6";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.8em;
  font-weight: 300;
  color: #095db1;
}
@media all and (-ms-high-contrast: none) {
  aside ul.contact-bnr li.login a:before {
    margin-top: 0.05em;
  }
}
aside ul.contact-bnr li:last-child a:before {
  position: absolute;
  left: 20px;
  width: 30px;
  display: inline-block;
  content: "\f15c";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.8em;
  font-weight: 300;
  color: #d50000;
}
@media all and (-ms-high-contrast: none) {
  aside ul.contact-bnr li:last-child a:before {
    margin-top: 0.05em;
  }
}
aside .side-menu {
  margin-bottom: 20px;
}
aside .side-menu h3 {
  position: relative;
  margin: 0;
  padding: 1.3em 0 1.3em 0.4em;
  font-size: 18px;
  font-size: 1.8rem;
  color: #111;
  border-bottom: 3px solid #43a047;
}
aside .side-menu h3.link {
  padding: 0;
}
aside .side-menu h3.link a {
  display: block;
  padding: 1.3em 0 1.3em 0.4em;
  color: #111;
}
aside .side-menu h3.link a:hover {
  text-decoration: none;
  background-color: #f7f7f7;
}
aside .side-menu h3:after {
  content: "";
  position: absolute;
  left: 11px;
  display: block;
  width: 9px;
  height: 14px;
  background-image: url("../images/common/icon-arrow-w.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
aside .side-menu h4 {
  padding: 16px 0 5px;
  margin: 0;
  line-height: 1.3;
}
aside .side-menu nav.child-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
aside .side-menu nav.child-list ul > li a {
  display: block;
  padding: 1.3em 0 1.3em 0.4em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #111;
  border-bottom: 3px solid #43a047;
}
aside .side-menu nav.child-list ul > li a:hover {
  text-decoration: none;
  background-color: #f7f7f7;
}
aside .side-menu nav.child-list ul li {
  line-height: 1.2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
aside .side-menu nav.child-list ul li ul.children li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.7em 0;
  border-bottom: 1px solid #d8d8d8;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}
aside .side-menu nav.child-list ul li ul.children li a:before {
  display: inline-block;
  content: "";
}
aside .side-menu nav.child-list ul li ul.children li a[target=_blank]:after {
  display: inline-block;
  content: "\f08e";
  margin-left: 0.5em;
  font-family: "Font Awesome 5 Pro";
  font-size: 1em;
  font-weight: 300;
  color: #111;
}
aside .side-menu nav.child-list ul li ul.children li ul li.page_item_has_children {
  background-color: #f7f7f7;
}
aside .side-menu nav.child-list ul li ul.children li ul li.page_item_has_children a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
aside .side-menu nav.child-list ul li ul.children li ul li.page_item_has_children ul {
  display: none;
}
aside .side-menu nav.child-list ul li ul.children li ul li.page_item_has_children ul li {
  background-color: #f7f7f7;
}
aside .side-menu nav.child-list ul li ul.children li ul li.page_item_has_children ul li a {
  padding-left: 1.2em;
}
aside .side-menu nav.child-list ul li ul.children > li a:before {
  content: "\f105";
  margin: 0 10px;
  font-family: "Font Awesome 5 Pro";
  font-size: 2em;
  font-weight: 300;
  color: #43a047;
}
@media all and (-ms-high-contrast: none) {
  aside .side-menu nav.child-list ul li ul.children > li a:before {
    margin-top: 0.05em;
  }
}
aside .side-menu nav.child-list ul li ul.children > li ul.children > li a:before {
  content: "\f6aa";
  margin-top: -5px;
  padding: 15px 0;
  font-size: 5px;
  font-weight: bold;
  font-family: "Font Awesome 5 Pro";
  color: #0e48a1;
}
@media all and (-ms-high-contrast: none) {
  aside .side-menu nav.child-list ul li ul.children > li ul.children > li a:before {
    margin-top: 0.1em;
  }
}
aside .side-menu ul.ex-link li:hover {
  background-color: #f7f7f7;
}
aside .side-menu ul.ex-link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.7em 0;
  border-bottom: 1px solid #d8d8d8;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #111;
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
aside .side-menu ul.ex-link li a:hover {
  text-decoration: none;
}
aside .side-menu ul.ex-link li a:before {
  display: inline-block;
  content: "\f6aa";
  margin: -5px 10px 0;
  padding: 15px 0;
  font-size: 5px;
  font-weight: bold;
  font-family: "Font Awesome 5 Pro";
  color: #0e48a1;
}
aside .side-menu ul.ex-link li a:after {
  margin: 0 0 0 0.5em;
  background-size: 65%;
  background-position: center center;
}

.blank-link,
.box-link {
  cursor: pointer;
}

.mv-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 0 0 15px;
}
.mv-container embed,
.mv-container iframe,
.mv-container object,
.mv-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

p + [class^=half-text-] {
  padding-top: 1em;
}

.outline + [class^=half-text-] {
  padding-top: 30px;
}

.talk-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.talk-box .talk-img {
  width: 12%;
}
.talk-box .talk-img img {
  width: 100%;
}
.talk-box .talk-text-r {
  width: 85%;
  color: #444;
  position: relative;
  padding: 1.2em;
  border: 3px solid #43a047;
  background-color: #fff;
  border-radius: 5px;
}
.talk-box .talk-text-r:before {
  position: absolute;
  content: "";
  border: 10px solid transparent;
  border-right: 10px solid #43a047;
  top: 15px;
  left: -20px;
}
.talk-box .talk-text-r p {
  margin: 0 0 8px;
}
@media screen and (max-width: 560px) {
  .talk-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .talk-box .talk-img {
    width: 150px;
    margin: 0 auto 20px;
  }
  .talk-box .talk-text-r {
    width: 100%;
  }
  .talk-box .talk-text-r:before {
    top: -24px;
    left: 47%;
    border: 12px solid transparent;
    border-bottom: 12px solid #43a047;
  }
}

[class^=half-text-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 15px;
}
[class^=half-text-] .text-box {
  width: 47%;
}
[class^=half-text-] .text-box.tert {
  width: 61%;
}
[class^=half-text-] .text-box.quat {
  width: 67%;
}
[class^=half-text-] .text-box h2,
[class^=half-text-] .text-box h3 {
  margin-bottom: 0;
  line-height: 1.3;
}
[class^=half-text-] .text-box p {
  text-align: justify;
  line-height: 1.7;
}
[class^=half-text-] .image-box {
  width: 50%;
  margin: 0;
}
[class^=half-text-] .image-box img {
  width: 100%;
  height: auto;
}
[class^=half-text-] .image-box.tert {
  width: 33%;
}
[class^=half-text-] .image-box.quat {
  width: 25%;
}
[class^=half-text-] .image-box.transform {
  position: relative;
  overflow: hidden;
}
[class^=half-text-] .image-box.transform img {
  position: absolute;
  width: 100% !important;
  height: auto !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  [class^=half-text-] .image-box,
[class^=half-text-] .text-box {
    width: 100%;
  }
  [class^=half-text-] .image-box.quat, [class^=half-text-] .image-box.tert,
[class^=half-text-] .text-box.quat,
[class^=half-text-] .text-box.tert {
    width: 100%;
  }
  [class^=half-text-] .text-box {
    padding-bottom: 30px;
  }
  [class^=half-text-] .image-box {
    margin: 0 auto;
    padding: 0;
  }
  [class^=half-text-] .image-box.transform {
    position: static;
  }
  [class^=half-text-] .image-box.transform img {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 768px) {
  .half-text-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
/************************************
** お問い合わせフォームの入力
************************************/
.cf7 ::-moz-placeholder {
  color: #999;
}
.cf7 :-ms-input-placeholder {
  color: #999;
}
.cf7 ::-webkit-input-placeholder {
  color: #999;
}
.cf7 ::-ms-input-placeholder {
  color: #999;
}
.cf7 ::placeholder {
  color: #999;
}
.cf7 input[type=text],
.cf7 input[type=password],
.cf7 input[type=datetime],
.cf7 input[type=date],
.cf7 input[type=month],
.cf7 input[type=time],
.cf7 input[type=week],
.cf7 input[type=number],
.cf7 input[type=email],
.cf7 input[type=url],
.cf7 input[type=search],
.cf7 input[type=tel],
.cf7 input[type=color],
.cf7 select,
.cf7 textarea,
.cf7 .field {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #5c6b80;
  font-size: 1.5rem;
  vertical-align: middle;
  line-height: 45px;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}
.cf7 textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 0.5em;
  overflow: auto;
}
.cf7 .wpcf7-response-output {
  text-align: center;
  padding: 1.2em 1em !important;
}
@media (max-width: 500px) {
  .cf7 .inquiry td,
.cf7 .inquiry th {
    display: block !important;
    width: 100% !important;
    border-top: none !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }
  .cf7 .inquiry tr:first-child th {
    border-top: 1px solid #d7d7d7 !important;
  }
  .cf7 .inquiry .any,
.cf7 .inquiry .haveto {
    font-size: 10px;
  }
}
.cf7 .inquiry th {
  text-align: left;
  font-size: 1.5rem;
  color: #444;
  padding-right: 5px;
  width: 30%;
  background: #f7f7f7;
  border: solid 1px #d7d7d7;
}
.cf7 .inquiry td {
  font-size: 1.5rem;
  border: solid 1px #d7d7d7;
}
.cf7 .entry-content .inquiry tr,
.cf7 .entry-content table {
  border: solid 1px #d7d7d7;
}
.cf7 .haveto {
  font-size: 7px;
  padding: 5px;
  background: #ff9393;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
.cf7 .any {
  font-size: 7px;
  padding: 5px;
  background: #93c9ff;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
.cf7 .verticallist .wpcf7-list-item {
  display: block;
}
.cf7 #formbtn {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 1em 0;
  color: #fff;
  text-shadow: 1px 1px 0 #b71c1c;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 700;
  background-color: #d32f2f;
  border-radius: 100px;
  border: none;
  -webkit-box-shadow: 0 3px 0 0 #b71c1c;
          box-shadow: 0 3px 0 0 #b71c1c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cf7 #formbtn:active {
  -webkit-box-shadow: 0 0 0 0 #b71c1c;
          box-shadow: 0 0 0 0 #b71c1c;
}
.cf7 th {
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px;
}
.cf7 td {
  border-top: 1px solid #ededed;
  padding: 12px;
}
.cf7 input,
.cf7 select,
.cf7 textarea {
  border: 1px solid #dfdfdf;
  letter-spacing: 1px;
  margin: 0;
  max-width: 100%;
  resize: none;
}

/* header
******************************************************************************************/
header {
  position: relative;
}
header .head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #fff;
}
header .head .logo {
  width: 200px;
}
header .head .logo img {
  width: 100%;
  height: auto;
}
header .head .sub-nav {
  width: 600px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .head .sub-nav .btn-box {
  width: 240px;
  padding: 0;
}
header .head .sub-nav .btn-box a {
  padding: 1em 1em 1em 2.5em;
  font-size: 1.5rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1;
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}
header .head .sub-nav .btn-box a.cr:before {
  position: absolute;
  left: 18px;
  display: block;
  content: "";
  width: 20px;
  height: 24px;
  background-image: url("../images/common/icon-com.svg");
}
header .head .sub-nav .btn-box a.ps:before {
  position: absolute;
  left: 18px;
  display: block;
  content: "";
  width: 23px;
  height: 23px;
  background-image: url("../images/common/icon-personal.svg");
}
header .head .sub-nav .btn-box a:hover {
  opacity: 0.8;
}
header .head .sub-nav ul {
  margin: 0 0 1px;
}
header .head .sub-nav ul.btn-member {
  width: 340px;
}
header .head .sub-nav ul.btn-member li {
  width: 33.333%;
}
header .head .sub-nav ul.btn-member li a {
  display: block;
  height: 73px;
  padding: 0.7em 0;
  text-align: center;
  font-weight: 400;
  font-size: 1.5rem;
  color: #fff;
  background-color: #43a047;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .head .sub-nav ul.btn-member li a:before {
  display: block;
}
header .head .sub-nav ul.btn-member li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
header .head .sub-nav ul.btn-member li a.cr-login {
  color: #111;
  background-color: #ffb91b;
}
header .head .sub-nav ul.btn-member li:not(:last-child) {
  border-right: 1px solid #fff;
}
header .head .sub-nav ul.btn-member li:not(:last-child) a {
  background-color: #d50000;
}
header .head .sub-nav ul.btn-member li:not(:last-child) a.cr:before {
  content: "";
  width: 36px;
  height: 28px;
  margin: 0 30% 6px auto;
  background-image: url("../images/common/icon-reg-com.svg");
}
header .head .sub-nav ul.btn-member li:not(:last-child) a.sub {
  background-color: #2c79b5;
}
header .head .sub-nav ul.btn-member li:not(:last-child) a.sub:before {
  content: "";
  width: 30px;
  height: 22px;
  margin: 4px 42% 9px auto;
  background-image: url("../images/common/icon-login-wh.svg");
}
header .head .sub-nav ul.btn-member li:not(:last-child) a.ps:before {
  content: "";
  width: 36px;
  height: 28px;
  margin: 0 30% 6px auto;
  background-image: url("../images/common/icon-reg-indiv.svg");
}
header .head .sub-nav ul.btn-member li:last-child {
  border-right: 1px solid #fff;
}
header .head .sub-nav ul.btn-member li:last-child a:before {
  content: "";
  width: 30px;
  height: 22px;
  margin: 4px 42% 9px auto;
  background-image: url("../images/common/icon-login-wh.svg");
}
header .head .sub-nav ul.btn-member li:last-child a.cr-login:before {
  background-image: url("../images/common/icon-login-blk.svg");
}
@media screen and (max-width: 940px) {
  header .head .sub-nav {
    margin: 0 80px 0 0;
  }
}
@media only screen and (max-width: 880px) {
  header .head .sub-nav {
    width: 326px;
  }
  header .head .sub-nav .btn-box {
    display: none;
  }
}
@media only screen and (max-width: 620px) {
  header .head {
    padding: 10px 0;
  }
  header .head .sub-nav {
    display: none;
  }
}
header.navless .head .logo {
  margin: 20px auto;
}

/* g-nav
******************************************************************************************/
.menu-container {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-top: 4px solid #43a047;
}

.menu-mobile {
  display: none;
}
.menu-mobile small {
  display: block;
}
.menu-mobile > div {
  width: 40px;
  height: 24px;
  position: relative;
}
.menu-mobile > div span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #43a047;
  border-radius: 0;
}
.menu-mobile > div span:nth-of-type(1) {
  top: 0;
}
.menu-mobile > div span:nth-of-type(2) {
  top: 10px;
}
.menu-mobile > div span:nth-of-type(3) {
  bottom: 0;
}
.menu-mobile.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}
.menu-mobile.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-mobile.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}

.menu-dropdown-icon:before {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  display: none;
  float: right;
  padding: 1.2em 2em;
  background: #fff;
  color: #333;
  cursor: pointer;
}

.menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.17);
  z-index: 100;
}
.menu > ul:after, .menu > ul:before {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
  width: 16.6666666667%;
  padding: 0;
  margin: 0;
}
.menu > ul > li a {
  display: block;
  padding: 1.5em 0;
  text-align: center;
  text-decoration: none;
  color: #111;
  font-weight: 700;
}
.menu > ul > li a:hover {
  color: #43a047;
}
.menu > ul > li > ul {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 99;
  left: 0;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.17);
  list-style: none;
}
.menu > ul > li > ul:after, .menu > ul > li > ul:before {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
}
.menu > ul > li > ul > li a {
  color: #fff;
  padding: 0.2em 0;
  width: 100%;
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  border-bottom: 1px solid #ccc;
  background-color: #43a047;
}
.menu > ul > li > ul > li a:hover {
  color: #fff;
  background-color: rgba(67, 159, 71, 0.9);
}
.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:after, .menu > ul > li > ul > li > ul:before {
  content: "";
  display: table;
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: 0.8em;
}
.menu > ul > li > ul > li > ul > li a {
  border: 0;
}
.menu > ul > li > ul.normal-sub {
  width: 100%;
  left: 0;
  padding: 0;
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.menu > ul > li > ul.normal-sub > li:not(:last-child) {
  border-bottom: 1px solid #309035;
}
.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1.2em 0;
}

@media screen and (max-width: 940px) {
  .menu-container {
    width: 100%;
  }
  .menu-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 74px;
    padding: 0;
  }
  .menu-mobile:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 940px) and (max-width: 560px) {
  .menu-mobile {
    height: 71px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 940px) {
  .menu-dropdown-icon:before {
    display: block;
  }
}
@media screen and (max-width: 940px) {
  .menu > ul {
    display: none;
  }
  .menu > ul > li {
    width: 100%;
    display: block;
  }
  .menu > ul > li:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  .menu > ul > li a {
    display: block;
    width: 100%;
    padding: 1.2em 1.5em;
    text-align: left;
  }
  .menu > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0);
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0);
  }
  .menu > ul > li > ul.normal-sub > li {
    margin: 0;
  }
  .menu > ul > li > ul.normal-sub > li a {
    padding: 1.2em 1.6em;
    color: #111;
    background-color: #fff;
  }
  .menu > ul > li > ul.normal-sub > li a br {
    display: none;
  }
  .menu > ul > li > ul.normal-sub > li:not(:last-child) {
    border-bottom: 1px solid #d7d7d7;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu .show-on-mobile {
    display: block;
    background-color: #f7f7f7;
  }
}
.foot-btn-list {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 2% 60px 2% !important;
}
.foot-btn-list .btn-box {
  max-width: 100% !important;
}
.foot-btn-list .btn-box a.btn-red {
  font-size: 2rem !important;
}

/* footer
******************************************************************************************/
footer {
  padding: 30px 0 0;
  background-color: #43a047;
}
footer .btn-list {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 30px;
  border-bottom: 2px solid #fff;
}
footer .btn-list .btn-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60%;
  max-width: 640px;
  margin: 0 auto;
}
footer .btn-list .btn-box li {
  width: 46%;
  max-width: 300px;
  margin: 0 2%;
}
footer .btn-list .btn-box li a {
  font-size: 1.6rem;
}
footer .btn-list .sns-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
  margin: 0;
}
footer .btn-list .sns-box li {
  margin: 0 30px;
  text-align: center;
}
footer .btn-list .sns-box li a {
  color: #fff;
}
footer .btn-list .sns-box li a span {
  display: block;
  padding: 0.5em 0 0;
}
@media screen and (max-width: 940px) {
  footer .btn-list .btn-box,
footer .btn-list .sns-box {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  footer .btn-list .btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .btn-list .btn-box li {
    width: 100%;
    margin: 0 auto;
  }
  footer .btn-list .btn-box li:last-child {
    margin-top: 20px;
  }
}
footer nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4em 2%;
}
@media screen and (max-width: 768px) {
  footer nav {
    padding-bottom: 3.3em;
  }
}
footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
footer nav ul:not(:last-child) {
  margin-bottom: 1.7em;
}
footer nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-right: 1.5em;
  line-height: 1.5;
}
footer nav ul li a {
  padding-left: 0.5em;
  font-weight: 400;
  color: #fff;
}
footer nav ul li a:hover {
  color: #fff;
}
footer nav ul li a.ex-link:after {
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer nav ul li {
    margin-bottom: 0.5em;
  }
}
footer nav.sub {
  padding: 1.7em 0;
  background-color: #fff;
  font-size: 1.3rem;
}
footer nav.sub ul {
  margin-bottom: 0;
}
footer nav.sub ul li a {
  color: #111;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  footer nav.sub {
    padding-bottom: 1.2em;
  }
}
footer p {
  margin: 0;
}
footer p.copy {
  height: 60px;
  padding: 1.7em 0;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  background-color: #43a047;
}
@media screen and (max-width: 560px) {
  footer p.copy {
    margin-bottom: 40px;
  }
}

#page-top {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0;
  z-index: 100;
}
#page-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background: #ffb91b;
}
#page-top a:after {
  content: "\f106";
  display: block;
  color: #111;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.2em;
  font-weight: 400;
}
#page-top a:hover {
  text-decoration: none;
}
#page-top a i {
  height: 1em;
}
@media screen and (max-width: 560px) {
  #page-top a {
    width: 40px;
    height: 40px;
  }
}

.sp-btn {
  width: calc(100% - 40px);
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  bottom: 0;
}
.sp-btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  background-color: #ffb91b;
}
.sp-btn ul li {
  width: 50%;
  border-right: 1px solid #8f6915;
}
.sp-btn ul li a {
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 40px;
  color: #111;
  display: block;
}
.sp-btn ul li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 560px) {
  .sp-btn {
    display: block;
  }
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
  margin: 0 0 10px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}

@media screen and (max-width: 768px) {
  .alignleft,
.alignright {
    float: none;
    display: block;
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 20px auto;
  }
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: left;
  background-color: #f3f3f3;
  padding: 5px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

img.size-full {
  width: auto;
}

h2 {
  margin: 0;
  padding: 3em 0 0.5em;
  line-height: 1.4;
  border-width: 5px;
}

h3 {
  margin: 0;
  padding: 3em 0 0.5em;
  line-height: 1.4;
  border-width: 0 0 1px 0;
  border-bottom: 3px double #43a047;
}

h4 {
  margin: 0;
  padding: 2em 0 0.5em;
  line-height: 1.4;
  border-left: 0;
  border-bottom: 1px solid #43a047;
}

h5 {
  margin: 0;
  padding: 2em 0 0.5em;
  line-height: 1.4;
}

.page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-top: 100px;
  overflow: hidden;
  justify-content: space-between;
}
.page-link a {
  width: 46%;
  display: block;
  padding: 20px 10px;
  font-size: 1.5rem;
  text-align: left;
  text-decoration: underline;
  line-height: 1.4;
  border-top: 3px solid #eeebe8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-link a:hover {
  border-color: #43a047;
}
.page-link a.next-link {
  text-align: right;
}
@media screen and (max-width: 560px) {
  .page-link a {
    width: 100%;
  }
  .page-link a:not(:last-child) {
    margin-bottom: 15px;
  }
}

.archive-page main {
  max-width: 900px;
  margin: 0 auto 70px;
}
.archive-page main h2 {
  margin: 0;
  padding-top: 0;
  border-bottom: 0;
}

.single-important_notes main,
.single-post main {
  max-width: 900px;
  margin: 0 auto 70px;
}
.single-important_notes main article .article-info,
.single-post main article .article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}
.single-important_notes main article .article-info time,
.single-post main article .article-info time {
  margin-right: 18px;
  font-size: 1.6rem;
  font-weight: bold;
}
.single-important_notes main article .article-info .category-list ul,
.single-post main article .article-info .category-list ul {
  margin: 0;
}
.single-important_notes main article .article-info .category-list ul li,
.single-post main article .article-info .category-list ul li {
  min-width: 120px;
  font-size: 1.3rem;
  display: inline-block;
  padding: 8px 10px;
  margin: 0 10px 0 0;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  color: #111;
  border-radius: 3px;
  background-color: #ffb91b;
}
.single-important_notes main article .article-info .category-list ul li.for_corporate, .single-important_notes main article .article-info .category-list ul li.for_top,
.single-post main article .article-info .category-list ul li.for_corporate,
.single-post main article .article-info .category-list ul li.for_top {
  display: none;
}
.single-important_notes main article .article-body .post-title,
.single-post main article .article-body .post-title {
  margin-bottom: 15px;
  padding-top: 0;
  font-size: 2.2rem;
  line-height: 1.5;
}

.archive-member ul {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.archive-member ul li {
  width: 31.333%;
  margin-bottom: 20px;
  text-align: center;
}
.archive-member ul li img {
  width: 100%;
  height: auto;
}
.archive-member ul li span {
  display: block;
  padding: 1em 0;
  text-align: center;
}

.single-member_com .main {
  max-width: 900px;
  margin: 0 auto 70px;
}
.single-member_com .com-info h2 {
  margin: 0;
  padding: 0;
  border: 0;
}
.single-member_com .com-info table {
  margin: 0;
}
.single-member_com .com-info table tr {
  border-top: 1px dashed #d7d7d7;
}
.single-member_com .com-info table tr td,
.single-member_com .com-info table tr th {
  border-style: dashed;
  border-width: 0 0 1px 0;
}
.single-member_com .com-info table tr th {
  background-color: #fff;
}
.single-member_com .com-info table tr td {
  background-color: #fff;
}

.single-hatsulabo_step .step-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-hatsulabo_step .step-info .icon-step {
  position: relative;
  width: 25%;
  padding: 2em 0;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  background-color: #43a047;
}
.single-hatsulabo_step .step-info .icon-step::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  height: 12px;
  margin: auto;
  border: 12px solid transparent;
  border-left: 12px solid #43a047;
}
.single-hatsulabo_step .step-info .text-box {
  width: 70%;
}
.single-hatsulabo_step .step-info .text-box p {
  line-height: 1.3;
}
.single-hatsulabo_step .step-info .text-box p.title {
  font-size: 3rem;
  margin: 0;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .single-hatsulabo_step .step-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-hatsulabo_step .step-info .icon-step,
.single-hatsulabo_step .step-info .text-box {
    width: 100%;
  }
  .single-hatsulabo_step .step-info .icon-step {
    padding: 1em 0;
    margin-bottom: 25px;
  }
  .single-hatsulabo_step .step-info .icon-step::before {
    content: "";
    position: absolute;
    border: 12px solid transparent;
    border-top: 12px solid #43a047;
    top: 100%;
    bottom: -20px;
    left: 0;
    right: 0;
    width: 12px;
  }
}
.single-hatsulabo_step .half-text-r {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 30px;
  padding: 1.2rem;
  background-color: #f7f4e5;
}
.single-hatsulabo_step .half-text-r .image-box {
  padding: 0 0 0 2%;
  width: 15%;
}
.single-hatsulabo_step .half-text-r .text-box {
  width: 62%;
}
@media screen and (max-width: 768px) {
  .single-hatsulabo_step .half-text-r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 10px;
  }
  .single-hatsulabo_step .half-text-r .image-box {
    padding: 0;
  }
  .single-hatsulabo_step .half-text-r .text-box {
    width: 100%;
    padding-bottom: 0;
  }
  .single-hatsulabo_step .half-text-r .text-box .btn-box {
    padding-bottom: 0;
  }
}
.single-hatsulabo_step .step {
  padding-top: 30px;
}
.single-hatsulabo_step .step dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 1.2em;
  background-color: #f7f4e5;
}
.single-hatsulabo_step .step dl .btn-box {
  max-width: 320px;
  margin: 0 auto;
  padding: 0;
}
.single-hatsulabo_step .step dl dt {
  padding: 0 1em 1em;
  text-align: center;
}
.single-hatsulabo_step .step dl dt .outline {
  font-size: 85%;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.single-hatsulabo_step .step dl dt .title {
  font-size: 120%;
  font-weight: 700;
}/*# sourceMappingURL=article.css.map */