@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  display: table;
  padding: 0;
  box-sizing: border-box;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Base
   ========================================================================== */
:root {
  font-size: 62.5%;
}

html {
  overflow-x: hidden;
  min-width: 320px;
  min-height: 100vh;
}

[data-script-enabled="true"].scroll-lock {
  overflow: visible;
  height: auto;
}

@media only screen and (max-width: 992px) {
  [data-script-enabled="true"].scroll-lock {
    overflow: hidden;
    height: 100%;
  }
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  position: relative;
  min-width: 320px;
  min-height: 100vh;
  color: #000;
  font-family: "\30d2\30e9\30ae\30ce\4e38\30b4 ProW4", "Hiragino Maru Gothic Pro", "\30d2\30e9\30ae\30ce\89d2\30b4 ProW3", "Hiragino Kaku Gothic Pro", "\30e1\30a4\30ea\30aa", Meiryo, "\ff2d\ff33 \ff30\30b4\30b7\30c3\30af", arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

main {
  display: block;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #2895d5;
  text-decoration: none;
}

a:link, a:visited, a:active {
  color: #2895d5;
}

a:hover, a:focus {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  a:hover, a:focus {
    text-decoration: none;
  }
}

b, em, strong {
  font-weight: bold;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

small {
  font-size: 100%;
}

/* Header
   ========================================================================== */
#str-header {
  border-bottom: solid 1px #e5e5e5;
  background-color: #fff;
  width: 100%;
}

[data-script-enabled="true"] #str-header {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
}

[data-script-enabled="true"] #str-header.is-fixed {
  box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}

.home #str-header {
  border-bottom: none;
}

#str-header .str-header-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  padding: 17px 10px 22px;
  max-width: 1220px;
}

@media only screen and (max-width: 992px) {
  #str-header .str-header-outer {
    display: block;
    padding: 0;
    position: relative;
    max-width: none;
    width: 100%;
    min-height: 50px;
  }
}

#str-header .ci {
  padding-top: 12px;
  width: 285px;
  line-height: 1;
}

@media only screen and (max-width: 1150px) {
  #str-header .ci {
    width: 220px;
  }
}

@media only screen and (max-width: 992px) {
  #str-header .ci {
    margin-left: 10px;
    padding-top: 10px;
    width: 153px;
  }
}

#str-header .ci .img-pc {
  display: block;
}

@media only screen and (max-width: 992px) {
  #str-header .ci .img-pc {
    display: none;
  }
}

#str-header .ci .img-sp {
  display: none;
}

@media only screen and (max-width: 992px) {
  #str-header .ci .img-sp {
    display: block;
  }
}

#str-header .btn-menu {
  display: none;
  background-color: #e5e5e5;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
}

@media only screen and (max-width: 992px) {
  [data-script-enabled="true"] #str-header .btn-menu {
    display: block;
  }
}

#str-header .btn-menu::before, #str-header .btn-menu::after {
  display: block;
  border-radius: 2px;
  background-color: #b2b2b2;
  position: absolute;
  left: 10px;
  width: 30px;
  height: 4px;
  content: "";
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
}

#str-header .btn-menu::before {
  top: 13px;
}

#str-header .btn-menu::after {
  top: 23px;
}

#str-header .btn-menu.is-active::before {
  top: 23px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#str-header .btn-menu.is-active::after {
  top: 23px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#str-header .btn-menu .btn-menu-inner {
  display: block;
  position: absolute;
  top: 33px;
  left: 0;
}

#str-header .btn-menu .btn-menu-inner::before {
  display: block;
  border-radius: 2px;
  background-color: #b2b2b2;
  position: absolute;
  left: 10px;
  width: 30px;
  height: 4px;
  content: "";
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
}

#str-header .btn-menu.is-active .btn-menu-inner::before {
  display: none;
}

#str-header .btn-menu .btn-text {
  position: relative;
  z-index: -1;
  font-size: 10px;
  line-height: 1;
}

@media only screen and (max-width: 992px) {
  #str-header .str-header-inner {
    background-color: #e5e5e5;
    -webkit-transition: left 200ms;
    transition: left 200ms;
  }
  [data-script-enabled="true"] #str-header .str-header-inner {
    overflow-y: auto;
    position: absolute;
    z-index: 100;
    top: 50px;
    left: 100%;
    width: 100%;
    height: calc(100vh - 50px);
  }
  [data-script-enabled="true"] #str-header .str-header-inner.is-open {
    left: 0;
  }
  [data-script-enabled="true"] #str-header .str-header-inner.is-open .str-header-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
}

#str-header .str-header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

@media only screen and (max-width: 992px) {
  #str-header .str-header-nav {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0 10px;
  }
}

#str-header .nav-utility {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-bottom: 19px;
}

@media only screen and (max-width: 992px) {
  #str-header .nav-utility {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 0;
    padding-bottom: 30px;
  }
}

#str-header .nav-utility li {
  font-size: 14px;
  line-height: 1.3;
}

