@charset "UTF-8";
/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  margin-top: 0 !important;
}

body {
  color: #000;
  font-weight: normal;
  letter-spacing: 0.06rem;
  letter-spacing: 0.06rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "sans-serif";
  font-size: 1rem;
  line-height: 1.5;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
}

.container {
  max-width: 1046px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container.w-700 {
  max-width: 730px;
}
.container .entry-content {
  padding: 0 158px;
}
@media only screen and (max-width: 767px) {
  .container .entry-content {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}

body *:focus {
  outline: none;
}

.cursor-default {
  cursor: default;
}

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

/**
 * Basic styles for links
 */
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: none;
}

.text-primary {
  color: #4baac4 !important;
}

.grap {
  height: 36px;
  background: rgba(211, 181, 114, 0.1);
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
  border-bottom: 23px solid #a67c52;
}

/**
* Style OwlCarousel
*/
#scroll-top {
  width: 50px;
  overflow: hidden;
  display: inline-block;
  position: fixed;
  bottom: 15px;
  right: calc((100vw - 1150px) / 2);
  z-index: 9999;
}

.img-responsive {
  max-width: 100%;
}

.text-underline {
  text-decoration: underline;
}

.block-breadcrumb {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .block-breadcrumb {
    margin-top: 19px;
  }
}
.block-breadcrumb__content ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
}
.block-breadcrumb__content ul li {
  color: #000000;
  line-height: 22px;
  font-size: 12px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
}
.block-breadcrumb__content ul li a {
  font-size: 12px;
  color: #8E8E8E;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  .block-breadcrumb__content ul li a {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .block-breadcrumb__content ul li {
    font-size: 10px;
  }
}
.block-breadcrumb__content ul li + li:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #0187DA;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.owl-dots {
  text-align: center;
  margin-top: 25px !important;
}
@media only screen and (max-width: 767px) {
  .owl-dots {
    margin-top: 17px !important;
  }
}
.owl-dots button {
  width: 10px;
  height: 10px;
  background: #fff !important;
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 50%;
  border: 1px solid #000 !important;
}
.owl-dots button.active {
  background: #000 !important;
}

.owl-theme .owl-dots .owl-dot span {
  display: none;
}

.no-border:before {
  border: 0 !important;
}

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

.block-pagination {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-pagination .nav-links {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination {
  margin-top: 0px;
  margin-bottom: 0px;
  justify-content: center;
}

/* Block Alignments */
/**
 * These selectors set the default max width for content appearing inside a post or page.
 */
/**
 * .alignleft
 */
.alignleft {
  text-align: left;
  margin-top: 0;
}

.alignleft:after {
  content: "";
  display: block;
  clear: both;
}

.entry-content > .alignleft {
  max-width: var(--responsive--aligndefault-width);
}

@media only screen and (min-width: 482px) {
  .alignleft {
    float: left;
    margin-right: var(--global--spacing-horizontal);
    margin-bottom: var(--global--spacing-vertical);
  }
  .entry-content > .alignleft {
    max-width: calc(50% - var(--responsive--alignleft-margin));
  }
}
/**
 * .aligncenter
 */
.aligncenter {
  clear: both;
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/**
 * .alignright
 */
.alignright {
  margin-top: 0;
  margin-bottom: var(--global--spacing-vertical);
}

.alignright:after {
  content: "";
  display: block;
  clear: both;
}

.entry-content > .alignright {
  max-width: var(--responsive--aligndefault-width);
}

.opacity {
  opacity: 0.8;
  cursor: default !important;
}

.page-numbers {
  width: 32px;
  height: 32px;
  border-radius: 50% !important;
  color: #000;
  background: #fff;
  text-align: center;
  line-height: 30px;
  border: 1px solid #000;
  padding: 0;
  font-size: 12px;
  margin: 0 8px;
  display: inline-block;
}
.page-numbers i {
  font-weight: bold;
  font-size: 24px;
}
.page-numbers.active {
  background: #0187DA;
  color: #fff;
}

span.page-numbers {
  background: #fff;
  color: #000;
  border: 1px solid #201E1F;
}
span.page-numbers.current {
  background: #0187DA;
  color: #fff;
}

.page-numbers:hover {
  background: #0187DA;
  color: #fff;
}

a.prev.page-numbers {
  border: 0;
  background: url("../images/icon/angle-left.png") no-repeat;
  width: 11px;
  height: 16px;
  background-size: contain;
  margin-right: 12px;
}

a.next.page-numbers {
  border: 0;
  background: url("../images/icon/angle-right.png") no-repeat;
  width: 11px;
  height: 16px;
  background-size: contain;
  margin-left: 12px;
}

@media only screen and (min-width: 482px) {
  .alignright {
    float: right;
    margin-left: var(--global--spacing-horizontal);
  }
  .entry-content > .alignright {
    max-width: calc(50% - var(--responsive--alignright-margin));
  }
}
.owl-theme .owl-nav {
  margin-top: 0;
}

.entry-content {
  padding-left: 100px;
  padding-right: 100px;
}
@media only screen and (max-width: 767px) {
  .entry-content {
    padding-right: 10px;
    padding-left: 10px;
  }
}

div#ez-toc-container {
  width: 100%;
  border: 0;
  margin: 0 0 40px;
  padding: 32px 0;
  background: #EFEFEF;
}
@media only screen and (max-width: 767px) {
  div#ez-toc-container {
    margin: 0 0 32px;
    padding: 22px 0;
  }
}

.ez-toc-title-container {
  text-align: center;
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .ez-toc-title-container {
    font-size: 1.25rem;
    line-height: 22px;
    margin-bottom: 18px;
  }
}

#ez-toc-container ul {
  list-style: disc;
  overflow: visible;
}

#ez-toc-container nav {
  text-align: center;
}

#ez-toc-container ul {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #ez-toc-container ul {
    padding-left: 32px;
    padding-right: 32px;
  }
}

#ez-toc-container ul li {
  list-style: disc;
  display: flex;
  margin-bottom: 17px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #ez-toc-container ul li {
    align-items: flex-start;
    margin-bottom: 15px;
  }
}
#ez-toc-container ul li:last-child {
  margin-bottom: 0;
}
#ez-toc-container ul li a {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  text-decoration: underline;
}
#ez-toc-container ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#ez-toc-container ul li a:visited {
  color: #000;
}
@media only screen and (max-width: 767px) {
  #ez-toc-container ul li a {
    font-size: 14px;
    text-align: left;
  }
}
#ez-toc-container ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 12px;
  background: #000;
}
@media only screen and (max-width: 767px) {
  #ez-toc-container ul li:before {
    margin-top: 10px;
  }
}

#show-menu img {
  width: 32px;
  height: 32px;
}

#box-menu-mobile {
  display: none;
  background: #fff;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100vh;
  z-index: 999;
  overflow-y: auto;
  transform: translateX(100%);
  display: block;
  transition: all 0.3s linear;
}
#box-menu-mobile.active {
  display: block;
  transform: translateX(0%);
  transition: all 0.3s linear;
}
#box-menu-mobile .box-header {
  display: flex;
  align-items: center;
  height: 60px;
  justify-content: space-between;
  padding: 0 16px;
}
#box-menu-mobile .box-header img {
  height: 35px;
}
#box-menu-mobile .box-header #close-menu img {
  width: 32px;
  height: 32px;
}
#box-menu-mobile ul {
  list-style: none;
  padding: 0 16px;
}
#box-menu-mobile ul li a {
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  height: 55px;
  font-weight: bold;
}
#box-menu-mobile ul li a img {
  width: 14px;
  margin-right: 16px;
}
#box-menu-mobile ul li.has-submenu a img.minus {
  display: none;
}
#box-menu-mobile ul li.has-submenu ul {
  display: none;
  margin-top: 14px;
}
#box-menu-mobile ul li.has-submenu ul li a {
  font-size: 14px;
  border-bottom: 0;
  margin-bottom: 25px;
  justify-content: flex-start;
  height: auto;
}
#box-menu-mobile ul li.has-submenu ul li a img {
  height: 22px;
  margin-right: 12px;
  width: auto;
}
#box-menu-mobile ul li.has-submenu.active {
  border-bottom: 1px solid #000;
}
#box-menu-mobile ul li.has-submenu.active a {
  border-bottom: 0;
}
#box-menu-mobile ul li.has-submenu.active a img.minus {
  display: inline-block;
}
#box-menu-mobile ul li.has-submenu.active a img.plus {
  display: none;
}
#box-menu-mobile ul li.has-submenu.active ul {
  display: block;
}
#box-menu-mobile .box-search {
  border: 1px solid #000000;
  border-radius: 40px;
  width: 270px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  margin-top: 16px;
}
#box-menu-mobile .box-search input {
  border: 0;
  padding: 0;
  font-size: 14px;
  color: #000;
  width: 100%;
}
#box-menu-mobile .box-search input::-moz-placeholder {
  color: #8E8E8E;
}
#box-menu-mobile .box-search input::placeholder {
  color: #8E8E8E;
}
#box-menu-mobile .box-search img {
  width: 19px;
}
#box-menu-mobile .menu-bot {
  padding: 0 16px;
  margin-top: 55px;
}
#box-menu-mobile .menu-bot img {
  height: 20px;
}
#box-menu-mobile .menu-bot p {
  font-size: 10px;
  line-height: 24px;
}

#page {
  padding-top: 136px;
}
@media only screen and (max-width: 767px) {
  #page {
    padding-top: 0px;
  }
  #page #show-menu {
    position: fixed;
    right: 16px;
  }
}

.search-results .block-banner-ads, .archive .block-banner-ads, .page-template-page-articles .block-banner-ads {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .single-post .col-sm-4:last-child .block-article__item {
    margin-bottom: 0;
  }
  .single-post .block-search-tag {
    padding-bottom: 60px;
  }
}
@font-face {
  font-family: "RyuminPro-Bold";
  src: url("../fonts/RyuminPro-Bold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Light.otf") format("otf");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Regular.otf") format("otf");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Medium.otf") format("otf");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Bold.otf") format("otf");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Black.otf") format("otf");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NotoSansCJKjp-Regular.otf") format("otf");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/NotoSansCJKjp-Medium.otf") format("otf");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/NotoSansCJKjp-Bold.otf") format("otf");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/NotoSansCJKjp-Black.otf") format("otf");
}
@font-face {
  font-family: "KozGoPr6N";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/KozGoPr6N-Regular.otf") format("otf");
}
@font-face {
  font-family: "KoburinaGoStdN W6";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/KozGoPr6N-Regular.otf") format("otf");
}
.button-danger {
  background: #CA2D30 !important;
  color: #fff !important;
}

.button-primary {
  background: #4C2503 !important;
  color: #fff !important;
}

.button-warning {
  background: #4baac4 !important;
  color: #fff !important;
}

.button-link {
  text-align: center;
}
.button-link a {
  border: 1px solid #000000;
  width: 360px;
  max-width: 100%;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  color: #fff;
  background: #0187DA;
  border-radius: 30px;
  font-weight: bold;
  position: relative;
}
.button-link a img {
  width: 24px;
  right: 14px;
  top: 12px;
  position: absolute;
}
.button-link a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .button-link a {
    font-size: 16px;
    height: 48px;
  }
  .button-link a img {
    width: 24px;
    top: 12px;
  }
}

.button-more {
  min-width: 240px;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  color: #1c7ae5;
  border: 1px solid #1c7ae5;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.button-more.button-white {
  color: #fff;
  border: 1px solid #fff;
}
.button-more.button-white:hover {
  background: #fff;
  color: #1c7ae5;
}
.button-more img {
  position: absolute;
  right: 4px;
  bottom: 4px;
}
.button-more:hover {
  color: #fff;
  background: #1c7ae5;
}

.btn-service {
  min-width: 320px;
  max-width: 100%;
  line-height: 62px;
  text-align: center;
  background: #266cba;
  border-radius: 6px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-family: "Noto Sans CJK JP";
  font-weight: 500;
  position: relative;
}
.btn-service i {
  position: absolute;
  right: 24px;
  font-size: 1.375rem;
  top: 18px;
}
@media only screen and (max-width: 767px) {
  .btn-service {
    min-width: 240px;
    line-height: 52px;
    font-size: 14px;
    border-radius: 4px;
  }
  .btn-service i {
    right: 18px;
    font-size: 15px;
    top: 18px;
  }
}

.button-style1 {
  font-size: 16px;
  line-height: 46px;
  color: #1C7AE5;
  width: 240px;
  height: 48px;
  border: 1px solid #1C7AE5;
  position: relative;
  display: inline-block;
  margin-top: 48px;
}
.button-style1 img {
  position: absolute;
  right: 16px;
  top: 16px;
}
.button-style1:hover {
  opacity: 0.7;
}

.btn-view-tag {
  font-size: 16px;
  display: inline-flex;
  color: #000000;
  align-items: center;
  margin-top: 10px;
  font-weight: bold;
}
.btn-view-tag:hover {
  opacity: 0.7;
}
.btn-view-tag img {
  margin-left: 8px;
  width: 20px;
}
@media only screen and (max-width: 767px) {
  .btn-view-tag {
    font-size: 14px;
    margin-top: 17px;
  }
}

