@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
.cat2 {
  background: #FF6C00;
  color: #fff;
  border: 1px solid #FF6C00;
}

.cat7 {
  background: #2A70D0;
  color: #fff;
  border: 1px solid #2A70D0;
}

.cat8 {
  background: #4D4D4D;
  color: #fff;
  border: 1px solid #4D4D4D;
}

.cat12 {
  background: #53B65A;
  color: #fff;
  border: 1px solid #53B65A;
}

.cat13 {
  border: 1px solid #877BE6;
  color: #877BE6;
  background: #fff;
}

.cat4 {
  background: #fff;
  color: #E279CD;
  border: 1px solid #E279CD;
}

.cat3 {
  background: #fff;
  border: 1px solid #BA5F5E;
  color: #BA5F5E;
}

.cat14 {
  border: 1px solid #9E984E;
  background: #fff;
  color: #9E984E;
}

.cat5 {
  border: 1px solid #2A70D0;
  background: #fff;
  color: #2A70D0;
}

.cat6 {
  border: 1px solid #53B65A;
  background: #fff;
  color: #53B65A;
}

.cat1 {
  border: 1px solid #747474;
  background: #fff;
  color: #747474;
}

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

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

body {
  margin: 0;
  padding: 0;
}

a {
  outline: 0;
  box-sizing: border-box;
}

li {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style-type: none;
  line-height: 150%;
}

dl, menu, ol, ul {
  margin: 0;
  padding: 0;
}

dt, dd {
  margin: 0;
  padding: 0;
  line-height: 150%;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  image-rendering: -webkit-optimize-contrast;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
  padding: 0;
}

form {
  margin: 0;
  padding: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0;
  padding: 0;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  white-space: normal;
  padding: 0;
}

button, input, select, textarea {
  padding: 0;
}

button, input {
  line-height: normal;
}

button, html input[type=button] {
  -webkit-appearance: button;
}

button[disabled], input[disabled] {
  cursor: default;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

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

th, td {
  line-height: 150%;
}

body {
  text-align: center;
  color: #4d4d4d;
}

h1, h2, h3, h4, h5, h6, p, li, th, td, dt, dd, pre, code, input, textarea, button, select, option, blockquote, q {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic, Karla", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: palt;
  -webkit-font-feature-settings: palt;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

div, section, header, footer, nav, figure, ul, dl, table {
  box-sizing: border-box;
}

select {
  width: 100%;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  background: #E7E7E7;
  border-radius: 10px;
}

a {
  color: #0AB559;
  text-emphasis: none;
}
a:hover {
  color: #4d4d4d;
  text-emphasis: none;
}

a.btn01,
input.btn01,
button.btn01 {
  box-shadow: 0 0 0 1px #FF6C00;
  border: none !important;
  width: 190px;
  line-height: 54px;
  padding: 0;
  display: block;
  text-align: center;
  font-size: 20px;
  color: #FF6C00;
  border-radius: 6px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: 0;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  background: #fff;
}
@media (max-width: 991px) {
  a.btn01,
input.btn01,
button.btn01 {
    font-size: 15px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 18px !important;
  }
}
a.btn01:hover,
input.btn01:hover,
button.btn01:hover {
  box-shadow: 0 0 0 1px #FF6C00;
  border: none !important;
  background: #FF6C00;
  color: #fff;
  text-decoration: none;
}

a.btn01-small,
input.btn01-small,
button.btn01-small {
  box-shadow: 0 0 0 1px #FF6C00;
  border: none !important;
  width: 190px;
  line-height: 30px;
  display: block;
  padding: 0;
  text-align: center;
  font-size: 17px;
  color: #FF6C00;
  border-radius: 6px;
  margin-left: auto;
  margin-right: 0;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  background: #fff;
}
@media (max-width: 991px) {
  a.btn01-small,
input.btn01-small,
button.btn01-small {
    line-height: 30px;
    font-size: 15px;
  }
}
a.btn01-small:hover,
input.btn01-small:hover,
button.btn01-small:hover {
  box-shadow: 0 0 0 1px #FF6C00;
  border: none !important;
  background: #FF6C00;
  color: #fff;
  text-decoration: none;
}

a.btn02,
input.btn02,
button.btn02 {
  box-shadow: 0 0 0 1px #0AB559;
  border: none !important;
  line-height: 60px;
  padding: 0;
  display: block;
  text-align: center;
  font-size: 20px;
  border-radius: 6px;
  margin-left: auto;
  margin-right: 0;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  background: #fff;
  width: 190px;
}
@media (max-width: 991px) {
  a.btn02,
input.btn02,
button.btn02 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 18px !important;
    font-size: 15px;
  }
}
a.btn02:link, a.btn02:active, a.btn02:visited,
input.btn02:link,
input.btn02:active,
input.btn02:visited,
button.btn02:link,
button.btn02:active,
button.btn02:visited {
  color: #0AB559;
}
a.btn02:hover,
input.btn02:hover,
button.btn02:hover {
  box-shadow: 0 0 0 1px #0AB559;
  border: none !important;
  background: #0AB559 !important;
  color: #fff !important;
  text-decoration: none;
  opacity: 1 !important;
}

a.btn02-small,
input.btn02-small,
button.btn02-small {
  box-shadow: 0 0 0 1px #0AB559;
  border: none !important;
  line-height: 30px;
  display: block;
  padding: 0;
  text-align: center;
  font-size: 17px;
  color: #0AB559;
  border-radius: 6px;
  margin-left: auto;
  margin-right: 0;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  background: #fff;
}
@media (max-width: 991px) {
  a.btn02-small,
input.btn02-small,
button.btn02-small {
    line-height: 30px;
    font-size: 15px;
  }
}
a.btn02-small:hover,
input.btn02-small:hover,
button.btn02-small:hover {
  background: #0AB559 !important;
  border: none !important;
  color: #fff !important;
  text-decoration: none;
  opacity: 1 !important;
}

div.btn02 {
  margin-top: 20px;
}
div.btn02 a {
  box-shadow: 0 0 0 1px #0AB559;
  border: none !important;
  line-height: 60px;
  padding: 0;
  display: block;
  text-align: center;
  font-size: 20px;
  border-radius: 6px;
  margin-left: auto;
  margin-right: 0;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  background: #fff;
}
@media (max-width: 991px) {
  div.btn02 a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 18px !important;
    font-size: 15px;
  }
}
div.btn02 a:link, div.btn02 a:active, div.btn02 a:visited {
  color: #0AB559;
}
div.btn02 a:hover {
  box-shadow: 0 0 0 1px #0AB559;
  border: none !important;
  background: #0AB559 !important;
  color: #fff !important;
  text-decoration: none;
  opacity: 1 !important;
}

.has-black-color {
  color: #4d4d4d !important;
}

img {
  width: auto;
  height: auto;
}

.wp-block-group {
  margin: 0;
  padding: 0;
}
.wp-block-group .wp-block-group__inner-container {
  margin: 0;
  padding: 0;
}

.wp-block-buttons .wp-block-button,
.wp-block-buttons .is-style-outline {
  margin: 0;
  padding: 0;
}
.wp-block-buttons .wp-block-button > a,
.wp-block-buttons .is-style-outline > a {
  padding: 0px 25px;
  transition: all 0.3s ease 0s;
  line-height: 60px;
}
.wp-block-buttons .wp-block-button > a:hover,
.wp-block-buttons .is-style-outline > a:hover {
  opacity: 0.5;
}

.wp-block-cover {
  padding: 0;
  margin: 0;
}
.wp-block-cover .wp-block-cover__inner-container {
  padding: 0;
  margin: 0;
}

.wp-block-image {
  margin: 0;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 30px;
}

.has-media-on-the-right .wp-block-media-text__content {
  padding: 0 30px 0 0;
}

.wp-block-columns .wp-block-column {
  margin-left: 0;
}

@media (max-width: 599px) {
  .wp-block-cover .wp-block-embed {
    min-width: 100%;
  }
  .wp-block-cover .wp-block-embed iframe {
    height: 240px !important;
  }
}

.is-provider-youtube {
  width: 100%;
  min-width: unset;
}