#str-header .nav-utility li + li {
  margin-left: 46px;
}

@media only screen and (max-width: 992px) {
  #str-header .nav-utility li + li {
    margin-left: 24px;
  }
}

@media only screen and (max-width: 768px) {
  #str-header .nav-utility li + li {
    margin-left: 46px;
  }
}

#str-header .nav-utility li a {
  display: inline-block;
  padding-left: 18px;
  position: relative;
  color: #000;
  text-decoration: none;
  text-align: center;
}

#str-header .nav-utility li a::before {
  display: inline-block;
  border-top: 2px solid #2895d5;
  border-right: 2px solid #2895d5;
  position: absolute;
  top: .38em;
  left: 0;
  width: 9px;
  height: 9px;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#str-header .nav-utility li a:hover, #str-header .nav-utility li a:focus {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  #str-header .nav-utility li a:hover, #str-header .nav-utility li a:focus {
    text-decoration: none;
  }
}

#str-header .nav-global {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media only screen and (max-width: 992px) {
  #str-header .nav-global {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0 -10px 30px;
  }
}

#str-header .nav-global li {
  font-size: 18px;
  line-height: 1.3;
}

@media only screen and (max-width: 1150px) {
  #str-header .nav-global li {
    font-size: 16px;
  }
}

@media only screen and (max-width: 992px) {
  #str-header .nav-global li {
    border-bottom: solid 1px #fff;
    width: 100%;
    text-align: center;
  }
}

#str-header .nav-global li + li {
  border-left: solid 1px #ddd;
}

@media only screen and (max-width: 992px) {
  #str-header .nav-global li + li {
    border-left: none;
  }
}

#str-header .nav-global li a {
  display: inline-block;
  padding: 7px 21px;
  color: #000;
  text-decoration: none;
}

@media only screen and (max-width: 1150px) {
  #str-header .nav-global li a {
    padding: 7px 15px;
  }
}

@media only screen and (max-width: 992px) {
  #str-header .nav-global li a {
    display: block;
    padding: 16px;
  }
}

#str-header .nav-global li a:hover, #str-header .nav-global li a:focus {
  color: #6daf3d;
}

@media only screen and (max-width: 992px) {
  #str-header .nav-global li a:hover, #str-header .nav-global li a:focus {
    color: #000;
  }
}

#str-header .nav-global li:first-child a {
  padding: 7px 21px 7px 0;
}

@media only screen and (max-width: 1150px) {
  #str-header .nav-global li:first-child a {
    padding: 7px 15px 7px 0;
  }
}

@media only screen and (max-width: 992px) {
  #str-header .nav-global li:first-child a {
    padding: 16px;
  }
}

#str-header .nav-global li:last-child a {
  padding: 7px 0 7px 21px;
}

@media only screen and (max-width: 1150px) {
  #str-header .nav-global li:last-child a {
    padding: 7px 0 7px 15px;
  }
}

@media only screen and (max-width: 992px) {
  #str-header .nav-global li:last-child a {
    padding: 16px;
  }
}

/* Footer
   ========================================================================== */
#str-footer {
  background-color: #000;
}

[data-script-enabled="true"].scroll-lock #str-footer {
  display: block;
}

@media only screen and (max-width: 992px) {
  [data-script-enabled="true"].scroll-lock #str-footer {
    display: none;
  }
}

#str-footer .str-footer-inner {
  margin: 0 auto;
  padding: 60px 10px;
  position: relative;
  max-width: 1220px;
}

@media only screen and (max-width: 768px) {
  #str-footer .str-footer-inner {
    padding: 0 10px 14px;
    max-width: none;
    width: 100%;
  }
}

#str-footer .pagetop {
  position: absolute;
  top: 38px;
  right: 50px;
}

@media only screen and (max-width: 768px) {
  #str-footer .pagetop {
    margin: 0 -10px 22px;
    position: static;
  }
}

#str-footer .pagetop a {
  display: block;
  padding-left: 48px;
  border-radius: 50%;
  background-color: #6daf3d;
  overflow: hidden;
  width: 48px;
  height: 48px;
  white-space: normal;
}

@media only screen and (max-width: 768px) {
  #str-footer .pagetop a {
    padding-left: 100%;
    border-radius: 0;
    width: 100%;
    height: 44px;
  }
}

#str-footer .pagetop a:hover, #str-footer .pagetop a:focus {
  opacity: .8;
}

@media only screen and (max-width: 992px) {
  #str-footer .pagetop a:hover, #str-footer .pagetop a:focus {
    opacity: 1;
  }
}

#str-footer .pagetop a::before {
  display: inline-block;
  margin: auto;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 18px;
  right: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 768px) {
  #str-footer .pagetop a::before {
    width: 18px;
    height: 18px;
  }
}

#str-footer .nav-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 70px 20px;
}

@media only screen and (max-width: 768px) {
  #str-footer .nav-footer {
    margin: 0 0 10px;
  }
}

