@charset "UTF-8";
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

body {
  margin: 0;
  font-size: 62.5%;
  line-height: 1.231; }

/*original*/
/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */ }

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */ }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden] {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted; }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  color: #202020;
  text-decoration: none; }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */ }

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */ }

li {
  list-style: none; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit; }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

img, object, embed, video {
  max-width: 100%; }

.ie6 img {
  width: 100%; }

h2 {
  font-size: 1.3rem;
  letter-spacing: 1.6px;
  font-family: "M PLUS 1p"; }

h3 {
  font-size: 1.2rem;
  letter-spacing: 1.5px;
  font-family: "M PLUS 1p"; }

h4 {
  font-size: 1.1rem;
  letter-spacing: 1.4px;
  font-family: "M PLUS 1p"; }

p {
  font-size: 1rem;
  letter-spacing: 1.3px;
  line-height: 2; }

li, td, th, a, dt, dd {
  font-size: 1rem;
  letter-spacing: 1.3px;
  line-height: 1.4; }

.red {
  color: #f00; }

.ind {
  margin-left: 1.1em;
  text-indent: -1.1em; }

@media screen and (max-width: 959px) {
  h2 {
    letter-spacing: 1.5px; }

  h3 {
    letter-spacing: 1.4px; }

  h4 {
    letter-spacing: 1.3px; } }
/* =========================================
gridContainer
============================================*/
.gridContainer {
  width: 100%;
  max-width: 100%;
  margin: auto;
  clear: none;
  float: none;
  margin-left: auto; }

@media screen and (max-width: 959px) {
  .gridContainer {
    margin-right: auto; } }
.mt-5 {
  margin-top: 5px; }

.mb-5 {
  margin-bottom: 5px; }

.pt-5 {
  padding-top: 5px; }

.pb-5 {
  padding-bottom: 5px; }

.mt-10 {
  margin-top: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.pt-10 {
  padding-top: 10px; }

.pb-10 {
  padding-bottom: 10px; }

.mt-15 {
  margin-top: 15px; }

.mb-15 {
  margin-bottom: 15px; }

.pt-15 {
  padding-top: 15px; }

.pb-15 {
  padding-bottom: 15px; }

.mt-20 {
  margin-top: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.pt-20 {
  padding-top: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.mt-25 {
  margin-top: 25px; }

.mb-25 {
  margin-bottom: 25px; }

.pt-25 {
  padding-top: 25px; }

.pb-25 {
  padding-bottom: 25px; }

.mt-30 {
  margin-top: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.pt-30 {
  padding-top: 30px; }

.pb-30 {
  padding-bottom: 30px; }

.mt-35 {
  margin-top: 35px; }

.mb-35 {
  margin-bottom: 35px; }

.pt-35 {
  padding-top: 35px; }

.pb-35 {
  padding-bottom: 35px; }

.mt-40 {
  margin-top: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.pt-40 {
  padding-top: 40px; }

.pb-40 {
  padding-bottom: 40px; }

.mt-45 {
  margin-top: 45px; }

.mb-45 {
  margin-bottom: 45px; }

.pt-45 {
  padding-top: 45px; }

.pb-45 {
  padding-bottom: 45px; }

.mt-50 {
  margin-top: 50px; }

.mb-50 {
  margin-bottom: 50px; }

.pt-50 {
  padding-top: 50px; }

.pb-50 {
  padding-bottom: 50px; }

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19999;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  height: auto;
  background-color: #fff;
  border-top: #0497ff 10px solid; }

#header_area {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #header_area .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    width: 30%; }
    #header_area .left a h1 {
      padding: 0;
      margin: 0; }
      #header_area .left a h1 img {
        width: 170px;
        height: auto; }
    #header_area .left a:last-child {
      margin-left: 40px;
      margin-top: 0;
      display: inline-block; }
      #header_area .left a:last-child img {
        width: 170px;
        height: auto; }
    #header_area .left a:hover {
      filter: opacity(0.7); }
  #header_area .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 40%; }
    #header_area .right a {
      width: 48%;
      display: block;
      text-align: center;
      box-sizing: border-box;
      border-top: rgba(255, 255, 255, 0.35) 2px solid;
      border-bottom: rgba(0, 0, 0, 0.35) 2px solid;
      background-color: #006837;
      align-self: flex-start;
      padding: 5px 0;
      font-size: 0.9rem;
      color: #fff;
      text-decoration: none;
      border-radius: 5px; }
      #header_area .right a:hover {
        text-decoration: underline;
        opacity: 0.7; }
      #header_area .right a img {
        vertical-align: middle; }

@media screen and (max-width: 1199px) {
  header {
    position: static; }

  #header_area {
    max-width: 100%; }
    #header_area .left {
      width: 80%; }
      #header_area .left a h1 img {
        width: 150px; }
      #header_area .left a:last-child {
        margin-top: 3px; }
        #header_area .left a:last-child img {
          width: 150px; }
    #header_area .right {
      display: none; } }
@media screen and (max-width: 559px) {
  #header_area {
    padding: 10px; }
    #header_area .left a h1 img {
      width: 120px;
      height: auto; }
    #header_area .left a:last-child {
      margin-top: 5px; } }
.page_top {
  font-size: 3em;
  color: #fff;
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 5px 10px;
  border: #fff 1px solid;
  font-weight: bold;
  text-decoration: none;
  background-color: #462301;
  box-shadow: 5px 5px 10px rgba(51, 51, 51, 0.6);
  z-index: 50;
  border-radius: 25px; }
  .page_top:visited {
    color: #fff; }
  .page_top:hover {
    background: #fff;
    color: #462301;
    border: #462301 1px solid; }

@media screen and (max-width: 1199px) {
  .page_top {
    font-size: 2em;
    padding: 3px 8px; } }
/* =========================================
toggle
============================================*/
#toggle {
  display: none; }

@media screen and (max-width: 1199px) {
  #toggle {
    position: absolute;
    top: 30px;
    right: 16px;
    width: 50px;
    height: 48px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    z-index: 1500; }
    #toggle .btn-line {
      width: 80%;
      height: 4px;
      background-color: #333;
      position: relative;
      transition: .2s; }
      #toggle .btn-line::before, #toggle .btn-line::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #333;
        transition: .2s; }
      #toggle .btn-line::before {
        transform: translateY(-10px); }
      #toggle .btn-line::after {
        transform: translateY(10px); }
    #toggle:hover {
      cursor: pointer; }
    #toggle p {
      font-size: 1.3em;
      letter-spacing: 1.1px; } }
@media screen and (max-width: 559px) {
  #toggle {
    top: 30px; } }
