@charset "UTF-8";
body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Noto Sans","Helvetica Neue","Helvetica","Hiragino Kaku Gothic ProN","Meiryo",sans-serif;
}

.material-icons, .material-icons-outlined, .btn-open-in-new .btn:after, .cta-about .cta-button a:after, .carousel-content .slick-prev:before, .carousel-content .slick-next:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

.btn {
  display: inline-block;
  border-radius: 0;
}

.btn--white {
  color: #1B2962;
  background: white;
  border: 1px solid #1B2962;
  padding: 8px;
}

.btn--white:hover {
  background: #1B2962;
  opacity: 1;
}

.btn--navy {
  color: white;
  background: #1B2962;
  border: 1px solid #1B2962;
  padding: 8px;
}

.btn--navy:hover {
  color: #1B2962;
  background: white;
  opacity: 1;
}

.btn--orange {
  color: white;
  background: #FF8900;
  border: 1px solid #FF8900;
  padding: 8px;
}

.btn--orange:hover {
  color: #FF8900;
  background: white;
  opacity: 1;
}

.btn-open-in-new .btn {
  border-radius: 99px;
  line-height: 1.5;
}

.btn-open-in-new .btn:after {
  content: "open_in_new";
  font-size: 20px;
  margin-left: 8px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.breadcrumb {
  width: auto;
  background-color: #1B2962 !important;
  margin-top: 0 !important;
  color: white;
  text-align: center;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.breadcrumb-in {
  display: block !important;
  text-align: left;
}

.breadcrumb a {
  color: inherit;
}

.breadcrumb-home > .fas, .breadcrumb-home > .far, .breadcrumb-item > .fas, .breadcrumb-item > .far {
  display: none;
}

.sns-share-buttons {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sns-share-buttons .button-caption {
  display: none !important;
}

.sns-share-buttons a {
  background-color: white;
  color: #1B2962;
}

.sns-share-buttons a:hover {
  color: #1B2962;
}

.sns-share.ss-col-6 a {
  width: auto !important;
  margin-left: 10px;
  padding: 10px;
}

.entry-categories-tags {
  margin-bottom: 0;
}

.cat-link {
  color: #1B2962;
  background-color: white;
  padding-left: 0;
}

.cat-link .cat-icon {
  display: none;
}

.cat-link:hover {
  color: #1B2962;
}

.tag-link, .tag-cloud-link {
  background-color: #F0F3FD;
  border: none;
  font-size: 13px;
  color: #1B2962;
  padding: 3px 8px;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.tag-link .tag-icon, .tag-cloud-link .tag-icon {
  display: none;
}

.tag-link:hover, .tag-cloud-link:hover {
  color: white;
  background-color: #1B2962;
}

.tag-cloud-link {
  display: inline-block;
  text-decoration: none;
}

.header-upper {
  font-size: 13px;
  border-bottom: 1px solid #f0f3fd;
  background-color: #1B2962;
  color: white;
}

.header-upper-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 0;
}

.header-upper-right ul > li {
  display: inline-block;
  margin-left: 15px;
}

.header-upper-right ul > li a {
  color: inherit;
  text-decoration: none;
}

.header-upper-right ul > li a [class*="icon-"] {
  font-size: 14px;
}

.header-upper-right ul > li a:hover {
  opacity: .7;
}

.header-container-in {
  padding: 10px 0;
}

.header-container-in__nav {
  margin-right: auto;
}

.header-container-in__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  color: #757575;
  font-weight: bold;
  font-size: 14px;
  padding-left: 20px;
}

.header-container-in__nav ul li a {
  color: inherit;
  text-decoration: none;
  padding: 15px;
}

.header-container-in__nav ul li a:hover {
  opacity: .7;
}

.header-container-in > nav > .btn {
  margin-left: 8px;
}

.header-collapse-purpose {
  display: none;
  width: 100%;
  position: absolute;
  background: white;
  border-top: 1px solid #f0f3fd;
}

.header-collapse-purpose__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
}

.header-collapse-purpose__left {
  padding: 30px;
  text-align: right;
  min-width: 220px;
}

.header-collapse-purpose__left ul {
  font-size: 16px !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-collapse-purpose__left ul li {
  margin: 0 !important;
}

.header-collapse-purpose__left ul li a:after {
  margin-left: 5px;
}

.header-collapse-purpose__right {
  border-left: 1px solid #f0f3fd;
  padding: 30px 30px 10px;
}

.header-collapse-purpose__right ul li:nth-child(3) a {
  max-width: 208px;
  display: block;
}

.header-collapse-purpose__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
}

.header-collapse-purpose__nav > ul > li {
  font-weight: bold;
  margin-right: 25px;
  margin-bottom: 25px;
}

.header-collapse-purpose__nav > ul > li > a {
  color: #1B2962 !important;
}

.header-collapse-purpose__nav > ul > li > a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.header-collapse-purpose__nav > ul > li > ul {
  font-weight: normal;
  font-size: 13px;
}

.header-collapse-purpose__nav ul {
  padding: 0;
  list-style: none;
}

.header-collapse-purpose__nav ul li a {
  color: inherit;
  text-decoration: none;
}

.header-collapse-purpose.is-open {
  display: block;
}

.header-collapse-purpose-after {
  position: absolute;
  color: white;
  bottom: -40px;
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
}

.header-back-shadow.is-open {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 3;
  cursor: pointer;
}

.header-container {
  z-index: 4;
  position: relative;
  border-bottom: 1px solid #f0f3fd;
}

@media screen and (max-width: 1023px) {
  .header-container {
    display: none;
  }
}

.header-container-keyword-area {
  display: none;
  position: absolute;
  top: 43px;
  background-color: white;
  width: 380px;
  padding: 40px;
}

.header-container-keyword-area ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 13px;
  font-weight: normal;
  padding: 0;
}