#str-footer .nav-footer li {
  margin: 0 27px 12px;
  font-size: 16px;
  line-height: 1.25;
}

@media only screen and (max-width: 992px) {
  #str-footer .nav-footer li {
    margin: 0 18px 12px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  #str-footer .nav-footer li {
    margin: 0 15px 18px;
    font-size: 11px;
  }
}

#str-footer .nav-footer li a {
  color: #fff;
  text-decoration: none;
}

#str-footer .nav-footer li a:hover, #str-footer .nav-footer li a:focus {
  color: #6daf3d;
}

@media only screen and (max-width: 992px) {
  #str-footer .nav-footer li a:hover, #str-footer .nav-footer li a:focus {
    color: #fff;
  }
}

#str-footer .copyright, #str-footer .text-footer {
  margin-bottom: 8px;
  color: #fff;
  font-family: arial, sans-serif;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
}

@media only screen and (max-width: 992px) {
  #str-footer .copyright, #str-footer .text-footer {
    margin-bottom: 10px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  #str-footer .copyright, #str-footer .text-footer {
    font-size: 10px;
  }
}

#str-footer .copyright a, #str-footer .text-footer a {
  color: #fff;
}

/* Main
   ========================================================================== */
#str-contents {
  padding-bottom: 40px;
}

.home #str-contents {
  padding-bottom: 0;
}

[data-script-enabled="true"].scroll-lock #str-contents {
  display: block;
}

@media only screen and (max-width: 992px) {
  [data-script-enabled="true"].scroll-lock #str-contents {
    display: none;
  }
}

#str-contents .str-contents-inner {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1220px;
}

@media only screen and (max-width: 768px) {
  #str-contents .str-contents-inner {
    max-width: none;
    width: 100%;
  }
}

#str-contents .str-contents-outer {
  margin-bottom: 76px;
}

@media only screen and (max-width: 768px) {
  #str-contents .str-contents-outer {
    margin-bottom: 25px;
  }
}

#str-contents .str-contents-outer._bg-01 {
  margin-bottom: 72px;
  padding: 48px 10px 58px;
  background-color: #f67e00;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  #str-contents .str-contents-outer._bg-01 {
    margin-bottom: 25px;
    padding: 26px 0 30px;
  }
}

#str-contents .str-contents-outer._bg-02 {
  margin-bottom: 0;
  padding: 72px 10px 98px;
  background-color: #e5e5e5;
}

@media only screen and (max-width: 768px) {
  #str-contents .str-contents-outer._bg-02 {
    margin-bottom: 0;
    padding: 24px 0 30px;
  }
}

/* Modules
   ========================================================================== */
/* Heading */
.hdg-l1-01 {
  margin-bottom: 48px;
  padding: 56px 10px 52px;
  border-bottom: solid 4px #6daf3d;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .hdg-l1-01 {
    margin-bottom: 24px;
    padding: 12px 10px;
    border-bottom: solid 3px #6daf3d;
    font-size: 24px;
  }
}

.hdg-l2-01 {
  margin-bottom: 36px;
  padding: 0 10px 20px;
  border-bottom: solid 4px #6daf3d;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .hdg-l2-01 {
    margin-bottom: 16px;
    padding: 0 10px 9px;
    border-bottom: solid 3px #6daf3d;
    font-size: 24px;
  }
}

.hdg-l2-01._function {
  padding-top: 5px;
}

@media only screen and (max-width: 360px) {
  .hdg-l2-01._function {
    font-size: 22px;
  }
}

.hdg-l2-01 .txt-strong-01 {
  color: #6daf3d;
  font-size: 72px;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .hdg-l2-01 .txt-strong-01 {
    font-size: 36px;
  }
}

.hdg-l2-02 {
  margin-bottom: 25px;
  color: #808285;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .hdg-l2-02 {
    margin-bottom: 14px;
    font-size: 18px;
  }
}

.hdg-l2-03 {
  margin-bottom: 24px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .hdg-l2-03 {
    margin-bottom: 14px;
    font-size: 18px;
  }
}

.hdg-l2-04 {
  margin-bottom: 20px;
  color: #808285;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .hdg-l2-04 {
    margin-bottom: 14px;
    font-size: 18px;
  }
}

.hdg-l2-05 {
  margin: 60px 0 26px;
  padding-bottom: 10px;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .hdg-l2-05 {
    margin: 40px 0 18px;
    padding-bottom: 12px;
    font-size: 18px;
  }
}

.hdg-l2-05::before {
  display: block;
  background-color: #b2b2b2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
}

.hdg-l2-05::after {
  display: block;
  background-color: #6daf3d;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 240px;
  height: 2px;
  content: "";
}

@media only screen and (max-width: 768px) {
  .hdg-l2-05::after {
    width: 60px;
  }
}

.hdg-l2-05 + .hdg-l3-01 {
  margin: 20px 0;
}

@media only screen and (max-width: 768px) {
  .hdg-l2-05 + .hdg-l3-01 {
    margin: 0 0 16px;
  }
}

