.elementor-kit-6{--e-global-color-primary:#DBB7B7;--e-global-color-secondary:#C59D9D;--e-global-color-text:#272727;--e-global-color-accent:#A5AFC8;--e-global-color-60c8047:#50AFB4;--e-global-color-9898ef0:#851313;--e-global-typography-primary-font-family:"Roboto Condensed";--e-global-typography-primary-font-size:45px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.4em;--e-global-typography-primary-letter-spacing:4px;--e-global-typography-secondary-font-family:"Noto Serif JP";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:800;--e-global-typography-text-font-family:"Noto Sans JP";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:2em;--e-global-typography-accent-font-family:"Noto Sans JP";--e-global-typography-accent-font-weight:500;font-size:14px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h2{font-size:1.5em;}.elementor-kit-6 h3{font-size:1.17em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:900px;}.e-con{--container-max-width:900px;--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:30px;padding-inline-start:30px;}.site-footer{padding-inline-end:60px;padding-inline-start:60px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}.site-header{padding-inline-end:30px;padding-inline-start:30px;}.site-footer{padding-inline-end:40px;padding-inline-start:40px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-secondary-line-height:1.5em;--e-global-typography-secondary-letter-spacing:0.03em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}.site-header{padding-inline-end:25px;padding-inline-start:25px;}.site-footer{padding-inline-end:30px;padding-inline-start:30px;}}/* Start custom CSS *//*==共通==*/
html {/* ゆっくりスクロール */
    scroll-behavior: smooth;
  }
p {
    margin-block-end: 0;
    font-feature-settings: "palt";
    overflow-wrap: break-word;
}
a{
    color:var(--e-global-color-secondary);
}
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;
}
ol{
    padding-inline-start: 20px;
}
ol li{
    margin-bottom: 0.3em;
}

.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;
}
.elementor-posts .elementor-post__card .elementor-post__meta-data {
    border-top: none;
}

/** 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;
}

/*==company==*/
/** table01 **/
.table01 table th, 
.table01 table td {
	border: none;
	border-bottom: solid 1px rgba(39, 39, 39, 0.2);
	border-collapse: collapse;
	font-size: 14px;
	line-height: 1.8;
}
.table01 table th {
	width: 20%;
	font-weight: 400;
}
.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 : 767px) {
.table01 table th {
    display: block;
	width: 100%;
	text-align: left;
}
.table01 table td{
    display: block;
	width: 100%;
}
}/* End custom CSS */