/* Base for label styling */
[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label {
  position: relative;
  padding-left: 31px;
  cursor: pointer;
  font-size: 16px;
  line-height: 23px;
  color: #201E1F;
}
@media only screen and (max-width: 767px) {
  [type=checkbox]:not(:checked) + label,
  [type=checkbox]:checked + label {
    font-size: 14px;
    padding-left: 25px;
  }
}

/* checkbox aspect */
[type=checkbox]:before {
  background-color: #F3F8FC !important;
}

[type=checkbox]:not(:checked) + label:before,
[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 20px;
  height: 20px;
  background: url("../images/check-box.png") no-repeat center;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  [type=checkbox]:not(:checked) + label:before,
  [type=checkbox]:checked + label:before {
    width: 16px;
    height: 16px;
  }
}

/* checked mark aspect */
[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  font-size: 23px;
  line-height: 0.8;
  color: #09ad7e;
  transition: all 0.2s;
  width: 26px;
  height: 26px;
  background: url("../images/checked.png") no-repeat center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  [type=checkbox]:not(:checked) + label:after,
  [type=checkbox]:checked + label:after {
    width: 16px;
    height: 16px;
  }
}

/* checked mark aspect changes */
[type=checkbox]:checked + label:before {
  opacity: 0;
  transform: scale(0);
}

[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=checkbox]:checked + label:after, [type=checkbox]:not(:checked) + label:before {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */
[type=checkbox]:disabled:not(:checked) + label:before,
[type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #F3F8FC;
}

[type=checkbox]:disabled:checked + label:after {
  color: #999;
}

[type=checkbox]:disabled + label {
  color: #aaa;
}

/* accessibility */
/* hover style just for information */
.box-select {
  display: inline-block;
  position: relative;
}
.box-select select {
  border: 2px solid #201E1F;
  color: #201E1F;
  border-radius: 26px;
  min-width: 160px;
  height: 37px;
  line-height: 33px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 24px;
  -webkit-appearance: none;
  font-size: 16px;
  font-weight: 300;
}
.box-select:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 14px;
  width: 15.61px;
  height: 12.09px;
  background: url("../images/arrow-down.png") no-repeat;
  background-size: 100%;
}

.select-selected {
  border: 1px solid #666666;
  line-height: 108px;
  color: #4D4D4D;
  font-size: 16px;
  font-family: "NotoSansCJKjp-Regular", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 0 38px;
  height: 108px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  position: relative;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  content: "";
  background: url("../images/arrow-down.png") no-repeat top right;
  width: 12px;
  height: 7px;
  position: absolute;
  right: 38px;
  top: 50px;
  z-index: 99;
}
@media (max-width: 767px) {
  .select-selected:after {
    top: 40px;
  }
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  content: "";
  background: url("../images/arrow-down.png") no-repeat top right;
  width: 12px;
  height: 7px;
  transform: rotate(180deg);
  position: absolute;
  right: 38px;
  top: 50px;
  z-index: 99;
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  border: 1px solid #666666;
  line-height: 108px;
  color: #4D4D4D;
  font-size: 16px;
  font-family: "NotoSansCJKjp-Regular", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 0 38px;
  height: 108px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: -1px;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #F2F2F2;
}

.block-news {
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .block-news {
    padding-bottom: 50px;
  }
}
.block-news .container {
  max-width: 890px;
}
@media only screen and (max-width: 767px) {
  .block-news .container {
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.block-news h3 {
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 2rem;
  color: #2f2f2f;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .block-news h3 {
    font-size: 1.375rem;
  }
}
.block-news__item {
  padding: 16px 23px;
  border-top: 1px solid #e2e2e2;
}
@media only screen and (max-width: 767px) {
  .block-news__item {
    padding: 10px 0px;
  }
}
.block-news__item:last-child {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 32px;
}
.block-news__item h4 {
  margin: 0;
}
.block-news__item h4 a {
  display: block;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  line-height: 22px;
  color: #2f2f2f;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .block-news__item h4 a {
    font-size: 13px;
    line-height: 18px;
    margin-top: 10px;
  }
}
.block-news__item span {
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-weight: bold;
  color: #898989;
  display: block;
}
.block-news__item span i {
  min-width: 84px;
  line-height: 25px;
  display: inline-block;
  border: 1px solid #266cba;
  color: #266cba;
  font-size: 12px;
  font-style: normal;
  text-align: center;
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .block-news__item span {
    font-size: 12px;
    display: flex;
    align-items: center;
  }
  .block-news__item span i {
    font-size: 9px;
    line-height: 20px;
    min-width: 63px;
    margin-left: 11px;
  }
}

.block-maps .container {
  max-width: 1190px;
}
.block-maps.list .container {
  max-width: 1090px;
}
@media only screen and (max-width: 767px) {
  .block-maps.list .container {
    padding: 0;
    overflow: hidden;
  }
  .block-maps.list .container .btn-view-more {
    margin-top: 25px;
  }
}
.block-maps img {
  max-width: 100%;
  border: 1px solid #bfbfbf;
}
@media only screen and (max-width: 767px) {
  .block-maps img {
    height: 355px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.block-maps h3 {
  font-family: "Noto Sans CJK JP";
  font-size: 2rem;
  font-weight: bold;
  line-height: 56px;
  margin-bottom: 30px;
  margin-top: 85px;
  text-align: center;
  color: #2f2f2f;
}
@media only screen and (max-width: 767px) {
  .block-maps h3 {
    font-size: 1.375rem;
    line-height: 36px;
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
.block-maps p {
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .block-maps p {
    font-family: "Noto Sans JP";
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 25px;
  }
}
.block-maps .note {
  font-size: 12px;
  line-height: 26px;
  color: #666666;
  margin-top: 8px;
  font-family: "Noto Sans CJK JP";
}
.block-maps .note span {
  color: #266cba;
}
@media only screen and (max-width: 767px) {
  .block-maps .note {
    font-size: 10px;
    line-height: 16px;
  }
}
.block-maps__item {
  margin-bottom: 30px;
  background: #f4f4f4;
  padding-right: 24px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .block-maps__item {
    margin-bottom: 5px;
  }
}
.block-maps__item .row {
  margin-left: -12.5px;
  margin-right: -12.5px;
}
.block-maps__item .col-sm-6 {
  padding-left: 12.5px;
  padding-right: 12.5px;
}
@media only screen and (max-width: 767px) {
  .block-maps__item .col-sm-6.col-4 {
    padding-right: 0;
  }
}
.block-maps__item img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .block-maps__item img {
    width: 100%;
    height: 112px;
  }
}
.block-maps__item h4 {
  line-height: 22px;
  text-align: left;
  margin-top: 30px;
}
.block-maps__item h4 a {
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  color: #2f2f2f;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  .block-maps__item h4 {
    margin-top: 13px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.block-maps__item-view-more {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .block-maps__item-view-more {
    bottom: 15px;
    right: 5px;
  }
}
.block-maps__item-view-more img {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .block-maps__item-view-more img {
    height: auto;
  }
}

/**
 * Blog Title 1
 */
.block-title-page {
  font-size: 1.75rem;
  line-height: 22px;
  text-align: center;
  position: relative;
  font-weight: bold;
  color: #000;
  margin-top: 30px;
  margin-bottom: 34px;
}
.block-title-page:after {
  left: 50%;
  margin-left: -30px;
  top: 100%;
  background: #E44431;
  height: 1px;
  width: 60px;
  position: absolute;
  margin-top: 10px;
  content: "";
}
.block-title-page.s {
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .block-title-page {
    font-size: 24px;
  }
}

.title-2 {
  font-size: 1.625rem;
  line-height: 22px;
  text-align: center;
  position: relative;
  font-weight: bold;
  color: #000;
  margin-top: 30px;
}
.title-2:after {
  left: 50%;
  margin-left: -30px;
  top: 100%;
  background: #E44431;
  height: 1px;
  width: 60px;
  position: absolute;
  margin-top: 15px;
  content: "";
}
@media only screen and (max-width: 767px) {
  .title-2 {
    font-size: 1.25rem;
  }
  .title-2:after {
    margin-top: 8px;
  }
}

.block-contact {
  padding-bottom: 85px;
}
@media only screen and (max-width: 767px) {
  .block-contact {
    padding-bottom: 0px;
  }
}
.block-contact .container {
  max-width: 1080px;
}
.block-contact__info {
  background: #EFEFEF;
  padding: 40px 100px;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .block-contact__info {
    margin-top: 50px;
    padding: 30px 22px 40px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 790px) and (max-width: 992px) {
  .block-contact__info {
    padding: 27px 25px;
  }
}
.block-contact__info h3 {
  font-family: "KoburinaGoStdN W6";
  font-weight: bold;
  color: #040f27;
  font-size: 1.875rem;
  line-height: 45px;
  margin-right: 50px;
}
@media only screen and (max-width: 767px) {
  .block-contact__info h3 {
    font-size: 1.375rem;
    line-height: 18px;
    text-align: center;
    margin: 0 0 18px 0;
  }
}
@media only screen and (min-width: 790px) and (max-width: 992px) {
  .block-contact__info h3 {
    font-size: 1.875rem;
    line-height: 70px;
    margin-right: 33px;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
.block-contact__info p {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  color: #555555;
  line-height: 26px;
  margin-bottom: 30px;
}
.block-contact__info .phone {
  height: 110px;
  border: 1px solid #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .block-contact__info .phone {
    margin-bottom: 15px;
  }
}
.block-contact__info .phone h5 {
  font-family: "Noto Sans JP";
  font-size: 2rem;
  color: #2f2f2f;
  margin-bottom: 0px;
  margin-top: 3px;
  font-weight: bold;
}
.block-contact__info .phone span {
  font-family: "Noto Sans JP";
  color: #666666;
  font-size: 14px;
  font-weight: 400;
}
.block-contact__info .phone span:first-child {
  font-weight: 500;
  color: #262626;
}
.block-contact__info a {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 28px;
  height: 110px;
  background: #3372b7;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.block-contact__list img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .block-contact__list .col-sm-4 {
    padding: 0;
  }
  .block-contact__list .col-sm-4 img {
    width: 100%;
    margin-bottom: 5px;
  }
  .block-contact__list .col-sm-4:last-child img {
    margin-bottom: 0;
  }
}

.block-banner-ads {
  padding-top: 32px;
  padding-bottom: 32px;
  background: url("../images/top/banner-ads.png") no-repeat;
  background-size: cover;
  /*margin-bottom: 32px;*/
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .block-banner-ads {
    text-align: center;
    margin-top: 60px;
    /*margin-bottom: 15px;*/
  }
}
.block-banner-ads__content {
  background: rgba(255, 255, 255, 0.9);
  padding-top: 21px;
  padding-bottom: 32px;
  border-radius: 4px;
  text-align: center;
}
.block-banner-ads__content .icon-search {
  height: 81px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .block-banner-ads__content {
    width: 311px;
    display: inline-block;
    margin: auto;
    height: 311px;
    padding-top: 25px;
  }
  .block-banner-ads__content .icon-search {
    margin-bottom: 17px;
    height: auto;
    max-width: 285px;
  }
}
.block-banner-ads__content h3 {
  font-size: 1.875rem;
  line-height: 30px;
  margin-top: 16px;
  margin-bottom: 7px;
}
@media only screen and (max-width: 767px) {
  .block-banner-ads__content h3 {
    font-size: 1.375rem;
    line-height: 28px;
    margin-top: 8px;
  }
}
.block-banner-ads__content p {
  font-size: 1.375rem;
  line-height: 32px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .block-banner-ads__content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
.block-banner-ads__content a.btn-link {
  width: 270px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  color: #000;
  border: 1px solid #000;
  border-radius: 50px;
  text-align: center;
  position: relative;
  font-size: 1.125rem;
  font-weight: bold;
}
.block-banner-ads__content a.btn-link img {
  width: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media only screen and (max-width: 767px) {
  .block-banner-ads__content a.btn-link {
    width: 210px;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    padding-left: 22px;
    text-align: left;
  }
  .block-banner-ads__content a.btn-link img {
    width: 18px;
  }
}
.block-banner-ads__content div {
  margin-top: 15px;
}
.block-banner-ads__content div > a {
  font-size: 14px;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.block-banner-ads__content div > a:hover {
  opacity: 0.7;
}
.block-banner-ads__content div > a img {
  width: 10px;
  margin-left: 7px;
}

.block-ads {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block-ads a {
  background: #E1F0F8;
  display: flex;
  width: 700px;
  height: 143px;
  border-radius: 4px;
  align-items: center;
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 24px;
  max-width: 100%;
}
.block-ads a > div {
  margin: 0 20px;
}
@media only screen and (max-width: 767px) {
  .block-ads a > div {
    margin-left: 15px;
    margin-right: 0;
  }
  .block-ads a > div > div {
    display: flex;
    align-items: center;
    font-size: 14px;
  }
  .block-ads a > div > div img {
    width: 10px;
    margin-left: 30px;
  }
}
.block-ads a h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 10px;
  letter-spacing: -3px;
}
@media only screen and (max-width: 767px) {
  .block-ads a h3 {
    margin-top: 9px;
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 8px;
  }
}
.block-ads a p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  .block-ads a p {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .block-ads a {
    height: 140px;
  }
}
.block-ads .img1 {
  width: 116px;
}
@media only screen and (max-width: 767px) {
  .block-ads .img1 {
    width: 108px;
  }
}
.block-ads .img2 {
  width: 101px;
}
@media only screen and (max-width: 767px) {
  .block-ads .img2 {
    display: none;
  }
}
.block-ads .img3 {
  display: none;
}
@media only screen and (max-width: 767px) {
  .block-ads .img3 {
    display: block;
    height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .block-ads {
    margin-bottom: 60px;
  }
}
.block-ads img {
  max-width: 100%;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: #fff;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .header {
    position: relative;
  }
}
@media only screen and (min-width: 790px) and (max-width: 992px) {
  .header .d-lg-flex {
    display: none !important;
  }
  .header .d-lg-none {
    display: block !important;
  }
}
.header_top {
  padding: 18px 25px;
}
@media only screen and (max-width: 767px) {
  .header_top {
    padding: 0;
  }
  .header_top .content {
    height: 60px;
    padding: 12.5px 0;
    border-bottom: 1px solid #000;
  }
}
.header__logo img {
  height: 53px;
}
.header__logo img:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .header__logo img {
    height: 37px;
  }
}
@media only screen and (min-width: 790px) and (max-width: 992px) {
  .header__logo img {
    height: 42px;
  }
}
.header nav ul {
  list-style: none;
  padding: 6px 0 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.header nav ul li {
  margin-left: 30px;
}
.header nav ul li a {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.06rem;
  text-align: left;
}
.header nav ul li a:hover {
  opacity: 0.7;
}
.header nav ul li .box-search {
  border: 1px solid #000000;
  border-radius: 40px;
  width: 200px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  margin-left: 35px;
}
.header nav ul li .box-search input {
  border: 0;
  padding: 0;
  font-size: 14px;
  color: #000;
  width: 100%;
}
.header nav ul li .box-search input::-moz-placeholder {
  color: #8E8E8E;
}
.header nav ul li .box-search input::placeholder {
  color: #8E8E8E;
}
.header nav ul li .box-search img {
  width: 16px;
}
.header__bot {
  background: #EFEFEF;
  min-height: 56px;
}
@media only screen and (max-width: 767px) {
  .header__bot {
    display: none;
  }
}
.header__bot ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
}
.header__bot ul li {
  margin: 0 30px;
  display: inline-flex;
  align-items: center;
}
.header__bot ul li a {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  word-break: keep-all;
}
.header__bot ul li a:hover {
  opacity: 0.7;
}
.header__bot ul li a img {
  margin-right: 10px;
  height: 30px;
  width: auto;
}

.form-box {
  position: relative;
}
.form-box.suggest-active form {
  border-bottom: none !important;
  border-radius: 40px 40px 0 0 !important;
}

.box-search.suggest-active {
  border-bottom: none !important;
  border-radius: 40px 40px 0 0 !important;
}

.suggest-area {
  display: none;
  position: absolute;
  width: 200px;
  margin-left: 35px;
  padding: 0 16px 16px;
  border: 1px solid #000000;
  border-radius: 0 0 20px 20px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .suggest-area.suggest-area-sp {
    position: relative;
    display: none;
    width: 270px;
    margin: 0 auto;
    padding: 16px 16px 0;
    background: #fff;
    border: 1px solid #000000;
    border-radius: 0 0 40px 40px;
  }
  .suggest-area.suggest-area-sp.active {
    display: block;
  }
  .suggest-area.suggest-area-sp ul {
    margin: 0 !important;
    padding: 0 !important;
  }
  .suggest-area.suggest-area-sp ul li a {
    height: auto !important;
    margin: 0 0 16px;
    border-bottom: none !important;
  }
}
.suggest-area.active {
  display: block;
}
.suggest-area ul {
  display: flex;
  flex-wrap: wrap;
}
.suggest-area ul li {
  width: 100%;
  display: block;
  margin-left: 0 !important;
}
.suggest-area ul li a {
  display: block;
  width: 100%;
  text-align: left;
}

.block-content {
  min-height: 700px;
}

footer {
  background: #EFEFEF;
}
@media only screen and (min-width: 790px) and (max-width: 992px) {
  /* footer {
    height: 42px;
  } */
  footer .col-lg-3 {
    max-width: 100%;
  }
}
footer .footer-middle {
  padding: 51px 0 60px;
}
@media only screen and (max-width: 767px) {
  footer .footer-middle {
    padding-bottom: 40px;
    padding-top: 60px;
  }
}
footer .footer-middle a img {
  height: 53px;
}
footer .footer-middle a img:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  footer .footer-middle a img {
    height: 42px;
  }
}
@media only screen and (min-width: 790px) and (max-width: 992px) {
  footer .footer-middle a img {
    height: 42px;
  }
}
footer .footer-middle .box-menu {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  footer .footer-middle .box-menu {
    display: block;
  }
}
@media only screen and (min-width: 790px) and (max-width: 992px) {
  footer .footer-middle .box-menu {
    display: block;
  }
}
footer .footer-middle ul {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  margin-left: 90px;
}
@media only screen and (max-width: 767px) {
  footer .footer-middle ul {
    margin-left: 0;
    margin-top: 32px;
  }
}
@media only screen and (min-width: 790px) and (max-width: 992px) {
  footer .footer-middle ul {
    margin-left: 0;
    margin-top: 32px;
  }
}
footer .footer-middle ul li a {
  font-size: 14px;
  line-height: 32px;
  display: block;
  color: #000000;
}
footer .footer-middle ul li a:hover {
  opacity: 0.7;
}
footer .footer-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #707070;
  padding: 19px 0;
}
@media only screen and (max-width: 767px) {
  footer .footer-bot {
    flex-direction: column;
    border: 0;
    align-items: flex-start;
    padding-top: 0;
  }
}
@media only screen and (min-width: 790px) and (max-width: 992px) {
  footer .footer-bot {
    flex-direction: column;
    border: 0;
    align-items: flex-start;
    padding-top: 0;
  }
}
footer .footer-bot p {
  font-size: 10px;
  line-height: 24px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  footer .footer-bot p {
    line-height: 10px;
    order: 2;
    border-top: 1px solid #707070;
    padding-top: 15px;
    margin-top: 15px;
    width: 100%;
  }
}
@media only screen and (min-width: 790px) and (max-width: 992px) {
  footer .footer-bot p {
    line-height: 10px;
    order: 2;
    border-top: 1px solid #707070;
    padding-top: 15px;
    margin-top: 15px;
    width: 100%;
  }
}
footer .footer-bot > div {
  order: 1;
  display: flex;
  align-items: flex-end;
}
footer .footer-bot > div img {
  height: 25px;
}
footer .footer-bot > div img:hover {
  opacity: 0.7;
}

.block-alert {
  margin-top: 32px;
  text-align: center;
}
.block-alert__content {
  background: rgba(228, 68, 49, 0.05);
  border: 1px solid #E44431;
  border-radius: 4px;
  padding: 15px 24px;
  color: #E44431;
  font-size: 14px;
  line-height: 18px;
  text-decoration: underline;
  font-weight: bold;
  max-width: 100%;
  text-align: center;
  display: inline-block;
  width: 700px;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .block-alert__content {
    padding: 10px 16px;
  }
}
.block-alert__content a {
  color: #E44431;
}
.block-alert__content a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .block-alert {
    margin-top: 16px;
  }
}

.block-banner {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .block-banner {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.block-banner img {
  max-width: 100%;
  width: 850px;
}
.block-banner img:first-child {
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .block-banner img:first-child {
    padding: 0 16px;
  }
}
.block-banner img.logo {
  width: 150px;
}
@media only screen and (max-width: 767px) {
  .block-banner img.logo {
    width: 98px;
  }
}
.block-banner p {
  margin-top: 24px;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 24px;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .block-banner p {
    margin-top: 13px;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0;
    margin-bottom: 16px;
  }
}

.block-articles {
  padding-bottom: 53px;
}
@media only screen and (max-width: 767px) {
  .block-articles {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
  }
}
.block-articles .item {
  border: 1px solid #000000;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  max-width: 700px;
  height: 100%;
}
.block-articles .item:hover {
  opacity: 0.7;
}
.block-articles .item > a img {
  max-width: 100%;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .block-articles .item > a img {
    height: 195px;
  }
}
.block-articles .item .content {
  padding: 20px 25px 25px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .block-articles .item .content {
    padding: 12px 16px 15px;
  }
}
.block-articles .item .content .date {
  font-size: 16px;
  line-height: 20px;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .block-articles .item .content .date {
    font-size: 12px;
    margin-bottom: 6px;
  }
}
.block-articles .item .content .date img {
  width: 14px;
  margin-right: 11px;
}
.block-articles .item .content h3 {
  margin-bottom: 10px;
}
.block-articles .item .content h3 a {
  height: 72px;
  overflow: hidden;
  display: block;
  font-size: 1.625rem;
  line-height: 35px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .block-articles .item .content h3 a {
    font-size: 16px;
    line-height: 22px;
    height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .block-articles .item .content h3 {
    margin-bottom: 8px;
  }
}
.block-articles .item .content .tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.block-articles .item .content .tag a {
  display: inline-block;
  background-color: #EFEFEF;
  border-radius: 4px;
  height: 26px;
  padding: 0 16px;
  line-height: 26px;
  font-size: 14px;
  margin-right: 8px;
}
@media only screen and (max-width: 767px) {
  .block-articles .item .content .tag a {
    margin: 0 8px 8px 0;
    font-size: 12px;
  }
}
.block-articles .item .content .new {
  width: 64px;
  height: 24px;
  background: #E44431;
  border-radius: 4px;
  font-size: 1.125rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 20px;
}
@media only screen and (max-width: 767px) {
  .block-articles .item .content .new {
    width: 45px;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    top: 10px;
    right: 16px;
  }
}
.block-articles .btn-articles-more {
  font-size: 16px;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  margin-top: 32px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .block-articles .btn-articles-more {
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
  }
}
.block-articles .btn-articles-more img {
  width: 20px;
  margin-left: 8px;
}
@media only screen and (max-width: 767px) {
  .block-articles .btn-articles-more img {
    width: 18px;
  }
}

.block-other {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .block-other {
    margin-bottom: 60px;
  }
}
.block-other .col-sm-6 a {
  display: block;
  width: 100%;
  height: 100%;
}
.block-other .col-sm-6 a:hover {
  opacity: 0.7;
}

.block-about-customer {
  padding-top: 60px;
  padding-bottom: 54px;
}
@media only screen and (max-width: 767px) {
  .block-about-customer {
    padding: 36px 0;
  }
}
.block-about-customer h3 {
  font-family: "Noto Serif JP";
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 63px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #234872;
  margin-bottom: 21px;
}
@media only screen and (max-width: 767px) {
  .block-about-customer h3 {
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0em;
    color: #234872;
    margin-bottom: 24px;
  }
}
.block-about-customer ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  text-align: center;
}
.block-about-customer ul li {
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: center;
  color: #4D4D4D;
  max-width: 590px;
  border-bottom: 1px dotted #AAAAAA;
  display: block;
  margin: auto;
}
.block-about-customer ul li a {
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: center;
  color: #EA206C;
}
@media only screen and (max-width: 767px) {
  .block-about-customer ul {
    margin-bottom: 0;
  }
  .block-about-customer ul li {
    text-align: left;
  }
  .block-about-customer ul li a {
    text-align: left;
  }
}

.block-production {
  background: #F3F8FC;
  padding-top: 60px;
  padding-bottom: 97px;
}
@media only screen and (max-width: 767px) {
  .block-production {
    padding-top: 34px;
    padding-bottom: 36px;
  }
}
@media only screen and (min-width: 790px) and (max-width: 992px) {
  .block-production .row.owl-carousel {
    display: flex;
    margin-left: 0;
  }
}
.block-production h2 {
  font-family: "Noto Serif JP";
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 63px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #234872;
  margin-bottom: 42px;
}
@media only screen and (max-width: 767px) {
  .block-production h2 {
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 24px;
  }
}
.block-production__item {
  border-right: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
  padding-bottom: 22px;
  padding-left: 21px;
  padding-right: 21px;
  position: relative;
}
.block-production__item:first-child:after {
  content: "";
  background: #F3F8FC;
  position: absolute;
  height: 1px;
  width: 21px;
  bottom: -1px;
  left: 0;
}
.block-production__item:last-child:after {
  content: "";
  background: #F3F8FC;
  position: absolute;
  height: 1px;
  width: 21px;
  top: -1px;
  right: 0;
}
.block-production__item:nth-child(4n) {
  border-right: 0;
}
.block-production__item:nth-child(n+5) {
  padding-top: 22px;
  padding-bottom: 0;
  border-bottom: 0px solid #AAAAAA;
}
@media only screen and (max-width: 767px) {
  .block-production__item {
    border: 0;
  }
}
.block-production__item a img {
  width: 100%;
  height: 145px;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-production__item a h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #234872;
  margin-top: 8px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .block-production__item a h3 {
    font-size: 1.125rem;
  }
}
.block-production__item a p {
  font-size: 14px;
  line-height: 28px;
  color: #4D4D4D;
  margin-bottom: 0;
}

.block-report {
  padding-top: 55px;
  padding-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .block-report {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
.block-report .border-right {
  position: relative;
  border: 0 !important;
}
.block-report .border-right:after {
  height: 615px;
  width: 1px;
  background: rgba(35, 72, 114, 0.5);
  position: absolute;
  right: 0;
  content: "";
  top: 10px;
}
@media only screen and (max-width: 767px) {
  .block-report .border-right {
    border-right: 0;
    border-bottom: 1px solid rgba(35, 72, 114, 0.5);
    padding-bottom: 35px;
    margin-bottom: 36px;
  }
  .block-report .border-right:after {
    width: 100%;
    height: 1px;
    left: 0;
    top: 100%;
  }
}
.block-report img {
  max-width: 100%;
}
.block-report h3 {
  font-family: "Noto Serif JP";
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #234872;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .block-report h3 {
    margin-bottom: 24px;
    letter-spacing: 0;
  }
}
.block-report ul {
  list-style: none;
  margin: 0;
  padding-left: 42px;
}
@media only screen and (min-width: 790px) and (max-width: 992px) {
  .block-report ul {
    padding-left: 0;
  }
}
.block-report ul li {
  font-size: 14px;
  line-height: 28px;
  color: #4D4D4D;
  margin-bottom: 30px;
  padding-left: 35px;
  background: url("../images/comment.png") no-repeat 0 8px;
}
.block-report ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .block-report ul {
    padding-left: 0;
  }
  .block-report ul li {
    margin-bottom: 18px;
    padding-left: 25px;
    background-size: 20px;
  }
  .block-report ul li br {
    display: none;
  }
}

.block-job {
  padding-bottom: 96px;
  padding-top: 76px;
  background: #f3f8fc;
}
.block-job h2 {
  font-family: "Noto Serif JP";
}
.block-job .container {
  background: url("../images/bg-check.png") no-repeat left center;
  max-width: 1550px;
}
@media only screen and (max-width: 767px) {
  .block-job .container {
    background-position: -106px 90px;
  }
}
.block-job .list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 564px;
  max-width: 100%;
  display: inline-block;
}
.block-job .list li {
  font-size: 15px;
  line-height: 48px;
  color: #4D4D4D;
  border-bottom: 1px dotted #AAAAAA;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .block-job .list {
    margin-bottom: 32px;
  }
}
.block-job__shape {
  width: 1104px;
  max-width: 100%;
  min-height: 288px;
  background: #fff;
  display: inline-block;
  box-shadow: 8px 5px 10px rgba(0, 0, 0, 0.25);
  padding-top: 27px;
  text-align: left;
  margin: 56px auto 0;
}
.block-job__shape h3 {
  padding-left: 50px;
  padding-top: 25px;
  color: #234872;
  font-weight: 300;
  font-size: 24px;
  border-right: 1px solid #234872;
  white-space: nowrap;
  padding-right: 50px;
  padding-bottom: 25px;
  margin-bottom: 0;
  line-height: 40px;
  align-items: center;
  justify-content: center;
  display: flex;
}
@media only screen and (min-width: 790px) and (max-width: 992px) {
  .block-job__shape h3 {
    border: 0;
  }
  .block-job__shape h3 br {
    display: none;
  }
}
.block-job__shape ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 7px;
  width: 25%;
  float: left;
}
.block-job__shape ul:nth-child(2n) {
  width: 23%;
  margin-left: 1%;
}
.block-job__shape ul:nth-child(4n) {
  width: 18%;
}
.block-job__shape ul:nth-child(3n) {
  width: 20%;
}
.block-job__shape ul li {
  color: #4d4d4d;
  margin-bottom: 25px;
  font-size: 16px;
  display: block;
  padding-left: 50px;
  background: url("../images/icon-check.png") no-repeat 18px;
}
@media only screen and (min-width: 790px) and (max-width: 992px) {
  .block-job__shape ul {
    width: 23% !important;
  }
}
.block-job__shape .note {
  background: #77b3d3;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  padding: 28px 35px;
  margin-top: 19px;
}
@media only screen and (max-width: 767px) {
  .block-job__shape {
    margin-top: 0;
    padding: 24px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  }
  .block-job__shape h3 {
    padding: 0;
    font-weight: 400;
    font-size: 21.9554px;
    line-height: 48px;
    border-right: 0;
    border-bottom: 1px solid rgba(35, 72, 114, 0.501961);
    margin-bottom: 24px;
    padding-bottom: 16px;
  }
  .block-job__shape h3 br {
    display: none;
  }
  .block-job__shape ul {
    width: 60% !important;
    padding-top: 0;
    margin: 0 !important;
  }
  .block-job__shape ul:last-child {
    width: 40% !important;
  }
  .block-job__shape ul li {
    padding-left: 32px;
    margin-bottom: 16px;
    line-height: 16px;
    font-size: 12px;
    background: url("../images/icon-check.png") no-repeat 0px 0px;
    background-size: 16px 16px;
  }
  .block-job__shape ul li:last-child {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .block-job {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .block-job .block-title {
    line-height: 48px;
    margin-bottom: 0;
    letter-spacing: 0;
  }
}

.block-target {
  padding: 60px 0 80px;
}
.block-target h2 {
  font-family: "Noto Serif JP";
  font-weight: 700;
  font-size: 66.02px;
  line-height: 132px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #234872;
  margin-bottom: 25px;
}
.block-target h2 i {
  font-size: 52px;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .block-target h2 {
    font-size: 1.875rem;
    padding-left: 12px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 36px;
  }
  .block-target h2 i {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .block-target {
    padding: 36px 0;
  }
  .block-target .box-img2 {
    overflow-x: auto;
    margin-right: -15px;
    margin-left: -15px;
  }
  .block-target .box-img2 img {
    width: 98%;
  }
}
@media only screen and (min-width: 790px) and (max-width: 992px) {
  .block-target {
    padding: 36px 0;
  }
  .block-target .box-img2 {
    overflow-x: auto;
    margin-right: -15px;
    margin-left: -15px;
  }
  .block-target .box-img2 img {
    max-width: 100%;
  }
}

.block-about-h {
  color: #fff;
  background-image: linear-gradient(to right, #71afd1, #9dcce0);
  padding-top: 62px;
  padding-bottom: 96px;
}
.block-about-h h2 {
  font-family: "Noto Serif JP";
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .block-about-h {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .block-about-h .block-title {
    margin-bottom: 24px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 790px) and (max-width: 992px) {
  .block-about-h .row.owl-carousel {
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .block-about-h .col-sm-6 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.block-about-h__desc {
  width: 626px;
  border-bottom: 1px dashed #fff;
  padding-bottom: 8px;
  display: block;
  text-align: center;
}
.block-about-h__item {
  background: #fff;
  box-shadow: 8px 5px 10px rgba(0, 0, 0, 0.25);
  padding: 0px 40px 30px;
  position: relative;
  margin-top: 48px;
  min-height: 637px;
}
.block-about-h__item a > span:first-child {
  position: relative;
  display: block;
  margin-left: -40px;
  margin-right: -40px;
}
.block-about-h__item a > span:first-child img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .block-about-h__item a > span:first-child {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.block-about-h__item a > span:first-child span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 19.9628px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #FFFFFF;
}
.block-about-h__item h3 {
  font-size: 1.25rem;
  margin-bottom: 25px;
  font-weight: 700;
  margin-top: 30px;
  color: #234872;
}
.block-about-h__item p {
  text-align: justify;
  font-size: 16px;
  line-height: 32px;
  color: #4D4D4D;
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}
.block-about-h__item .point {
  position: absolute;
  background: url("../images/point.png");
  width: 32px;
  height: 84px;
  top: 17px;
  left: -16px;
  color: #fff;
  font-family: "Times New Roman";
  font-size: 16px;
}
.block-about-h__item .point span {
  transform: rotate(90deg);
  display: block;
  white-space: nowrap;
  position: relative;
  top: 14px;
}
.block-about-h__item .number {
  color: #f3f8fc;
  font-size: 160px;
  font-family: "Times New Roman";
  position: absolute;
  top: 191px;
  right: 15px;
  z-index: 1;
  line-height: 108px;
  width: 140px;
}
@media only screen and (max-width: 767px) {
  .block-about-h__item .number {
    font-size: 160px;
    width: auto;
    top: 133px;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .block-about-h__item {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 24px;
    min-height: auto;
    margin-top: 36px;
  }
  .block-about-h__item h3 {
    font-size: 1.25rem;
    line-height: 24px;
    margin-top: 24px;
    margin-bottom: 16px;
    position: relative;
    z-index: 3;
  }
  .block-about-h__item p {
    line-height: 24px;
    z-index: 2;
    position: relative;
  }
}

iframe {
  border: none;
  margin: 24px 0 0;
}
iframe.inquiry {
  /*height: 1060px;

  @include Responsive(XS) {
    height: 1210px;
  }*/
}
iframe.form {
  /*height: 2480px;

  @include Responsive(XS) {
    height: 2970px;
  }*/
}

.block-faq {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .block-faq {
    padding-bottom: 60px;
  }
  .block-faq .block-title-page {
    font-size: 24px;
  }
}
.block-faq .block-scroll {
  background: #EFEFEF;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .block-faq .block-scroll {
    padding: 24px 16px;
    height: auto;
    border-radius: 4px;
  }
}
.block-faq .block-scroll ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .block-faq .block-scroll ul {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 0;
  }
}
.block-faq .block-scroll ul li {
  margin: 0 57px;
}
@media only screen and (max-width: 767px) {
  .block-faq .block-scroll ul li {
    margin-left: 23px;
    margin-bottom: 16px;
  }
  .block-faq .block-scroll ul li:last-child {
    margin-bottom: 0;
  }
}
.block-faq .block-scroll ul li a {
  font-size: 16px;
  line-height: 22px;
  position: relative;
  display: inline-block;
  text-decoration: underline;
}
.block-faq .block-scroll ul li a:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  margin-right: 14px;
  position: absolute;
  right: 100%;
  top: 8px;
}
@media only screen and (max-width: 767px) {
  .block-faq .block-scroll ul li a {
    font-size: 14px;
    margin-right: 11px;
  }
}
.block-faq__content h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 28px;
  margin-top: 65px;
}
@media only screen and (max-width: 767px) {
  .block-faq__content h2 {
    margin-top: 42px;
    font-size: 16px;
    margin-bottom: 18px;
    line-height: 18px;
  }
}
.block-faq__content .card {
  border: 1px solid #000000;
  border-radius: 4px;
  margin-bottom: 24px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .block-faq__content .card {
    margin-bottom: 16px;
  }
}
.block-faq__content .card .card-header {
  padding: 24px;
  background: #fff;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .block-faq__content .card .card-header {
    padding: 16px;
  }
}
.block-faq__content .card .card-header:hover {
  opacity: 0.7;
}
.block-faq__content .card .card-header h3 {
  margin-bottom: 0;
}
.block-faq__content .card .card-header h3 button {
  padding: 0;
  display: flex;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-align: left;
  justify-content: space-between;
  width: 100%;
}
.block-faq__content .card .card-header h3 button:hover {
  text-decoration: none !important;
}
.block-faq__content .card .card-header h3 button:focus {
  text-decoration: none !important;
}
.block-faq__content .card .card-header h3 button > div {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .block-faq__content .card .card-header h3 button {
    font-size: 14px;
    line-height: 20px;
  }
}
.block-faq__content .card .card-header h3 button span {
  color: #0187DA;
  margin-right: 15px;
}
.block-faq__content .card .card-header h3 button img {
  width: 12px;
  height: 23px;
  -o-object-fit: contain;
     object-fit: contain;
}
.block-faq__content .card .card-header h3 button img.fa-angle-up {
  display: inline-block;
}
.block-faq__content .card .card-header h3 button img.fa-angle-down {
  display: none;
}
.block-faq__content .card .card-header h3 button.collapsed img.fa-angle-up {
  display: none;
}
.block-faq__content .card .card-header h3 button.collapsed img.fa-angle-down {
  display: inline-block;
}
.block-faq__content .card .card-body {
  padding: 24px;
  padding-top: 0;
  display: flex;
}
.block-faq__content .card .card-body span.h {
  font-size: 16px;
  color: #E44431;
  margin-right: 15px;
  font-weight: bold;
}
.block-faq__content .card .card-body a {
  color: #000;
  text-decoration: underline;
}
.block-faq__content .card .card-body a:hover {
  opacity: 0.7;
}
.block-faq__content .card .card-body div {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.block-faq__content-bot {
  margin-top: 32px;
  text-align: center;
}
.block-faq__content-bot p {
  font-size: 1.125rem;
  line-height: 26px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .block-faq__content-bot p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 17px;
  }
}
.block-faq__content-bot a {
  border: 1px solid #000000;
  width: 360px;
  max-width: 100%;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  color: #fff;
  background: #0187DA;
  border-radius: 30px;
  font-weight: bold;
  position: relative;
}
.block-faq__content-bot a img {
  width: 24px;
  right: 14px;
  top: 12px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .block-faq__content-bot a {
    font-size: 16px;
    height: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .block-page-contact .block-title {
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 790px) and (max-width: 992px) {
  .block-page-contact {
    overflow: hidden;
  }
}
.block-page-contact__top {
  margin-top: 36px;
  position: relative;
  margin-bottom: 72px;
}
.block-page-contact__top > img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__top {
    margin-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 36px;
  }
}
.block-page-contact__top-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(202, 222, 236, 0.6);
  z-index: 2;
  padding: 36px 96px;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__top-content {
    padding: 36px 16px;
  }
}
@media only screen and (min-width: 790px) and (max-width: 992px) {
  .block-page-contact__top-content {
    padding: 0;
  }
}
.block-page-contact__top-content h3 {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 63px;
  /* or 175% */
  letter-spacing: 0.2em;
  color: #234872;
  margin-left: 33px;
  margin-bottom: 38px;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__top-content h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 24px;
    margin-left: 0;
  }
}
.block-page-contact__top-content > div {
  background: #F3F8FC;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  width: 912px;
  max-width: 100%;
  height: 90px;
  justify-content: space-between;
  padding-left: 34px;
  padding-right: 24px;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__top-content > div {
    height: auto;
    padding: 16px 16px 25px;
    display: block;
  }
}
.block-page-contact__top-content > div p {
  margin: 0;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 63px;
  /* identical to box height, or 262% */
  text-align: center;
  letter-spacing: 0.2em;
  color: #234872;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__top-content > div p {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.2em;
    color: #234872;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 790px) and (max-width: 992px) {
  .block-page-contact__top-content > div p {
    font-size: 16px;
  }
}
.block-page-contact__top-content > div > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-left: 75px;
}
.block-page-contact__top-content > div > a .img-left {
  position: absolute;
  left: 15px;
}
.block-page-contact__top-content > div > a .small-text {
  font-size: 12px;
  font-family: "Noto Serif JP";
  color: #234872;
  display: block;
}
.block-page-contact__top-content > div > a .phone-text {
  font-size: 2rem;
  font-family: "Times New Roman";
  color: #234872;
  line-height: 32px;
}
.block-page-contact__text {
  font-size: 16px;
  line-height: 32px;
  /* or 200% */
  text-align: center;
  color: #4d4d4d;
  margin-bottom: 72px;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 36px;
    padding-top: 8px;
    text-align: left;
  }
}
.block-page-contact__form {
  background: #F3F8FC;
  background: #fff;
  padding: 72px 0;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__form {
    padding: 36px 0;
  }
}
.block-page-contact__form-content > .label-checkbox {
  margin-top: 72px;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__form-content > .label-checkbox {
    margin-top: 36px;
  }
}
.block-page-contact__form-content > .text-center > p {
  margin-bottom: 0;
}
.block-page-contact__form-content .item-form {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 35px;
}
.block-page-contact__form-content .item-form:nth-child(9) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__form-content .item-form {
    display: block;
    margin-bottom: 14px;
  }
}
.block-page-contact__form-content .item-form__label {
  display: flex;
  align-items: center;
  margin-right: 25px;
  width: 100%;
}
.block-page-contact__form-content .item-form__label > p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__form-content .item-form__label > p {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 790px) and (max-width: 992px) {
  .block-page-contact__form-content .item-form__label {
    min-width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .block-page-contact__form-content .item-form__label {
    justify-content: left;
    margin-bottom: 13px;
  }
  .block-page-contact__form-content .item-form__label br {
    display: none;
  }
}
.block-page-contact__form-content .item-form__label span {
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #838383;
  border: 1px solid #838383;
  border-radius: 6px;
  width: 60px;
  margin-right: 10px;
}
.block-page-contact__form-content .item-form__label span.dark {
  background: #CDDEEC;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__form-content .item-form__label span {
    margin-right: 10px;
  }
}
.block-page-contact__form-content .item-form__label label {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #000000;
}
.block-page-contact__form-content .item-form__label label br {
  display: none;
}
.block-page-contact__form-content .item-form__label small {
  font-size: 12px;
}
.block-page-contact__form-content .item-form__input {
  min-width: 794px;
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .block-page-contact__form-content .item-form__input span[data-name=your-province] {
    position: relative;
    width: 50%;
    display: inline-block;
  }
  .block-page-contact__form-content .item-form__input span[data-name=your-province]:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 24px;
    position: absolute;
    right: 5px;
    top: 11px;
    background: #f3f8fc;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .block-page-contact__form-content .item-form__input span[data-name=your-province] {
    position: relative;
  }
  .block-page-contact__form-content .item-form__input span[data-name=your-province]:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 24px;
    position: absolute;
    right: 5px;
    top: 3px;
    background: #f3f8fc;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 790px) and (max-width: 992px) {
  .block-page-contact__form-content .item-form__input span[data-name=your-province] {
    position: relative;
  }
  .block-page-contact__form-content .item-form__input span[data-name=your-province]:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 24px;
    position: absolute;
    right: 5px;
    top: 11px;
    background: #f3f8fc;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 790px) and (max-width: 992px) {
  .block-page-contact__form-content .item-form__input {
    min-width: calc(100vw - 270px);
  }
}
.block-page-contact__form-content .item-form__input > p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__form-content .item-form__input {
    width: 100%;
    min-width: auto;
  }
}
.block-page-contact__form-content .item-form__input .form-control {
  border: 1px solid #838383;
  padding: 0 16px;
  min-height: 56px;
  border-radius: 0;
  background: #F3F8FC;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__form-content .item-form__input .form-control {
    min-height: 43px !important;
    height: 43px !important;
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .block-page-contact__form-content .item-form__input select {
    position: relative;
  }
}
.block-page-contact__form-content .item-form__input textarea.form-control {
  padding-top: 12px;
  padding-bottom: 12px;
  height: 266px !important;
  background: #F3F8FC;
}
.block-page-contact__policy {
  padding: 72px 0;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__policy {
    padding: 36px 0;
  }
}
.block-page-contact__policy p {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #4d4d4d;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__policy p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 24px;
    text-align: left;
  }
}
.block-page-contact__policy .policy-left {
  font-size: 16px;
  line-height: 32px;
  color: #4D4D4D;
  padding-left: 95px;
  width: 786px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__policy .policy-left {
    padding-left: 0;
    line-height: 24px;
    word-break: break-all;
  }
}
.block-page-contact__policy .policy-box_shadow {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  line-height: 32px;
  color: #4D4D4D;
  padding: 24px 24px;
  margin: 48px 0;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__policy .policy-box_shadow {
    margin: 24px 0;
    padding: 16px;
    line-height: 24px;
  }
}
.block-page-contact .label-checkbox {
  font-size: 16px;
  line-height: 32px;
}
.block-page-contact .label-checkbox p {
  margin-bottom: 0;
}
.block-page-contact .label-checkbox .form-check-input {
  width: 20px;
  height: 20px;
  background-color: red !important;
}
.block-page-contact .label-checkbox .form-check-input:before {
  background-color: red !important;
}
.block-page-contact .label-checkbox .form-check-input:after {
  background-color: red !important;
}
.block-page-contact .label-checkbox small {
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  /* identical to box height, or 229% */
  margin-top: 8px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .block-page-contact .label-checkbox small {
    padding-left: 20px;
  }
}
.block-page-contact .box-checkbox .form-check {
  padding-left: 32px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.block-page-contact .box-checkbox .form-check label {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .block-page-contact .box-checkbox .form-check {
    padding-left: 0px;
  }
}
.block-page-contact .box-checkbox .col-sm-6:nth-child(2n) {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .block-page-contact .box-checkbox .col-sm-6:nth-child(2n) {
    padding-left: 15px;
  }
}
.block-page-contact .box-checkbox .col-sm-6:nth-child(2n+1) .form-check {
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .block-page-contact .box-checkbox .col-sm-6:nth-child(2n+1) .form-check {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 790px) and (max-width: 992px) {
  .block-page-contact .box-checkbox .col-sm-6:nth-child(2n+1) .form-check {
    padding-left: 0;
  }
}
.block-page-contact .box-checkbox label {
  margin-left: 12px;
  font-size: 15px;
  line-height: 32px;
  color: #333;
}
.block-page-contact .button-submit {
  margin-top: 48px;
  font-size: 16px;
  line-height: 32px;
  color: #1C7AE5;
  border: 1px solid #1C7AE5;
  width: 240px;
  height: 48px;
  cursor: pointer;
  text-align: center;
  background: url("../images/arrow.png") no-repeat 210px;
}
@media only screen and (max-width: 767px) {
  .block-page-contact .button-submit {
    margin-top: 36px;
  }
}
.block-page-contact .button-submit2 {
  margin-top: 48px;
  cursor: pointer;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .block-page-contact .button-submit2 {
    margin-top: 36px;
  }
}

p.ez-toc-title {
  font-size: 1.5rem !important;
  line-height: 32px;
  margin-bottom: 25px;
  font-weight: bold !important;
}

#ez-toc-container ul {
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  #ez-toc-container ul {
    padding: 0 24px;
  }
}
#ez-toc-container ul li a {
  width: calc(100% - 22px);
  font-size: 16px !important;
  line-height: 22px !important;
  color: #000;
  text-decoration: underline;
  text-align: left;
}
#ez-toc-container ul li a:visited {
  color: #000 !important;
}
@media only screen and (max-width: 767px) {
  #ez-toc-container ul li a {
    font-size: 14px !important;
  }
}
#ez-toc-container ul li a:before {
  display: none;
}