.hdg-l3-01 {
  margin: 40px 0 20px;
  padding-bottom: 10px;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .hdg-l3-01 {
    margin: 30px 0 16px;
    padding-bottom: 8px;
    font-size: 16px;
  }
}

.hdg-l3-01::before {
  display: block;
  background-color: #b2b2b2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
}

/* Text */
p {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  p {
    margin-bottom: 16px;
  }
}

.text-lead-01 {
  margin-bottom: 28px;
  padding-top: 15px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .text-lead-01 {
    margin-bottom: 14px;
    padding-top: 0;
    font-size: 16px;
  }
}

.text-lead-02 {
  margin-bottom: 62px;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .text-lead-02 {
    margin-bottom: 15px;
    font-size: 12px;
    text-align: left;
  }
}

.text-contact {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .text-contact {
    margin-bottom: 14px;
    padding: 0 20px;
    text-align: left;
  }
}

.text-center {
  text-align: center;
}

.text-center-02 {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .text-center-02 {
    text-align: left;
  }
}

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

/* List */
.list-ordered-01 {
  margin-bottom: 20px;
  padding-left: 1.5em;
}

@media only screen and (max-width: 768px) {
  .list-ordered-01 {
    margin-bottom: 16px;
  }
}

.list-ordered-01 > li {
  margin-bottom: 5px;
  list-style: decimal;
}

.list-ordered-01 .list-manual-01 {
  margin: 5px 0;
}

.list-manual-01 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .list-manual-01 {
    margin-bottom: 16px;
  }
}

.list-manual-01 > li {
  margin-bottom: 5px;
  padding-left: 1.5em;
  position: relative;
}

.list-manual-01 > li .mark {
  position: absolute;
  top: 0;
  left: 0;
}

.list-manual-01._num > li {
  padding-left: 3em;
}

.list-notice-01 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .list-notice-01 {
    margin-bottom: 16px;
  }
}

.list-notice-01 > li {
  margin-bottom: 5px;
  padding-left: 1.5em;
  position: relative;
  color: #808285;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .list-notice-01 > li {
    font-size: 10px;
  }
}

.list-notice-01 > li .mark {
  position: absolute;
  top: 0;
  left: 0;
}

.list-info-01 {
  border-top: solid 1px #e5e5e5;
}

@media only screen and (max-width: 768px) {
  .list-info-01 {
    margin: 0 -10px;
  }
}

.list-info-01._info-hide {
  border-top: none;
}

[data-script-enabled="true"] .list-info-01._info-hide {
  display: none;
}

.list-info-01 > li {
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: calc(30px + 6em);
  border-bottom: solid 1px #e5e5e5;
  position: relative;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .list-info-01 > li {
    padding: 15px 10px;
    position: static;
  }
}

.list-info-01 > li .date {
  position: absolute;
  top: 30px;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .list-info-01 > li .date {
    display: block;
    margin-bottom: 4px;
    position: static;
  }
}

.list-info-01 > li p:last-child, .list-info-01 > li .list-notice-01:last-child {
  margin-bottom: 0 !important;
}

.list-info-01._info-hidden > li:last-child {
  border-bottom: none;
}

.list-corp-01 {
  padding-top: 6px;
  color: #808285;
  text-align: center;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .list-corp-01 {
    padding-top: 0;
  }
}

.list-corp-01 dt {
  margin-bottom: 0;
}

.list-corp-01 dd + dt {
  margin-top: 24px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .list-corp-01 dd + dt {
    margin-top: 18px;
  }
}

.list-corp-01 dd + dt::before {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #666;
  position: absolute;
  top: -16px;
  right: 0;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
}

@media only screen and (max-width: 768px) {
  .list-corp-01 dd + dt::before {
    top: -12px;
    width: 4px;
    height: 4px;
  }
}

.list-faq-01 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .list-faq-01 {
    margin-bottom: 20px;
  }
}

.list-faq-01 dt, .list-faq-01 dd {
  padding: 4px 0 0 60px;
  position: relative;
  min-height: 40px;
}

@media only screen and (max-width: 768px) {
  .list-faq-01 dt, .list-faq-01 dd {
    padding: 3px 0 0 40px;
    min-height: 30px;
  }
}

.list-faq-01 dt > .mark-q, .list-faq-01 dt > .mark-a, .list-faq-01 dd > .mark-q, .list-faq-01 dd > .mark-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  font-family: arial, sans-serif;
  font-size: 30px;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .list-faq-01 dt > .mark-q, .list-faq-01 dt > .mark-a, .list-faq-01 dd > .mark-q, .list-faq-01 dd > .mark-a {
    width: 30px;
    height: 30px;
    font-size: 24px;
  }
}

.list-faq-01 dt p, .list-faq-01 dd p {
  margin-bottom: 10px;
}

.list-faq-01 dt {
  margin-bottom: 10px;
  color: #6daf3d;
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .list-faq-01 dt {
    font-size: 14px;
  }
}

.list-faq-01 dt > .mark-q {
  background-color: #6daf3d;
  color: #fff;
}

