@charset "UTF-8";
html {
  scroll-padding-top: 82px;
}

body {
  background-color: #fff;
}

body {
  min-width: 904px;
}
body.is-scrollFix {
  position: fixed;
  width: 100%;
}
a {
  color: #000;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover,
a:active {
  color: #000;
  text-decoration: underline;
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
}

main {
  display: block;
}

.site-header {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.header-top {
  border-top: 3px solid #67ccd6;
  background-color: #f9f7f2;
  margin-top: 0;
}
.header-top .container .header-top-description {
  padding-bottom: 5px;
}

.site-header-logo {
  margin-bottom: 30px;
}
.site-header-logo img {
  max-height: none;
}

.site-footer .footer-nav {
  border-top: 3px solid #67ccd6;
  background: #f9f7f2;
}
.site-footer .site-footer-content {
  box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.2);
  padding: 40px 30px;
  color: #808080;
  width: 100%;
  max-width: 100%;
}
.site-footer .site-footer-content .row {
  max-width: 1050px;
  margin: 0 auto;
}
.site-footer .site-footer-content .row .widget_block .wp-block-columns {
  margin-bottom: 0;
}
.site-footer .site-footer-content .row .widget_block .wp-block-columns .wp-block-column:first-child .wp-block-image {
  margin-bottom: 20px;
}
.site-footer .site-footer-content .row .widget_block .wp-block-columns .wp-block-column:first-child .wp-block-image:last-child {
  margin-bottom: 0;
}
.site-footer .site-footer-content .row .widget_block .wp-block-columns .wp-block-column:last-child .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.site-footer .site-footer-content .row .widget_block .wp-block-columns .wp-block-column:last-child .menu > li a {
  padding: 0 30px 4px 18px;
  background: url(../img/icon_arrow1_gray.gif) left 20% no-repeat;
  font-size: 14px;
  color: #3d3c39;
  line-height: 1;
}
.site-footer .site-footer-content .row .widget_block .wp-block-columns .wp-block-column:last-child .menu .sub-menu {
  margin-top: 6px;
}
.site-footer .site-footer-content .row .widget_block .wp-block-columns .wp-block-column:last-child .menu .sub-menu li {
  margin-bottom: 6px;
}
.site-footer .site-footer-content .row .widget_block .wp-block-columns .wp-block-column:last-child .menu .sub-menu li a {
  padding: 0 20px 5px 18px;
  background: url(../img/icon_arrow2_gray.gif) 5px 50% no-repeat;
  font-size: 12px;
  border: 0;
}
.site-footer .site-footer-copyright {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  border-bottom: 5px solid #67ccd6;
  padding: 10px 0;
}
.site-footer .site-footer-copyright p {
  font-size: 14px;
  margin: 0;
}

.global-nav {
  padding-bottom: 20px;
}
.global-nav .global-nav-list {
  justify-content: space-between;
}
.global-nav .global-nav-list > li {
  width: 16.6666666667%;
  padding: 11px 0;
}
.global-nav .global-nav-list > li::before {
  content: none;
}
.global-nav .global-nav-list > li:first-child a {
  border-left: 1px dotted #67ccd6;
}
.global-nav .global-nav-list > li > a {
  border-right: 1px dotted #67ccd6;
  padding-top: 3px;
  padding-bottom: 3px;
}
.global-nav .global-nav-list > li > a img {
  min-width: 75px;
}
.global-nav .global-nav-list > li ul.sub-menu {
  margin-top: 10px;
}

.fxNav {
  position: fixed;
  top: -50px;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 50px;
  background-color: #fff;
  transition: top 0.2s linear;
}
.fxNav.is-active {
  top: 0;
}
.fxNav__container {
  display: flex;
  flex-flow: row wrap;
  gap: 16px;
  align-items: stretch;
  justify-content: space-between;
  width: 1024px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  font-size: 15px;
}
.fxNav__item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.fxNav__item a {
  transition: opacity 0.2s linear;
  display: block;
  padding: 5px 0;
  font-weight: bold;
  line-height: 1;
  color: #5a5a5a;
}
.fxNav__item a:link, .fxNav__item a:visited, .fxNav__item a:hover, .fxNav__item a:active, .fxNav__item a:focus {
  text-decoration: none;
}
.fxNav__item a:hover, .fxNav__item a:focus {
  opacity: 0.7;
}

.fNav {
  flex: 1;
}
.fNav__container {
  display: flex;
  flex-flow: row wrap;
  gap: 26px 0;
  align-items: stretch;
  justify-content: flex-start;
}
.fNav__container--type01 {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: min-content min-content min-content; /* 各列の幅を最小コンテンツ幅に合わせる */
  justify-content: space-between;
}
.fNav__container--type02 {
  justify-content: space-between;
}
.fNav__container--type02 .fNav__item {
  width: auto;
}
.fNav__container--type02 .fNav__item a {
  font-weight: normal;
}
.fNav__container--type02 .fNav__item a::before {
  content: "●";
}
.fNav__item {
  white-space: nowrap;
}
.fNav__item a {
  transition: opacity 0.2s linear;
  display: block;
  padding: 5px 0;
  font-weight: bold;
  line-height: 1;
  color: #000;
}
.fNav__item a:link, .fNav__item a:visited, .fNav__item a:hover, .fNav__item a:active, .fNav__item a:focus {
  text-decoration: none;
}
.fNav__item a:hover, .fNav__item a:focus {
  opacity: 0.7;
}
.fNav__contact {
  margin-top: 26px;
  margin-bottom: 22px;
}
.fNav__contact a {
  transition: opacity 0.2s linear;
  display: block;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100vh;
}
.fNav__contact a:link, .fNav__contact a:visited, .fNav__contact a:hover, .fNav__contact a:active, .fNav__contact a:focus {
  text-decoration: none;
}
.fNav__contact a:hover, .fNav__contact a:focus {
  opacity: 0.7;
}

.hNav {
  margin-left: 132px;
}
.hNav__item + .hNav__item {
  margin-top: 15px;
}
.hNav__item a {
  transition: opacity 0.2s linear;
  display: block;
  padding: 5px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #5a5a5a;
}
.hNav__item a:link, .hNav__item a:visited, .hNav__item a:hover, .hNav__item a:active, .hNav__item a:focus {
  text-decoration: none;
}
.hNav__item a:hover, .hNav__item a:focus {
  opacity: 0.7;
}

.vk-mobile-nav nav ul li a {
  font-size: 16px;
  line-height: 1;
  padding-top: 13px;
  padding-bottom: 13px;
}

.lNav {
  position: relative;
  width: 904px;
  padding: 48px;
  border: 4px dotted #00a381;
  border-radius: 20px;
}
.lNav__container {
  display: flex;
  flex-flow: row wrap;
  gap: 26px 50px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.lNav__item {
  white-space: nowrap;
}
.lNav__item a {
  transition: opacity 0.2s linear;
  display: block;
  font-weight: bold;
  line-height: 1;
  color: #000;
}
.lNav__item a:link, .lNav__item a:visited, .lNav__item a:hover, .lNav__item a:active, .lNav__item a:focus {
  text-decoration: none;
}
.lNav__item a:link, .lNav__item a:visited, .lNav__item a:hover, .lNav__item a:active, .lNav__item a:focus {
  color: #00a381;
}
.lNav__item a:hover, .lNav__item a:focus {
  opacity: 0.7;
}
.p-guardian .lNav__head {
  position: absolute;
  top: -15px;
  right: 50%;
  height: 30px;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #00a381;
  border-radius: 100vh;
  transform: translateX(50%);
}
.p-guardian .lNav__head::before, .p-guardian .lNav__head::after {
  display: none;
  content: "";
}

.site-body {
  box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.2);
}

.main-section--col--two {
  width: 100%;
}
.sub-section--col--two .widget {
  margin-bottom: 0;
}
.sub-section--col--two .widget + .widget_categories {
  margin-bottom: 60px;
}
.sub-section--col--two .widget .sub-section-title,
.sub-section--col--two .widget .wp-block-heading {
  box-shadow: unset;
  padding: 15px 0 15px 15px;
  border-top: none;
  border-right: none;
  border-bottom: 3px solid #4cbcc1;
  border-left: none;
  background: #67ccd6;
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
}
.sub-section--col--two .widget .sub-section-title:first-child,
.sub-section--col--two .widget .wp-block-heading:first-child {
  margin-top: 0;
}
.sub-section--col--two .widget .sub-section-title a,
.sub-section--col--two .widget .wp-block-heading a {
  transition: opacity 0.2s linear;
  font-size: 18px;
}
.sub-section--col--two .widget .sub-section-title a:hover, .sub-section--col--two .widget .sub-section-title a:focus,
.sub-section--col--two .widget .wp-block-heading a:hover,
.sub-section--col--two .widget .wp-block-heading a:focus {
  opacity: 0.7;
}
.sub-section--col--two .widget .sub-section-title a:link, .sub-section--col--two .widget .sub-section-title a:visited, .sub-section--col--two .widget .sub-section-title a:hover, .sub-section--col--two .widget .sub-section-title a:active, .sub-section--col--two .widget .sub-section-title a:focus,
.sub-section--col--two .widget .wp-block-heading a:link,
.sub-section--col--two .widget .wp-block-heading a:visited,
.sub-section--col--two .widget .wp-block-heading a:hover,
.sub-section--col--two .widget .wp-block-heading a:active,
.sub-section--col--two .widget .wp-block-heading a:focus {
  color: #fff;
}
.sub-section--col--two .widget .sub-section-title a:link, .sub-section--col--two .widget .sub-section-title a:visited, .sub-section--col--two .widget .sub-section-title a:hover, .sub-section--col--two .widget .sub-section-title a:active, .sub-section--col--two .widget .sub-section-title a:focus,
.sub-section--col--two .widget .wp-block-heading a:link,
.sub-section--col--two .widget .wp-block-heading a:visited,
.sub-section--col--two .widget .wp-block-heading a:hover,
.sub-section--col--two .widget .wp-block-heading a:active,
.sub-section--col--two .widget .wp-block-heading a:focus {
  text-decoration: none;
}
.sub-section--col--two .widget ul {
  padding-left: 0;
  list-style: none;
}
.sub-section--col--two .widget ul li {
  list-style: none;
  border-bottom: 1px solid #ccc;
  line-height: 121.4%;
  margin-top: 0;
}
.sub-section--col--two .widget ul li::before {
  content: none;
}
.sub-section--col--two .widget ul li a {
  display: block;
  padding: 22px 10px 20px 28px;
  text-decoration: none;
  color: #666;
  font-size: 16px;
  background: url(../img/icon_arrow1_gray.gif) 10px 50% no-repeat;
}
.sub-section--col--two .widget ul li a:hover {
  background-color: #efefef;
}
.sub-section--col--two .widget ul li.current_page_item a {
  background-color: #efefef;
}
.sub-section--col--two .widget ul li .children li {
  display: block;
  border-bottom: none;
  border-top: 1px solid #ccc;
}
.sub-section--col--two .widget ul li .children li a {
  padding: 11px 10px 9px 28px;
  background: url(../img/icon_arrow2_gray.gif) 12px 15px no-repeat;
}
.sub-section--col--two .widget ul li .children li a:hover {
  background-color: #efefef;
}
.sub-section--col--two .widget ul li .children li.current_page_item a {
  background-color: #efefef;
}

.veu_childPage_list .childPage_list_box .childPage_list_box_inner .veu_card_title {
  padding-left: 12px;
  line-height: 1.25;
}
.veu_childPage_list .childPage_list_box .childPage_list_box_inner .veu_card_title::before {
  position: absolute;
  width: 4px;
  height: 20px;
  background-color: #4cbcc1;
  top: 0;
  left: 0;
}
.veu_childPage_list .childPage_list_box .childPage_list_box_inner .childPage_list_body .childPage_list_more {
  border: 0;
}

.entry-body pre {
  border: 1px dotted #bcb6a4;
  background: #f9f7f2;
  line-height: 1.8;
  white-space: pre-wrap;
  font-size: 16px;
  color: #3d3c39;
  padding: 1.5em;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif !important;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}

.imgTypeA img {
  margin-bottom: 10px;
  padding: 2px;
  border: 1px solid #ccc;
}

.veu_pageList_ancestor {
  border: 0;
}
.veu_pageList_ancestor .veu_card_inner {
  width: 738px;
  margin-top: 60px;
  background: #f9f7f2;
  border: 1px solid #d6d3cc;
}
.veu_pageList_ancestor .veu_card_inner h3 {
  margin: 15px 20px 15px 0;
  border-bottom: 1px dotted #ccc;
  font-weight: lighter;
  padding: 0px 0px 3px;
  font-size: 14px;
}
.veu_pageList_ancestor .veu_card_inner h3 a {
  text-decoration: none;
  color: #666;
}
.veu_pageList_ancestor .veu_card_inner > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.veu_pageList_ancestor .veu_card_inner > ul li {
  display: inline-block;
  width: 33%;
  list-style: none;
  margin: 0px;
}
.veu_pageList_ancestor .veu_card_inner > ul li a {
  padding: 3px 5px 12px 17px;
  border: 0;
  background: url(../img/icon_arrow1_gray.gif) left 9px no-repeat;
}
.veu_pageList_ancestor .veu_card_inner > ul li a:link, .veu_pageList_ancestor .veu_card_inner > ul li a:visited, .veu_pageList_ancestor .veu_card_inner > ul li a:hover, .veu_pageList_ancestor .veu_card_inner > ul li a:active, .veu_pageList_ancestor .veu_card_inner > ul li a:focus {
  text-decoration: none;
}
.veu_pageList_ancestor .veu_card_inner > ul li a:hover, .veu_pageList_ancestor .veu_card_inner > ul li.current_page_item a {
  background: url(../img/icon_arrow1_gray.gif) left 9px no-repeat;
  text-decoration: none;
  color: #32b2b2;
  transition: 0.7s;
  font-weight: normal;
}
.veu_pageList_ancestor .veu_card_inner > ul li.current_page_item a:hover {
  opacity: 0.5;
}
.veu_pageList_ancestor .veu_card_inner > ul li ul.children li {
  width: 100%;
}
.veu_pageList_ancestor .veu_card_inner > ul li ul.children li a {
  color: #666;
  padding: 3px 5px 12px 17px;
  background: url(../img/icon_arrow2_gray.gif) left 11px no-repeat;
}
.veu_pageList_ancestor .veu_card_inner > ul li ul.children li a:hover, .veu_pageList_ancestor .veu_card_inner > ul li ul.children li.current_page_item a {
  background: url(../img/icon_arrow2_gray.gif) left 11px no-repeat;
  text-decoration: none;
  color: #32b2b2;
  transition: 0.7s;
}

.entry-body .p-newsLetter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.entry-body .p-newsLetter li {
  width: 220px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 20px;
  list-style: none;
  text-align: left;
  background: url(../img/icn_arrow01.svg) 95% 50% no-repeat #67ccd6;
}
.entry-body .p-newsLetter li a {
  transition: opacity 0.2s linear;
  font-size: 18px;
}
.entry-body .p-newsLetter li a:link, .entry-body .p-newsLetter li a:visited, .entry-body .p-newsLetter li a:hover, .entry-body .p-newsLetter li a:active, .entry-body .p-newsLetter li a:focus {
  color: #fff;
}
.entry-body .p-newsLetter li a:link, .entry-body .p-newsLetter li a:visited, .entry-body .p-newsLetter li a:hover, .entry-body .p-newsLetter li a:active, .entry-body .p-newsLetter li a:focus {
  text-decoration: none;
}
.entry-body .p-newsLetter li a:hover, .entry-body .p-newsLetter li a:focus {
  opacity: 0.7;
}
.entry-body .p-newsLetter li:nth-child(3n+2):last-child {
  margin-right: calc(50% - 110px);
}

.page_top_btn {
  width: 45px;
  height: 45px;
  background: url(../img/footer_pagetop.png) no-repeat 50% 50%;
  box-shadow: none;
}

.c-main {
  position: relative;
  padding-top: 136px;
}
.page-home .c-main {
  padding-top: 424px;
}

.c-decoration-footer {
  padding-top: 100px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  background-color: #fff;
}
.page-home .c-decoration-footer {
  display: none;
}

.breadcrumb {
  box-shadow: unset;
  padding: 5px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #e4f4f2;
  font-size: 14px;
  color: #3d3c39;
}
.breadcrumb .container {
  border-bottom: none;
}
.breadcrumb a {
  padding-right: 8px;
  text-decoration: none;
  color: #4cbcc1;
  transition: 0.7s;
}
.breadcrumb a:hover {
  opacity: 0.5;
  color: #4cbcc1;
}
.breadcrumb ol li {
  padding-right: 10px;
}
.breadcrumb ol li::after {
  content: "»";
}
.breadcrumb ol li a i {
  display: none;
}

.page-header {
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-header-title,
h1.page-header-title {
  font-weight: bold;
  padding-left: 12px;
  border-bottom: none;
  border-left: 8px solid #42bbc1;
  font-size: 28px;
}

.c-head--base01 {
  font-weight: normal;
}

h2 {
  box-shadow: unset;
  padding: 15px 0 15px 15px;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #4cbcc1;
  border-left: none;
  background: #e4f4f2;
  font-size: 26px;
  color: #32b2b2;
  font-weight: normal;
  clear: both;
}
pre + h2 {
  margin-top: 2em;
}

h3 {
  clear: both;
  font-size: 18px;
  margin: 30px 0px 25px;
  padding: 2px 0px 0px 15px;
  border-left: 3px solid #666;
  color: #333;
  font-weight: bold;
  border-left-color: #4cbcc1;
  border-bottom: 0;
}
h3::after {
  content: none;
}

h4 {
  clear: both;
  font-size: 16px;
  margin: 30px 0px 10px;
  padding: 0px 0px 2px;
  border-bottom: 1px dotted #ccc;
  color: #32b2b2;
  text-decoration: none;
  padding-bottom: 8px;
  background: inherit;
}

.c-notes--type01 {
  position: relative;
  padding-left: 2.25em;
}
.c-notes--type01 span {
  position: absolute;
  top: 0;
  left: 0;
}

.c-notes--type02 {
  color: #f00;
}

.c-notes--type03 {
  padding-left: 1em;
  text-indent: -1em;
}

.c-color--red01 {
  color: #f00;
}

.c-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}
.c-wrap--type01 {
  padding-top: 270px;
  padding-bottom: 150px;
  overflow-x: hidden;
}
.c-wrap--type02 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.c-wrap--type03 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.c-wrap--news {
  padding-top: 100px;
  padding-bottom: 100px;
}
.c-wrap--blog01 {
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
}
.c-wrap--blog01::before, .c-wrap--blog01::after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 30px;
  content: "";
  background: url("../img/bg_line02.svg") repeat-x 0 0;
}
.c-wrap--blog01::before {
  top: 0;
}
.c-wrap--blog01::after {
  bottom: 0;
  transform: scaleY(-1);
}
.c-wrap--blog02 {
  position: relative;
  padding-top: 30px;
  padding-bottom: 0;
}
.c-wrap--blog02::before, .c-wrap--blog02::after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 30px;
  content: "";
  background: url("../img/bg_line02.svg") repeat-x 0 0;
}
.c-wrap--blog02::before {
  top: 0;
}
.c-wrap--blog02::after {
  bottom: 0;
  transform: scaleY(-1);
}