.border-box {
  margin: 0 0 54px;
  padding: 15px;
  background: #ffffff;
  border: 3px solid #EFEFEF;
  border-radius: 1px;
  word-break: break-all;
}
@media only screen and (max-width: 767px) {
  .border-box {
    font-size: 0.875rem;
  }
}
.border-box ul, .border-box ol {
  margin-bottom: 0;
}

.annotation {
  font-size: 0.7875rem !important;
  line-height: 23px !important;
}

.outlinks {
  /*display: flex;
  align-items: center;*/
  margin: 0 0 40px;
  /*padding: 8px 16px;
  border: 1px solid #EFEFEF;
  border-radius: 4px;*/
  /*@include Responsive(XS) {
    display: block;
  }*/
}
@media only screen and (max-width: 767px) {
  .outlinks {
    display: block;
  }
}
.outlinks:before {
  content: "参考資料";
  display: block;
  width: 95px;
  height: 24px;
  /*margin: 0 14px 0 0;
  padding: 0 0 0 26px;*/
  font-weight: bold;
  font-size: 14px;
  /*background: url('../images/backquote-icon.png') no-repeat;*/
  background-size: 16px;
  background-position: 0 3px;
}
@media only screen and (max-width: 767px) {
  .outlinks:before {
    margin: 0 0 8px 0;
    background-position: 0 1px;
  }
}
.outlinks ul {
  width: calc(100% - 107px);
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .outlinks ul {
    width: 100%;
  }
}
.outlinks ul li {
  display: flex;
  justify-content: left;
  margin: 4px 0;
}
@media only screen and (max-width: 767px) {
  .outlinks ul li {
    width: calc(100% - 8px);
  }
}
.outlinks ul li.marker {
  width: calc(100% - 4px);
  margin: 4px 0 4px -3px !important;
}
.outlinks ul li.marker:before {
  content: "・";
}
.outlinks ul li a {
  text-decoration: underline;
  color: #000;
  font-size: 14px;
}
.outlinks ul li a:hover {
  opacity: 0.7;
}
.outlinks ul li a.outlink {
  position: relative;
  display: flex;
  word-break: break-all;
}
.outlinks ul li a.outlink span:after {
  content: "";
  top: 3px;
  position: relative;
  /*position: absolute;
  top: 4px;
  right: -24px;*/
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 7px;
  background: url("../images/outlink-icon.png") no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .outlinks ul li a.outlink span:after {
    width: 12px;
    height: 12px;
  }
}