.list-faq-01 dd > .mark-a {
  border: solid 1px #6daf3d;
  background-color: #f0f7ec;
  color: #6daf3d;
}

.list-faq-01 dd > ul, .list-faq-01 dd > ol {
  margin-top: 5px;
}

/* Linklist */
.link_anc_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media only screen and (max-width: 992px) {
  .link_anc_01 {
    display: block;
  }
}

.link_anc_01 > li {
  margin-left: 2px;
  width: calc(296 / 1114 * 100%);
  line-height: 1.5;
}

@media only screen and (max-width: 992px) {
  .link_anc_01 > li {
    margin: 2px 0 0 0;
    width: 100%;
  }
}

.link_anc_01 > li:first-child {
  margin-left: 0;
}

.link_anc_01 > li .btn {
  background-color: #e5e5e5;
  position: relative;
  width: 100%;
  text-align: left;
  line-height: 1.2;
}

.link_anc_01 > li .btn::before {
  display: block;
  margin: auto;
  border-top: 2px solid #2895d5;
  border-right: 2px solid #2895d5;
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 20px;
  width: 9px;
  height: 9px;
  content: "";
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media only screen and (max-width: 992px) {
  .link_anc_01 > li .btn::before {
    top: -4px;
    left: 17px;
  }
}

.link_anc_01 > li .btn::after {
  display: block;
  margin: auto;
  border: solid 2px #2895d5;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 24px;
  height: 24px;
  content: "";
}

@media only screen and (max-width: 992px) {
  .link_anc_01 > li .btn::after {
    right: 15px;
  }
}

.link_anc_01 > li .btn .text {
  display: block;
  padding: 20px 50px;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .link_anc_01 > li .btn .text {
    padding: 15px 45px;
  }
}

.link_anc_01 > li .btn .text::before, .link_anc_01 > li .btn .text::after {
  display: block;
  margin: auto;
  background-color: #2895d5;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  content: "";
}

.link_anc_01 > li .btn .text::before {
  right: 25px;
  width: 14px;
  height: 2px;
}

@media only screen and (max-width: 992px) {
  .link_anc_01 > li .btn .text::before {
    right: 20px;
  }
}

.link_anc_01 > li .btn .text::after {
  right: 31px;
  width: 2px;
  height: 14px;
}

@media only screen and (max-width: 992px) {
  .link_anc_01 > li .btn .text::after {
    right: 26px;
  }
}

.link_anc_01 > li .btn.is-open .text::after {
  display: none;
}

.link_anc_01 > li .btn .toggle-state {
  display: none;
}

.link_anc_01 .content {
  padding: 8px 0;
  background: url("../images/bg-01.png") 0 0 repeat;
}

[data-script-enabled="true"] .link_anc_01 .content {
  display: none;
}

.link_anc_01 .content li {
  line-height: 1.5;
}

.link_anc_01 .content a {
  display: block;
  padding: 8px 15px 8px 52px;
  position: relative;
  color: #000;
}

@media only screen and (max-width: 992px) {
  .link_anc_01 .content a {
    padding: 10px 15px 10px 45px;
  }
}

.link_anc_01 .content a::before {
  display: block;
  margin: auto;
  border-top: 2px solid #2895d5;
  border-right: 2px solid #2895d5;
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 20px;
  width: 9px;
  height: 9px;
  content: "";
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media only screen and (max-width: 992px) {
  .link_anc_01 .content a::before {
    top: -4px;
    left: 17px;
  }
}

/* Button */
.btn-01 {
  text-align: center;
}

.btn-01 a {
  display: inline-block;
  padding: 28px 10px;
  border-radius: 60px;
  background-color: #fff;
  min-width: 400px;
  color: #f67e00;
  font-size: 24px;
  text-decoration: none;
  line-height: 1.1;
}

@media only screen and (max-width: 768px) {
  .btn-01 a {
    padding: 19px 20px;
    min-width: 300px;
    font-size: 18px;
  }
}

.btn-01 a:hover, .btn-01 a:focus {
  background-color: #fee2b8;
}

@media only screen and (max-width: 992px) {
  .btn-01 a:hover, .btn-01 a:focus {
    background-color: #fff;
  }
}

.btn-01 a .icon {
  margin: 0 8px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}

.btn-info-01 {
  display: none;
  position: relative;
}

[data-script-enabled="true"] .btn-info-01 {
  display: block;
  margin: 25px auto;
  position: relative;
}

@media only screen and (max-width: 768px) {
  [data-script-enabled="true"] .btn-info-01 {
    margin: 14px auto;
  }
}

.btn-info-01::after {
  display: block;
  margin: auto;
  border: solid 2px #6daf3d;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  content: "";
}

@media only screen and (max-width: 768px) {
  .btn-info-01::after {
    width: 18px;
    height: 18px;
  }
}

.btn-info-01._btn-hide {
  display: none;
}

.btn-info-01 .btn-info-inner {
  display: block;
  padding: 10px 30px 10px 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .btn-info-01 .btn-info-inner {
    padding: 4px 26px 4px 0;
  }
}

.btn-info-01 .btn-info-inner::before, .btn-info-01 .btn-info-inner::after {
  display: block;
  margin: auto;
  background-color: #6daf3d;
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
}

.btn-info-01 .btn-info-inner::before {
  right: 5px;
  width: 14px;
  height: 2px;
}

@media only screen and (max-width: 768px) {
  .btn-info-01 .btn-info-inner::before {
    right: 4px;
    width: 10px;
    height: 2px;
  }
}

.btn-info-01 .btn-info-inner::after {
  right: 11px;
  width: 2px;
  height: 14px;
}

@media only screen and (max-width: 768px) {
  .btn-info-01 .btn-info-inner::after {
    right: 8px;
    width: 2px;
    height: 10px;
  }
}

/* Box */
.box-about-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 90px;
  padding-top: 10px;
}

@media only screen and (max-width: 768px) {
  .box-about-01 {
    display: block;
    margin-bottom: 30px;
    padding-top: 20px;
  }
}

.box-about-01 .col {
  padding: 25px 10px 30px 30px;
  background-color: #e5e5e5;
  width: calc(380/1200 * 100%);
}

@media only screen and (max-width: 768px) {
  .box-about-01 .col {
    margin-bottom: 30px;
    padding: 20px 10px 20px 20px;
    width: 100%;
  }
}

.box-about-01 .heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .box-about-01 .heading {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 65px;
  }
}