.c-section {
  width: 904px;
  margin-right: auto;
  margin-left: auto;
}
.c-section + .c-section {
  margin-top: 60px;
}
.c-section .c-section {
  margin-bottom: 40px;
}

.c-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.c-columns .c-col__item--center {
  align-self: center;
}

.c-col1--type01 {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.c-col1--type01 img {
  flex-shrink: 0;
  width: 100%;
  height: auto;
}

.c-col2--type01 .c-columns__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.c-col2--type01 .c-columns__item {
  width: 50%;
}
.c-col2--type01 .c-columns__item a {
  transition: opacity 0.2s linear;
}
.c-col2--type01 .c-columns__item a:hover, .c-col2--type01 .c-columns__item a:focus {
  opacity: 0.7;
}

.c-col3--type01 {
  margin-bottom: 60px;
}
.c-col3--type01 .c-columns__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-top: -30px;
}
.c-col3--type01 .c-columns__container::after {
  display: block;
  width: calc(33.3333333333% - 20px);
  content: "";
}
.c-col3--type01 .c-columns__item {
  width: calc(33.3333333333% - 20px);
  margin-top: 30px;
}
.c-col3--type01 .c-columns__item a {
  transition: opacity 0.2s linear;
}
.c-col3--type01 .c-columns__item a:hover, .c-col3--type01 .c-columns__item a:focus {
  opacity: 0.7;
}

