html {
  scroll-behavior: smooth;
}
h2, h3 {
  scroll-margin-top: 62px; 
}
.grecaptcha-badge { display: none; }
body {
    font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin: 0;
    background-color: #f7f7f7;
    color: #252525;
    line-height: 1.83;
    word-break: normal;
    overflow-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
}

a,
a:link
a:visited,
a:active,
a:focus{
	color: #0056b3;
}
a:hover{
	color: #007bff;
}
body.is-menu-open {
	overflow: hidden;
}
h1, .h1 {
    font-size: 1.35em;
    line-height: 1.6;
}
@media only screen and (min-width: 1030px) {
    h1, .h1 {
        font-size: 1.5em;
    }
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}

.site {
    background: #FFF;
}


.hamburger {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 6px;
	width: 48px;
	height: 48px;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	position: relative;
	top: 10px;
	z-index: 1100; 
}

.hamburger:focus {
	outline: none;
}

.hamburger__line {
	display: block;
	width: 26px;
	height: 2px;
	background-color: #222;
	border-radius: 2px;
	transition: transform .3s ease, opacity .3s ease;
}

.hamburger__label {
	margin-top: 4px;
	font-size: 10px;
	letter-spacing: .1em;
	color: #222;
	line-height: 1;
}

.hamburger.is-open .hamburger__line:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}

.hamburger.is-open .hamburger__line:nth-child(2) {
	opacity: 0;
}

.hamburger.is-open .hamburger__line:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}

@media (min-width: 768px) {
	.hamburger,
	.drawer-nav,
	.drawer-overlay {
		display: none;
	}
}

@media (max-width: 767px) {
	.global-nav--desktop {
		display: none;
	}
}
.drawer-nav {
	position: fixed;
	top: 0;
	right: 0;
	width: 80%;
	max-width: 320px;
	height: 100vh;
	background: #fff;
	transform: translateX(100%);
	transition: transform .3s ease;
	z-index: 1000;
}

.drawer-nav.is-open {
	transform: translateX(0);
}

.drawer-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.5);
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s;
	z-index: 900;
}

.drawer-overlay.is-open {
	opacity: 1;
	pointer-events: auto;
}


.site-header {
    position: relative;
    z-index: 99;
    box-shadow: 0 0 45px rgb(0 12 66 / 16%);
    background-color: #f1f2f1;
}

.site-header__inner{
    max-width: 96%;
    display: flex;
    justify-content: space-between;
}
@media only screen and (min-width: 769px) {
    .site-header__inner {
        max-width: 100%;
    }
}

.inner {
    width: 92%;
    margin: 0 auto;
}

@media only screen and (min-width: 769px) {
    .inner {
        width: 96%;
    }
}
@media only screen and (min-width: 1030px) {
    .inner {
        width: 92%;
    }
}
@media only screen and (min-width: 1240px) {
    .inner {
        width: 1180px;
    }
}

.site-header__logo {
    display: table;
    margin: 0;
    padding: 0 0 0 5px;
    width: 100%;
    font-size: 6vmin;
    text-align: center;
    letter-spacing: 1px;
}

@media only screen and (min-width: 769px) {
    .site-header__logo {
        height: 62px;
        line-height: 62px;
    }
}
@media only screen and (min-width: 769px) {
    .site-header__logo {
        display: inline-block;
        height: 62px;
        line-height: 62px;
        margin: 0 5px 0 0;
        text-align: left;
        width: auto;
    }
}

.site-header__logo img {
    display: inline-block;
    height: 62px;
    width: auto;
    padding: 10px 0 10px 0;
    vertical-align: middle;
}

@media only screen and (min-width: 769px) {
    .site-header__logo img {
        height: 62px;
        vertical-align: top;
        padding: 6px 6px 6px 0;
    }
}

@media only screen and (min-width: 769px) {
    .header-nav {
        font-weight: bold;
    }
}
@media only screen and (min-width: 769px) {
    .header-nav, .header-nav ul, .header-nav li, .header-nav li a {
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }
}