.box-about-01 .heading .hdg {
  width: calc(100% - 150/340 * 100%);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 992px) {
  .box-about-01 .heading .hdg {
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .box-about-01 .heading .hdg {
    width: calc(100% - 100px);
    font-size: 16px;
  }
}

.box-about-01 .heading .hdg .hdg-break-01 {
  display: block;
}

@media only screen and (max-width: 1150px) {
  .box-about-01 .heading .hdg .hdg-break-01 {
    display: inline;
  }
}

.box-about-01 .heading .hdg .hdg-break-02 {
  display: block;
}

@media only screen and (max-width: 1150px) {
  .box-about-01 .heading .hdg .hdg-break-02 {
    display: inline;
  }
}

@media only screen and (max-width: 360px) {
  .box-about-01 .heading .hdg .hdg-break-02 {
    display: block;
  }
}

.box-about-01 .heading .img {
  position: absolute;
  top: -70px;
  right: 0;
  width: calc(150/340 * 100%);
}

@media only screen and (max-width: 1150px) {
  .box-about-01 .heading .img {
    top: -50px;
  }
}

@media only screen and (max-width: 992px) {
  .box-about-01 .heading .img {
    top: -40px;
  }
}

@media only screen and (max-width: 768px) {
  .box-about-01 .heading .img {
    width: 100px;
  }
}

.box-about-01 .contents {
  padding-right: 20px;
}

@media only screen and (max-width: 768px) {
  .box-about-01 .contents {
    padding-right: 10px;
  }
}

.box-about-01 .contents p {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .box-about-01 .contents p {
    line-height: 1.5;
  }
}

/* Layout */
.lay-img-main {
  margin-bottom: 25px;
  background-color: #f3f4ef;
}

@media only screen and (max-width: 768px) {
  .lay-img-main {
    margin-bottom: 13px;
  }
}

.lay-img-main .img {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .lay-img-main .img {
    max-width: none;
    width: 100%;
  }
}

.lay-img-bnr {
  padding-top: 30px;
  text-align: center;
}

.lay-app-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
}

.lay-app-01 .col {
  padding: 0 9px;
  max-width: 286px;
}

@media only screen and (max-width: 768px) {
  .lay-app-01 .col {
    padding: 0 7px;
  }
}

@media only screen and (max-width: 360px) {
  .lay-app-01 .col {
    padding: 0 2px;
  }
}

.lay-app-01 .col dt {
  margin-bottom: 16px;
  padding: 2px;
  border-radius: 20px;
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .lay-app-01 .col dt {
    margin-bottom: 8px;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    color: #808285;
    font-size: 11px;
  }
}

.lay-app-01 .col dd {
  text-align: center;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .lay-app-01 .col dd img {
    max-width: 140px;
  }
}

.lay-app-01 .col dd img:hover, .lay-app-01 .col dd img:focus {
  opacity: .8;
}

@media only screen and (max-width: 992px) {
  .lay-app-01 .col dd img:hover, .lay-app-01 .col dd img:focus {
    opacity: 1;
  }
}

.lay-func-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding-top: 15px;
  overflow: hidden;
}

@media only screen and (max-width: 992px) {
  .lay-func-01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0 0 10px;
    padding-top: 0;
  }
}

.lay-func-01 .col {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px;
  margin-left: calc(29/1200 * 100%);
  width: calc(380/1200 * 100%);
}

.lay-func-01 .col:nth-child(3n-2) {
  margin-left: 0;
}

