.elementor-kit-6{--e-global-color-primary:#333333;--e-global-color-secondary:#54595F;--e-global-color-text:#333333;--e-global-color-accent:#FFDB00;--e-global-color-117f9ca:#F81E29;--e-global-color-09204e2:#000000;--e-global-color-205a788:#E7E7E7;--e-global-typography-primary-font-family:"Noto Sans JP";--e-global-typography-primary-font-size:21px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Rajdhani";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Noto Sans JP";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.8em;--e-global-typography-accent-font-family:"Rajdhani";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-line-height:1.3em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1030px;}.e-con{--container-max-width:1030px;--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);}.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 { /* 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;
    list-style: none;
}
li{
    margin-bottom: 10px;
}

.elementor-button-icon .e-font-icon-svg {
    vertical-align: middle;
}

/** tableのcssをリセット **/
table{
    margin-block-end: 0;
}
table tbody tr:hover>td,
table tbody tr:hover>th {
    background-color: transparent;
}

/** 投稿関連 **/
.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
    margin-bottom: 1em;
}
.elementor-post__meta-data {
    text-align: right;
}
.post-card .elementor-posts .elementor-post__card .elementor-post__meta-data {
    border-top: none;
}
.single-postnavi .elementor-post-navigation .post-navigation__arrow-wrapper i {
    transform: translateY(3%);
}

.post-line .elementor-post {
    border: none;
    border-bottom:dotted 1px #c2c2c2;
}

/** table01 **/
.table01 table th, 
.table01 table td {
	border: none;
	border-top: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
	border-collapse: collapse;
	font-size: 14.5px;
	font-family: "Noto Sans JP", sans-serif;
	
}
.table01 table th {
	width: 25%;
	color: var(--e-global-color-primary);
	vertical-align: middle;
	font-weight: 700;
}
.table01 table td{
	width: 75%;
	line-height: 1.7;
	font-weight: 500;
}
.table01 table tbody>tr:nth-child(odd)>td,
.table01 table tbody>tr:nth-child(odd)>th {
    background: none;
}

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

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


/*== TOP ==*/
/*top_メニューボタンA*/
.top-mbtnA {
    position: relative;
    padding: 0.5em 1.5em;
    border: none;
    border-bottom: 2px solid #bcbcbc;
    background-color: transparent;
    color: #333;
    font-weight: 600;
    font-size: 1em;
}
.top-mbtnA::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    transform: scaleX(0);
    transform-origin: center left;
    width: 100%;
    height: 2px;
    background-color: #333333;
    content: '';
    transition: transform .3s ease;
}
.top-mbtnA:hover {
	opacity:0.7;
}
.top-mbtnA:hover::after {
    transform: scaleX(1);
}
@media (max-width : 750px) {
.top-mbtnA {
	text-align: center;
}	
}/* End custom CSS */