.c-col4--type01 {
  margin-top: -20px;
}
.c-col4--type01::before, .c-col4--type01::after {
  display: block;
  content: "";
  width: calc(100% / 4 - 15px * (4 - 1) / 4);
}
.c-col4--type01::before {
  order: 1;
}
.c-col4--type01 .c-columns__item {
  width: calc(100% / 4 - 15px * (4 - 1) / 4);
  margin-top: 20px;
}
.c-col4--type01 .c-columns__text {
  margin-top: 5px;
  text-align: center;
}
.c-pic-text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.c-pic-text .c-col__item--center {
  align-self: center;
}
.c-pic-text__picture {
  order: 1;
  text-align: center;
}
.c-pic-text__picture--type01 {
  width: 350px;
}
.c-pic-text__picture--type02 {
  width: 260px;
}
.c-pic-text__picture--type03 {
  width: 500px;
}
.c-pic-text__text {
  order: 2;
}
.c-pic-text__text--type01 {
  width: calc(100% - 350px - 30px);
  margin-top: -0.5em;
  line-height: 2;
}
.c-pic-text__text--type02 {
  width: calc(100% - 260px - 30px);
}
.c-pic-text__text--type03 {
  width: calc(100% - 500px - 30px);
}

.c-pic-text--picLeft01 .c-pic-text__picture {
  order: 1;
  margin-right: 30px;
}
.c-pic-text--picLeft01 .c-pic-text__text {
  order: 2;
}

.c-pic-text--picRight01 .c-pic-text__picture {
  order: 2;
  margin-left: 30px;
}
.c-pic-text--picRight01 .c-pic-text__text {
  order: 1;
}
.c-pic-text--picRight01 .c-pic-text__text p:not(:first-child) {
  margin-top: 1.61em;
}