.header-container-keyword-area ul li {
  margin-bottom: 5px;
}

.header-container-keyword-area ul a {
  color: #333333 !important;
  padding: 10px !important;
}

.header-container-keyword-area.is-open {
  display: block;
}

.header-container-keyword-area-after {
  position: absolute;
  color: white;
  left: 0;
  right: 0;
  text-align: center;
  bottom: -30px;
  font-weight: normal;
  cursor: pointer;
  font-size: 16px;
}

.header-container-keyword-button-wrap {
  position: relative;
}

@media screen and (max-width: 1050px) {
  .header-container-keyword-button-wrap {
    display: none;
  }
}

.header-collapse-search {
  position: absolute;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-color: white;
  border-top: 1px solid #f0f3fd;
}

.header-collapse-search .search-box {
  margin: 0;
  width: 770px;
}

.header-collapse-search .search-box .search-edit {
  font-size: 16px;
  padding: 30px;
  border-radius: 0px;
  border-color: #f0f3fd;
  background-color: #f0f3fd;
}

.header-collapse-search .search-box .search-edit::-webkit-input-placeholder {
  color: #A9B3B9;
}

.header-collapse-search .search-box .search-edit:-ms-input-placeholder {
  color: #A9B3B9;
}

.header-collapse-search .search-box .search-edit::-ms-input-placeholder {
  color: #A9B3B9;
}

.header-collapse-search .search-box .search-edit::placeholder {
  color: #A9B3B9;
}

.header-collapse-search .search-box .search-submit {
  color: #FF8900;
  right: 20px;
}

.header-collapse-search.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-header-menu-buttons .navi-menu-button:first-child {
  visibility: hidden;
}

.mobile-header-menu-buttons .navi-menu-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-header-menu-buttons .navi-menu-caption {
  display: none;
}

.mobile-header-menu-buttons .logo-menu-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb-caption br {
  display: none;
}

.related-entry-card-meta {
  position: static;
  text-align: left;
}

.related-entry-card-meta .e-card-info {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #757575;
}

.related-entry-card-meta .e-card-info .far, .related-entry-card-meta .e-card-info .fas {
  display: none;
}

.related-entry-card-meta .e-card-info .post-date {
  font-size: 12px;
}

.related-entry-heading {
  margin-bottom: 5px;
}

.summary-box {
  margin-top: 3em !important;
  border-width: 2px;
}

.summary-box .bb-label {
  padding: 8px 24px !important;
  border-radius: 26px !important;
  top: -32px !important;
  left: -14px !important;
}

.summary-box .bb-label:after {
  content: "このレポートからわかること";
  font-size: 20px;
  font-weight: bold;
}

.summary-box .bb-label:before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #FF8900;
  position: absolute;
  left: 40px;
  bottom: -7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.summary-box .bb-label > .fa {
  display: none;
}

.summary-box .iconlist-box {
  margin: 0;
  padding: 10px 0;
}

.summary-box .iconlist-box ul {
  padding-left: 20px;
}

.conclusion-box .box-label {
  font-size: 20px;
  font-weight: bold;
  padding: 8px 24px;
  border-radius: 26px;
  margin-left: -14px;
}

.conclusion-box .box-content {
  margin-top: -24px;
}

.conclusion-box .box-content ul {
  padding-left: 10px;
}

.toc {
  display: block;
  padding: 0;
  border: 1px solid #1B2962;
}

.toc-title {
  background-color: #1B2962;
  color: white;
}

.toc-content .toc-list.open {
  margin: 0 35px;
  padding-bottom: 20px;
}

.toc-content > ol > li {
  font-weight: bold;
  font-size: 16px;
}

.toc-content > ol > li > ol {
  font-weight: normal;
  font-size: 14px;
}

.date-tags {
  text-align: left;
}

.date-tags .post-date, .date-tags .post-update {
  margin-right: 0;
  font-size: 12px;
  color: #757575;
}

.page .date-tags {
  display: none;
}

.widget-entry-card figure {
  width: 90px;
}

.widget-entry-card-content {
  margin-left: 100px;
  font-size: 14px;
}

.widget.widget-sidebar .widget-title {
  background-color: white;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 5px;
}

.footer {
  padding-left: 0;
  padding-right: 0;
  padding-top: 50px;
  padding-bottom: 70px;
}

.footer-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 880px) {
  .footer-upper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-upper-logo {
  width: 102px;
}

.footer-upper-navi {
  font-size: 14px;
}

.footer-upper-navi .menu-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 25px;
}

.footer-upper-navi .menu-footer .menu-item {
  margin-right: 20px;
}

.footer-upper-navi .menu-footer .menu-item a {
  text-decoration: none;
}

.footer-upper-area {
  max-width: 870px;
}

.footer-upper-area-devide {
  border-bottom: 1px solid white;
}

@media screen and (max-width: 880px) {
  .footer-upper-area-devide {
    border: none;
  }
}

.footer-middle-navi ul {
  list-style: none;
  padding-left: 0;
  font-size: 12px;
  font-weight: bold;
}

.footer-middle-navi ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}

@media screen and (max-width: 880px) {
  .footer-middle-navi ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.footer-middle-navi ul li a {
  text-decoration: none;
}

.footer-middle-navi ul li a:hover {
  opacity: 0.7;
}

.footer-middle-navi ul li > a {
  min-width: 10em;
}

.footer-middle-navi ul li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: normal;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5px;
}

@media screen and (max-width: 880px) {
  .footer-middle-navi ul li ul {
    display: none;
  }
}

.footer-middle-navi ul li ul li {
  padding-left: 1em;
  padding-right: 1em;
  border-right: 1px solid;
  width: 185px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin-bottom: 1.3em;
}