@media only screen and (max-width: 992px) {
  .lay-func-01 .col {
    margin: 0 0 20px;
    width: 100%;
  }
}

.lay-func-01 .col > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  color: #000;
  text-decoration: none;
}

.lay-func-01 .col > a:hover, .lay-func-01 .col > a:focus {
  background-color: #e9f4fb;
}

@media only screen and (max-width: 992px) {
  .lay-func-01 .col > a:hover, .lay-func-01 .col > a:focus {
    background-color: #fff;
  }
}

.lay-func-01 .col .col-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 32px 40px 32px;
  border: solid 1px #e5e5e5;
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .lay-func-01 .col .col-inner {
    padding: 14px 20px 20px;
  }
}

.lay-func-01 .col .col-inner::before {
  display: block;
  position: absolute;
  top: 28px;
  right: 30px;
  width: 102px;
  height: 145px;
  content: "";
}

@media only screen and (max-width: 768px) {
  .lay-func-01 .col .col-inner::before {
    top: 12px;
    right: 18px;
    width: 73px;
    height: 96px;
  }
}

.lay-func-01 .col .col-inner._bg-01::before {
  background-image: url(../images/sprite.png);
  background-position: -104px 0;
  width: 102px;
  height: 145px;
}

@media only screen and (max-width: 768px) {
  .lay-func-01 .col .col-inner._bg-01::before {
    background-image: url(../images/sprite.png);
    background-position: -520px 0;
    width: 73px;
    height: 96px;
  }
}

.lay-func-01 .col .col-inner._bg-02::before {
  background-image: url(../images/sprite.png);
  background-position: -104px -294px;
  width: 102px;
  height: 145px;
}

@media only screen and (max-width: 768px) {
  .lay-func-01 .col .col-inner._bg-02::before {
    background-image: url(../images/sprite.png);
    background-position: -433px -294px;
    width: 73px;
    height: 96px;
  }
}

.lay-func-01 .col .col-inner._bg-03::before {
  background-image: url(../images/sprite.png);
  background-position: -208px 0;
  width: 102px;
  height: 145px;
}

@media only screen and (max-width: 768px) {
  .lay-func-01 .col .col-inner._bg-03::before {
    background-image: url(../images/sprite.png);
    background-position: -358px -294px;
    width: 73px;
    height: 96px;
  }
}

.lay-func-01 .col .col-inner._bg-04::before {
  background-image: url(../images/sprite.png);
  background-position: 0 -147px;
  width: 102px;
  height: 145px;
}

@media only screen and (max-width: 768px) {
  .lay-func-01 .col .col-inner._bg-04::before {
    background-image: url(../images/sprite.png);
    background-position: -283px -294px;
    width: 73px;
    height: 96px;
  }
}

.lay-func-01 .col .col-inner._bg-05::before {
  background-image: url(../images/sprite.png);
  background-position: -104px -147px;
  width: 102px;
  height: 145px;
}

@media only screen and (max-width: 768px) {
  .lay-func-01 .col .col-inner._bg-05::before {
    background-image: url(../images/sprite.png);
    background-position: -520px -98px;
    width: 73px;
    height: 96px;
  }
}

.lay-func-01 .col .col-inner._bg-06::before {
  background-image: url(../images/sprite.png);
  background-position: -208px -147px;
  width: 102px;
  height: 145px;
}

@media only screen and (max-width: 768px) {
  .lay-func-01 .col .col-inner._bg-06::before {
    background-image: url(../images/sprite.png);
    background-position: -208px -294px;
    width: 73px;
    height: 96px;
  }
}

.lay-func-01 .col .func-dlist {
  z-index: 10;
}

.lay-func-01 .col dt {
  margin-bottom: 24px;
  position: relative;
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .lay-func-01 .col dt {
    margin-bottom: 18px;
    font-size: 16px;
  }
}

.lay-func-01 .col dt::after {
  display: block;
  margin: auto;
  background-color: #2895d5;
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 50px;
  height: 2px;
  content: "";
}

@media only screen and (max-width: 768px) {
  .lay-func-01 .col dt::after {
    bottom: -8px;
    width: 36px;
  }
}

.lay-func-01 .col dd {
  margin-bottom: 24px;
}

@media only screen and (max-width: 768px) {
  .lay-func-01 .col dd {
    margin-bottom: 12px;
    line-height: 1.5;
  }
}

.lay-func-01 .col dd .txt-strong-01 {
  color: #2895d5;
}

.lay-func-01 .col .btn {
  display: block;
  margin: 0 auto;
  padding: 7px;
  border: solid 1px #2895d5;
  border-radius: 30px;
  background-color: #fff;
  z-index: 10;
  width: 200px;
  color: #000;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .lay-func-01 .col .btn {
    padding: 9px;
  }
}

.lay-func-01 .col .btn .text {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  line-height: 1.5;
}