.extend__li--type01, ul:not([class]) li {
  position: relative;
  list-style-type: none;
}
.extend__li--type01::before, ul:not([class]) li::before {
  position: absolute;
  top: 0.65em;
  left: -14px;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #000;
  border-radius: 50%;
}

ul:not([class]) {
  padding-left: 20px;
  margin-bottom: 20px;
}
ul:not([class]) li + li {
  margin-top: 10px;
}
ul:not([class]) li ul:not([class]),
ul:not([class]) li ol:not([class]) {
  margin-top: 10px;
  margin-bottom: 0;
}

ol:not([class]) {
  padding-left: 24px;
  margin-bottom: 20px;
}
ol:not([class]) li {
  list-style-position: outside;
  list-style-type: decimal;
}
ol:not([class]) li + li {
  margin-top: 6px;
}
ol:not([class]) li ol:not([class]),
ol:not([class]) li ul:not([class]) {
  margin-top: 10px;
  margin-bottom: 0;
}

table ul:not([class]),
table ul.c-ul--col2,
table ol:not([class]) {
  margin-bottom: 0;
  margin-left: 0;
}
.c-ul--type01 li {
  position: relative;
  padding-left: 23px;
  list-style-type: none;
}
.c-ul--type01 li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 12px;
  height: 12px;
  content: "";
  background: #ffad73;
  border-radius: 50%;
}

.c-dl--type01 dd:not(:last-child) {
  margin-bottom: 1em;
}

