.elementor-kit-6{--e-global-color-primary:#1E4B73;--e-global-color-secondary:#1E4B73;--e-global-color-text:#333333;--e-global-color-accent:#B5302C;--e-global-color-5417b43:#BFA860;--e-global-color-7db481e:#D1E2F2;--e-global-color-fa3a377:#192139;--e-global-typography-primary-font-family:"Yuji Syuku";--e-global-typography-primary-font-size:26px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.7em;--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:17px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.8em;--e-global-typography-accent-font-family:"Noto Sans JP";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1000px;}.e-con{--container-max-width:1000px;--container-default-padding-top:5px;--container-default-padding-right:5px;--container-default-padding-bottom:5px;--container-default-padding-left:5px;}.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);}@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 { /* hover時効果ver2 */
    opacity: 0.7;
    transition: all 0.2s ease-in;
}
.a-2 a:hover{ /* hover時効果ver2 */
    opacity: 1;
}

@media screen and (max-width: 767px) { /* SP時改行を無効 */
.br-n br{
    display: none;
}
}

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

/** tableのcssをリセット **/
table{
    margin-block-end: 0px;
}
table tbody tr:hover>td,
table tbody tr:hover>th {
    background-color: transparent;
}
/** table01 **/
.table01 table th, 
.table01 table td {
    padding: 8px;
	border: none;
	border-collapse: collapse;
	font-size: 18px;
}
.table01 table th {
	width: 20%;
	color: var(--e-global-color-primary);
}
.table01 table td{
	width: 80%;
}
.table01 table tbody>tr:nth-child(odd)>td,
.table01 table tbody>tr:nth-child(odd)>th {
    background: none;
}

@media (max-width : 1024px) {
.table01 table th {
    display: block;
    padding-bottom: 0;
	width: 100%;
	text-align: left;
}
.table01 table td{
    display: block;
    padding-top: 0;
	width: 100%;
}
}

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

/*==header==*/
.hd_menu a:hover{
    opacity: 1;
}
.hd_menu .elementor-nav-menu li a,
.hd_menu .elementor-nav-menu li a:hover{
    padding: 9px 20px 7px;
    text-align: center;
}
.hd_menu .elementor-nav-menu li a span{
    font-size: 0.8em;
    font-weight: bold;
    font-family: serif;
    display: contents;
}/* End custom CSS */