.footer-middle-navi ul li ul li:last-child, .footer-middle-navi ul li ul li:nth-child(4) {
  border-right: none;
}

.footer-bottom-logo {
  display: none;
}

.footer-bottom-content {
  float: none;
  text-align: left;
}

.footer-bottom-content .menu-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin-bottom: 1em;
}

@media screen and (max-width: 880px) {
  .footer-bottom-content .menu-footer {
    display: none;
  }
}

.footer-bottom-content .menu-footer li:first-child {
  border-left: none;
}

.footer-bottom-content .menu-footer li:last-child {
  border-right: none;
}

.footer-bottom-content .menu-footer a {
  padding: 0 1em !important;
  font-size: 12px;
}

.footer-bottom-content .copyright {
  text-align: center;
  font-size: 12px;
}

.menu-footer li a:hover {
  background-color: #1B2962;
  opacity: 0.7;
}

.main-before {
  background-color: #F0F3FD;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 1176px) {
  .main-before {
    padding: 20px;
  }
}

@media screen and (max-width: 480px) {
  .main-before .archive-title {
    font-size: 20px;
  }
}

.main-before-has-eyecatch {
  padding: 0;
}

.main-before .fas {
  display: none;
}

.main-before .eye-catch {
  margin-bottom: 0;
  position: relative;
}

.main-before .eye-catch .entry-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(27, 41, 98, 0.3);
}

.main-before .eye-catch .entry-header em {
  font-size: 82px;
}

@media screen and (max-width: 768px) {
  .main-before .eye-catch .entry-header em {
    font-size: 38px;
  }
}

.front-top-page .main-before {
  display: none;
}

.main-before .article-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-before .article-header a {
  color: #1B2962;
}

.ect-entry-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ect-entry-card .a-wrap {
  margin-bottom: 0;
}

.ect-entry-card .entry-card-wrap {
  width: 49.5%;
}

@media screen and (max-width: 600px) {
  .ect-entry-card .entry-card-wrap {
    width: 100%;
  }
}

.ect-entry-card .entry-card-thumb {
  width: 120px;
}

.ect-entry-card .entry-card-content {
  margin-left: 130px;
}

.ect-entry-card .entry-card-title {
  font-size: 16px;
  line-height: 1.5;
}

.ect-entry-card .entry-card-meta {
  position: static;
  text-align: left;
}

.ect-entry-card .entry-card-meta .e-card-info {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ect-entry-card .entry-card-meta .e-card-info > * {
  font-size: 12px;
}

.ect-entry-card .entry-card-meta .e-card-info .far, .ect-entry-card .entry-card-meta .e-card-info .fas {
  display: none;
}

.category-children-area {
  border: 3px solid #1B2962;
  padding: 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
  .category-children-area {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.category-children-area-title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}

.category-children-area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0 !important;
}

.category-children-area-list li {
  margin: 8px 12px !important;
}

.category-children-area-list li a {
  color: #1B2962;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.category-children-area-list li a:after {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 6px;
  font-size: 0.8em;
  margin-top: 0.2em;
}

.parent-category-area {
  position: relative;
  margin-bottom: 1em;
}

.parent-category-area-wrap {
  text-decoration: none;
}

.parent-category-area img {
  vertical-align: bottom;
  width: 100%;
}

.parent-category-area:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 41, 98, 0.5);
}

