.elementor-65 .elementor-element.elementor-element-9ae3fcc{--display:flex;--min-height:270px;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--background-transition:0.3s;}.elementor-65 .elementor-element.elementor-element-9ae3fcc:not(.elementor-motion-effects-element-type-background), .elementor-65 .elementor-element.elementor-element-9ae3fcc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #2287F5 0%, #1F7ADD 100%);}.elementor-65 .elementor-element.elementor-element-9ae3fcc::before, .elementor-65 .elementor-element.elementor-element-9ae3fcc > .elementor-background-video-container::before, .elementor-65 .elementor-element.elementor-element-9ae3fcc > .e-con-inner > .elementor-background-video-container::before, .elementor-65 .elementor-element.elementor-element-9ae3fcc > .elementor-background-slideshow::before, .elementor-65 .elementor-element.elementor-element-9ae3fcc > .e-con-inner > .elementor-background-slideshow::before, .elementor-65 .elementor-element.elementor-element-9ae3fcc > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';background-image:url("https://demo01.cywave.co.jp/wp-content/uploads/2024/05/＋.svg");background-position:center center;background-repeat:no-repeat;}.elementor-65 .elementor-element.elementor-element-9ae3fcc, .elementor-65 .elementor-element.elementor-element-9ae3fcc::before{--border-transition:0.3s;}.elementor-65 .elementor-element.elementor-element-5192fb9 .elementor-heading-title{color:#FFFFFF;font-family:"Noto Sans JP", Sans-serif;font-size:44px;font-weight:500;}.elementor-65 .elementor-element.elementor-element-5192fb9.elementor-element{--align-self:center;}.elementor-65 .elementor-element.elementor-element-2b1fb04{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-65 .elementor-element.elementor-element-b71ab5a img{width:245px;}.elementor-65 .elementor-element.elementor-element-b71ab5a > .elementor-widget-container{margin:-225px 100px 0px 0px;}.elementor-65 .elementor-element.elementor-element-b71ab5a.elementor-element{--align-self:flex-end;}.elementor-65 .elementor-element.elementor-element-ac7215a{--display:flex;--background-transition:0.3s;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(max-width:767px){.elementor-65 .elementor-element.elementor-element-9ae3fcc{--min-height:130px;}.elementor-65 .elementor-element.elementor-element-5192fb9 .elementor-heading-title{font-size:22px;}.elementor-65 .elementor-element.elementor-element-b71ab5a img{width:59px;}.elementor-65 .elementor-element.elementor-element-b71ab5a > .elementor-widget-container{margin:-50px 20px 0px 0px;}.elementor-65 .elementor-element.elementor-element-ac7215a{--padding-top:0px;--padding-bottom:0px;--padding-left:015px;--padding-right:15px;}}/* Start custom CSS for html, class: .elementor-element-ecf581d *//*tabの形状*/
.tab{
	display: flex;
	flex-wrap: wrap;
}
.tab li a{
    margin-left:4px;
    display: flex;
    align-items: center;
    justify-content: center;
	background:#fff;
	border: 1px solid #2287F5;
	font-size: 16px;
	color: #2287F5;
	height: 70px;
font-weight:500;
}

.tab li{
	width: 286px;
}



.tab .reduction_data{margin-left:-4px}


/*liにactiveクラスがついた時の形状*/
.tab li.active a{
	background:#2287F5;
		color: #fff;
}


/*エリアの表示非表示と形状*/
.area {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
	background: #fff;
	padding-top:20px;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

li{
      list-style-type: none!important;/*ポチ消す*/

}



@media screen and (max-width: 600px) {

.tab{
	display: flex;
	flex-wrap: wrap;
}

.tab .reduction_data{margin-left:0px}

.tab li a{
     margin-left:0px;
      margin-top:4px;
    display: flex;
    align-items: center;
    justify-content: center;
	background:#fff;
	border: 1px solid #2287F5;
	font-size: 13px;
	color: #2287F5;
	height: 50px;

}

.tab li:nth-child(even){
        margin-left:4px;

}

.tab li {
	width: 49%;}
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('/wp-content/uploads/2024/05/NotoSansJP-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('/wp-content/uploads/2024/05/NotoSansJP-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('/wp-content/uploads/2024/05/NotoSansJP-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('/wp-content/uploads/2024/05/NotoSansJP-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: ;
}
/* End Custom Fonts CSS */