/* =========================================
nav
============================================*/
nav {
  max-width: 100%;
  display: block;
  background-color: #fff;
  border-top: #006837 1px solid;
  border-bottom: #006837 1px solid;
  padding: 5px 0; }
  nav #menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1300px; }
    nav #menu li {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      align-self: center;
      /*			width: auto;
      			display: inline-block;
      			vertical-align: middle;
      */
      text-align: center;
      list-style: none;
      border-left: #006837 1px solid;
      padding: 5px 1.3%; }
      nav #menu li:nth-of-type(6) {
        border-right: #006837 1px solid; }
      nav #menu li a {
        display: block;
        width: 100%;
        white-space: nowrap;
        color: #006837;
        text-decoration: none; }
        nav #menu li a:hover {
          text-decoration: underline;
          color: #000; }
      nav #menu li.anon {
        display: none; }
      nav #menu li img {
        vertical-align: middle; }

@media screen and (max-width: 1199px) {
  nav {
    position: static;
    height: auto;
    border-top: none;
    border-bottom: none;
    padding: 0;
    overflow: hidden; }
    nav #menu {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      max-width: 100%;
      border-top: #006837 1px solid; }
      nav #menu li {
        display: block;
        width: 100%;
        border-left: none;
        border-bottom: #006837 1px solid; }
        nav #menu li a {
          padding: 13px 0; }
        nav #menu li:nth-of-type(6) {
          border-right: none; }
        nav #menu li.anon {
          display: block; }
        nav #menu li:hover {
          background-color: rgba(0, 104, 55, 0.1); }
        nav #menu li.open {
          display: block; } }
.sitemap_area {
  background-color: #e6e6e6;
  padding: 50px 0; }

.sitemap {
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .sitemap div {
    padding: 0; }
    .sitemap div.footer_about {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
      margin-bottom: 20px; }
      .sitemap div.footer_about a {
        color: #000;
        text-decoration: none; }
        .sitemap div.footer_about a:hover {
          text-decoration: underline; }
        .sitemap div.footer_about a img {
          vertical-align: middle;
          filter: grayscale(100%); }
    .sitemap div.footer_outbox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%; }
      .sitemap div.footer_outbox .footer_block {
        width: 79%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column; }
        .sitemap div.footer_outbox .footer_block .footer_innerbox {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: flex-start;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          width: 100%; }
          .sitemap div.footer_outbox .footer_block .footer_innerbox div {
            width: calc(98%/4);
            margin-bottom: 30px; }
            .sitemap div.footer_outbox .footer_block .footer_innerbox div.footer_service h3 {
              border: hidden;
              font-weight: normal;
              font-size: 0.9rem;
              font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
              letter-spacing: normal;
              padding: inherit;
              margin: 5px 0; }
            .sitemap div.footer_outbox .footer_block .footer_innerbox div.footer_service:nth-of-type(2), .sitemap div.footer_outbox .footer_block .footer_innerbox div.footer_service:nth-of-type(3) {
              margin-top: 2.5em; }
    .sitemap div h2 {
      font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
      font-weight: normal; }
      .sitemap div h2 a {
        color: #000;
        text-decoration: none; }
        .sitemap div h2 a:hover {
          text-decoration: underline;
          cursor: pointer; }
    .sitemap div p {
      position: relative;
      padding-left: 1em;
      line-height: 1.5;
      letter-spacing: normal; }
      .sitemap div p a {
        font-size: 0.8rem;
        color: #000;
        text-decoration: none; }
        .sitemap div p a:hover {
          text-decoration: underline;
          cursor: pointer; }
      .sitemap div p:before {
        position: absolute;
        top: 5px;
        left: 0;
        display: block;
        content: '';
        width: 8px;
        height: 8px;
        margin-top: 5px;
        border-top: 2px solid #888;
        border-right: 2px solid #888;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
  .sitemap .footer_other {
    width: 22%; }
    .sitemap .footer_other li {
      display: block;
      background: none;
      position: relative;
      color: #000;
      line-height: 2; }
      .sitemap .footer_other li a {
        color: #000;
        text-decoration: none; }
        .sitemap .footer_other li a img {
          vertical-align: middle;
          filter: grayscale(100%); }
        .sitemap .footer_other li a:hover {
          text-decoration: underline; }
      .sitemap .footer_other li:hover {
        cursor: pointer; }

@media screen and (max-width: 1199px) {
  .sitemap {
    max-width: 98%;
    padding-left: 1em;
    padding-right: 1em; }
    .sitemap:after {
      content: "";
      display: block;
      width: 29.3%; }
    .sitemap div {
      margin-bottom: 15px; }
      .sitemap div.footer_outbox {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
        .sitemap div.footer_outbox .footer_block {
          width: 100%; }
          .sitemap div.footer_outbox .footer_block .footer_innerbox {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
            .sitemap div.footer_outbox .footer_block .footer_innerbox div {
              width: calc(98%/3); }
              .sitemap div.footer_outbox .footer_block .footer_innerbox div.footer_service h3 {
                font-size: 0.9rem; }
              .sitemap div.footer_outbox .footer_block .footer_innerbox div.footer_service:nth-of-type(2), .sitemap div.footer_outbox .footer_block .footer_innerbox div.footer_service:nth-of-type(3) {
                margin-top: 2.5em; }
    .sitemap .footer_other {
      -webkit-box-flex: 1;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%; } }
@media screen and (max-width: 959px) {
  .sitemap:after {
    width: 48%; }
  .sitemap div.footer_foundation, .sitemap div.footer_items, .sitemap div.footer_standard, .sitemap div.footer_service, .sitemap div.footer_procedure {
    -webkit-box-flex: 1;
    -ms-flex: 0 1 calc(98%/2);
    flex: 0 1 calc(98%/2); }
  .sitemap .footer_other {
    -webkit-box-flex: 1;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%; } }
@media screen and (max-width: 559px) {
  .sitemap div.footer_foundation, .sitemap div.footer_items, .sitemap div.footer_standard, .sitemap div.footer_service, .sitemap div.footer_procedure {
    -webkit-box-flex: 1;
    -ms-flex: 0 1 98%;
    flex: 0 1 98%; }
  .sitemap .footer_other {
    -webkit-box-flex: 1;
    -ms-flex: 0 1 98%;
    flex: 0 1 98%; } }
#popup {
  display: block;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 19999;
  width: 60px;
  padding: 10px;
  border-radius: 15px;
  box-shadow: #999 0 0 25px;
  box-sizing: border-box;
  background-color: #006837; }
  #popup .button {
    position: absolute;
    right: 0px;
    top: -20px;
    z-index: 1000;
    color: #fff;
    font-size: 1rem;
    padding: 0 8px;
    border-radius: 25px;
    border: #fff 1px solid;
    background-color: #006837; }
    #popup .button:hover {
      cursor: pointer;
      background-color: #555; }
  #popup a {
    margin-top: 10px;
    display: block; }
    #popup a:hover {
      filter: opacity(0.7); }
  #popup div {
    display: block;
    margin: 10px auto; }
    #popup div p {
      margin: 10px auto;
      line-height: normal;
      font-size: 0.85rem;
      writing-mode: vertical-rl;
      text-orientation: upright;
      color: #fff; }
    #popup div img {
      display: block;
      margin: 0 auto; }