.c-link--type01 {
  width: 200px;
  height: 58px;
  margin-right: auto;
  margin-left: auto;
}
.c-link--type01 a {
  transition: opacity 0.2s linear;
  display: flex;
  flex-flow: row wrap;
  gap: 2px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fa8735;
  border-radius: 100vh;
}
.c-link--type01 a:hover, .c-link--type01 a:focus {
  opacity: 0.7;
}
.c-link--type01 a:link, .c-link--type01 a:visited, .c-link--type01 a:hover, .c-link--type01 a:active, .c-link--type01 a:focus {
  text-decoration: none;
}
.c-link--type01 a::after {
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  background: url("../img/icn_arrow01.svg") no-repeat 0 0;
  background-size: 100% auto;
}
.c-link--type01 a span {
  width: 70px;
  padding-bottom: 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.c-link--type02 a {
  transition: opacity 0.2s linear;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  gap: 2px;
  align-items: center;
  justify-content: center;
  width: 352px;
  height: 45px;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  color: #fff;
  background-color: #717071;
  border-radius: 100vh;
}
.c-link--type02 a:hover, .c-link--type02 a:focus {
  opacity: 0.7;
}
.c-link--type02 a:link, .c-link--type02 a:visited, .c-link--type02 a:hover, .c-link--type02 a:active, .c-link--type02 a:focus {
  text-decoration: none;
}
.c-link--type02 a:link, .c-link--type02 a:visited, .c-link--type02 a:hover, .c-link--type02 a:active, .c-link--type02 a:focus {
  color: #fff;
}
.c-link--type02 a::after {
  position: absolute;
  top: 7px;
  right: 10px;
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  background: url("../img/icn_arrow07.svg") no-repeat 0 0;
  background-size: 100% auto;
}
.c-link--type02 a span {
  width: 70px;
  padding-bottom: 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.c-link--type03 a {
  transition: opacity 0.2s linear;
}
.c-link--type03 a:hover, .c-link--type03 a:focus {
  opacity: 0.7;
}
.c-link--type03 a:link, .c-link--type03 a:visited {
  text-decoration: underline;
}
.c-link--type03 a:hover, .c-link--type03 a:active, .c-link--type03 a:focus {
  text-decoration: none;
}
.c-link--type03 a:link, .c-link--type03 a:visited, .c-link--type03 a:hover, .c-link--type03 a:active, .c-link--type03 a:focus {
  color: #00a381;
}
.c-link--type03 a[target=_blank]::after {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 0.5em;
  vertical-align: middle;
  content: "";
  background: url("../img/icn_blank02.svg") no-repeat 0 0;
  background-size: 100% auto;
}

.c-linkWrap--type01 {
  margin-top: 60px;
  text-align: center;
}

.c-linkList--type01 li:not(:first-child) {
  margin-top: 14px;
}
.c-linkList--type01 a {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
.c-linkList--type01 a::before {
  content: "●";
}
.c-linkList--type01 a[target=_blank]::after {
  display: inline-block;
  width: 16px;
  height: 17px;
  margin-left: 8px;
  vertical-align: middle;
  content: "";
  background: url("../img/icn_blank01.svg") no-repeat 0 0;
  background-size: 100% auto;
}
.c-linkList--type01 a[href$=".pdf"]::after {
  display: inline-block;
  width: 24px;
  height: 18px;
  margin-left: 8px;
  vertical-align: middle;
  content: "";
  background: url("../img/icn_pdf01.png") no-repeat 0 0;
  background-size: 100% auto;
}

table {
  border-top: 1px solid #ccc;
  margin: 10px -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 85.7%;
  line-height: 141.7%;
}
table th,
table td {
  border: 1px solid #ccc;
  padding: 10px 15px;
  vertical-align: top;
}
table th {
  font-weight: lighter;
  background-color: #f5f5f5;
  white-space: nowrap;
  box-shadow: inset 1px 1px 0px #ffffff;
}

.snow-monkey-form .smf-form--business .wp-block-heading + .smf-item {
  border-top: 1px solid rgb(221, 221, 221);
}

.smf-action .smf-button-control__control {
  background: #4cbcc1;
  color: #fff;
  width: 150px;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

.c-qa {
  margin-top: 46px;
}
.c-qa .c-qa__container + .c-head--type02 {
  margin-top: 60px;
}
.c-qa .c-qa__item {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border: 2px solid #ffad73;
  border-radius: 10px;
  transition: height 0.4s ease;
}
.c-qa .c-qa__item + .c-qa__item {
  margin-top: 30px;
}
.c-qa .c-qa__item.is-active .c-qa__button {
  transform: rotateX(180deg);
}
.c-qa .c-qa__head {
  font-family: "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
  font-weight: normal;
  position: relative;
  padding-right: 50px;
  padding-left: 50px;
  font-size: 16px;
}
.c-qa .c-qa__body {
  position: relative;
  padding-top: 25px;
  padding-left: 50px;
  margin-top: 25px;
  border-top: 1px dotted #ffad73;
}
.c-qa .c-qa__body p + p {
  margin-top: 1em;
}
.c-qa .c-qa__body .notes {
  display: none;
}
.c-qa .c-qa__body a:link, .c-qa .c-qa__body a:visited, .c-qa .c-qa__body a:hover, .c-qa .c-qa__body a:active, .c-qa .c-qa__body a:focus {
  color: #69bb0b;
}
.c-qa .c-qa__body a:link, .c-qa .c-qa__body a:visited {
  text-decoration: underline;
}
.c-qa .c-qa__body a:hover, .c-qa .c-qa__body a:active, .c-qa .c-qa__body a:focus {
  text-decoration: none;
}
.c-qa .c-qa__icon--question,
.c-qa .c-qa__icon--answer {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.2;
  text-align: center;
  border: 2px solid #ffad73;
  border-radius: 50%;
}
.c-qa .c-qa__icon--question {
  top: -4px;
  padding-top: 2px;
  font-size: 22px;
  color: #fff;
  background-color: #ffad73;
}
.c-qa .c-qa__icon--answer {
  top: 20px;
  padding-top: 2px;
  font-size: 22px;
  color: #ffad73;
}
.c-qa .c-qa__button {
  position: absolute;
  top: 24px;
  right: 18px;
  width: 30px;
  height: 30px;
  padding: 0;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2010%22%3E%3Cpath%20d%3D%22M1%201.5l9%207%209-7%22%20fill%3D%22none%22%20stroke%3D%22%2396c537%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
  border: 0;
  transition: transform 0.2s linear;
}
.c-qa .item-image {
  display: block;
  width: 375px;
  margin-top: 10px;
}

.c-bg--type01 {
  background: #ffad73 url("../img/bg_pattern01.png") repeat 0 0;
}

.c-bg--type02 {
  background-color: #fff;
}

/* stylelint-disable scss/double-slash-comment-whitespace-inside */
.c-mainVisual.vk_outer-paddingVertical-use {
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}
.c-mainVisual .vk_outer_container {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.c-mainVisual .vk_slider_item_container {
  padding-left: 5px;
  padding-right: 5px;
}
.c-mainVisual .vk_slider_item_container .wp-block-image {
  margin-top: 5px;
  margin-bottom: 5px;
}

.main-section .vk_posts:not(.next-prev) {
  margin: 0;
  padding: 10px;
  background: #fff;
}
.main-section .vk_posts:not(.next-prev) .vk_post.card {
  width: calc(100% - 10px);
  margin: 0;
  padding: 20px 0;
  border: 0;
  background: inherit;
  border-bottom: 1px solid #ccc;
}
.main-section .vk_posts:not(.next-prev) .vk_post.card .vk_post_body {
  padding: 0 0 40px;
}
.main-section .vk_posts:not(.next-prev) .vk_post.card .vk_post_body .vk_post_title {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px dotted #ccc;
}
.main-section .vk_posts:not(.next-prev) .vk_post.card .vk_post_body .vk_post_title a {
  padding-bottom: 8px;
}
.main-section .vk_posts:not(.next-prev) .vk_post.card .vk_post_body .vk_post_title a:link, .main-section .vk_posts:not(.next-prev) .vk_post.card .vk_post_body .vk_post_title a:visited, .main-section .vk_posts:not(.next-prev) .vk_post.card .vk_post_body .vk_post_title a:hover, .main-section .vk_posts:not(.next-prev) .vk_post.card .vk_post_body .vk_post_title a:active, .main-section .vk_posts:not(.next-prev) .vk_post.card .vk_post_body .vk_post_title a:focus {
  color: #32b2b2;
}
.main-section .vk_posts:not(.next-prev) .vk_post.card .vk_post_body .vk_post_date {
  font-size: 14px;
  font-weight: bold;
  color: #666;
}
.main-section .vk_posts:not(.next-prev) .vk_post.card .vk_post_body .vk_post_excerpt {
  font-size: 16px;
  line-height: 1.5;
}
.main-section .vk_posts:not(.next-prev) .vk_post.card .vk_post_body .vk_post_btnOuter {
  bottom: 0.25rem;
}
.main-section .vk_posts:not(.next-prev) .vk_post.card .vk_post_body .vk_post_btnOuter a {
  border: 0;
}

.next-prev .next-prev-prev.card-horizontal.vk_post .card-body {
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: flex-start;
}
.next-prev .next-prev-prev.card-horizontal.vk_post .card-body:before {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  font-weight: bold;
  position: absolute;
  font-size: 3rem;
  color: rgba(0, 0, 0, 0.1);
  top: calc(50% - 1.5rem);
  left: 1rem;
}
.next-prev .next-prev-prev.card-horizontal.vk_post .card-body .vk_post_title a {
  display: block;
  padding: 1.5rem 1rem 1.5rem 3.5rem;
  font-size: 14px;
  font-weight: normal;
}
.next-prev .next-prev-next.card-horizontal .card-body {
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: flex-end;
}
.next-prev .next-prev-next.card-horizontal .card-body:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: bold;
  position: absolute;
  font-size: 3rem;
  color: rgba(0, 0, 0, 0.1);
  top: calc(50% - 1.5rem);
  right: 1rem;
}
.next-prev .next-prev-next.card-horizontal.vk_post .card-body .vk_post_title a {
  display: block;
  padding: 1.5rem 3.5rem 1.5rem 1rem;
  font-size: 14px;
  font-weight: normal;
}

.c-pager--type01 {
  margin-top: 150px;
}
.c-pager--type01 .c-pager__container {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  align-items: stretch;
  justify-content: center;
}
.c-pager--type01 .c-pager__item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.c-pager--type01 .c-pager__item a,
.c-pager--type01 .c-pager__item span {
  display: block;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #fdcca9;
}
.c-pager--type01 .c-pager__item a {
  border-radius: 10px;
  transition: background-color 0.2s linear, color 0.2s linear;
}
.c-pager--type01 .c-pager__item a:link, .c-pager--type01 .c-pager__item a:visited, .c-pager--type01 .c-pager__item a:hover, .c-pager--type01 .c-pager__item a:active, .c-pager--type01 .c-pager__item a:focus {
  text-decoration: none;
}
.c-pager--type01 .c-pager__item a:hover, .c-pager--type01 .c-pager__item a:focus {
  color: #fa8735;
  background-color: #ffe8d8;
}
.c-pager--type01 .c-pager__item.is-current span {
  color: #fa8735;
}
.c-pager--type01 .c-pager__abbr span {
  color: #fdcca9;
  background-color: #fff;
  border-color: #fff;
}
.c-pager--type01 .c-pager__prev a,
.c-pager--type01 .c-pager__prev span,
.c-pager--type01 .c-pager__next a,
.c-pager--type01 .c-pager__next span {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  line-height: 1;
  text-indent: 60px;
  white-space: nowrap;
  background: url("../img/icn_arrow06.svg") no-repeat 0 0;
  background-size: 100% auto;
}
.c-pager--type01 .c-pager__prev {
  margin-right: 20px;
}
.c-pager--type01 .c-pager__prev a,
.c-pager--type01 .c-pager__prev span {
  transform: scaleX(-1);
}
.c-pager--type01 .c-pager__next {
  margin-left: 20px;
}
.c-pager-single {
  display: flex;
  flex-flow: row wrap;
  gap: 40px;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
}
.c-pager-single__item a,
.c-pager-single__item span {
  display: block;
}
.c-pager-single__item a {
  transition: opacity 0.2s linear;
}
.c-pager-single__item a:link, .c-pager-single__item a:visited, .c-pager-single__item a:hover, .c-pager-single__item a:active, .c-pager-single__item a:focus {
  text-decoration: none;
}
.c-pager-single__item a:hover, .c-pager-single__item a:focus {
  opacity: 0.7;
}
.c-pager-single__item--index a {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fa8735;
}
.c-pager-single__item--index a::after {
  display: block;
  width: 22px;
  height: 22px;
  content: "";
  background: url("../img/icn_arrow03.svg") no-repeat 0 50%;
  background-size: 100% auto;
}
.c-pager-single__item--prev {
  width: 71px;
  height: 71px;
}
.c-pager-single__item--prev a {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/icn_arrow02.svg") no-repeat 0 0;
  background-size: 100% auto;
  transform: scaleX(-1);
}
.c-pager-single__item--prev.is-inactive {
  background: url("../img/icn_arrow04.svg") no-repeat 0 0;
  background-size: 100% auto;
  transform: scaleX(-1);
}
.c-pager-single__item--next {
  width: 71px;
  height: 71px;
}
.c-pager-single__item--next a {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/icn_arrow02.svg") no-repeat 0 0;
  background-size: 100% auto;
}
.c-pager-single__item--next.is-inactive {
  background: url("../img/icn_arrow04.svg") no-repeat 0 0;
  background-size: 100% auto;
}
.c-banner--type01 .c-banner__item {
  width: 160px;
}
.c-banner--type01 .c-banner__item:not(:first-child) {
  margin-top: 10px;
}

@keyframes loading--type01 {
  0% {
    background-color: #fff;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  0.5% {
    background-color: #fff;
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    background-color: #fff;
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes loading--type02 {
  0% {
    background-color: #fff;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  0.5% {
    background-color: #fff;
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    background-color: #fff;
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
.editor-styles-wrapper {
  font-family: "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif !important;
}

.editor-post-title__block .editor-post-title__input {
  font-family: "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif !important;
}

.wp-block-gallery {
  margin-top: 1em;
  margin-bottom: 1em;
}

.wp-block-image {
  margin-top: 1em;
  margin-bottom: 1em;
}

.wp-block-file:not(.wp-element-button) {
  font-size: 1em;
}

.wp-block-file__button {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 13px;
  line-height: 1.25;
}

.wp-block-separator {
  width: 100%;
  height: 4px;
  margin-top: 60px;
  margin-bottom: 60px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%224%22%20viewBox%3D%220%200%204%204%22%3E%3Ccircle%20cx%3D%220%22%20cy%3D%222%22%20r%3D%222%22%20fill%3D%22%23ffad73%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: repeat-x; /* 横方向に繰り返す場合 */
  background-position: 0 0;
  border: none; /* デフォルトの枠線を削除 */
}

.topPr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 60px;
  margin-left: -10px;
  margin-right: -10px;
}
.topPr .topPrOuter {
  padding: 10px;
}
.topPr .topPrOuter .topPrInner {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.topPr .topPrOuter .topPrInner .topPrTit {
  margin-top: 0;
  padding: 8px 0;
  background: #67ccd6;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  border: 0;
}
.topPr .topPrOuter .topPrInner .topPrTit a {
  display: block;
  color: #fff;
}
.topPr .topPrOuter .topPrInner .topPrTit a:link, .topPr .topPrOuter .topPrInner .topPrTit a:visited, .topPr .topPrOuter .topPrInner .topPrTit a:hover, .topPr .topPrOuter .topPrInner .topPrTit a:active, .topPr .topPrOuter .topPrInner .topPrTit a:focus {
  text-decoration: none;
}
.topPr .topPrOuter .topPrInner .prImage {
  margin-bottom: 10px;
}
.topPr .topPrOuter .topPrInner .prImage a img.imageSmall {
  display: none;
}
.topPr .topPrOuter .topPrInner .prImage a img.imageWide {
  display: block;
}
.topPr .topPrOuter .topPrInner .topPrTxtBox {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  flex: auto;
}
.topPr .topPrOuter .topPrInner .topPrTxtBox .topPrDescription {
  line-height: 1.6;
  text-align: center;
  font-size: 16px;
}
.topPr .topPrOuter .topPrInner .topPrTxtBox .topPrDescription a {
  text-decoration: none;
  line-height: 16px;
  color: #666;
}
.topPr .topPrOuter .topPrInner .topPrTxtBox .moreLink {
  margin-bottom: 0px;
  height: auto;
  display: block;
}
.topPr .topPrOuter .topPrInner .topPrTxtBox .moreLink a {
  transition: opacity 0.2s linear;
  display: block;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  background: #bcb6a4;
  font-size: 14px;
  color: #fff;
}
.topPr .topPrOuter .topPrInner .topPrTxtBox .moreLink a:hover, .topPr .topPrOuter .topPrInner .topPrTxtBox .moreLink a:focus {
  opacity: 0.7;
}
.topPr .topPrOuter .topPrInner .topPrTxtBox .moreLink a:link, .topPr .topPrOuter .topPrInner .topPrTxtBox .moreLink a:visited, .topPr .topPrOuter .topPrInner .topPrTxtBox .moreLink a:hover, .topPr .topPrOuter .topPrInner .topPrTxtBox .moreLink a:active, .topPr .topPrOuter .topPrInner .topPrTxtBox .moreLink a:focus {
  text-decoration: none;
}

.p-home__news.vk_gridColumn {
  margin-bottom: 140px;
}
.p-home__news.vk_gridColumn .row .wp-block-vk-blocks-grid-column-item h2.wp-block-heading {
  font-weight: bold;
  border-top: none;
  border-right: none;
  border-bottom: 4px solid #4cbcc1;
  border-left: none;
  background: #67ccd6;
  font-size: 24px;
  color: #fff;
  padding: 15px;
  margin-bottom: 0;
}
.p-home__news.vk_gridColumn .row .wp-block-vk-blocks-grid-column-item .vk_posts {
  margin: 0;
  padding: 10px;
  height: 510px;
  overflow: auto;
  background: #f9f7f2;
}
.p-home__news.vk_gridColumn .row .wp-block-vk-blocks-grid-column-item .vk_posts .vk_post.card {
  width: calc(100% - 10px);
  margin: 0;
  padding: 20px 0;
  border: 0;
  background: inherit;
  border-bottom: 1px solid #ccc;
}
.p-home__news.vk_gridColumn .row .wp-block-vk-blocks-grid-column-item .vk_posts .vk_post.card .vk_post_body {
  padding: 0 0 40px;
}
.p-home__news.vk_gridColumn .row .wp-block-vk-blocks-grid-column-item .vk_posts .vk_post.card .vk_post_body .vk_post_title {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px dotted #ccc;
}
.p-home__news.vk_gridColumn .row .wp-block-vk-blocks-grid-column-item .vk_posts .vk_post.card .vk_post_body .vk_post_title a {
  padding-bottom: 8px;
}
.p-home__news.vk_gridColumn .row .wp-block-vk-blocks-grid-column-item .vk_posts .vk_post.card .vk_post_body .vk_post_title a:link, .p-home__news.vk_gridColumn .row .wp-block-vk-blocks-grid-column-item .vk_posts .vk_post.card .vk_post_body .vk_post_title a:visited, .p-home__news.vk_gridColumn .row .wp-block-vk-blocks-grid-column-item .vk_posts .vk_post.card .vk_post_body .vk_post_title a:hover, .p-home__news.vk_gridColumn .row .wp-block-vk-blocks-grid-column-item .vk_posts .vk_post.card .vk_post_body .vk_post_title a:active, .p-home__news.vk_gridColumn .row .wp-block-vk-blocks-grid-column-item .vk_posts .vk_post.card .vk_post_body .vk_post_title a:focus {
  color: #32b2b2;
}
.p-home__news.vk_gridColumn .row .wp-block-vk-blocks-grid-column-item .vk_posts .vk_post.card .vk_post_body .vk_post_date {
  font-size: 14px;
  font-weight: bold;
  color: #666;
}
.p-home__news.vk_gridColumn .row .wp-block-vk-blocks-grid-column-item .vk_posts .vk_post.card .vk_post_body .vk_post_excerpt {
  font-size: 16px;
  line-height: 1.5;
}
.p-home__news.vk_gridColumn .row .wp-block-vk-blocks-grid-column-item .vk_posts .vk_post.card .vk_post_body .vk_post_btnOuter {
  bottom: 0.25rem;
}
.p-home__news.vk_gridColumn .row .wp-block-vk-blocks-grid-column-item .vk_posts .vk_post.card .vk_post_body .vk_post_btnOuter a {
  border: 0;
}

.veu_sitemap {
  width: 94%;
  max-width: 1020px;
  border: 4px solid #e5e5e5;
  padding: 20px 50px;
  overflow: hidden;
  margin: 0px auto;
}
.veu_sitemap .sitemap-col h4 {
  font-size: 16px;
}
.veu_sitemap .sitemap-col h5 {
  font-size: 14px;
}
.veu_sitemap .sitemap-col .link-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  font-size: 16px;
}
.veu_sitemap .sitemap-col .link-list li {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}
.veu_sitemap .sitemap-col .link-list li::before {
  content: none;
}
.veu_sitemap .sitemap-col .link-list li a {
  display: block;
  margin-bottom: 0;
  padding: 3px 15px;
  text-decoration: none;
  color: #666;
  background: url(../img/icon_arrow1_gray.gif) left 10px no-repeat;
}
.veu_sitemap .sitemap-col .link-list li .children {
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 10px;
}
.veu_sitemap .sitemap-col .link-list li .children li a {
  padding: 3px 15px;
  background: url(../img/icon_arrow2_gray.gif) left 12px no-repeat;
}

.fll {
  float: left !important;
}

img.fll {
  margin: 0 10px 10px 0 !important;
}

.flr {
  float: right !important;
}

img.flr {
  margin: 0 0 10px 10px !important;
}

.clb {
  clear: both !important;
}

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

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

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

.bold,
.fwb {
  font-weight: bold !important;
}

.fwn {
  font-weight: normal !important;
}

.ti,
.ti p {
  text-indent: 1em !important;
}

.ttu {
  text-transform: uppercase !important;
}

.ttl {
  text-transform: lowercase !important;
}

.whsnw {
  white-space: nowrap !important;
}

.whsn {
  white-space: normal !important;
}

.ti1em {
  text-indent: 1em !important;
}

.vam {
  vertical-align: middle !important;
}

.lh2 {
  line-height: 2 !important;
}

.lh24 {
  line-height: 2.4 !important;
}

.tlf {
  table-layout: fixed !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz36 {
  font-size: 36px !important;
}

.fz44 {
  font-size: 44px !important;
}

.fz54 {
  font-size: 54px !important;
}

.c-b--type01 {
  font-weight: normal;
  color: #f00;
}

.c-color--type01 {
  color: #ffad73;
}

.c-br--small {
  display: none;
}

.c-br--medium {
  display: none;
}

.brTab {
  display: none;
}

.brSp {
  display: none;
}
.brSp.brPc {
  display: inline-block;
}

.mt01,
.mt55 {
  margin-top: 55px !important;
}

.mb01,
.mb55 {
  margin-bottom: 55px !important;
}

.mt02,
.mt30 {
  margin-top: 30px !important;
}

.mb02,
.mb30 {
  margin-bottom: 30px !important;
}

.mt03,
.mt120 {
  margin-top: 120px !important;
}

.mb03,
.mb120 {
  margin-bottom: 120px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt1em {
  margin-top: 1em !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.pt01,
.pt30 {
  padding-top: 30px !important;
}

.pb01,
.pb30 {
  padding-bottom: 30px !important;
}

.pt02,
.pt60 {
  padding-top: 60px !important;
}

.pb02,
.pb60 {
  padding-bottom: 60px !important;
}

.pt03,
.pt120 {
  padding-top: 120px !important;
}

.pb03,
.pb120 {
  padding-bottom: 120px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.u-mt4 {
  margin-top: 4px !important;
}

.u-mb4 {
  margin-bottom: 4px !important;
}

.u-mt8 {
  margin-top: 8px !important;
}

.u-mb8 {
  margin-bottom: 8px !important;
}

.u-mt12 {
  margin-top: 12px !important;
}

.u-mb12 {
  margin-bottom: 12px !important;
}

.u-mt18 {
  margin-top: 18px !important;
}

.u-mb18 {
  margin-bottom: 18px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mt26 {
  margin-top: 26px !important;
}

.u-mb26 {
  margin-bottom: 26px !important;
}

.u-mt28 {
  margin-top: 28px !important;
}

.u-mb28 {
  margin-bottom: 28px !important;
}

.u-mt32 {
  margin-top: 32px !important;
}

.u-mb32 {
  margin-bottom: 32px !important;
}

.u-mt36 {
  margin-top: 36px !important;
}

.u-mb36 {
  margin-bottom: 36px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mt48 {
  margin-top: 48px !important;
}

.u-mb48 {
  margin-bottom: 48px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mt86 {
  margin-top: 86px !important;
}

.u-mb86 {
  margin-bottom: 86px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.ro {
  display: inline-block;
  transition: opacity 0.2s linear;
}
.ro:hover {
  opacity: 0.8;
}

.ro:hover img {
  opacity: 0.8;
}

.rot {
  display: inline-block;
  transition: opacity 0.2s linear;
}
.rot:hover, .rot:focus {
  opacity: 0.7;
}

.cf::before,
.cf::after {
  display: table;
  content: " ";
}

.cf::after {
  clear: both;
}

.cf {
  *zoom: 1;
}

@media screen and (min-width: 601px) and (max-width: 960px){
  .c-br--medium {
    display: inline-block;
  }
  .brTab {
    display: inline-block;
  }
}

@media (min-width: 992px){
  .main-section--col--two {
    width: calc(100% - 240px - 40px);
  }
  .sub-section--col--two {
    width: 240px;
  }
}

@media screen and (max-width: 1244px){
  .hNav {
    margin-left: 0;
  }
}

@media screen and (max-width: 1080px){
  .c-pager--type01 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 1065px){
  .fxNav__container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 1030px){
  .hNav__item a {
    font-size: 15px;
  }
  .c-main {
    padding-top: 95px;
  }
}

@media screen and (max-width: 1009px){
  .fxNav {
    display: none;
  }
  .hNav__container {
    display: none;
  }
  .page-home .c-main {
    padding-top: 351px;
  }
}

@media screen and (max-width: 999px){
  body {
    min-width: 100%;
  }
}

@media (max-width: 970px){
  .veu_pageList_ancestor {
    display: none;
  }
}

@media (max-width: 969px){
  .breadcrumb {
    padding-left: 3%;
    width: 97%;
  }
}

@media screen and (max-width: 960px){
  .fNav {
    display: none;
  }
  .c-pic-text__picture--type03 {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .c-pic-text__text--type03 {
    width: 100%;
  }
  .c-pic-text--picLeft01 .c-pic-text__picture.c-pic-text__picture--type03 {
    margin-right: auto;
  }
}

@media screen and (max-width: 944px){
  .lNav {
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 810px){
  .wp-block-separator {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}

@media (max-width: 767px){
  .topPr {
    margin-left: 0;
    margin-right: 0;
  }
  .topPr .topPrOuter {
    width: 100%;
    margin-bottom: 30px;
  }
  .topPr .topPrOuter .topPrInner {
    flex-direction: row;
  }
  .topPr .topPrOuter .topPrInner .topPrTit {
    width: 100%;
  }
  .topPr .topPrOuter .topPrInner .prImage {
    width: 200px;
  }
  .topPr .topPrOuter .topPrInner .topPrTxtBox {
    width: calc(100% - 210px);
    flex: none;
  }
  .topPr .topPrOuter .topPrInner .topPrTxtBox .topPrDescription {
    text-align: left;
  }
  .p-home__news.vk_gridColumn .row .wp-block-vk-blocks-grid-column-item + .wp-block-vk-blocks-grid-column-item {
    margin-top: 30px;
  }
  .veu_sitemap {
    padding: 20px;
  }
}

@media screen and (max-width: 750px){
  .c-wrap--blog02::after {
    display: none;
  }
}

@media (max-width: 740px){
  .entry-body .p-newsLetter {
    width: 460px;
    margin-right: auto;
    margin-left: auto;
  }
  .entry-body .p-newsLetter li {
    margin-bottom: 30px;
  }
  .entry-body .p-newsLetter li:nth-child(3n+2):last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 724px){
  .c-main {
    padding-top: 155px;
  }
}

@media (max-width: 600px){
  .site-footer .site-footer-content .row .widget_block .wp-block-columns .wp-block-column:first-child {
    text-align: center;
  }
  .site-footer .site-footer-content .row .widget_block .wp-block-columns .wp-block-column:last-child {
    display: none;
  }
  .topPr .topPrOuter .topPrInner .prImage {
    width: 70px;
  }
  .topPr .topPrOuter .topPrInner .topPrTxtBox {
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 600px){
  .lNav__container {
    flex-flow: column wrap;
    gap: 15px;
    align-items: center;
    justify-content: center;
  }
  .p-guardian .lNav__head {
    position: static;
    transform: none;
  }
  .page-home .c-main {
    padding-top: 424px;
  }
  .c-wrap--type01 {
    position: relative;
    padding-top: 0;
    padding-bottom: 241px;
    overflow: hidden;
  }
  .c-wrap--type01::after {
    position: absolute;
    right: 50%;
    bottom: -2px;
    display: block;
    width: 415px;
    height: 216px;
    content: "";
    background: url("../img/pic_deco12_02.png") no-repeat 0 0;
    background-size: 100% auto;
    transform: translateX(50%);
  }
  .c-wrap--type02 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .c-wrap--type03 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .c-wrap--blog01 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .c-section {
    width: calc(100% - 36px * 2);
  }
  .c-section + .c-section {
    margin-top: 60px;
  }
  .c-col1--type01 {
    width: 100%;
    max-width: 100%;
  }
  .c-col4--type01 .c-columns__item {
    width: calc(50% - 10px);
    margin-top: 20px;
  }
  .c-pic-text {
    flex-direction: column;
    width: 100%;
  }
  .c-pic-text__picture {
    margin-top: 20px;
    text-align: center;
  }
  .c-pic-text__picture--type01 {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
  .c-pic-text__picture--type02 {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
  .c-pic-text__picture--type03 {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
  .c-pic-text__text--type01 {
    width: 100%;
  }
  .c-pic-text__text--type02 {
    width: 100%;
  }
  .c-pic-text__text--type03 {
    width: 100%;
  }
  .c-pic-text--picLeft01 .c-pic-text__picture {
    order: 2;
    margin-right: auto;
  }
  .c-pic-text--picLeft01 .c-pic-text__picture.c-pic-text__picture--type03 {
    order: 1;
    margin-right: auto;
  }
  .c-pic-text--picLeft01 .c-pic-text__text {
    order: 1;
  }
  .c-pic-text--picRight01 .c-pic-text__picture {
    margin-left: auto;
  }
  .c-link--type01 {
    width: 179px;
    height: 46px;
  }
  .c-link--type01 a {
    gap: 5px;
  }
  .c-link--type02 a {
    width: 318px;
    height: 46px;
  }
  .c-link--type02 a {
    gap: 5px;
  }
  .c-linkWrap--type01 {
    margin-top: 30px;
  }
  .c-qa .c-qa__container + .c-head--type02 {
    margin-top: 45px;
  }
  .c-qa .c-qa__body .notes {
    display: block;
  }
  .c-qa .item-image {
    width: 100%;
    margin-top: 20px;
  }
  .c-pager-single {
    gap: 19px;
    padding-top: 35px;
  }
  .c-pager-single__item--prev {
    width: 46px;
    height: 46px;
  }
  .c-pager-single__item--next {
    width: 46px;
    height: 46px;
  }
  .c-banner--type01 {
    display: flex;
    flex-flow: row wrap;
    gap: 9px;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
  }
  .c-banner--type01 .c-banner__item {
    width: 100%;
    text-align: center;
  }
  .c-banner--type01 .c-banner__item:not(:first-child) {
    margin-top: 0;
  }
  .c-banner--type01 .c-banner__item img {
    width: 160px;
    max-width: none;
  }
  .wp-block-separator {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .topPr .topPrOuter .topPrInner .prImage a img.imageSmall {
    display: block;
  }
  .topPr .topPrOuter .topPrInner .prImage a img.imageWide {
    display: none;
  }
  .contact .alignleft {
    float: none;
  }
  .tacs {
    text-align: center !important;
  }
  .tars {
    text-align: right !important;
  }
  .tals {
    text-align: left !important;
  }
  .c-br--small {
    display: inline-block;
  }
  .brTab {
    display: none;
  }
  .brTab.brPc {
    display: none;
  }
  .brTab.brSp {
    display: inline-block;
  }
  .brSp {
    display: inline-block;
  }
  .u-mt4-sm {
    margin-top: 4px !important;
  }
  .u-mb4-sm {
    margin-bottom: 4px !important;
  }
  .u-mt8-sm {
    margin-top: 8px !important;
  }
  .u-mb8-sm {
    margin-bottom: 8px !important;
  }
  .u-mt12-sm {
    margin-top: 12px !important;
  }
  .u-mb12-sm {
    margin-bottom: 12px !important;
  }
  .u-mt18-sm {
    margin-top: 18px !important;
  }
  .u-mb18-sm {
    margin-bottom: 18px !important;
  }
  .u-mt20-sm {
    margin-top: 20px !important;
  }
  .u-mb20-sm {
    margin-bottom: 20px !important;
  }
  .u-mt26-sm {
    margin-top: 26px !important;
  }
  .u-mb26-sm {
    margin-bottom: 26px !important;
  }
  .u-mt28-sm {
    margin-top: 28px !important;
  }
  .u-mb28-sm {
    margin-bottom: 28px !important;
  }
  .u-mt32-sm {
    margin-top: 32px !important;
  }
  .u-mb32-sm {
    margin-bottom: 32px !important;
  }
  .u-mt36-sm {
    margin-top: 36px !important;
  }
  .u-mb36-sm {
    margin-bottom: 36px !important;
  }
  .u-mt40-sm {
    margin-top: 40px !important;
  }
  .u-mb40-sm {
    margin-bottom: 40px !important;
  }
  .u-mt45-sm {
    margin-top: 45px !important;
  }
  .u-mb45-sm {
    margin-bottom: 45px !important;
  }
  .u-mt48-sm {
    margin-top: 48px !important;
  }
  .u-mb48-sm {
    margin-bottom: 48px !important;
  }
  .u-mt55-sm {
    margin-top: 55px !important;
  }
  .u-mb55-sm {
    margin-bottom: 55px !important;
  }
  .u-mt60-sm {
    margin-top: 60px !important;
  }
  .u-mb60-sm {
    margin-bottom: 60px !important;
  }
  .u-mt86-sm {
    margin-top: 86px !important;
  }
  .u-mb86-sm {
    margin-bottom: 86px !important;
  }
  .u-mt100-sm {
    margin-top: 100px !important;
  }
  .u-mb100-sm {
    margin-bottom: 100px !important;
  }
  .u-mt0-small {
    margin-top: 0 !important;
  }
  .u-mb0-small {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 520px){
  .entry-body .p-newsLetter li {
    margin-bottom: 20px;
  }
}

@media (max-width: 500px){
  .entry-body .p-newsLetter {
    width: 220px;
  }
}

@media screen and (max-width: 480px){
  .lNav {
    gap: 15px;
    padding: 0;
    border: 0;
  }
  .c-pic-text__picture--type01 {
    width: 100%;
  }
  .c-pic-text__picture--type02 {
    width: 100%;
  }
  .c-pic-text__picture--type03 {
    width: 100%;
  }
}
/*# sourceMappingURL=base.css.map */