@media only screen and (min-width: 769px) {
    .header-nav ul {
        display: inline-flex;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 769px) {
    .header-nav, .header-nav ul, .header-nav li, .header-nav li a {
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }
}

ol, ul {
    box-sizing: border-box;
    list-style-type: none;
    padding: 0;
    margin: 1em 0;
}
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}

@media only screen and (min-width: 769px) {
    .header-nav li {
        position: relative;
    }
}
@media only screen and (min-width: 769px) {
    .header-nav, .header-nav ul, .header-nav li, .header-nav li a {
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }
}

a {
    text-decoration: none;
}

@media only screen and (min-width: 769px) {
    .header-nav li a {
        height: 62px;
        line-height: 62px;
    }
}
.header-nav li a, .mobile-nav li a, #drawer__open, .header-search__open, .drawer__title {
    color: #333333;
}
@media only screen and (min-width: 769px) {
    .header-nav li a {
        height: 62px;
        padding: 0 10px;
        font-size: 16px;
        line-height: 62px;
    }
}

@media only screen and (min-width: 769px) {
    .header-nav li i {
        opacity: 0.7;
        padding-right: 2px;
    }
}
.fa-solid, .fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

@media only screen and (min-width: 769px) {
    .header-nav li:hover .header-nav__sub-menu {
        display: block;
    }
}
@media only screen and (min-width: 769px) {
    .header-nav .header-nav__sub-menu {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        width: 190px;
        color: #fff;
        background-color: #545454;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
        transition: 0.3s ease-in-out;
    }
}
@media only screen and (min-width: 769px) {
    .header-nav .header-nav__sub-menu li {
        display: block;
        border-bottom: solid 1px #7b7b7b;
    }
}
@media only screen and (min-width: 769px) {
    .header-nav .header-nav__sub-menu li a {
        display: block;
        height: auto;
        line-height: 1.5;
        padding: 10px;
        font-size: 13.5px;
        text-align: left;
        color: rgba(255, 255, 255, 0.86);
    }
}
@media only screen and (min-width: 769px) {
    .header-nav .header-nav__sub-menu li a:hover {
        background: gray;
    }
}

@media only screen and (min-width: 769px) {
    .header-nav li:hover:after {
        transform: scale(1, 1);
    }
}
.header-nav li:after {
    background: #333333;
}
@media only screen and (min-width: 769px) {
    .header-nav li:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        content: "";
        transition: transform 0.3s ease-in-out;
        transform: scale(0, 1);
        transform-origin: left top;
    }
}

.drawer-nav__menu{
	margin: 1em;
}
.drawer-nav__menu li{
	margin-top: 1em;
}
.drawer-nav__menu a{
    color: #333333;
}


.site-footer, .site-footer a, .site-footer .widget ul li a {
    color: #333333;
}
.site-footer {
    background-color: #f7f7f7;
}
.site-footer {
    position: relative;
    clear: both;
    font-size: 0.95em;
}
.site-footer {
    padding: 20px 10px 10px;
    text-align: center;
}

.site-footer__inner nav {
    display: inline-block;
}
.site-footer__nav ul {
    margin: 0.5em;
}
.site-footer__nav li {
    display: inline-block;
    padding: 0 6px;
    font-size: 14.5px;
}

.totop {
    display: none;
    width: 54px;
    height: 54px;
    text-align: center;
    position: fixed;
    right: 16px;
    bottom: 10px;
    border-radius: 50%;
    opacity: 0;
    transition: none;
    z-index: 10;
    transition: 0.3s ease-in-out;
}
.totop.is-visible {
    opacity: 0.6;
    display: block;
}
.totop {
    background: #001019;
}
@media only screen and (min-width: 481px) {
    .totop {
        right:18px;
        bottom: 20px;
    }
}
.totop i {
    width: auto;
    height: auto;
}
.totop i {
    display: inline-block;
    height: 54px;
    line-height: 52px;
    color: #fff;
    vertical-align: middle;
}