footer {
  max-width: 100%;
  background-color: #ccc;
  overflow: hidden;
  position: relative;
  bottom: 0;
  left: 0;
  padding-top: 40px;
  padding-bottom: 40px; }

.footer_area {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .footer_area .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    width: 50%; }
    .footer_area .left .copyright {
      font-size: 0.9rem;
      line-height: normal; }
  .footer_area .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: flex-start;
    width: 250px; }
    .footer_area .right img {
      width: 230px;
      height: auto;
      align-items: center; }
    .footer_area .right ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-flex: 1;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
      margin-top: 5px; }
      .footer_area .right ul li {
        text-align: center; }
        .footer_area .right ul li:first-child {
          -webkit-box-flex: 1;
          -ms-flex: 0 1 70px;
          flex: 0 1 70px; }
        .footer_area .right ul li:last-child {
          -webkit-box-flex: 1;
          -ms-flex: 0 1 150px;
          flex: 0 1 150px;
          padding-left: 5px;
          border-left: #000 1px solid; }
        .footer_area .right ul li a {
          color: #000;
          font-size: 0.8rem;
          text-decoration: none; }
          .footer_area .right ul li a:hover {
            text-decoration: underline;
            color: #555; }

@media screen and (max-width: 1199px) {
  .footer_area {
    max-width: 98%; }
    .footer_area .left {
      width: 62%; } }
@media screen and (max-width: 559px) {
  .footer_area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .footer_area .left {
      width: 100%;
      margin-top: 20px; }
    .footer_area .right {
      order: -1; } }
/* =========================================
パンくずリスト
============================================*/
.pan {
  max-width: 1200px;
  padding: 0 0 0 10px;
  margin: 150px auto 15px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .pan li {
    font-size: 0.9rem;
    width: auto;
    padding: 0 0.5em 0 0; }
    .pan li a {
      font-size: 0.9rem;
      color: #000;
      text-decoration: none; }
      .pan li a:hover {
        text-decoration: underline; }

@media screen and (max-width: 1199px) {
  .pan {
    margin: 15px auto 15px; } }
@media screen and (max-width: 559px) {
  .pan li {
    padding: 0 0.3em; } }
/* =========================================
aside
============================================*/
.mainMenu {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 130px;
  z-index: 100;
  border-bottom: #aaa 1px solid; }
  .mainMenu ul {
    width: 1400px;
    margin: 0 auto;
    list-style: none; }
    .mainMenu ul li {
      display: inline-block;
      vertical-align: middle;
      text-align: center; }
      .mainMenu ul li.on {
        background-color: rgba(0, 104, 55, 0.2); }
      .mainMenu ul li a {
        text-decoration: none;
        display: block;
        padding: 15px; }
        .mainMenu ul li a span {
          display: inline-block;
          transform: rotate(-90deg); }
      .mainMenu ul li:hover, .mainMenu ul li.correct {
        text-decoration: underline; }
        .mainMenu ul li:hover a, .mainMenu ul li.correct a {
          color: #000; }

.mainMenu_service {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 130px;
  z-index: 100;
  border-bottom: #aaa 1px solid; }
  .mainMenu_service > ul {
    width: 1400px;
    margin: 0 auto;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .mainMenu_service > ul > li {
      padding: 15px; }
      .mainMenu_service > ul > li span {
        display: inline-block;
        transform: rotate(-90deg); }
      .mainMenu_service > ul > li > div {
        display: none;
        width: 100%;
        background-color: #eee; }
        .mainMenu_service > ul > li > div ul {
          width: 1400px;
          margin: 0 auto; }
          .mainMenu_service > ul > li > div ul li {
            display: inline-block;
            vertical-align: top; }
            .mainMenu_service > ul > li > div ul li a {
              text-decoration: none;
              display: block;
              padding: 15px; }
            .mainMenu_service > ul > li > div ul li:hover, .mainMenu_service > ul > li > div ul li.correct {
              text-decoration: underline; }
              .mainMenu_service > ul > li > div ul li:hover a, .mainMenu_service > ul > li > div ul li.correct a {
                color: #000; }
      .mainMenu_service > ul > li:hover {
        cursor: pointer;
        text-decoration: underline; }
        .mainMenu_service > ul > li:hover > div {
          display: block;
          position: absolute;
          top: 52px;
          left: 0; }

@media screen and (max-width: 1199px) {
  .mainMenu_service {
    display: none; } }
#outer_link {
  position: fixed;
  bottom: 100px;
  right: 2%;
  z-index: 9999; }
  #outer_link a {
    width: 440px;
    position: relative;
    display: inline-block;
    background-color: #0497ff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: #999 0 0 25px;
    box-sizing: border-box;
    filter: opacity(0.9); }
    #outer_link a:before {
      content: "";
      position: absolute;
      bottom: 0px;
      right: -40px;
      margin-top: -15px;
      border: 15px solid transparent;
      border-left: 35px solid #0497ff;
      z-index: 0;
      -webkit-transform: rotate(30deg);
      transform: rotate(30deg); }
    #outer_link a:hover {
      text-decoration: underline;
      color: #fff;
      filter: opacity(1); }
    #outer_link a div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      #outer_link a div img {
        -ms-flex-item-align: end;
        align-self: flex-end;
        width: 30%; }
        #outer_link a div img.jpg {
          max-width: 20%;
          height: auto; }
        #outer_link a div img.pn {
          max-width: 8%;
          height: auto; }
      #outer_link a div p {
        -webkit-box-flex: 1;
        -ms-flex: 0 1 65%;
        flex: 0 1 65%;
        text-align: right;
        line-height: 1.2;
        font-size: 0.9rem;
        color: #fff; }
  #outer_link .button {
    position: absolute;
    right: 5px;
    top: -15px;
    z-index: 1000;
    color: #fff;
    font-size: 1.7rem;
    text-shadow: #aaa 1px 1px 3px; }
    #outer_link .button:hover {
      cursor: pointer; }
  #outer_link.is-hidden {
    display: none; }

