.elementor-kit-6{--e-global-color-primary:#1C2A54;--e-global-color-secondary:#192E78;--e-global-color-text:#444444;--e-global-color-accent:#D71F26;--e-global-color-33a66cb:#F5E92E;--e-global-color-f1a14e1:#1A1A1A;--e-global-color-7442f58:#E7EAEC;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Sans JP";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.7em;--e-global-typography-text-letter-spacing:0em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h2{letter-spacing:0.1em;}.elementor-kit-6 h3{font-family:"Noto Sans JP", Sans-serif;font-size:17px;font-weight:600;line-height:1.6em;letter-spacing:0.01em;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Noto Sans JP", Sans-serif;font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1000px;}.e-con{--container-max-width:1000px;--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){margin-block-end:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}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;}@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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*==共通==*/
/** ゆっくりスクロールする **/
html {
    scroll-behavior: smooth;
  }
  
p {
    margin-block-end: 0;
    font-feature-settings: "palt";
    overflow-wrap: break-word
}

a:hover {
     transition: all 0.2s ease-in;
    opacity: 0.7;
}

ul {
    margin-block: 0em;
    padding-inline-start: 20px;
}
li{
    margin-bottom: 10px;
}

/** footerを最下部に固定 **/
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
.elementor.elementor-7{
    flex: 1;
}
.elementor-location-footer {
    margin-top: auto;
}

/** 投稿 **/
.post-classic-line .elementor-post{
    padding-bottom: 15px;
    border-bottom: dotted 1px #9c9c9c;
}/* End custom CSS */