.relation-box {
  display: flex;
  justify-content: left;
  align-items: center;
  margin: 0 0 30px;
  padding: 6px 16px 8px;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .relation-box.blank-icon {
    align-items: stretch;
  }
}
.relation-box img {
  max-width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 24px;
  border-radius: 4px;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .relation-box img {
    max-width: 72px;
    margin-right: 16px;
  }
}
.relation-box .relation-icon {
  width: 80px;
  min-height: 80px;
  margin-right: 24px;
  border-radius: 4px;
  background-color: #EFEFEF;
  background-image: url("../images/rel-post-icon.svg");
  background-repeat: no-repeat;
  background-size: 48px 38px;
  background-position: 50% 50%;
}
@media only screen and (max-width: 767px) {
  .relation-box .relation-icon {
    width: 72px;
    margin: 8px 24px 8px 0;
    background-size: 43px 34px;
  }
}
.relation-box .relation-posts {
  width: calc(100% - 104px);
}
@media only screen and (max-width: 767px) {
  .relation-box .relation-posts {
    width: calc(100% - 88px);
  }
}
.relation-box .relation-posts p {
  margin: 10px 0 -8px;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .relation-box .relation-posts p {
    font-size: 14px;
  }
}
.relation-box .relation-posts ul {
  padding: 0;
}
.relation-box .relation-posts ul li {
  margin: 8px 0;
  list-style: none;
}
.relation-box .relation-posts ul li.marker {
  display: flex;
}
.relation-box .relation-posts ul li.marker:before {
  content: "・";
}
.relation-box .relation-posts ul li a {
  color: #000;
  font-size: 16px;
}
.relation-box .relation-posts ul li a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .relation-box .relation-posts ul li a {
    font-size: 14px;
  }
}

.banner:hover {
  opacity: 0.7;
}

.pdf-box {
  padding: 16px 24px 8px;
  margin: 0 0 30px;
  background: #E7F2F7;
}
.pdf-box p {
  margin-bottom: 16px !important;
  line-height: 25px !important;
}
.pdf-box p.pdf-title {
  font-size: 18px;
  font-weight: bold;
}
.pdf-box p.pdf-title:hover {
  opacity: 0.8;
}
.pdf-box p .pdfLink {
  position: relative;
  color: #000;
}
.pdf-box p .pdfLink:after {
  content: "";
  position: relative;
  top: 3px;
  display: inline-block;
  width: 18px;
  height: 21px;
  background: url(../images/pdf_icon.png) no-repeat;
  background-size: contain;
  margin-left: 8px;
}
@media only screen and (max-width: 767px) {
  .pdf-box p .pdfLink:after {
    width: 14px;
    height: 15px;
  }
}

.block-keyword__header {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .block-keyword {
    position: relative;
    top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .block-keyword__content {
    padding-bottom: 0px;
  }
}
.block-keyword__content .content {
  background: #EFEFEF;
  border-radius: 4px;
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  .block-keyword__content .content {
    background: #fff;
    padding: 0;
  }
}
.block-keyword__content .item {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .block-keyword__content .item {
    justify-content: flex-start;
  }
}
.block-keyword__content .item:last-child {
  margin-bottom: 0;
}
.block-keyword__content .item a {
  border: 1px solid #000000;
  background: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 50px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  margin: 0 8px 16px;
}
.block-keyword__content .item a:hover {
  opacity: 0.7;
}
.block-keyword__content .item a img {
  width: 24px;
  margin-right: 11px;
}
@media only screen and (max-width: 767px) {
  .block-keyword__content .item a {
    font-size: 12px;
    height: 40px;
    margin-left: 0;
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .block-keyword__content .item a img {
    width: 20px;
  }
}

.block-article {
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .block-article {
    padding-bottom: 30px;
  }
}
.block-article__wrap .col-sm-4 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .block-article__wrap .block-pagination {
    margin-top: 8px;
  }
}
.block-article__item {
  height: 100%;
  border: 1px solid #000000;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.block-article__item:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .block-article__item {
    margin-bottom: 16px;
  }
}
.block-article__item > a:before {
  pointer-events: auto;
  content: "";
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.block-article__item > a img {
  max-width: 100%;
  min-height: 180px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.block-article__item .content {
  position: relative;
  padding: 12px 15px 15px;
}
.block-article__item .content .new {
  width: 40px;
  height: 16px;
  background: #E44431;
  border-radius: 4px;
  font-size: 0.6875rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 16px;
  display: inline-block;
  position: absolute;
  right: 16px;
  top: 10px;
}
.block-article__item .content .date {
  font-size: 12px;
  line-height: 16px;
  display: flex;
  margin-bottom: 4px;
  align-items: center;
}
.block-article__item .content .date img {
  width: 14px;
  margin-right: 11px;
}
@media only screen and (max-width: 767px) {
  .block-article__item .content .date img {
    margin-right: 6px;
  }
}
.block-article__item .content h3 {
  font-weight: normal;
  margin-bottom: 8px;
}
.block-article__item .content h3 a {
  /*height: 48px;*/
  overflow: hidden;
  display: block;
  font-size: 16px;
  line-height: 24px;
}
.block-article__item .content .tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.block-article__item .content .tag a {
  display: inline-block;
  background-color: #EFEFEF;
  border-radius: 4px;
  height: 20px;
  padding: 0 12px;
  font-size: 12px;
  margin-right: 8px;
  margin-bottom: 4px;
}

.block-article-popular {
  margin: 0 0 40px;
}
.block-article-popular .block-title-page {
  margin-top: 0;
}
.block-article-popular__item {
  position: relative;
  display: flex;
  border-radius: 4px;
  border: 1px solid #000;
  height: 140px;
  margin-bottom: 30px;
}
.block-article-popular__item:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .block-article-popular__item {
    height: auto;
    margin-bottom: 22px;
  }
}
.block-article-popular__item:last-child {
  margin-bottom: 0;
}
.block-article-popular__item > a {
  min-width: 220px;
  max-width: 220px;
  display: inline-block;
}
.block-article-popular__item > a:before {
  pointer-events: auto;
  content: "";
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .block-article-popular__item > a {
    min-width: 130px;
    max-width: 130px;
  }
}
.block-article-popular__item > a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px 0 0 4px;
}
.block-article-popular__item > a img.icon {
  width: 32px;
  height: 32px;
  position: absolute;
  top: -8px;
  left: -8px;
}
.block-article-popular__item .content {
  position: relative;
  width: calc(100% - 130px);
  padding: 13px 12px 13px;
}
.block-article-popular__item .content .new {
  width: 40px;
  height: 16px;
  background: #E44431;
  border-radius: 4px;
  font-size: 0.6875rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 16px;
  display: inline-block;
  position: absolute;
  right: 29px;
  top: 14px;
}
@media only screen and (max-width: 767px) {
  .block-article-popular__item .content .new {
    right: 13px;
  }
}
.block-article-popular__item .content .date {
  font-size: 12px;
  line-height: 20px;
  display: flex;
  margin-bottom: 3px;
  align-items: center;
}
.block-article-popular__item .content .date img {
  width: 14px;
  margin-right: 11px;
}
.block-article-popular__item .content h3 {
  font-weight: normal;
  margin-bottom: 12px;
}
.block-article-popular__item .content h3 a {
  /*height: 46px;*/
  overflow: hidden;
  display: block;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .block-article-popular__item .content h3 a {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    /*height: 40px;*/
  }
}
@media only screen and (max-width: 767px) {
  .block-article-popular__item .content h3 {
    margin-bottom: 20px;
  }
}
.block-article-popular__item .content .tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .block-article-popular__item .content .tag {
    white-space: nowrap;
    overflow: hidden;
    height: 20px;
  }
}
.block-article-popular__item .content .tag a {
  display: inline-block;
  background-color: #EFEFEF;
  border-radius: 4px;
  height: 20px;
  padding: 0 12px;
  font-size: 12px;
  margin-right: 8px;
}
.block-article-popular__item .content .tag a:hover {
  opacity: 0.7;
}