#outer_link_left {
  position: fixed;
  bottom: 70px;
  left: 4%;
  z-index: 9999; }
  #outer_link_left a {
    width: 440px;
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: #999 0 0 25px;
    box-sizing: border-box;
    border: #006837 1px solid; }
    #outer_link_left a:before {
      content: "";
      position: absolute;
      display: block;
      z-index: 1;
      border-style: solid;
      border-color: #006837 transparent;
      border-width: 25px 25px 0 0;
      bottom: 10px;
      left: -5px;
      margin-left: -20px;
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg); }
    #outer_link_left a:hover {
      text-decoration: underline;
      color: #006837;
      filter: opacity(1); }
    #outer_link_left a div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      #outer_link_left a div img {
        -ms-flex-item-align: end;
        align-self: flex-end;
        width: 13%; }
        #outer_link_left a div img.jpg {
          max-width: 13%;
          height: auto; }
      #outer_link_left a div p {
        -webkit-box-flex: 1;
        -ms-flex: 0 1 83%;
        flex: 0 1 83%;
        text-align: left;
        line-height: 1.2;
        font-size: 0.9rem;
        color: #006837; }
  #outer_link_left .button_left {
    position: absolute;
    right: 5px;
    top: -15px;
    z-index: 1000;
    color: #006837;
    font-size: 1.7rem;
    text-shadow: #aaa 1px 1px 3px; }
    #outer_link_left .button_left:hover {
      cursor: pointer;
      filter: opacity(0.7); }
  #outer_link_left .button {
    position: absolute;
    right: 5px;
    top: -15px;
    z-index: 1000;
    color: #006837;
    font-size: 1.7rem;
    text-shadow: #aaa 1px 1px 3px; }
    #outer_link_left .button:hover {
      cursor: pointer; }
  #outer_link_left.is-hidden {
    display: none; }

@media screen and (max-width: 1199px) {
  .mainMenu {
    position: static;
    margin-bottom: 10px; }
    .mainMenu ul {
      width: 98%; }
      .mainMenu ul li {
        width: 23%; }
        .mainMenu ul li a {
          padding: 5px; }

  #outer_link {
    bottom: 50px;
    right: 5%; } }
@media screen and (max-width: 959px) {
  .mainMenu ul li {
    width: 31%; } }
@media screen and (max-width: 559px) {
  .mainMenu ul li {
    width: 48%; }
    .mainMenu ul li a {
      padding: 5px; }

  #outer_link {
    width: 90%;
    left: 2%; }
    #outer_link a {
      width: 90%; }
      #outer_link a div img {
        display: none; }
      #outer_link a div p {
        -webkit-box-flex: 1;
        -ms-flex: 0 1 90%;
        flex: 0 1 90%;
        text-align: left; }
    #outer_link .button {
      right: 50px;
      top: -15px; }

  #outer_link_left {
    bottom: 20px;
    left: 2%;
    z-index: 9999; }
    #outer_link_left a {
      width: 96%;
      padding: 10px; }
      #outer_link_left a:before {
        display: none; }
      #outer_link_left a div img {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        width: 13%; }
        #outer_link_left a div img.jpg {
          max-width: 13%;
          height: auto; }
      #outer_link_left a div p {
        -webkit-box-flex: 1;
        -ms-flex: 0 1 83%;
        flex: 0 1 83%; }
    #outer_link_left .button_left {
      right: 15px; } }
/* =========================================
section
============================================*/
section {
  max-width: 1400px;
  margin: 0 auto 100px;
  padding-left: 10px;
  padding-right: 10px; }
  section .h-line {
    border-left: #006837 10px solid;
    padding-left: 20px;
    padding-top: 2px;
    color: #006837;
    margin-bottom: 30px;
    font-size: 2.3rem;
    letter-spacing: 3px;
    font-weight: normal; }
  section .h-line ~ p {
    margin-left: 2.2em; }

.nextPage {
  width: 40%;
  display: block;
  text-align: center;
  box-sizing: border-box;
  border-top: rgba(255, 255, 255, 0.35) 2px solid;
  border-bottom: rgba(0, 0, 0, 0.35) 2px solid;
  background-color: #f15a24;
  margin: 20px auto;
  padding: 20px 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
  text-shadow: #000 1px 1px 2px;
  border-radius: 20px; }
  .nextPage:hover {
    background-color: rgba(255, 158, 0, 0.6);
    color: #000;
    text-shadow: none; }

