.elementor-kit-6{--e-global-color-primary:#444444;--e-global-color-secondary:#444444;--e-global-color-text:#444444;--e-global-color-accent:#3C46A9;--e-global-color-108f68e:#EEF4F4;--e-global-color-c916e20:#666666;--e-global-color-8df620a:#00AE91;--e-global-color-2ecfbe5:#2A3E88;--e-global-typography-primary-font-family:"Noto Sans JP";--e-global-typography-primary-font-size:26px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.4em;--e-global-typography-primary-letter-spacing:0.03em;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.5em;--e-global-typography-secondary-letter-spacing:0.03em;--e-global-typography-text-font-family:"Noto Sans JP";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.9em;--e-global-typography-accent-font-family:"Noto Sans JP";--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{color:#FFFFFF;font-size:38px;}.elementor-kit-6 h2{font-size:28px;line-height:1.4em;letter-spacing:0.05em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1080px;}.e-con{--container-max-width:1080px;--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;
}
li{
    margin-bottom: 10px;
}

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

.elementor-button-icon {
    display: flex;
    align-items: center;
}

.elementor-button .elementor-button-content-wrapper {
    vertical-align: middle;
    align-items: center;
}

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

/** 下層共通 **/
.page-ttl{
    border-bottom: solid 10px;
    border-image:linear-gradient(90deg, rgba(42,62,136,1) 0%, rgba(42,62,136,1) 35%, rgba(0,174,145,1) 80%) 1;
}

/*ボタンa*/
.btn_A a{
  overflow: hidden;
  position: relative;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  border: solid 1px #3C46A9;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.btn_A a:hover{
	opacity: 1;
	border: solid 1px #3C46A9;
}
.btn_A a span {
  position: relative;
}
.fa-position-right {
    position: absolute;
    top: calc(50% - .5em);
    right: 1rem;
}
.btn_A a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  transition: all .3s ease-in-out;
  transform: translateX(-100%);
  background: linear-gradient(270deg, #00AE91 0%, #3C46A9 100%);
}
.btn_A a:hover:before {
  transform: translateX(0%);
}
/* ボタンアイコンの位置調整 */
.btn_A span.elementor-button-icon {
    position: absolute;
    right: 5px;
}
/*ボタンa_白*/
.btn_A-wh a{
	border: solid 1px #fff;
	color: #fff;
}
.btn_A-wh a:hover{
	color: #fff;
	border: solid 1px #fff;
}
.btn_A-wh a:before{
	background: #00AE91;
}

/*見出し装飾*/
.h2-1 {
	position: relative;
	border-bottom: 5px solid #3C46A9;
	margin: 10px auto 15px;
	width: 120px;
	text-align: center;
	}
.h2-1:before {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 50%;
	height: 5px;
	content: '';
	background: #00AE91;
}
@media (max-width : 767px) {
.h2-1 {
	margin: 10px auto 0px;
	}
}

/** table01 **/
.table01 table th, 
.table01 table td {
	border: none;
	border-collapse: collapse;
	font-size: 16px;
	font-weight: 500;
}
.table01 table th {
	border-bottom: solid 1px #ababab;
}
.table01 table th {
    display: block;
	width: 100%;
	text-align: left;
	padding: 5px 4px;
}
.table01 table td{
    display: block;
	width: 100%;
	line-height: 1.8;
}
.table01 table tbody>tr:nth-child(odd)>td,
.table01 table tbody>tr:nth-child(odd)>th {
    background: none;
}

/** table02 **/
.table02 table{
	border-top: solid 1px #ababab;
}
.table02 table th, 
.table02 table td {
	border: none;
	border-bottom: solid 1px #ababab;
	border-collapse: collapse;
	font-size: 16px;
	padding: 20px;
}
.table02 table th {
	width: 25%;
	text-align: left;
}
.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 {
    display: block;
	width: 100%;
	text-align: left;
}
.table02 table td{
    display: block;
	width: 100%;
}
}/* End custom CSS */