.block-search-category ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .block-search-category ul {
    justify-content: space-between;
    margin-bottom: 0;
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.block-search-category ul li a {
  margin: 0 12px;
  border: 1px solid #000000;
  border-radius: 4px;
  width: 155px;
  height: 100px;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  line-height: 21px;
}
.block-search-category ul li a:hover {
  opacity: 0.7;
}
.block-search-category ul li a img {
  height: 35px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .block-search-category ul li a {
    width: 168px;
    height: 48px;
    flex-direction: row;
    font-size: 14px;
    font-weight: bold;
    justify-content: flex-start;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
    margin: 0 0 8px;
  }
  .block-search-category ul li a img {
    height: 24px;
    margin-bottom: 0;
    margin-right: 15px;
  }
}

.block-search-tag {
  padding-top: 55px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .block-search-tag {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.block-search-tag h3 {
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  .block-search-tag h3 {
    font-size: 20px;
  }
}
.block-search-tag .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  /*max-height: 132px;*/
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .block-search-tag .item {
    flex-wrap: wrap;
    /*height: 95px;*/
    overflow: hidden;
  }
}
.block-search-tag .item:last-child {
  margin-bottom: 0;
}
.block-search-tag .item a {
  border: 1px solid #000000;
  background: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 50px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  margin: 0 8px 16px;
}
.block-search-tag .item a:hover {
  opacity: 0.7;
}
.block-search-tag .item a img {
  width: 24px;
  margin-right: 11px;
}
@media only screen and (max-width: 767px) {
  .block-search-tag .item a {
    height: 40px;
    font-size: 12px;
    white-space: nowrap;
    margin: 0 4px 8px;
  }
  .block-search-tag .item a img {
    width: 20px;
    margin-right: 8px;
  }
}

.box-detail {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .box-detail {
    margin-top: 30px;
  }
}
.box-detail .image-feature {
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .box-detail .image-feature {
    margin-right: -16px;
    margin-left: -16px;
    border-radius: 0;
    width: calc(100% + 32px);
    max-width: calc(100% + 32px);
    margin-bottom: 25px;
  }
}
.box-detail .category {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.box-detail .category a {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
}
.box-detail .category a:hover {
  opacity: 0.7;
}
.box-detail .category a img {
  height: 22px;
  margin-right: 7px;
}
.box-detail .category a span {
  font-size: 16px;
  color: #000000;
  text-decoration: underline;
  word-break: keep-all;
}
@media only screen and (max-width: 767px) {
  .box-detail .category a span {
    font-size: 14px;
  }
}
.box-detail .entry-content {
  padding: 0 158px;
}
@media only screen and (max-width: 767px) {
  .box-detail .entry-content {
    padding: 0;
  }
}
.box-detail .excerpt {
  font-size: 1rem;
  line-height: 32px;
  margin-bottom: 40px;
}
.box-detail .excerpt p {
  font-size: 1rem;
  line-height: 32px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .box-detail .excerpt p {
    line-height: 22px;
    margin-bottom: 33px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  .box-detail .excerpt {
    line-height: 22px;
    margin-bottom: 33px;
  }
}
.box-detail .date {
  font-size: 16px;
  color: #000000;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  line-height: 16px;
}
.box-detail .date img {
  width: 20px;
  margin-right: 8px;
}
@media only screen and (max-width: 767px) {
  .box-detail .date {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 25px;
  }
  .box-detail .date img {
    width: 14px;
  }
}
.box-detail h1 {
  font-size: 2.375rem;
  line-height: 56px;
  color: #000;
  margin-bottom: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .box-detail h1 {
    font-size: 1.375rem;
    line-height: 30px;
  }
}
.box-detail .tag {
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}
@media only screen and (max-width: 767px) {
  .box-detail .tag {
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
}
.box-detail .tag a {
  border: 1px solid #000000;
  background: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 30px;
  border-radius: 40px;
  font-size: 15px;
  margin-right: 10px;
}
.box-detail .tag a:hover {
  opacity: 0.7;
}
.box-detail .tag a img {
  width: 15px;
  margin-right: 8px;
}
@media only screen and (max-width: 767px) {
  .box-detail .tag a {
    white-space: nowrap;
    font-size: 12px;
    margin: 4px 8px 4px 0;
  }
}
.box-detail h2, .box-detail h3, .box-detail h4 {
  margin-top: 40px;
  margin-bottom: 27px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .box-detail h2, .box-detail h3, .box-detail h4 {
    margin-top: 32px;
    margin-bottom: 18px;
  }
}
.box-detail h2 {
  font-size: 24px;
  line-height: 36px;
  border-bottom: 2px dotted #E44431;
  padding: 0 0 16px;
}
@media only screen and (max-width: 767px) {
  .box-detail h2 {
    font-size: 20px;
    padding: 0 0 8px;
    line-height: 24px;
  }
}
.box-detail h3 {
  position: relative;
  padding: 0 0 0 26px;
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .box-detail h3 {
    padding: 0 0 0 24px;
    font-size: 18px;
    line-height: 24px;
  }
}
.box-detail h3:before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  background: url("../images/h3-icon.svg") no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .box-detail h3:before {
    width: 16px;
    height: 16px;
  }
}
.box-detail h4 {
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .box-detail h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
.box-detail a {
  color: #069cd5;
  text-decoration: underline;
  word-break: break-word;
}
.box-detail .content img {
  margin-bottom: 40px;
  width: 100% !important;
}
@media only screen and (max-width: 767px) {
  .box-detail .content img {
    margin-bottom: 32px;
  }
}
.box-detail p {
  font-size: 1rem;
  line-height: 32px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .box-detail p {
    line-height: 22px;
    margin-bottom: 17px;
  }
}

.box-author {
  background: #EFEFEF;
  padding: 40px;
  display: flex;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .box-author {
    display: block;
    padding: 23px 16px;
    margin-bottom: 32px;
  }
}
.box-author .avatar {
  margin-right: 36px;
  width: -moz-min-content;
  width: min-content;
}
.box-author .avatar img {
  min-width: 130px;
  width: 130px;
  margin: 0 0 12px;
}
@media only screen and (max-width: 767px) {
  .box-author .avatar img {
    margin: 0;
  }
}
.box-author .avatar div p {
  margin: 0 0 8px;
  text-align: center;
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  .box-author .avatar div p {
    text-align: left;
  }
}
.box-author .avatar div span {
  font-size: 1.25rem;
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: -0.27px;
}
@media only screen and (max-width: 767px) {
  .box-author .avatar {
    margin-right: 0;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
  }
  .box-author .avatar > div {
    text-align: left;
    margin-top: -20px;
    margin-left: 24px;
  }
}
.box-author p {
  font-size: 1rem;
  margin-top: 10px;
  line-height: 24px;
  display: block;
  text-align: left;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .box-author p {
    line-height: 22px;
    text-align: left;
  }
}
.box-author img {
  max-width: 130px !important;
  width: 130px !important;
  height: 130px;
  border-radius: 50%;
  border: 1px solid #000;
  margin-top: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-author > div {
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .box-author > div {
    line-height: 22px;
  }
}

.box-share {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 22px 0;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .box-share {
    margin-bottom: 60px;
    padding: 16px 0;
  }
}
.box-share ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .box-share ul {
    padding-left: 16px;
    padding-right: 16px;
    justify-content: space-between;
  }
}
.box-share ul li {
  font-size: 1.125rem;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  .box-share ul li {
    font-size: 14px;
  }
}
.box-share ul li:first-child {
  margin-right: 30px;
}
.box-share ul li a {
  margin: 0 15px;
}
.box-share ul li a img {
  height: 24px;
}
@media only screen and (max-width: 767px) {
  .box-share ul li a {
    margin-right: 25px;
    margin-left: 0;
  }
}
.box-share ul li a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .box-share ul li:last-child a {
    margin-right: 0;
  }
}

figure {
  width: 100% !important;
}
figure img {
  width: 100% !important;
}

figcaption {
  margin-top: -32px;
}

.entry-content .content table {
  width: 100%;
  margin-bottom: 37px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #EFEFEF;
  table-layout: fixed;
}
@media only screen and (max-width: 767px) {
  .entry-content .content table {
    table-layout: auto;
  }
}
.entry-content .content table .graybg {
  background: #F7F7F7 !important;
}
.entry-content .content table .whitebg {
  background: #fff !important;
}
.entry-content .content table .borderblack {
  border-bottom: 1px solid #000 !important;
}
.entry-content .content table.coltable tr:nth-child(odd) {
  background: #F7F7F7;
}
.entry-content .content table.coltable tr:nth-child(odd) th, .entry-content .content table.coltable tr:nth-child(odd) td {
  border-left: 1px solid #EFEFEF;
}
.entry-content .content table.coltable tr:nth-child(odd) th.bluecell, .entry-content .content table.coltable tr:nth-child(odd) td.bluecell {
  color: #0186D9;
  background: #D4EBF9;
}
.entry-content .content table.coltable tr:nth-child(odd) th {
  background: #e1e1e1;
}
.entry-content .content table.coltable tr:nth-child(even) {
  background: #fff;
}
.entry-content .content table.coltable tr:nth-child(even) th.bluecell {
  color: #0186D9;
  background: #D4EBF9;
}
.entry-content .content table.coltable tr:nth-child(even) td.bluecell {
  color: #0186D9;
}
.entry-content .content table.coltable tr:nth-child(even) th {
  width: 120px;
  background: #e1e1e1;
}
.entry-content .content table.coltable tr.bluebgcell {
  background: #d4ebf9 !important;
}
.entry-content .content table.rowtable tr th, .entry-content .content table.rowtable tr td {
  border-bottom: 1px solid #EFEFEF;
}
.entry-content .content table.rowtable tr:last-of-type th, .entry-content .content table.rowtable tr:last-of-type td {
  border-bottom: none;
}
.entry-content .content table.rowtable tr th {
  width: 120px;
  background: #e1e1e1;
}
.entry-content .content table.rowtable tr th.bluecell {
  color: #0186D9;
  background: #D4EBF9;
}
.entry-content .content table.rowtable tr td:nth-child(2n-1) {
  background: #F7F7F7;
}
.entry-content .content table.rowtable tr td:nth-child(2n-1).bluecell {
  color: #0186D9;
  background: #D4EBF9;
}
.entry-content .content table.rowtable tr td:nth-child(2n) {
  background: #fff;
}
.entry-content .content table.rowtable tr td:nth-child(2n).bluecell {
  color: #0186D9;
}
.entry-content .content table.rowtable tr.bluebgcell th, .entry-content .content table.rowtable tr.bluebgcell td {
  background: #d4ebf9 !important;
}
.entry-content .content table.nomalcell th {
  background: #e1e1e1;
  border-bottom: 1px solid #EFEFEF;
}
.entry-content .content table.nomalcell td {
  background: #fff;
  border-bottom: 1px solid #EFEFEF;
}
.entry-content .content table th, .entry-content .content table td {
  padding: 24px 8px;
  text-align: center;
}
.entry-content .content table th.bluecell, .entry-content .content table td.bluecell {
  color: #0186D9;
}
@media only screen and (max-width: 767px) {
  .entry-content .content table th, .entry-content .content table td {
    font-size: 0.875rem;
  }
}

.js-scrollable {
  margin-bottom: 40px;
}
.js-scrollable table {
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .js-scrollable table tr th {
    min-width: 150px;
  }
}

.no-result {
  display: block;
  width: 100%;
  margin: 40px auto;
  padding: 0 0 24px;
  font-size: 1.5rem;
  text-align: center;
}

.category-description {
  max-width: 1046px;
  margin: 40px auto 60px;
}
@media only screen and (max-width: 767px) {
  .category-description {
    margin: 40px auto;
    padding: 0 16px;
  }
}
.category-description p {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .category-description p {
    text-align: left;
  }
}

.block-accent__header {
  margin-bottom: 40px;
}
.block-accent .box-top {
  min-height: 300px;
  background: url("../images/accent/bg-banner.png") no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 15px;
}
.block-accent .box-top__content {
  background: url("../images/accent/splash.png") no-repeat;
  width: 700px;
  background-size: 100%;
  min-height: 254px;
  display: inline-block;
  padding-top: 178px;
}
@media only screen and (max-width: 767px) {
  .block-accent .box-top {
    min-height: 375px;
    background: url("../images/accent/bg-banner_sp.png") no-repeat;
    background-size: cover;
    padding-top: 32px;
  }
  .block-accent .box-top__content {
    width: 311px;
    min-height: 311px;
    padding-top: 246px;
    background: url("../images/accent/splash_sp.png") no-repeat;
    background-size: 100%;
  }
  .block-accent .box-top .button-link a {
    width: 239px;
    justify-content: flex-start;
    padding-left: 24px;
    text-align: lef;
  }
  .block-accent .box-top .button-link img {
    right: 12px;
  }
}
.block-accent .box-top .container {
  padding: 0;
}
.block-accent__content .box-function-service {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .block-accent__content .box-function-service {
    padding: 60px 0 40px;
  }
}
.block-accent__content .box-function-service .block-title-page {
  margin-bottom: 40px;
  margin-top: 0px;
  font-size: 1.625rem;
}
@media only screen and (max-width: 767px) {
  .block-accent__content .box-function-service .block-title-page {
    font-size: 1.25rem;
    margin-bottom: 32px;
  }
}
.block-accent__content .box-function-service .item {
  margin-bottom: 30px;
  background: #E7F2F7;
  border-radius: 4px;
  min-height: 242px;
  padding: 25px 16px;
  position: relative;
}
.block-accent__content .box-function-service .item > span {
  left: 20px;
  top: -3px;
  position: absolute;
  width: 32px;
  height: 34px;
}
.block-accent__content .box-function-service .item > span.icon_01 {
  background: url("../images/icon/01.png") no-repeat;
  background-size: 100%;
}
.block-accent__content .box-function-service .item > span.icon_02 {
  background: url("../images/icon/02.png") no-repeat;
  background-size: 100%;
}
.block-accent__content .box-function-service .item > span.icon_03 {
  background: url("../images/icon/03.png") no-repeat;
  background-size: 100%;
}
.block-accent__content .box-function-service .item > span.icon_04 {
  background: url("../images/icon/04.png") no-repeat;
  background-size: 100%;
}
.block-accent__content .box-function-service .item > span.icon_05 {
  background: url("../images/icon/05.png") no-repeat;
  background-size: 100%;
}
.block-accent__content .box-function-service .item > span.icon_06 {
  background: url("../images/icon/06.png") no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .block-accent__content .box-function-service .item {
    margin-bottom: 16px;
    position: relative;
  }
}
.block-accent__content .box-function-service .item img {
  height: 50px;
}
.block-accent__content .box-function-service .item h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #000000;
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: center;
}
.block-accent__content .box-function-service .item h3 span {
  font-size: 12px;
  position: relative;
  top: -6px;
}
@media only screen and (max-width: 767px) {
  .block-accent__content .box-function-service .item h3 {
    font-size: 1.125rem;
    margin-top: 13px;
    margin-bottom: 9px;
  }
}
.block-accent__content .box-function-service .item p {
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  margin-bottom: 0;
  min-height: 72px;
}
@media only screen and (max-width: 767px) {
  .block-accent__content .box-function-service .item p {
    font-size: 14px;
    line-height: 22px;
    min-height: auto;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .block-accent__content .box-function-service .item.active h3:after {
    transform: rotate(180deg);
  }
  .block-accent__content .box-function-service .item.active p {
    display: block;
  }
}
.block-accent__content .box-different {
  background: #E7F2F7;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .block-accent__content .box-different {
    background: none;
    padding: 40px 0;
  }
}
.block-accent__content .box-different .block-title-page {
  margin-bottom: 40px;
  margin-top: 0;
  font-size: 1.625rem;
}
@media only screen and (max-width: 767px) {
  .block-accent__content .box-different .block-title-page {
    font-size: 1.25rem;
  }
}
.block-accent__content .box-different img {
  max-width: 100%;
}
.block-accent__content .box-step {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .block-accent__content .box-step {
    padding: 40px 0;
  }
}
.block-accent__content .box-step .block-title-page {
  margin-bottom: 40px;
  margin-top: 0px;
  font-size: 1.625rem;
}
@media only screen and (max-width: 767px) {
  .block-accent__content .box-step .block-title-page {
    font-size: 1.25rem;
  }
}
.block-accent__content .box-step .item {
  position: relative;
}
.block-accent__content .box-step .item:not(:first-child):before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../images/icon/arrow-right.png") no-repeat;
  position: absolute;
  left: -6px;
  top: 48%;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .block-accent__content .box-step .item:not(:first-child):before {
    left: 50%;
    top: -35px;
    width: 18px;
    height: 20px;
    margin-left: -9px;
    transform: rotate(90deg);
  }
}
@media only screen and (max-width: 767px) {
  .block-accent__content .box-step .item {
    flex: auto;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .block-accent__content .box-step .item:last-child {
    margin-bottom: 0;
  }
}
.block-accent__content .box-step .item .content {
  background: #E7F2F7;
  border-radius: 4px;
  padding-bottom: 25px;
  min-height: 369px;
  padding-top: 23px;
}
@media only screen and (max-width: 767px) {
  .block-accent__content .box-step .item .content {
    min-height: auto;
    padding-bottom: 21px;
    padding-top: 15px;
  }
}
@media only screen and (min-width: 790px) and (max-width: 992px) {
  .block-accent__content .box-step .item .content {
    min-height: 314px;
    padding-top: 23px;
    margin-bottom: 30px;
  }
}
.block-accent__content .box-step .item .content img {
  max-width: 100%;
  width: 110px;
}
@media only screen and (max-width: 767px) {
  .block-accent__content .box-step .item .content > div {
    display: flex;
    align-items: center;
    padding: 0 14px;
    margin-bottom: 16px;
  }
}
.block-accent__content .box-step .item .content > div > span {
  position: relative;
  display: block;
  text-align: center;
}
.block-accent__content .box-step .item .content > div > span img {
  height: 110px;
}
@media only screen and (max-width: 767px) {
  .block-accent__content .box-step .item .content > div > span {
    margin-right: 16px;
  }
  .block-accent__content .box-step .item .content > div > span img {
    height: 100px;
    width: auto;
  }
}
.block-accent__content .box-step .item .content > div > div > span {
  margin-top: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #E44431;
  font-size: 12px;
  line-height: 16px;
}
.block-accent__content .box-step .item .content > div > div > span:before {
  content: "";
  background: #E44431;
  height: 1px;
  width: 20px;
  margin-right: 8px;
}
.block-accent__content .box-step .item .content > div > div > span:after {
  margin-left: 8px;
  content: "";
  background: #E44431;
  height: 1px;
  width: 20px;
}
@media only screen and (max-width: 767px) {
  .block-accent__content .box-step .item .content > div > div > span {
    justify-content: flex-start;
    font-size: 16px;
    margin-top: 0;
  }
  .block-accent__content .box-step .item .content > div > div > span:before {
    display: none;
  }
  .block-accent__content .box-step .item .content > div > div > span:after {
    display: none;
  }
}
.block-accent__content .box-step .item .content h3 {
  font-size: 1.125rem;
  line-height: 22px;
  text-align: center;
  color: #000;
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  .block-accent__content .box-step .item .content h3 {
    font-size: 1.25rem;
    margin-top: 7px;
    margin-bottom: 0;
    text-align: left;
  }
}
.block-accent__content .box-step .item .content p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .block-accent__content .box-step .item .content p {
    font-size: 14px;
    line-height: 22px;
  }
}
.block-accent__content .box-customer {
  background: #E7F2F7;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .block-accent__content .box-customer {
    padding: 40px 0 80px;
    background: none;
  }
}
.block-accent__content .box-customer .block-title-page {
  margin-bottom: 40px;
  margin-top: 0px;
  font-size: 1.625rem;
}
@media only screen and (max-width: 767px) {
  .block-accent__content .box-customer .block-title-page {
    font-size: 1.25rem;
  }
}
.block-accent__content .box-customer .item:first-of-type .content {
  margin: 0 0 16px;
}
.block-accent__content .box-customer .item .content {
  display: flex;
  align-items: center;
}
.block-accent__content .box-customer .item .content > div span {
  font-size: 16px;
  line-height: 22px;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .block-accent__content .box-customer .item .content > div span {
    font-size: 14px;
    line-height: 18px;
  }
}
.block-accent__content .box-customer .item .content img {
  max-width: 100%;
  min-width: 80px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .block-accent__content .box-customer .item .content img {
    min-width: 65px;
    margin-bottom: 7px;
  }
}
.block-accent__content .box-customer .item .content > span {
  position: relative;
  display: block;
}
.block-accent__content .box-customer .item .content > span img {
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px 4px 0 0;
}
.block-accent__content .box-customer .item .content > span > span {
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #0187DA;
  font-size: 13px;
  flex-direction: column;
  line-height: 12px;
  left: 50%;
  margin-left: -20px;
  top: 100%;
  margin-top: -20px;
}
.block-accent__content .box-customer .item .content > span > span span {
  display: block;
  color: #0187DA;
  font-size: 8px;
}
.block-accent__content .box-customer .item .content p {
  font-size: 16px;
  padding: 25px;
  line-height: 24px;
  color: #000;
  margin-bottom: 0;
  letter-spacing: 0;
  border-radius: 4px;
  background: #fff;
  margin-left: 28px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .block-accent__content .box-customer .item .content p {
    background: #E7F2F7;
    margin-left: 22px;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
  }
}
.block-accent__content .box-customer .item .content p:before {
  content: "";
  width: 21px;
  height: 19px;
  background: url("../images/icon/polygon.png") no-repeat;
  background-size: 100%;
  position: absolute;
  left: -12px;
  top: 24px;
}
@media only screen and (max-width: 767px) {
  .block-accent__content .box-customer .item .content p:before {
    background: url("../images/icon/polygon_sp.png") no-repeat;
    background-size: 100%;
  }
}
.block-accent__content .box-customer .item .content p.left {
  margin-right: 28px;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .block-accent__content .box-customer .item .content p.left {
    margin-right: 22px;
  }
}
.block-accent__content .box-customer .item .content p.left:before {
  content: "";
  width: 21px;
  height: 19px;
  background: url("../images/icon/polygon.png") no-repeat;
  background-size: 100%;
  position: absolute;
  right: -12px;
  left: auto;
  transform: rotate(180deg);
  top: 24px;
}
@media only screen and (max-width: 767px) {
  .block-accent__content .box-customer .item .content p.left:before {
    background: url("../images/icon/polygon_sp.png") no-repeat;
    background-size: 100%;
  }
}
.block-accent__content .note {
  border-radius: 4px;
  padding: 0px 25px;
  width: 795px;
  display: inline-block;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .block-accent__content .note {
    background: #fff;
    padding: 10px 0 0;
  }
}
.block-accent__content .note p {
  display: flex;
  color: #000000;
  font-size: 14px;
  line-height: 22px;
  align-items: self-start;
  margin-bottom: 10px;
}
.block-accent__content .note p:last-child {
  margin-bottom: 0;
}
.block-accent__content .note p span {
  line-height: 18px;
  margin-right: 8px;
  min-width: 25px;
  display: inline-block;
  white-space: nowrap;
  margin-top: 2px;
}
@media only screen and (max-width: 767px) {
  .block-accent__content .note p {
    font-size: 12px;
    line-height: 18px;
  }
}
.block-accent__content .text-link {
  color: #000000;
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 32px;
  margin-bottom: 19px;
  text-align: center;
}
.block-accent__content .text-link a {
  text-decoration: underline;
}
.block-accent__content .text-link a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .block-accent__content .text-link {
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 17px;
  }
}
.p-none {
  display: none;
}

.block-policy {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .block-policy {
    padding-bottom: 60px;
  }
  .block-policy .block-title-page {
    font-size: 24px;
  }
}
.block-policy__header {
  margin-bottom: 40px;
}
.block-policy h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 15px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .block-policy h3 {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 10px;
    margin-bottom: 13px;
  }
}
.block-policy h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 24px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .block-policy h2 {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 10px;
    margin-bottom: 13px;
  }
}
.block-policy p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .block-policy p {
    font-size: 14px;
    line-height: 20px;
  }
}
.block-policy p a {
  text-decoration: underline;
  color: #0187DA;
}
.block-policy ul {
  padding-left: 17px;
}
.block-policy ul.number {
  list-style-type: decimal;
}
.block-policy ul li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .block-policy ul li {
    font-size: 14px;
    line-height: 20px;
  }
}
.block-policy ul li a {
  text-decoration: underline;
  color: #0187DA;
}
.block-policy ul.test {
  counter-reset: my-counter 1;
  list-style-type: none;
  padding-left: 0;
}
.block-policy ul.test li {
  display: flex;
}
.block-policy ul.test li::before {
  content: counter(my-counter) ".  ";
  counter-increment: my-counter;
  margin-right: 4px;
}
.block-policy .box-link {
  background: #EFEFEF;
  border-radius: 4px;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .block-policy .box-link {
    padding: 20px;
    margin-top: 0px;
  }
}
.block-policy .box-link.w a {
  width: 100%;
}
.block-policy .box-link a {
  display: block;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 24px;
  width: 50%;
  color: #0187DA;
  text-decoration: underline;
}
.block-policy .box-link a:hover {
  opacity: 0.7;
}
.block-policy .box-link a img {
  width: 12px;
  height: 12px;
  margin-left: 8px;
}
@media only screen and (max-width: 767px) {
  .block-policy .box-link a {
    width: 100%;
    line-height: 20px;
    margin-bottom: 17px;
  }
}
.block-policy .box-link a:last-child {
  margin-bottom: 0;
}
.block-policy .text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 19px;
}
@media only screen and (max-width: 767px) {
  .block-policy .text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 17px;
  }
}

.right-text {
  text-align: right;
  margin: 40px 0 0;
}

.sitemap-box h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 1px solid #E7F2F7;
  margin-bottom: 15px;
  margin-top: 40px;
}
.sitemap-box .sitemap {
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0 0;
}
.sitemap-box .sitemap li {
  margin: 0 24px 24px 24px;
}
.sitemap-box .sitemap li a {
  text-decoration: underline;
  color: #0187DA;
}