.nextPage_bottom {
  width: 30%;
  display: block;
  text-align: center;
  box-sizing: border-box;
  border-top: rgba(255, 255, 255, 0.35) 2px solid;
  border-bottom: rgba(0, 0, 0, 0.35) 2px solid;
  background-color: #006837;
  margin-left: auto;
  padding: 10px 0;
  color: #fff;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.2s ease;
  text-shadow: #000 1px 1px 2px;
  border-radius: 10px; }
  .nextPage_bottom img {
    max-width: 5%;
    filter: drop-shadow(#fff 0 0 2px);
    vertical-align: middle; }
  .nextPage_bottom:hover {
    filter: opacity(0.7);
    text-shadow: none;
    text-decoration: underline; }

.contactBtn {
  width: 45%;
  display: block;
  text-align: center;
  box-sizing: border-box;
  border-top: rgba(255, 255, 255, 0.35) 2px solid;
  border-bottom: rgba(0, 0, 0, 0.35) 2px solid;
  background-color: #f15a24;
  position: relative;
  margin: 20px auto 20px;
  padding: 20px 0 20px 100px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
  text-shadow: #000 1px 1px 2px;
  border-radius: 20px; }
  .contactBtn span {
    position: absolute;
    left: -50px;
    top: -10px; }
    .contactBtn span img {
      vertical-align: middle;
      max-width: 90%;
      height: auto;
      object-fit: cover;
      border-radius: 50px 50px;
      box-shadow: #000 1px 1px 3px; }
  .contactBtn:hover {
    background-color: rgba(255, 158, 0, 0.6);
    color: #000;
    text-shadow: none; }

@media screen and (max-width: 1199px) {
  section {
    max-width: 98%;
    margin: 0 auto 80px; }
    section .h-line {
      margin-bottom: 20px;
      font-size: 2rem;
      letter-spacing: 2.5px; }

  .nextPage {
    width: 50%;
    display: block;
    text-align: center;
    box-sizing: border-box;
    border-top: rgba(255, 255, 255, 0.35) 2px solid;
    border-bottom: rgba(0, 0, 0, 0.35) 2px solid;
    background-color: #f15a24;
    font-size: 1.2rem; }

  .nextPage_bottom {
    width: 40%;
    display: block;
    text-align: center;
    box-sizing: border-box;
    border-top: rgba(255, 255, 255, 0.35) 2px solid;
    border-bottom: rgba(0, 0, 0, 0.35) 2px solid;
    background-color: #006837; }

  .contactBtn {
    width: 50%;
    display: block;
    text-align: center;
    box-sizing: border-box;
    border-top: rgba(255, 255, 255, 0.35) 2px solid;
    border-bottom: rgba(0, 0, 0, 0.35) 2px solid;
    background-color: #f15a24;
    font-size: 1.2rem; } }
@media screen and (max-width: 959px) {
  section {
    margin: 0 auto 60px; }
    section .h-line {
      font-size: 1.8rem;
      letter-spacing: 2px; }

  .nextPage {
    width: 70%;
    display: block;
    text-align: center;
    box-sizing: border-box;
    border-top: rgba(255, 255, 255, 0.35) 2px solid;
    border-bottom: rgba(0, 0, 0, 0.35) 2px solid;
    background-color: #f15a24;
    font-size: 1rem; }

  .nextPage_bottom {
    width: 60%;
    display: block;
    text-align: center;
    box-sizing: border-box;
    border-top: rgba(255, 255, 255, 0.35) 2px solid;
    border-bottom: rgba(0, 0, 0, 0.35) 2px solid;
    background-color: #006837; }

  .contactBtn {
    width: 73%;
    display: block;
    text-align: center;
    box-sizing: border-box;
    border-top: rgba(255, 255, 255, 0.35) 2px solid;
    border-bottom: rgba(0, 0, 0, 0.35) 2px solid;
    background-color: #f15a24;
    font-size: 1rem; }
    .contactBtn span img {
      max-width: 86%; } }
@media screen and (max-width: 559px) {
  section {
    margin: 0 auto 40px; }
    section .h-line {
      font-size: 1.5rem;
      letter-spacing: 1.8px; }
    section .h-line ~ p {
      margin-left: 0; }

  .nextPage {
    width: 100%;
    display: block;
    text-align: center;
    box-sizing: border-box;
    border-top: rgba(255, 255, 255, 0.35) 2px solid;
    border-bottom: rgba(0, 0, 0, 0.35) 2px solid;
    background-color: #f15a24; }

  .nextPage_bottom {
    width: 100%;
    display: block;
    text-align: center;
    box-sizing: border-box;
    border-top: rgba(255, 255, 255, 0.35) 2px solid;
    border-bottom: rgba(0, 0, 0, 0.35) 2px solid;
    background-color: #006837; }

  .contactBtn {
    width: 90%;
    display: block;
    text-align: center;
    box-sizing: border-box;
    border-top: rgba(255, 255, 255, 0.35) 2px solid;
    border-bottom: rgba(0, 0, 0, 0.35) 2px solid;
    background-color: #f15a24; }
    .contactBtn span img {
      max-width: 80%; } }
/* =========================================
table
============================================*/
.w1 {
  width: 1%; }

.w2 {
  width: 2%; }

.w3 {
  width: 3%; }

.w4 {
  width: 4%; }

.w5 {
  width: 5%; }

.w6 {
  width: 6%; }

.w7 {
  width: 7%; }

.w8 {
  width: 8%; }

.w9 {
  width: 9%; }

.w5 {
  width: 5%; }

.w10 {
  width: 10%; }

.w15 {
  width: 15%; }

.w20 {
  width: 20%; }

.w25 {
  width: 25%; }

.w30 {
  width: 30%; }

.w35 {
  width: 35%; }

.w40 {
  width: 40%; }

.w45 {
  width: 45%; }

.w50 {
  width: 50%; }

.w55 {
  width: 55%; }

.w60 {
  width: 60%; }

.w65 {
  width: 65%; }

.w70 {
  width: 70%; }

.w75 {
  width: 75%; }

.w80 {
  width: 80%; }

.w85 {
  width: 85%; }

.w90 {
  width: 90%; }

.w95 {
  width: 95%; }

.w100 {
  width: 100%; }

.col1 {
  width: 10%;
  min-width: 100px; }

.col2 {
  width: 20%;
  min-width: 200px; }

.col3 {
  width: 30%;
  min-width: 300px; }

.col4 {
  width: 40%;
  min-width: 400px; }

.col5 {
  width: 50%;
  min-width: 500px; }

.col6 {
  width: 60%;
  min-width: 600px; }

.col7 {
  width: 70%;
  min-width: 700px; }

.col8 {
  width: 80%;
  min-width: 800px; }

.col9 {
  width: 90%;
  min-width: 900px; }

.col10 {
  width: 100%;
  min-width: 1000px; }

.col1_5 {
  width: 15%;
  min-width: 150px; }

.col2_5 {
  width: 25%;
  min-width: 250px; }

.col3_5 {
  width: 35%;
  min-width: 350px; }

.col4_5 {
  width: 45%;
  min-width: 450px; }

.col5_5 {
  width: 55%;
  min-width: 550px; }

.col6_5 {
  width: 65%;
  min-width: 650px; }

.col7_5 {
  width: 75%;
  min-width: 750px; }

.col8_5 {
  width: 85%;
  min-width: 850px; }

.col9_5 {
  width: 95%;
  min-width: 950px; }

.colm {
  width: 100%; }

.nowrap {
  white-space: nowrap; }

table {
  width: 100%;
  height: auto;
  border-collapse: collapse; }
  table caption {
    font-size: 0.9rem; }
  table th {
    background-color: #CCC;
    font-weight: 600;
    height: auto;
    padding: 10px 1%;
    border: #555 1px solid;
    font-size: 0.9rem; }
  table td {
    padding: 10px 1%;
    height: 30px;
    text-align: left;
    vertical-align: middle;
    border: #555 1px solid;
    font-size: 0.9rem; }

.table_over > p,
.table_over2 > p,
.table_over3 > p,
.table_over4 > p {
  display: none; }

.table_over5 {
  overflow: scroll;
  margin: 0 0 20px 0;
  overflow-y: hidden; }

.table_over5 > p {
  width: 16em;
  display: block;
  border: #aaa 1px solid;
  margin-bottom: 10px;
  padding: 5px 0;
  background-color: #eee;
  text-align: center; }

@media screen and (max-width: 1399px) {
  .img_over4,
  .table_over4 {
    overflow: scroll;
    margin: 0 0 20px 0;
    overflow-y: hidden; }

  .table_over4 > p {
    width: 16em;
    display: block;
    border: #aaa 1px solid;
    margin-bottom: 10px;
    padding: 5px 0;
    background-color: #eee;
    text-align: center; }

  .img_over4 img {
    width: 1200px;
    height: auto;
    display: block;
    max-width: inherit; } }
@media screen and (max-width: 1199px) {
  .table_over3 {
    overflow: scroll;
    margin: 0 0 20px 0;
    width: 99%;
    overflow-y: hidden; }

  .table_over3 > p {
    width: 16em;
    display: block;
    border: #aaa 1px solid;
    margin-bottom: 10px;
    padding: 5px 0;
    background-color: #eee;
    text-align: center; } }
@media screen and (max-width: 959px) {
  .table_over2 {
    overflow: scroll;
    overflow-y: hidden;
    width: 99%;
    margin: 0 0 20px 0; }

  .table_over2 > p {
    width: 16em;
    display: block;
    border: #aaa 1px solid;
    margin-bottom: 10px;
    padding: 5px 0;
    background-color: #eee;
    text-align: center; } }
@media screen and (max-width: 559px) {
  .table_over {
    overflow: scroll;
    overflow-y: hidden;
    width: 99%;
    margin: 0 0 20px 0; }

  .table_over > p {
    width: 16em;
    display: block;
    border: #aaa 1px solid;
    margin-bottom: 10px;
    padding: 5px 0;
    background-color: #eee;
    text-align: center; } }
main {
  margin-top: 170px; }

.point {
  color: #006837;
  font-weight: bold; }

@media screen and (max-width: 1199px) {
  main {
    margin-top: 20px; } }
/* =========================================
page1
============================================*/
#f86 #page1 .line, #f88 #page1 .line {
  border: #aaa 1px solid;
  padding: 10px;
  margin: 15px 0 15px 35px; }
  #f86 #page1 .line h3, #f88 #page1 .line h3 {
    margin-bottom: 10px; }
  #f86 #page1 .line p, #f88 #page1 .line p {
    margin-left: 1.5em; }
#f86 #page1 .red-line, #f88 #page1 .red-line {
  border: #f00 1px solid;
  margin: 20px 0 30px;
  padding: 10px;
  text-align: center; }
#f86 #page1 .problem_box, #f88 #page1 .problem_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  border: #006837 1px solid; }
#f86 #page1 .sol_box, #f88 #page1 .sol_box {
  width: 80%;
  margin: 0 auto 20px; }
  #f86 #page1 .sol_box h2, #f88 #page1 .sol_box h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    padding: 10px 20px;
    text-align: center;
    color: #006837; }
    #f86 #page1 .sol_box h2 span, #f88 #page1 .sol_box h2 span {
      background: linear-gradient(transparent 60%, rgba(0, 104, 55, 0.2) 60%); }
  #f86 #page1 .sol_box .box, #f88 #page1 .sol_box .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #f86 #page1 .sol_box .box p, #f88 #page1 .sol_box .box p {
      margin: 0 10px;
      border: #006837 1px solid;
      text-align: center;
      font-size: 1.2rem;
      color: #006837;
      font-weight: bold;
      position: relative;
      display: inline-block;
      width: 28%;
      min-width: 300px;
      height: 300px;
      border-radius: 50%;
      line-height: 1.5; }
      #f86 #page1 .sol_box .box p span, #f88 #page1 .sol_box .box p span {
        position: absolute;
        display: inline-block;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 300px;
        padding: 50% 10px;
        text-align: center; }
      #f86 #page1 .sol_box .box p img, #f88 #page1 .sol_box .box p img {
        position: absolute;
        right: 0;
        bottom: 0; }
