/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, menu, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

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

*[hidden] {
  display: none;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

menu, ol, ul {
  list-style: none;
}

.list_2 {
  margin-bottom: 20px;
  background: #c5daf35c;
  letter-spacing: 0.01em;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

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

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

body {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
}

a {
  text-decoration: none;
}

button {
  background: none;
  border: none;
}

img {
  vertical-align: bottom;
  /* image-rendering: -webkit-optimize-contrast;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; */
}

.m-0 {
  margin: 0px !important;
}

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

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.p-0 {
  padding: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.m-1 {
  margin: 8px !important;
}

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

.mb-1 {
  margin-bottom: 8px !important;
}

.ml-1 {
  margin-left: 8px !important;
}

.mr-1 {
  margin-right: 8px !important;
}

.p-1 {
  padding: 8px !important;
}

.pt-1 {
  padding-top: 8px !important;
}

.pb-1 {
  padding-bottom: 8px !important;
}

.pl-1 {
  padding-left: 8px !important;
}

.pr-1 {
  padding-right: 8px !important;
}

.m-2 {
  margin: 16px !important;
}

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

.mb-2 {
  margin-bottom: 16px !important;
}

.ml-2 {
  margin-left: 16px !important;
}

.mr-2 {
  margin-right: 16px !important;
}

.p-2 {
  padding: 16px !important;
}

.pt-2 {
  padding-top: 16px !important;
}

.pb-2 {
  padding-bottom: 16px !important;
}

.pl-2 {
  padding-left: 16px !important;
}

.pr-2 {
  padding-right: 16px !important;
}

.m-3 {
  margin: 24px !important;
}

.mt-3 {
  margin: 24px 0 !important;
}

.mb-3 {
  margin-bottom: 24px !important;
}

.ml-3 {
  margin-left: 24px !important;
}

.mr-3 {
  margin-right: 24px !important;
}

.p-3 {
  padding: 24px !important;
}

.pt-3 {
  padding-top: 24px !important;
}

.pb-3 {
  padding-bottom: 24px !important;
}

.pl-3 {
  padding-left: 24px !important;
}

.pr-3 {
  padding-right: 24px !important;
}

.m-4 {
  margin: 32px !important;
}

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

.mb-4 {
  margin-bottom: 32px !important;
}

.ml-4 {
  margin-left: 32px !important;
}

.mr-4 {
  margin-right: 32px !important;
}

.p-4 {
  padding: 32px !important;
}

.pt-4 {
  padding-top: 32px !important;
}

.pb-4 {
  padding-bottom: 32px !important;
}

.pl-4 {
  padding-left: 32px !important;
}

.pr-4 {
  padding-right: 32px !important;
}

.m-5 {
  margin: 40px !important;
}

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

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

.ml-5 {
  margin-left: 40px !important;
}

.mr-5 {
  margin-right: 40px !important;
}

.p-5 {
  padding: 40px !important;
}

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

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

.pl-5 {
  padding-left: 40px !important;
}

.pr-5 {
  padding-right: 40px !important;
}

.m-6 {
  margin: 48px !important;
}

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

.mb-6 {
  margin-bottom: 48px !important;
}

.ml-6 {
  margin-left: 48px !important;
}

.mr-6 {
  margin-right: 48px !important;
}

.p-6 {
  padding: 48px !important;
}

.pt-6 {
  padding-top: 48px !important;
}

.pb-6 {
  padding-bottom: 48px !important;
}

.pl-6 {
  padding-left: 48px !important;
}

.pr-6 {
  padding-right: 48px !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.p-auto {
  padding: auto !important;
}

.pt-auto {
  padding-top: auto !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.pl-auto {
  padding-left: auto !important;
}

.pr-auto {
  padding-right: auto !important;
}

.home-blog-list .wp-block-post-title,
.home-blog-list .wp-block-post-excerpt {
  margin: 0 0 10px;
}
.popular-posts.wpp-ajax h2 {
  color: #1a419b;
  font-weight: 600;
}
.wpp-list li {
  line-height: 1.3;
}
.wpp-list li:not(:last-child) {
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px;
}
.wpp-list .wpp-post-title {
  color: #1a419b;
  display: block;
}
.wpp-list .wpp-meta.post-stats {
  margin: 5px 0 0;
  color: #1a419b;
  font-weight: bold;
  text-align: right;
}
.blog-blocks {
  max-width: 1080px !important;
}
.blog-blocks .wp-block-query-pagination-numbers > *,
.blog-blocks .wp-block-query-pagination-next,
.blog-blocks .wp-block-query-pagination-previous {
  height: 30px;
  width: 30px;
  padding: 5px 10px;
  background: #66a1d8;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.blog-blocks .wp-block-query-pagination-numbers > *:not(a),
.blog-blocks .wp-block-query-pagination-next:hover,
.blog-blocks .wp-block-query-pagination-previous:hover,
.blog-blocks .wp-block-query-pagination-numbers > a:hover {
  background: #1a419b;
}
.blog-blocks .wp-block-query-pagination .wp-block-query-pagination-previous-arrow,
.blog-blocks .wp-block-query-pagination .wp-block-query-pagination-next-arrow {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .blog-blocks {
    flex-direction: column-reverse;
  }
  h2.blog-title {
    font-size: 1rem !important;
    margin: 0 0 5px;
  }
}

@media screen and (min-width: 395px) {
  .m-xxxs-0 {
    margin: 0px !important;
  }
}

@media screen and (min-width: 440px) {
  .m-xxs-0 {
    margin: 0px !important;
  }
}

@media screen and (min-width: 480px) {
  .m-xs-0 {
    margin: 0px !important;
  }
}

@media screen and (min-width: 576px) {
  .m-sm-0 {
    margin: 0px !important;
  }
}

@media screen and (min-width: 768px) {
  .m-md-0 {
    margin: 0px !important;
  }
}

@media screen and (min-width: 1040px) {
  .m-lg-0 {
    margin: 0px !important;
  }
}

@media screen and (min-width: 1200px) {
  .m-xl-0 {
    margin: 0px !important;
  }
}

@media screen and (min-width: 395px) {
  .mt-xxxs-0 {
    margin-top: 0px !important;
  }
}

@media screen and (min-width: 440px) {
  .mt-xxs-0 {
    margin-top: 0px !important;
  }
}

@media screen and (min-width: 480px) {
  .mt-xs-0 {
    margin-top: 0px !important;
  }
}

@media screen and (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0px !important;
  }
}

@media screen and (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0px !important;
  }
}

@media screen and (min-width: 1040px) {
  .mt-lg-0 {
    margin-top: 0px !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0px !important;
  }
}

@media screen and (min-width: 395px) {
  .mb-xxxs-0 {
    margin-bottom: 0px !important;
  }
}

@media screen and (min-width: 440px) {
  .mb-xxs-0 {
    margin-bottom: 0px !important;
  }
}

@media screen and (min-width: 480px) {
  .mb-xs-0 {
    margin-bottom: 0px !important;
  }
}

@media screen and (min-width: 576px) {
  .mb-sm-0 {
    margin-bottom: 0px !important;
  }
}

@media screen and (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
}

@media screen and (min-width: 1040px) {
  .mb-lg-0 {
    margin-bottom: 0px !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-xl-0 {
    margin-bottom: 0px !important;
  }
}

@media screen and (min-width: 395px) {
  .ml-xxxs-0 {
    margin-left: 0px !important;
  }
}

@media screen and (min-width: 440px) {
  .ml-xxs-0 {
    margin-left: 0px !important;
  }
}

@media screen and (min-width: 480px) {
  .ml-xs-0 {
    margin-left: 0px !important;
  }
}

@media screen and (min-width: 576px) {
  .ml-sm-0 {
    margin-left: 0px !important;
  }
}

@media screen and (min-width: 768px) {
  .ml-md-0 {
    margin-left: 0px !important;
  }
}

@media screen and (min-width: 1040px) {
  .ml-lg-0 {
    margin-left: 0px !important;
  }
}

@media screen and (min-width: 1200px) {
  .ml-xl-0 {
    margin-left: 0px !important;
  }
}

@media screen and (min-width: 395px) {
  .mr-xxxs-0 {
    margin-right: 0px !important;
  }
}

@media screen and (min-width: 440px) {
  .mr-xxs-0 {
    margin-right: 0px !important;
  }
}

@media screen and (min-width: 480px) {
  .mr-xs-0 {
    margin-right: 0px !important;
  }
}

@media screen and (min-width: 576px) {
  .mr-sm-0 {
    margin-right: 0px !important;
  }
}

@media screen and (min-width: 768px) {
  .mr-md-0 {
    margin-right: 0px !important;
  }
}

@media screen and (min-width: 1040px) {
  .mr-lg-0 {
    margin-right: 0px !important;
  }
}

@media screen and (min-width: 1200px) {
  .mr-xl-0 {
    margin-right: 0px !important;
  }
}

@media screen and (min-width: 395px) {
  .p-xxxs-0 {
    padding: 0px !important;
  }
}

@media screen and (min-width: 440px) {
  .p-xxs-0 {
    padding: 0px !important;
  }
}

@media screen and (min-width: 480px) {
  .p-xs-0 {
    padding: 0px !important;
  }
}

@media screen and (min-width: 576px) {
  .p-sm-0 {
    padding: 0px !important;
  }
}

@media screen and (min-width: 768px) {
  .p-md-0 {
    padding: 0px !important;
  }
}

@media screen and (min-width: 1040px) {
  .p-lg-0 {
    padding: 0px !important;
  }
}

@media screen and (min-width: 1200px) {
  .p-xl-0 {
    padding: 0px !important;
  }
}

@media screen and (min-width: 395px) {
  .pt-xxxs-0 {
    padding-top: 0px !important;
  }
}

@media screen and (min-width: 440px) {
  .pt-xxs-0 {
    padding-top: 0px !important;
  }
}

@media screen and (min-width: 480px) {
  .pt-xs-0 {
    padding-top: 0px !important;
  }
}

@media screen and (min-width: 576px) {
  .pt-sm-0 {
    padding-top: 0px !important;
  }
}

@media screen and (min-width: 768px) {
  .pt-md-0 {
    padding-top: 0px !important;
  }
}

@media screen and (min-width: 1040px) {
  .pt-lg-0 {
    padding-top: 0px !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-xl-0 {
    padding-top: 0px !important;
  }
}

@media screen and (min-width: 395px) {
  .pb-xxxs-0 {
    padding-bottom: 0px !important;
  }
}

@media screen and (min-width: 440px) {
  .pb-xxs-0 {
    padding-bottom: 0px !important;
  }
}

@media screen and (min-width: 480px) {
  .pb-xs-0 {
    padding-bottom: 0px !important;
  }
}

@media screen and (min-width: 576px) {
  .pb-sm-0 {
    padding-bottom: 0px !important;
  }
}

@media screen and (min-width: 768px) {
  .pb-md-0 {
    padding-bottom: 0px !important;
  }
}

@media screen and (min-width: 1040px) {
  .pb-lg-0 {
    padding-bottom: 0px !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-xl-0 {
    padding-bottom: 0px !important;
  }
}

@media screen and (min-width: 395px) {
  .pl-xxxs-0 {
    padding-left: 0px !important;
  }
}

@media screen and (min-width: 440px) {
  .pl-xxs-0 {
    padding-left: 0px !important;
  }
}

@media screen and (min-width: 480px) {
  .pl-xs-0 {
    padding-left: 0px !important;
  }
}

@media screen and (min-width: 576px) {
  .pl-sm-0 {
    padding-left: 0px !important;
  }
}

@media screen and (min-width: 768px) {
  .pl-md-0 {
    padding-left: 0px !important;
  }
}

@media screen and (min-width: 1040px) {
  .pl-lg-0 {
    padding-left: 0px !important;
  }
}

@media screen and (min-width: 1200px) {
  .pl-xl-0 {
    padding-left: 0px !important;
  }
}

@media screen and (min-width: 395px) {
  .pr-xxxs-0 {
    padding-right: 0px !important;
  }
}

@media screen and (min-width: 440px) {
  .pr-xxs-0 {
    padding-right: 0px !important;
  }
}

@media screen and (min-width: 480px) {
  .pr-xs-0 {
    padding-right: 0px !important;
  }
}

@media screen and (min-width: 576px) {
  .pr-sm-0 {
    padding-right: 0px !important;
  }
}

@media screen and (min-width: 768px) {
  .pr-md-0 {
    padding-right: 0px !important;
  }
}

@media screen and (min-width: 1040px) {
  .pr-lg-0 {
    padding-right: 0px !important;
  }
}

@media screen and (min-width: 1200px) {
  .pr-xl-0 {
    padding-right: 0px !important;
  }
}

@media screen and (min-width: 395px) {
  .m-xxxs-1 {
    margin: 8px !important;
  }
}

@media screen and (min-width: 440px) {
  .m-xxs-1 {
    margin: 8px !important;
  }
}

@media screen and (min-width: 480px) {
  .m-xs-1 {
    margin: 8px !important;
  }
}

@media screen and (min-width: 576px) {
  .m-sm-1 {
    margin: 8px !important;
  }
}

@media screen and (min-width: 768px) {
  .m-md-1 {
    margin: 8px !important;
  }
}

@media screen and (min-width: 1040px) {
  .m-lg-1 {
    margin: 8px !important;
  }
}

@media screen and (min-width: 1200px) {
  .m-xl-1 {
    margin: 8px !important;
  }
}

@media screen and (min-width: 395px) {
  .mt-xxxs-1 {
    margin-top: 8px !important;
  }
}

@media screen and (min-width: 440px) {
  .mt-xxs-1 {
    margin-top: 8px !important;
  }
}

@media screen and (min-width: 480px) {
  .mt-xs-1 {
    margin-top: 8px !important;
  }
}

@media screen and (min-width: 576px) {
  .mt-sm-1 {
    margin-top: 8px !important;
  }
}

@media screen and (min-width: 768px) {
  .mt-md-1 {
    margin-top: 8px !important;
  }
}

@media screen and (min-width: 1040px) {
  .mt-lg-1 {
    margin-top: 8px !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-xl-1 {
    margin-top: 8px !important;
  }
}

@media screen and (min-width: 395px) {
  .mb-xxxs-1 {
    margin-bottom: 8px !important;
  }
}

@media screen and (min-width: 440px) {
  .mb-xxs-1 {
    margin-bottom: 8px !important;
  }
}

@media screen and (min-width: 480px) {
  .mb-xs-1 {
    margin-bottom: 8px !important;
  }
}

@media screen and (min-width: 576px) {
  .mb-sm-1 {
    margin-bottom: 8px !important;
  }
}

@media screen and (min-width: 768px) {
  .mb-md-1 {
    margin-bottom: 8px !important;
  }
}

@media screen and (min-width: 1040px) {
  .mb-lg-1 {
    margin-bottom: 8px !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-xl-1 {
    margin-bottom: 8px !important;
  }
}

@media screen and (min-width: 395px) {
  .ml-xxxs-1 {
    margin-left: 8px !important;
  }
}

@media screen and (min-width: 440px) {
  .ml-xxs-1 {
    margin-left: 8px !important;
  }
}

@media screen and (min-width: 480px) {
  .ml-xs-1 {
    margin-left: 8px !important;
  }
}

@media screen and (min-width: 576px) {
  .ml-sm-1 {
    margin-left: 8px !important;
  }
}

@media screen and (min-width: 768px) {
  .ml-md-1 {
    margin-left: 8px !important;
  }
}

@media screen and (min-width: 1040px) {
  .ml-lg-1 {
    margin-left: 8px !important;
  }
}

@media screen and (min-width: 1200px) {
  .ml-xl-1 {
    margin-left: 8px !important;
  }
}

@media screen and (min-width: 395px) {
  .mr-xxxs-1 {
    margin-right: 8px !important;
  }
}

@media screen and (min-width: 440px) {
  .mr-xxs-1 {
    margin-right: 8px !important;
  }
}

@media screen and (min-width: 480px) {
  .mr-xs-1 {
    margin-right: 8px !important;
  }
}

@media screen and (min-width: 576px) {
  .mr-sm-1 {
    margin-right: 8px !important;
  }
}

@media screen and (min-width: 768px) {
  .mr-md-1 {
    margin-right: 8px !important;
  }
}

@media screen and (min-width: 1040px) {
  .mr-lg-1 {
    margin-right: 8px !important;
  }
}

@media screen and (min-width: 1200px) {
  .mr-xl-1 {
    margin-right: 8px !important;
  }
}

@media screen and (min-width: 395px) {
  .p-xxxs-1 {
    padding: 8px !important;
  }
}

@media screen and (min-width: 440px) {
  .p-xxs-1 {
    padding: 8px !important;
  }
}

@media screen and (min-width: 480px) {
  .p-xs-1 {
    padding: 8px !important;
  }
}

@media screen and (min-width: 576px) {
  .p-sm-1 {
    padding: 8px !important;
  }
}

@media screen and (min-width: 768px) {
  .p-md-1 {
    padding: 8px !important;
  }
}

@media screen and (min-width: 1040px) {
  .p-lg-1 {
    padding: 8px !important;
  }
}

@media screen and (min-width: 1200px) {
  .p-xl-1 {
    padding: 8px !important;
  }
}

@media screen and (min-width: 395px) {
  .pt-xxxs-1 {
    padding-top: 8px !important;
  }
}

@media screen and (min-width: 440px) {
  .pt-xxs-1 {
    padding-top: 8px !important;
  }
}

@media screen and (min-width: 480px) {
  .pt-xs-1 {
    padding-top: 8px !important;
  }
}

@media screen and (min-width: 576px) {
  .pt-sm-1 {
    padding-top: 8px !important;
  }
}

@media screen and (min-width: 768px) {
  .pt-md-1 {
    padding-top: 8px !important;
  }
}

@media screen and (min-width: 1040px) {
  .pt-lg-1 {
    padding-top: 8px !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-xl-1 {
    padding-top: 8px !important;
  }
}

@media screen and (min-width: 395px) {
  .pb-xxxs-1 {
    padding-bottom: 8px !important;
  }
}

@media screen and (min-width: 440px) {
  .pb-xxs-1 {
    padding-bottom: 8px !important;
  }
}

@media screen and (min-width: 480px) {
  .pb-xs-1 {
    padding-bottom: 8px !important;
  }
}

@media screen and (min-width: 576px) {
  .pb-sm-1 {
    padding-bottom: 8px !important;
  }
}

@media screen and (min-width: 768px) {
  .pb-md-1 {
    padding-bottom: 8px !important;
  }
}

@media screen and (min-width: 1040px) {
  .pb-lg-1 {
    padding-bottom: 8px !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-xl-1 {
    padding-bottom: 8px !important;
  }
}

@media screen and (min-width: 395px) {
  .pl-xxxs-1 {
    padding-left: 8px !important;
  }
}

@media screen and (min-width: 440px) {
  .pl-xxs-1 {
    padding-left: 8px !important;
  }
}

@media screen and (min-width: 480px) {
  .pl-xs-1 {
    padding-left: 8px !important;
  }
}

@media screen and (min-width: 576px) {
  .pl-sm-1 {
    padding-left: 8px !important;
  }
}

@media screen and (min-width: 768px) {
  .pl-md-1 {
    padding-left: 8px !important;
  }
}

@media screen and (min-width: 1040px) {
  .pl-lg-1 {
    padding-left: 8px !important;
  }
}

@media screen and (min-width: 1200px) {
  .pl-xl-1 {
    padding-left: 8px !important;
  }
}

@media screen and (min-width: 395px) {
  .pr-xxxs-1 {
    padding-right: 8px !important;
  }
}

@media screen and (min-width: 440px) {
  .pr-xxs-1 {
    padding-right: 8px !important;
  }
}

@media screen and (min-width: 480px) {
  .pr-xs-1 {
    padding-right: 8px !important;
  }
}

@media screen and (min-width: 576px) {
  .pr-sm-1 {
    padding-right: 8px !important;
  }
}

@media screen and (min-width: 768px) {
  .pr-md-1 {
    padding-right: 8px !important;
  }
}

@media screen and (min-width: 1040px) {
  .pr-lg-1 {
    padding-right: 8px !important;
  }
}

@media screen and (min-width: 1200px) {
  .pr-xl-1 {
    padding-right: 8px !important;
  }
}

@media screen and (min-width: 395px) {
  .m-xxxs-2 {
    margin: 16px !important;
  }
}

@media screen and (min-width: 440px) {
  .m-xxs-2 {
    margin: 16px !important;
  }
}

@media screen and (min-width: 480px) {
  .m-xs-2 {
    margin: 16px !important;
  }
}

@media screen and (min-width: 576px) {
  .m-sm-2 {
    margin: 16px !important;
  }
}

@media screen and (min-width: 768px) {
  .m-md-2 {
    margin: 16px !important;
  }
}

@media screen and (min-width: 1040px) {
  .m-lg-2 {
    margin: 16px !important;
  }
}

@media screen and (min-width: 1200px) {
  .m-xl-2 {
    margin: 16px !important;
  }
}

@media screen and (min-width: 395px) {
  .mt-xxxs-2 {
    margin-top: 16px !important;
  }
}

@media screen and (min-width: 440px) {
  .mt-xxs-2 {
    margin-top: 16px !important;
  }
}

@media screen and (min-width: 480px) {
  .mt-xs-2 {
    margin-top: 16px !important;
  }
}

@media screen and (min-width: 576px) {
  .mt-sm-2 {
    margin-top: 16px !important;
  }
}

@media screen and (min-width: 768px) {
  .mt-md-2 {
    margin-top: 16px !important;
  }
}

@media screen and (min-width: 1040px) {
  .mt-lg-2 {
    margin-top: 16px !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-xl-2 {
    margin-top: 16px !important;
  }
}

@media screen and (min-width: 395px) {
  .mb-xxxs-2 {
    margin-bottom: 16px !important;
  }
}

@media screen and (min-width: 440px) {
  .mb-xxs-2 {
    margin-bottom: 16px !important;
  }
}

@media screen and (min-width: 480px) {
  .mb-xs-2 {
    margin-bottom: 16px !important;
  }
}

@media screen and (min-width: 576px) {
  .mb-sm-2 {
    margin-bottom: 16px !important;
  }
}

@media screen and (min-width: 768px) {
  .mb-md-2 {
    margin-bottom: 16px !important;
  }
}

@media screen and (min-width: 1040px) {
  .mb-lg-2 {
    margin-bottom: 16px !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-xl-2 {
    margin-bottom: 16px !important;
  }
}

@media screen and (min-width: 395px) {
  .ml-xxxs-2 {
    margin-left: 16px !important;
  }
}

@media screen and (min-width: 440px) {
  .ml-xxs-2 {
    margin-left: 16px !important;
  }
}

@media screen and (min-width: 480px) {
  .ml-xs-2 {
    margin-left: 16px !important;
  }
}

@media screen and (min-width: 576px) {
  .ml-sm-2 {
    margin-left: 16px !important;
  }
}

@media screen and (min-width: 768px) {
  .ml-md-2 {
    margin-left: 16px !important;
  }
}

@media screen and (min-width: 1040px) {
  .ml-lg-2 {
    margin-left: 16px !important;
  }
}

@media screen and (min-width: 1200px) {
  .ml-xl-2 {
    margin-left: 16px !important;
  }
}

@media screen and (min-width: 395px) {
  .mr-xxxs-2 {
    margin-right: 16px !important;
  }
}

@media screen and (min-width: 440px) {
  .mr-xxs-2 {
    margin-right: 16px !important;
  }
}

@media screen and (min-width: 480px) {
  .mr-xs-2 {
    margin-right: 16px !important;
  }
}

@media screen and (min-width: 576px) {
  .mr-sm-2 {
    margin-right: 16px !important;
  }
}

@media screen and (min-width: 768px) {
  .mr-md-2 {
    margin-right: 16px !important;
  }
}

@media screen and (min-width: 1040px) {
  .mr-lg-2 {
    margin-right: 16px !important;
  }
}

@media screen and (min-width: 1200px) {
  .mr-xl-2 {
    margin-right: 16px !important;
  }
}

@media screen and (min-width: 395px) {
  .p-xxxs-2 {
    padding: 16px !important;
  }
}

@media screen and (min-width: 440px) {
  .p-xxs-2 {
    padding: 16px !important;
  }
}

@media screen and (min-width: 480px) {
  .p-xs-2 {
    padding: 16px !important;
  }
}

@media screen and (min-width: 576px) {
  .p-sm-2 {
    padding: 16px !important;
  }
}

@media screen and (min-width: 768px) {
  .p-md-2 {
    padding: 16px !important;
  }
}

@media screen and (min-width: 1040px) {
  .p-lg-2 {
    padding: 16px !important;
  }
}

@media screen and (min-width: 1200px) {
  .p-xl-2 {
    padding: 16px !important;
  }
}

@media screen and (min-width: 395px) {
  .pt-xxxs-2 {
    padding-top: 16px !important;
  }
}

@media screen and (min-width: 440px) {
  .pt-xxs-2 {
    padding-top: 16px !important;
  }
}

@media screen and (min-width: 480px) {
  .pt-xs-2 {
    padding-top: 16px !important;
  }
}

@media screen and (min-width: 576px) {
  .pt-sm-2 {
    padding-top: 16px !important;
  }
}

@media screen and (min-width: 768px) {
  .pt-md-2 {
    padding-top: 16px !important;
  }
}

@media screen and (min-width: 1040px) {
  .pt-lg-2 {
    padding-top: 16px !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-xl-2 {
    padding-top: 16px !important;
  }
}

@media screen and (min-width: 395px) {
  .pb-xxxs-2 {
    padding-bottom: 16px !important;
  }
}

@media screen and (min-width: 440px) {
  .pb-xxs-2 {
    padding-bottom: 16px !important;
  }
}

@media screen and (min-width: 480px) {
  .pb-xs-2 {
    padding-bottom: 16px !important;
  }
}

@media screen and (min-width: 576px) {
  .pb-sm-2 {
    padding-bottom: 16px !important;
  }
}

@media screen and (min-width: 768px) {
  .pb-md-2 {
    padding-bottom: 16px !important;
  }
}

@media screen and (min-width: 1040px) {
  .pb-lg-2 {
    padding-bottom: 16px !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-xl-2 {
    padding-bottom: 16px !important;
  }
}

@media screen and (min-width: 395px) {
  .pl-xxxs-2 {
    padding-left: 16px !important;
  }
}

@media screen and (min-width: 440px) {
  .pl-xxs-2 {
    padding-left: 16px !important;
  }
}

@media screen and (min-width: 480px) {
  .pl-xs-2 {
    padding-left: 16px !important;
  }
}

@media screen and (min-width: 576px) {
  .pl-sm-2 {
    padding-left: 16px !important;
  }
}

@media screen and (min-width: 768px) {
  .pl-md-2 {
    padding-left: 16px !important;
  }
}

@media screen and (min-width: 1040px) {
  .pl-lg-2 {
    padding-left: 16px !important;
  }
}

@media screen and (min-width: 1200px) {
  .pl-xl-2 {
    padding-left: 16px !important;
  }
}

@media screen and (min-width: 395px) {
  .pr-xxxs-2 {
    padding-right: 16px !important;
  }
}

@media screen and (min-width: 440px) {
  .pr-xxs-2 {
    padding-right: 16px !important;
  }
}

@media screen and (min-width: 480px) {
  .pr-xs-2 {
    padding-right: 16px !important;
  }
}

@media screen and (min-width: 576px) {
  .pr-sm-2 {
    padding-right: 16px !important;
  }
}

@media screen and (min-width: 768px) {
  .pr-md-2 {
    padding-right: 16px !important;
  }
}

@media screen and (min-width: 1040px) {
  .pr-lg-2 {
    padding-right: 16px !important;
  }
}

@media screen and (min-width: 1200px) {
  .pr-xl-2 {
    padding-right: 16px !important;
  }
}

@media screen and (min-width: 395px) {
  .m-xxxs-3 {
    margin: 24px !important;
  }
}

@media screen and (min-width: 440px) {
  .m-xxs-3 {
    margin: 24px !important;
  }
}

@media screen and (min-width: 480px) {
  .m-xs-3 {
    margin: 24px !important;
  }
}

@media screen and (min-width: 576px) {
  .m-sm-3 {
    margin: 24px !important;
  }
}

@media screen and (min-width: 768px) {
  .m-md-3 {
    margin: 24px !important;
  }
}

@media screen and (min-width: 1040px) {
  .m-lg-3 {
    margin: 24px !important;
  }
}

@media screen and (min-width: 1200px) {
  .m-xl-3 {
    margin: 24px !important;
  }
}

@media screen and (min-width: 395px) {
  .mt-xxxs-3 {
    margin-top: 24px !important;
  }
}

@media screen and (min-width: 440px) {
  .mt-xxs-3 {
    margin-top: 24px !important;
  }
}

@media screen and (min-width: 480px) {
  .mt-xs-3 {
    margin-top: 24px !important;
  }
}

@media screen and (min-width: 576px) {
  .mt-sm-3 {
    margin-top: 24px !important;
  }
}

@media screen and (min-width: 768px) {
  .mt-md-3 {
    margin-top: 24px !important;
  }
}

@media screen and (min-width: 1040px) {
  .mt-lg-3 {
    margin-top: 24px !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-xl-3 {
    margin-top: 24px !important;
  }
}

@media screen and (min-width: 395px) {
  .mb-xxxs-3 {
    margin-bottom: 24px !important;
  }
}

@media screen and (min-width: 440px) {
  .mb-xxs-3 {
    margin-bottom: 24px !important;
  }
}

@media screen and (min-width: 480px) {
  .mb-xs-3 {
    margin-bottom: 24px !important;
  }
}

@media screen and (min-width: 576px) {
  .mb-sm-3 {
    margin-bottom: 24px !important;
  }
}

@media screen and (min-width: 768px) {
  .mb-md-3 {
    margin-bottom: 24px !important;
  }
}

@media screen and (min-width: 1040px) {
  .mb-lg-3 {
    margin-bottom: 24px !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-xl-3 {
    margin-bottom: 24px !important;
  }
}

@media screen and (min-width: 395px) {
  .ml-xxxs-3 {
    margin-left: 24px !important;
  }
}

@media screen and (min-width: 440px) {
  .ml-xxs-3 {
    margin-left: 24px !important;
  }
}

@media screen and (min-width: 480px) {
  .ml-xs-3 {
    margin-left: 24px !important;
  }
}

@media screen and (min-width: 576px) {
  .ml-sm-3 {
    margin-left: 24px !important;
  }
}

@media screen and (min-width: 768px) {
  .ml-md-3 {
    margin-left: 24px !important;
  }
}

@media screen and (min-width: 1040px) {
  .ml-lg-3 {
    margin-left: 24px !important;
  }
}

@media screen and (min-width: 1200px) {
  .ml-xl-3 {
    margin-left: 24px !important;
  }
}

@media screen and (min-width: 395px) {
  .mr-xxxs-3 {
    margin-right: 24px !important;
  }
}

@media screen and (min-width: 440px) {
  .mr-xxs-3 {
    margin-right: 24px !important;
  }
}

@media screen and (min-width: 480px) {
  .mr-xs-3 {
    margin-right: 24px !important;
  }
}

@media screen and (min-width: 576px) {
  .mr-sm-3 {
    margin-right: 24px !important;
  }
}

@media screen and (min-width: 768px) {
  .mr-md-3 {
    margin-right: 24px !important;
  }
}

@media screen and (min-width: 1040px) {
  .mr-lg-3 {
    margin-right: 24px !important;
  }
}

@media screen and (min-width: 1200px) {
  .mr-xl-3 {
    margin-right: 24px !important;
  }
}

@media screen and (min-width: 395px) {
  .p-xxxs-3 {
    padding: 24px !important;
  }
}

@media screen and (min-width: 440px) {
  .p-xxs-3 {
    padding: 24px !important;
  }
}

@media screen and (min-width: 480px) {
  .p-xs-3 {
    padding: 24px !important;
  }
}

@media screen and (min-width: 576px) {
  .p-sm-3 {
    padding: 24px !important;
  }
}

@media screen and (min-width: 768px) {
  .p-md-3 {
    padding: 24px !important;
  }
}

@media screen and (min-width: 1040px) {
  .p-lg-3 {
    padding: 24px !important;
  }
}

@media screen and (min-width: 1200px) {
  .p-xl-3 {
    padding: 24px !important;
  }
}

@media screen and (min-width: 395px) {
  .pt-xxxs-3 {
    padding-top: 24px !important;
  }
}

@media screen and (min-width: 440px) {
  .pt-xxs-3 {
    padding-top: 24px !important;
  }
}

@media screen and (min-width: 480px) {
  .pt-xs-3 {
    padding-top: 24px !important;
  }
}

@media screen and (min-width: 576px) {
  .pt-sm-3 {
    padding-top: 24px !important;
  }
}

@media screen and (min-width: 768px) {
  .pt-md-3 {
    padding-top: 24px !important;
  }
}

@media screen and (min-width: 1040px) {
  .pt-lg-3 {
    padding-top: 24px !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-xl-3 {
    padding-top: 24px !important;
  }
}

@media screen and (min-width: 395px) {
  .pb-xxxs-3 {
    padding-bottom: 24px !important;
  }
}

@media screen and (min-width: 440px) {
  .pb-xxs-3 {
    padding-bottom: 24px !important;
  }
}

@media screen and (min-width: 480px) {
  .pb-xs-3 {
    padding-bottom: 24px !important;
  }
}

@media screen and (min-width: 576px) {
  .pb-sm-3 {
    padding-bottom: 24px !important;
  }
}

@media screen and (min-width: 768px) {
  .pb-md-3 {
    padding-bottom: 24px !important;
  }
}

@media screen and (min-width: 1040px) {
  .pb-lg-3 {
    padding-bottom: 24px !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-xl-3 {
    padding-bottom: 24px !important;
  }
}

@media screen and (min-width: 395px) {
  .pl-xxxs-3 {
    padding-left: 24px !important;
  }
}

@media screen and (min-width: 440px) {
  .pl-xxs-3 {
    padding-left: 24px !important;
  }
}

@media screen and (min-width: 480px) {
  .pl-xs-3 {
    padding-left: 24px !important;
  }
}

@media screen and (min-width: 576px) {
  .pl-sm-3 {
    padding-left: 24px !important;
  }
}

@media screen and (min-width: 768px) {
  .pl-md-3 {
    padding-left: 24px !important;
  }
}

@media screen and (min-width: 1040px) {
  .pl-lg-3 {
    padding-left: 24px !important;
  }
}

@media screen and (min-width: 1200px) {
  .pl-xl-3 {
    padding-left: 24px !important;
  }
}

@media screen and (min-width: 395px) {
  .pr-xxxs-3 {
    padding-right: 24px !important;
  }
}

@media screen and (min-width: 440px) {
  .pr-xxs-3 {
    padding-right: 24px !important;
  }
}

@media screen and (min-width: 480px) {
  .pr-xs-3 {
    padding-right: 24px !important;
  }
}

@media screen and (min-width: 576px) {
  .pr-sm-3 {
    padding-right: 24px !important;
  }
}

@media screen and (min-width: 768px) {
  .pr-md-3 {
    padding-right: 24px !important;
  }
}

@media screen and (min-width: 1040px) {
  .pr-lg-3 {
    padding-right: 24px !important;
  }
}

@media screen and (min-width: 1200px) {
  .pr-xl-3 {
    padding-right: 24px !important;
  }
}

@media screen and (min-width: 395px) {
  .m-xxxs-4 {
    margin: 32px !important;
  }
}

@media screen and (min-width: 440px) {
  .m-xxs-4 {
    margin: 32px !important;
  }
}

@media screen and (min-width: 480px) {
  .m-xs-4 {
    margin: 32px !important;
  }
}

@media screen and (min-width: 576px) {
  .m-sm-4 {
    margin: 32px !important;
  }
}

@media screen and (min-width: 768px) {
  .m-md-4 {
    margin: 32px !important;
  }
}

@media screen and (min-width: 1040px) {
  .m-lg-4 {
    margin: 32px !important;
  }
}

@media screen and (min-width: 1200px) {
  .m-xl-4 {
    margin: 32px !important;
  }
}

@media screen and (min-width: 395px) {
  .mt-xxxs-4 {
    margin-top: 32px !important;
  }
}

@media screen and (min-width: 440px) {
  .mt-xxs-4 {
    margin-top: 32px !important;
  }
}

@media screen and (min-width: 480px) {
  .mt-xs-4 {
    margin-top: 32px !important;
  }
}

@media screen and (min-width: 576px) {
  .mt-sm-4 {
    margin-top: 32px !important;
  }
}

@media screen and (min-width: 768px) {
  .mt-md-4 {
    margin-top: 32px !important;
  }
}

@media screen and (min-width: 1040px) {
  .mt-lg-4 {
    margin-top: 32px !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-xl-4 {
    margin-top: 32px !important;
  }
}

@media screen and (min-width: 395px) {
  .mb-xxxs-4 {
    margin-bottom: 32px !important;
  }
}

@media screen and (min-width: 440px) {
  .mb-xxs-4 {
    margin-bottom: 32px !important;
  }
}

@media screen and (min-width: 480px) {
  .mb-xs-4 {
    margin-bottom: 32px !important;
  }
}

@media screen and (min-width: 576px) {
  .mb-sm-4 {
    margin-bottom: 32px !important;
  }
}

@media screen and (min-width: 768px) {
  .mb-md-4 {
    margin-bottom: 32px !important;
  }
}

@media screen and (min-width: 1040px) {
  .mb-lg-4 {
    margin-bottom: 32px !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-xl-4 {
    margin-bottom: 32px !important;
  }
}

@media screen and (min-width: 395px) {
  .ml-xxxs-4 {
    margin-left: 32px !important;
  }
}

@media screen and (min-width: 440px) {
  .ml-xxs-4 {
    margin-left: 32px !important;
  }
}

@media screen and (min-width: 480px) {
  .ml-xs-4 {
    margin-left: 32px !important;
  }
}

@media screen and (min-width: 576px) {
  .ml-sm-4 {
    margin-left: 32px !important;
  }
}

@media screen and (min-width: 768px) {
  .ml-md-4 {
    margin-left: 32px !important;
  }
}

@media screen and (min-width: 1040px) {
  .ml-lg-4 {
    margin-left: 32px !important;
  }
}

@media screen and (min-width: 1200px) {
  .ml-xl-4 {
    margin-left: 32px !important;
  }
}

@media screen and (min-width: 395px) {
  .mr-xxxs-4 {
    margin-right: 32px !important;
  }
}

@media screen and (min-width: 440px) {
  .mr-xxs-4 {
    margin-right: 32px !important;
  }
}

@media screen and (min-width: 480px) {
  .mr-xs-4 {
    margin-right: 32px !important;
  }
}

@media screen and (min-width: 576px) {
  .mr-sm-4 {
    margin-right: 32px !important;
  }
}

@media screen and (min-width: 768px) {
  .mr-md-4 {
    margin-right: 32px !important;
  }
}

@media screen and (min-width: 1040px) {
  .mr-lg-4 {
    margin-right: 32px !important;
  }
}

@media screen and (min-width: 1200px) {
  .mr-xl-4 {
    margin-right: 32px !important;
  }
}

@media screen and (min-width: 395px) {
  .p-xxxs-4 {
    padding: 32px !important;
  }
}

@media screen and (min-width: 440px) {
  .p-xxs-4 {
    padding: 32px !important;
  }
}

@media screen and (min-width: 480px) {
  .p-xs-4 {
    padding: 32px !important;
  }
}

@media screen and (min-width: 576px) {
  .p-sm-4 {
    padding: 32px !important;
  }
}

@media screen and (min-width: 768px) {
  .p-md-4 {
    padding: 32px !important;
  }
}

@media screen and (min-width: 1040px) {
  .p-lg-4 {
    padding: 32px !important;
  }
}

@media screen and (min-width: 1200px) {
  .p-xl-4 {
    padding: 32px !important;
  }
}

@media screen and (min-width: 395px) {
  .pt-xxxs-4 {
    padding-top: 32px !important;
  }
}

@media screen and (min-width: 440px) {
  .pt-xxs-4 {
    padding-top: 32px !important;
  }
}

@media screen and (min-width: 480px) {
  .pt-xs-4 {
    padding-top: 32px !important;
  }
}

@media screen and (min-width: 576px) {
  .pt-sm-4 {
    padding-top: 32px !important;
  }
}

@media screen and (min-width: 768px) {
  .pt-md-4 {
    padding-top: 32px !important;
  }
}

@media screen and (min-width: 1040px) {
  .pt-lg-4 {
    padding-top: 32px !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-xl-4 {
    padding-top: 32px !important;
  }
}

@media screen and (min-width: 395px) {
  .pb-xxxs-4 {
    padding-bottom: 32px !important;
  }
}

@media screen and (min-width: 440px) {
  .pb-xxs-4 {
    padding-bottom: 32px !important;
  }
}

@media screen and (min-width: 480px) {
  .pb-xs-4 {
    padding-bottom: 32px !important;
  }
}

@media screen and (min-width: 576px) {
  .pb-sm-4 {
    padding-bottom: 32px !important;
  }
}

@media screen and (min-width: 768px) {
  .pb-md-4 {
    padding-bottom: 32px !important;
  }
}

@media screen and (min-width: 1040px) {
  .pb-lg-4 {
    padding-bottom: 32px !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-xl-4 {
    padding-bottom: 32px !important;
  }
}

@media screen and (min-width: 395px) {
  .pl-xxxs-4 {
    padding-left: 32px !important;
  }
}

@media screen and (min-width: 440px) {
  .pl-xxs-4 {
    padding-left: 32px !important;
  }
}

@media screen and (min-width: 480px) {
  .pl-xs-4 {
    padding-left: 32px !important;
  }
}

@media screen and (min-width: 576px) {
  .pl-sm-4 {
    padding-left: 32px !important;
  }
}

@media screen and (min-width: 768px) {
  .pl-md-4 {
    padding-left: 32px !important;
  }
}

@media screen and (min-width: 1040px) {
  .pl-lg-4 {
    padding-left: 32px !important;
  }
}

@media screen and (min-width: 1200px) {
  .pl-xl-4 {
    padding-left: 32px !important;
  }
}

@media screen and (min-width: 395px) {
  .pr-xxxs-4 {
    padding-right: 32px !important;
  }
}

@media screen and (min-width: 440px) {
  .pr-xxs-4 {
    padding-right: 32px !important;
  }
}

@media screen and (min-width: 480px) {
  .pr-xs-4 {
    padding-right: 32px !important;
  }
}

@media screen and (min-width: 576px) {
  .pr-sm-4 {
    padding-right: 32px !important;
  }
}

@media screen and (min-width: 768px) {
  .pr-md-4 {
    padding-right: 32px !important;
  }
}

@media screen and (min-width: 1040px) {
  .pr-lg-4 {
    padding-right: 32px !important;
  }
}

@media screen and (min-width: 1200px) {
  .pr-xl-4 {
    padding-right: 32px !important;
  }
}

@media screen and (min-width: 395px) {
  .m-xxxs-5 {
    margin: 40px !important;
  }
}

@media screen and (min-width: 440px) {
  .m-xxs-5 {
    margin: 40px !important;
  }
}

@media screen and (min-width: 480px) {
  .m-xs-5 {
    margin: 40px !important;
  }
}

@media screen and (min-width: 576px) {
  .m-sm-5 {
    margin: 40px !important;
  }
}

@media screen and (min-width: 768px) {
  .m-md-5 {
    margin: 40px !important;
  }
}

@media screen and (min-width: 1040px) {
  .m-lg-5 {
    margin: 40px !important;
  }
}

@media screen and (min-width: 1200px) {
  .m-xl-5 {
    margin: 40px !important;
  }
}

@media screen and (min-width: 395px) {
  .mt-xxxs-5 {
    margin-top: 40px !important;
  }
}

@media screen and (min-width: 440px) {
  .mt-xxs-5 {
    margin-top: 40px !important;
  }
}

@media screen and (min-width: 480px) {
  .mt-xs-5 {
    margin-top: 40px !important;
  }
}

@media screen and (min-width: 576px) {
  .mt-sm-5 {
    margin-top: 40px !important;
  }
}

@media screen and (min-width: 768px) {
  .mt-md-5 {
    margin-top: 40px !important;
  }
}

@media screen and (min-width: 1040px) {
  .mt-lg-5 {
    margin-top: 40px !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-xl-5 {
    margin-top: 40px !important;
  }
}

@media screen and (min-width: 395px) {
  .mb-xxxs-5 {
    margin-bottom: 40px !important;
  }
}

@media screen and (min-width: 440px) {
  .mb-xxs-5 {
    margin-bottom: 40px !important;
  }
}

@media screen and (min-width: 480px) {
  .mb-xs-5 {
    margin-bottom: 40px !important;
  }
}

@media screen and (min-width: 576px) {
  .mb-sm-5 {
    margin-bottom: 40px !important;
  }
}

@media screen and (min-width: 768px) {
  .mb-md-5 {
    margin-bottom: 40px !important;
  }
}

@media screen and (min-width: 1040px) {
  .mb-lg-5 {
    margin-bottom: 40px !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-xl-5 {
    margin-bottom: 40px !important;
  }
}

@media screen and (min-width: 395px) {
  .ml-xxxs-5 {
    margin-left: 40px !important;
  }
}

@media screen and (min-width: 440px) {
  .ml-xxs-5 {
    margin-left: 40px !important;
  }
}

@media screen and (min-width: 480px) {
  .ml-xs-5 {
    margin-left: 40px !important;
  }
}

@media screen and (min-width: 576px) {
  .ml-sm-5 {
    margin-left: 40px !important;
  }
}

@media screen and (min-width: 768px) {
  .ml-md-5 {
    margin-left: 40px !important;
  }
}

@media screen and (min-width: 1040px) {
  .ml-lg-5 {
    margin-left: 40px !important;
  }
}

@media screen and (min-width: 1200px) {
  .ml-xl-5 {
    margin-left: 40px !important;
  }
}

@media screen and (min-width: 395px) {
  .mr-xxxs-5 {
    margin-right: 40px !important;
  }
}

@media screen and (min-width: 440px) {
  .mr-xxs-5 {
    margin-right: 40px !important;
  }
}

@media screen and (min-width: 480px) {
  .mr-xs-5 {
    margin-right: 40px !important;
  }
}

@media screen and (min-width: 576px) {
  .mr-sm-5 {
    margin-right: 40px !important;
  }
}

@media screen and (min-width: 768px) {
  .mr-md-5 {
    margin-right: 40px !important;
  }
}

@media screen and (min-width: 1040px) {
  .mr-lg-5 {
    margin-right: 40px !important;
  }
}

@media screen and (min-width: 1200px) {
  .mr-xl-5 {
    margin-right: 40px !important;
  }
}

@media screen and (min-width: 395px) {
  .p-xxxs-5 {
    padding: 40px !important;
  }
}

@media screen and (min-width: 440px) {
  .p-xxs-5 {
    padding: 40px !important;
  }
}

@media screen and (min-width: 480px) {
  .p-xs-5 {
    padding: 40px !important;
  }
}

@media screen and (min-width: 576px) {
  .p-sm-5 {
    padding: 40px !important;
  }
}

@media screen and (min-width: 768px) {
  .p-md-5 {
    padding: 40px !important;
  }
}

@media screen and (min-width: 1040px) {
  .p-lg-5 {
    padding: 40px !important;
  }
}

@media screen and (min-width: 1200px) {
  .p-xl-5 {
    padding: 40px !important;
  }
}

@media screen and (min-width: 395px) {
  .pt-xxxs-5 {
    padding-top: 40px !important;
  }
}

@media screen and (min-width: 440px) {
  .pt-xxs-5 {
    padding-top: 40px !important;
  }
}

@media screen and (min-width: 480px) {
  .pt-xs-5 {
    padding-top: 40px !important;
  }
}

@media screen and (min-width: 576px) {
  .pt-sm-5 {
    padding-top: 40px !important;
  }
}

@media screen and (min-width: 768px) {
  .pt-md-5 {
    padding-top: 40px !important;
  }
}

@media screen and (min-width: 1040px) {
  .pt-lg-5 {
    padding-top: 40px !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-xl-5 {
    padding-top: 40px !important;
  }
}

@media screen and (min-width: 395px) {
  .pb-xxxs-5 {
    padding-bottom: 40px !important;
  }
}

@media screen and (min-width: 440px) {
  .pb-xxs-5 {
    padding-bottom: 40px !important;
  }
}

@media screen and (min-width: 480px) {
  .pb-xs-5 {
    padding-bottom: 40px !important;
  }
}

@media screen and (min-width: 576px) {
  .pb-sm-5 {
    padding-bottom: 40px !important;
  }
}

@media screen and (min-width: 768px) {
  .pb-md-5 {
    padding-bottom: 40px !important;
  }
}

@media screen and (min-width: 1040px) {
  .pb-lg-5 {
    padding-bottom: 40px !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-xl-5 {
    padding-bottom: 40px !important;
  }
}

@media screen and (min-width: 395px) {
  .pl-xxxs-5 {
    padding-left: 40px !important;
  }
}

@media screen and (min-width: 440px) {
  .pl-xxs-5 {
    padding-left: 40px !important;
  }
}

@media screen and (min-width: 480px) {
  .pl-xs-5 {
    padding-left: 40px !important;
  }
}

@media screen and (min-width: 576px) {
  .pl-sm-5 {
    padding-left: 40px !important;
  }
}

@media screen and (min-width: 768px) {
  .pl-md-5 {
    padding-left: 40px !important;
  }
}

@media screen and (min-width: 1040px) {
  .pl-lg-5 {
    padding-left: 40px !important;
  }
}

@media screen and (min-width: 1200px) {
  .pl-xl-5 {
    padding-left: 40px !important;
  }
}

@media screen and (min-width: 395px) {
  .pr-xxxs-5 {
    padding-right: 40px !important;
  }
}

@media screen and (min-width: 440px) {
  .pr-xxs-5 {
    padding-right: 40px !important;
  }
}

@media screen and (min-width: 480px) {
  .pr-xs-5 {
    padding-right: 40px !important;
  }
}

@media screen and (min-width: 576px) {
  .pr-sm-5 {
    padding-right: 40px !important;
  }
}

@media screen and (min-width: 768px) {
  .pr-md-5 {
    padding-right: 40px !important;
  }
}

@media screen and (min-width: 1040px) {
  .pr-lg-5 {
    padding-right: 40px !important;
  }
}

@media screen and (min-width: 1200px) {
  .pr-xl-5 {
    padding-right: 40px !important;
  }
}

@media screen and (min-width: 395px) {
  .m-xxxs-6 {
    margin: 48px !important;
  }
}

@media screen and (min-width: 440px) {
  .m-xxs-6 {
    margin: 48px !important;
  }
}

@media screen and (min-width: 480px) {
  .m-xs-6 {
    margin: 48px !important;
  }
}

@media screen and (min-width: 576px) {
  .m-sm-6 {
    margin: 48px !important;
  }
}

@media screen and (min-width: 768px) {
  .m-md-6 {
    margin: 48px !important;
  }
}

@media screen and (min-width: 1040px) {
  .m-lg-6 {
    margin: 48px !important;
  }
}

@media screen and (min-width: 1200px) {
  .m-xl-6 {
    margin: 48px !important;
  }
}

@media screen and (min-width: 395px) {
  .mt-xxxs-6 {
    margin-top: 48px !important;
  }
}

@media screen and (min-width: 440px) {
  .mt-xxs-6 {
    margin-top: 48px !important;
  }
}

@media screen and (min-width: 480px) {
  .mt-xs-6 {
    margin-top: 48px !important;
  }
}

@media screen and (min-width: 576px) {
  .mt-sm-6 {
    margin-top: 48px !important;
  }
}

@media screen and (min-width: 768px) {
  .mt-md-6 {
    margin-top: 48px !important;
  }
}

@media screen and (min-width: 1040px) {
  .mt-lg-6 {
    margin-top: 48px !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-xl-6 {
    margin-top: 48px !important;
  }
}

@media screen and (min-width: 395px) {
  .mb-xxxs-6 {
    margin-bottom: 48px !important;
  }
}

@media screen and (min-width: 440px) {
  .mb-xxs-6 {
    margin-bottom: 48px !important;
  }
}

@media screen and (min-width: 480px) {
  .mb-xs-6 {
    margin-bottom: 48px !important;
  }
}

@media screen and (min-width: 576px) {
  .mb-sm-6 {
    margin-bottom: 48px !important;
  }
}

@media screen and (min-width: 768px) {
  .mb-md-6 {
    margin-bottom: 48px !important;
  }
}

@media screen and (min-width: 1040px) {
  .mb-lg-6 {
    margin-bottom: 48px !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-xl-6 {
    margin-bottom: 48px !important;
  }
}

@media screen and (min-width: 395px) {
  .ml-xxxs-6 {
    margin-left: 48px !important;
  }
}

@media screen and (min-width: 440px) {
  .ml-xxs-6 {
    margin-left: 48px !important;
  }
}

@media screen and (min-width: 480px) {
  .ml-xs-6 {
    margin-left: 48px !important;
  }
}

@media screen and (min-width: 576px) {
  .ml-sm-6 {
    margin-left: 48px !important;
  }
}

@media screen and (min-width: 768px) {
  .ml-md-6 {
    margin-left: 48px !important;
  }
}

@media screen and (min-width: 1040px) {
  .ml-lg-6 {
    margin-left: 48px !important;
  }
}

@media screen and (min-width: 1200px) {
  .ml-xl-6 {
    margin-left: 48px !important;
  }
}

@media screen and (min-width: 395px) {
  .mr-xxxs-6 {
    margin-right: 48px !important;
  }
}

@media screen and (min-width: 440px) {
  .mr-xxs-6 {
    margin-right: 48px !important;
  }
}

@media screen and (min-width: 480px) {
  .mr-xs-6 {
    margin-right: 48px !important;
  }
}

@media screen and (min-width: 576px) {
  .mr-sm-6 {
    margin-right: 48px !important;
  }
}

@media screen and (min-width: 768px) {
  .mr-md-6 {
    margin-right: 48px !important;
  }
}

@media screen and (min-width: 1040px) {
  .mr-lg-6 {
    margin-right: 48px !important;
  }
}

@media screen and (min-width: 1200px) {
  .mr-xl-6 {
    margin-right: 48px !important;
  }
}

@media screen and (min-width: 395px) {
  .p-xxxs-6 {
    padding: 48px !important;
  }
}

@media screen and (min-width: 440px) {
  .p-xxs-6 {
    padding: 48px !important;
  }
}

@media screen and (min-width: 480px) {
  .p-xs-6 {
    padding: 48px !important;
  }
}

@media screen and (min-width: 576px) {
  .p-sm-6 {
    padding: 48px !important;
  }
}

@media screen and (min-width: 768px) {
  .p-md-6 {
    padding: 48px !important;
  }
}

@media screen and (min-width: 1040px) {
  .p-lg-6 {
    padding: 48px !important;
  }
}

@media screen and (min-width: 1200px) {
  .p-xl-6 {
    padding: 48px !important;
  }
}

@media screen and (min-width: 395px) {
  .pt-xxxs-6 {
    padding-top: 48px !important;
  }
}

@media screen and (min-width: 440px) {
  .pt-xxs-6 {
    padding-top: 48px !important;
  }
}

@media screen and (min-width: 480px) {
  .pt-xs-6 {
    padding-top: 48px !important;
  }
}

@media screen and (min-width: 576px) {
  .pt-sm-6 {
    padding-top: 48px !important;
  }
}

@media screen and (min-width: 768px) {
  .pt-md-6 {
    padding-top: 48px !important;
  }
}

@media screen and (min-width: 1040px) {
  .pt-lg-6 {
    padding-top: 48px !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-xl-6 {
    padding-top: 48px !important;
  }
}

@media screen and (min-width: 395px) {
  .pb-xxxs-6 {
    padding-bottom: 48px !important;
  }
}

@media screen and (min-width: 440px) {
  .pb-xxs-6 {
    padding-bottom: 48px !important;
  }
}

@media screen and (min-width: 480px) {
  .pb-xs-6 {
    padding-bottom: 48px !important;
  }
}

@media screen and (min-width: 576px) {
  .pb-sm-6 {
    padding-bottom: 48px !important;
  }
}

@media screen and (min-width: 768px) {
  .pb-md-6 {
    padding-bottom: 48px !important;
  }
}

@media screen and (min-width: 1040px) {
  .pb-lg-6 {
    padding-bottom: 48px !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-xl-6 {
    padding-bottom: 48px !important;
  }
}

@media screen and (min-width: 395px) {
  .pl-xxxs-6 {
    padding-left: 48px !important;
  }
}

@media screen and (min-width: 440px) {
  .pl-xxs-6 {
    padding-left: 48px !important;
  }
}

@media screen and (min-width: 480px) {
  .pl-xs-6 {
    padding-left: 48px !important;
  }
}

@media screen and (min-width: 576px) {
  .pl-sm-6 {
    padding-left: 48px !important;
  }
}

@media screen and (min-width: 768px) {
  .pl-md-6 {
    padding-left: 48px !important;
  }
}

@media screen and (min-width: 1040px) {
  .pl-lg-6 {
    padding-left: 48px !important;
  }
}

@media screen and (min-width: 1200px) {
  .pl-xl-6 {
    padding-left: 48px !important;
  }
}

@media screen and (min-width: 395px) {
  .pr-xxxs-6 {
    padding-right: 48px !important;
  }
}

@media screen and (min-width: 440px) {
  .pr-xxs-6 {
    padding-right: 48px !important;
  }
}

@media screen and (min-width: 480px) {
  .pr-xs-6 {
    padding-right: 48px !important;
  }
}

@media screen and (min-width: 576px) {
  .pr-sm-6 {
    padding-right: 48px !important;
  }
}

@media screen and (min-width: 768px) {
  .pr-md-6 {
    padding-right: 48px !important;
  }
}

@media screen and (min-width: 1040px) {
  .pr-lg-6 {
    padding-right: 48px !important;
  }
}

@media screen and (min-width: 1200px) {
  .pr-xl-6 {
    padding-right: 48px !important;
  }
}

@media screen and (min-width: 395px) {
  .m-xxxs-auto {
    margin: auto !important;
  }
}

@media screen and (min-width: 440px) {
  .m-xxs-auto {
    margin: auto !important;
  }
}

@media screen and (min-width: 480px) {
  .m-xs-auto {
    margin: auto !important;
  }
}

@media screen and (min-width: 576px) {
  .m-sm-auto {
    margin: auto !important;
  }
}

@media screen and (min-width: 768px) {
  .m-md-auto {
    margin: auto !important;
  }
}

@media screen and (min-width: 1040px) {
  .m-lg-auto {
    margin: auto !important;
  }
}

@media screen and (min-width: 1200px) {
  .m-xl-auto {
    margin: auto !important;
  }
}

@media screen and (min-width: 395px) {
  .mt-xxxs-auto {
    margin-top: auto !important;
  }
}

@media screen and (min-width: 440px) {
  .mt-xxs-auto {
    margin-top: auto !important;
  }
}

@media screen and (min-width: 480px) {
  .mt-xs-auto {
    margin-top: auto !important;
  }
}

@media screen and (min-width: 576px) {
  .mt-sm-auto {
    margin-top: auto !important;
  }
}

@media screen and (min-width: 768px) {
  .mt-md-auto {
    margin-top: auto !important;
  }
}

@media screen and (min-width: 1040px) {
  .mt-lg-auto {
    margin-top: auto !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-xl-auto {
    margin-top: auto !important;
  }
}

@media screen and (min-width: 395px) {
  .mb-xxxs-auto {
    margin-bottom: auto !important;
  }
}

@media screen and (min-width: 440px) {
  .mb-xxs-auto {
    margin-bottom: auto !important;
  }
}

@media screen and (min-width: 480px) {
  .mb-xs-auto {
    margin-bottom: auto !important;
  }
}

@media screen and (min-width: 576px) {
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
}

@media screen and (min-width: 768px) {
  .mb-md-auto {
    margin-bottom: auto !important;
  }
}

@media screen and (min-width: 1040px) {
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
}

@media screen and (min-width: 395px) {
  .ml-xxxs-auto {
    margin-left: auto !important;
  }
}

@media screen and (min-width: 440px) {
  .ml-xxs-auto {
    margin-left: auto !important;
  }
}

@media screen and (min-width: 480px) {
  .ml-xs-auto {
    margin-left: auto !important;
  }
}

@media screen and (min-width: 576px) {
  .ml-sm-auto {
    margin-left: auto !important;
  }
}

@media screen and (min-width: 768px) {
  .ml-md-auto {
    margin-left: auto !important;
  }
}

@media screen and (min-width: 1040px) {
  .ml-lg-auto {
    margin-left: auto !important;
  }
}

@media screen and (min-width: 1200px) {
  .ml-xl-auto {
    margin-left: auto !important;
  }
}

@media screen and (min-width: 395px) {
  .mr-xxxs-auto {
    margin-right: auto !important;
  }
}

@media screen and (min-width: 440px) {
  .mr-xxs-auto {
    margin-right: auto !important;
  }
}

@media screen and (min-width: 480px) {
  .mr-xs-auto {
    margin-right: auto !important;
  }
}

@media screen and (min-width: 576px) {
  .mr-sm-auto {
    margin-right: auto !important;
  }
}

@media screen and (min-width: 768px) {
  .mr-md-auto {
    margin-right: auto !important;
  }
}

@media screen and (min-width: 1040px) {
  .mr-lg-auto {
    margin-right: auto !important;
  }
}

@media screen and (min-width: 1200px) {
  .mr-xl-auto {
    margin-right: auto !important;
  }
}

@media screen and (min-width: 395px) {
  .p-xxxs-auto {
    padding: auto !important;
  }
}

@media screen and (min-width: 440px) {
  .p-xxs-auto {
    padding: auto !important;
  }
}

@media screen and (min-width: 480px) {
  .p-xs-auto {
    padding: auto !important;
  }
}

@media screen and (min-width: 576px) {
  .p-sm-auto {
    padding: auto !important;
  }
}

@media screen and (min-width: 768px) {
  .p-md-auto {
    padding: auto !important;
  }
}

@media screen and (min-width: 1040px) {
  .p-lg-auto {
    padding: auto !important;
  }
}

@media screen and (min-width: 1200px) {
  .p-xl-auto {
    padding: auto !important;
  }
}

@media screen and (min-width: 395px) {
  .pt-xxxs-auto {
    padding-top: auto !important;
  }
}

@media screen and (min-width: 440px) {
  .pt-xxs-auto {
    padding-top: auto !important;
  }
}

@media screen and (min-width: 480px) {
  .pt-xs-auto {
    padding-top: auto !important;
  }
}

@media screen and (min-width: 576px) {
  .pt-sm-auto {
    padding-top: auto !important;
  }
}

@media screen and (min-width: 768px) {
  .pt-md-auto {
    padding-top: auto !important;
  }
}

@media screen and (min-width: 1040px) {
  .pt-lg-auto {
    padding-top: auto !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-xl-auto {
    padding-top: auto !important;
  }
}

@media screen and (min-width: 395px) {
  .pb-xxxs-auto {
    padding-bottom: auto !important;
  }
}

@media screen and (min-width: 440px) {
  .pb-xxs-auto {
    padding-bottom: auto !important;
  }
}

@media screen and (min-width: 480px) {
  .pb-xs-auto {
    padding-bottom: auto !important;
  }
}

@media screen and (min-width: 576px) {
  .pb-sm-auto {
    padding-bottom: auto !important;
  }
}

@media screen and (min-width: 768px) {
  .pb-md-auto {
    padding-bottom: auto !important;
  }
}

@media screen and (min-width: 1040px) {
  .pb-lg-auto {
    padding-bottom: auto !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-xl-auto {
    padding-bottom: auto !important;
  }
}

@media screen and (min-width: 395px) {
  .pl-xxxs-auto {
    padding-left: auto !important;
  }
}

@media screen and (min-width: 440px) {
  .pl-xxs-auto {
    padding-left: auto !important;
  }
}

@media screen and (min-width: 480px) {
  .pl-xs-auto {
    padding-left: auto !important;
  }
}

@media screen and (min-width: 576px) {
  .pl-sm-auto {
    padding-left: auto !important;
  }
}

@media screen and (min-width: 768px) {
  .pl-md-auto {
    padding-left: auto !important;
  }
}

@media screen and (min-width: 1040px) {
  .pl-lg-auto {
    padding-left: auto !important;
  }
}

@media screen and (min-width: 1200px) {
  .pl-xl-auto {
    padding-left: auto !important;
  }
}

@media screen and (min-width: 395px) {
  .pr-xxxs-auto {
    padding-right: auto !important;
  }
}

@media screen and (min-width: 440px) {
  .pr-xxs-auto {
    padding-right: auto !important;
  }
}

@media screen and (min-width: 480px) {
  .pr-xs-auto {
    padding-right: auto !important;
  }
}

@media screen and (min-width: 576px) {
  .pr-sm-auto {
    padding-right: auto !important;
  }
}

@media screen and (min-width: 768px) {
  .pr-md-auto {
    padding-right: auto !important;
  }
}

@media screen and (min-width: 1040px) {
  .pr-lg-auto {
    padding-right: auto !important;
  }
}

@media screen and (min-width: 1200px) {
  .pr-xl-auto {
    padding-right: auto !important;
  }
}

.container {
  position: relative;
  width: 95%;
  /* max-width: 355px; */
  margin: 0 2.5%;
}

@media screen and (min-width: 1040px) {
  .container {
    max-width: 996px;
    margin:0 auto;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1080px;
    margin:0 auto;
  }
}

.section {
  padding: 52px 0;
  overflow: hidden;
}

.bg-section {
  overflow: hidden;
  background: #eaf7fd;
}

.bg-section__content {
  padding: 50px 0;
}

@media screen and (min-width: 768px) {
  .bg-section {
    background: none
  }

  .bg-section__content {
    position: relative
  }

  .bg-section__content::before {
    position: absolute;
    top: 0;
    right: 136px;
    bottom: 0;
    z-index: -1;
    width: 100vw;
    content: "";
    background: #e8f1f7;
  }
}

.heading-1 {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .heading-1 {
    font-size: 26px;
  }
}

.heading-2>span {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #0047ba));
  background: linear-gradient(transparent 95%, #0047ba 95%);
}

@media screen and (min-width: 768px) {
  .heading-2>span {
    font-size: 22px;
  }
}

.heading-3 {
  margin-bottom: 30px;
}

.heading-3>span {
  position: relative;
  display: inline-block;
  padding: 10px 0 2px 48px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 2px solid #0181c0;
}

.heading-3>span::before, .heading-3>span::after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 9999px;
}

.heading-3>span::before {
  top: 0;
  left: 0;
  z-index: 1;
  width: 30px;
  height: 30px;
  border: 2px solid #0047ba;
}

.heading-3>span::after {
  top: 12px;
  left: 22px;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: #0181c0;
}

@media screen and (min-width: 768px) {
  .heading-3>span {
    padding: 20px 0 2px 75px;
    font-size: 26px;
    border-bottom-width: 4px
  }

  .heading-3>span::before {
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-width: 4px
  }

  .heading-3>span::after {
    top: 22px;
    left: 36px;
    width: 30px;
    height: 30px;
  }
}

.heading-3.--no-border>span {
  padding-bottom: 0;
  color: #0047ba;
  border: none;
}

.heading-4 {
  position: relative;
  padding-left: 12px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #0181c0;
}

.heading-4::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 4px;
  height: 24px;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #0047ba), color-stop(50%, #66a1d8));
  background: linear-gradient(#0047ba 50%, #66a1d8 50%);
}

@media screen and (min-width: 768px) {
  .heading-4 {
    font-size: 22px
  }

  .heading-4::before {
    height: 32px;
  }
}

.list__item {
  position: relative;
  padding: 4px 0;
  padding-left: 24px;
  font-size: 11px;
  line-height: 1.6;
}

.list__item+.list__item {
  border-top: 1px solid #b8b8b8;
}

.list__item>b {
  font-size: 14px;
  color: #0047ba;
  letter-spacing: 0.03em;
  padding: 0 3px;
}

.list__item>c {
  font-size: 14px;
  color: #ba0000;
  letter-spacing: 0.03em;
  padding: 0 3px;
}

.list__item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  margin: auto;
  content: "";
  background: url(../../../../img/common/list_icon_check.png) center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .list__item {
    padding-left: 32px;
    font-size: 14px
  }

  .list__item>b {
    font-size: 18px
  }

  .list__item>c {
    font-size: 18px
  }

  .list__item::before {
    width: 20px;
    height: 20px;
  }
}

.img>img {
  width: 100%;
}

.d-none {
  display: none !important;
}

@media screen and (min-width: 395px) {
  .d-xxxs-none {
    display: none !important;
  }
}

@media screen and (min-width: 440px) {
  .d-xxs-none {
    display: none !important;
  }
}

@media screen and (min-width: 480px) {
  .d-xs-none {
    display: none !important;
  }
}

@media screen and (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}

@media screen and (min-width: 1040px) {
  .d-lg-none {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
}

.d-block {
  display: block !important;
}

@media screen and (min-width: 395px) {
  .d-xxxs-block {
    display: block !important;
  }
}

@media screen and (min-width: 440px) {
  .d-xxs-block {
    display: block !important;
  }
}

@media screen and (min-width: 480px) {
  .d-xs-block {
    display: block !important;
  }
}

@media screen and (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
}
@media screen and (max-width: 575px) {
  .d-sm-block {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}

.d-lg-block {
  display: none !important;
}
@media screen and (min-width: 1040px) {
  .d-lg-block {
    display: block !important;
  }
}

@media screen and (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (min-width: 395px) {
  .d-xxxs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 440px) {
  .d-xxs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 480px) {
  .d-xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 576px) {
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 768px) {
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1040px) {
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1200px) {
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.d-inline {
  display: inline !important;
}

@media screen and (min-width: 395px) {
  .d-xxxs-inline {
    display: inline !important;
  }
}

@media screen and (min-width: 440px) {
  .d-xxs-inline {
    display: inline !important;
  }
}

@media screen and (min-width: 480px) {
  .d-xs-inline {
    display: inline !important;
  }
}

@media screen and (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
}

@media screen and (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
}

@media screen and (min-width: 1040px) {
  .d-lg-inline {
    display: inline !important;
  }
}

@media screen and (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
}

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

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

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

@media screen and (min-width: 395px) {
  .text-xxxs-left {
    text-align: left !important;
  }
}

@media screen and (min-width: 395px) {
  .text-xxxs-right {
    text-align: right !important;
  }
}

@media screen and (min-width: 395px) {
  .text-xxxs-center {
    text-align: center !important;
  }
}

@media screen and (min-width: 440px) {
  .text-xxs-left {
    text-align: left !important;
  }
}

@media screen and (min-width: 440px) {
  .text-xxs-right {
    text-align: right !important;
  }
}

@media screen and (min-width: 440px) {
  .text-xxs-center {
    text-align: center !important;
  }
}

@media screen and (min-width: 480px) {
  .text-xs-left {
    text-align: left !important;
  }
}

@media screen and (min-width: 480px) {
  .text-xs-right {
    text-align: right !important;
  }
}

@media screen and (min-width: 480px) {
  .text-xs-center {
    text-align: center !important;
  }
}

@media screen and (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
}

@media screen and (min-width: 576px) {
  .text-sm-right {
    text-align: right !important;
  }
}

@media screen and (min-width: 576px) {
  .text-sm-center {
    text-align: center !important;
  }
}

@media screen and (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
}

@media screen and (min-width: 768px) {
  .text-md-right {
    text-align: right !important;
  }
}

@media screen and (min-width: 768px) {
  .text-md-center {
    text-align: center !important;
  }
}

@media screen and (min-width: 1040px) {
  .text-lg-left {
    text-align: left !important;
  }
}

@media screen and (min-width: 1040px) {
  .text-lg-right {
    text-align: right !important;
  }
}

@media screen and (min-width: 1040px) {
  .text-lg-center {
    text-align: center !important;
  }
}

@media screen and (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
}

@media screen and (min-width: 1200px) {
  .text-xl-right {
    text-align: right !important;
  }
}

@media screen and (min-width: 1200px) {
  .text-xl-center {
    text-align: center !important;
  }
}

.text-bold {
  font-weight: bold !important;
}

.text-primary {
  color: #0047ba !important;
}

.text-primary-light {
  color: #0181c0 !important;
}

.text-accent {
  color: #c00 !important;
}

.text-iero {
  background: linear-gradient(transparent 50%,rgb(250, 250, 168) 50%);
  font-weight: bold;
}


.bg-primary-light {
  background: #e8f1f7;
}

.bg-grid {
  background: url(../../../../img/common/bg_grid.png) center;
  margin-top: 40px;
}

.mt-section {
  margin-top: 50px;
}

.container001 {
  padding: 50px 0px 50px 0px;
  background: #e8f1f7;
  margin-bottom: 70px;
}

.mt-section.--large {
  margin-top: 100px;
}

.frame-heading__wrapper001 {
  margin-bottom: 100px;
}


.icon-button {
  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;
  min-height: 50px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #1a419b;
  border-radius: 10px;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.icon-button:hover {
  opacity: .7;
}

@media screen and (min-width: 768px) {
  .icon-button {
    min-height: 70px;
    font-size: 16px;
  }
}

.icon-button__icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.icon-button__icon>img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .icon-button__icon {
    width: 28px;
    height: 28px;
  }
}

.icon-button__text {
  display: inline-block;
  line-height: 1.2;
}

.arrow-button {
  position: relative;
  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;
  min-height: 50px;
  padding: 0 24px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #1a419b;
  border-radius: 10px;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.arrow-button:hover {
  opacity: .7;
}

.arrow-button.--light {
  background: #66a1d8;
}

@media screen and (min-width: 768px) {
  .arrow-button.--w-md {
    width: 440px;
    margin: 0 auto;
  }
}

.arrow-button.--comment {
  max-width: 430px;
}

.arrow-button__comment {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 180px;
}

.arrow-button__comment>img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .arrow-button__comment {
    max-width: none;
  }
}

.arrow-button::after {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .arrow-button {
    min-height: 90px;
    padding: 0 40px;
    font-size: 16px
  }

  .arrow-button::after {
    right: 24px;
    width: 16px;
    height: 16px;
    border-top-width: 3px;
    border-right-width: 3px;
  }
}

.arrow-button.--icon {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.arrow-button .arrow-button__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  margin-right: 8px;
}

.arrow-button .arrow-button__icon>img {
  width: 100%;
}

.contact {
  position: relative;
  padding: 24px 16px 32px;
  background: url(../../../../img/common/bg_grid_light.png) center;
  -webkit-box-shadow: 0 2px 3px rgba(39, 42, 52, .3);
  box-shadow: 0 2px 3px rgba(39, 42, 52, .3);
}

@media screen and (min-width: 576px) {
  .contact {
    padding: 36px 52px;
  }
}

.contact::before, .contact::after {
  position: absolute;
  z-index: 2;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
}

@media screen and (min-width: 1040px) {
  .contact::before, .contact::after {
    width: 30px;
    height: 30px;
  }
}

.contact::before {
  top: 0;
  left: 0;
  border-top: 2px solid #0047ba;
  border-left: 2px solid #0047ba;
}

.contact::after {
  right: 0;
  bottom: 0;
  border-right: 2px solid #0047ba;
  border-bottom: 2px solid #0047ba;
}

.contact__content {
  position: relative;
  z-index: 2;
}

.contact__heading {
  font-size: 20px;
  font-weight: bold;
}

.contact__heading>b {
  color: #0047ba;
}

@media screen and (min-width: 1040px) {
  .contact__heading {
    font-size: 28px;
  }
}

.contact__text {
  font-size: 12px;
  font-weight: bold;
}

.contact__text>b {
  color: #0047ba;
}

@media screen and (min-width: 576px) {
  .contact__text {
    font-size: 16px;
  }
}

@media screen and (min-width: 1040px) {
  .contact__text {
    font-size: 20px;
  }
}

.contact__info {
  margin-top: 24px;
}

@media screen and (min-width: 1040px) {
  .contact__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.contact__info-tel {
  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;
  text-align: center;
}

@media screen and (min-width: 1040px) {
  .contact__info-tel {
    font-size: 18px;
  }
}

.contact__info-tel-number {
  position: relative;
  padding-left: 36px;
  margin: 6px 0 8px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}

.contact__info-tel-number::before {
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 20px;
  margin: auto;
  content: "";
  background: url(../../../../img/common/info_icon_tel.png) center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .contact__info-tel-number {
    padding-left: 52px;
    font-size: 36px
  }

  .contact__info-tel-number::before {
    width: 42px;
    height: 32px;
  }
}

@media screen and (min-width: 1040px) {
  .contact__info-tel-number {
    font-size: 41px
  }

  .contact__info-tel-number::before {
    top: -2px;
  }
}

.contact__info-contact {
  margin-top: 16px
}
.contact__info-contact .text-lg-left{
  font-size:15px;
}
@media screen and (min-width: 1200px) {
  .contact__info-contact .text-lg-left{
    font-size:18px;
  }
}

@media screen and (min-width: 1040px) {
  .contact__info-contact {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 340px;
    margin-top: 0;
    margin-left: 20px;
    font-size: 18px;
  }
}

.contact__decoration {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.contact__decoration>img {
  width: 100%;
}

.contact__decoration.--sp {
  width: 121px;
}

@media screen and (min-width: 1040px) {
  .contact__decoration.--sp {
    display: none;
  }
}

.contact__decoration.--pc {
  display: none;
  width: 284px;
}

@media screen and (min-width: 1040px) {
  .contact__decoration.--pc {
    display: block;
  }
}

.footer {
  padding: 36px 0 8px;
  color: #fff;
  background: #272a34;
  background: url(../../../../img/footer/bg.png) bottom center repeat-x;
  background-color: #272a34;
}

@media screen and (min-width: 768px) {
  .footer {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .footer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .footer__content {
    padding-right: 20px;
  }
}

.footer__logo-shoulder {
  font-size: 10px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer__logo-shoulder {
    font-size: 12px;
    text-align: left;
  }
}

.footer__logo {
  width: 180px;
  margin: 16px auto 0;
}

.footer__logo>img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .footer__logo {
    width: 234px;
    margin: 16px 0 0;
  }
}

.footer__info {
  margin-top: 12px;
}

.footer__info-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__info-number {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 24px;
  font-size: 20px;
}

.footer__info-number+.footer__info-number {
  margin-left: 8px;
}

.footer__info-number::before {
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 12px;
  margin: auto;
  content: "";
  background-size: contain;
}

.footer__info-number.--tel::before {
  background-image: url(../../../../img/footer/info_icon_tel.png);
}

.footer__info-number.--fax::before {
  background-image: url(../../../../img/footer/info_icon_fax.png);
}

@media screen and (min-width: 1040px) {
  .footer__info-number {
    padding-left: 36px;
    font-size: 26px
  }

  .footer__info-number::before {
    width: 30px;
    height: 20px;
  }
}

.footer__info-address {
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .footer__info-address {
    font-size: 12px;
  }
}

.footer__nav {
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  .footer__nav {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
    padding-top: 16px;
  }
}

.footer__nav-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px 8px;
}

@media screen and (min-width: 768px) {
  .footer__nav-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 4px 20px;
  }
}

@media screen and (min-width: 1040px) {
  .footer__nav-items {
    grid-template-columns: repeat(3, 1fr);
  }
}

.footer__nav-link {
  position: relative;
  display: block;
  padding-left: 12px;
  font-size: 11px;
  color: #fff;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.footer__nav-link:hover {
  opacity: .7;
}

.footer__nav-link::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 8px;
  height: 1px;
  margin: auto;
  content: "";
  background: #fff;
}

@media screen and (min-width: 768px) {
  .footer__nav-link {
    padding-left: 28px;
    font-size: 14px
  }

  .footer__nav-link::before {
    width: 20px;
    height: 2px;
  }
}

.footer__copy {
  margin-top: 48px;
  font-size: 12px;
}

.header-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: none;
  background: #fff;
}
.header-menu-wrapper{
  height: 100vh;
  overflow: auto;
}
.header-menu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  padding: 0 12px;
}

.header-menu__close {
  position: relative;
  display: block;
  width: 52px;
  padding-top: 36px;
  margin-left: auto;
  font-size: 10px;
  font-weight: bold;
  color: #2c2b28;
  text-align: center;
  cursor: pointer;
}

.header-menu__close::before, .header-menu__close::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 16px;
  left: 0;
  display: block;
  width: 24px;
  height: 2px;
  margin: auto;
  content: "";
  background: #2c2b28;
}

.header-menu__close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-menu__close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* .header-menu__body-wrapper {
  height: calc(100vh - 70px);
  overflow: auto;
} */

.header-menu__body {
  width: 100%;
  max-width: 480px;
  padding: 0 12px 24px;
  margin: 0 auto;
}

.header-menu__link-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.header-menu__link-item {
  position: relative;
  border-bottom: 1px solid #b8b8b8;
}

.header-menu__link-item:nth-child(1), .header-menu__link-item:nth-child(2) {
  border-top: 1px solid #b8b8b8;
}

.header-menu__link-item:nth-child(2n)::before {
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 0;
  display: block;
  width: 1px;
  content: "";
  background: #687891;
}

.header-menu__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 20px 16px 8px;
  font-size: 14px;
  font-weight: bold;
  color: #2c2b28;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.header-menu__link:hover {
  opacity: .7;
}

.header-menu__link::before {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  content: "";
  border-top: 2px solid #687891;
  border-right: 2px solid #687891;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .header-menu__link {
    font-size: 16px;
  }
}

.header-menu__link-icon {
  position: relative;
  top: -2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  margin-right: 4px;
}

.header-menu__link-icon>img {
  width: 100%;
}

.header-menu__info-wrapper {
  padding: 24px;
  margin-top: 32px;
  background: #e8f1f7;
  border-radius: 10px;
}

.header-menu__info {
  max-width: 250px;
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
}

.header-menu__info-number-tel {
  margin-top: 8px;
}

.header-menu__info-number-tel>span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.header-menu__info-number-tel>span::before {
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 18px;
  margin: auto;
  content: "";
  background: url(../../../../img/common/info_icon_tel.png) center;
  background-size: contain;
}

.header {
  /* position: fixed; */
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  border-bottom: 3px solid #0047ba;
  /* -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s */;
}

.header.--scrolled {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

@media screen and (min-width: 1040px) {
  .header.--scrolled {
    -webkit-transform: translateY(-184px);
    transform: translateY(-184px);
  }
}

.header__info-wrapper {
  color: #fff;
  background: -webkit-gradient(linear, left top, right bottom, from(#215fc3), to(#0047ba));
  background: linear-gradient(to bottom right, #215fc3, #0047ba);
  border-bottom: 3px solid #b8b8b8;
}

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

@media screen and (min-width: 1040px) {
  .header__info {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.header__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 0;
}

.header__info-item+.header__info-item {
  margin-left: 12px;
}

.header__info-number {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  line-height: 1;
}

.header__info-number::before {
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 12px;
  margin: auto;
  content: "";
  background-size: contain;
}

.header__info-number.--tel::before {
  background-image: url(../../../../img/header/info_icon_tel.png);
}

.header__info-number.--fax::before {
  background-image: url(../../../../img/header/info_icon_fax.png);
}

@media screen and (min-width: 1040px) {
  .header__info-number {
    padding-left: 36px;
    font-size: 26px
  }

  .header__info-number::before {
    width: 30px;
    height: 20px;
  }
}

.header__info-time {
  width: 90px;
  margin-left: 8px;
  line-height: 1;
}

.header__info-time>img {
  width: 100%;
}

@media screen and (min-width: 1040px) {
  .header__info-time {
    width: 163px;
  }
}

.header__body-wrapper {
  position: relative;
}

.header__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 74px;
}

@media screen and (min-width: 1040px) {
  .header__body {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 112px;
  }
}

.header__body-logo {
  width: 125px;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

@media screen and (min-width: 1040px) {
  .header__body-logo {
    width: 212px;
  }
}

.header__body-logo>img {
  width: 100%
}
@media screen and (min-width: 1040px) {
  .header__body-logo>img {
    width: 191px;
  }
}

.header__body-logo:hover {
  opacity: .7;
}

.header__body-link-items {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 1040px) {
  .header__body-link-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__body-link-item+.header__body-link-item {
  margin-top: 8px;
}

.header__body-link-item.--active span {
  color: #fff;
  background: #1a419b;
}

.header__body-link {
  position: relative;
  display: block;
  padding-left: 32px;
  color: #2c2b28;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.header__body-link:hover {
  opacity: .7;
}

.header__body-link::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 20px;
  margin: auto;
  content: "";
  background-size: contain;
}

.header__body-link.--company::before {
  background-image: url(../../../../img/header/link_icon_company.png);
}

.header__body-link.--door::before {
  background-image: url(../../../../img/header/link_icon_door.png);
}

.header__body-button-items {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1040px) {
  .header__body-button-items {
    display: none;
  }
}
.header__body-button-item{
  cursor: pointer;
}
.header__body-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 68px;
  height: 60px;
  padding-bottom: 4px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  cursor: pointer;
}

.header__body-button:hover {
  opacity: .7;
}

.header__body-button::before {
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  content: "";
  background: center no-repeat;
  background-size: contain;
}

.header__body-button.--tel {
  background: #1a419b;
}

.header__body-button.--tel::before {
  background-image: url(../../../../img/header/button_icon_tel.png);
}

.header__body-button.--contact {
  background: #66a1d8;
}

.header__body-button.--contact::before {
  background-image: url(../../../../img/header/button_icon_contact.png);
}

.header__body-button.--menu {
  background: #272a34;
}

.header__body-button.--menu::before {
  background-image: url(../../../../img/header/button_icon_menu.png);
}

.header__nav {
  display: none;
  border-top: 2px solid #e6ecf4;
}

@media screen and (min-width: 1040px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__nav-item {
  width: 14.2857142857%;
}

.header__nav-link {
  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;
  height: 60px;
  margin-top: -2px;
  font-size: 16px;
  color: #2c2b28;
  border-top: 2px solid rgba(0, 0, 0, 0);
  -webkit-transition: background-color .5s, color .5s;
  transition: background-color .5s, color .5s;
}

.header__nav-link.--active {
  border-top-color: #0047ba;
}

.header__nav-link.--active:not(.--top) {
  color: #fff;
  background: #1a419b;
}

.header__nav-link:hover {
  color: #fff;
  background: #1a419b;
}

.header__float {
  display: none;
}

@media screen and (min-width: 1040px) {
  .header__float {
    position: absolute;
    top: 228px;
    right: calc((100% - 996px)/2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    z-index: 99;
  }
  .HeightMin .header__float {
    top: calc(100% + 12px);
  }
}

@media screen and (min-width: 1200px) {
  .header__float {
    right: calc((100% - 1080px)/2);
  }
}

.header__float-tel {
  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;
  width: 230px;
  height: 100%;
  font-size: 11px;
  line-height: 1.1;
  color: #514946;
  text-align: center;
  background: #fff;
  border: 5px solid #514946;
}

.header__float-tel-number {
  margin-top: 4px;
  font-size: 24px;
  font-weight: bold;
}

.header__float-tel-time {
  display: inline-block;
  margin-top: 2px;
}

.header__float-contact {
  position: relative;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 130px;
  height: 100%;
  padding-bottom: 12px;
  margin-left: 12px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #1a419b;
  border: 2px solid #fff;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.header__float-contact:hover {
  opacity: .7;
}

.header__float-contact::before {
  position: absolute;
  top: 16px;
  right: 0;
  left: 0;
  display: block;
  width: 28px;
  height: 28px;
  margin: auto;
  content: "";
  background: url(../../../../img/header/float_icon_contact.png) no-repeat;
  background-size: contain;
}

.frame-heading {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 32px;
  background: #fff;
  border: 2px solid #0047ba;
  border-radius: 10px;
}

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

.frame-heading.--has-icon {
  padding-top: 16px;
  margin-top: 12px;
}

.frame-heading.--has-sub-text {
  padding-top: 12px;
  margin-top: 4px;
}

.frame-heading.--bg-primary-light {
  background: #e8f1f7;
}

@media screen and (min-width: 768px) {
  .frame-heading {
    max-width: 780px;
    min-width: 260px;
    padding: 20px 32px
  }

  .frame-heading.--has-icon {
    padding-top: 30px;
    margin-top: 24px
  }

  .frame-heading.--has-sub-text {
    padding-top: 20px;
  }
}

.frame-heading__icon-wrapper {
  position: absolute;
  top: -12px;
  right: 0;
  left: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .frame-heading__icon-wrapper {
    top: -24px;
  }
}

.frame-heading__icon {
  display: inline-block;
  height: 24px;
  padding: 0 12px;
  margin: auto;
  background: #fff;
}

.frame-heading__icon>img {
  width: auto;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .frame-heading__icon {
    height: 48px;
    padding: 0 24px;
  }
}

.frame-heading.--bg-primary-light .frame-heading__icon {
  background: #e8f1f7;
}

.frame-heading__shoulder {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.frame-heading__shoulder>b {
  color: #0047ba;
}

@media screen and (min-width: 768px) {
  .frame-heading__shoulder {
    font-size: 17px;
  }
}

.frame-heading__text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

.frame-heading__text>b {
  color: #0047ba;
}

@media screen and (min-width: 768px) {
  .frame-heading__text {
    font-size: 30px;
  }
}

.frame-heading__sub-text-wrapper {
  position: absolute;
  top: -8px;
  right: 0;
  left: 0;
  line-height: 1;
  text-align: center;
}

.frame-heading__sub-text {
  display: inline-block;
  padding: 0 12px;
  margin: auto;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #fff;
}

.frame-heading__sub-text>b {
  color: #0047ba;
}

@media screen and (min-width: 768px) {
  .frame-heading__sub-text {
    font-size: 12px;
  }
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 500px;
}

.hero.--short {
  height: 350px;
}

@media screen and (min-width: 768px) {
  .hero {
    height: 700px
  }

  .hero.--short {
    height: 460px;
  }
}

.hero__copy {
  position: relative;
  z-index: 2;
  max-width: 375px;
  margin-right: -10px;
  margin-left: -10px;
}

.hero__copy>img {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .hero__copy {
    max-width: 1120px;
  }
}

@media screen and (min-width: 1040px) {
  .hero__copy {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.hero__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.hero__bg>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 1920px) {
  .hero__bg>img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.layout {
  position: relative;
}

.layout__main {
  /* padding-top: 100px; */
  padding-bottom: 100px;
}

/* @media screen and (min-width: 1040px) {
  .layout__main {
    padding-top: 240px;
  }
} */

.table {
  width: 100%;
  max-width: 724px;
  margin: 0 auto;
  table-layout: fixed;
}

.table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table th {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 90px;
  padding: 15px 10px;
  text-align: left;
  background: #f5f5f5;
  border-bottom: 2px solid #fff;
}

@media screen and (min-width: 576px) {
  .table th {
    width: 160px;
  }
}

.table td {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 15px 10px;
  border-bottom: 1px dotted #2c2b28;
}

@media screen and (min-width: 768px) {
  .table td {
    padding-left: 80px;
  }
}

/* ▼ここからヘッダーメニューのスクロール時の挙動に関するCSS */
/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
#js-header.HeightMin{
  position: fixed;
    z-index: 999;
  height:74px;
}
#js-header.HeightMin .header__info-wrapper{
  display: none;
}
@media screen and (min-width: 1040px) {
  #js-header.HeightMin{
    position: fixed;
      z-index: 999;/*最前面へ*/
    height:60px;
    animation: DownAnime 0.5s forwards;
  }
  #js-header.HeightMin .header__info-wrapper{
    display: none;
  }
  #js-header.HeightMin .header__body-wrapper{
    display: none;
  }
}
@keyframes DownAnime{
  from {
    opacity: 0;
  transform: translateY(-60px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}
/* ▲ここまでヘッダーメニューのスクロール時の挙動に関するCSS */