.assess {
  font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "sans-serif";
}
.assess p {
  margin: 0;
}
.assess ul {
  list-style: none;
  padding: 0;
}
.assess img {
  width: 100%;
}
.assess figure {
  margin: 0;
}
.assess .mv {
  background: url("/wp-content/themes/satei-lp/assets/images/miraiho/bg_mv-pc.jpg") 0 0/cover no-repeat;
  text-align: center;
  padding-top: 36px;
  position: relative;
  min-height: 394px;
}
@media screen and (max-width: 768px) {
  .assess .mv {
    padding: 25px 15px 10px;
    background: url("/wp-content/themes/satei-lp/assets/images/miraiho/bg_mv-sp.jpg") 0 0/100% no-repeat;
    background-color: #E7F2F7;
  }
}
.assess .mv-container {
  max-width: 834px;
  margin: 0 auto;
}
.assess .mv-box {
  position: absolute;
  width: 100%;
  background: #fff;
  padding: 30px;
  text-align: center;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.15);
  max-width: 834px;
  margin: 15px auto 0;
}
@media screen and (max-width: 768px) {
  .assess .mv-box {
    margin-top: 40px;
    position: relative;
    padding: 25px 15px 20px;
  }
}
.assess .mv-box-head {
  display: inline-flex;
  margin-bottom: 10px;
}
.assess .mv-box-ttl {
  font-weight: bold;
  font-size: 26px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .assess .mv-box-ttl {
    font-size: 14px;
  }
}
.assess .mv-box p {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .assess .mv-box .c-btn {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .assess .mv-box .u-clock {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
  }
}
.assess .intro {
  padding: 170px 0 130px;
  background: url("/wp-content/themes/satei-lp/assets/images/miraiho/bg_intro.png") bottom 0 left 0/294px 89px repeat-x;
  background-color: #E7F2F7;
}
@media screen and (max-width: 768px) {
  .assess .intro {
    padding: 10px 15px 110px;
  }
}
.assess .intro-ttl {
  max-width: 700px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 auto;
  padding-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .assess .intro-ttl {
    padding-top: 35px;
    padding-bottom: 10px;
    font-size: 16px;
  }
}
.assess .intro-ttl::before {
  content: "";
  width: 84px;
  height: 114px;
  display: block;
  background: url("/wp-content/themes/satei-lp/assets/images/miraiho/img_intro1-pc.png") 0 0/100% no-repeat;
  left: 37px;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .assess .intro-ttl::before {
    width: 47px;
    height: 60px;
    bottom: auto;
    top: 0;
    background: url("/wp-content/themes/satei-lp/assets/images/miraiho/img_intro1-sp.png") 50% 50%/100% no-repeat;
    left: 3%;
  }
}
.assess .intro-ttl::after {
  content: "";
  width: 84px;
  height: 114px;
  display: block;
  background: url("/wp-content/themes/satei-lp/assets/images/miraiho/img_intro2-pc.png") 0 0/100% no-repeat;
  right: 37px;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .assess .intro-ttl::after {
    width: 47px;
    height: 60px;
    bottom: auto;
    top: 0;
    background: url("/wp-content/themes/satei-lp/assets/images/miraiho/img_intro2-sp.png") 50% 50%/100% no-repeat;
    right: 3%;
  }
}
.assess .intro-ttl span {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .assess .intro-ttl span {
    font-size: 18px;
  }
}
.assess .intro-box {
  background: #fff;
  border: solid 2px #000;
  padding: 40px;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .assess .intro-box {
    padding: 15px;
  }
}
.assess .intro-box-ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .assess .intro-box-ttl {
    font-size: 20px;
  }
}
.assess .intro-box-txt {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .assess .intro-box-txt {
    font-size: 14px;
    text-align: left;
  }
}
.assess .promise {
  padding: 88px calc(50% - 513px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .assess .promise {
    padding: 30px 15px 0;
  }
}
.assess .promise-list {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  flex-wrap: wrap;
}
.assess .promise-item {
  padding: 0 0 22px;
  width: calc((100% - 15px) / 2);
  background: #E7F2F7;
}
@media screen and (max-width: 768px) {
  .assess .promise-item {
    width: 100%;
    margin-bottom: 60px;
  }
}
.assess .promise-item-img {
  margin: -30px auto 0;
  width: 110px;
}
@media screen and (max-width: 768px) {
  .assess .promise-item-img {
    width: 88px;
    margin-top: -44px;
  }
}
.assess .promise-item span {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin: 15px 0 7px;
}
@media screen and (max-width: 768px) {
  .assess .promise-item span {
    font-size: 18px;
    margin-bottom: 10sspx;
  }
}
.assess .promise-item p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .assess .promise-item p {
    padding: 0 15px;
    font-size: 14px;
    text-align: left;
  }
}
.assess .about {
  text-align: center;
  padding-bottom: 88px;
}
@media screen and (max-width: 768px) {
  .assess .about {
    padding: 15px 15px 80px;
  }
}
.assess .about-list {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  flex-wrap: wrap;
}
.assess .about-list li {
  width: calc((100% - 15px) / 2);
  background: #E7F2F7;
}
@media screen and (max-width: 768px) {
  .assess .about-list li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.assess .about-list li figcaption {
  margin-top: 0;
  font-size: 14px;
  padding: 15px;
}
.assess .about-list li figcaption span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}
.assess .about-cap {
  margin-top: 20px;
  color: #333333;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .assess .about-cap {
    text-align: left;
    margin-top: 15px;
    font-size: 12px;
  }
}
.assess .about-txt {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .assess .about-txt {
    margin-top: 40px;
    text-align: left;
    font-size: 14px;
  }
}
.assess .feature {
  background: #E7F2F7;
  padding: 88px calc(50% - 500px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .assess .feature {
    padding: 30px 15px;
  }
}
.assess .feature-head span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .assess .feature-head span {
    font-size: 18px;
  }
}
.assess .feature-head p {
  font-size: 32px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .assess .feature-head p {
    font-size: 1.6rem;
  }
}
.assess .feature .c-sec-ttl span {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .assess .feature-table-container {
    overflow-x: scroll;
    padding-bottom: 25px;
  }
}
.assess .feature-table-container .simplebar-scrollbar::before {
  background: #808080;
  border-radius: 8px;
  height: 8px;
}
.assess .feature-table-container .simplebar-track {
  border-radius: 8px;
  height: 8px;
  background-color: #D8D8D8;
}
.assess .feature-table {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .assess .feature-table {
    width: 768px;
    max-width: initial;
  }
}
.assess .feature-cap {
  font-size: 13px;
  text-align: left;
  line-height: 1.7;
  margin-top: 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .assess .feature-cap {
    font-size: 12px;
  }
}
.assess .feature-cap li {
  display: flex;
  margin-bottom: 7px;
}
.assess .feature-cap li:nth-of-type(1)::before {
  content: "※1";
  display: block;
  position: relative;
  font-size: 13px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .assess .feature-cap li:nth-of-type(1)::before {
    font-size: 12px;
  }
}
.assess .feature-cap li:nth-of-type(2)::before {
  content: "※2";
  display: block;
  position: relative;
  font-size: 13px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .assess .feature-cap li:nth-of-type(2)::before {
    font-size: 12px;
  }
}
.assess .feature-cap li:nth-of-type(3)::before {
  content: "※3";
  display: block;
  position: relative;
  font-size: 13px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .assess .feature-cap li:nth-of-type(3)::before {
    font-size: 12px;
  }
}
.assess .merit {
  background: #E7F2F7;
  text-align: center;
  padding: 0 calc(50% - 500px) 62px;
}
@media screen and (max-width: 768px) {
  .assess .merit {
    padding: 30px 15px 80px;
  }
}
.assess .merit-list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  flex-wrap: wrap;
}
.assess .merit-item {
  padding: 40px;
  background: #fff;
  width: calc((100% - 15px) / 2);
  border: solid 2px #000;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .assess .merit-item {
    width: 100%;
    margin-bottom: 15px;
    padding: 20px;
  }
}
.assess .merit-item span {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}
.assess .merit-item p {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .assess .merit-item p {
    text-align: center;
    font-size: 14px;
  }
}
.assess .merit-item p small {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .assess .merit-item p small {
    font-size: 12px;
  }
}
.assess .merit-cap.u-show-pc {
  text-align: left;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .assess .merit-cap.u-show-pc {
    display: none;
  }
  .assess .merit-cap.u-show-sp {
    display: flex;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 12px;
    text-align: left;
  }
}
.assess .merit-cap::before {
  content: "※";
  display: block;
  position: relative;
  font-size: 13px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .assess .merit-cap::before {
    margin-right: 2px;
  }
}
.assess .merit-txt {
  font-size: 14px;
  line-height: 2;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .assess .merit-txt {
    margin: 10px 0;
    text-align: left;
    font-size: 12px;
  }
}
.assess .flow {
  padding: 88px calc(50% - 500px) 98px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .assess .flow {
    padding: 30px 0 80px;
  }
}
.assess .flow-txt {
  font-size: 13px;
  margin-top: 40px;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .assess .flow-txt {
    padding: 0 15px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.assess .flow .c-sec-ttl {
  margin: 0 15px;
}
.assess .flow .c-button-link {
  margin: 0 15px;
}
@media screen and (max-width: 768px) {
  .assess .flow .c-button-link .c-btn {
    font-size: 14px;
  }
}
.assess .area {
  padding: 88px 0;
  background: #E7F2F7;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .assess .area {
    padding: 80px 15px;
  }
}
.assess .area-img {
  max-width: 420px;
  margin: 25px auto;
}
.assess .area p {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .assess .area p {
    text-align: left;
    font-size: 14px;
  }
}
.assess .area span {
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 768px) {
  .assess .area span {
    text-align: left;
  }
}
.assess .mess {
  padding: 88px 0 130px;
  background: url("/wp-content/themes/satei-lp/assets/images/miraiho/bg_intro.png") bottom 0 left 0/294px 89px repeat-x;
  background-color: #E7F2F7;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .assess .mess {
    padding: 15px 15px 110px;
    background-color: #E7F2F7;
  }
}
.assess .mess-list {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .assess .mess-list {
    margin-bottom: 50px;
  }
}
.assess .mess-box {
  background: #fff;
  border: solid 2px #000;
  padding: 50px 45px 50px 65px;
  max-width: 924px;
  margin: 40px auto 0;
  display: flex;
  text-align: left;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .assess .mess-box {
    flex-direction: column-reverse;
    padding: 25px 15px;
  }
}
.assess .mess-box-ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .assess .mess-box-ttl {
    font-size: 1.125rem;
  }
}
.assess .mess-box-txt {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.assess .mess-box:nth-of-type(1)::before {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 34px;
  background: url("/wp-content/themes/satei-lp/assets/images/miraiho/icon_tag1.png") 0 0/100% no-repeat;
  left: 20px;
  top: -4px;
}
.assess .mess-box:nth-of-type(2)::before {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 34px;
  background: url("/wp-content/themes/satei-lp/assets/images/miraiho/icon_tag2.png") 0 0/100% no-repeat;
  left: 20px;
  top: -4px;
}
.assess .mess-content {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .assess .mess-content {
    width: 100%;
  }
}
.assess .mess-img {
  width: 36%;
}
@media screen and (max-width: 768px) {
  .assess .mess-img {
    width: 80%;
    margin: 30px auto;
  }
}
.assess .qa {
  padding: 88px calc(50% - 350px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .assess .qa {
    padding: 30px 15px;
  }
}
.assess .qa-list {
  margin-top: 35px;
  text-align: left;
}
.assess .qa-item .qa-header {
  padding: 25px 0 25px 65px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s;
  margin-bottom: 14px;
  border: solid 1px #000;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .assess .qa-item .qa-header {
    font-size: 14px;
    padding: 15px 40px;
    line-height: 1.5;
  }
}
.assess .qa-item .qa-header p {
  margin: 0;
  line-height: 1;
}
.assess .qa-item .qa-header p::before {
  content: "Q.";
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  color: #0187DA;
  top: 45%;
  left: 26px;
  transform: translateY(-50%);
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .assess .qa-item .qa-header p::before {
    top: 1.3em;
    left: 12px;
  }
}
.assess .qa-item .qa-header.open .qa-item-icon {
  transform: rotate(180deg) translateY(50%);
}
.assess .qa-item .qa-inner {
  display: none;
  padding: 0 1.7rem 0.8rem 65px;
  line-height: 1.5;
  background-color: #ffffff;
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .assess .qa-item .qa-inner {
    padding: 0 25px 15px 40px;
  }
}
.assess .qa-item .qa-inner p::before {
  content: "A";
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  color: #E44431;
  top: 12px;
  left: 26px;
  transform: translateY(-50%);
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .assess .qa-item .qa-inner p::before {
    left: 12px;
    top: 0.6em;
  }
}
.assess .qa-item::before {
  content: "";
  border-top: 3px solid #1eadac;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.assess .qa-item-icon {
  border: none;
  position: absolute;
  top: 50%;
  transition: 0.2s;
  right: 2rem;
  padding: 0.2rem;
}
@media screen and (max-width: 768px) {
  .assess .qa-item-icon {
    right: 1em;
  }
}
.assess .qa-item-icon::before {
  content: "";
  display: block;
  background: url("/wp-content/themes/satei-lp/assets/images/miraiho/arrow-down-qa.png") top 50% left 0/100%;
  width: 13px;
  height: 7px;
  transform: translateY(-50%);
  top: 0;
  bottom: 0;
  right: 0;
}
.assess .button-link {
  margin: 40px auto 0;
}
.assess .row-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .assess .row-container {
    margin-top: 0;
  }
}
.assess .row-left, .assess .row-right {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .assess .row-left, .assess .row-right {
    width: 100%;
    margin: 40px 0 0;
  }
}
.assess .row .flow-item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .assess .row .flow-item:not(:first-child) {
    margin-top: 50px;
  }
}
.assess .row .flow-item:not(:first-child)::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("/wp-content/themes/satei-lp/assets/images/miraiho/arrow-right.webp") no-repeat 0 0/100%;
  position: absolute;
  left: -6px;
  top: 48%;
}
@media screen and (max-width: 768px) {
  .assess .row .flow-item:not(:first-child)::before {
    width: 19px;
    height: 22px;
    left: 50%;
    top: -35px;
    background: url("/wp-content/themes/satei-lp/assets/images/miraiho/arrow-down.png") no-repeat 50% 50%/100%;
    transform: translateX(-50%);
  }
}
.assess .row .flow-box {
  background: #E7F2F7;
  border-radius: 4px;
  padding-bottom: 25px;
  min-height: 369px;
  padding-top: 23px;
}
@media screen and (max-width: 768px) {
  .assess .row .flow-box {
    padding: 15px;
    min-height: auto;
  }
}
@media screen and (max-width: 768px) {
  .assess .row .flow-box-content {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .assess .row .flow-box-content > div {
    margin-left: 20px;
  }
}
.assess .row .flow-box img {
  width: 110px;
  height: 110px;
}
.assess .row .flow-box-ttl {
  margin-top: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #E44431;
  font-size: 12px;
  line-height: 16px;
}
@media screen and (max-width: 768px) {
  .assess .row .flow-box-ttl {
    justify-content: flex-start;
    font-size: 16px;
  }
}
.assess .row .flow-box-ttl::before {
  content: "";
  background: #E44431;
  height: 1px;
  width: 20px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .assess .row .flow-box-ttl::before {
    display: none;
  }
}
.assess .row .flow-box-ttl::after {
  margin-left: 8px;
  content: "";
  background: #E44431;
  height: 1px;
  width: 20px;
}
@media screen and (max-width: 768px) {
  .assess .row .flow-box-ttl::after {
    display: none;
  }
}
.assess .row .flow-box h3 {
  font-size: 1.125rem;
  line-height: 22px;
  text-align: center;
  color: #000;
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .assess .row .flow-box h3 {
    margin-top: 10px;
    text-align: left;
    font-size: 20px;
  }
}
.assess .row .flow-box p {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .assess .row .flow-box p {
    margin-top: 15px;
    font-size: 14px;
  }
}
.assess .row-cap {
  width: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0187DA;
  font-weight: bold;
  z-index: 100;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, calc(-50% - 20px));
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .assess .row-cap {
    width: 65%;
  }
}
.assess .row-cap p {
  padding-left: 10px;
  background: #fff;
}
.assess .row-cap span {
  padding-right: 10px;
  background: #fff;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .assess .row-cap span {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .assess .row-left {
    margin-bottom: 50px;
  }
}
.assess .row-left .flow-item:not(:first-child)::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("/wp-content/themes/satei-lp/assets/images/miraiho/arrow-right.webp") no-repeat;
  position: absolute;
  left: -6px;
  top: 48%;
  background-size: 100%;
}
.assess .row-right {
  position: relative;
}
@media screen and (max-width: 768px) {
  .assess .row-right {
    padding: 0 15px;
  }
}
.assess .row-right .flow-item:not(:first-child)::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("/wp-content/themes/satei-lp/assets/images/miraiho/arrow-right.webp") no-repeat;
  position: absolute;
  left: -6px;
  top: 48%;
  background-size: 100%;
}
.assess .row-right::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("/wp-content/themes/satei-lp/assets/images/miraiho/arrow-right.webp") no-repeat;
  position: absolute;
  left: -22px;
  top: 48%;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .assess .row-right::before {
    width: 19px;
    height: 22px;
    left: 50%;
    top: -70px;
    background: url("/wp-content/themes/satei-lp/assets/images/miraiho/arrow-down.png") no-repeat 50% 50%/100%;
    transform: translateX(-50%);
  }
}
.assess .row-right::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 40px);
  border: solid 1px #0187DA;
  border-radius: 6px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-20px);
}
@media screen and (max-width: 768px) {
  .assess .row-right::after {
    border: solid 2px #0187DA;
    width: calc(100% - 30px);
    left: 15px;
  }
}
.assess .voice {
  padding: 50px calc(50% - 500px);
}
@media screen and (max-width: 768px) {
  .assess .voice {
    padding: 80px 15px;
  }
}
.assess .voice-list {
  margin: 40px auto 0;
  max-width: 854px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .assess .voice-list {
    flex-direction: column;
  }
}
.assess .voice .voice-item {
  width: calc((100% - 32px) / 3);
  border: solid 2px #000;
  border-radius: 4px;
  padding: 25px;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .assess .voice .voice-item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.assess .voice .voice-item-head {
  border-bottom: solid 2px #C9C9C9;
  display: flex;
  padding-bottom: 15px;
}
.assess .voice .voice-item-head img {
  width: 50px !important;
  height: 50px;
}
.assess .voice .voice-item-head figcaption {
  margin-top: 0;
  margin-left: 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.assess .voice-content {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.5;
}

.assess .c-accent {
  display: inline-block;
  background-image: radial-gradient(circle at center, #E44431 18%, transparent 18%); /* 点の色とサイズ調整 */
  background-position: top 0 left 20px; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 21px 3px; /* 点の間隔とサイズ調整 */
  padding-top: 0.4em; /* 縦方向の位置調整 */
}

.assess .c-btn {
  border: 1px solid #000000;
  width: 360px;
  max-width: 100%;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 35px auto 0;
  font-size: 1.125rem;
  color: #fff;
  background: #0187DA;
  border-radius: 30px;
  font-weight: bold;
  position: relative;
  overflow: visible;
  transition: none;
}
.assess .c-btn .fukidashi {
  position: absolute;
  left: 0;
  right: 0;
  top: -50%;
  width: 149px;
  height: 30px;
  margin: auto;
}
.assess .c-btn .arrow-box {
  position: relative;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0 2px 0;
  color: #0187DA;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 4px;
}
.assess .c-btn .arrow-box .arrow-red {
  color: red;
}
.assess .c-btn .arrow-box i {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 2px 3.5px 0 0;
  background: url("/images/icon_clock.png") no-repeat;
  background-size: cover;
}
.assess .c-btn .arrow-box::before {
  margin-left: 1px;
  margin-top: 0.7px;
  border-top-color: #000000 !important;
  border-color: rgba(0, 0, 0, 0);
  border-top-width: 7.9px;
  border-bottom-width: 8px;
  border-left-width: 10px;
  border-right-width: 1px;
  content: "";
  position: absolute;
  top: 100%;
  left: 18%;
  width: 0;
  height: 0;
  pointer-events: none;
  border: solid transparent;
}
@media screen and (max-width: 540px) {
  .assess .c-btn .arrow-box::before {
    top: 96%;
    margin-top: 1px;
    border-right-width: 2px;
  }
}
.assess .c-btn .arrow-box::after {
  margin-left: 1px;
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 7px;
  border-bottom-width: 7px;
  border-left-width: 10px;
  border-right-width: 0px;
  border-top-color: #FFFFFF;
  content: "";
  position: absolute;
  top: 100%;
  left: 18%;
  width: 0;
  height: 0;
  pointer-events: none;
  border: solid transparent;
}
@media screen and (max-width: 540px) {
  .assess .c-btn .arrow-box::after {
    top: 98%;
    border-right-width: 1px;
  }
}
.assess .c-btn img {
  width: 24px;
  right: 14px;
  top: 12px;
  position: absolute;
}
.assess .c-btn:hover {
  opacity: 0.7;
}

.assess .c-link {
  color: #0187DA;
  text-decoration: underline;
  display: block;
  margin: 25px auto 0;
  font-size: 16px;
  text-align: center;
  transition: none;
}
@media screen and (max-width: 768px) {
  .assess .c-link {
    font-size: 14px;
    line-height: 1.5;
  }
}
.assess .c-link:hover {
  opacity: 1;
}

.assess .c-sec-ttl {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .assess .c-sec-ttl {
    font-size: 1.15rem;
  }
}
.assess .c-sec-ttl span {
  font-size: 16px;
  display: block;
  font-weight: 300;
}
.assess .c-sec-ttl::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  display: block;
  width: 60px;
  height: 1px;
  background: #E44431;
  transform: translateX(-50%);
}

.assess .u-blue {
  color: #0187DA;
  font-weight: bold;
}

.assess .u-clock {
  box-sizing: border-box;
  width: 190px;
  height: 30px;
  color: #0187DA;
  border: solid thin #000;
  border-radius: 4px;
  line-height: 30px;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  font-size: 16px;
}
.assess .u-clock::before {
  content: "";
  background: url("/images/icon_clock.png") 50% 50%/100%;
  width: 17px;
  height: 17px;
  display: block;
}

@media screen and (min-width: 769px) {
  .assess .u-hide-pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .assess .u-hide-pc {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .assess .u-hide-sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .assess .u-hide-sp {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .assess .u-show-pc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .assess .u-show-pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .assess .u-show-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .assess .u-show-sp {
    display: block;
  }
}

.assess .form {
  padding: 88px calc(50% - 350px);
  text-align: center;
  background: #f5f5f6;
}
@media screen and (max-width: 768px) {
  .assess .form {
    padding: 50px 15px;
  }
}
.assess .form .p-form-visit {
  max-width: 700px;
  height: 2530px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .assess .form .p-form-visit {
    height: 2450px;
  }
}
.assess .form iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.family-trust {
  /* theadのthのスタイル */
  /* 2,3,4番目のthの幅を固定 */
  /* tbodyのtdの文字スタイル */
  /* tbodyのtdの画像スタイル */
  letter-spacing: 0;
}

.family-trust header {
  background-color: #ffffff;
  text-align: center;
}

.family-trust header .header-top {
  padding: 0 1rem;
}

.family-trust header {
  position: relative;
}

.family-trust header .header-pr {
  position: absolute;
  top: 1rem;
  left: 0;
  color: #1EADAC;
  font-size: 16px;
  font-weight: bold;
}

.family-trust header .header-cap span {
  display: block;
  margin-bottom: 1rem;
  padding-top: 6%;
  color: #21AEAD;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}

.family-trust .logo {
  margin-bottom: 1rem;
  padding-top: 2.6rem;
}

.family-trust .logo img {
  width: 11.3rem;
}

.family-trust .logo-pc {
  z-index: 10;
  position: absolute;
  top: 1rem;
  left: 2rem;
  width: 16%;
}

.family-trust .catchphrase img {
  width: 21.7rem;
}

.family-trust .subtext {
  margin: 1rem 0;
  font-size: 1.14rem;
  text-align: center;
}

.family-trust .main-visual {
  position: relative;
}

.family-trust .main-visual img {
  width: 100%;
}

.family-trust img {
  width: 100%;
  height: auto;
}

.family-trust .main-label {
  position: absolute;
  left: 1.2rem;
  width: 6.9rem;
}

.family-trust .mintitle {
  margin: 0;
  font-size: 0.88rem;
}

.family-trust .list-first {
  margin: 0;
  color: white;
  font-size: 0.88rem;
}

.family-trust section {
  padding: 3.9rem 1.22rem;
  background-color: #1eadac;
}

.family-trust h2 {
  margin-top: 0;
  margin-top: -0.26em;
  margin-bottom: 1rem;
  margin-bottom: 2rem;
  color: #ffffff;
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 2.28rem;
  font-weight: 400;
  letter-spacing: 0.13rem;
  line-height: 1.4;
  text-align: center;
}

.family-trust h3 {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 1.7rem;
  padding-left: 1rem; /* 縦線とテキストの間のスペースを調整 */
  color: #333333;
  font-family: "Inter", sans-serif;
  font-size: 1.29rem;
  font-weight: 500;
  line-height: 1.4;
}

.family-trust h3:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px; /* 縦線の太さを調整 */
  height: 90%; /* 縦線の高さをh3タグのline-heightの90%に設定 */
  transform: translateY(-50%);
  background-color: #000; /* 縦線の色を調整 */
  content: "";
}

.family-trust p {
  margin-bottom: 1rem;
  color: #ffffff;
  font-size: 1rem;
}

.family-trust .read-txt {
  font-size: 1.285rem;
  letter-spacing: 0.01rem;
  line-height: 1.8;
}

.family-trust .read-txt span {
  font-weight: bold;
}

.family-trust .price {
  z-index: -10;
  position: relative;
  margin-top: -80px;
  background: #ECF8F8;
}

.family-trust .price .image-container-link {
  margin-bottom: 1rem;
}

.family-trust .price h2 {
  color: #1EADAC;
}

.family-trust .price .read-txt, .family-trust .price .mintitle, .family-trust .price .list {
  color: #333;
}

.family-trust .price-caption span {
  display: block;
  font-size: 1.2rem;
  text-align: right;
}

.family-trust .section3 {
  padding-bottom: 2.6rem;
}

.family-trust .section3-item .section3-img {
  width: 21rem;
  margin: 0 auto 1.5rem;
  text-align: center;
}

.family-trust .section3-item .white-rectangle {
  max-width: 81%;
  margin: 0 auto;
}

.family-trust .section4 {
  padding-top: 2.5rem;
}

.family-trust .content {
  width: 1005px;
  max-width: 90%;
  margin: 0 auto;
}

.family-trust .sp {
  display: none;
}

.family-trust a {
  transition: 0.3s;
}

.family-trust a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.family-trust .image-container,
.family-trust .image-container-link {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.family-trust .image-container a,
.family-trust .image-container-link a {
  width: 49%;
}

.family-trust .image-container-link img {
  width: 48%;
}

.family-trust .image-container-mid {
  width: 85%;
  margin: 0 auto;
}

.family-trust .image-container-mid img {
  width: 100%;
}

.family-trust .image-container-full img {
  width: 100%;
}

.family-trust .subtext02 {
  color: #333333;
  font-size: 0.87rem;
  opacity: 0.6;
}

.family-trust .image-container-icon {
  display: flex;
  width: 5rem;
  margin: 1.5rem auto;
}

.family-trust .image-container-icon img {
  margin-right: 1rem;
}

.family-trust .image-container-icon img:first-child {
  margin-left: 1rem;
}

.family-trust .fc-bl h2,
.family-trust .fc-bl p {
  color: #333333;
}

.family-trust .white-rectangle {
  padding: 1.7rem;
  background-color: white;
}

.family-trust .white-rectangle p {
  margin: 0;
  font-size: 1.14rem;
  letter-spacing: 0.05rem;
}

.family-trust .white-rectangle h3 {
  position: static;
  margin-top: 1.6rem;
  text-align: center;
}

.family-trust .white-rectangle h3:before {
  position: static;
  width: initial;
  transform: initial;
  background-color: initial;
}

.family-trust .white-rectangle h4 {
  margin-top: 2.3rem;
  font-size: 1.15rem;
  font-weight: 500;
}

.family-trust .heading-main {
  color: #1eadac !important;
}

.family-trust .heading-main span {
  color: #ca7900;
}

.family-trust .heading-main02 span {
  color: #fcff68;
}

.family-trust .list {
  padding: 0;
}

.family-trust .list li {
  padding-left: 1em;
  list-style: none;
  text-indent: -1em;
}

.family-trust .intro-list {
  display: flex;
  position: relative;
  justify-content: space-between;
}

.family-trust .intro-list figure {
  width: 250px !important;
  text-align: center;
}

.family-trust .intro-list figure img {
  width: 100%;
}

.family-trust .intro-list figure p {
  margin-top: 10px;
  font-size: 18px;
}

.family-trust .intro-list .intro-arrow {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 28%;
  max-width: 180px;
  transform: translate(-50%, -50%);
}

.family-trust .intro-point {
  position: relative;
  padding: 1.2rem;
  background: #fff;
}

.family-trust .intro-point::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 162px;
  height: 39px;
  transform: translate(-10px, -50%);
  background: url("/wp-content/themes/satei-lp/assets/images/miraiho/point.png") 0 0/100%;
  content: "";
}

.family-trust .intro-point p {
  color: #333;
  font-size: 1.29rem;
  margin: 1rem 0;
}

.family-trust .features {
  margin-top: 2rem;
}

.family-trust .features .feature {
  display: flex;
  align-items: center;
  margin-bottom: 0.65rem;
  padding-left: 0.8rem;
  background-color: #fff1ce;
}

.family-trust .features .feature p {
  margin-top: 1rem;
  font-size: 1.29rem;
  font-weight: bold;
}

.family-trust .features .feature span {
  display: inline;
  padding-bottom: 0.1rem;
  background: linear-gradient(transparent 60%, #fcff68 0%);
  font-size: 1.73rem;
}

.family-trust .features .feature img {
  width: 2rem;
  margin-right: 0.8rem;
}

.family-trust table {
  margin-bottom: 1rem;
  border-collapse: collapse;
  border-spacing: 0;
}

.family-trust table .table-icon {
  text-align: center;
}

.family-trust table td,
.family-trust table th {
  border: 2px #8c8c8c solid;
}

.family-trust table thead th {
  font-weight: 400;
  line-height: 1.2;
}

.family-trust table thead th span {
  font-size: 0.7rem;
}

.family-trust table thead tr:first-child {
  background-color: #fff1ce;
}

.family-trust table tbody th {
  box-sizing: border-box;
  padding: 0 0.5rem;
  background-color: white;
  font-size: 1rem;
  font-weight: 400;
}

.family-trust table tbody td {
  box-sizing: border-box;
  padding: 1.4rem 0.4rem;
  background-color: white;
  font-feature-settings: "palt";
  font-size: 0.72rem;
}

.family-trust table tbody td span {
  font-weight: bold;
}

.family-trust table tbody td img {
  width: 2.1rem;
}

.family-trust table thead th {
  padding: 0.5rem 0; /* 44pxの高さをremで指定。通常1remは16pxとされるため、44/16 = 2.75rem */
  background-color: #fff1ce;
  text-align: center;
}

.family-trust table thead th:nth-child(n+2) {
  width: 27.5%; /* 3つのthが同じ幅になるように固定 */
}

.family-trust table tbody td {
  font-size: 0.71rem;
  vertical-align: top; /* 内容を上に寄せる */
}

.family-trust .table-icon {
  display: inline-block;
  width: 100%;
  height: 2.3rem; /* 画像の高さを設定。適切な値に調整してください。 */
  margin-bottom: 0.5rem;
  text-align: center;
}

.family-trust .table-icon img {
  display: inline;
  width: auto;
  height: auto;
  max-height: 100%;
  vertical-align: middle;
}

.family-trust .property-images {
  display: flex;
  justify-content: space-between;
}

.family-trust .property-images .property-images-item {
  width: 30%;
  text-align: center;
}

.family-trust .property-images .property-images-item p {
  color: #333333;
}

.family-trust .logo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}

.family-trust .logo-row picture {
  width: 33%;
  margin: 0 0.7rem;
}

.family-trust .logo-row picture:first-child {
  width: 25%;
}

.family-trust .logo-row picture:nth-child(2) {
  width: 25%;
}

.family-trust .logo-row:last-child picture:first-child {
  width: 36%;
}

.family-trust .logo-row:last-child picture:last-child {
  width: 40%;
}

.family-trust #qa .white-rectangle {
  margin-top: 3rem;
  color: #211715;
}

.family-trust .qa {
  margin-bottom: 1.3rem;
}

.family-trust .qa .qa-wrap {
  display: flex;
  margin: 0;
  padding: 0;
  padding: 1.2rem;
  letter-spacing: 0.2rem;
}

.family-trust .qa .qa-wrap span {
  margin-top: 0.6rem;
  margin-right: 0.5rem;
  color: #1eadac;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}

.family-trust .qa .qa-wrap .highlight02 {
  color: #333333;
  font-size: 1.35rem;
}

.family-trust .qa p {
  margin: 0;
  color: #333333;
  font-size: 1.29rem;
}

.family-trust .images {
  display: flex;
}

.family-trust .voice .read-txt {
  margin-top: -0.7rem;
  margin-bottom: 2.7rem;
}

.family-trust .voice h3 {
  margin-top: 1rem;
  margin-bottom: 0.8rem;
}

.family-trust .voice .voice-item {
  margin-bottom: 4rem;
}

.family-trust .voice .voice-item:last-child {
  margin-bottom: 0;
}

.family-trust .voice .voice-item p:last-child {
  margin-bottom: 0;
}

.family-trust .highlight {
  display: inline;
  padding-bottom: 0.1rem;
  background: linear-gradient(transparent 60%, #fcff68 0%);
  font-weight: bold;
}

.family-trust .respondence .respondence-wrap {
  display: flex;
  justify-content: space-between;
}

.family-trust .respondence .respondence-item {
  width: 47%;
}

.family-trust .respondence .respondence-item .respondence-img {
  text-align: center;
}

.family-trust .respondence .respondence-item .respondence-img img {
  width: 80%;
}

.family-trust .respondence .respondence-item h4 {
  font-size: 1.14rem;
  font-weight: 500;
}

.family-trust .respondence .respondence-item h4 span {
  font-size: 0.9rem;
}

.family-trust .respondence .respondence-pf {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.family-trust .conv-btn a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  height: 72px;
  margin: 0 auto;
  padding: 1rem 0;
  border-radius: 5px;
  background: #E8AE40;
  color: inherit;
  line-height: 0;
  text-decoration: none;
}

.family-trust .conv-btn img {
  width: 40px;
  height: 46px;
  margin-right: 20px;
}

.family-trust .conv-btn p {
  box-sizing: border-box;
  height: 72px;
  margin: 0 30px 0 0;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 72px;
}

.family-trust .conv-btn span {
  display: block;
  width: 120px;
  height: 2.5rem;
  border-radius: 30px;
  background: #fff;
  color: #E8AE40;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.5rem;
  text-align: center;
}

.family-trust #qa2 .qa-wrap {
  position: relative;
}

.family-trust #qa2 .icon-container {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
}

.family-trust #qa2 .icon {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  border: 1px solid #1eadac;
  color: #1eadac;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
}

.family-trust #qa2 .answer {
  max-height: 0;
  padding: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.family-trust #qa2 .answer.open {
  max-height: 300px; /* 適切な最大高さに調整 */
  padding: 1.2rem;
}

.family-trust #qa2 .question {
  padding-right: 3.3rem;
}