.parent-category-area-title {
  color: white !important;
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.parent-category-area-bottom {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 1.5em;
}

.parent-category-area-bottom a::after {
  margin-top: 0 !important;
}

.column1-wide .content .wrap, .column1-wide .content .carousel .slick-dots, .carousel .column1-wide .content .slick-dots {
  width: 100%;
}

.column1-wide .content .wrap .main, .column1-wide .content .carousel .slick-dots .main, .carousel .column1-wide .content .slick-dots .main {
  padding-left: 0;
  padding-right: 0;
}

.column1-wide .content .wrap .main .eye-catch-wrap, .column1-wide .content .carousel .slick-dots .main .eye-catch-wrap, .carousel .column1-wide .content .slick-dots .main .eye-catch-wrap {
  display: none;
}

.column1-wide .content .wrap .main .wp-block-columns, .column1-wide .content .carousel .slick-dots .main .wp-block-columns, .carousel .column1-wide .content .slick-dots .main .wp-block-columns {
  max-width: 880px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .column1-wide .content .wrap .main .wp-block-columns .wp-block-column, .column1-wide .content .carousel .slick-dots .main .wp-block-columns .wp-block-column, .carousel .column1-wide .content .slick-dots .main .wp-block-columns .wp-block-column {
    padding: 15px;
  }
}

.column1-wide .content .wrap .main .wp-block-columns .wp-block-column.box, .column1-wide .content .carousel .slick-dots .main .wp-block-columns .wp-block-column.box, .carousel .column1-wide .content .slick-dots .main .wp-block-columns .wp-block-column.box {
  max-width: 500px;
  background-color: white;
  padding: 40px;
  margin-bottom: 32px;
}

.column1-wide .content .wrap .main .wp-block-columns .wp-block-column.box .has-huge-font-size, .column1-wide .content .carousel .slick-dots .main .wp-block-columns .wp-block-column.box .has-huge-font-size, .carousel .column1-wide .content .slick-dots .main .wp-block-columns .wp-block-column.box .has-huge-font-size {
  font-size: 100px;
  margin-bottom: 0;
}

@media screen and (max-width: 599px) {
  .column1-wide .content .wrap .main .wp-block-columns .wp-block-column.box, .column1-wide .content .carousel .slick-dots .main .wp-block-columns .wp-block-column.box, .carousel .column1-wide .content .slick-dots .main .wp-block-columns .wp-block-column.box {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.column1-wide .content .wrap .main .wp-block-columns.alignfull, .column1-wide .content .carousel .slick-dots .main .wp-block-columns.alignfull, .carousel .column1-wide .content .slick-dots .main .wp-block-columns.alignfull {
  max-width: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.column1-wide .content .wrap .main .wp-block-columns.alignfull .wp-block-column, .column1-wide .content .carousel .slick-dots .main .wp-block-columns.alignfull .wp-block-column, .carousel .column1-wide .content .slick-dots .main .wp-block-columns.alignfull .wp-block-column {
  max-width: calc( 1176px / 2);
}

.column1-wide .content .wrap .main .wp-block-columns.alignfull.has-background, .column1-wide .content .carousel .slick-dots .main .wp-block-columns.alignfull.has-background, .carousel .column1-wide .content .slick-dots .main .wp-block-columns.alignfull.has-background {
  padding: 0;
}

.column1-wide .content .wrap .main .wp-block-columns.bg-lightnavy, .column1-wide .content .carousel .slick-dots .main .wp-block-columns.bg-lightnavy, .carousel .column1-wide .content .slick-dots .main .wp-block-columns.bg-lightnavy {
  background-color: #F0F3FD;
}

.column1-wide .content .wrap .main h2, .column1-wide .content .carousel .slick-dots .main h2, .carousel .column1-wide .content .slick-dots .main h2 {
  font-size: 24px;
  padding: 0;
  background-color: transparent;
  margin-top: 0;
}

.column1-wide .content .wrap .main h6, .column1-wide .content .carousel .slick-dots .main h6, .carousel .column1-wide .content .slick-dots .main h6 {
  border-bottom: none;
}

.column1-wide .content .wrap .main table, .column1-wide .content .carousel .slick-dots .main table, .carousel .column1-wide .content .slick-dots .main table {
  border-collapse: separate;
  border-spacing: 8px;
}

.column1-wide .content .wrap .main table th, .column1-wide .content .carousel .slick-dots .main table th, .carousel .column1-wide .content .slick-dots .main table th {
  width: 30%;
  border: none;
  background-color: #F0F3FD;
  text-align: left;
  padding: 20px;
  border: 1px solid #1B2962;
}

.column1-wide .content .wrap .main table td, .column1-wide .content .carousel .slick-dots .main table td, .carousel .column1-wide .content .slick-dots .main table td {
  background-color: white;
  padding: 20px;
  border-color: #1B2962;
}

.column1-wide .content .wrap .main .translate-left, .column1-wide .content .carousel .slick-dots .main .translate-left, .carousel .column1-wide .content .slick-dots .main .translate-left {
  -webkit-transform: translate(-10%, 10%);
          transform: translate(-10%, 10%);
}

@media screen and (max-width: 599px) {
  .column1-wide .content .wrap .main .translate-left, .column1-wide .content .carousel .slick-dots .main .translate-left, .carousel .column1-wide .content .slick-dots .main .translate-left {
    -webkit-transform: none;
            transform: none;
  }
}

.column1-wide .content .wrap .main .translate-right, .column1-wide .content .carousel .slick-dots .main .translate-right, .carousel .column1-wide .content .slick-dots .main .translate-right {
  -webkit-transform: translate(10%, 10%);
          transform: translate(10%, 10%);
}

@media screen and (max-width: 599px) {
  .column1-wide .content .wrap .main .translate-right, .column1-wide .content .carousel .slick-dots .main .translate-right, .carousel .column1-wide .content .slick-dots .main .translate-right {
    -webkit-transform: none;
            transform: none;
  }
}

.article h2 {
  color: white;
  background-color: #1B2962;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 22px;
}

@media screen and (max-width: 480px) {
  .article h2 {
    font-size: 20px;
  }
}

.article h3, .article h4, .article h5, .article h6 {
  border-color: #1B2962;
}

.insert-upper {
  text-align: center;
  font-size: 14px;
  padding: 15px;
  background-color: #F0F3FD;
}

.cta-about {
  margin-top: 30px;
  background-color: #1B2962;
  padding: 25px;
  text-align: center;
}

article footer .cta-about {
  margin-bottom: 30px;
}

.cta-about.sidebar {
  background-size: cover;
  background-position: center;
  border: 2px solid #1B2962;
  position: relative;
  width: 100%;
}

.cta-about.sidebar .cta-button a {
  background-color: #FF8900;
  border: none;
}

.cta-about.sidebar:before {
  content: '';
  background-color: rgba(27, 41, 98, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.cta-about-title {
  font-size: 28px;
}

.cta-about-inner {
  position: relative;
}

.cta-about .cta-heading {
  font-size: 16px;
}

.cta-about .cta-message {
  font-size: 14px;
}

.cta-about .cta-button a {
  padding: 1.5em  3em !important;
  font-size: 14px;
  font-weight: normal;
  background: transparent;
  border: 1px solid;
  vertical-align: middle;
}

.cta-about .cta-button a:after {
  content: "arrow_forward_ios";
  font-size: 18px;
  bottom: 1.5em;
}

.cta-contact {
  margin-top: 30px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: #1B2962;
  color: white;
}

.cta-contact-inner {
  position: relative;
}

.cta-contact-link {
  margin: 1em auto 0;
  text-align: center;
  color: inherit;
  display: block;
}

.cta-contact .cta-message {
  font-size: 14px;
  text-align: center;
}

.cta-contact .cta-button {
  text-align: center;
}

.cta-contact .cta-button a {
  padding: 1em  2em !important;
  font-size: 14px;
  background: transparent;
  border: 1px solid;
  vertical-align: middle;
}

.cta-contact .cta-button a:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin-right: 4px;
}

.cta-contact .cta-button a:after {
  display: none;
}

.cta-contact .cta-button a:hover {
  opacity: 1;
  background-color: white;
  color: #1B2962;
}

.font-en {
  font-family: 'Merriweather', serif;
  line-height: 1;
  font-style: normal;
}

.pager-post-navi .prev-post-title, .pager-post-navi .next-post-title {
  font-size: 14px;
  font-weight: bold;
}

.carousel {
  background-color: #F0F3FD;
  margin-top: 0;
  padding: 50px 0;
  overflow: hidden;
}

.carousel-in {
  padding: 0;
  overflow: hidden;
}

.carousel-content {
  margin: 0 -12px;
}

.carousel-content .a-wrap {
  margin: 0 12px;
  padding: 0;
}

.carousel-content .slick-prev, .carousel-content .slick-next {
  width: 70px;
  height: 70px;
  z-index: 2;
  text-align: center;
}

.carousel-content .slick-prev:before, .carousel-content .slick-next:before {
  font-size: 70px;
  color: white;
  opacity: 0.9;
}

.carousel-content .slick-prev {
  left: 0;
}

.carousel-content .slick-prev:before {
  content: "arrow_back_ios_new";
}

.carousel-content .slick-next {
  right: 0;
}

.carousel-content .slick-next:before {
  content: "arrow_forward_ios";
}

.carousel .carousel-entry-card-thumb {
  width: 100%;
  margin-top: 0;
}

.carousel-entry-card-content {
  padding: 0px 8px;
}

.carousel-entry-card-content .cat-link {
  float: none;
  width: auto;
}

.carousel-entry-card-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 4px;
}

.carousel-entry-card .post-date, .carousel-entry-card .post-update {
  font-size: 0.8em;
  color: #757575;
}

.carousel .slick-dots {
  position: static;
  background-color: white;
  padding: 15px 0;
}

.carousel .slick-dots li {
  margin: 0;
}

.carousel .slick-dots li button:before {
  font-size: 10px;
}

.carousel .slick-dots li.slick-active button::before {
  color: #FF8900;
  opacity: 1;
}

.mw_wp_form .form-label {
  font-weight: bold;
}

.mw_wp_form .form-label-required {
  color: red;
  margin-left: 5px;
}

.mw_wp_form .form-privacy-area {
  text-align: center;
  margin-bottom: 2em;
}

.mw_wp_form .form-button-area {
  text-align: center;
}

.mw_wp_form button[type="submit"] {
  padding: 20px 40px;
}

.mw_wp_form button[name="contact-submit"] {
  margin-left: 10px;
}

.front-top-page .entry-content {
  display: none;
}

.front-top-page .front-feature .wrap, .front-top-page .front-feature .carousel .slick-dots, .carousel .front-top-page .front-feature .slick-dots, .front-top-page .front-recommend .wrap, .front-top-page .front-recommend .carousel .slick-dots, .carousel .front-top-page .front-recommend .slick-dots, .front-top-page .front-popular-cat .wrap, .front-top-page .front-popular-cat .carousel .slick-dots, .carousel .front-top-page .front-popular-cat .slick-dots, .front-top-page .front-ratest .wrap, .front-top-page .front-ratest .carousel .slick-dots, .carousel .front-top-page .front-ratest .slick-dots {
  max-width: 1176px !important;
  margin: 0 auto;
}

@media screen and (max-width: 1206px) {
  .front-top-page .front-feature .wrap, .front-top-page .front-feature .carousel .slick-dots, .carousel .front-top-page .front-feature .slick-dots, .front-top-page .front-recommend .wrap, .front-top-page .front-recommend .carousel .slick-dots, .carousel .front-top-page .front-recommend .slick-dots, .front-top-page .front-popular-cat .wrap, .front-top-page .front-popular-cat .carousel .slick-dots, .carousel .front-top-page .front-popular-cat .slick-dots, .front-top-page .front-ratest .wrap, .front-top-page .front-ratest .carousel .slick-dots, .carousel .front-top-page .front-ratest .slick-dots {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.front-top-page .post-categories {
  padding: 0;
  list-style: none;
  font-size: 12px;
}

.front-top-page .post-categories li {
  display: inline-block;
  margin: 0;
  margin-right: 1em;
  color: #1B2962;
}

.front-top-page .post-categories li a {
  color: inherit;
  text-decoration: none;
}

.front-top-page .card-title {
  font-weight: bold;
  line-height: 1.3;
}

.front-top-page .post-date, .front-top-page .post-update {
  font-size: 12px;
  color: #757575;
}

.front-top-page .card-excerpt {
  color: #757575;
  font-size: 14px;
}

.front-feature {
  padding-bottom: 50px;
}

.front-feature-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1023px) {
  .front-feature-in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.front-feature-left {
  max-width: 900px;
  padding-right: 40px;
  border-right: 1px solid #f0f3fd;
}

@media screen and (max-width: 1023px) {
  .front-feature-left {
    border-right: none;
    margin: 0 auto;
    padding-right: 0;
    max-width: none;
  }
}

.front-feature-left-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 670px) {
  .front-feature-left-first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.front-feature-left-first-left {
  max-width: 400px;
}

.front-feature-left-first-left .main-widget-label {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

.front-feature-left-first-left .a-wrap {
  padding: 0;
}

.front-feature-left-first-left .card-content {
  margin-left: 0;
}

.front-feature-left-first-left .card-content .post-categories {
  font-size: 16px;
  margin-bottom: 10px;
}

.front-feature-left-first-left .card-content .card-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.front-feature-left-first-left .card-content .post-date, .front-feature-left-first-left .card-content .post-update {
  font-size: 16px;
}

.front-feature-left-first-right {
  max-width: 500px;
}

.front-feature-left-first-right figure {
  width: 100%;
}

.front-feature-left-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.front-feature-left-second .feature-entry-card-link {
  width: 49.5%;
  margin-bottom: 0;
}

@media screen and (max-width: 670px) {
  .front-feature-left-second .feature-entry-card-link {
    width: 100%;
  }
}

.front-feature-left-second figure {
  width: 135px;
}

.front-feature-left-second .card-content {
  margin-left: 150px;
}

.front-feature-left-second .card-content .post-categories {
  margin-bottom: 0;
}

.front-feature-left-second .card-content .card-title {
  font-size: 16px;
}

.front-feature-left em {
  font-size: 52px;
}

.front-feature-right {
  max-width: 276px;
  padding-left: 20px;
}

@media screen and (max-width: 1023px) {
  .front-feature-right {
    max-width: none;
    padding-left: 0;
  }
}

.front-feature-right.sidebar-popular-tag {
  max-width: none;
  padding-left: 0;
  margin-top: 10px;
}

.front-feature-right-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.front-feature-right-title h4 {
  border: none;
  font-size: 18px;
  padding-left: 0;
  margin-top: 16px;
}

.front-feature-right-title a {
  font-size: 14px;
  text-decoration: none;
  color: #1B2962;
}

.front-feature-right ul {
  padding: 0;
}

.front-feature-right ul li {
  display: inline-block;
  margin: 0;
}

.front-feature-right ul li a {
  display: block;
  padding: 8px;
  background-color: #F0F3FD;
  color: #1B2962;
  text-decoration: none;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 13px;
}

.front-feature-right ul li a:hover {
  background-color: #1B2962;
  color: white;
}

.front-recommend {
  background-color: #F0F3FD;
  padding-top: 50px;
  padding-bottom: 50px;
}

.front-recommend-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.front-recommend-in em {
  font-size: 48px;
}

@media screen and (max-width: 480px) {
  .front-recommend-in em {
    font-size: 48px;
  }
}

.front-recommend-in .main-widget-label {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
}

.front-recommend .a-wrap {
  width: 25%;
  padding: 10px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .front-recommend .a-wrap {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .front-recommend .a-wrap {
    width: 100%;
  }
}

.front-recommend-cards {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.front-recommend-cards .e-card {
  background-color: white;
  height: 100%;
}

.front-recommend-cards .e-card figure {
  float: none;
  width: 100%;
}

.front-recommend-cards .e-card figure img {
  vertical-align: bottom;
}

.front-recommend-cards .e-card .card-content {
  margin-left: 0;
  padding: 10px 15px;
}

.front-recommend-cards .e-card .card-content .post-categories {
  margin-bottom: 0;
}

.front-recommend-cards .e-card .card-content .card-title {
  font-size: 16px;
}

.front-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .front-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.front-about-left {
  width: 40%;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .front-about-left {
    width: 100%;
    height: 300px;
  }
}

.front-about-right {
  width: 60%;
  background-color: #1B2962;
}

@media screen and (max-width: 768px) {
  .front-about-right {
    width: 100%;
  }
}

.front-about-right .cta-about {
  max-width: 705px;
  margin-top: 0;
  padding-top: 150px;
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .front-about-right .cta-about {
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.front-about-right .cta-about-title {
  font-size: 57px;
}

@media screen and (max-width: 480px) {
  .front-about-right .cta-about-title {
    font-size: 37px;
  }
}

.front-about-right .cta-about .cta-message {
  margin-top: 30px;
  margin-bottom: 50px;
}

.front-about-right .cta-about .cta-button .btn::after {
  bottom: 1.3em;
}

.front-about-right.white {
  background-color: white;
  border: 1px solid #1B2962;
}

.front-about-right.white .cta-about {
  background-color: white;
  color: #1B2962;
}

.front-about-right.white .cta-about .cta-button .btn {
  background-color: #FF8900;
}

.front-popular-cat {
  padding-top: 50px;
  padding-bottom: 50px;
}

.front-popular-cat-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1206px) {
  .front-popular-cat-in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.front-popular-cat-left {
  padding: 10px;
  padding-right: 40px;
  text-align: right;
  min-width: 200px;
}

@media screen and (max-width: 1206px) {
  .front-popular-cat-left {
    padding-right: 10px;
    text-align: center;
  }
}

.front-popular-cat-left-title {
  font-weight: bold;
  font-size: 20px;
}

.front-popular-cat-left a {
  text-decoration: none;
  font-size: 14px;
  color: #1B2962;
}

.front-popular-cat-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 960px;
}

@media screen and (max-width: 1206px) {
  .front-popular-cat-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.front-popular-cat-right .a-wrap {
  margin-bottom: 0;
  padding: 10px;
}

.front-popular-cat-right .e-card {
  position: relative;
}

.front-popular-cat-right .e-card figure {
  width: 220px;
}

.front-popular-cat-right .e-card figure img {
  vertical-align: bottom;
}

.front-popular-cat-right .e-card .card-content {
  position: absolute;
  margin-left: 0;
  color: white;
  font-weight: bold;
  font-size: 16px;
  padding: 5px;
  background-color: rgba(27, 41, 98, 0.7);
  width: 100%;
  height: 100%;
}

.front-popular-cat-right .e-card .card-content-in {
  border: 1px solid;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.front-popular-cat-right.sidebar-popular-cat .a-wrap {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.front-popular-cat-right.sidebar-popular-cat .e-card figure {
  width: 100%;
}

.front-popular-cat-right.sidebar-popular-cat .e-card figure img {
  max-width: none;
}

.front-ratest {
  padding-top: 20px;
}

.front-ratest-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .front-ratest-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.front-ratest-left {
  width: 50%;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .front-ratest-left {
    width: 100%;
    padding-right: 0;
  }
}

.front-ratest-left .e-card .post-categories {
  font-size: 16px;
  margin-bottom: 10px;
}

.front-ratest-left .e-card .card-title {
  font-size: 24px;
}

.front-ratest-left .e-card .post-date {
  font-size: 16px;
}

.front-ratest-right {
  width: 50%;
  border-top: 1px solid #f0f3fd;
}

@media screen and (max-width: 768px) {
  .front-ratest-right {
    width: 100%;
  }
}

.front-ratest-right .a-wrap {
  margin-bottom: 0;
  border-bottom: 1px solid #f0f3fd;
  padding-top: 30px;
  padding-bottom: 30px;
}

.front-ratest-right .e-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.front-ratest-right .e-card figure {
  width: 180px;
  margin-right: 15px;
}

@media screen and (max-width: 480px) {
  .front-ratest-right .e-card figure {
    width: 135px;
  }
}

.front-ratest-right .e-card figure img {
  width: 100%;
  vertical-align: bottom;
}

.front-ratest-right .e-card .card-content {
  max-width: calc( 100% - 200px);
}

@media screen and (max-width: 480px) {
  .front-ratest-right .e-card .card-content {
    max-width: calc( 100% - 135px);
  }
}

.front-ratest-right .e-card .card-content .post-categories {
  margin-bottom: 10px;
}

.front-ratest em {
  font-size: 48px;
}

.front-ratest-title {
  font-size: 20px;
  font-weight: bold;
  display: inline;
  margin-left: 14px;
}

.search-tab {
  width: 50%;
  background-color: #757575;
  border: none;
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 30px;
  cursor: pointer;
}

.search-tab.is-show {
  background: #1B2962;
  cursor: auto;
}

@media screen and (max-width: 480px) {
  .search-tab {
    font-size: 16px;
    padding: 15px;
  }
}

.tab-pane {
  display: none;
  margin-bottom: 50px;
  border: 3px solid #1B2962;
  padding: 40px;
}

.tab-pane.is-show {
  display: block;
}

@media screen and (max-width: 480px) {
  .tab-pane {
    padding: 20px;
  }
}

.tab-pane-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tab-pane-title h6 {
  margin: 0;
  border-bottom: none;
  padding-left: 0;
  font-size: 18px;
  padding-right: 0;
}

@media screen and (max-width: 480px) {
  .tab-pane-title h6 {
    font-size: 16px;
  }
}

.tab-pane-title button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: white;
  color: #1B2962;
  text-decoration: underline;
  margin-left: 1em;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .tab-pane-title button {
    margin-left: 0.5em;
    font-size: 13px;
  }
}

.tab-pane .form-check-area {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
  .tab-pane .form-check-area {
    font-size: 14px;
  }
}

.tab-pane .form-check-area li {
  margin-right: 1em;
}

.tab-pane .form-check-area .form-check-label {
  margin-left: 4px;
}

.tab-pane .form-control {
  margin-bottom: 1em;
  border-radius: 0px;
  padding: 30px;
  font-size: 16px;
}

.tab-pane .form-control::-webkit-input-placeholder {
  color: #ccc;
}

.tab-pane .form-control:-ms-input-placeholder {
  color: #ccc;
}

.tab-pane .form-control::-ms-input-placeholder {
  color: #ccc;
}

.tab-pane .form-control::placeholder {
  color: #ccc;
}

@media screen and (max-width: 480px) {
  .tab-pane .form-control {
    padding: 15px;
  }
}

.tab-pane-commit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tab-pane-commit .reset-button, .tab-pane-commit .submit-button {
  margin: 5px;
  padding: 15px 30px;
  font-size: 16px;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .tab-pane-commit .reset-button, .tab-pane-commit .submit-button {
    padding: 15px;
  }
}

.tab-pane-commit .reset-button {
  color: #757575;
  background-color: white;
  border: 1px solid;
}

.tab-pane-commit .submit-button {
  width: auto;
  border: none;
  background-color: #FF8900;
  color: white;
  padding-left: 40px;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tab-pane-commit .submit-button .material-icons-outlined {
  margin-right: 10px;
}

@media screen and (max-width: 480px) {
  .tab-pane-commit .submit-button {
    padding-left: 20px;
    padding-right: 25px;
  }
}

.search-table {
  border: 3px solid #1B2962;
  margin-bottom: 1.5em;
  padding: 30px 40px;
}

.search-table ul {
  list-style: none;
  padding: 0;
}

.contact-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 1.5em !important;
}

.contact-arrow li {
  width: calc( 100% / 3);
  border: 1px solid;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  position: relative;
}

.contact-arrow li em {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  background-color: #1B2962;
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  margin-right: 8px;
  font-weight: bold;
}

.contact-arrow li:after, .contact-arrow li:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -1px;
  border-width: 32px 0 32px 1em;
}

.contact-arrow li:after {
  right: calc( -0.95em - 1px);
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  z-index: 2;
}

.contact-arrow li:before {
  right: calc( -1em - 1px);
  border-style: solid;
  border-color: transparent transparent transparent #1B2962;
}

.contact-arrow li:last-child:after, .contact-arrow li:last-child:before {
  display: none;
}

.contact-arrow li.active {
  font-weight: bold;
  background-color: #1B2962;
  color: white;
  border-color: #1B2962;
}

.contact-arrow li.active em {
  background-color: white;
  color: #1B2962;
}

.contact-arrow li.active:after {
  border-color: transparent transparent transparent #1B2962;
}

.mw_wp_form_confirm .contact-arrow-input {
  display: none;
}

.mw_wp_form_input .contact-arrow-confirm {
  display: none;
}

.cta-conversion {
  margin-bottom: 20px;
}

.cta-conversion-title {
  background-color: #1e46aa;
  text-align: center;
  color: white;
  font-weight: bold;
  padding: 10px 20px;
  font-size: 20px;
}

.cta-conversion-inner {
  border: 5px solid #1e46aa;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 600px) {
  .cta-conversion-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cta-conversion-left {
  width: 40%;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .cta-conversion-left {
    width: auto;
  }
}

.cta-conversion-logo {
  margin-bottom: 10px;
  max-width: 90%;
}

.cta-conversion-right {
  width: 55%;
}

@media screen and (max-width: 600px) {
  .cta-conversion-right {
    width: auto;
  }
}

.cta-conversion-button .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px auto;
  padding: 0 18px 0 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  border-radius: 40px;
  position: relative;
  background-image: -webkit-gradient(linear, right top, left top, from(#367dd2), to(#42bce3));
  background-image: linear-gradient(270deg, #367dd2 0%, #42bce3 100%);
  background-origin: padding-box;
  border: none;
}

@media screen and (max-width: 600px) {
  .cta-conversion-button .btn {
    width: 90%;
  }
}

.cta-conversion-button .btn .fas {
  position: absolute;
  left: 1em;
}

.cta-conversion-button .btn.btn-s {
  /*font-size: 12px;*/
  background-image: -webkit-gradient(linear, right top, left top, from(#00B9BC), to(#26FCFF));
  background-image: linear-gradient(270deg, #00B9BC 0%, #26FCFF 100%);
}

.cta-conversion-button .btn.btn-s .fas {
  font-size: 18px;
}

.pagination-next {
  display: none;
}

.pagination .page-numbers {
  border-radius: 0px;
  color: #1B2962;
  border-color: #1B2962;
}

.pagination .page-numbers.current {
  color: white;
  background-color: #1B2962;
}

.article-ads {
  padding: 10px;
  margin-bottom: 20px;
  background-color: #F0F3FD;
}

.article-ads .a-wrap {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article-ads a {
  color: #1B2962;
  font-size: 14px;
}

.article-ads-pr {
  background-color: #FF8900;
  color: white;
  display: inline-block;
  padding: 8px;
  line-height: 1;
  font-size: 13px;
  margin-right: 5px;
}

.regist-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 40px;
}

.regist-form input[type="text"] {
  width: 80%;
  border-radius: 0px;
}

.regist-form input[type="submit"] {
  width: 20%;
  background-color: #FF8900;
  color: white;
  font-weight: bold;
  border-color: #FF8900;
}

.btn--custompages {
  border: 2px solid #1B2962;
  margin: 10px auto;
  font-size: 20px;
  padding: 1.5em 4em;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn--custompages img {
  margin-right: 4px;
  margin-bottom: 4px;
}

.btn--custompages svg {
  margin-right: 4px;
  margin-bottom: 4px;
}

.btn--custompages span {
  margin-left: 4px;
}

@media screen and (max-width: 768px) {
  .btn--custompages {
    font-size: 16px;
    padding: 1em 2em;
  }
}

.btn--custompages:hover {
  fill: white;
}

.btn--custompages:hover #Path_653, .btn--custompages:hover #Path_2 {
  fill: white;
  -webkit-transition: all .3s;
  transition: all .3s;
}
/*# sourceMappingURL=custom.css.map */

.custom_h {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.term_custom {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  transition: .5s;
  text-decoration: none;
  color: inherit;
}
.term_custom--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.term_custom:hover {
  box-shadow: 0 4px 8px rgba(0,0,0,.16);
  color: unset;
}
.term_custom--des p {
  line-height: 20px;
}

.tax-product-category .ect-entry-card .entry-card-thumb {
  width: 100%;
}

.tax-product-category .ect-entry-card .entry-card-content {
  margin-left: 0;
}

.tax-product-category .ect-entry-card .entry-card-wrap {
  width: 48%;
  border: 1px solid lightgray;
}

.tax-product-category .ect-entry-card {
  gap: 25px;
}

.product_h {
  display: flex;
  gap:20px;
}

.product_h--img {
  width: 60%;
}

.product_h--title {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  position:relative;
}

.product_h--title::after {
  content: "";
  width: 60px;
  height: 2.5px;
  background: #c86c6c;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 25px;
}

.product_h--btn {
  border: transparent;
  background: #a9794f;
  padding: 10px 18px;
  border-radius: 99px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  margin-top: 10px;
  text-decoration: none;
  letter-spacing: 0.5px;
  display: inline-block;
}

.product_h--btn:hover {
  opacity: .9;
  color: #fff;
}

.pr-ct-h {
  padding: 7px;
  background: #34a6ec;
  color: #fff;
  border-radius: 2px;
}

/* ============================ */

.term_custom--img {
  width: 100%;
  height: 320px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  position: relative;
}

.product-category-shortcode .main {
  width: 100%;
}

.product-category-shortcode #content .wrap {
  width: 1480px;
}

.term_custom--des strong {
  text-transform: capitalize;
  font-size: 16px;
  color: #333;
}

.term_custom--des {
  padding: 12px;
/*  min-height: 144px;*/
  text-align: left;
  border: 1px solid #f2f2f2;
  border-radius: 0 0 16px 16px;
  letter-spacing: .1em;
}

.custom_h--item {
  width: 31%;
}

.tax-product-category .main {
  width: 100%;
}

.tax-product-category #content .wrap {
  width: 1480px;
}

.tax-product-category .ect-entry-card .entry-card-wrap {
  width: 18%;
  border: 1px solid gray;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}

.tax-product-category .ect-entry-card .entry-card-thumb {
  width: 100%;
  margin: 0;
}

.tax-product-category .ect-entry-card .entry-card-meta {
  padding-bottom: 12px;
}

.tax-product-category .ect-entry-card .entry-card-content {
  margin-left: 12px;
}

.product-template-default div#sidebar,
.product-template-default .front-about {
  display: none;
}

.product-template-default .main {
  width: 100%;
}

.product_h--img img {
  width: 90%;
}

.tax-product-category .a-wrap:hover{
  background-color: #EA6F15;
}

.term_custom:hover .term_custom--des{
	background-color: #EA6F15
}
.term_custom .term_custom--des strong{
	font-size: 20px;
}