.home-hero{
    padding: 1em;
}
.home-hero__bg{
    background-image:url('/wp-content/uploads/home-hero.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 150px;
    position: relative;
    overflow: hidden;
    animation: none;
    border-radius: 12px;
}

.home-hero__inner{
    padding: 8em 20px;
    max-width: 1080px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    line-height: 1.5;
}
.home-hero__headline{
    font-size: 1.5em;
    font-weight: bold;
    margin: 10px 0;
}
@media only screen and (min-width: 769px) {
    .home-hero__headline{
        font-size: 2em;
    }
}

.home-hero__lead{
    font-size: 1em;
    margin: 10px 0;
}

.home-hero__actions{
    margin: 20px 0 0;
}
.home-hero__actions a{
    background-color: #EAF200;
    margin: 0.5em 0.5em 0.5em 0;
    font-size: 18px;
    line-height: 1.7;
    padding: 0.4em 1.3em;
    text-decoration: none;
    vertical-align: middle;
    transition: 0.3s ease-in-out;
    border-radius: 12px;
    display: inline-block;
    font-weight: bold;
    color: #000000;
}

.home-posts{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
	.home-posts{
	    padding-right: 16px;
	    padding-left: 16px;
	}
}

.home-posts__label{
    margin: 0 auto;
    border-radius: 12px;
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 960px;
    background: #fff;
    box-shadow: 0 6px 13px -3px rgba(0, 12, 66, 0.1), 0 0px 1px rgba(0, 30, 100, 0.1);
    font-size: .85em;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: .5em;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .home-posts__label{
	    display: flex;
	    flex-wrap: wrap;
	    padding-right: 16px;
	    padding-left: 16px;
	    margin-right: 0 !important;
	    margin-left: 0 !important;
	    max-width: 100%;
    }
}

.home-posts__label>label {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: none;
    color: #a7a7a7;
    cursor: pointer;
    font-weight: 700;
    line-height: 1.6;
    padding: .8em .2em;
    vertical-align: middle;
    width: 50%;
}
@media only screen and (min-width: 1030px) {
    .home-posts__label>label {
        border-right: 1px solid #eaeaea;
        display: table-cell;
        float: none;
        padding: .9em .2em;
        width: auto;
    }
}
.home-posts__label>label:nth-child(odd) {
    border-right: 1px solid #eaeaea;
}
label.tab-active {
    background: #333;
    color: #fff;
}

.home-posts__tab{
    display: none;
    min-height:1000px; /* test */
    padding: 20px 0;
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
}

.home-posts__tab.tab-active {
    display: block;
}

.page-inner {
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
}
.page-inner2 {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}
@media only screen and (min-width: 769px) {
	.page-inner2 {
		margin: 0 auto;
		padding: 0;
	}
}


.page-title {
	margin-top: 16px;
	padding: 0 20px;
}
@media only screen and (min-width: 769px) {
	.page-title {
		padding: 0;
	}
}

.breadcrumb {
    margin: 0;
    padding: 13px 16px;
    background: #f4f4f4;
}

@media only screen and (min-width: 769px) {
    .breadcrumb {
        padding: 0;
        background: transparent;
    }
}
.breadcrumb ul {
    margin: 0;
}
.breadcrumb li {
    display: inline;
    list-style: none;
    color: gray;
    font-size: 0.87em;
}
.breadcrumb li:after {
    padding: 0 6px;
    color: rgba(0, 0, 0, 0.2);
    font-family: FontAwesome;
    content: "\f0da";
    font-size: 14px;
}
.breadcrumb li:after{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.page-main {
    margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
    .page-main {
        padding: 20px 25px 10px;
    }
}
@media only screen and (min-width: 1030px) {
    .page-main {
        padding: 25px 40px 10px;
    }
}

.company-info{
    margin-top: 1em;
    margin-bottom: 2.5em;
}

.company-info table {
    width: 100%;
    margin: 1em 0;
    border: 2px solid #e0e0e0;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: .5em;
}
.company-info table tr:not(:last-child) {
    border-bottom: 2px solid #e0e0e0;
}

.company-info td {
    border: none;
    padding: 7px;
    border-right: 2px solid #e0e0e0;
    word-break: break-all;
}
.company-info th {
    padding: 7px;
    border-right: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
    background-color: #f8f9fa;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
}

.company-cta{
    text-align: center;
    margin-bottom: 5em;
}

.btn--primary {
    display: inline-block;
    padding: 0.5em 1em;
    border-radius: 3px;
    background: linear-gradient(45deg, #ff9800 50%, #f57c00 100%);
    margin: 0.5em 0.5em 0.5em 0;
    text-decoration: none;
    margin-right: 0 !important;
    color: #fff;
    transition: background 0.3s ease;
}
.btn--primary:hover {
    background: linear-gradient(45deg, #ffac33 50%, #f7902d 100%);
}

.sitemap_list li {
    text-indent: 0;
    padding: 12px;
    margin: 12px 0;
    list-style-type: none;
    border-bottom: none;
}

.home-item{
    background-color: #f8f9fa;
}

.lwptoc-light .lwptoc_i {
    width: 100%;
}
.lwptoc_title:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #215387;
    color:#fff;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    content: "\f0ca";
}
.lwptoc_title{
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 5px 0 5px 58px;
    font-size: 23px;
    font-weight: bold;
    color: #215387;
}

.lwptoc_toggle:before {
    content: '' !important;
}
.lwptoc_toggle:after {
    content: '' !important;
}
.lwptoc_toggle {
    display: inline-block;
    vertical-align: middle;
    width: 75px;
    height: 25px;
    margin-left: 10px;
    border-radius: 5px;
    background: #cbcbcb;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
}
.lwptoc_i {
    border-top: solid 5px #215387;
    font-size: 0.95em;
    background: #f9f9f9;
    box-shadow: 0 1.5px 2.4px rgba(0, 0, 0, 0.15);
}
.lwptoc_toggle_label{
    color: #fff !important;
}
.lwptoc_item_label {
    color: #555;
}
.lwptoc_itemWrap > .lwptoc_item > a > .lwptoc_item_label {
  font-weight: 700;
  font-size: 1.05rem;
}
.lwptoc_itemWrap .lwptoc_itemWrap .lwptoc_item_label {
  font-size: 0.95em !important;
  font-weight: normal !important;
}

.page-inner--with-toc {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 48px;
}
.page-inner2--with-toc {
  display: flex;
  max-width: 1180px;
}
@media (max-width: 768px) {
.page-inner2--with-toc {
  display: block;
  max-width: 100%;
}
}
.page-toc {
  position: sticky;
  top: 120px;
  align-self: start;
}
.page-toc .lwptoc_wrap {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 16px;
  border-radius: 8px;
  font-size: 0.9rem;
}
@media (max-width: 1024px) {
  .page-inner--with-toc {
    grid-template-columns: 1fr;
  }
  .page-toc {
    display: none;
  }
}

.min-toc-menu {
    border: 1px solid #e5e5e5;
    background: #fff;
    font-size: 14px;
}

.min-toc-menu__title {
    margin: 0;
    padding: 12px 14px;
    font-weight: bold;
    background: #f7f7f7;
}

.toc_widget_list {
    list-style: none;
    padding: 10px 14px;
    margin: 0;
}

.toc_widget_list > li > a {
    font-weight: 700;
}

.menu_level_1 {
    list-style: none;
    padding-left: 14px;
    margin-top: 6px;
}

.menu_level_1 a {
    font-weight: 400;
}
.fixed-sidebar {
    display: none;
}
@media only screen and (min-width: 769px) {
    .fixed-sidebar {
        display: block;
    }
}
.fixed-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    max-height: 100vh;
    overflow-y: auto;
}

.page-body2{
        padding: 0;
}
@media only screen and (min-width: 769px) {
    .page-body2 {
        margin-right: 2em;
        padding: 25px 40px 10px;
    }
}
@media only screen and (min-width: 769px) {
    .page-body2 {
        border-radius: 12px;
        width: 100%;
        max-width: 815px;
        overflow: hidden;
    }
}
.page-body2 {
    margin-bottom: 1.5em;
    background-color: white;
    box-shadow: 0 2px 4px #4385bb12;
}

.page-content {
        padding: 10px 16px;
}
.page-toc-sidebar ul li ul li a:before {
    color: silver;
    content: "";
    font-family: Font Awesome\ 6 Free;
    font-weight: 900;
    padding-right: 5px;
}
.page-toc-sidebar ul li a {
    color: #626262;
    display: block;
    text-decoration: none;
}

.min-faq-container {
    padding-bottom: 0;
    padding-top: 0;
}
.min-faq-container--accordion .wp-block-min-faq-item, .min-faq-container--accordion .wp-block-min-faq-item {
    margin-bottom: 10px;
    padding: 0;
}

.hh.hhq {
    color: #252525;
}
.page-body2 .hh.hhq, .page-body2 .hh.hha {
    position: relative;
    margin: 0;
    padding: 0 0 0 55px;
    font-size: 18px;
}
.page-body2 .min-faq-container--accordion .hh.hhq, .page-body2 .min-faq-container--accordion .hh.hhq {
    border: 1px solid rgba(82, 81, 101, .12);
    border-radius: 6px;
    box-shadow: 0 3px 6px -1px rgba(77, 88, 101, .15);
    cursor: pointer;
    display: block;
    font-weight: 700;
    line-height: 1.5;
    padding: 16px 39px 16px 60px;
    position: relative;
    transition: .3s;
}
.page-body2 .hh {
    margin: 2.5em 0 1em;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    font-weight: bold;
}
.page-body2 .hh.hhq, .page-body2 .hh.hha {
    position: relative;
    margin: 0;
    padding: 0 0 0 55px;
    font-size: 18px;
}

.page-body2 .min-faq-container--accordion .hh.hhq:before, .min-faq-container--accordion .hh.hhq:before {
    background-color: transparent;
    color: #75bbff;
    left: 9px;
    top: 7px;
}
.page-body2 .hh.hhq:before, .page-body2 .hh.hha:before {
    content: "Q";
    position: absolute;
    left: 0;
    top: -6px;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 21px;
    background: #75bbff;
    color: #fff;
    border-radius: 50%;
}
.page-body2 .min-faq-container--accordion .hh.hhq:after, .min-faq-container--accordion .hh.hhq:after {
    content: "";
    font-family: Font Awesome\ 5 Free;
    font-size: 20px;
    font-weight: 900;
    line-height: 18px;
    opacity: .7;
    position: absolute;
    right: 17px;
    top: 17px;
    top: calc(50% - 7.5px);
}
.page-body2 .hh:before, .page-body2 .hh:after {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    border: 0;
    background: transparent;
    box-shadow: none;
    content: none;
}

.page-body2 .min-faq-container--accordion .hh.hha, .min-faq-container--accordion .hh.hha {
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 16px 0 60px;
    transition: .3s;
}
.page-body2 h2 {
    margin: 2.5em 0 0.7em;
    font-size: 1.4em;
    line-height: 1.6;
}
.page-body2 .min-faq-container--accordion .hh.hha, .min-faq-container--accordion .hh.hha {
    font-size: 17px;
}
.page-body2 .min-faq-container--accordion .hh.hha.hha--visible, .min-faq-container--accordion .hh.hha.hha--visible {
    height: auto;
    opacity: 1;
    overflow: visible;
    padding: 16px 16px 16px 60px;
}
.page-body2 .min-faq-container--accordion .hh.hha:before, .min-faq-container--accordion .hh.hha:before {
    background-color: transparent;
    color: #ff8d8d;
    left: 9px;
    top: 8px;
}

.page-body2 .hh.hha:before {
    content: "A";
    background: #ff8d8d;
}
.page-body2 p {
    margin: 0 0 1.5em;
}
.min-box-simple {
    margin: 1.4em 0;
}
.min-box-simple--title-inline .min-box-simple__title {
    display: inline-block;
    padding: .25em .7em;
}
.min-box-simple__title {
    background: #333;
    border-radius: 6px 6px 0 0;
    color: #fff;
    font-size: 1.05em;
    font-weight: 700;
    line-height: 1.5;
    padding: .6em 1em;
    word-break: break-all;
}
.min-box-simple .min-box-simple__body {
    font-size: .97em;
}
.min-box-simple--title-inline .min-box-simple__body {
    border-radius: 0 4px 4px 4px;
}
.min-box-simple__body {
    border: 2px solid #333;
    border-radius: 0 0 6px 6px;
    margin-top: -2px !important;
    padding: .7em 1.5em;
}
.page-body2 .hha {
    font-weight: normal;
}
.min-heading__inner {
    display: block;
    font-weight: 700;
    line-height: 1.4;
}
.min-heading__inner.with-icon i {
    left: .6em;
    position: absolute;
    top: .9em;
}
.min-heading--type1.with-icon i {
    left: 0;
    top: .5em;
}
.page-body2 .min-heading {
    margin: 2.5em 0 .8em;
}
.min-heading {
    border: none !important;
    box-shadow: none !important;
    display: block !important;
    font-size: 1em !important;
    line-height: 1 !important;
    overflow: visible !important;
    padding: 0 !important;
    word-break: break-all;
}
.min-heading__inner.with-icon {
    position: relative;
}
.min-heading--type1 {
    background: transparent !important;
    border-bottom: 3px solid transparent;
    padding: .3em 0;
}
.min-heading--type1.with-icon {
    padding-left: 1.4em;
}
.min-heading__inner.with-icon:not(.hh) {
    padding-left: 1.8em;
}
.is-style-min-list-accent-color li ol>li:before, .is-style-min-list-main-color li ol>li:before, ol.is-style-min-list-accent-color>li:before, ol.is-style-min-list-main-color>li:before {
    border-radius: 50%;
    color: #fff;
    content: counter(number);
    counter-increment: number;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 27px;
    left: 0;
    line-height: 27px;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 27px;
}
.is-style-min-list-main-color li:before {
    background-color: #215387;
}
.is-style-min-list-accent-color li ol>li, .is-style-min-list-main-color li ol>li, ol.is-style-min-list-accent-color>li, ol.is-style-min-list-main-color>li {
    margin: 10px 0;
    padding: 0 0 0 36px;
    position: relative;
}
.wp-block-list li {
    line-height: 30px;
    padding: 5px 0;
}
.is-style-min-list-accent-color ol, .is-style-min-list-main-color ol, ol.is-style-min-list-accent-color, ol.is-style-min-list-main-color {
    counter-reset: number;
}
.has-small-font-size {
    font-size: 13px !important;
}
.is-style-min-paragraph-exclamation, .is-style-min-paragraph-exclamation-alt {
    background-color: #ffeaea;
}
.is-style-min-paragraph-bad, .is-style-min-paragraph-bad-alt, .is-style-min-paragraph-callout, .is-style-min-paragraph-callout-alt, .is-style-min-paragraph-exclamation, .is-style-min-paragraph-exclamation-alt, .is-style-min-paragraph-good, .is-style-min-paragraph-good-alt, .is-style-min-paragraph-idea, .is-style-min-paragraph-idea-alt, .is-style-min-paragraph-memo, .is-style-min-paragraph-memo-alt {
    border-radius: 6px;
    box-sizing: border-box;
    color: #545454;
    margin-bottom: 1.5em;
    padding: 1em 1em 1em 64px;
    position: relative;
}
.is-style-min-paragraph-callout, .is-style-min-paragraph-callout-alt {
    background-color: #eaf7ff;
}
.is-style-min-paragraph-exclamation-alt:before {
    background-color: #f88080;
    color: #fff;
    content: "";
}
.is-style-min-paragraph-callout-alt:before {
    background-color: #09d;
    color: #fff;
    content: "";
}
.is-style-min-paragraph-bad-alt:before, .is-style-min-paragraph-callout-alt:before, .is-style-min-paragraph-exclamation-alt:before, .is-style-min-paragraph-good-alt:before, .is-style-min-paragraph-idea-alt:before, .is-style-min-paragraph-memo-alt:before {
    font-family: Font Awesome\ 5 Free;
    font-size: 17px;
    font-style: normal;
    font-weight: 900;
    height: 30px;
    line-height: 30px;
    width: 30px;
    -webkit-font-smoothing: antialiased;
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    left: 1em;
    margin-right: 6px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
}
.is-style-min-list-accent-color li:before {
    background-color: #ea4d3c;
}
body .is-layout-flex {
    display: flex;
}
:root :where(.is-layout-flex) {
    gap: 1.5rem;
}
.wp-block-columns {
    align-items: normal !important;
}
@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: nowrap !important;
    }
}
.wp-block-columns {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap !important;
}
:where(.wp-block-columns) {
    margin-bottom: 1.75em;
}
@media (min-width: 782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 0;
        flex-grow: 1;
    }
}
.is-layout-flex > :is(*, div) {
    margin: 0;
}
.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}
.wp-block-list:not([class*=is-style-min-list]) {
    background-color: none;
    border: 2px solid #e8e8e8;
    box-shadow: none;
    color: inherit;
}
.entry-content ul {
    list-style-type: disc;
}
.wp-block-list {
    box-shadow: none;
    margin-bottom: 1.5em;
    margin-left: 0;
    padding: 1em 1em 1em 2.5em;
}
.min-box-simple--title-overwrap {
    position: relative;
}
.min-box-simple--title-overwrap .min-box-simple__title {
    background: #fff !important;
    display: inline-block;
    font-size: 19px;
    left: 10px;
    line-height: 1.4;
    margin: 0 7px;
    padding: 0 9px;
    position: absolute;
    top: -14px;
}
body .min-box-simple .min-box-simple__body ol, body .min-box-simple .min-box-simple__body ul {
    background-color: inherit;
    border: none !important;
    margin: 0;
    padding: 0 0 0 1.1em;
}
.min-heading--type3 {
    border-left-style: solid;
    border-left-width: 5px;
    border-radius: 0;
    padding: .75em .65em;
}
.page-body2 :where(ul:not([class])), .entry-content :where(ol:not([class])) {
    margin-bottom: 1.5em;
    padding: 1em 1em 1em 2.5em;
    border: solid 2px #e8e8e8;
    background-color: none;
    box-shadow: none;
    color: inherit;
    border-radius: 3px;
}
.nobdr ul, .nobdr ol {
    border: 0;
}
.fixed-sidebar ul li a:hover {
    background: #efefef;
}
.page-body2 .is-style-min-list-accent-color, .entry-content .is-style-min-list-main-color {
    border: none;
    list-style: none;
    padding: 0;
}
.page-toc-sidebar{
    max-width: 333px;
    width: 100%;
}
.legal_table{
    width: 100%;
    margin: 1em 0;
    border: 2px solid #e0e0e0;
    border-collapse: collapse;
    margin-bottom: 3em;
}
.legal_table tr:not(:last-child) {
    border-bottom: 2px solid #e0e0e0;
}
.legal_table tr td:first-child {
    padding: 7px;
    border-right: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    background-color: #f7f7f7;
}
.entry-content td, .entry-content .wp-block-table td {
    padding: 7px;
    border: none;
    word-break: break-all;
}
.is-important {
  color: #c00;
  font-weight: bold;
}

.box-alert {
  border-left: 4px solid #c00;
  padding: 1em;
  background: #fff5f5;
}

.box-note {
  border-left: 4px solid #999;
  padding: 1em;
  background: #f7f7f7;
}

.box-point {
  border-left: 4px solid #0073aa;
  padding: 1em;
  background: #f0f8ff;
}

.cta a {
  display: inline-block;
  padding: .8em 1.2em;
  background: #0073aa;
  color: #fff;
  border-radius: 4px;
}
.highlight {
  background: linear-gradient(transparent 60%, #fff3a0 0);
}
.box-merit { background: #f0fff5; }
.box-demerit { background: #fff5f5; }

.article-lead{
    padding: 10px 16px;
}
.archive-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  list-style: none;
  padding: 0;
}

.archive-card {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 16px;
  transition: box-shadow .2s;
}

.archive-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
}

.archive-card__title {
  font-size: 1.1rem;
  margin-bottom: .5rem;
}