.family-trust .c-accordion {
  margin-top: 4rem;
}

.family-trust .c-accordion__list {
  width: 100%;
  margin-bottom: 1rem;
}

.family-trust .c-accordion__list__header {
  z-index: 1;
  position: relative;
  padding: 0.8rem 4rem 0.8rem 2rem;
  border-radius: 0.3rem;
  background-color: #fff1ce;
  cursor: pointer;
  transition: 0.2s;
}

.family-trust .c-accordion__list__header p {
  margin: 0;
  color: #333333;
  font-size: 1.29rem;
}

.family-trust .c-accordion__list__header p span {
  margin-right: 1.2rem;
  color: #1eadac;
  font-size: 2rem;
  font-weight: bold;
}

.family-trust .c-accordion__list__header--icon {
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -10px;
  padding: 0.2rem;
  border: 1px solid #1eadac;
}

.family-trust .c-accordion__list__header--icon::before, .family-trust .c-accordion__list__header--icon::after {
  box-sizing: border-box;
  position: absolute;
  margin: auto;
  vertical-align: middle;
  content: "";
}

.family-trust .c-accordion__list__header--icon::before {
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 0;
  border-top: 3px solid #1eadac;
}

.family-trust .c-accordion__list__header--icon::after {
  top: 0;
  right: 0.4rem;
  bottom: 0;
  width: 0;
  height: 20px;
  border-left: 3px solid #1eadac;
  transition: 0.3s;
}

.family-trust .c-accordion__list__inner {
  box-sizing: border-box;
  display: none;
  padding: 0.8rem 1.7rem;
  background-color: #ffffff;
}

.family-trust .c-accordion__list__inner p {
  color: #333333;
  font-weight: 500;
}

.family-trust .c-accordion__list__inner a {
  color: #333333;
}

.family-trust .c-accordion__list__header.open .c-accordion__list__header--icon::before {
  z-index: 10;
  border-top: 3px solid #1eadac;
}

.family-trust .c-accordion__list__header.open .c-accordion__list__header--icon::after {
  height: 0;
}

.family-trust .c-accordion__list__header--q {
  display: flex;
  font-weight: 500;
}

.family-trust .c-accordion__list__header--a {
  display: flex;
  font-size: 1.29rem;
  font-weight: 500;
}

.family-trust .c-accordion__list__header--a span {
  margin-right: 1.2rem;
  color: #1eadac;
  font-size: 2rem;
  font-weight: bold;
}

.family-trust .conversion {
  box-sizing: border-box;
  display: flex;
  z-index: 10;
  position: fixed;
  bottom: 0;
  justify-content: space-around;
  width: 100%;
  padding: 0.6rem 1rem;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0; /* Initially hidden */
  transition: opacity 1s ease-out;
}

.family-trust .conversion .conv-btn {
  width: 600px;
}

.family-trust .fade-in {
  opacity: 1 !important;
}