@media (max-width: 991px) {
  .wp-block-spacer[style="height:30px"] {
    height: 15px !important;
  }

  .wp-block-spacer[style="height:31px"] {
    height: 15.5px !important;
  }

  .wp-block-spacer[style="height:32px"] {
    height: 16px !important;
  }

  .wp-block-spacer[style="height:33px"] {
    height: 16.5px !important;
  }

  .wp-block-spacer[style="height:34px"] {
    height: 17px !important;
  }

  .wp-block-spacer[style="height:35px"] {
    height: 17.5px !important;
  }

  .wp-block-spacer[style="height:36px"] {
    height: 18px !important;
  }

  .wp-block-spacer[style="height:37px"] {
    height: 18.5px !important;
  }

  .wp-block-spacer[style="height:38px"] {
    height: 19px !important;
  }

  .wp-block-spacer[style="height:39px"] {
    height: 19.5px !important;
  }

  .wp-block-spacer[style="height:40px"] {
    height: 20px !important;
  }

  .wp-block-spacer[style="height:41px"] {
    height: 20.5px !important;
  }

  .wp-block-spacer[style="height:42px"] {
    height: 21px !important;
  }

  .wp-block-spacer[style="height:43px"] {
    height: 21.5px !important;
  }

  .wp-block-spacer[style="height:44px"] {
    height: 22px !important;
  }

  .wp-block-spacer[style="height:45px"] {
    height: 22.5px !important;
  }

  .wp-block-spacer[style="height:46px"] {
    height: 23px !important;
  }

  .wp-block-spacer[style="height:47px"] {
    height: 23.5px !important;
  }

  .wp-block-spacer[style="height:48px"] {
    height: 24px !important;
  }

  .wp-block-spacer[style="height:49px"] {
    height: 24.5px !important;
  }

  .wp-block-spacer[style="height:50px"] {
    height: 25px !important;
  }

  .wp-block-spacer[style="height:51px"] {
    height: 25.5px !important;
  }

  .wp-block-spacer[style="height:52px"] {
    height: 26px !important;
  }

  .wp-block-spacer[style="height:53px"] {
    height: 26.5px !important;
  }

  .wp-block-spacer[style="height:54px"] {
    height: 27px !important;
  }

  .wp-block-spacer[style="height:55px"] {
    height: 27.5px !important;
  }

  .wp-block-spacer[style="height:56px"] {
    height: 28px !important;
  }

  .wp-block-spacer[style="height:57px"] {
    height: 28.5px !important;
  }

  .wp-block-spacer[style="height:58px"] {
    height: 29px !important;
  }

  .wp-block-spacer[style="height:59px"] {
    height: 29.5px !important;
  }

  .wp-block-spacer[style="height:60px"] {
    height: 30px !important;
  }

  .wp-block-spacer[style="height:61px"] {
    height: 30.5px !important;
  }

  .wp-block-spacer[style="height:62px"] {
    height: 31px !important;
  }

  .wp-block-spacer[style="height:63px"] {
    height: 31.5px !important;
  }

  .wp-block-spacer[style="height:64px"] {
    height: 32px !important;
  }

  .wp-block-spacer[style="height:65px"] {
    height: 32.5px !important;
  }

  .wp-block-spacer[style="height:66px"] {
    height: 33px !important;
  }

  .wp-block-spacer[style="height:67px"] {
    height: 33.5px !important;
  }

  .wp-block-spacer[style="height:68px"] {
    height: 34px !important;
  }

  .wp-block-spacer[style="height:69px"] {
    height: 34.5px !important;
  }

  .wp-block-spacer[style="height:70px"] {
    height: 35px !important;
  }

  .wp-block-spacer[style="height:71px"] {
    height: 35.5px !important;
  }

  .wp-block-spacer[style="height:72px"] {
    height: 36px !important;
  }

  .wp-block-spacer[style="height:73px"] {
    height: 36.5px !important;
  }

  .wp-block-spacer[style="height:74px"] {
    height: 37px !important;
  }

  .wp-block-spacer[style="height:75px"] {
    height: 37.5px !important;
  }

  .wp-block-spacer[style="height:76px"] {
    height: 38px !important;
  }

  .wp-block-spacer[style="height:77px"] {
    height: 38.5px !important;
  }

  .wp-block-spacer[style="height:78px"] {
    height: 39px !important;
  }

  .wp-block-spacer[style="height:79px"] {
    height: 39.5px !important;
  }

  .wp-block-spacer[style="height:80px"] {
    height: 40px !important;
  }

  .wp-block-spacer[style="height:81px"] {
    height: 40.5px !important;
  }

  .wp-block-spacer[style="height:82px"] {
    height: 41px !important;
  }

  .wp-block-spacer[style="height:83px"] {
    height: 41.5px !important;
  }

  .wp-block-spacer[style="height:84px"] {
    height: 42px !important;
  }

  .wp-block-spacer[style="height:85px"] {
    height: 42.5px !important;
  }

  .wp-block-spacer[style="height:86px"] {
    height: 43px !important;
  }

  .wp-block-spacer[style="height:87px"] {
    height: 43.5px !important;
  }

  .wp-block-spacer[style="height:88px"] {
    height: 44px !important;
  }

  .wp-block-spacer[style="height:89px"] {
    height: 44.5px !important;
  }

  .wp-block-spacer[style="height:90px"] {
    height: 45px !important;
  }

  .wp-block-spacer[style="height:91px"] {
    height: 45.5px !important;
  }

  .wp-block-spacer[style="height:92px"] {
    height: 46px !important;
  }

  .wp-block-spacer[style="height:93px"] {
    height: 46.5px !important;
  }

  .wp-block-spacer[style="height:94px"] {
    height: 47px !important;
  }

  .wp-block-spacer[style="height:95px"] {
    height: 47.5px !important;
  }

  .wp-block-spacer[style="height:96px"] {
    height: 48px !important;
  }

  .wp-block-spacer[style="height:97px"] {
    height: 48.5px !important;
  }

  .wp-block-spacer[style="height:98px"] {
    height: 49px !important;
  }

  .wp-block-spacer[style="height:99px"] {
    height: 49.5px !important;
  }

  .wp-block-spacer[style="height:100px"] {
    height: 50px !important;
  }

  .wp-block-spacer[style="height:101px"] {
    height: 50.5px !important;
  }

  .wp-block-spacer[style="height:102px"] {
    height: 51px !important;
  }

  .wp-block-spacer[style="height:103px"] {
    height: 51.5px !important;
  }

  .wp-block-spacer[style="height:104px"] {
    height: 52px !important;
  }

  .wp-block-spacer[style="height:105px"] {
    height: 52.5px !important;
  }

  .wp-block-spacer[style="height:106px"] {
    height: 53px !important;
  }

  .wp-block-spacer[style="height:107px"] {
    height: 53.5px !important;
  }

  .wp-block-spacer[style="height:108px"] {
    height: 54px !important;
  }

  .wp-block-spacer[style="height:109px"] {
    height: 54.5px !important;
  }

  .wp-block-spacer[style="height:110px"] {
    height: 55px !important;
  }

  .wp-block-spacer[style="height:111px"] {
    height: 55.5px !important;
  }

  .wp-block-spacer[style="height:112px"] {
    height: 56px !important;
  }

  .wp-block-spacer[style="height:113px"] {
    height: 56.5px !important;
  }

  .wp-block-spacer[style="height:114px"] {
    height: 57px !important;
  }

  .wp-block-spacer[style="height:115px"] {
    height: 57.5px !important;
  }

  .wp-block-spacer[style="height:116px"] {
    height: 58px !important;
  }

  .wp-block-spacer[style="height:117px"] {
    height: 58.5px !important;
  }

  .wp-block-spacer[style="height:118px"] {
    height: 59px !important;
  }

  .wp-block-spacer[style="height:119px"] {
    height: 59.5px !important;
  }

  .wp-block-spacer[style="height:120px"] {
    height: 60px !important;
  }

  .wp-block-spacer[style="height:121px"] {
    height: 60.5px !important;
  }

  .wp-block-spacer[style="height:122px"] {
    height: 61px !important;
  }

  .wp-block-spacer[style="height:123px"] {
    height: 61.5px !important;
  }

  .wp-block-spacer[style="height:124px"] {
    height: 62px !important;
  }

  .wp-block-spacer[style="height:125px"] {
    height: 62.5px !important;
  }

  .wp-block-spacer[style="height:126px"] {
    height: 63px !important;
  }

  .wp-block-spacer[style="height:127px"] {
    height: 63.5px !important;
  }

  .wp-block-spacer[style="height:128px"] {
    height: 64px !important;
  }

  .wp-block-spacer[style="height:129px"] {
    height: 64.5px !important;
  }

  .wp-block-spacer[style="height:130px"] {
    height: 65px !important;
  }

  .wp-block-spacer[style="height:131px"] {
    height: 65.5px !important;
  }

  .wp-block-spacer[style="height:132px"] {
    height: 66px !important;
  }

  .wp-block-spacer[style="height:133px"] {
    height: 66.5px !important;
  }

  .wp-block-spacer[style="height:134px"] {
    height: 67px !important;
  }

  .wp-block-spacer[style="height:135px"] {
    height: 67.5px !important;
  }

  .wp-block-spacer[style="height:136px"] {
    height: 68px !important;
  }

  .wp-block-spacer[style="height:137px"] {
    height: 68.5px !important;
  }

  .wp-block-spacer[style="height:138px"] {
    height: 69px !important;
  }

  .wp-block-spacer[style="height:139px"] {
    height: 69.5px !important;
  }

  .wp-block-spacer[style="height:140px"] {
    height: 70px !important;
  }

  .wp-block-spacer[style="height:141px"] {
    height: 70.5px !important;
  }

  .wp-block-spacer[style="height:142px"] {
    height: 71px !important;
  }

  .wp-block-spacer[style="height:143px"] {
    height: 71.5px !important;
  }

  .wp-block-spacer[style="height:144px"] {
    height: 72px !important;
  }

  .wp-block-spacer[style="height:145px"] {
    height: 72.5px !important;
  }

  .wp-block-spacer[style="height:146px"] {
    height: 73px !important;
  }

  .wp-block-spacer[style="height:147px"] {
    height: 73.5px !important;
  }

  .wp-block-spacer[style="height:148px"] {
    height: 74px !important;
  }

  .wp-block-spacer[style="height:149px"] {
    height: 74.5px !important;
  }

  .wp-block-spacer[style="height:150px"] {
    height: 75px !important;
  }
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
}
@media (max-width: 1499px) {
  header {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 991px) {
  header {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  }
}
header h1 {
  background: url(../img/logo.svg) no-repeat left center/contain;
  position: absolute;
}
@media (min-width: 1500px) {
  header h1 {
    width: 398px;
    height: 75px;
    top: 30px;
    left: 20px;
  }
}
@media (max-width: 1499px) {
  header h1 {
    width: 230px;
    height: 65px;
    top: 16px;
    left: 10px;
    transition: all 0.3s ease 0s;
  }
  header h1:hover {
    opacity: 0.7;
  }
}
@media (max-width: 991px) {
  header h1 {
    width: 200px;
    height: 55px;
    top: 3px;
    left: 10px;
  }
}
@media (max-width: 374px) {
  header h1 {
    width: 170px;
  }
}
header h1 span {
  display: none;
}
header h1 a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
header .arukuma {
  position: absolute;
}
@media (min-width: 1500px) {
  header .arukuma {
    width: 113px;
    height: 134px;
    left: 430px;
    top: 1px;
  }
}
@media (min-width: 992px) and (max-width: 1499px) {
  header .arukuma {
    width: 110px;
    height: 94px;
    left: 250px;
    top: 0px;
  }
}
@media (max-width: 991px) {
  header .arukuma {
    width: 88px;
    height: 54px;
    left: 220px;
    top: 6px;
  }
}
@media (max-width: 374px) {
  header .arukuma {
    left: 190px;
  }
}
header .arukuma img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header .sub {
  position: absolute;
}
@media (min-width: 992px) {
  header .sub {
    width: 465px;
    height: 34px;
    right: 0;
    top: 0;
    border: 1px solid #0AB559;
    border-top: none;
    border-radius: 0 0 0px 6px;
    overflow: hidden;
  }
  header .sub ul {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
  }
  header .sub li {
    width: 33.333%;
    list-style-type: none;
    text-align: center;
  }
}
@media (min-width: 992px) and (min-width: 1500px) {
  header .sub li {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1499px) {
  header .sub li {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  header .sub a {
    color: #0AB559;
    display: block;
    line-height: 34px;
    width: 100%;
    transition: all 0.3s ease 0s;
    text-decoration: none;
  }
  header .sub a:hover {
    background: #0AB559;
    color: #fff;
  }
  header .sub a .icon {
    display: inline-block;
    position: relative;
    margin-right: 5px;
  }
  header .sub a svg {
    zoom: 0.8;
  }
  header .sub a svg path {
    transition: all 0.3s ease 0s;
  }
}
@media (min-width: 992px) {
  header .sub a.access {
    border-right: 1px solid #0AB559;
  }
  header .sub a.access .icon {
    width: 23px;
    height: 28px;
    top: -3px;
  }
  header .sub a.access:hover svg path {
    fill: #fff;
  }
}
@media (min-width: 992px) {
  header .sub a.contact {
    border-right: 1px solid #0AB559;
  }
  header .sub a.contact .icon {
    width: 32px;
    height: 24px;
    top: -2px;
  }
  header .sub a.contact:hover svg g {
    fill: #fff;
  }
}
@media (min-width: 992px) {
  header .sub a.register {
    background: #0AB559;
    color: #fff;
  }
  header .sub a.register .icon {
    width: 27px;
    height: 27px;
    border-radius: 19px;
    background: #fff;
    top: 3px;
    transition: all 0.3s ease 0s;
  }
  header .sub a.register .icon svg {
    width: 19px;
    height: 26px;
    position: relative;
    top: -9px;
    zoom: 0.7;
  }
  header .sub a.register:hover {
    background: #fff;
    color: #0AB559;
  }
  header .sub a.register:hover .icon {
    background: #0AB559;
  }
  header .sub a.register:hover svg g {
    fill: #fff;
  }
}
@media (min-width: 1500px) {
  header .sub {
    width: 665px;
    height: 54px;
    right: 0;
  }
  header .sub li {
    font-size: 17px;
  }
  header .sub a {
    line-height: 54px;
  }
  header .sub a svg {
    zoom: 1;
  }
  header .sub a.register .icon {
    width: 37px;
    height: 37px;
    top: 8px;
  }
  header .sub a.register .icon svg {
    width: 19px;
    height: 26px;
    top: -9px;
    zoom: 1;
  }
}
@media (max-width: 991px) {
  header .sub {
    display: none;
  }
}
header .global {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (min-width: 1500px) {
  header .global {
    max-width: 1000px;
    width: calc( 100% - 550px );
    height: 60px;
  }
  header .global li {
    flex: 0 0 20%;
  }
}
@media (max-width: 1499px) {
  header .global {
    width: calc( 100% - 350px );
    height: 50px;
  }
  header .global li {
    flex: 0 0 18%;
    max-width: 120px;
  }
  header .global li:first-of-type {
    flex: 0 0 24%;
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  header .global {
    display: none;
  }
}
header .global ul.parent {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  width: 100%;
}
header .global li {
  list-style-type: none;
  position: static;
  border-radius: 6px 6px 0 0;
}
header .global li.active {
  background: #0AB559;
}
header .global li.active > a, header .global li.active span {
  color: #fff;
}
header .global li a, header .global li span {
  color: #4D4D4D;
  text-decoration: none;
  cursor: pointer;
  display: block;
  width: 100%;
}
@media (min-width: 1500px) {
  header .global li a, header .global li span {
    font-size: 17px;
    line-height: 60px;
  }
}
@media (max-width: 1499px) {
  header .global li a, header .global li span {
    font-size: 14px;
    line-height: 50px;
  }
}

.sticky-header-display {
  position: fixed;
  left: 0;
  animation-name: sticky-header-display-animation;
  animation-duration: 0.25s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.sticky-header-hide {
  position: fixed;
  left: 0;
  animation-name: sticky-header-hide-animation;
  animation-duration: 0.25s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.expand-navs {
  position: fixed;
  right: 0;
  z-index: 990;
}
@media (min-width: 1500px) {
  .expand-navs {
    width: calc( 100% - 520px );
    max-width: 1050px;
  }
}
@media (max-width: 1499px) {
  .expand-navs {
    width: calc( 100% - 350px );
    max-width: 1000px;
  }
}
@media (max-width: 991px) {
  .expand-navs {
    display: none;
  }
}
.expand-navs .expand {
  display: none;
  position: absolute;
  background: white;
  width: 100%;
  text-align: left;
  border-top: 2px solid #0AB559;
  right: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  top: 0;
}
@media (min-width: 1500px) {
  .expand-navs .expand {
    padding: 30px 60px 10px;
  }
}
@media (max-width: 1499px) {
  .expand-navs .expand {
    padding: 30px 30px 10px;
  }
}
.expand-navs .expand ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.expand-navs .expand li {
  margin-bottom: 20px;
}
@media (min-width: 1300px) {
  .expand-navs .expand li {
    font-size: 16px;
    width: 29%;
  }
}
@media (max-width: 1299px) {
  .expand-navs .expand li {
    font-size: 14px;
    margin-right: 20px;
  }
}
.expand-navs .expand li a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 140%;
  box-sizing: border-box;
  color: #404040;
}
@media (min-width: 1300px) {
  .expand-navs .expand li a {
    background: url(../img/right-icon03.svg) no-repeat left top 7px/auto 12px;
  }
}
@media (max-width: 1299px) {
  .expand-navs .expand li a {
    background: url(../img/right-icon03.svg) no-repeat left top 4px/auto 12px;
  }
}

.sp-global .expand {
  background: rgba(244, 244, 244, 0.5);
  margin-bottom: 20px;
}
.sp-global .expand ul {
  padding-top: 15px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-bottom: 0px !important;
}
.sp-global .expand ul li {
  border-bottom: none;
}
.sp-global .expand ul li a {
  line-height: 20px !important;
  background: url(../img/right-icon03.svg) no-repeat left 5px top 6px/auto 9px;
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 14px;
}

.is-style-message-header {
  display: inline-block;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: 0;
  border-bottom: 1px solid #0AB559;
  padding-bottom: 10px;
  font-size: 35px;
}
.is-style-message-header sub {
  position: relative;
  top: -2px;
  font-size: 20px;
}

.spbtn {
  width: 55px;
  height: 55px;
  background: #fff;
  position: absolute;
  top: 4px;
  right: 0px;
  box-sizing: border-box;
  padding: 15px;
}
@media (min-width: 992px) {
  .spbtn {
    display: none;
  }
}
.spbtn span {
  display: block;
  width: 100%;
  height: 1px;
  background: #070707;
  position: relative;
  transition: all 0.25s ease-out 0s;
}
.spbtn .l1 {
  top: 0;
}
.spbtn .l2 {
  top: 8px;
}
.spbtn .l3 {
  top: 16px;
}
.spbtn.active .l1 {
  left: 0;
  top: 10px;
  transform: rotate(45deg);
}
.spbtn.active .l2 {
  opacity: 0;
}
.spbtn.active .l3 {
  left: 0;
  top: 8px;
  transform: rotate(-45deg);
}

.sp-global {
  position: fixed;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: 990;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  overflow-y: auto;
  transition: all 0.3s ease 0s;
}
@media (min-width: 992px) {
  .sp-global {
    display: none;
  }
}
.sp-global.active {
  height: calc( 100vh - 90px );
}
.sp-global a:hover {
  text-decoration: none;
}
.sp-global .sp-main {
  width: 100%;
  background: #fff;
  flex: 0 0 auto;
  text-align: left;
}
.sp-global .sp-main ul {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 50px 40px;
  overflow-y: scroll;
  font-size: 17px;
  text-align: left;
}
.sp-global .sp-main li {
  border-bottom: 1px dotted #000;
}
.sp-global .sp-main li a, .sp-global .sp-main li span {
  display: block;
  line-height: 60px;
  background: url(../img/right-icon03.svg) no-repeat left center/14px;
  padding-left: 25px;
  color: #000;
}
.sp-global .sp-sub {
  border-top: 1px solid #0AB559;
  text-align: left;
  width: 100%;
  flex: 1 0 100%;
  background: #fff;
}
.sp-global .sp-sub ul {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sp-global .sp-sub ul li {
  line-height: 60px;
  border-bottom: 1px solid #0AB559;
}
.sp-global .sp-sub ul a {
  display: block;
  max-width: 600px;
  padding-left: 42px;
  padding-right: 42px;
  margin-left: auto;
  margin-right: auto;
  color: #0AB559;
  display: flex;
  align-items: center;
}
.sp-global .sp-sub ul .icon {
  display: inline-block;
  width: 38px;
  height: 38px;
  text-align: center;
  border-radius: 25px;
  vertical-align: middle;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.sp-global .sp-sub ul .icon svg {
  zoom: 0.8;
}
.sp-global .sp-sub ul .register .icon {
  background: #fff;
}
.sp-global .sp-sub .register-list {
  background: #0AB559;
}
.sp-global .sp-sub .register-list a {
  color: #fff;
}
.sp-global .sp-sub .other-list {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
}
.sp-global .sp-sub .other-list li {
  border-bottom: none;
  line-height: 40px;
}
.sp-global .sp-sub .other-list li a {
  color: #000;
}

.lower-nav-btn {
  background: #0AB559;
  padding-top: 8px;
  height: 45px;
  text-align: right;
  position: fixed;
  width: 100%;
  z-index: 980;
  transition: all 0.3s ease 0s;
}
@media (min-width: 992px) {
  .lower-nav-btn {
    display: none;
  }
}
.lower-nav-btn span {
  line-height: 24px;
  background: #fff url(../img/down-icon03.svg) no-repeat right 10px center/14px;
  font-size: 11px;
  display: inline-block;
  width: 110px;
  border-radius: 12px;
  color: #0AB559;
  text-align: left;
  margin-left: auto;
  margin-right: 8px;
  padding-left: 15px;
  box-sizing: border-box;
  cursor: pointer;
}
.lower-nav-btn.active span {
  background: #fff url(../img/up-icon03.svg) no-repeat right 10px center/14px;
}

nav.lower-nav {
  position: fixed;
  width: 100%;
  z-index: 970;
  height: 0;
  background: #F4F4F4;
  text-align: left;
  overflow: hidden;
  overflow-y: auto;
  transition: all 0.3s ease 0s;
}
@media (min-width: 992px) {
  nav.lower-nav {
    display: none !important;
  }
}
@media (max-width: 991px) {
  nav.lower-nav.active {
    height: calc( 100vh - 105px );
  }
}
nav.lower-nav h3 {
  display: none;
}
nav.lower-nav ul {
  padding: 30px 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
nav.lower-nav ul ul {
  padding: 0;
}
nav.lower-nav li {
  border-bottom: 1px dotted #707070;
}
nav.lower-nav a {
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  font-size: 17px;
  color: #707070;
  background: url(../img/right-icon03.svg) no-repeat left center;
  padding-left: 25px;
}

body.home .lower-nav-btn,
body.home nav.lower-nav {
  display: none;
}

@keyframes sticky-header-display-animation {
  from {
    top: -200px;
  }
  to {
    top: 0;
  }
}
@keyframes sticky-header-hide-animation {
  from {
    top: 0px;
  }
  to {
    top: -200px;
  }
}
footer.lt {
  background: url(../img/footer-bg@2x.jpg) no-repeat center bottom/cover;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  z-index: 550;
}
@media (min-width: 1300px) {
  footer.lt {
    padding-top: 350px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1299px) {
  footer.lt {
    padding-top: 200px;
    padding-bottom: 30px;
  }
}
footer.lt:before {
  content: "";
  display: block;
  width: 100%;
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.75;
  z-index: 1;
}
@media (min-width: 1300px) {
  footer.lt:before {
    height: 350px;
  }
}
@media (max-width: 1299px) {
  footer.lt:before {
    height: 200px;
  }
}
footer.lt:after {
  content: "";
  display: block;
  width: 100%;
  height: 350px;
  background: -moz-linear-gradient(top, rgba(51, 54, 157, 0) 0%, #33369d 100%);
  background: -webkit-linear-gradient(top, rgba(51, 54, 157, 0) 0%, #33369d 100%);
  background: linear-gradient(to bottom, rgba(51, 54, 157, 0) 0%, #33369d 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.75;
  z-index: 1;
}
footer.lt .row {
  position: relative;
  z-index: 10;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
footer.lt .row address {
  text-align: left;
  position: relative;
}
@media (min-width: 1500px) {
  footer.lt .row address {
    width: 550px;
  }
}
@media (max-width: 1499px) {
  footer.lt .row address {
    width: 300px;
  }
}
footer.lt .row address h2 {
  margin-bottom: 25px;
}
footer.lt .row address p.address {
  color: #fff;
  font-size: 17px;
}
footer.lt .row address p.tel a {
  margin-top: 20px;
  display: block;
  max-width: 365px;
  line-height: 70px;
  border-radius: 10px;
  background: #fff;
  color: #0AB559;
  text-align: center;
  font-size: 26px;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
footer.lt .row address p.tel a .icon {
  width: 38px;
  height: 38px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  margin-left: -30px;
  margin-right: 10px;
  position: relative;
}
footer.lt .row address p.tel a .icon svg {
  position: relative;
  top: -23px;
}
footer.lt .row address p.tel a .icon svg path {
  transition: all 0.3s ease 0s;
}
footer.lt .row address p.tel a:hover {
  background: #0AB559;
  color: #fff;
}
footer.lt .row address p.tel a:hover svg path {
  fill: #fff;
}
footer.lt .row address .arukuma {
  position: absolute;
}
@media (min-width: 1500px) {
  footer.lt .row address .arukuma {
    right: 30px;
    bottom: -20px;
    width: 122px;
    height: 160px;
  }
}
@media (max-width: 1499px) {
  footer.lt .row address .arukuma {
    right: -110px;
    bottom: -50px;
    width: 90px;
    height: 160px;
  }
}
footer.lt .row nav {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: center;
  padding-left: 40px;
}
@media (min-width: 1500px) {
  footer.lt .row nav {
    width: calc( 100% - 550px );
  }
}
@media (max-width: 1499px) {
  footer.lt .row nav {
    width: calc( 100% - 450px );
  }
}
@media (max-width: 1199px) {
  footer.lt .row nav {
    padding-left: 0;
  }
}
@media (min-width: 1300px) {
  footer.lt .row nav ul {
    width: 33.333%;
  }
}
@media (max-width: 1299px) {
  footer.lt .row nav ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
footer.lt .row nav li {
  text-align: left;
  font-size: 20px;
}
@media (min-width: 1200px) {
  footer.lt .row nav li {
    margin-right: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  footer.lt .row nav li {
    width: 40%;
    font-size: 14px;
    margin-bottom: 15px;
  }
}
footer.lt .row nav a {
  color: #fff;
  text-decoration: none;
}
footer.lt .row nav a:hover {
  text-decoration: underline;
}
footer.lt .row nav a:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../img/right-icon02.svg) no-repeat center/contain;
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  footer.lt .row nav a:before {
    width: 18px;
    height: 18px;
    top: -1px;
  }
}

footer.sp {
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 14px;
}

.rights {
  background: #4D4D4D;
  color: #fff;
  padding: 12px 0;
  font-size: 10px;
  position: relative;
}

.notfound {
  height: 50vh;
  min-height: 500px;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
}
.notfound h1 {
  font-family: "YuMincho", "游明朝", "Yu Mincho", "游明朝体", "Times New Roman", "Roboto Slab", Garamond, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 40px;
}

@media (max-width: 599px) {
  #wpadminbar {
    position: fixed;
    top: 0;
  }
}

@media (min-width: 1500px) {
  body.admin-bar:not(.home) {
    padding-top: 135px;
  }
}
@media (max-width: 1499px) {
  body.admin-bar:not(.home) {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  body.admin-bar:not(.home) {
    padding-top: 105px;
  }
}
@media (max-width: 782px) {
  body.admin-bar:not(.home) {
    padding-top: 105px;
  }
}

@media (min-width: 1500px) {
  body:not(.home) {
    padding-top: 135px;
  }
}
@media (max-width: 1499px) {
  body:not(.home) {
    padding-top: 100px;
  }
}
@media (max-width: 782px) {
  body:not(.home) {
    padding-top: 105px;
  }
}

@media (min-width: 1500px) {
  header {
    height: 135px;
  }
}
@media (max-width: 1499px) {
  header {
    height: 100px;
  }
}
@media (max-width: 991px) {
  header {
    height: 60px;
  }
}

@media (min-width: 1500px) {
  body.admin-bar header {
    top: 32px;
  }
}
@media (max-width: 1499px) {
  body.admin-bar header {
    top: 32px;
  }
}
@media (max-width: 782px) {
  body.admin-bar header {
    top: 45px;
  }
}

@media (max-width: 991px) {
  body.admin-bar:not(.home) .lower-nav-btn {
    top: 92px;
  }
}
@media (max-width: 782px) {
  body.admin-bar:not(.home) .lower-nav-btn {
    top: 105px;
  }
}

@media (max-width: 991px) {
  body:not(.home) .lower-nav-btn {
    top: 60px;
  }
}

@media (max-width: 991px) {
  body.admin-bar:not(.home) .lower-nav {
    top: 137px;
  }
}
@media (max-width: 782px) {
  body.admin-bar:not(.home) .lower-nav {
    top: 150px;
  }
}

@media (max-width: 991px) {
  body:not(.home) .lower-nav {
    top: 105px;
  }
}

body.admin-bar:not(.home) aside.fixed-top {
  position: fixed;
  transition: all 0.3s ease 0s;
}
@media (min-width: 1500px) {
  body.admin-bar:not(.home) aside {
    height: calc( 100vh - ( 32px + 135px ) );
  }
  body.admin-bar:not(.home) aside.fixed-top {
    top: 167px;
  }
  body.admin-bar:not(.home) aside.fixed-top.aside-stick-top {
    top: 32px;
    height: calc( 100vh - $adhL );
  }
}
@media (max-width: 1499px) {
  body.admin-bar:not(.home) aside {
    height: calc( 100vh - ( 32px + 100px ) );
  }
  body.admin-bar:not(.home) aside.fixed-top {
    top: 132px;
  }
  body.admin-bar:not(.home) aside.fixed-top.aside-stick-top {
    top: 32px;
    height: calc( 100vh - $adhL );
  }
}

body:not(.home) aside.fixed-top {
  position: fixed;
  transition: all 0.3s ease 0s;
}
@media (min-width: 1500px) {
  body:not(.home) aside {
    height: calc( 100vh - 135px );
  }
  body:not(.home) aside.fixed-top {
    top: 135px;
  }
  body:not(.home) aside.fixed-top.aside-stick-top {
    top: 0;
    height: 100vh;
  }
}
@media (max-width: 1499px) {
  body:not(.home) aside {
    height: calc( 100vh - 100px );
  }
  body:not(.home) aside.fixed-top {
    top: 100px;
  }
  body:not(.home) aside.fixed-top.aside-stick-top {
    top: 0;
    height: 100vh;
  }
}

@media (min-width: 1500px) {
  body.admin-bar .expand-navs {
    top: 167px;
  }
}
@media (max-width: 1499px) {
  body.admin-bar .expand-navs {
    top: 132px;
  }
}

@media (min-width: 1500px) {
  body .expand-navs {
    top: 135px;
  }
}
@media (max-width: 1499px) {
  body .expand-navs {
    top: 100px;
  }
}

@media (max-width: 991px) {
  body.admin-bar .sp-global {
    top: calc(45px + 60px);
  }
  body.admin-bar .sp-global.active {
    height: calc( 100vh - ( 45px + 60px ) );
  }
}

@media (max-width: 991px) {
  body .sp-global {
    top: calc(60px);
  }
  body .sp-global.active {
    height: calc( 100vh - 60px );
  }
}

.has-rime-green-background-color {
  background: #0AB559;
}

.has-cream-background-color {
  background: #FFFEF2;
}

.has-rime-green-color {
  color: #0AB559;
}

.has-orange-color {
  color: #FF6C00;
}

.has-white-background-color {
  background: #fff;
}

.has-light-gray-01-background-color {
  background: #f4f4f4;
}

.has-white-background-color,
.has-light-gray-01-background-color {
  color: #fff;
}
.has-white-background-color .wp-block-cover__inner-container,
.has-white-background-color .wp-block-group__inner-container,
.has-light-gray-01-background-color .wp-block-cover__inner-container,
.has-light-gray-01-background-color .wp-block-group__inner-container {
  color: #4d4d4d;
}

.has-white-color {
  color: #fff;
}

.wp-block-buttons .wp-block-button {
  margin-bottom: 20px;
}
.wp-block-buttons .wp-block-button:last-of-type {
  margin-right: 0;
}

@media (min-width: 600px) {
  .wp-block-buttons .wp-block-button.wp-block-button__width-50 {
    width: calc( 50% - 24px );
  }
}
@media (max-width: 599px) {
  .wp-block-buttons .wp-block-button.wp-block-button__width-50 {
    width: 100%;
  }
}

.wp-block-buttons .is-style-outline .has-rime-green-color {
  border: 1px solid #0AB559;
  color: #0AB559;
}
.wp-block-buttons .is-style-fill .has-rime-green-color {
  background: #0AB559;
  color: #fff;
}
.wp-block-buttons a.wp-block-button__link {
  text-decoration: none;
}

@media (max-width: 991px) {
  .is-style-btn02 {
    justify-content: center;
  }
}
.is-style-btn02 > .wp-block-button.wp-block-button {
  margin-right: 20px;
}
.is-style-btn02 > .wp-block-button.wp-block-button:last-of-type {
  margin-right: 0;
}
@media (max-width: 991px) {
  .is-style-btn02 > .wp-block-button.wp-block-button {
    margin-right: 10px;
  }
  .is-style-btn02 > .wp-block-button.wp-block-button:last-of-type {
    margin-right: 0;
  }
}
.is-style-btn02 > .wp-block-button.wp-block-button > a {
  box-shadow: 0 0 0 1px #0AB559;
  border: none !important;
  line-height: 60px;
  padding: 0;
  display: block;
  text-align: center;
  font-size: 20px;
  border-radius: 6px;
  margin-left: auto;
  margin-right: 0;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  background: #fff;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .is-style-btn02 > .wp-block-button.wp-block-button > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 18px !important;
    font-size: 15px;
  }
}
.is-style-btn02 > .wp-block-button.wp-block-button > a:link, .is-style-btn02 > .wp-block-button.wp-block-button > a:active, .is-style-btn02 > .wp-block-button.wp-block-button > a:visited {
  color: #0AB559;
}
.is-style-btn02 > .wp-block-button.wp-block-button > a:hover {
  box-shadow: 0 0 0 1px #0AB559;
  border: none !important;
  background: #0AB559 !important;
  color: #fff !important;
  text-decoration: none;
  opacity: 1 !important;
}

.is-style-in-page-nav {
  column-gap: 1px;
  align-items: stretch !important;
  gap: 10px;
}
@media (min-width: 768px) {
  .is-style-in-page-nav .wp-block-button {
    flex: 1 1 auto;
    margin-bottom: 1px;
  }
}
@media (max-width: 767px) {
  .is-style-in-page-nav .wp-block-button {
    flex: 0 0 100%;
    border-bottom: 1px dotted #4d4d4d;
    margin-bottom: 0;
  }
  .is-style-in-page-nav .wp-block-button:last-of-type {
    border-bottom: none;
  }
}
.is-style-in-page-nav .wp-block-button a.wp-block-button__link {
  display: block;
  width: 100%;
  background: #f4f4f4;
  color: #404040;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  text-align: left;
  padding: 5px 10px;
}
@media (min-width: 768px) {
  .is-style-in-page-nav .wp-block-button a.wp-block-button__link {
    line-height: 150%;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: start;
    height: 100%;
    min-height: 60px;
  }
}
@media (max-width: 767px) {
  .is-style-in-page-nav .wp-block-button a.wp-block-button__link {
    line-height: 40px;
    padding-top: 2px;
  }
}
.is-style-in-page-nav .wp-block-button a.wp-block-button__link:hover {
  background: #0AB559;
  color: #fff;
  opacity: 1;
}

.is-style-narrow-column {
  flex-flow: wrap;
  justify-content: center;
}
@media (max-width: 991px) {
  .is-style-narrow-column {
    display: block;
    text-align: center;
  }
}
.is-style-narrow-column .wp-block-column {
  flex: 0 1 auto;
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.is-style-narrow-column .wp-block-column > * {
  text-align: center !important;
}

.is-style-tel {
  min-width: 250px;
}
@media (max-width: 991px) {
  .is-style-tel {
    width: 100%;
  }
}
.is-style-tel .wp-block-button__link,
.is-style-tel a {
  background: #fff;
  border: 1px solid #0AB559;
  position: relative;
}
@media (min-width: 992px) {
  .is-style-tel .wp-block-button__link,
.is-style-tel a {
    text-indent: 24px;
  }
}
@media (max-width: 991px) {
  .is-style-tel .wp-block-button__link,
.is-style-tel a {
    text-indent: 0px;
  }
}
.is-style-tel .wp-block-button__link:before, .is-style-tel .wp-block-button__link:after,
.is-style-tel a:before,
.is-style-tel a:after {
  content: "";
  display: inline-block;
  position: absolute;
  transition: all 0.3s ease 0s;
}
@media (min-width: 992px) {
  .is-style-tel .wp-block-button__link:before, .is-style-tel .wp-block-button__link:after,
.is-style-tel a:before,
.is-style-tel a:after {
    width: 34px;
    height: 34px;
    top: 12px;
    left: 25px;
  }
}
@media (max-width: 991px) {
  .is-style-tel .wp-block-button__link:before, .is-style-tel .wp-block-button__link:after,
.is-style-tel a:before,
.is-style-tel a:after {
    width: 20px;
    height: 20px;
    top: 11px;
    left: 18px;
  }
}
.is-style-tel .wp-block-button__link:before,
.is-style-tel a:before {
  opacity: 1;
  background: url(../img/tel-icon.svg) no-repeat center/contain;
}
.is-style-tel .wp-block-button__link:after,
.is-style-tel a:after {
  background: url(../img/tel-white-icon.svg) no-repeat center/contain;
  opacity: 0;
}
.is-style-tel .wp-block-button__link:hover:before,
.is-style-tel a:hover:before {
  opacity: 0;
}
.is-style-tel .wp-block-button__link:hover:after,
.is-style-tel a:hover:after {
  opacity: 1;
}
.is-style-tel a {
  box-shadow: 0 0 0 1px #0AB559;
  border: none !important;
  line-height: 60px;
  padding: 0;
  display: block;
  text-align: center;
  font-size: 20px;
  border-radius: 6px;
  margin-left: auto;
  margin-right: 0;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  background: #fff;
}
@media (max-width: 991px) {
  .is-style-tel a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 18px !important;
    font-size: 15px;
  }
}
.is-style-tel a:link, .is-style-tel a:active, .is-style-tel a:visited {
  color: #0AB559;
}
.is-style-tel a:hover {
  box-shadow: 0 0 0 1px #0AB559;
  border: none !important;
  background: #0AB559 !important;
  color: #fff !important;
  text-decoration: none;
  opacity: 1 !important;
}

.is-style-fax {
  min-width: 250px;
}
.is-style-fax .wp-block-button__link,
.is-style-fax a {
  background: #fff;
  border: 1px solid #0AB559;
  position: relative;
}
@media (min-width: 992px) {
  .is-style-fax .wp-block-button__link,
.is-style-fax a {
    text-indent: 34px;
  }
}
@media (max-width: 991px) {
  .is-style-fax .wp-block-button__link,
.is-style-fax a {
    text-indent: 10px;
  }
}
.is-style-fax .wp-block-button__link:before, .is-style-fax .wp-block-button__link:after,
.is-style-fax a:before,
.is-style-fax a:after {
  content: "";
  display: inline-block;
  position: absolute;
  transition: all 0.3s ease 0s;
}
@media (min-width: 992px) {
  .is-style-fax .wp-block-button__link:before, .is-style-fax .wp-block-button__link:after,
.is-style-fax a:before,
.is-style-fax a:after {
    width: 34px;
    height: 34px;
    top: 12px;
    left: 20px;
  }
}
@media (max-width: 991px) {
  .is-style-fax .wp-block-button__link:before, .is-style-fax .wp-block-button__link:after,
.is-style-fax a:before,
.is-style-fax a:after {
    width: 20px;
    height: 20px;
    top: 4px;
    left: 20px;
  }
}
.is-style-fax .wp-block-button__link:before,
.is-style-fax a:before {
  opacity: 1;
  background: url(../img/fax-icon.svg) no-repeat center/contain;
}
.is-style-fax .wp-block-button__link:after,
.is-style-fax a:after {
  background: url(../img/fax-white-icon.svg) no-repeat center/contain;
  opacity: 0;
}
.is-style-fax .wp-block-button__link:hover:before,
.is-style-fax a:hover:before {
  opacity: 0;
}
.is-style-fax .wp-block-button__link:hover:after,
.is-style-fax a:hover:after {
  opacity: 1;
}
.is-style-fax a {
  box-shadow: 0 0 0 1px #0AB559;
  border: none !important;
  line-height: 60px;
  padding: 0;
  display: block;
  text-align: center;
  font-size: 20px;
  border-radius: 6px;
  margin-left: auto;
  margin-right: 0;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  background: #fff;
}
@media (max-width: 991px) {
  .is-style-fax a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 18px !important;
    font-size: 15px;
  }
}
.is-style-fax a:link, .is-style-fax a:active, .is-style-fax a:visited {
  color: #0AB559;
}
.is-style-fax a:hover {
  box-shadow: 0 0 0 1px #0AB559;
  border: none !important;
  background: #0AB559 !important;
  color: #fff !important;
  text-decoration: none;
  opacity: 1 !important;
}

.is-style-simple-heading {
  font-size: 33px;
  border: none !important;
  display: block !important;
}

.is-style-line01 {
  border: 1px solid #707070;
}
@media (min-width: 992px) {
  .is-style-line01 {
    padding: 50px;
  }
}
@media (max-width: 991px) {
  .is-style-line01 {
    padding: 20px;
  }
}
@media (max-width: 599px) {
  .is-style-line01 {
    padding: 10px;
  }
}

@media (min-width: 992px) {
  .is-style-indent01 {
    padding-left: 1.5em;
  }
}
@media (max-width: 991px) {
  .is-style-indent01 {
    padding-left: 0px;
  }
}

.is-style-example-btn {
  width: 100%;
  max-width: 430px;
}
.is-style-example-btn .wp-block-button__link,
.is-style-example-btn a {
  background: #fff;
  color: #404040;
  padding: 10px 30px !important;
  border: 1px solid #4d4d4d;
  display: block;
  width: 100%;
}
.is-style-example-btn .wp-block-button__link:before,
.is-style-example-btn a:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../img/pdf-icon02@2x.png) no-repeat center/contain;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 15px;
  margin-left: -15px;
}

@media (max-width: 991px) {
  .wp-block-naganota-youtube-gallery {
    width: calc( 100% + 50px );
    margin-left: -25px !important;
    margin-right: auto;
  }
}
.wp-block-naganota-youtube-gallery .header-edit {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: center;
  padding-top: 20px;
}
.wp-block-naganota-youtube-gallery .header-edit label {
  display: block;
  width: 50%;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-naganota-youtube-gallery .header-edit label span {
  display: inline-block;
  width: 100px;
}
.wp-block-naganota-youtube-gallery .header-edit label input {
  padding: 10px;
  width: calc( 100% - 100px );
  box-sizing: border-box;
}
.wp-block-naganota-youtube-gallery .gallery {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: center;
}
@media (min-width: 600px) {
  .wp-block-naganota-youtube-gallery .gallery {
    padding: 20px;
  }
}
.wp-block-naganota-youtube-gallery .gallery .thumb {
  background: #fff;
  border-radius: 6px;
  padding: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .wp-block-naganota-youtube-gallery .gallery .thumb {
    width: calc(33.333% - 10px);
    margin-left: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .wp-block-naganota-youtube-gallery .gallery .thumb {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .wp-block-naganota-youtube-gallery .gallery .thumb:nth-of-type(2n) {
    margin-right: 0;
  }
}
.wp-block-naganota-youtube-gallery .gallery .thumb > svg {
  display: none;
}
.wp-block-naganota-youtube-gallery .gallery .icon {
  display: block;
  position: absolute;
  width: 78px;
  height: 59px;
}
@media (min-width: 768px) {
  .wp-block-naganota-youtube-gallery .gallery .icon {
    top: calc( 50% - 29px );
    left: calc( 50% - 39px );
  }
}
@media (max-width: 767px) {
  .wp-block-naganota-youtube-gallery .gallery .icon {
    zoom: 0.8;
    top: calc( 50% - 30px );
    left: calc( 50% - 39px );
  }
}
.wp-block-naganota-youtube-gallery .gallery .icon path {
  transition: all 0.3s ease 0s;
}
.wp-block-naganota-youtube-gallery .gallery .icon:hover svg path {
  fill: #FF0000;
}
.wp-block-naganota-youtube-gallery .gallery p.vol {
  display: none;
  width: 100%;
  color: #0AB559;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .wp-block-naganota-youtube-gallery .gallery p.vol {
    font-size: 28px;
    margin-top: 3px;
  }
}
@media (max-width: 767px) {
  .wp-block-naganota-youtube-gallery .gallery p.vol {
    font-size: 20px;
    margin-top: 3px;
  }
}
.wp-block-naganota-youtube-gallery .gallery p.vol:before {
  content: "vol.";
  text-transform: uppercase;
}
.wp-block-naganota-youtube-gallery .gallery label span {
  color: #000;
  font-size: 12px;
}
.wp-block-naganota-youtube-gallery .gallery .edit-title {
  border: 1px solid #ccc;
  font-size: 15px;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}
.wp-block-naganota-youtube-gallery .gallery button {
  position: absolute;
  top: 15px;
  background: #fff;
  border: none;
  line-height: 20px;
  padding-bottom: 3px;
}
.wp-block-naganota-youtube-gallery .gallery button.reduce {
  left: 15px;
}
.wp-block-naganota-youtube-gallery .gallery button.elevate {
  left: 40px;
}
.wp-block-naganota-youtube-gallery .gallery button.delete {
  right: 15px;
}
.wp-block-naganota-youtube-gallery .gallery img {
  width: 100%;
}
.wp-block-naganota-youtube-gallery .gallery input {
  width: 100%;
  border-radius: 3px;
}

.ytgallery-sidebar-bgcolor {
  padding: 20px;
}

@media (min-width: 992px) {
  .the-content .wp-block-cover[class*=background-color] {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .the-content .wp-block-cover[class*=background-color] {
    padding: 10px;
  }
}
.the-content .wp-block-naganota-youtube-gallery {
  background: #0AB559;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .the-content .wp-block-naganota-youtube-gallery {
    padding: 30px 30px 20px;
  }
}
@media (max-width: 991px) {
  .the-content .wp-block-naganota-youtube-gallery {
    padding: 10px 25px 10px;
  }
}
@media (min-width: 992px) {
  .the-content .wp-block-naganota-youtube-gallery .row {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
  }
}
.the-content .wp-block-naganota-youtube-gallery div.title {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.the-content .wp-block-naganota-youtube-gallery div.title h3 {
  text-align: left;
  font-size: 26px;
}
@media (max-width: 991px) {
  .the-content .wp-block-naganota-youtube-gallery div.title h3 {
    font-size: 24px;
    text-align: center;
  }
}
.the-content .wp-block-naganota-youtube-gallery div.title h3:before {
  content: "";
  display: block;
  width: 232px;
  height: 133px;
  background: url(../img/ytglead@2x.png) no-repeat center/contain;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .the-content .wp-block-naganota-youtube-gallery div.title h3:before {
    margin-top: -75px;
    margin-bottom: 0px;
    background: url(../img/ytglead2@2x.png) no-repeat center/contain;
  }
}
@media (min-width: 992px) {
  .the-content .wp-block-naganota-youtube-gallery div.title h3:after {
    content: "";
    display: block;
    width: 210px;
    height: 93px;
    background: url(../img/ytgbg@2x.png) no-repeat center/contain;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.the-content .wp-block-naganota-youtube-gallery .gallery {
  width: calc( 100% - 300px );
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .the-content .wp-block-naganota-youtube-gallery .gallery {
    padding-top: 30px;
    width: 100%;
    max-width: 860px;
  }
}
.the-content .wp-block-naganota-youtube-gallery .thumb a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.the-content .wp-block-naganota-youtube-gallery .thumb figure {
  position: relative;
}
.the-content .wp-block-naganota-youtube-gallery .thumb svg {
  position: absolute;
  left: calc( 50% - 38px );
  top: calc( 50% - 29px );
}
.the-content .wp-block-naganota-youtube-gallery .thumb svg path {
  transition: all 0.3s ease 0s;
}
.the-content .wp-block-naganota-youtube-gallery .thumb img {
  width: 100%;
}
.the-content .wp-block-naganota-youtube-gallery .thumb p.title {
  color: #404040;
  line-height: 100%;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .the-content .wp-block-naganota-youtube-gallery .thumb p.title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .the-content .wp-block-naganota-youtube-gallery .thumb p.title {
    font-size: 20px;
  }
}
.the-content .wp-block-naganota-youtube-gallery .thumb p.title span.small {
  font-size: 60%;
  position: relative;
  line-height: 100%;
  padding-top: 10px;
}
.the-content .wp-block-naganota-youtube-gallery .thumb:hover svg path {
  fill: #FF0000;
}

.is-style-banners {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 599px) {
  .is-style-banners {
    display: block !important;
    max-width: 400px;
    width: calc( 100% - 20px );
    margin-left: auto;
    margin-right: auto;
  }
  .is-style-banners figure {
    width: 100% !important;
  }
  .is-style-banners figure img {
    width: 100%;
  }
}
.is-style-banners figure {
  position: relative;
  transition: all 0.3s ease 0s;
}
.is-style-banners figure:hover {
  opacity: 0.7;
}
.is-style-banners figcaption {
  background: none !important;
  width: 100%;
  height: 100%;
  max-height: calc( 100% - 25px) !important;
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
}
.is-style-banners figcaption a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.is-style-banners li.blocks-gallery-item {
  transition: all 0.3s ease 0s;
  flex: 0 0 auto;
}
.is-style-banners li.blocks-gallery-item a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 40%;
  color: #fff;
  padding: 10px;
}
.is-style-banners li.blocks-gallery-item:hover {
  opacity: 0.7;
}
@media (max-width: 599px) {
  .is-style-banners li.blocks-gallery-item {
    flex: 0 0 auto;
    width: calc( 50% - 4px );
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .is-style-banners li.blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.is-style-banners.block-editor-block-list__block figcaption {
  position: static !important;
}

main.the-content .is-style-banners li.blocks-gallery-item a {
  text-indent: -1000px;
  padding: 0;
  top: 0;
}
main.the-content .wp-block-naganota-download {
  border-bottom: 1px dotted #ccc;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  main.the-content .wp-block-naganota-download {
    padding: 30px 20px 30px 0;
  }
}
@media (max-width: 767px) {
  main.the-content .wp-block-naganota-download {
    padding: 30px 25px;
    width: calc( 100% + 50px );
    margin-left: -25px;
  }
}
@media (min-width: 768px) {
  main.the-content .wp-block-naganota-download h3 {
    width: calc( 100% - 160px );
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    border-left: 13px solid #4D4D4D;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  main.the-content .wp-block-naganota-download h3 {
    width: 100%;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  main.the-content .wp-block-naganota-download .dl-file-list {
    width: 160px;
  }
}
@media (max-width: 767px) {
  main.the-content .wp-block-naganota-download .dl-file-list {
    width: 100%;
  }
}
main.the-content .wp-block-naganota-download .dl-file-list ul {
  padding: 0;
}
@media (max-width: 767px) {
  main.the-content .wp-block-naganota-download .dl-file-list ul {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    align-items: stretch;
    justify-content: center;
  }
}
main.the-content .wp-block-naganota-download .dl-file-list li {
  margin-bottom: 10px;
  list-style-type: none;
  transition: all 0.3s ease 0s;
}
@media (min-width: 768px) {
  main.the-content .wp-block-naganota-download .dl-file-list li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  main.the-content .wp-block-naganota-download .dl-file-list li {
    width: 100%;
  }
}
main.the-content .wp-block-naganota-download .dl-file-list li:hover {
  opacity: 0.7;
}
main.the-content .wp-block-naganota-download .dl-file-list a {
  display: block;
  width: 100%;
  line-height: 60px;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
}
main.the-content .wp-block-naganota-download .dl-file-list a:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 21px;
  background: url(../img/dl-icon.svg) no-repeat center/contain;
  vertical-align: middle;
  margin-left: 23px;
  position: absolute;
  top: calc( 50% - 11px );
}
@media (min-width: 768px) {
  main.the-content .wp-block-naganota-download .dl-file-list a:after {
    right: 15px;
  }
}
@media (max-width: 767px) {
  main.the-content .wp-block-naganota-download .dl-file-list a:after {
    right: 15px;
  }
}
main.the-content .wp-block-naganota-download .dl-file-list a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  position: absolute;
  left: 20px;
}
main.the-content .wp-block-naganota-download .dl-file-list a[href*=".pdf"] {
  background: #AC2E2D;
  border-color: #AC2E2D;
}
main.the-content .wp-block-naganota-download .dl-file-list a[href*=".pdf"]:before {
  width: 22px;
  height: 21px;
  background: url(../img/pdf-icon.svg) no-repeat center/contain;
  top: calc( 50% - 11px );
}
main.the-content .wp-block-naganota-download .dl-file-list a[href*=".doc"], main.the-content .wp-block-naganota-download .dl-file-list a[href*=".docx"] {
  background: #1A3B7A;
  border-color: #1A3B7A;
}
main.the-content .wp-block-naganota-download .dl-file-list a[href*=".doc"]:before, main.the-content .wp-block-naganota-download .dl-file-list a[href*=".docx"]:before {
  width: 21px;
  height: 21px;
  background: url(../img/word-icon.svg) no-repeat center/contain;
  top: calc( 50% - 11px );
}
main.the-content .wp-block-naganota-download .dl-file-list a[href*=".xls"], main.the-content .wp-block-naganota-download .dl-file-list a[href*=".xlsx"] {
  background: #095733;
  border-color: #095733;
}
main.the-content .wp-block-naganota-download .dl-file-list a[href*=".xls"]:before, main.the-content .wp-block-naganota-download .dl-file-list a[href*=".xlsx"]:before {
  width: 21px;
  height: 21px;
  background: url(../img/excel-icon.svg) no-repeat center/contain;
  top: calc( 50% - 11px );
}
main.the-content .wp-block-naganota-download .dl-file-list a[href*=".jpg"], main.the-content .wp-block-naganota-download .dl-file-list a[href*=".gif"], main.the-content .wp-block-naganota-download .dl-file-list a[href*=".png"], main.the-content .wp-block-naganota-download .dl-file-list a[href*=".jpeg"] {
  background: #707070;
  border-color: #707070;
}
main.the-content .wp-block-naganota-download .explains {
  flex: 0 0 100%;
  margin-top: 10px;
}
main.the-content .wp-block-naganota-download .explains ul {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: stretch;
  padding: 0;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  main.the-content .wp-block-naganota-download .explains ul {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  main.the-content .wp-block-naganota-download .explains ul {
    justify-content: center;
  }
}
main.the-content .wp-block-naganota-download .explains ul li {
  list-style-type: none;
}
@media (min-width: 768px) {
  main.the-content .wp-block-naganota-download .explains ul li {
    margin-left: 10px;
    width: calc( 50% - 20px );
    max-width: 160px;
  }
}
@media (max-width: 767px) {
  main.the-content .wp-block-naganota-download .explains ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  main.the-content .wp-block-naganota-download .explains ul li:last-of-type {
    margin-right: 0;
  }
}
main.the-content .wp-block-naganota-download .explains ul li a {
  display: block;
  width: 100%;
  text-align: center;
  background: #fff;
  border: 2px solid #4d4d4d;
  border-radius: 6px;
  color: #4d4d4d;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  main.the-content .wp-block-naganota-download .explains ul li a {
    line-height: 40px;
    padding-bottom: 0px;
    text-indent: 12px;
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  main.the-content .wp-block-naganota-download .explains ul li a {
    font-size: 16px;
    line-height: 20px;
    text-indent: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 8px;
  }
}
main.the-content .wp-block-naganota-download .explains ul li a:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/pdf-icon02.png) no-repeat center/contain;
  vertical-align: middle;
  margin-right: 5px;
  position: absolute;
}
@media (min-width: 768px) {
  main.the-content .wp-block-naganota-download .explains ul li a:before {
    left: 10px;
    top: 5px;
  }
}
@media (max-width: 767px) {
  main.the-content .wp-block-naganota-download .explains ul li a:before {
    left: 5px;
    top: calc( 50% - 15px );
  }
}

.page-id-6980 main.the-content .wp-block-naganota-download,
.page-id-358 main.the-content .wp-block-naganota-download {
  padding: 0;
  gap: 0 5px;
  margin-bottom: 5px;
  border: none;
  display: grid;
  grid-template-rows: auto auto;
  align-items: stretch;
}
@media (min-width: 600px) {
  .page-id-6980 main.the-content .wp-block-naganota-download,
.page-id-358 main.the-content .wp-block-naganota-download {
    grid-template-columns: 65% 1fr;
  }
}
@media (max-width: 599px) {
  .page-id-6980 main.the-content .wp-block-naganota-download,
.page-id-358 main.the-content .wp-block-naganota-download {
    grid-template-columns: 65% 1fr;
  }
}
.page-id-6980 main.the-content .wp-block-naganota-download h3,
.page-id-358 main.the-content .wp-block-naganota-download h3 {
  background: #f7f7f7;
  border: none;
  margin-bottom: 0;
  grid-row: 1/3;
  grid-column: 1/2;
  width: 100%;
  font-weight: normal !important;
}
@media (min-width: 600px) {
  .page-id-6980 main.the-content .wp-block-naganota-download h3,
.page-id-358 main.the-content .wp-block-naganota-download h3 {
    font-size: 17px;
    padding: 5px 10px;
  }
}
@media (max-width: 599px) {
  .page-id-6980 main.the-content .wp-block-naganota-download h3,
.page-id-358 main.the-content .wp-block-naganota-download h3 {
    font-size: 17px;
    padding: 5px 5px;
  }
}
.page-id-6980 main.the-content .wp-block-naganota-download .dl-file-list,
.page-id-358 main.the-content .wp-block-naganota-download .dl-file-list {
  background: #f7f7f7;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 10px 5px;
  grid-row: 1/2;
  grid-column: 2/3;
}
.page-id-6980 main.the-content .wp-block-naganota-download .dl-file-list ul,
.page-id-358 main.the-content .wp-block-naganota-download .dl-file-list ul {
  margin: 0;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 5px;
}
.page-id-6980 main.the-content .wp-block-naganota-download .dl-file-list li,
.page-id-358 main.the-content .wp-block-naganota-download .dl-file-list li {
  margin: 0;
  flex: 0 0 100px;
}
.page-id-6980 main.the-content .wp-block-naganota-download .dl-file-list a,
.page-id-358 main.the-content .wp-block-naganota-download .dl-file-list a {
  width: 100%;
  height: 31px;
  line-height: 100%;
  font-size: 16px;
  padding-top: 6px;
  text-align: left;
  display: block;
  text-align: center;
}
.page-id-6980 main.the-content .wp-block-naganota-download .dl-file-list a:before,
.page-id-358 main.the-content .wp-block-naganota-download .dl-file-list a:before {
  width: 12px;
  height: 12px;
  left: 5px;
  top: calc( 50% - 6px );
}
.page-id-6980 main.the-content .wp-block-naganota-download .dl-file-list a:after,
.page-id-358 main.the-content .wp-block-naganota-download .dl-file-list a:after {
  display: none;
}
.page-id-6980 main.the-content .wp-block-naganota-download .explains,
.page-id-358 main.the-content .wp-block-naganota-download .explains {
  flex: 0 1 23%;
  background: #f7f7f7;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px 10px;
  grid-row: 2/3;
  grid-column: 2/3;
}
@media (max-width: 599px) {
  .page-id-6980 main.the-content .wp-block-naganota-download .explains,
.page-id-358 main.the-content .wp-block-naganota-download .explains {
    padding-top: 0;
  }
}
.page-id-6980 main.the-content .wp-block-naganota-download .explains ul,
.page-id-358 main.the-content .wp-block-naganota-download .explains ul {
  margin-bottom: 0;
  gap: 5px;
  justify-content: flex-start;
}
.page-id-6980 main.the-content .wp-block-naganota-download .explains ul li,
.page-id-358 main.the-content .wp-block-naganota-download .explains ul li {
  margin: 0;
  width: 100px;
}
.page-id-6980 main.the-content .wp-block-naganota-download .explains ul li a,
.page-id-358 main.the-content .wp-block-naganota-download .explains ul li a {
  padding: 5px 5px 5px 20px;
  text-align: left;
  line-height: 100%;
  border-width: 1px;
  text-indent: 0;
  font-size: 14px;
}
.page-id-6980 main.the-content .wp-block-naganota-download .explains ul li a:before,
.page-id-358 main.the-content .wp-block-naganota-download .explains ul li a:before {
  width: 12px;
  height: 12px;
  left: 5px;
  top: calc( 50% - 6px );
}

.chohyo-columns {
  gap: 0 5px !important;
  margin-bottom: 5px;
}
@media (max-width: 781px) {
  .chohyo-columns {
    display: none !important;
  }
}
.chohyo-columns .wp-block-column {
  margin-bottom: 0px;
  box-sizing: border-box;
  padding: 5px;
}
.chohyo-columns .wp-block-column p {
  margin-bottom: 0;
}
@media (min-width: 782px) {
  .chohyo-columns .wp-block-column:nth-of-type(1) {
    flex: 0 1 65%;
  }
  .chohyo-columns .wp-block-column:nth-of-type(2) {
    flex: 1 1 auto;
  }
}

.wp-block-columns.chohyo-columns:not(.is-not-stacked-on-mobile) {
  flex-flow: nowrap;
}
@media (max-width: 781px) {
  .wp-block-columns.chohyo-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-of-type(1) {
    flex: 0 1 65% !important;
  }
  .wp-block-columns.chohyo-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-of-type(2) {
    flex: 1 1 auto !important;
  }
}

table {
  height: auto !important;
}
table tr, table th, table td {
  height: auto !important;
}
@media (min-width: 768px) {
  table {
    width: 100% !important;
    max-width: 100% !important;
    table-layout: auto !important;
  }
}
@media (max-width: 767px) {
  table {
    display: block;
    overflow: visible !important;
    overflow-x: scroll !important;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    table-layout: fixed;
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid #ccc !important;
    border-right: none !important;
    border-bottom: none !important;
  }
  table th, table td {
    white-space: nowrap !important;
    border-top: none !important;
    border-left: none !important;
  }
}

.is-style-table01 tr:nth-of-type(2n+1) {
  background: #f4f4f4;
}
.is-style-table01 tr td {
  vertical-align: top;
}
.is-style-table01 tr td:nth-of-type(1) {
  width: 150px;
  border-right: 1px dotted #404040;
}

.is-style-simple-dl-btn {
  width: 100%;
}
.is-style-simple-dl-btn .wp-block-button .wp-block-button__link {
  min-width: 160px;
  display: block;
  width: 100%;
  line-height: 60px;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 0;
  padding-bottom: 0;
}
.is-style-simple-dl-btn .wp-block-button .wp-block-button__link:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 21px;
  background: url(../img/dl-icon.svg) no-repeat center/contain;
  vertical-align: middle;
  margin-left: 23px;
  position: absolute;
  top: calc( 50% - 11px );
}
@media (min-width: 768px) {
  .is-style-simple-dl-btn .wp-block-button .wp-block-button__link:after {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .is-style-simple-dl-btn .wp-block-button .wp-block-button__link:after {
    right: 15px;
  }
}
.is-style-simple-dl-btn .wp-block-button .wp-block-button__link:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  position: absolute;
  left: 20px;
}
.is-style-simple-dl-btn .wp-block-button .wp-block-button__link[href*=".pdf"] {
  background: #AC2E2D;
  border-color: #AC2E2D;
}
.is-style-simple-dl-btn .wp-block-button .wp-block-button__link[href*=".pdf"]:before {
  width: 22px;
  height: 21px;
  background: url(../img/pdf-icon.svg) no-repeat center/contain;
  top: calc( 50% - 11px );
}
.is-style-simple-dl-btn .wp-block-button .wp-block-button__link[href*=".doc"], .is-style-simple-dl-btn .wp-block-button .wp-block-button__link[href*=".docx"] {
  background: #1A3B7A;
  border-color: #1A3B7A;
}
.is-style-simple-dl-btn .wp-block-button .wp-block-button__link[href*=".doc"]:before, .is-style-simple-dl-btn .wp-block-button .wp-block-button__link[href*=".docx"]:before {
  width: 21px;
  height: 21px;
  background: url(../img/word-icon.svg) no-repeat center/contain;
  top: calc( 50% - 11px );
}
.is-style-simple-dl-btn .wp-block-button .wp-block-button__link[href*=".xls"], .is-style-simple-dl-btn .wp-block-button .wp-block-button__link[href*=".xlsx"] {
  background: #095733;
  border-color: #095733;
}
.is-style-simple-dl-btn .wp-block-button .wp-block-button__link[href*=".xls"]:before, .is-style-simple-dl-btn .wp-block-button .wp-block-button__link[href*=".xlsx"]:before {
  width: 21px;
  height: 21px;
  background: url(../img/excel-icon.svg) no-repeat center/contain;
  top: calc( 50% - 11px );
}
.is-style-simple-dl-btn .wp-block-button .wp-block-button__link[href*=".jpg"], .is-style-simple-dl-btn .wp-block-button .wp-block-button__link[href*=".gif"], .is-style-simple-dl-btn .wp-block-button .wp-block-button__link[href*=".png"], .is-style-simple-dl-btn .wp-block-button .wp-block-button__link[href*=".jpeg"] {
  background: #707070;
  border-color: #707070;
}

.is-style-simple-explain-btn {
  width: 100%;
}
@media (min-width: 768px) {
  .is-style-simple-explain-btn .wp-block-button {
    min-width: 160px;
  }
}
@media (max-width: 767px) {
  .is-style-simple-explain-btn .wp-block-button {
    width: 100%;
  }
}
.is-style-simple-explain-btn .wp-block-button .wp-block-button__link {
  width: 100%;
  display: block;
  width: 100%;
  text-align: center;
  background: #fff;
  border: 2px solid #4d4d4d;
  border-radius: 6px;
  color: #4d4d4d;
  position: relative;
  text-align: center;
  text-indent: 4px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .is-style-simple-explain-btn .wp-block-button .wp-block-button__link {
    line-height: 40px;
    padding-bottom: 0px;
    text-indent: 12px;
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .is-style-simple-explain-btn .wp-block-button .wp-block-button__link {
    font-size: 16px;
    line-height: 20px;
    text-indent: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 8px;
  }
}
.is-style-simple-explain-btn .wp-block-button .wp-block-button__link:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/pdf-icon02.png) no-repeat center/contain;
  vertical-align: middle;
  margin-right: 5px;
  position: absolute;
}
@media (min-width: 768px) {
  .is-style-simple-explain-btn .wp-block-button .wp-block-button__link:before {
    left: 10px;
    top: 5px;
  }
}
@media (max-width: 767px) {
  .is-style-simple-explain-btn .wp-block-button .wp-block-button__link:before {
    left: 5px;
    top: calc( 50% - 15px );
  }
}
@media (max-width: 767px) {
  .is-style-simple-explain-btn .wp-block-button .wp-block-button__link {
    padding-left: 45px;
    padding-right: 20px;
    text-indent: 0;
  }
}

.is-style-external-link-btn .wp-block-button a.wp-block-button__link {
  background: #4d4d4d;
  border: 1px solid #4d4d4d;
  color: #fff;
}
.is-style-external-link-btn .wp-block-button a.wp-block-button__link:hover {
  background: #fff;
  color: #4d4d4d;
  opacity: 1;
}
.is-style-external-link-btn .wp-block-button a.has-rime-green-color {
  background: #0AB559;
  border: 1px solid #0AB559;
}
.is-style-external-link-btn .wp-block-button a.has-rime-green-color:hover {
  background: #fff;
  color: #0AB559;
}
.is-style-external-link-btn .wp-block-button a.has-orange-color {
  background: #FF6C00;
  border: 1px solid #FF6C00;
}
.is-style-external-link-btn .wp-block-button a.has-orange-color:hover {
  background: #fff;
  color: #FF6C00;
}
.is-style-external-link-btn .is-style-outline a.wp-block-button__link {
  border-width: 1px;
  border-style: solid;
  border-color: #4D4D4D;
  transition: all 0.3s ease 0s;
  background: #fff;
}
.is-style-external-link-btn .is-style-outline a.wp-block-button__link:hover {
  background: #4D4D4D;
  color: #fff;
  opacity: 1;
}
.is-style-external-link-btn .is-style-outline a.has-rime-green-color {
  border-color: #0AB559;
  color: #0AB559;
}
.is-style-external-link-btn .is-style-outline a.has-rime-green-color:hover {
  background: #0AB559;
  color: #fff;
}
.is-style-external-link-btn .is-style-outline a.has-orange-color {
  border-color: #FF6C00;
  color: #FF6C00;
}
.is-style-external-link-btn .is-style-outline a.has-orange-color:hover {
  background: #FF6C00;
  color: #fff;
}

.is-style-heading02 {
  text-align: left !important;
  border-left: 13px solid #4d4d4d;
}
@media (min-width: 992px) {
  .is-style-heading02 {
    padding: 30px 20px;
    font-size: 24px !important;
  }
}
@media (max-width: 991px) {
  .is-style-heading02 {
    padding: 15px 10px;
    font-size: 18px !important;
  }
}

.is-style-flow-button {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  counter-reset: number 0;
}
.is-style-flow-button .wp-block-button {
  margin-bottom: 10px;
}
.is-style-flow-button .wp-block-button:after {
  content: "";
  display: block;
  width: 30px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/down-icon-05.svg) no-repeat center/contain;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .is-style-flow-button .wp-block-button a.wp-block-button__link {
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  .is-style-flow-button .wp-block-button a.wp-block-button__link {
    line-height: 30px;
  }
}
.is-style-flow-button .wp-block-button a.wp-block-button__link:not([href=""]) {
  text-align: left;
}
@media (min-width: 992px) {
  .is-style-flow-button .wp-block-button a.wp-block-button__link:not([href=""]) {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 160px;
  }
}
@media (max-width: 991px) {
  .is-style-flow-button .wp-block-button a.wp-block-button__link:not([href=""]) {
    padding-left: 20px;
    text-align: center;
  }
}
.is-style-flow-button .wp-block-button a.wp-block-button__link:not([href=""]):before {
  counter-increment: number 1;
  content: "STEP" counter(number);
}
@media (min-width: 992px) {
  .is-style-flow-button .wp-block-button a.wp-block-button__link:not([href=""]):before {
    display: inline-block;
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .is-style-flow-button .wp-block-button a.wp-block-button__link:not([href=""]):before {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.is-style-flow-button .wp-block-button a.wp-block-button__link {
  background: #4d4d4d;
  border: 1px solid #4d4d4d;
  color: #fff;
}
.is-style-flow-button .wp-block-button a.wp-block-button__link:hover {
  background: #fff;
  color: #4d4d4d;
  opacity: 1;
}
.is-style-flow-button .wp-block-button a.has-rime-green-color {
  background: #0AB559;
  border: 1px solid #0AB559;
}
.is-style-flow-button .wp-block-button a.has-rime-green-color:hover {
  background: #fff;
  color: #0AB559;
}
.is-style-flow-button .wp-block-button a.has-orange-color {
  background: #FF6C00;
  border: 1px solid #FF6C00;
}
.is-style-flow-button .wp-block-button a.has-orange-color:hover {
  background: #fff;
  color: #FF6C00;
}
.is-style-flow-button .is-style-outline a.wp-block-button__link {
  border-width: 1px;
  border-style: solid;
  border-color: #4D4D4D;
  transition: all 0.3s ease 0s;
  background: #fff;
}
.is-style-flow-button .is-style-outline a.wp-block-button__link:hover {
  background: #4D4D4D;
  color: #fff;
  opacity: 1;
}
.is-style-flow-button .is-style-outline a.has-rime-green-color {
  border-color: #0AB559;
  color: #0AB559;
}
.is-style-flow-button .is-style-outline a.has-rime-green-color:hover {
  background: #0AB559;
  color: #fff;
}
.is-style-flow-button .is-style-outline a.has-orange-color {
  border-color: #FF6C00;
  color: #FF6C00;
}
.is-style-flow-button .is-style-outline a.has-orange-color:hover {
  background: #FF6C00;
  color: #fff;
}
.is-style-flow-button .wp-block-button:last-of-type:after {
  display: none;
}
.is-style-flow-button .wp-block-button a.wp-block-button__link[href=""] {
  background: #E3E3E3;
  color: #4d4d4d;
  border-color: #E3E3E3;
  cursor: default;
  pointer-events: none;
}
.is-style-flow-button .wp-block-button a.wp-block-button__link[href=""]:hover {
  background: #E3E3E3;
  color: #4d4d4d;
  border-color: #E3E3E3;
}
.is-style-flow-button .wp-block-button:last-of-type a:before {
  display: none !important;
}
.is-style-flow-button .wp-block-button.tc a.wp-block-button__link {
  padding: 0;
  justify-content: center;
}

#wp_debug_panel_footer {
  height: 400px;
}

#wp_debug_panel {
  position: fixed;
  width: 100%;
  height: 350px;
  left: 0;
  bottom: 0;
  z-index: 10000;
}
#wp_debug_panel > .row > nav ul {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
#wp_debug_panel > .row > nav ul li {
  line-height: 30px;
  background: #000;
  color: #fff;
  padding: 0 20px;
  line-height: 40px;
  margin-right: 5px;
}
#wp_debug_panel > .row > nav ul li.active {
  background: red;
  color: #fff;
}
#wp_debug_panel > .row > .tab_content {
  position: relative;
}
#wp_debug_panel > .row > .tab_content > .content {
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  overflow: auto;
  height: 310px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#wp_debug_panel > .row > .tab_content > .content pre {
  text-align: left;
  padding: 20px;
}

.main-visual {
  min-height: unset;
}
.main-visual .wp-block-cover__inner-container {
  max-width: 1100px;
  max-height: 580px;
  position: relative;
  z-index: 10;
}
@media (min-width: 1200px) {
  .main-visual .wp-block-cover__inner-container {
    height: calc( 100vh - 500px );
    min-height: 450px;
  }
}
@media (max-width: 1199px) {
  .main-visual .wp-block-cover__inner-container {
    max-width: 100%;
    height: calc( 100vh - 200px );
  }
}
.main-visual #メインタイトル {
  position: absolute;
  z-index: 10;
}
.main-visual #メインタイトル:before {
  content: "";
  display: block;
  position: absolute;
  background-blend-mode: multiply;
}
.main-visual #メインタイトル .wp-block-group__inner-container {
  z-index: 10;
  position: relative;
}
.main-visual #メインタイトル h2, .main-visual #メインタイトル p {
  color: #fff;
}
@media (min-width: 888px) {
  .main-visual #メインタイトル {
    width: 550px;
    height: 294px;
    text-align: left;
    padding: 20px 25px 0px 145px;
  }
  .main-visual #メインタイトル:before {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/mv-messag-bg.svg) no-repeat right bottom/contain;
    z-index: 1;
    position: absolute;
  }
}
@media (min-width: 1300px) {
  .main-visual #メインタイトル {
    bottom: 0px;
    right: -20px;
  }
}
@media (min-width: 888px) and (max-width: 1299px) {
  .main-visual #メインタイトル {
    bottom: 0px;
    right: 90px;
  }
}
@media (max-width: 887px) {
  .main-visual #メインタイトル {
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: left;
  }
}
@media (min-width: 889px) {
  .main-visual #メインタイトル h2 {
    margin-bottom: 30px;
    letter-spacing: -1px;
    line-height: 46px;
    font-size: 22px;
  }
  .main-visual #メインタイトル h2 b, .main-visual #メインタイトル h2 strong {
    font-weight: normal;
    font-size: 32px;
  }
  .main-visual #メインタイトル h2 br:nth-of-type(1) {
    display: none;
  }
  .main-visual #メインタイトル p {
    font-size: 19px;
  }
  .main-visual #メインタイトル p br:nth-of-type(2) {
    display: none;
  }
}
@media (max-width: 887px) {
  .main-visual #メインタイトル h2 {
    font-size: 24px;
    padding: 30px 20px 10px;
    margin-bottom: 0px;
    font-weight: normal;
    text-shadow: 0 0 10px black;
  }
  .main-visual #メインタイトル h2 b, .main-visual #メインタイトル h2 strong {
    font-weight: normal;
    font-size: 32px;
  }
  .main-visual #メインタイトル p {
    width: 100%;
    padding: 15px 25px;
    background: rgba(3, 52, 5, 0.6);
    font-size: 13px;
  }
  .main-visual #メインタイトル p br:nth-of-type(2) {
    display: none;
  }
}
@media (max-width: 599px) {
  .main-visual #メインタイトル h2 {
    font-size: 18px;
    letter-spacing: -1px;
  }
  .main-visual #メインタイトル h2 b, .main-visual #メインタイトル h2 strong {
    font-weight: normal;
    font-size: 24px;
  }
}
.main-visual .mv-arukuma {
  position: absolute;
  right: -150px;
  z-index: 15;
}
@media (min-width: 1300px) {
  .main-visual .mv-arukuma {
    width: 180px;
    right: -90px;
    bottom: -15px;
  }
}
@media (min-width: 888px) and (max-width: 1299px) {
  .main-visual .mv-arukuma {
    width: 190px;
    right: 10px;
    bottom: -15px;
  }
}
@media (max-width: 887px) {
  .main-visual .mv-arukuma {
    width: 101px;
    right: 10px;
    bottom: 10px;
  }
}

