.elementor-kit-11817{--e-global-color-primary:#000000;--e-global-color-secondary:#ED7500;--e-global-color-text:#000000;--e-global-color-accent:#000000;--e-global-color-6d51edc:#FFFFFF;--e-global-color-3d3850f:#E37741;--e-global-color-89a0938:#2151A2;--e-global-color-967771d:#FF9900;--e-global-color-b86cea0:#FF6600;--e-global-color-ad40ad3:#684F3B;--e-global-color-e8c3292:#FFFFFF;--e-global-color-2d48617:#F7F2E7;--e-global-color-9e15ad2:#F5F5F5;--e-global-color-a2cbc00:#C9C9C9;--e-global-color-98331ff:#7E7E7E;--e-global-color-77ec988:#CA6400;--e-global-color-2d901bf:#B8A170;--e-global-color-2821754:#5671A2;--e-global-typography-primary-font-family:"Zen Maru Gothic";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Zen Maru Gothic";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Zen Kaku Gothic New";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Zen Maru Gothic";--e-global-typography-accent-font-weight:500;background-color:#FCF6E7;}.elementor-kit-11817 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11817 a{color:var( --e-global-color-b86cea0 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1000px;}.e-con{--container-max-width:1000px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}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 *//*デスクトップとスマホで改行を切り替える*/
.br-dt {display:none;}
.br-sp {display:inline;}
@media screen and (min-width: 768px){
.br-dt {display:inline;}
.br-sp {display:none;}
}


.tab_s {
    transform: scale(0.85);
    transition: transform 0.3s ease-in-out;
    transition-delay: 0.2s;
}

.tab_m {
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
    transition-delay: 0.2s;
}

.vertical {
        writing-mode: vertical-rl;
        text-orientation: upright;
    }
    
.speechBubble {
  position: relative;
  display: inline-block;
  margin-bottom: 13px;
  padding: 20px;
  border: 2px solid #000000;
  border-radius: 5px;
  background-color: #000000;
  text-align: left;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
}

.speechBubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 13px 20px 0 0;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
  transform: skew(-25deg);
  transform-origin: top;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 9.3px 14.3px 0 0;
  border-color: #000000 transparent transparent;
  translate: calc(-50% - 0.8px) 100%;
  transform: skew(-25deg);
  transform-origin: top;
}

@media(max-width: 767px){
.speechBubble {
  margin-bottom: 13px;
  padding: 10px 10px;
}
}

@media(max-width: 767px){
.tab_s{
    transform: scale(1);
    transition-delay: 0.2s;
}
}

.seko-title_5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.main h1{
    font-size:23px;
    line-height: 32px;
    font-weight: 600!important;
    padding: 20px 20px 20px 0px!important;
    border-bottom: 4px dotted #000;
    color:#000!important;
}

.main h2{
    font-size:23px;
    line-height: 32px;
    font-weight: 600!important;
    padding: 20px 20px 20px 20px!important;
    border-bottom: 4px dotted #ED7500;
    color:#000!important;
}

.main h2:before {
 	position: absolute;
	top: .9em;
	left: .0;
	content: '';
	width: 6px;
	height: -webkit-calc(70% - 1em);
	height: calc(70% - 1em);
	background-color: #ED7500;
	border-radius: 4px;
}

.main h3{
    font-size:23px;
    line-height: 32px;
    font-weight: 600!important;
    padding: 20px 20px 20px 20px!important;
    border-bottom: 4px dotted #000;
    color:#000!important;
}

.main h3:before {
 	position: absolute;
	top: .9em;
	left: .0;
	content: '';
	width: 6px;
	height: -webkit-calc(70% - 1em);
	height: calc(70% - 1em);
	background-color: #000;
	border-radius: 4px;
}

.main h4 {
    background-color: #ED7500;
    border:3px solid  #ED7500;
    font-size:23px;
    line-height: 32px;
    font-weight: 600!important;
    padding: 15px 20px 17px 20px!important;
    color:#fff!important;
}

.main h5 {
    background-color: #000;
    border:3px solid  #000;
    font-size:23px;
    line-height: 32px;
    font-weight: 600!important;
    padding: 15px 20px 17px 20px!important;
    color:#fff!important;
}

.main h6 {
    background-color: #fff;
    border:1px solid  #000;
    font-size:23px;
    line-height: 32px;
    font-weight: 600!important;
    padding: 15px 20px 17px 20px!important;
    color:#000!important;
}/* End custom CSS */