.lay-func-01 .col .btn .text::after {
  display: block;
  border-top: 2px solid #2895d5;
  border-right: 2px solid #2895d5;
  position: absolute;
  top: .35em;
  right: 0;
  width: 9px;
  height: 9px;
  content: "";
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media only screen and (max-width: 768px) {
  .lay-func-01 .col .btn .text::after {
    top: .25em;
  }
}

.lay-func-02 {
  margin-bottom: 70px;
  border-top: #e5e5e5 solid 1px;
}

@media only screen and (max-width: 768px) {
  .lay-func-02 {
    margin-bottom: 24px;
  }
}

.lay-func-02 .lay-func-inner {
  padding: 40px 0;
  border-bottom: #e5e5e5 solid 1px;
}

@media only screen and (max-width: 768px) {
  .lay-func-02 .lay-func-inner {
    padding: 26px 0 30px;
  }
}

.lay-func-02 .col {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  max-width: 1220px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .lay-func-02 .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
}

.lay-func-02 .col::before {
  display: block;
  position: absolute;
  z-index: -1;
  top: 4px;
  left: 30px;
  width: 102px;
  height: 145px;
  content: "";
}

@media only screen and (max-width: 768px) {
  .lay-func-02 .col::before {
    top: -4px;
    left: 20px;
    width: 74px;
    height: 94px;
  }
}

.lay-func-02 .col._bg-01::before {
  background-image: url(../images/sprite.png);
  background-position: 0 0;
  width: 102px;
  height: 145px;
}

@media only screen and (max-width: 768px) {
  .lay-func-02 .col._bg-01::before {
    background-image: url(../images/sprite.png);
    background-position: -380px -441px;
    width: 74px;
    height: 94px;
  }
}

.lay-func-02 .col._bg-02::before {
  background-image: url(../images/sprite.png);
  background-position: 0 -294px;
  width: 102px;
  height: 145px;
}

@media only screen and (max-width: 768px) {
  .lay-func-02 .col._bg-02::before {
    background-image: url(../images/sprite.png);
    background-position: -76px -441px;
    width: 74px;
    height: 94px;
  }
}

.lay-func-02 .col._bg-03::before {
  background-image: url(../images/sprite.png);
  background-position: -416px -147px;
  width: 102px;
  height: 145px;
}

@media only screen and (max-width: 768px) {
  .lay-func-02 .col._bg-03::before {
    background-image: url(../images/sprite.png);
    background-position: -152px -441px;
    width: 74px;
    height: 94px;
  }
}

.lay-func-02 .col._bg-04::before {
  background-image: url(../images/sprite.png);
  background-position: -416px 0;
  width: 102px;
  height: 145px;
}

@media only screen and (max-width: 768px) {
  .lay-func-02 .col._bg-04::before {
    background-image: url(../images/sprite.png);
    background-position: -228px -441px;
    width: 74px;
    height: 94px;
  }
}

.lay-func-02 .col._bg-05::before {
  background-image: url(../images/sprite.png);
  background-position: -312px -147px;
  width: 102px;
  height: 145px;
}

@media only screen and (max-width: 768px) {
  .lay-func-02 .col._bg-05::before {
    background-image: url(../images/sprite.png);
    background-position: -304px -441px;
    width: 74px;
    height: 94px;
  }
}

.lay-func-02 .col._bg-06::before {
  background-image: url(../images/sprite.png);
  background-position: -312px 0;
  width: 102px;
  height: 145px;
}

@media only screen and (max-width: 768px) {
  .lay-func-02 .col._bg-06::before {
    background-image: url(../images/sprite.png);
    background-position: 0 -441px;
    width: 74px;
    height: 94px;
  }
}

.lay-func-02 .col .content {
  width: calc(100% - 400px);
}

@media only screen and (max-width: 992px) {
  .lay-func-02 .col .content {
    width: calc(100% - 300px);
  }
}

@media only screen and (max-width: 768px) {
  .lay-func-02 .col .content {
    width: 100%;
  }
}

.lay-func-02 .col .content .hdg {
  margin-bottom: 16px;
  color: #6daf3d;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .lay-func-02 .col .content .hdg {
    margin-bottom: 24px;
    font-size: 16px;
    text-align: center;
  }
}

.lay-func-02 .col .content .lead {
  font-size: 20px;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .lay-func-02 .col .content .lead {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.lay-func-02 .col .content .lead + p {
  margin-bottom: 14px;
}

@media only screen and (max-width: 768px) {
  .lay-func-02 .col .content .lead + p {
    margin-bottom: 28px;
    font-size: 12px;
    line-height: 1.5;
  }
}

.lay-func-02 .col .img {
  padding-left: 40px;
}

@media only screen and (max-width: 768px) {
  .lay-func-02 .col .img {
    padding-left: 0;
    text-align: center;
  }
}

.lay-func-02 .col .img img {
  max-width: inherit;
}

@media only screen and (max-width: 992px) {
  .lay-func-02 .col .img img {
    max-width: 260px;
  }
}

@media only screen and (max-width: 768px) {
  .lay-func-02 .col .img img {
    max-width: 100%;
  }
}