.alert-container {
  background: #FFE8D7;
  max-width: 1077px;
  border-radius: 15px;
  padding: 30px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .alert-container {
    width: 100%;
    border-radius: 0px;
  }
}
@media (max-width: 887px) {
  .alert-container {
    padding: 30px 25px;
  }
}
.alert-container .row {
  width: 100%;
  max-width: 1077px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .alert-container .row {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    align-items: stretch;
    justify-content: space-between;
    text-align: left;
  }
}
@media (max-width: 1300px) {
  .alert-container .row {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .alert-container .titles {
    position: relative;
    padding-top: 20px;
    width: 230px;
  }
}
.alert-container .titles .btn01 {
  background: none;
  position: absolute;
  bottom: 20px;
  width: 100%;
  line-height: 60px;
}
.alert-container .titles .btn01:hover {
  background: #ff6c00;
}
@media (max-width: 991px) {
  .alert-container .titles .btn01 {
    display: none;
  }
}
.alert-container h2 {
  font-weight: normal;
  font-size: 30px;
  color: #FF6C00;
  position: relative;
  border-bottom: 4px solid #FF6C00;
  margin-left: 90px;
  padding-bottom: 15px;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .alert-container h2 {
    width: 140px;
  }
}
@media (max-width: 991px) {
  .alert-container h2 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    display: inline-block;
    width: auto;
    font-size: 30px;
    padding-top: 9px;
    padding-bottom: 9px;
    left: 25px;
  }
  .alert-container h2 br {
    display: none;
  }
}
@media (max-width: 599px) {
  .alert-container h2 {
    font-size: 25px;
  }
}
.alert-container h2:before {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  background: url(../img/track-icon01.svg) no-repeat center/contain;
  position: absolute;
  left: -100px;
  top: 0px;
}
@media (max-width: 991px) {
  .alert-container h2:before {
    width: 56px;
    height: 53px;
    left: -70px;
  }
}
.alert-container .alert-list {
  width: calc( 100% - 260px );
  min-height: 120px;
  background: #fff;
  border-radius: 15px;
  padding: 30px 30px 5px;
}
@media (max-width: 991px) {
  .alert-container .alert-list {
    padding: 25px;
    width: 100%;
  }
}
.alert-container .alert-list ul li {
  font-size: 17px;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .alert-container .alert-list ul li {
    padding-bottom: 10px;
    padding-top: 12px;
    border-bottom: 1px dotted #707070;
  }
}
.alert-container .alert-list ul li a, .alert-container .alert-list ul li span {
  display: block;
}
.alert-container .alert-list ul li .date {
  width: 120px;
}
.alert-container .alert-list ul li .cat {
  max-width: 100px;
  background: #FF6C00;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 4px;
  margin-right: 20px;
  position: relative;
  top: 2px;
  padding-left: 20px;
  padding-right: 20px;
}
.alert-container .alert-list ul li a {
  width: calc( 100% - 260px );
  color: #4D4D4D;
  text-decoration: none;
}
@media (min-width: 992px) {
  .alert-container .alert-list .btn01 {
    display: none;
  }
}
@media (max-width: 991px) {
  .alert-container .alert-list ul li {
    font-size: 15px;
  }
  .alert-container .alert-list ul li .date {
    width: 100px;
    position: relative;
    top: 2px;
  }
  .alert-container .alert-list ul li a {
    width: 100%;
    margin-top: 10px;
  }
  .alert-container .alert-list .btn {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .alert-container .alert-list .btn {
    max-width: 330px;
  }
  .alert-container .alert-list .btn:after {
    content: "▶";
    display: inline-block;
    margin-left: 10px;
  }
}

@media (max-width: 1199px) {
  .alert-container + .wp-block-spacer {
    height: 100px !important;
  }
}

.news-tabs {
  width: 100%;
  position: relative;
}
.news-tabs .row {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .news-tabs .row {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .news-tabs .row {
    padding: 0px 0 30px;
  }
}
@media (max-width: 991px) {
  .news-tabs .row {
    padding: 0 25px;
  }
}
.news-tabs h2 {
  color: #0AB559;
}
.news-tabs h2:before {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  background: url(../img/track-icon02.svg) no-repeat center/contain;
}
@media (min-width: 992px) {
  .news-tabs h2 {
    position: absolute;
    top: 10px;
    font-size: 30px;
    padding-left: 100px;
  }
  .news-tabs h2:before {
    display: block;
    left: 0px;
    top: -20px;
  }
}
@media (max-width: 991px) {
  .news-tabs h2 {
    font-size: 30px;
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
    left: 25px;
  }
  .news-tabs h2:before {
    width: 56px;
    height: 53px;
    left: -70px;
    bottom: -5px;
  }
  .news-tabs h2:after {
    content: "";
    width: 100%;
    height: 4px;
    background: #0AB559;
    display: block;
    margin-top: 10px;
  }
}
@media (max-width: 599px) {
  .news-tabs h2 {
    font-size: 25px;
  }
}
.news-tabs .tabs {
  width: 100%;
}
@media (min-width: 992px) {
  .news-tabs .tabs .tab-navigation {
    width: calc( 100% - 260px );
    margin-right: 0;
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .news-tabs .tabs .tab-navigation {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
}
.news-tabs .tabs .tab-navigation ul {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.news-tabs .tabs .tab-navigation a {
  display: block;
  width: 100%;
  font-size: 19px;
  padding-bottom: 2px;
  background: #E3E3E3;
  color: #4D4D4D;
  text-decoration: none;
  text-align: center;
}
.news-tabs .tabs .tab-navigation a.active {
  color: #fff;
  font-size: 19px;
}
.news-tabs .tabs .tab-navigation li:nth-of-type(1) a.active {
  background: #0AB559;
}
.news-tabs .tabs .tab-navigation li:nth-of-type(3) a.active {
  background: #2A70D0;
}
.news-tabs .tabs .tab-navigation li:nth-of-type(2) a.active {
  background: #2e2e2e;
}
@media (min-width: 992px) {
  .news-tabs .tabs .tab-navigation li {
    margin-right: 30px;
    width: calc( 33.333% - 20px );
    line-height: 45px;
  }
  .news-tabs .tabs .tab-navigation li:last-of-type {
    margin-right: 0;
  }
  .news-tabs .tabs .tab-navigation li a {
    border-radius: 10px;
  }
  .news-tabs .tabs .tab-navigation li a.active {
    line-height: 60px;
    border-radius: 10px 10px 0 0;
  }
}
@media (max-width: 991px) {
  .news-tabs .tabs .tab-navigation li {
    width: 50%;
  }
  .news-tabs .tabs .tab-navigation li:nth-of-type(1) {
    width: 100%;
  }
  .news-tabs .tabs .tab-navigation a {
    font-size: 18px;
    line-height: 60px;
  }
  .news-tabs .tabs .tab-navigation a.active {
    font-size: 18px;
  }
}
.news-tabs .tabs .tab-contents > * {
  display: none;
}
@media (min-width: 992px) {
  .news-tabs .tabs .tab-contents > * {
    width: calc( 100% - 100px );
    margin-right: 0;
    margin-left: auto;
  }
  .news-tabs .tabs .tab-contents > * ul,
.news-tabs .tabs .tab-contents > * .button {
    width: calc( 100% + 100px );
    margin-left: -100px;
  }
}
@media (max-width: 991px) {
  .news-tabs .tabs .tab-contents > * {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.news-tabs .tabs .tab-contents ul {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .news-tabs .tabs .tab-contents ul {
    margin-bottom: 30px;
  }
}
.news-tabs .tabs .tab-contents ul li {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  padding-bottom: 20px;
}
.news-tabs .tabs .tab-contents ul li:last-of-type {
  border-bottom: none;
}
@media (min-width: 768px) {
  .news-tabs .tabs .tab-contents ul li {
    border-bottom: 1px dotted #707070;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news-tabs .tabs .tab-contents ul li {
    border-bottom: 1px dotted #707070;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.news-tabs .tabs .tab-contents ul li a {
  color: #4d4d4d;
}
.news-tabs .tabs .tab-contents a, .news-tabs .tabs .tab-contents span {
  display: block;
}
.news-tabs .tabs .tab-contents .date {
  margin-right: 20px;
  flex: 0 0 100px;
}
@media (max-width: 599px) {
  .news-tabs .tabs .tab-contents .date {
    width: 100%;
    margin-bottom: 10px;
  }
}
.news-tabs .tabs .tab-contents .cats {
  flex: 0 1 auto;
  font-size: 15px;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.news-tabs .tabs .tab-contents .cats .cat {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 1px;
  position: relative;
  text-align: center;
  border-radius: 6px;
  text-indent: -2px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .news-tabs .tabs .tab-contents .cats .cat {
    flex: 0 0 auto;
    top: 0px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .news-tabs .tabs .tab-contents .cats .cat {
    flex: 0 1 auto;
    top: 0px;
    max-width: calc( ( 100% - 36px ) / 4 );
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (min-width: 600px) {
  .news-tabs .tabs .tab-contents .cats {
    width: calc( 100% - 120px );
  }
}
@media (max-width: 599px) {
  .news-tabs .tabs .tab-contents .cats {
    width: 100%;
    margin-top: 10px;
    margin-left: -5px;
  }
}
.news-tabs .tabs .tab-contents li a {
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .news-tabs .tabs .tab-contents li a {
    margin-left: 120px;
    width: calc(100% - 120px);
  }
}
@media (min-width: 992px) {
  .news-tabs .tabs .tab-contents li {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .news-tabs .tabs .tab-contents li {
    font-size: 15px;
  }
  .news-tabs .tabs .tab-contents a {
    width: 100%;
    margin-top: 5px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .news-tabs .tabs .tab-contents a {
    margin-top: 2px;
  }
}
.news-tabs .tabs .tab-contents .btn02 {
  width: 190px;
}
.news-tabs .tabs .button {
  text-align: center;
}
@media (min-width: 992px) {
  .news-tabs .tabs .button a.btn02 {
    margin-left: auto;
    margin-right: auto;
    width: 230px;
  }
}
@media (max-width: 991px) {
  .news-tabs .tabs .button a.btn02 {
    width: 100%;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
  .news-tabs .tabs .button a.btn02:after {
    content: "▶";
    display: inline-block;
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  .news-tabs .tabs #news-all {
    border-top: 1px solid #0AB559;
  }
  .news-tabs .tabs #news-topics {
    border-top: 1px solid #2A70D0;
  }
  .news-tabs .tabs #news-traffic {
    border-top: 1px solid #2e2e2e;
  }
}

.for-member {
  padding-top: 60px !important;
  padding-bottom: 30px !important;
}
@media (max-width: 888px) {
  .for-member {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
.for-member h2 {
  display: inline-block;
  position: relative;
  border-bottom: 4px solid #fff;
}
.for-member h2:before {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  position: absolute;
}
@media (min-width: 992px) {
  .for-member h2 {
    font-size: 33px;
    padding-bottom: 15px;
  }
  .for-member h2:before {
    left: -110px;
    top: -20px;
  }
}
@media (max-width: 991px) {
  .for-member h2 {
    font-size: 30px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    left: 25px;
  }
  .for-member h2:before {
    width: 56px;
    height: 53px;
    left: -70px;
    bottom: -5px;
  }
}
@media (max-width: 599px) {
  .for-member h2 {
    font-size: 25px;
  }
}
.for-member h2:before {
  background: url(../img/track-icon03.svg) no-repeat center/contain;
}
.for-member ul {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: stretch;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
@media (min-width: 1300px) {
  .for-member ul {
    justify-content: flex-start;
  }
}
@media (max-width: 1299px) {
  .for-member ul {
    justify-content: center;
  }
}
@media (min-width: 781px) and (max-width: 1000px) {
  .for-member ul {
    zoom: 0.7;
  }
}
.for-member li {
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  cursor: pointer;
}
@media (min-width: 782px) {
  .for-member li {
    margin-right: 25px;
    margin-bottom: 30px;
    width: calc( ( 100% - 100px ) / 5 );
    height: 180px;
  }
  .for-member li:nth-of-type(5n) {
    margin-right: 0;
  }
}
@media (max-width: 781px) {
  .for-member li {
    width: calc( 50% - 10px );
    height: 140px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .for-member li:nth-of-type(2n) {
    margin-right: 0;
  }
}
.for-member li div {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  color: #0AB559;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
  background: #fff;
}
@media (min-width: 782px) {
  .for-member li div {
    padding-top: 30px;
  }
}
@media (max-width: 781px) {
  .for-member li div {
    padding-top: 25px;
  }
}
@media (min-width: 782px) {
  .for-member li:nth-of-type(1) div {
    padding-top: 35px;
  }
  .for-member li:nth-of-type(2) div {
    padding-top: 35px;
  }
  .for-member li:nth-of-type(3) div {
    padding-top: 35px;
  }
  .for-member li:nth-of-type(4) div {
    padding-top: 30px;
  }
  .for-member li:nth-of-type(5) div {
    padding-top: 35px;
  }
  .for-member li:nth-of-type(6) div {
    padding-top: 35px;
  }
  .for-member li:nth-of-type(7) div {
    padding-top: 40px;
  }
  .for-member li:nth-of-type(8) div {
    padding-top: 40px;
  }
  .for-member li:nth-of-type(9) div {
    padding-top: 35px;
  }
  .for-member li:nth-of-type(10) div {
    padding-top: 35px;
  }
}
.for-member li span {
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  transition: all 0.3s ease 0s;
}
@media (min-width: 782px) {
  .for-member li span {
    font-size: 18px;
    line-height: 28px;
    height: 60px;
    bottom: 10px;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 781px) {
  .for-member li span {
    font-size: 15px;
    line-height: 18px;
    bottom: 25px;
  }
}
.for-member li a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 10;
}
.for-member li svg path, .for-member li svg g, .for-member li svg circle, .for-member li svg rect {
  transition: all 0.3s ease 0s;
}
@media (max-width: 599px) {
  .for-member li svg {
    zoom: 0.7;
  }
}
@media (min-width: 768px) {
  .for-member li:hover div {
    color: #FF6C00;
    width: calc( 100% + 10px );
    height: calc( 100% + 10px );
    top: -5px;
    left: -5px;
  }
  .for-member li:hover span {
    bottom: 20px;
  }
}
@media (min-width: 768px) and (min-width: 782px) {
  .for-member li:hover span {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 781px) {
  .for-member li:hover span {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .for-member li:hover svg path, .for-member li:hover svg g, .for-member li:hover svg circle, .for-member li:hover svg rect {
    fill: #FF6C00 !important;
  }
}

@media (min-width: 1300px) {
  .about {
    padding-top: 60px !important;
  }
}
@media (max-width: 1299px) {
  .about {
    padding-top: 40px !important;
    padding-bottom: 50px !important;
  }
}
@media (max-width: 991px) {
  .about {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
.about h2 {
  display: inline-block;
  border-bottom: 4px solid #0AB559;
  margin-bottom: 80px;
  position: relative;
}
.about h2:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/track-icon02.svg) no-repeat center/contain;
}
@media (min-width: 888px) {
  .about h2 {
    font-size: 30px;
    padding-bottom: 15px;
  }
  .about h2:before {
    width: 110px;
    height: 110px;
    top: 3px;
    left: -130px;
  }
}
@media (max-width: 887px) {
  .about h2 {
    padding-bottom: 5px;
    font-size: 30px;
    display: inline-block;
    margin-bottom: 40px;
    left: 15px;
  }
  .about h2:before {
    width: 56px;
    height: 53px;
    left: -60px;
    bottom: 7px;
  }
}
@media (max-width: 599px) {
  .about h2 {
    padding-bottom: 5px;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 40px;
    left: 15px;
  }
  .about h2:before {
    width: 56px;
    height: 53px;
    left: -60px;
    bottom: 1px;
  }
}
.about .wp-block-columns {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  flex-flow: wrap;
}
@media (min-width: 1200px) {
  .about .wp-block-columns .wp-block-column:nth-of-type(1) {
    flex: 1 1 auto;
  }
  .about .wp-block-columns .wp-block-column:nth-of-type(1) p {
    text-align: left;
    font-size: 28px;
  }
  .about .wp-block-columns .wp-block-column:nth-of-type(2) {
    flex: 0 0 700px;
  }
}
@media (max-width: 1199px) {
  .about .wp-block-columns .wp-block-column {
    flex: 0 0 100% !important;
  }
  .about .wp-block-columns .wp-block-column:nth-of-type(1) {
    margin-bottom: 20px;
  }
  .about .wp-block-columns .wp-block-column:nth-of-type(1) p {
    text-align: center;
    font-size: 20px;
  }
  .about .wp-block-columns .wp-block-column figure {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  .about .wp-block-spacer {
    display: none;
  }
}
.about .wp-block-buttons {
  margin-top: 50px;
}
.about .wp-block-buttons .wp-block-button .wp-block-button__link {
  background: #fff;
}
@media (min-width: 600px) {
  .about .wp-block-buttons .wp-block-button .wp-block-button__link br {
    display: none;
  }
}
.about .wp-block-embed-youtube {
  width: 100%;
}
.about .wp-block-embed-youtube iframe {
  width: 100%;
  max-width: 660px;
  max-height: 400px;
}
@media (min-width: 600px) {
  .about .wp-block-embed-youtube iframe {
    height: 400px;
  }
}
@media (max-width: 599px) {
  .about .wp-block-embed-youtube {
    min-width: 200px;
    width: 100%;
    max-width: 300px;
    min-height: 200px;
    height: 200px;
  }
  .about .wp-block-embed-youtube iframe {
    max-height: 200px;
  }
}
.about .wp-block-button {
  flex: 1 1 auto;
  max-width: 670px;
}

.commercial {
  margin-bottom: 100px;
}

#google-map {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
#google-map iframe {
  width: 100%;
}
@media (min-width: 992px) {
  #google-map iframe {
    height: 380px;
  }
}
@media (max-width: 991px) {
  #google-map iframe {
    height: 380px;
  }
}
@media (max-width: 599px) {
  #google-map iframe {
    height: 340px;
  }
}

@media (min-width: 782px) {
  .for-member2 {
    padding: 60px 0 30px !important;
  }
}
@media (max-width: 781px) {
  .for-member2 {
    padding: 30px 0 !important;
  }
}
@media (min-width: 781px) and (max-width: 1000px) {
  .for-member2 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (min-width: 782px) {
  .for-member2 > .wp-block-cover__inner-container {
    max-width: 1000px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    grid-column-gap: 23px;
  }
}
.for-member2 h2 {
  display: inline-block;
  position: relative;
  color: #0AB559 !important;
  border-bottom: 4px solid #0AB559;
  margin-bottom: 40px;
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (min-width: 781px) and (max-width: 1000px) {
  .for-member2 h2 {
    zoom: 1.42857;
  }
}
.for-member2 h2:before {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  position: absolute;
}
@media (min-width: 992px) {
  .for-member2 h2 {
    font-size: 33px;
    padding-bottom: 15px;
  }
  .for-member2 h2:before {
    left: -110px;
    top: -20px;
  }
}
@media (max-width: 991px) {
  .for-member2 h2 {
    font-size: 30px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    left: 25px;
  }
  .for-member2 h2:before {
    width: 56px;
    height: 53px;
    left: -70px;
    bottom: -5px;
  }
}
@media (max-width: 599px) {
  .for-member2 h2 {
    font-size: 25px;
  }
}
@media (min-width: 782px) {
  .for-member2 h2 {
    display: block;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.for-member2 h2:before {
  background: url(../img/track-icon02.svg) no-repeat center/contain;
}
.for-member2 .wp-block-cover {
  min-height: 10px;
  border-radius: 6px;
}
.for-member2 .wp-block-cover:before {
  border-radius: 6px;
}
@media (min-width: 782px) {
  .for-member2 .wp-block-cover {
    margin-bottom: 45px;
    padding: 25px 25px 15px;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .for-member2 .wp-block-cover:nth-of-type(1) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .for-member2 .wp-block-cover:nth-of-type(2) {
    grid-column-start: 3;
    grid-column-end: 4;
  }
  .for-member2 .wp-block-cover:nth-of-type(3) {
    grid-column-start: 4;
    grid-column-end: 5;
  }
}
@media (max-width: 781px) {
  .for-member2 .wp-block-cover:nth-of-type(1) {
    padding: 15px 25px 20px;
  }
  .for-member2 .wp-block-cover:nth-of-type(2) {
    background: none !important;
    margin-top: 40px;
    padding: 15px 25px 0px;
  }
  .for-member2 .wp-block-cover:nth-of-type(2) h3 {
    display: none;
  }
  .for-member2 .wp-block-cover:nth-of-type(3) {
    background: none !important;
    padding: 0px 25px 30px;
  }
  .for-member2 .wp-block-cover:nth-of-type(3) h3 {
    display: none;
  }
}
@media (min-width: 782px) {
  .for-member2 .wp-block-buttons .wp-block-button {
    margin-right: 20px;
  }
  .for-member2 .wp-block-buttons .wp-block-button:last-of-type {
    margin-right: 0;
  }
}
.for-member2 .wp-block-buttons .wp-block-button .wp-block-button__link {
  background: #fff;
  width: 100%;
}
.for-member2 .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background: #0AB559;
  color: #fff;
  opacity: 1;
}
.for-member2 h3 {
  font-size: 20px;
  width: 100%;
  margin-bottom: 25px;
  letter-spacing: -1px;
}
@media (min-width: 782px) {
  .for-member2 h3 {
    height: 50px;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
  }
}
.for-member2 .wp-block-buttons {
  width: 100%;
}
@media (min-width: 782px) {
  .for-member2 .wp-block-buttons {
    flex-flow: nowrap;
  }
}
.for-member2 .wp-block-buttons .wp-block-button {
  flex: 1 1 auto;
}
@media (min-width: 782px) {
  .for-member2 .wp-block-buttons .wp-block-button {
    width: calc(50% - 10px);
  }
}
@media (max-width: 781px) {
  .for-member2 .wp-block-buttons .wp-block-button {
    width: 100%;
    margin-right: 0;
  }
}
.for-member2 .wp-block-buttons .wp-block-button .wp-block-button__link {
  padding: 20px 0px;
  color: #0AB559;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  line-height: 120%;
  letter-spacing: -1px;
}
@media (min-width: 782px) {
  .for-member2 .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: 18px;
  }
}
@media (max-width: 781px) {
  .for-member2 .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: 18px;
  }
  .for-member2 .wp-block-buttons .wp-block-button .wp-block-button__link br {
    display: none;
  }
}
@media (max-width: 599px) {
  .for-member2 .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: 15px;
  }
}
.for-member2 .wp-block-buttons .wp-block-button .wp-block-button__link:before {
  display: block;
  content: "";
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 56px;
  height: 78px;
  top: -5px;
}
@media (max-width: 781px) {
  .for-member2 .wp-block-buttons .wp-block-button .wp-block-button__link:before {
    position: absolute;
    left: 25px;
    top: 9px !important;
    width: 36px;
    height: 45px;
  }
}
.for-member2 .wp-block-buttons .track-icon .wp-block-button__link:before {
  background: url(../img/member2-track-icon.svg) no-repeat center/contain;
  top: -3px;
}
.for-member2 .wp-block-buttons .track-icon .wp-block-button__link:hover:before {
  background: url(../img/member2-track-white-icon.svg) no-repeat center/contain;
}
.for-member2 .wp-block-buttons .member-icon .wp-block-button__link:before {
  background: url(../img/member2-member-icon.svg) no-repeat center/contain;
  top: -3px;
}
.for-member2 .wp-block-buttons .member-icon .wp-block-button__link:hover:before {
  background: url(../img/member2-member-white-icon.svg) no-repeat center/contain;
}
.for-member2 .wp-block-buttons .gas-icon .wp-block-button__link:before {
  background: url(../img/member2-gas-icon.svg) no-repeat center/contain;
}
.for-member2 .wp-block-buttons .gas-icon .wp-block-button__link:hover:before {
  background: url(../img/member2-gas-white-icon.svg) no-repeat center/contain;
}
.for-member2 .wp-block-buttons .report-icon .wp-block-button__link:before {
  background: url(../img/member2-book-icon.svg) no-repeat center/contain;
}
.for-member2 .wp-block-buttons .report-icon .wp-block-button__link:hover:before {
  background: url(../img/member2-book-white-icon.svg) no-repeat center/contain;
}

.totop a {
  display: block;
  position: fixed;
  background: #4D4D4D;
  right: 15px;
  bottom: 15px;
  z-index: 600;
}
@media (min-width: 992px) {
  .totop a {
    width: 65px;
    line-height: 35px;
    padding-top: 10px;
    padding-bottom: 20px;
    border-radius: 48px;
  }
  .totop a img {
    width: 24px;
  }
}
@media (max-width: 991px) {
  .totop a {
    width: 51px;
    line-height: 16px;
    padding-top: 15px;
    padding-bottom: 20px;
    border-radius: 26px;
  }
  .totop a img {
    width: 16px;
  }
}
.totop.bottom {
  width: 100%;
  padding-right: 0px;
  height: 0;
}
.totop.bottom a {
  position: relative;
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 992px) {
  .totop.bottom a {
    top: 15px;
  }
}
@media (max-width: 991px) {
  .totop.bottom a {
    top: 15px;
  }
}
@media (max-width: 599px) {
  .totop.bottom a {
    top: 15px;
  }
}

.home-access-map-caption {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 600px) {
  .home-access-map-caption {
    display: none;
  }
}

.lower-visual {
  position: relative;
}
.lower-visual figure {
  position: relative;
}
@media (min-width: 992px) {
  .lower-visual figure {
    min-height: 320px;
  }
}
@media (max-width: 991px) {
  .lower-visual figure {
    min-height: 200px;
  }
}
@media (max-width: 599px) {
  .lower-visual figure {
    min-height: 100px;
  }
}
.lower-visual figure img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0;
}
.lower-visual figure:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #00B1FF;
  opacity: 0.37;
}
.lower-visual .row {
  text-align: left;
  position: absolute;
  z-index: 100;
}
@media (min-width: 1500px) {
  .lower-visual .row {
    max-width: 1100px;
    left: calc( 50% - 550px );
    bottom: 30px;
  }
}
@media (max-width: 1499px) {
  .lower-visual .row {
    max-width: 960px;
    left: calc( 50% - 480px );
    bottom: 30px;
  }
}
@media (max-width: 991px) {
  .lower-visual .row {
    bottom: 20px;
    left: 20px;
  }
}
.lower-visual h1 {
  color: #fff;
}
@media (min-width: 992px) {
  .lower-visual h1 {
    letter-spacing: 4px;
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .lower-visual h1 {
    font-size: 18px;
  }
}

body:not(.home) .wrapper {
  position: relative;
}
body:not(.home) main {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  padding-top: 1px;
  padding-bottom: 100px;
  box-sizing: border-box;
  text-align: left;
}
@media (min-width: 1500px) {
  body:not(.home) main {
    max-width: 1100px;
    padding-right: 140px;
  }
}
@media (max-width: 1499px) {
  body:not(.home) main {
    max-width: 960px;
    padding-right: 240px;
  }
}
@media (max-width: 991px) {
  body:not(.home) main {
    padding-right: 140px;
  }
}
@media (max-width: 991px) {
  body:not(.home) main {
    padding-left: 25px;
    padding-right: 25px;
  }
}
body:not(.home) main > h1, body:not(.home) main h2 {
  margin-bottom: 40px;
}
body:not(.home) main h2 {
  font-weight: bold;
  border-bottom: 1px solid #0AB559;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  body:not(.home) main h2 {
    font-size: 33px;
  }
}
@media (max-width: 991px) {
  body:not(.home) main h2 {
    font-size: 25px;
  }
}
body:not(.home) main > h3, body:not(.home) main h4, body:not(.home) main h5, body:not(.home) main h6 {
  margin-bottom: 20px;
}
body:not(.home) main h3 {
  font-weight: bold;
  text-align: left;
}
@media (min-width: 992px) {
  body:not(.home) main h3 {
    font-size: 23px;
  }
}
@media (max-width: 991px) {
  body:not(.home) main h3 {
    font-size: 20px;
  }
}
body:not(.home) main h4 {
  font-weight: bold;
  text-align: left;
}
@media (min-width: 992px) {
  body:not(.home) main h4 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  body:not(.home) main h4 {
    font-size: 18px;
  }
}
body:not(.home) main .is-style-heading01 {
  font-weight: bold;
  text-align: left;
  color: #0AB559;
  border-bottom: 1px solid #0AB559;
  padding-bottom: 10px;
  display: block;
}
@media (min-width: 992px) {
  body:not(.home) main .is-style-heading01 {
    font-size: 33px;
  }
}
@media (max-width: 991px) {
  body:not(.home) main .is-style-heading01 {
    text-align: center;
    font-size: 25px;
  }
}
body:not(.home) main > h5, body:not(.home) main h6 {
  margin-bottom: 10px;
}
body:not(.home) main p, body:not(.home) main li, body:not(.home) main th, body:not(.home) main td {
  font-size: 17px;
  line-height: 180%;
}
body:not(.home) main p, body:not(.home) main ul, body:not(.home) main table, body:not(.home) main dl, body:not(.home) main ol {
  margin-bottom: 10px;
}
body:not(.home) main ul {
  padding-left: 35px;
}
body:not(.home) main ul li {
  list-style-type: disc;
  list-style-position: outside;
}
body:not(.home) main ol {
  padding-left: 34px;
  counter-reset: number 0;
}
body:not(.home) main ol li {
  margin-bottom: 15px;
  list-style-type: none;
}
body:not(.home) main ol li:before {
  counter-increment: number 1;
  content: counter(number);
  display: inline-block;
  font-size: 27px;
  color: #0AB559;
  margin-left: -30px;
  margin-right: 16px;
}
body:not(.home) main ol.has-orange-color li:before {
  color: #FF6C00;
}
body:not(.home) main li ol {
  padding-left: 45px;
  margin-top: 20px;
}
body:not(.home) main li ol li {
  list-style-type: nurmeric;
  margin-bottom: 10px;
}
body:not(.home) main li ol li:before {
  display: none;
}
@media (min-width: 768px) {
  body:not(.home) main table {
    border: none !important;
    border-bottom: 1px solid #ccc !important;
  }
}
@media (max-width: 767px) {
  body:not(.home) main table {
    border: none !important;
    border-bottom: 1px solid #ccc !important;
  }
}
body:not(.home) main table tbody {
  border: none;
}
body:not(.home) main table th, body:not(.home) main table td {
  padding: 15px 20px !important;
  border: none;
}
@media (max-width: 767px) {
  body:not(.home) main table th, body:not(.home) main table td {
    padding: 5px !important;
  }
}
body:not(.home) main table th {
  background: #F0F0F0;
}
body:not(.home) main table tr {
  border-top: 1px solid #ccc;
}
body:not(.home) main table tr th, body:not(.home) main table tr td {
  border: none !important;
  border-right: 1px solid #ccc !important;
}
body:not(.home) main table tr td:last-of-type {
  border-right: none !important;
  border-left: 1px solid #ccc !important;
}
body:not(.home) main table tr td:only-child {
  border-left: none !important;
}
body:not(.home) main table a:link, body:not(.home) main table a:active, body:not(.home) main table a:visited, body:not(.home) main table a:hover {
  color: #0AB559;
}
body:not(.home) .content-nav {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: center;
  justify-content: flex-start;
}
body:not(.home) .bread-cramb-nav {
  margin-top: 40px;
  margin-bottom: 45px;
  text-align: left;
}
@media (min-width: 992px) {
  body:not(.home) .bread-cramb-nav {
    width: calc(100% - 150px);
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  body:not(.home) .bread-cramb-nav {
    width: 100%;
  }
}
body:not(.home) .bread-cramb-nav ul {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
}
body:not(.home) .bread-cramb-nav li {
  padding-right: 25px;
  margin-right: 15px;
  font-size: 14px;
  position: relative;
  list-style-type: none;
  list-style-position: inside;
}
body:not(.home) .bread-cramb-nav li:after {
  content: ">";
  position: absolute;
  right: 0;
  top: -1px;
}
body:not(.home) .bread-cramb-nav li:last-of-type:after {
  display: none;
}
body:not(.home) .bread-cramb-nav a {
  color: #404040;
}
body:not(.home) .print-btn {
  width: 150px;
  line-height: 40px;
  padding: 0;
  border: 1px solid #707070;
  background: #fff;
  border-radius: 6px;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media (max-width: 991px) {
  body:not(.home) .print-btn {
    display: none;
  }
}
body:not(.home) .print-btn .icon {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -4px;
  zoom: 0.6;
}
body:not(.home) .print-btn .icon svg g {
  transition: all 0.3s ease 0s;
}
body:not(.home) .print-btn:hover {
  background: #707070;
  color: #fff;
}
body:not(.home) .print-btn:hover svg g {
  fill: #fff;
}
body:not(.home) aside {
  position: absolute;
  right: 0;
  top: 0;
  background: #F4F4F4;
  width: 300px;
  padding: 20px 0;
  box-sizing: border-box;
  text-align: left;
}
body:not(.home) aside.fixed-bottom {
  position: absolute;
  bottom: 0;
  top: auto;
}
@media (max-width: 1100px) {
  body:not(.home) aside {
    width: 240px;
  }
}
@media (min-width: 992px) {
  body:not(.home) aside {
    display: block;
  }
}
@media (max-width: 991px) {
  body:not(.home) aside {
    display: none;
  }
}
body:not(.home) aside h3 {
  font-size: 17px;
  border-bottom: 1px solid #4D4D4D;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
body:not(.home) aside li {
  font-size: 17px;
}
body:not(.home) aside li a {
  color: #4D4D4D;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 47px;
  padding-right: 20px;
  transition: all 0.3s ease 0s;
}
body:not(.home) aside li a:before {
  content: "▶";
  color: #0AB559;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: -27px;
  margin-right: 10px;
}
body:not(.home) aside li a:hover {
  background: #0AB559;
  color: #fff;
}
body:not(.home) aside li a:hover:before {
  color: #fff;
}

@media (min-width: 992px) {
  main.the-content {
    min-height: 900px;
  }
}
main.the-content table td, main.the-content table th {
  table-layout: auto;
  padding: 15px;
  overflow-wrap: break-word;
}

.page-id-311 main h2,
.page-id-778 main h2 {
  width: 100%;
  text-align: left !important;
}
.page-id-311 main h2 span,
.page-id-778 main h2 span {
  width: 100%;
}
.page-id-311 main h3,
.page-id-778 main h3 {
  font-size: 25px !important;
}

body:not(.home) main.single-column {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}
@media (min-width: 992px) {
  body:not(.home) main.single-column {
    width: 100%;
  }
}
@media (max-width: 991px) {
  body:not(.home) main.single-column {
    width: calc( 100% - 40px );
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.modal-panel {
  display: none;
}
.modal-panel .uk-modal-dialog {
  padding: 50px 30px;
}

#password-modal p {
  font-size: 15px;
  margin-bottom: 20px;
}
#password-modal p.caption {
  font-size: 13px;
  margin-bottom: 20px;
  margin-top: -10px;
}
#password-modal .buttons {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
#password-modal .buttons > * {
  margin-left: 20px;
  margin-right: 20px;
  width: 100px;
}
#password-modal input[type=text],
#password-modal input[type=password] {
  width: 300px;
  border: 1px solid #ccc;
  padding: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.address-map {
  align-items: stretch;
}
.address-map table {
  border: none !important;
}
.address-map table th, .address-map table td {
  vertical-align: top;
  border-bottom: 1px dotted #4d4d4d;
}
.address-map table td {
  padding-left: 0 !important;
}
.address-map table td:first-of-type {
  width: 100px;
}
@media (min-width: 992px) {
  .address-map .wp-block-column {
    position: relative;
    min-height: 300px;
  }
  .address-map .wp-block-column:first-of-type {
    padding-right: 40px;
    flex: 0 0 45%;
    align-self: stretch;
  }
  .address-map .wp-block-column:last-of-type {
    flex: 0 0 55%;
    align-self: stretch;
  }
  .address-map iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
  }
}
@media (max-width: 991px) {
  .address-map {
    display: block;
  }
  .address-map .wp-block-column {
    display: block;
  }
  .address-map iframe {
    width: 100% !important;
    height: 300px !important;
  }
}

.lower-archives ul {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .lower-archives ul {
    margin-bottom: 30px;
  }
}
.lower-archives ul li {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  padding-bottom: 20px;
}
.lower-archives ul li:last-of-type {
  border-bottom: none;
}
@media (min-width: 768px) {
  .lower-archives ul li {
    border-bottom: 1px dotted #707070;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .lower-archives ul li {
    border-bottom: 1px dotted #707070;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.lower-archives ul li a {
  color: #4d4d4d;
}
.lower-archives a, .lower-archives span {
  display: block;
}
.lower-archives .date {
  margin-right: 20px;
  flex: 0 0 100px;
}
@media (max-width: 599px) {
  .lower-archives .date {
    width: 100%;
    margin-bottom: 10px;
  }
}
.lower-archives .cats {
  flex: 0 1 auto;
  font-size: 15px;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.lower-archives .cats .cat {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 1px;
  position: relative;
  text-align: center;
  border-radius: 6px;
  text-indent: -2px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .lower-archives .cats .cat {
    flex: 0 0 auto;
    top: 0px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .lower-archives .cats .cat {
    flex: 0 1 auto;
    top: 0px;
    max-width: calc( ( 100% - 36px ) / 4 );
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (min-width: 600px) {
  .lower-archives .cats {
    width: calc( 100% - 120px );
  }
}
@media (max-width: 599px) {
  .lower-archives .cats {
    width: 100%;
    margin-top: 10px;
    margin-left: -5px;
  }
}
.lower-archives li a {
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .lower-archives li a {
    margin-left: 120px;
    width: calc(100% - 120px);
  }
}
@media (min-width: 992px) {
  .lower-archives li {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .lower-archives li {
    font-size: 15px;
  }
  .lower-archives a {
    width: 100%;
    margin-top: 5px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .lower-archives a {
    margin-top: 2px;
  }
}
.lower-archives .btn02 {
  width: 190px;
}
@media (min-width: 768px) {
  .lower-archives .cat {
    top: 0px;
  }
}
.lower-archives ul {
  padding-left: 0 !important;
}

.mw_wp_form {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  width: calc( 100% - 40px );
}
.mw_wp_form .require-caption {
  color: #f00;
  font-size: 12px;
}
@media (min-width: 992px) {
  .mw_wp_form dl {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .mw_wp_form dl dt {
    width: 230px;
    padding-top: 14px;
  }
}
@media (max-width: 991px) {
  .mw_wp_form dl dt {
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .mw_wp_form dl dd {
    width: calc( 100% - 230px );
  }
}
@media (max-width: 991px) {
  .mw_wp_form dl dd {
    padding-bottom: 20px;
  }
}
.mw_wp_form dl.require dt:after {
  content: "(*)";
  color: #f00;
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
}
.mw_wp_form input[type=text],
.mw_wp_form input[type=email] {
  width: 100%;
  padding: 15px;
  border: 1px solid #707070;
}
.mw_wp_form .tel dd {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: center;
  justify-content: flex-start;
}
.mw_wp_form .tel span.hyphen {
  width: 5%;
  display: block;
  text-align: center;
}
.mw_wp_form select {
  background: #fff url(../img/down-icon04.svg) no-repeat right 15px center/11px auto;
  border-radius: 0px;
  border: 1px solid #707070;
  padding: 15px;
}
.mw_wp_form textarea {
  width: 100%;
  padding: 15px;
}
.mw_wp_form .buttons {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 120px;
}
.mw_wp_form .buttons input {
  box-shadow: 0 0 0 1px #0AB559;
  border: none;
  background: #fff;
  color: #0AB559;
  width: 210px;
  font-size: 21px;
  line-height: 50px;
  border-radius: 6px;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media (max-width: 991px) {
  .mw_wp_form .buttons input {
    margin-bottom: 15px;
  }
}
.mw_wp_form .buttons input:hover {
  background: #0AB559;
  color: #fff;
}

.mw_wp_form_confirm dl dd {
  padding-top: 15px;
}

.alternate-link-color01 a {
  transition: all 0.3s ease 0s;
}
.alternate-link-color01 a:hover {
  color: #0AB559 !important;
}

.download-alternate01 {
  background: #F4F4F4;
  padding: 30px 30px 20px;
}
@media (max-width: 767px) {
  .download-alternate01 {
    display: block;
  }
}
@media (min-width: 992px) {
  .download-alternate01 .wp-block-column:nth-of-type(1) {
    flex: 1 1 auto;
    padding-left: 30px;
  }
  .download-alternate01 .wp-block-column:nth-of-type(2) {
    flex: 0 0 160px;
  }
}
@media (max-width: 767px) {
  .download-alternate01 .wp-block-column {
    flex: 0 0 100%;
  }
  .download-alternate01 .wp-block-column:nth-of-type(1) {
    margin-bottom: 20px;
  }
}
.download-alternate01 .caption {
  font-size: 20px;
  line-height: 54px;
  border: 1px solid #4D4D4D;
  display: inline-block;
  padding: 0 15px;
}
.download-alternate01 .small-title {
  margin-bottom: 0;
}
.download-alternate01 h3 {
  color: #4d4d4d;
  font-size: 26px;
}
.download-alternate01 .wp-block-buttons {
  width: 100%;
}
.download-alternate01 .wp-block-buttons .wp-block-button {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .download-alternate01 .wp-block-buttons .wp-block-button {
    flex: 1 0 100%;
  }
}

.wp-pagenavi {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: center;
  margin-top: 100px;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
  width: 63px;
  line-height: 63px;
  display: block;
  padding: 0;
  text-align: center;
  border: none;
  background: #F4F4F4;
  border-radius: 6px;
  color: #4d4d4d;
  margin: 0 4px;
}
.wp-pagenavi .extend {
  background: none;
}
.wp-pagenavi .current {
  background: #0AB559;
  color: #fff;
}
@media (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span {
    display: none;
  }
  .wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    display: block;
    width: 130px;
  }
}

.category_and_date {
  display: flex;
  flex-direction: row;
  flex-flow: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.category_and_date .cats {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.category_and_date .cats .cat {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 1px;
  position: relative;
  text-align: center;
  border-radius: 6px;
  text-indent: -2px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .category_and_date .cats .cat {
    flex: 0 0 auto;
    top: 0px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .category_and_date .cats .cat {
    flex: 0 1 auto;
    top: 0px;
    max-width: calc( ( 100% - 36px ) / 4 );
    margin-left: 5px;
    margin-right: 5px;
  }
}
.category_and_date .date {
  flex: 0 0 150px;
}
.category_and_date span {
  display: block;
}

@media (min-width: 600px) {
  hr.single-top {
    background: none;
    border: none;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
@media (max-width: 599px) {
  hr.single-top {
    margin-top: -30px;
    margin-bottom: 35px;
    width: calc( 100vw + 50px );
    margin-left: -25px;
  }
}

.tl {
  text-align: left !important;
}

.tc {
  text-align: center !important;
}

.tr {
  text-align: right !important;
}

@media (max-width: 991px) {
  .lt,
.pc {
    display: none;
  }
}

@media (min-width: 992px) {
  .sp {
    display: none;
  }
}

.has-small-font-size {
  font-size: 13px !important;
}
.has-small-font-size li {
  font-size: 13px !important;
}

.has-medium-font-size {
  font-size: 20px !important;
}
.has-medium-font-size li {
  font-size: 20px !important;
}

.has-large-font-size {
  font-size: 36px !important;
}
.has-large-font-size li {
  font-size: 36px !important;
}

.has-huge-font-size {
  font-size: 42px !important;
}
.has-huge-font-size li {
  font-size: 42px !important;
}

/*# sourceMappingURL=styles.css.map */
