.elementor-kit-5{--e-global-color-primary:#0F1F40;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#FF8D00;--e-global-color-d5763a9:#FFCBB1;--e-global-typography-primary-font-family:"Noto Sans JP";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Noto Sans JP";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Sans JP";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Sans JP";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 p{margin-block-end:0px;}.elementor-kit-5 a{color:var( --e-global-color-text );text-decoration:underline;}.elementor-kit-5 a:hover{color:var( --e-global-color-secondary );text-decoration:underline;}.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){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@media screen and (max-width: 768px){
.row td{
  width:100%;
  display:block;
  height:auto;
}
  .pc {
    display: none; }
}

@media screen and (min-width: 768px){
  .sp {
    display: none; }
}

/* 共通の基本スタイル */
div.single h1, 
div.single h2, 
div.single h3, 
div.single h4, 
div.single h5 {
  padding: 1rem 2rem;
  margin-bottom: 20px;
  color: #000;
}


  html {
    scroll-behavior: smooth;
  }

/* 個別のスタイル */

div .single h1 {
    font-size:100px;
    margin: 0px 0px 0px 0px;
    background-color: #f1f1f1;
    padding: 20px 20px;
}

div.single h2 {
    margin: 20px 0 10px;
    background-color: #f1f1f1;
    padding: 10px 10px;
}

div.single h3 {
    margin: 20px 0 10px;
    border-bottom: 1px dotted #a0a0a0;
    padding: 3px 10px;
}

.single h4 {
  font-size: 1.5em;
  color: #000;
  border-left: 5px solid #333;
  margin-top: 20px;
}

div.single h5 {
  font-size: 1.25em;
  color: #000;
  margin-top: 15px;
}

/*アンダーライン*/
.uline {
      background: linear-gradient(transparent 60%,  30%);
      display: inline-block;
    }

/*メニューの装飾*/

h6 {
  text-indent: 1em;
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
  
}

h6:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  position: absolute;
  left : 0em; /*左端からのアイコンまで*/
  color: gray; /*アイコン色*/
}

strong {
    font-size: 150%;
    color: #FF4000;
    margin-right: 10px;
}

.marker{
     background-color: #ff9;
}

table td{
    vertical-align:middle
}

@media screen and (max-width: 768px){
.row td{
  width:100%;
  display:block;
  height:auto;
}
  .pc {
    display: none; }
}

@media screen and (min-width: 768px){
  .sp {
    display: none; }
}/* End custom CSS */