#f86 #page1 .sol, #f88 #page1 .sol {
  display: block;
  text-align: center;
  margin-bottom: 60px;
  color: #006837;
  font-size: 1.7rem; }
#f86 #page1 .feature, #f88 #page1 .feature {
  background-color: #006837;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px; }
#f86 #page1 .feature_box, #f88 #page1 .feature_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: 35px; }
  #f86 #page1 .feature_box h3, #f88 #page1 .feature_box h3 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    width: 100%;
    align-self: flex-start;
    margin: 0 0 20px 0;
    padding: 10px 20px;
    border-left: #006837 10px solid;
    color: #fff;
    background-color: #006837;
    font-weight: normal;
    text-align: center;
    font-size: 1.5rem; }
  #f86 #page1 .feature_box .box, #f88 #page1 .feature_box .box {
    position: relative;
    overflow: hidden;
    width: 30%;
    border: #006837 1px solid;
    margin: 0 0 30px 0;
    text-align: center; }
    #f86 #page1 .feature_box .box::before, #f88 #page1 .feature_box .box::before {
      position: absolute;
      content: "";
      width: 100px;
      height: auto;
      background: #006837;
      color: #fff;
      font-weight: bold;
      text-shadow: #000 1px 1px 2px;
      text-align: center;
      padding: 80px 45px 0;
      box-shadow: #999 1px 1px 2px;
      top: -35px;
      left: -45px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      z-index: 100; }
    #f86 #page1 .feature_box .box .box_title::before, #f88 #page1 .feature_box .box .box_title::before {
      color: #fff;
      font-size: 1.7rem;
      position: absolute;
      left: 10px;
      top: 5px;
      z-index: 200; }
    #f86 #page1 .feature_box .box:nth-of-type(1) .box_title::before, #f88 #page1 .feature_box .box:nth-of-type(1) .box_title::before {
      content: "1"; }
    #f86 #page1 .feature_box .box:nth-of-type(2) .box_title::before, #f88 #page1 .feature_box .box:nth-of-type(2) .box_title::before {
      content: "2"; }
    #f86 #page1 .feature_box .box:nth-of-type(3) .box_title::before, #f88 #page1 .feature_box .box:nth-of-type(3) .box_title::before {
      content: "3"; }
    #f86 #page1 .feature_box .box:nth-of-type(4) .box_title::before, #f88 #page1 .feature_box .box:nth-of-type(4) .box_title::before {
      content: "4"; }
    #f86 #page1 .feature_box .box:nth-of-type(5) .box_title::before, #f88 #page1 .feature_box .box:nth-of-type(5) .box_title::before {
      content: "5"; }
    #f86 #page1 .feature_box .box:nth-of-type(6) .box_title::before, #f88 #page1 .feature_box .box:nth-of-type(6) .box_title::before {
      content: "6"; }
    #f86 #page1 .feature_box .box .box_title, #f88 #page1 .feature_box .box .box_title {
      position: relative;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100px; }
      #f86 #page1 .feature_box .box .box_title h4, #f88 #page1 .feature_box .box .box_title h4 {
        color: #006837;
        align-self: auto;
        font-weight: normal;
        margin: 0; }
        #f86 #page1 .feature_box .box .box_title h4 span, #f88 #page1 .feature_box .box .box_title h4 span {
          font-weight: bold; }
    #f86 #page1 .feature_box .box .box_description, #f88 #page1 .feature_box .box .box_description {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 100px;
      margin: 0;
      padding: 0;
      background-color: rgba(0, 104, 55, 0.1); }
      #f86 #page1 .feature_box .box .box_description p, #f88 #page1 .feature_box .box .box_description p {
        margin: 0;
        padding: 10px;
        font-size: 0.9rem;
        line-height: 1.5;
        width: 100%; }

#f86 #page1 .problem_box {
  margin: 20px auto 40px;
  padding: 20px 30px;
  max-width: 1150px;
  border-radius: 0; }
  #f86 #page1 .problem_box .box {
    width: 48%;
    margin-bottom: 0;
    padding: 20px 0;
    display: inline-block;
    height: auto;
    line-height: 1.5; }
    #f86 #page1 .problem_box .box h2, #f86 #page1 .problem_box .box p {
      text-align: center; }
    #f86 #page1 .problem_box .box h2 {
      color: #006837; }
    #f86 #page1 .problem_box .box dl dt {
      position: relative;
      color: #fff;
      background-color: #006837;
      border-radius: 5px;
      padding: 20px 30px;
      text-align: center;
      font-weight: bold;
      font-size: 1.3rem; }
      #f86 #page1 .problem_box .box dl dt::after {
        display: block;
        position: absolute;
        bottom: -50px;
        left: 40%;
        content: " ";
        width: 0;
        height: 0;
        border: 30px solid transparent;
        border-top-color: #006837; }
    #f86 #page1 .problem_box .box dl dd {
      margin-top: 0;
      padding: 30px 30px 20px;
      background-color: #ffffe1; }
