.elementor-kit-6{--e-global-color-primary:#003265;--e-global-color-secondary:#3298CB;--e-global-color-text:#555555;--e-global-color-accent:#C60D13;--e-global-color-1b1f12b:#A2E0EE;--e-global-color-991382f:#F2F2F2;--e-global-typography-primary-font-family:"Noto Sans JP";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.5em;--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-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );line-height:1.9em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h2{color:var( --e-global-color-primary );font-size:21px;}.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:1000px){.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: 1000px) { /* tablet時改行を無効 */
br.br-tb{
    display: none;
}
}
@media screen and (max-width: 767px) { /* SP時改行を無効 */
br.br-sp{
    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;
}

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

/*==header==*/
/*メニュー両端の区切り線*/
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:after,
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:first-child:before {
    content: var(--e-nav-menu-divider-content,none);
    height: var(--e-nav-menu-divider-height,35%);
    border-left: var(--e-nav-menu-divider-width,2px) var(--e-nav-menu-divider-style,solid) var(--e-nav-menu-divider-color,#000);
    border-bottom-color: var(--e-nav-menu-divider-color,#000);
    border-right-color: var(--e-nav-menu-divider-color,#000);
    border-top-color: var(--e-nav-menu-divider-color,#000);
    align-self: center;
}
/*dropdown menuの位置調整（セレクタ調整必要）*/
.sub-menu.elementor-nav-menu--dropdown {
    right: 50% !important;
    transform: translateX(50%) !important;
    width: 300px !important;
}
ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover {
    border-left: none!important;
}
.elementor-nav-menu--dropdown a {
    justify-content: center;
}
.elementor-nav-menu li.menu-item a i {
    /*アイコンの余白*/
    margin-right: 0.3em;
}

/*タブレット以下のdropdown menuの調整*/
@media (max-width : 1024px) {
.sub-menu.elementor-nav-menu--dropdown {
    left: 0% !important;
    transform: translateX(-0%) !important;
    width: 100% !important;
}
ul.sub-menu {
    background-color: #96cae4!important;
}
ul.sub-menu li.menu-item a {
    justify-content: left!important;
    padding: 1.2em 1.8em!important;
}
.elementor-874 .elementor-element.elementor-element-98286b6 .elementor-nav-menu--dropdown a.highlighted {
    background-color: var(--e-global-color-secondary);
    color: #fff;
}
}
@media screen and (max-width: 767px) {
.sub-menu.elementor-nav-menu--dropdown {
    width: 100% !important;
    background-color: #daf3f7 !important;
}
}

/** table01 **/
.table01 table th, 
.table01 table td {
	font-size: 16px;
}
.table01 table th{
	width: 25%;
	background-color: var(--e-global-color-primary);
	color: #fff;
	vertical-align: middle;
}
.table01 table td{
	width: 75%;
}
.table01 table tbody>tr:hover{
    background-color: none;
}
.table01 table tbody>tr:nth-child(odd)>td {
    background: none;
}
.table01 table tbody>tr:nth-child(odd)>th,
.table01 table tbody>tr:nth-child(even)>th {
    background-color: var(--e-global-color-primary);
}

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

/** table02 **/
.table02{
    border-top:1px solid #ababab;
}
.table02 table th, 
.table02 table td {
    padding: 20px 0 20px 0;
	border: none;
	border-bottom: 1px solid #ababab;
	border-collapse: collapse;
	font-size: 16px;
}
.table02 table th {
	width: 25%;
	color:var(--e-global-color-primary);
	vertical-align:  middle;
}
.table02 table td{
	width: 75%;
}
.table02 table tbody>tr:nth-child(odd)>td,
.table02 table tbody>tr:nth-child(odd)>th {
    background: none;
}

@media (max-width : 767px) {
.table02 table th, 
.table02 table td {
    padding: 10px 5px 10px 5px;
}
.table02 table th {
    display: block;
	width: 100%;
	text-align: left;
}
.table02 table td{
    display: block;
	width: 100%;
}

}/* End custom CSS */