.elementor-kit-12{--e-global-color-primary:#62BF2C;--e-global-color-secondary:#353637;--e-global-color-text:#7A7A7A;--e-global-color-accent:#F8F8F8;--e-global-typography-primary-font-family:"Noto Sans JP";--e-global-typography-primary-font-size:28px;--e-global-typography-primary-font-weight:800;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-line-height:1.5em;--e-global-typography-secondary-font-family:"Noto Sans JP";--e-global-typography-secondary-font-size:26px;--e-global-typography-secondary-font-weight:800;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-secondary-line-height:1.5em;--e-global-typography-text-font-family:"Noto Sans JP";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:500;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-text-decoration:none;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Noto Sans JP";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:normal;--e-global-typography-accent-text-transform:none;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-text-decoration:none;--e-global-typography-accent-line-height:1.5em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-12{--e-global-typography-primary-font-size:28px;--e-global-typography-secondary-font-size:22px;--e-global-typography-accent-font-size:12px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-icon-wrapper{
    line-height: 0;
}
p{
    margin-block-end:0;
}
div:not(.is-content-justification-right) p:not(:last-child) {
    margin-block-end: 1em;
}
.content-custom .is-content-justification-right p:not(:last-child) {
    margin-block-end: 0;
}
.content-custom h1{
    font-family: var(--e-global-typography-primary-font-family);
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
}
.content-custom h2{
    font-family: var(--e-global-typography-secondary-font-family);
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
}
.content-custom ol,ul{
    padding-inline-start: 1em;
}
.content-custom iframe{
    width: 100%;
    height: 500px;
}
.content-custom table{
    font-size: 1em;
}
.content-custom td{
    padding: 20px 0;
    background: transparent !important;
    border: none;
    border-bottom: 1px solid;
}
.content-custom td:nth-of-type(1){
    padding-right: 50px;
    border-color: var(--e-global-color-primary);
    color: var(--e-global-color-secondary);
    white-space: nowrap;
}
.content-custom td:nth-of-type(2){
    border-color: var(--e-global-color-text);
}
.content-custom .wp-block-group:not(.is-layout-flex){
    margin-block-end:50px;
}
.content-custom .is-layout-flex{
    gap:20px;
}
.content-custom .wp-block-media-text{
    margin-block-end:20px;
    grid-gap: 50px;
}
.content-custom .wp-block-media-text__content{
    padding:0;
}
.content-custom .wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
    font-family: var(--e-global-typography-accent-font-family);
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-style: var(--e-global-typography-accent-font-style);
}
@media only screen and (max-width: 767px) {
a{
    -webkit-appearance: none !important;
    outline: none !important;
}
.content-custom td{
    padding: 20px 0;
}
.content-custom td:nth-of-type(1){
    padding-right: 10px;
}
.content-custom iframe{
    height: 300px;
}
.content-custom .wp-block-media-text{
    grid-gap: 20px;
}
}
/*不换行*/
/*
.elementor-kit-12{
    flex-shrink: 0;
}
*/
/*菜单切换(下滑)*/
/*
.scrollheader {
    transform: translatey(-180px);
    -moz-transition: all .3s ease!important;
    -webkit-transition: all .3s ease!important;
    transition: all .3s ease!important;
    width: 100%!important;
}
.elementor-sticky--effects.scrollheader {
    height: auto!important;
    transform: translatey(0px);
}
*/
/*菜单切换(渐入)*/
/*
.scrollheader {
    opacity: 0;
    -moz-transition: opacity .25s ease-out!important;
    -webkit-transition: opacity .25s ease-out!important;
    transition: opacity .25s ease-out!important;
}
.elementor-sticky--effects.scrollheader {
    opacity: 1!important;
}
*//* End custom CSS */