#f86 #page1 .feature_box .box {
  width: 48%; }

#f88 #page1 .problem_box {
  margin: 0 0 50px 30px;
  padding: 20px 30px;
  background-color: #fffff0;
  border-radius: 30px; }
  #f88 #page1 .problem_box > h2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    text-align: center;
    color: #006837;
    margin-bottom: 20px; }
  #f88 #page1 .problem_box > p {
    width: 24%;
    position: relative;
    display: inline-block;
    min-width: 230px;
    height: 280px;
    border: #006837 1px solid;
    border-radius: 50%;
    background-color: #ffffe1;
    line-height: 1.5; }
    #f88 #page1 .problem_box > p span {
      position: absolute;
      display: inline-block;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      max-width: 300px;
      min-width: 230px;
      padding: 0 20px;
      text-align: center; }
    #f88 #page1 .problem_box > p img {
      position: absolute;
      right: 0;
      bottom: 0; }

@media screen and (max-width: 1199px) {
  #f86 #page1 .problem_box, #f88 #page1 .problem_box {
    margin: 0 0 50px 30px;
    padding: 20px 40px;
    border-radius: 30px; }
    #f86 #page1 .problem_box > p, #f88 #page1 .problem_box > p {
      width: 45%;
      height: auto;
      border-radius: 5px;
      line-height: 1.5;
      margin-bottom: 40px; }
      #f86 #page1 .problem_box > p span, #f88 #page1 .problem_box > p span {
        position: static;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 85%;
        padding: 10px 20px; }
      #f86 #page1 .problem_box > p img, #f88 #page1 .problem_box > p img {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 20%; }
  #f86 #page1 .sol_box, #f88 #page1 .sol_box {
    width: 95%;
    margin: 0 auto 20px; }
    #f86 #page1 .sol_box .box p, #f88 #page1 .sol_box .box p {
      width: 28%;
      min-width: 260px;
      height: 300px; }
      #f86 #page1 .sol_box .box p span, #f88 #page1 .sol_box .box p span {
        max-width: 270px;
        min-width: 230px; }
  #f86 #page1 .feature_box .box, #f88 #page1 .feature_box .box {
    width: 48%; }
    #f86 #page1 .feature_box .box .box_title, #f88 #page1 .feature_box .box .box_title {
      height: 150px; }
      #f86 #page1 .feature_box .box .box_title h4, #f88 #page1 .feature_box .box .box_title h4 {
        width: 70%; }
    #f86 #page1 .feature_box .box .box_description, #f88 #page1 .feature_box .box .box_description {
      height: 150px; }
      #f86 #page1 .feature_box .box .box_description p, #f88 #page1 .feature_box .box .box_description p {
        width: 90%; }

  #f86 #page1 .problem_box {
    margin: 20px auto;
    padding: 0;
    max-width: 100%;
    background-color: inherit;
    border: none;
    border-radius: 0; }
    #f86 #page1 .problem_box > p {
      width: 100%; }
    #f86 #page1 .problem_box .box {
      width: 48%;
      min-width: 430px; }
      #f86 #page1 .problem_box .box h2, #f86 #page1 .problem_box .box p {
        width: 90%;
        min-width: 450px; }
      #f86 #page1 .problem_box .box h2 {
        top: 40%; }
      #f86 #page1 .problem_box .box p {
        top: 60%; }
  #f86 #page1 .feature_box .box {
    width: 48%; } }
@media screen and (max-width: 959px) {
  #f86 #page1 .problem_box > p, #f88 #page1 .problem_box > p {
    width: 100%; }
    #f86 #page1 .problem_box > p span, #f88 #page1 .problem_box > p span {
      width: 85%;
      max-width: inherit;
      min-width: inherit; }
    #f86 #page1 .problem_box > p img, #f88 #page1 .problem_box > p img {
      width: 10%; }
  #f86 #page1 .sol_box, #f88 #page1 .sol_box {
    margin-bottom: 50px; }
    #f86 #page1 .sol_box .box, #f88 #page1 .sol_box .box {
      display: inherit; }
      #f86 #page1 .sol_box .box p, #f88 #page1 .sol_box .box p {
        display: block;
        width: 100%;
        min-width: inherit;
        height: 80px;
        padding: 10px 20px;
        margin-bottom: 20px;
        border-radius: 10px; }
        #f86 #page1 .sol_box .box p span, #f88 #page1 .sol_box .box p span {
          width: 100%;
          max-width: inherit;
          min-width: inherit; }
        #f86 #page1 .sol_box .box p img, #f88 #page1 .sol_box .box p img {
          width: 6%; }
  #f86 #page1 .feature_box .box, #f88 #page1 .feature_box .box {
    width: 48%; }
    #f86 #page1 .feature_box .box .box_title, #f88 #page1 .feature_box .box .box_title {
      height: 130px; }
      #f86 #page1 .feature_box .box .box_title h4, #f88 #page1 .feature_box .box .box_title h4 {
        width: 63%; }
    #f86 #page1 .feature_box .box .box_description, #f88 #page1 .feature_box .box .box_description {
      height: 170px; }
      #f86 #page1 .feature_box .box .box_description p, #f88 #page1 .feature_box .box .box_description p {
        width: 90%; }

  #f86 #page1 .problem_box {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0; }
    #f86 #page1 .problem_box .box {
      width: 100%;
      min-width: inherit;
      height: inherit;
      border-radius: 10px;
      margin-bottom: 20px;
      padding: 20px 10px; }
      #f86 #page1 .problem_box .box h2, #f86 #page1 .problem_box .box p {
        position: static;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        padding: 0;
        width: 100%;
        min-width: inherit; } }
@media screen and (max-width: 559px) {
  #f86 #page1 .sol, #f88 #page1 .sol {
    margin-bottom: 30px;
    font-size: 1.3rem; }
  #f86 #page1 .feature_box, #f88 #page1 .feature_box {
    margin-left: 0; }
    #f86 #page1 .feature_box .box, #f88 #page1 .feature_box .box {
      width: 100%; }
      #f86 #page1 .feature_box .box .box_title, #f88 #page1 .feature_box .box .box_title {
        height: 80px; }
        #f86 #page1 .feature_box .box .box_title h4, #f88 #page1 .feature_box .box .box_title h4 {
          align-self: flex-end;
          width: 80%;
          padding-right: 2%; }
      #f86 #page1 .feature_box .box .box_description, #f88 #page1 .feature_box .box .box_description {
        height: auto; }
        #f86 #page1 .feature_box .box .box_description p, #f88 #page1 .feature_box .box .box_description p {
          width: 100%; }

  #f86 #page1 .problem_box {
    margin: 0 auto; }
    #f86 #page1 .problem_box .box {
      margin-bottom: 0; }
      #f86 #page1 .problem_box .box dl dt {
        padding: 10px;
        font-size: 1.1rem; }
      #f86 #page1 .problem_box .box dl dd {
        margin-top: 0;
        padding: 30px 10px 20px; }

  #f88 #page1 .problem_box {
    margin: 0 auto 20px;
    padding: 20px; }
    #f88 #page1 .problem_box > p {
      margin-bottom: 20px; }
      #f88 #page1 .problem_box > p span {
        max-width: inherit;
        min-width: inherit;
        width: 100%; }
      #f88 #page1 .problem_box > p img {
        display: none; }
  #f88 #page1 .sol_box {
    width: 100%; }
    #f88 #page1 .sol_box .box p {
      margin: 0 0 10px 0; }
      #f88 #page1 .sol_box .box p img {
        display: none; } }