@media screen and (min-width: 750px) {
  .family-trust header {
    display: flex;
    position: relative;
    align-items: center;
  }
  .family-trust header .header-top {
    z-index: 10;
    position: absolute;
    top: 14%;
    left: 8.5%;
    width: 37.7%;
  }
  .family-trust .logo {
    margin-bottom: 1rem;
    padding-top: 6%;
    text-align: center;
  }
  .family-trust .logo img {
    width: 44%;
  }
  .family-trust .catchphrase img {
    width: 100%;
  }
  .family-trust .subtext {
    font-size: 1.4vw;
  }
  .family-trust .main-visual {
    width: 60%;
    margin-left: auto;
  }
  .family-trust .main-label {
    right: -15%;
    bottom: -14%;
    left: initial;
    width: 25%;
  }
  .family-trust .mintitle {
    font-size: 1.2rem;
  }
  .family-trust .list-first {
    font-size: 1.2rem;
  }
  .family-trust section {
    padding: 6rem 0;
  }
  .family-trust section:first-of-type {
    padding-top: 5rem;
  }
  .family-trust .subsection h3 {
    margin-top: 8rem;
  }
  .family-trust h2 {
    font-size: 3.28rem;
  }
  .family-trust h3 {
    font-size: 2.2rem;
  }
  .family-trust p {
    font-size: 1.2rem;
  }
  .family-trust .read-txt {
    font-size: 1.5rem;
  }
  .family-trust .section3 {
    padding-bottom: 7rem;
  }
  .family-trust .section3-item {
    gap: 2%;
    display: flex;
    align-items: flex-start;
    align-items: center;
    justify-content: space-between;
    margin-top: 4rem;
  }
  .family-trust .section3-item .section3-img {
    display: flex;
    width: 30rem;
  }
  .family-trust .section3-item .white-rectangle {
    width: 30rem;
  }
  .family-trust .section3-item .white-rectangle p {
    font-size: 1.2rem;
  }
  .family-trust .arrow-down {
    width: 10rem;
    margin: 0 auto;
  }
  .family-trust .arrow-down img {
    vertical-align: super;
  }
  .family-trust .pc-center {
    text-align: center;
  }
  .family-trust .image-container-link {
    max-width: 850px;
    margin: 3rem auto;
  }
  .family-trust .image-container-icon {
    margin: 4rem auto;
  }
  .family-trust .white-rectangle {
    padding: 3rem 3rem;
  }
  .family-trust .white-rectangle-pc h3 {
    margin-top: 1rem;
  }
  .family-trust .features .feature {
    width: 50rem;
    max-width: 100%;
    margin: 0 auto 1.2rem;
    padding-left: 1.5rem;
  }
  .family-trust .features .feature p {
    font-size: 2rem;
  }
  .family-trust .features .feature span {
    font-size: 2.7rem;
  }
  .family-trust .features .feature img {
    width: 2.9rem;
    margin-right: 2.5rem;
  }
  .family-trust .flex-wrap {
    gap: 4%;
    display: flex;
    justify-content: space-between;
    margin: 4rem auto 0;
  }
  .family-trust .flex-wrap .image-container-mid {
    width: 48%;
  }
  .family-trust .flex-wrap .feature-right {
    width: 48%;
  }
  .family-trust table tbody th {
    font-size: 1.1rem;
  }
  .family-trust table thead th {
    padding: 1.5rem 0;
    font-size: 1.1rem;
  }
  .family-trust table tbody td {
    padding: 1.5rem;
    font-size: 1rem;
  }
  .family-trust .logo-row picture:first-child {
    width: 25%;
  }
  .family-trust .logo-row picture:nth-child(2) {
    width: 25%;
  }
  .family-trust .graph {
    width: 100%;
    margin: 0 auto;
  }
  .family-trust .qa .qa-wrap span {
    margin: 0;
  }
  .family-trust .read-textpc {
    margin: 7rem 0 3rem;
  }
  .family-trust .voice .voice-item {
    gap: 3%;
    display: flex;
  }
  .family-trust .voice .voice-item div {
    width: 60%;
  }
  .family-trust .voice .voice-item p {
    width: 70%;
    margin-top: 0;
  }
  .family-trust .respondence .respondence-item {
    display: flex;
    margin-top: 3rem;
  }
  .family-trust .respondence .respondence-item .respondence-img img {
    width: 10rem;
    margin-right: 1rem;
  }
  .family-trust .respondence .respondence-item h4 {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .family-trust .c-accordion__list__header--icon {
    border: none;
  }
  .family-trust .c-accordion__list__header--icon::before, .family-trust .c-accordion__list__header--icon::after {
    top: 0.7rem !important;
  }
  .family-trust .c-accordion__list__header--icon::before {
    right: -0.1rem;
  }
  .family-trust .c-accordion__list__header--q {
    align-items: center;
  }
  .family-trust .conversion {
    gap: 1%;
    justify-content: center;
    padding: 1rem;
  }
  .family-trust .conversion:hover a {
    opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  .family-trust header .header-top {
    padding-top: 1.5rem;
  }
  .family-trust header .header-pr {
    top: 0.5rem;
  }
  .family-trust header .header-cap span {
    font-size: 17px;
  }
  .family-trust .price {
    padding-top: 110px;
  }
  .family-trust .price-caption span {
    font-size: 0.88rem;
  }
  .family-trust .content {
    width: 100%;
    max-width: 100%;
  }
  .family-trust .sp {
    display: block;
  }
  .family-trust .pc {
    display: none;
  }
  .family-trust .intro-list {
    flex-direction: column;
    align-items: center;
  }
  .family-trust .intro-list figure img {
    width: 200px;
  }
  .family-trust .intro-list .intro-arrow {
    position: relative;
    top: 0;
    left: 0;
    width: 46px;
    transform: translate(0);
  }
  .family-trust .conv-btn a {
    padding: 1rem;
  }
  .family-trust .conv-btn img {
    width: 30px;
    height: 33px;
    margin-right: 0.5rem;
    padding: 1rem;
  }
  .family-trust .conv-btn p {
    margin-right: 0.5rem;
    font-size: 1.6rem;
  }
  .family-trust .conv-btn span {
    width: 70px;
    height: 34px;
    font-size: 1.3rem;
    line-height: 34px;
  }
}
@media screen and (max-width: 540px) {
  .family-trust header .header-inner {
    max-height: 80vh;
    margin-top: -1rem;
  }
  .family-trust .logo {
    padding-top: 2.1rem;
  }
  .family-trust .subtext {
    margin-bottom: 0.5rem;
  }
  .family-trust section {
    padding-top: 2.9rem;
  }
  .family-trust p {
    font-size: 1.139rem;
  }
  .family-trust .logo-row picture:nth-child(2) {
    width: 28%;
  }
  .family-trust .logo-row:last-child picture:first-child {
    width: 45%;
  }
  .family-trust .conversion-sub a {
    width: 85%;
  }
}
@media screen and (max-width: 736px) {
  .family-trust .c-accordion__list__header {
    padding: 1.2rem 4.5rem 1.2rem 1rem;
  }
  .family-trust .c-accordion__list__header--icon::before {
    right: 0.2rem;
    width: 15px;
  }
  .family-trust .c-accordion__list__header--icon::after {
    right: 0.6rem;
    height: 15px;
  }
  .family-trust .c-accordion__list__header--icon {
    right: 0.8rem;
    width: 1rem;
    height: 1rem;
    margin-top: -7px;
    box-sizing: content-box;
  }
  .family-trust .c-accordion__list__inner {
    padding: 1rem;
  }
  .family-trust .c-accordion__list__header.open .c-accordion__list__header--icon::before {
    width: 15px;
  }
}
/*!
  Theme Name: banner
  Author: somewrite
*/
.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.pr-icon {
  max-width: 23px !important;
  height: 18px;
}

.banner-title {
  font-weight: bold;
  text-align: center;
}
.banner-title span {
  display: inline-block;
  padding: 8px 0 0;
  background: url("/wp-content/uploads/2024/01/dot.png") no-repeat;
  background-position: 50% 26%;
  background-size: 4px;
}

.btn-bnr {
  position: relative;
  width: 100%;
  height: 100%;
  background: #0186D9;
  border: 1px solid #000;
  border-radius: 36px;
}
.btn-bnr:hover {
  opacity: 0.8;
}
.btn-bnr .btn-link {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.btn-bnr:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("/wp-content/uploads/2024/01/btn-icon.png") no-repeat;
  background-size: cover;
}

#banner-01 {
  max-width: 600px;
  margin: 0 auto;
  border: 1px solid #000000;
  border-radius: 4px;
  background: #fff;
}
@media (max-width: 768px) {
  #banner-01 {
    max-width: 100%;
  }
}
#banner-01 .banner-inner {
  border: 12px solid #E7F4FC;
  border-radius: 4px;
}
#banner-01 .banner-inner .head-pr {
  display: block;
}
@media (max-width: 768px) {
  #banner-01 .banner-inner .head-pr {
    display: flex;
    justify-content: space-between;
  }
}
#banner-01 .banner-inner .head-pr img:not(.pr-icon) {
  width: 80px !important;
  height: 26.9px;
}
#banner-01 .banner-inner .head-pr .pr-icon {
  margin: -5px 0 0 2px;
}
@media (max-width: 768px) {
  #banner-01 .banner-inner .head-pr .pr-icon {
    margin: 3px 0 0 3px;
  }
}
#banner-01 .banner-inner .head-pr img {
  margin: 11px 11px 0 0;
}
#banner-01 .banner-inner .btn-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 530px;
  margin: 0 auto 20px;
}
#banner-01 .banner-inner .btn-area p {
  margin: 0;
}
#banner-01 .banner-inner .btn-area #aflac-logo-top {
  width: 95.18px !important;
  height: 32px;
  margin: 0 !important;
}
#banner-01 .banner-inner .btn-area #question-img-top {
  width: 85.75px !important;
  height: 90.3px;
  margin: 0 !important;
}
#banner-01 .banner-inner .btn-area .btn-text {
  width: 300px;
}
@media (max-width: 768px) {
  #banner-01 .banner-inner .btn-area .btn-text .text-area {
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 280px;
    margin: -16px auto 16px;
  }
}
#banner-01 .banner-inner .btn-area .btn-text .text-area p:not(.banner-title) {
  display: none;
}
#banner-01 .banner-inner .btn-area .btn-text .text-area img {
  width: 87.23px !important;
  height: 89.78px;
  margin: 0 16px 0 0;
}
@media (max-width: 768px) {
  #banner-01 .banner-inner .btn-area .btn-text .text-area img {
    margin: 0 16px 0 0;
  }
}
#banner-01 .banner-inner .btn-area .btn-text .text-area .banner-title {
  margin: 0 0 12px;
  font-size: 18px;
}
@media (max-width: 768px) {
  #banner-01 .banner-inner .btn-area .btn-text .text-area .banner-title {
    width: calc(100% - 103.23px);
    margin: 0;
    align-items: end;
    text-align: left;
  }
}
#banner-01 .banner-inner .btn-area .btn-bnr {
  width: 100%;
  height: 52px;
}
#banner-01 .banner-inner .btn-area .btn-bnr:after {
  right: 14px;
  width: 24px;
  height: 24px;
}
#banner-01 .banner-inner .btn-area .btn-bnr .btn-link span {
  line-height: 47px;
  font-size: 18px;
}

.banner-2col, #banner-05 {
  width: 600px;
  margin: 0 auto;
  border: 1px solid #000;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .banner-2col, #banner-05 {
    width: 100%;
  }
}
.banner-2col .banner-inner .head-title, #banner-05 .banner-inner .head-title {
  margin: 0 0 20px;
  background: #E7F4FC;
}
.banner-2col .banner-inner .head-title .head-title-inner, #banner-05 .banner-inner .head-title .head-title-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 526px;
  margin: 0 auto;
  padding: 11px 0 17px;
}
@media (max-width: 768px) {
  .banner-2col .banner-inner .head-title .head-title-inner, #banner-05 .banner-inner .head-title .head-title-inner {
    padding: 14px 16px 20px;
  }
}
.banner-2col .banner-inner .head-title .head-title-inner p, #banner-05 .banner-inner .head-title .head-title-inner p {
  margin: 0;
}
.banner-2col .banner-inner .head-title .head-title-inner .banner-title, #banner-05 .banner-inner .head-title .head-title-inner .banner-title {
  font-size: 18px;
}
.banner-2col .banner-inner .head-title .head-title-inner .banner-title .pr-icon, #banner-05 .banner-inner .head-title .head-title-inner .banner-title .pr-icon {
  margin: -2px 0 0 4px;
}
@media (max-width: 768px) {
  .banner-2col .banner-inner .head-title .head-title-inner .banner-title .dot, #banner-05 .banner-inner .head-title .head-title-inner .banner-title .dot {
    background-position: 50% 1%;
  }
}
.banner-2col .banner-inner .head-title .head-title-inner .aflac-logo-ttl, #banner-05 .banner-inner .head-title .head-title-inner .aflac-logo-ttl {
  max-width: 80px;
  height: auto;
  margin: 0;
}
@media (max-width: 768px) {
  .banner-2col .banner-inner .head-title .head-title-inner .aflac-logo-ttl, #banner-05 .banner-inner .head-title .head-title-inner .aflac-logo-ttl {
    margin: 7px 0 0;
  }
}
.banner-2col .banner-inner .col2, #banner-05 .banner-inner .col2 {
  display: flex;
  max-width: 528px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .banner-2col .banner-inner .col2, #banner-05 .banner-inner .col2 {
    display: block;
  }
}
.banner-2col .banner-inner .col2 .item-img, #banner-05 .banner-inner .col2 .item-img {
  width: 140px;
  margin: 0 32px 0 0;
}
@media (max-width: 768px) {
  .banner-2col .banner-inner .col2 .item-img, #banner-05 .banner-inner .col2 .item-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .banner-2col .banner-inner .col2 .item-img img, #banner-05 .banner-inner .col2 .item-img img {
    max-width: 50%;
  }
}
.banner-2col .banner-inner .col2 .btn-text, #banner-05 .banner-inner .col2 .btn-text {
  width: calc(100% - 172px);
}
@media (max-width: 768px) {
  .banner-2col .banner-inner .col2 .btn-text, #banner-05 .banner-inner .col2 .btn-text {
    width: 300px;
    margin: 0 auto;
  }
}
.banner-2col .banner-inner .col2 .btn-text p, #banner-05 .banner-inner .col2 .btn-text p {
  margin: 0 0 15px;
  line-height: 30px;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 768px) {
  .banner-2col .banner-inner .col2 .btn-text p, #banner-05 .banner-inner .col2 .btn-text p {
    line-height: 27px;
  }
}
.banner-2col .banner-inner .col2 .btn-text ul, #banner-05 .banner-inner .col2 .btn-text ul {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 12px);
  list-style: none;
  padding: 0;
}
.banner-2col .banner-inner .col2 .btn-text ul li, #banner-05 .banner-inner .col2 .btn-text ul li {
  width: 172px;
  margin: 0 12px 12px 0;
}
@media (max-width: 768px) {
  .banner-2col .banner-inner .col2 .btn-text ul li, #banner-05 .banner-inner .col2 .btn-text ul li {
    width: 50%;
    max-width: 148px;
    margin: 0 8px 8px 0;
  }
}
.banner-2col .banner-inner .col2 .btn-text ul li .btn-bnr, #banner-05 .banner-inner .col2 .btn-text ul li .btn-bnr {
  height: 40px;
}
.banner-2col .banner-inner .col2 .btn-text ul li .btn-bnr:after, #banner-05 .banner-inner .col2 .btn-text ul li .btn-bnr:after {
  right: 10px;
  width: 20px;
  height: 20px;
}
.banner-2col .banner-inner .col2 .btn-text ul li .btn-bnr a span, #banner-05 .banner-inner .col2 .btn-text ul li .btn-bnr a span {
  line-height: 36px;
  font-size: 15px;
}

#banner-02 .col2 .item-img img:first-of-type {
  margin: 0 0 24px;
}
@media (max-width: 768px) {
  #banner-02 .col2 .item-img img:first-of-type {
    margin: 0 20px 24px 0;
  }
}
#banner-02 .col2 .item-img img:last-of-type {
  margin: 0;
}

#banner-03 .col2 .item-img img:first-of-type {
  margin: 0 20px 14px 0;
}
#banner-03 .col2 .item-img img:last-of-type {
  min-width: 150px;
  margin: 0;
}
@media (max-width: 768px) {
  #banner-03 .col2 .item-img img:last-of-type {
    min-width: 163px;
    margin: -24px 0 0;
  }
}

#banner-04 .col2 .item-img img {
  min-width: 153px;
}
#banner-04 .col2 .item-img img:first-of-type {
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  #banner-04 .col2 .item-img img:first-of-type {
    margin: 0 0 16px;
  }
}
#banner-04 .col2 .item-img img:last-of-type {
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  #banner-04 .col2 .item-img img:last-of-type {
    margin: 0 0 16px;
  }
}

#banner-05 .banner-inner .head-title .head-title-inner .banner-title {
  position: relative;
}
@media (max-width: 768px) {
  #banner-05 .banner-inner .head-title .head-title-inner .banner-title .pr-icon {
    position: absolute;
    left: -1px;
    top: -8px;
  }
}
#banner-05 .banner-inner .banner-icon-list ul {
  display: flex;
  width: calc(100% + 16px);
  margin: 0 0 24px 24px;
  padding: 0;
}
@media (max-width: 768px) {
  #banner-05 .banner-inner .banner-icon-list ul {
    margin: 0 0 24px;
  }
}
#banner-05 .banner-inner .banner-icon-list ul li {
  display: flex;
  align-items: center;
  width: 172px;
  margin: 0 16px 0 0;
  list-style: none;
}
@media (max-width: 768px) {
  #banner-05 .banner-inner .banner-icon-list ul li {
    display: block;
    margin: 0 14px 0 0;
  }
}
#banner-05 .banner-inner .banner-icon-list ul li img {
  display: block;
  max-width: 68px;
  height: 68px;
  margin: 0 8px 0 0;
}
@media (max-width: 768px) {
  #banner-05 .banner-inner .banner-icon-list ul li img {
    margin: 0 auto 8px;
  }
}
#banner-05 .banner-inner .banner-icon-list ul li p {
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #banner-05 .banner-inner .banner-icon-list ul li p {
    text-align: center;
  }
}
#banner-05 .banner-inner .banner-icon-btn {
  width: calc(100% - 20px);
  margin: 0 auto 10px;
  padding: 20px 0;
  background: #E7F4FC;
  border-radius: 4px;
}
@media (max-width: 768px) {
  #banner-05 .banner-inner .banner-icon-btn {
    width: calc(100% - 22px);
    margin: 0 auto 20px;
  }
}
#banner-05 .banner-inner .banner-icon-btn ul {
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 768px) {
  #banner-05 .banner-inner .banner-icon-btn ul {
    display: block;
    margin: 0;
  }
}
#banner-05 .banner-inner .banner-icon-btn ul li {
  width: 251px;
  height: 150px;
  list-style: none;
}
@media (max-width: 768px) {
  #banner-05 .banner-inner .banner-icon-btn ul li {
    height: auto;
  }
}
#banner-05 .banner-inner .banner-icon-btn ul li:first-of-type {
  position: relative;
  margin: 0 16px 0 0;
}
@media (max-width: 768px) {
  #banner-05 .banner-inner .banner-icon-btn ul li:first-of-type {
    margin: 0 auto;
    padding: 0 0 20px;
    border-bottom: 2px solid rgba(1, 135, 218, 0.3);
  }
}
#banner-05 .banner-inner .banner-icon-btn ul li:first-of-type:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 16px);
  display: block;
  width: 2px;
  height: 100%;
  margin: auto;
  background: rgba(1, 135, 218, 0.3);
}
@media (max-width: 768px) {
  #banner-05 .banner-inner .banner-icon-btn ul li:first-of-type:after {
    display: none;
  }
}
#banner-05 .banner-inner .banner-icon-btn ul li:first-of-type p {
  margin: 0 0 8px;
}
#banner-05 .banner-inner .banner-icon-btn ul li:first-of-type img {
  max-width: 188px;
  margin: 0 auto 7px;
}
@media (max-width: 768px) {
  #banner-05 .banner-inner .banner-icon-btn ul li:first-of-type img {
    margin: 0 auto 8px;
  }
}
#banner-05 .banner-inner .banner-icon-btn ul li:first-of-type .btn-bnr .btn-link span {
  margin: 0 0 0 -8px;
}
#banner-05 .banner-inner .banner-icon-btn ul li:last-of-type {
  padding: 0 0 0 16px;
}
@media (max-width: 768px) {
  #banner-05 .banner-inner .banner-icon-btn ul li:last-of-type {
    margin: 0 auto;
    padding: 20px 0 0 0;
  }
}
#banner-05 .banner-inner .banner-icon-btn ul li:last-of-type p {
  margin: 0 0 15px;
}
#banner-05 .banner-inner .banner-icon-btn ul li:last-of-type img {
  max-width: 58px;
  margin: 0 auto 15px;
}
#banner-05 .banner-inner .banner-icon-btn ul li p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#banner-05 .banner-inner .banner-icon-btn ul li img {
  display: block;
}
#banner-05 .banner-inner .banner-icon-btn ul li .btn-bnr {
  width: 100%;
  height: 44px;
}
#banner-05 .banner-inner .banner-icon-btn ul li .btn-bnr:after {
  width: 20px;
  height: 20px;
  right: 10px;
}
#banner-05 .banner-inner .banner-icon-btn ul li .btn-bnr .btn-link span {
  line-height: 40px;
  font-size: 15px;
}

.box-detail .content img {
  width: auto;
}

.box-detail .tag a {
  color: #000 !important;
  text-decoration: none;
}

.box-detail .content img.size-full {
  width: 100%;
}

.block-articles .btn-articles-more:hover, .block-banner-ads__content a.btn-link:hover, .block-ads a:hover {
  opacity: 0.7;
}

#page #show-menu {
  border-radius: 50%;
}

.box-author > div {
  text-align: left;
}

#page #show-menu:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  .block-ads a > div div {
    display: none;
  }
}
.home .block-search-category {
  margin: 0 0 80px;
}

.block-search-category {
  margin: 0 0 40px;
}

@media (max-width: 767px) {
  .home .block-search-category, .block-search-category {
    margin: 0;
  }
  .block-search-category ul {
    justify-content: center;
    width: calc(100% + 16px);
    margin: 0 0 0 -8px;
  }
  .block-search-category ul li a {
    margin-right: 4px;
    margin-left: 0;
  }
  .block-search-category ul li:nth-child(2n) a {
    margin-right: 0;
  }
}
.block-ads a {
  height: auto !important;
  padding: 0 !important;
}

.block-banner-ads__content a.btn-link {
  color: #fff;
  background: #0186D9;
}/*# sourceMappingURL=style.css.map */

/* 調整用 20260708追加*/
body {
  overflow-x: auto;
}

@media (min-width: 576px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.col-lg-6 {
  width: 100%;
  padding-inline: 15px;
}
@media (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding-inline: 15px;
  }
}

.l-header {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: min(4vw, 15px);
  font-weight: 500;
  line-height: 1.363636363636364;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 768px) {
  .l-header {
    font-size: min(1.71875vw, 22px);
  }
}

.l-footer {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: min(4vw, 15px);
  font-weight: 500;
  line-height: 1.363636363636364;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 768px) {
  .l-footer {
    font-size: min(1.71875vw, 22px);
  }
}

@media (min-width: 768px) {
  .l-main {
    padding-top: 3.818181818181818em;
    font-size: min(1.71875vw, 22px);
  }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
}

dl, ol, ul {
  margin-bottom: 1rem;
}

.l-nav-global .nav-menu {
  margin-bottom: 0;
}

.l-nav-footer .nav-menu {
  margin-bottom: 0;
}

.l-footer-copy {
  margin-bottom: 0;
}