/* =========================================
page2
============================================*/
#f86 #page2 .item_box, #f88 #page2 .item_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: #006837 1px solid;
  padding: 30px 20px;
  margin-left: 30px; }
  #f86 #page2 .item_box img, #f88 #page2 .item_box img {
    width: 47%;
    height: auto; }
  #f86 #page2 .item_box > div, #f88 #page2 .item_box > div {
    width: 50%; }
    #f86 #page2 .item_box > div .h-line, #f88 #page2 .item_box > div .h-line {
      position: relative; }
      #f86 #page2 .item_box > div .h-line span, #f88 #page2 .item_box > div .h-line span {
        margin-left: 10px;
        padding: 0 10px;
        background-color: #f00;
        color: #fff; }
      #f86 #page2 .item_box > div .h-line .campaign, #f88 #page2 .item_box > div .h-line .campaign {
        position: absolute;
        top: 0;
        right: 10%;
        color: #fff;
        font-weight: bold;
        background-color: #f00;
        padding: 10px;
        text-align: center;
        transform: rotate(10deg); }
    #f86 #page2 .item_box > div table .border-l_non, #f88 #page2 .item_box > div table .border-l_non {
      border-left: hidden; }
    #f86 #page2 .item_box > div table td dl, #f88 #page2 .item_box > div table td dl {
      margin-bottom: 10px; }
      #f86 #page2 .item_box > div table td dl dd, #f88 #page2 .item_box > div table td dl dd {
        margin-left: 1.2em; }

#f86 #page2 .item_box img {
  width: 40%; }
#f86 #page2 .item_box > div {
  width: 58%; }
  #f86 #page2 .item_box > div p {
    margin-left: 0; }

#f88 #page2 .item_box div .table_over4 {
  width: 100%; }

@media screen and (max-width: 959px) {
  #f86 #page2 .box, #f88 #page2 .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    #f86 #page2 .box img, #f88 #page2 .box img {
      width: 60%;
      height: auto;
      margin: 0 auto 20px; }
    #f86 #page2 .box .description, #f88 #page2 .box .description {
      width: 98%; }
  #f86 #page2 .item_box, #f88 #page2 .item_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    #f86 #page2 .item_box img, #f88 #page2 .item_box img {
      width: 55%;
      height: auto;
      margin: 0 auto 30px; }
    #f86 #page2 .item_box div, #f88 #page2 .item_box div {
      width: 100%; }
      #f86 #page2 .item_box div > div, #f88 #page2 .item_box div > div {
        width: 95%; } }
@media screen and (max-width: 559px) {
  #f86 #page2 .box img, #f88 #page2 .box img {
    width: 80%; }
  #f86 #page2 .item_box, #f88 #page2 .item_box {
    margin-left: 0; } }
/* =========================================
page3
============================================*/
#f86 #page3, #f88 #page3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  #f86 #page3 h2, #f86 #page3 > p, #f88 #page3 h2, #f88 #page3 > p {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-left: 0; }
  #f86 #page3 .flow_box, #f88 #page3 .flow_box {
    position: relative;
    width: 15.5%;
    border: #006837 1px solid;
    margin: 0 0 10px 0;
    text-align: center; }
    #f86 #page3 .flow_box::after, #f88 #page3 .flow_box::after {
      display: block;
      position: absolute;
      right: -55px;
      top: 45%;
      content: " ";
      width: 0;
      height: 0;
      border: 30px solid transparent;
      border-top-color: #006837;
      transform: rotate(-90deg); }
    #f86 #page3 .flow_box .box_title, #f88 #page3 .flow_box .box_title {
      position: relative;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 130px; }
      #f86 #page3 .flow_box .box_title h4, #f88 #page3 .flow_box .box_title h4 {
        color: #006837;
        align-self: auto;
        font-weight: normal;
        margin: 0; }
        #f86 #page3 .flow_box .box_title h4 span, #f88 #page3 .flow_box .box_title h4 span {
          font-weight: bold; }
    #f86 #page3 .flow_box .box_description, #f88 #page3 .flow_box .box_description {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 130px;
      margin: 0;
      padding: 0; }
      #f86 #page3 .flow_box .box_description p, #f88 #page3 .flow_box .box_description p {
        margin: 0;
        padding: 10px;
        font-size: 0.9rem;
        line-height: 1.5;
        width: 100%; }

#f86 #page3 h2 {
  font-size: 1.8rem; }
  #f86 #page3 h2 span {
    font-size: 1rem;
    margin-left: 20px; }
#f86 #page3 .flow_box {
  width: 18.8%; }
  #f86 #page3 .flow_box:nth-of-type(5)::after {
    border: hidden; }

#f88 #page3 .flow_box:nth-of-type(5) {
  border: hidden; }
#f88 #page3 .flow_box:nth-of-type(6)::after {
  border: hidden; }

@media screen and (max-width: 1199px) {
  #f86 #page3 .flow_box, #f88 #page3 .flow_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 70%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto; }
    #f86 #page3 .flow_box::after, #f88 #page3 .flow_box::after {
      left: 50%;
      top: 120px;
      border-top-color: #fff;
      border-bottom-color: #006837;
      transform: rotate(180deg); }
    #f86 #page3 .flow_box .box_title, #f88 #page3 .flow_box .box_title {
      width: 20%;
      padding-top: 10px;
      height: auto; }
    #f86 #page3 .flow_box .box_description, #f88 #page3 .flow_box .box_description {
      width: 78%;
      height: auto; } }
@media screen and (max-width: 959px) {
  #f86 #page3 .flow_box, #f88 #page3 .flow_box {
    width: 100%; } }
@media screen and (max-width: 559px) {
  #f86 #page3 h2, #f88 #page3 h2 {
    font-size: 1.5rem; }
  #f86 #page3 .flow_box, #f88 #page3 .flow_box {
    padding-left: 1vw;
    padding-right: 1vw; }
    #f86 #page3 .flow_box::after, #f88 #page3 .flow_box::after {
      left: 50%;
      top: 90%; } }
