/*
 #fullmenu .body {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 85px 40px 40px;
	background: #fff;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 5;
}
 #fullmenu .search {
	position: relative;
	display: none;
	width: 100%;
	padding: 30px 15px 20px;
	background: #B5B6B6;
}
 #fullmenu .search input {
	width: 100%;
	height: 50px;
	padding: 0px 60px 0px 10px;
	border: 0px;
	background: #ffffff;
}
 #fullmenu .search input::placeholder {
	color: #B5B6B6;
}
 #fullmenu .search input:-ms-input-placeholder {
	color: #B5B6B6;
}
 #fullmenu .search input::-ms-input-placeholder {
	color: #B5B6B6;
}
 #fullmenu .search button {
	position: absolute;
	width: 50px;
	height: 50px;
	right: 0px;
	top: 0px;
	text-indent: -10000px;
	background: url(../images/search.svg) no-repeat center center;
	background-size: 24px;
	border: 0px;
	cursor: pointer;
}
 #fullmenu .menu {
	position: relative;
	width: 27.60084925690021%;
	flex-shrink: 0;
}
 #fullmenu .menu a {
	display: inline-block;
	color: #000;
}
 #fullmenu .menu div {
	display: flex;
}
 #fullmenu .menu div.hide {
	display: none;
}
 #fullmenu .menu div.hide + ul {
	display: none;
}
 #fullmenu .menu div a:not(.sw) {
	position: relative;
	display: flex;
	width: 100%;
	height: 57px;
	align-items: center;
}
 #fullmenu .menu div a:not(.sw):before {
	content: "";
	display: block;
	position: absolute;
	width: 0px;
	height: 57px;
	top: 0px;
	left: -40px;
	background: rgba(62, 163, 230, 0.2);
	opacity: 0;
	transition: width 0ms 300ms, opacity 300ms;
	z-index: -1;
}
 #fullmenu .menu div.open a:not(.sw):before {
	width: calc(100% + 40px);
	opacity: 1;
}
 #fullmenu .menu ul {
	display: block;
	position: absolute;
	width: 150%;
	top: 0px;
	left: calc(100% + 0px);
	font-weight: 400;
	opacity: 0;
	z-index: 10;
	pointer-events: none;
	transition: opacity 300ms, left 0ms 300ms;
}
 #fullmenu .menu ul a {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 57px;
	padding: 10px 0px;
}
 #fullmenu .menu ul a:before {
	content: "";
	display: block;
	position: absolute;
	width: 0px;
	height: 100%;
	top: 0px;
	left: -30px;
	background: rgba(62, 163, 230, 0.4);
	opacity: 0;
	transition: width 0ms 300ms, opacity 300ms;
	z-index: -1;
}
 #fullmenu .menu ul a:hover:before {
	width: 35vw;
	opacity: 1;
	transition: width 600ms, opacity 0ms;
}
 #fullmenu .menu div.open + ul {
	opacity: 1;
	left: calc(100% + 30px);
	transition: opacity 400ms 250ms, left 400ms 250ms;
}
.menuopen  #fullmenu .menu div.open + ul {
	pointer-events: auto;
}
 #fullmenu .menu div a:not(.sw):hover:before {
	width: calc(100% + 40px);
	opacity: 1;
	transition: width 400ms, opacity 0ms;
}
 #fullmenu .sublink {
	margin-top: 100px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
 #fullmenu .sublink .sns {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: right;
	width: 50%;
	margin: 0 auto;
}
 #fullmenu .sublink .sns li {
	font-size: 16px;
	font-size: 1rem;
	line-height: 28.8px;
	line-height: 1.8rem;
	color: #93949B;
}
 #fullmenu .sublink .sns a {
	-webkit-transition: opacity 0.2s, background 0.2s;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
}
 #fullmenu .sublink .sns a:hover {
	opacity: 0.7;
}
 #fullmenu .sublink .footer_menu {
	margin-top: 30px;
	text-align: right;
}
 #fullmenu .sublink .footer_menu > li {
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 28.8px;
	line-height: 1.8rem;
}
 #fullmenu .sublink .footer_menu > li + li {
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #000;
}
 #fullmenu .sublink .footer_menu > li a {
	position: relative;
	display: inline-block;
	color: #000;
}
 #fullmenu .sublink .footer_menu > li a:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -0.25em;
	left: 0px;
	width: 100%;
	height: 1px;
	background: #fff;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	-webkit-transform: scale(0);
	transform: scale(0);
}
 #fullmenu .sublink .footer_menu > li a:hover:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}
 #fullmenu .sublink .copy {
	margin-top: 20px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 28.8px;
	line-height: 1.8rem;
	text-align: right;
}
*/
 #mainvisual {
	position: relative;
	z-index: 1;
}
 #mainvisual::before,  #mainvisual::after {
	content: "";
	position: absolute;
	width: calc((100% - 1180px) / 2);
	height: 100%;
	top: 0;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.8);
}
 #mainvisual::before {
	left: 0;
}
 #mainvisual::after {
	right: 0;
}
 #mainvisual .main_slider > div {
	-webkit-transition: opacity 0.2s, background 0.2s;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
}
 #mainvisual .main_slider > div:hover {
	opacity: 0.7;
}
 #mainvisual .main_slider > div a {
	position: relative;
	display: block;
	z-index: 10;
	line-height: 0;
}
 #mainvisual .main_slider > div a img {
	width: 100%;
}
 #mainvisual .main_slider > div a img.sp {
	display: none;
}
 #mainvisual .main_slider > div .slick-slide {
	margin: 0;
	max-width: 1181px;
	position: relative;
}
 #mainvisual .slick-dots {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
}
 #mainvisual .slick-dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-transition: opacity 0.2s, background 0.2s;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
}
 #mainvisual .slick-dots li:hover {
	opacity: 0.7;
}
 #mainvisual .slick-dots li.slick-active {
	background: #fff;
}
 #mainvisual .slick-dots li + li {
	margin-left: 15px;
}
 #mainvisual .slick-dots li button {
	text-indent: -9999px;
	background: transparent;
	border: 0;
	outline: none;
	cursor: pointer;
}
 .top_menu {
	background: #F5FAFE;
}
.banner-navigation ul, 
 .top_menu ul {
	display: flex;
	margin: auto;
	padding: 8px 0px;
	max-width: 1180px;
	justify-content: center;
	gap: 40px;
}
 .top_menu ul li a {
	display: flex;
	gap: 10px;
	align-items: center;
	-webkit-transition: opacity 0.2s, background 0.2s;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
}
.banner-renew-list-box a:hover {
	opacity: 0.7;
}
 .side_menu {
	position: fixed;
	right: 0;
	top: 150px;
	z-index: 100;
}
 .side_menu > div {
	background: #fff;
}
 .side_menu > div > a {
	position: relative;
	display: block;
	width: 80px;
	padding: 10px 0;
	background: #3EA3E6;
	-webkit-transition: opacity 0.2s, background 0.2s;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
	z-index: 110;
	border: 1px solid #fff;
}
 .side_menu > div > a:hover {
	opacity: 0.7;
}
 .side_menu > div > a > span {
	display: block;
}
 .side_menu > div > a .title {
	margin-top: 5px;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 16.9px;
	line-height: 1.05625rem;
	text-align: center;
	color: #fff;
}
 .side_menu > div + div {
	margin-top: 10px;
}
 .top_content,  footer {
	padding: 0;
}
 .top_content h2,  footer h2, .news-list-box header h2 {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 38px;
	font-weight: 300;
	line-height: 60px;
	color: #333;
}
footer h2 {
        display: block;
	width: 100%;
	text-align: center;
}
 .top_content h2:not(:lang(zh-CN)), footer h2:not(:lang(zh-CN)){
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}
 .top_content h2 > .ablic-section-button,  footer h2 > .ablic-section-button {
	display: block;
	margin: 20px 0 0 0;
}
 .top_content h2 > .ablic-section-button > span,  footer h2 > .ablic-section-button > span {
	font-size: 100px;
	font-size: 6.25rem;
	line-height: 100px;
	line-height: 6.25rem;
	margin: 0 0.2rem;
}
 .top_content h2.center,  footer h2.center {
	text-align: center;
}
 .top_content h2.center span::after,  footer h2.center span::after {
	margin-left: auto;
	margin-right: auto;
}
 .top_content * + h2,  footer * + h2 {
	margin-top: 80px;
}
 .top_content .ablic-section-inner,  footer .inner {
	max-width: 1220px;
	margin: auto;
}
 .top_content .prod-highlights-box,  footer .prod-highlights-box {
	padding: 40px 0 80px;
}
  .top_content .prod-highlights-box .prod-highlights-list,  footer .prod-highlights-box .column_list {
	position: relative;
}
 .top_content .prod-highlights-box .prod-highlights-list > div a,  footer .prod-highlights-box .column_list > div a {
	color: #202020
	-webkit-transition: opacity 0.2s, background 0.2s;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
}
  .top_content .prod-highlights-box .prod-highlights-list > div a:hover,  footer .prod-highlights-box .column_list > div a:hover {
	opacity: 0.7;
}
  .top_content .prod-highlights-box .prod-highlights-list .text p.title {
	font-size: 120%;
 }
 .top_content .prod-highlights-box .prod-highlights-list > div a .more,  footer .prod-highlights-box .column_list > div a .more {
	color: #3EA3E6;
}
 .top_content a .more:after {
	padding-left: 3px;
	font-family: 'Font Awesome 6 Free';
        font-weight: 900;
	content: '\f054';
	font-size: 70%;	
 }
  .top_content .prod-highlights-box .prod-highlights-list > div .prev-arrow,  footer .prod-highlights-box .column_list > div .prev-arrow {
	position: absolute;
	left: -30px;
	top: calc(50% - 16px);
	width: 19px;
	height: 31px;
	/*background: url(../images/prev.png) no-repeat;*/
	cursor: pointer;
}
  .top_content .prod-highlights-box .prod-highlights-list > div .next-arrow,  footer .prod-highlights-box .column_list > div .next-arrow {
	position: absolute;
	right: -30px;
	top: calc(50% - 16px);
	width: 19px;
	height: 31px;
	/*background: url(../images/next.png) no-repeat;*/
	cursor: pointer;
}
 .top_content .new-prod-box,  footer .new-prod-box {
	padding: 40px 0 80px;
	background: #F3F5F7;
}
 .top_content .new-prod-box .inner_h2,  footer .new-prod-box .inner_h2 {
	margin: 0 auto;
	max-width: 1220px;
}
 .top_content .new-prod-box .inner,  footer .new-prod-box .inner {
	max-width: 1260px;
	padding: 0 40px;
}
 .top_content .new-prod-box .text,  footer .new-prod-box .text {
	margin-top: 0;
	padding: 1.8rem 2.4rem;
	background: #fff;
}
 .top_content .new-prod-box .new-prod-list,  footer .new-prod-box .new-prod-list {
	position: relative;
}
 .top_content .new-prod-box .new-prod-list > div,  footer .new-prod-box .new-prod-list > div {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
 .top_content .new-prod-box .new-prod-list > div a,  footer .new-prod-box .new-prod-list > div a {
	background: #fff;
 	-webkit-transition: opacity 0.2s, background 0.2s;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
}
 .top_content .new-prod-box .new-prod-list > div a:hover,  footer .new-prod-box .new-prod-list > div a:hover {
	opacity: 0.7;
}
 .top_content .new-prod-box .new-prod-list > div a p,  footer .new-prod-box .new-prod-list > div a p {
}
 .top_content .new-prod-box .new-prod-list > div a p.title,  footer .new-prod-box .new-prod-list > div a p.title {
}

 .top_content .new-prod-box .new-prod-list > div .slick-arrow {
 }
 .top_content .slick-arrow {
	position: absolute;
 	top: calc(50% - 23px);
	width: 25px;
	height: 31px;
	cursor: pointer;
	color: #3EA3E6;
	transition: opacity 0.2s
 }
 .top_content .slick-arrow:before {
	font-family: 'Font Awesome 6 Free';
        font-weight: 900;
	font-size: 25px;
}
 .top_content .slick-arrow:hover {
	opacity: 0.7;
 }
 .top_content .prev-arrow:before {
        content: '\f053';
}
 .top_content .prev-arrow {
	left: -30px;
	}
 .top_content .next-arrow:before {
 	content: '\f054';
}
 .top_content .next-arrow {
	right: -30px;
}
 .top_content .news-list-box,  footer .news-list-box {
	margin: 0;
	padding: 40px 0 80px;
	background: #F5FAFE;
}
.news-list-box header span,
.support-list-box header span {
	display: none;
}
 .top_content .application-box,  footer .application-box {
	padding: 40px 0 80px;
	background: #fff;
}
 .top_content .application-box .application-menu,  footer .application-box .application-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
}
 .top_content .application-box .application-menu a,  footer .application-box .application-menu a {
	position: relative;
	display: block;
	width: calc((100% - 6px) / 4);
	overflow: hidden;
}
 .top_content .application-box .application-menu a .image,  footer .application-box .application-menu a .image {
	position: relative;
	display: block;
	padding-top: 100%;
	overflow: hidden;
}
 .top_content .application-box .application-menu a .app-content {
	max-width: 500px;
        cursor: pointer;
        overflow: hidden;
	background: #000;
}
 .top_content .application-box .application-menu a .app-content img {
        height: auto;
        transition: transform .6s ease, opacity 0.6s;
	opacity: 0.8;
}
 .top_content .application-box .application-menu a .app-content:hover img {
        transform: scale(1.1);
	opacity: 0.5;
	filter: blur(1px);
}
 .top_content .application-box .application-menu a .app-content p,  footer .application-box .application-menu a .app-content p {
	position: absolute;
	display: block;
	text-align: center;
	width: 100%;
	top: 35%;
	color: #fff;
	font-size: 24px;
}
 .top_content .boilerplate-box,  footer .boilerplate-box {
	padding: 40px 0 100px 0;
	background: url(images/bg_boilerplate1.png) no-repeat center center;
	background-color: #3da2e6;
}
 .top_content .boilerplate-box h2,  footer .boilerplate-box h2 {
	margin-bottom: 50px;
	color: #fff;
}
 .top_content .boilerplate-box h2 .ablic-section-button a,  footer .boilerplate-box h2 .ablic-section-button a {
	background: #fff;
	color: #3EA3E6;
}
 .top_content .boilerplate-box p,  footer .boilerplate-box p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}
 .top_content .boilerplate-box .boilerplate-menu,  footer .boilerplate-box .boilerplate-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	margin-top: 50px;
}
 .top_content .boilerplate-box .boilerplate-menu a,  footer .boilerplate-box .boilerplate-menu a {
	position: relative;
	display: block;
	width: calc((100% - 60px) / 5);
	overflow: hidden;
	background: #000;
}

 .top_content .boilerplate-box .boilerplate-menu a .boiler-content {
        max-width: 500px;
        cursor: pointer;
        overflow: hidden;
        background: #000;
}
 .top_content .boilerplate-box .boilerplate-menu a .boiler-content img {
        height: auto;
        transition: transform .6s ease, opacity 0.6s;
        opacity: 0.7;
}
 .top_content .boilerplate-box .boilerplate-menu a .boiler-content:hover img {
        transform: scale(1.1);
        opacity: 0.5;
        filter: blur(1px);
}

 .top_content .boilerplate-box .boilerplate-menu a img,  footer .boilerplate-box .boilerplate-menu a img {
	position: relative;
	display: block;
	overflow: hidden;
	opacity: 0.7;
}
 .top_content .boilerplate-box .boilerplate-menu a .image span,  footer .boilerplate-box .boilerplate-menu a .image span {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: none no-repeat center center;
	background-size: cover;
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	backface-visibility: hidden;
}
 .top_content .boilerplate-box .boilerplate-menu a .image span.about01,  footer .boilerplate-box .boilerplate-menu a .image span.about01 {
	background-image: url(../../images/boilerplate-box_01.jpg);
}
 .top_content .boilerplate-box .boilerplate-menu a .image span.about02,  footer .boilerplate-box .boilerplate-menu a .image span.about02 {
	background-image: url(../../images/boilerplate-box_02.jpg);
}
 .top_content .boilerplate-box .boilerplate-menu a .image span.about03,  footer .boilerplate-box .boilerplate-menu a .image span.about03 {
	background-image: url(../../images/boilerplate-box_03.jpg);
}
 .top_content .boilerplate-box .boilerplate-menu a .image span.about04,  footer .boilerplate-box .boilerplate-menu a .image span.about04 {
	background-image: url(../../images/boilerplate-box_04.jpg);
}
 .top_content .boilerplate-box .boilerplate-menu a .image span.about05,  footer .boilerplate-box .boilerplate-menu a .image span.about05 {
	background-image: url(../../images/boilerplate-box_05.jpg);
}
 .top_content .boilerplate-box .boilerplate-menu a .image::after,  footer .boilerplate-box .boilerplate-menu a .image::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
}
 .top_content .boilerplate-box .boilerplate-menu a:hover .image span,  footer .boilerplate-box .boilerplate-menu a:hover .image span {
	transform: scale(1.1) rotate(0.0001deg);
}
 .top_content .boilerplate-box .boilerplate-menu a .boiler-text,  footer .boilerplate-box .boilerplate-menu a .boiler-text {
	position: absolute;
	width: 100%;
	padding: 0 10px;
	font-size: 22px;
	line-height: 31px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	top: 36%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
}
 .top_content .action_menu,  footer .action_menu {
	padding: 80px 0;
	background: #F8F9FA;
}
 .top_content .action_menu > div,  footer .action_menu > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	padding: 0 20px;
	max-width: 1220px;
	margin: auto;
}
 .top_content .action_menu > div > div,  footer .action_menu > div > div {
	width: calc((100% - 80px) / 5);
}
 .top_content .action_menu > div > div a,  footer .action_menu > div > div a {
	display: block;
	-webkit-transition: opacity 0.2s, background 0.2s;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
}
 .top_content .action_menu > div > div a:hover,  footer .action_menu > div > div a:hover {
	opacity: 0.7;
}
 .top_content .action_menu > div > div a .title,  footer .action_menu > div > div a .title {
	display: block;
	margin-top: 20px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 28.8px;
	line-height: 1.8rem;
	text-align: center;
}
 .top_content .text,  footer .text {
	margin-top: 10px;
}
 .top_content .text p,  footer .text p {
	font-size: 16px;
	line-height: 28.8px;
	margin: 0;
}
.top_content .text p.entry-date {
	font-size: 85%;
}
 .top_content .text p.title,  footer .text p.title {
 	font-weight: 600;
}
 .top_content .text p + p,  footer .text p + p {
	margin-top: 5px;
}
 footer {
	position: relative;
	padding: 30px 0 20px 0;
}
 footer .inner .footer_content .sns {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: right;
}
 footer .inner .footer_content .sns li {
	font-size: 16px;
	font-size: 1rem;
	line-height: 28.8px;
	line-height: 1.8rem;
	color: #93949B;
}
 footer .inner .footer_content .sns a {
	-webkit-transition: opacity 0.2s, background 0.2s;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
}
 footer .inner .footer_content .sns a:hover {
	opacity: 0.7;
}
 footer .inner .footer_content .footer_menu {
	margin-top: 30px;
	text-align: left;
}
 footer .inner .footer_content .footer_menu > li {
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 28.8px;
	line-height: 1.8rem;
}
 footer .inner .footer_content .footer_menu > li + li {
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #000;
}
 footer .inner .footer_content .footer_menu > li a {
	-webkit-transition: opacity 0.2s, background 0.2s;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
	color: #000;
}
 footer .inner .footer_content .footer_menu > li a:hover {
	opacity: 0.7;
}
 footer .copy {
	margin-top: 20px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 28.8px;
	line-height: 1.8rem;
}
 body {
	position: relative;
}
 img {
	max-width: 100%;
	height: auto;
}
.categories-navigation {
	display: flex;
	margin: 20px auto 0;
	align-items: bottom;
	width: 1220px;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.categories-navigation p {
	position: relative;
	width: 133px;
	font-size: 14px;
	text-align: left;
}
.categories-navigation p + p {
	margin-left: 0px;
}
.categories-navigation p a {
	display: block;
	padding: 10px 0;
	height: 100%;
	color: #93949B;
	font-weight: 500;
	-webkit-transition: opacity 0.2s, background 0.2s;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
}
.categories-navigation p span {
	display: block;
}
.categories-navigation p span:after {
	background: #ccc;
	height: 2px;
	transition: none;
	position: relative;
	left: 0;
	width: 100%;
}
.categories-navigation p a:hover {
	opacity: 0.7;
}
.categories-navigation p a.current {
	color: #3EA3E6;
}
.categories-navigation p a.current::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background: #3EA3E6;
}
.categories-navigation p:after,
.categories-navigation p:first-of-type:before {
	display: none;
}
 .news .list:not(:first-child) {
	display: none;
}
 .news .list li {
	padding: 20px 0;
	border-bottom: 1px solid #93949B;
}
 .news .list li a {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
}
 .news .list li a > span {
	display: block;
	margin-left: 20px;
}
.news-list-box .news-posts-list li {
padding-left: 0;
}
.news-list-box .news-posts-list .entry-category a,
 .news .list li a > span.cat span {
	display: inline-block;
	padding: 6px 5px 0;
	width: calc(11.5rem + 10px);
	background: #656565;
	color: #fff;
	text-align: center;
	overflow: hidden;
	border: none;
	font-size: 80%;
}
.news-list-box .news-posts-list .entry-title {
	width: 100%;
}
.news-list-box .news-posts-list .entry-title a {
	display: block;
}
 .news .list li a > span.date {
	width: 7.5rem;
	font-size: 16px;
	font-size: 1rem;
	line-height: 27.2px;
	line-height: 1.7rem;
	color: #000;
}
 .news .list li a > span.title {
	width: calc(100% - 16.0rem - 10px - 70px);
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 23.8px;
	line-height: 1.4875rem;
	padding-top: 5px;
	color: #000;
}
 .news .list li a:hover > span.title {
	color: #3EA3E6;
}

@media (max-width:767px) {
	.news-list-box .news-posts-list .entry-title {
		margin: 0;
	}
}

 .button {
	display: flex;
	flex-flow: row wrap;
	margin: 40px 0 -20px -20px;
}
 .ablic-section-button a,  .ablic-section-button button,  .ablic-section-button span {
	position: relative;
	display: inline-block;
	min-width: 126px;
	padding: 10px;
	margin: 0 0 0 20px;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	line-height: 16px;
	outline: none;
	z-index: 2;
	background: #3EA3E6;
	background: linear-gradient(180deg, #00aff4 0, #00aff4 45%, #008ed5);
	color: #ffffff;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: opacity 0.2s, background 0.2s;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
	border-radius: 20px;
}
 .ablic-section-button a:hover,  .ablic-section-button button:hover,  .ablic-section-button span:hover {
	opacity: 0.7;
}


/*** bp2 ****/
@media (max-width: 1619px) {
   header .logo a .image {
		width: 240px;
		height: auto;
  }

   .top_content h2 > .button > span,  footer h2 > .button > span {
		font-size: 70px;
		font-size: 4.375rem;
		line-height: 70px;
		line-height: 4.375rem;
  }

   .top_content .application-box .application-menu a .title,  footer .application-box .application-menu a .title {
		font-size: 36px;
		font-size: 2.25rem;
		line-height: 46.8px;
		line-height: 2.925rem;
  }
}
/*** bp1 ****/
@media (max-width: 1279px) {
	html {
		font-size: 9px;
	}

	/*
header {
		height: 60px;
		padding: 15px 0px 15px 10px;
  }
   header .logo {
		width: auto;
		max-width: 112px;
  }
   header .logo a {
		display: flex;
  }
   header .logo a span {
		display: none;
  }
   header #globalnavi {
		display: none;
  }
   header #globalnavi > ul > li > a span {
		padding: 3px 10px;
  }
   header .logo2 {
		display: none;
  }
   header .logo2 .globalsubnavi {
		margin-right: 15px;
  }
   header .logo2 .globalsubnavi .search {
		display: none;
  }
   header .logo2 .globalsubnavi .global {
		display: none;
  }
 */
   #hmenu {
		display: block;
  }

   #fullmenu {
		top: 56px;
		width: 100%;
		height: calc(100% - 56px);
		overflow-y: auto;
		overflow-x: hidden;
  }
   #fullmenu .body {
		height: auto;
		padding: 0px 0px 20px;
  }
   #fullmenu .search {
		display: block;
  }
   #fullmenu .menu {
		width: 100%;
		background: #004098;
  }
   #fullmenu .menu div.home {
		display: none;
  }
   #fullmenu .menu div {
		align-items: center;
		margin: 0px;
		height: 60px;
		border-top: 1px solid #fff;
  }
   #fullmenu .menu div:last-child {
		border-bottom: 1px solid #fff;
  }
   #fullmenu .menu div .sw {
		position: relative;
		flex-shrink: 0;
		display: block;
		width: 70px;
		height: 100%;
		cursor: pointer;
		overflow: hidden;
  }
   #fullmenu .menu div .sw:before {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0%;
		background: url(../images/plus.svg) no-repeat center center;
		transition: top 400ms;
  }
   #fullmenu .menu div .sw:after {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: -100%;
		background: url(../images/minus.svg) no-repeat center center;
		transition: top 400ms;
  }
   #fullmenu .menu div .sw.open:before {
		top: 100%;
  }
   #fullmenu .menu div .sw.open:after {
		top: 0%;
  }
   #fullmenu .menu div a:not(.sw) {
		padding: 10px 15px;
		height: 60px;
		color: #fff;
  }
   #fullmenu .menu div a:not(.sw):before {
		display: none;
  }
   #fullmenu .menu ul {
		display: none;
		position: static;
		margin: 0px -15px;
		width: auto;
		background: #3EA3E6;
		opacity: 1;
  }
   #fullmenu .menu ul a {
		min-height: 60px;
		padding: 10px 15px 10px 35px;
		border-top: 1px solid #fff;
		color: #fff;
  }
   #fullmenu .menu ul a::before {
		display: none;
  }
   #fullmenu .sublink {
		margin-top: 30px;
  }

  .menuopen  #fullmenu .menu ul {
		pointer-events: auto;
  }

   #fullmenu .sublink .sns {
		gap: 20px;
		justify-content: center;
  }
   #fullmenu .sublink .sns li {
		width: calc((100% - 60px) / 4);
  }
   #fullmenu .sublink .sns li:first-child {
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
  }

   #fullmenu .sublink .footer_menu {
		padding-right: 15px;
  }
   #fullmenu .sublink .footer_menu > li {
		display: block;
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 25.2px;
		line-height: 1.575rem;
  }
   #fullmenu .sublink .footer_menu > li + li {
		padding: 0;
		margin: 5px 0 0 0;
		border: none;
  }

  .copy {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 25.2px;
		line-height: 1.575rem;
		padding-right: 15px;
  }

   #mainvisual {
  }

   .side_menu {
		top: 110px;
  }
  .banner-renew-list-box.banner-renew-list-box .banner-nav-renew{
        column-gap: 20px;
  }
  .footer-meta-navigation li {
	text-align: left;
  }

}
/*** tablet ****/
@media (min-width: 767px) and (max-width: 1199px) {
   header .right {
		background: rgba(255, 255, 255, 0.3);
  }
  .top_content .inner_h2,
  .top_content .ablic-section-inner,
  .top_content .ablic-section-header,
  .top_content .categories-navigation,
  .top_content .news-posts-box {
		padding: 0 2%;
  }
}
/*** sp ****/
@media (max-width: 767px) {
  html.renew {
		font-size: 16px !important;
  }

   .view_pc {
		display: none !important;
  }

   .view_sp {
		display: block !important;
  }
   #fullmenu .sublink .sns {
		width: auto;
  }

   #mainvisual {
		height: auto;
		background-color: #3EA3E6;
  }

   #mainvisual .main_slider > div {
		height: auto;
  }

   #mainvisual .main_slider > div a img {
  }

   #mainvisual .main_slider > div a img.sp {
		display: inline;
  }

   #mainvisual .slick-dots {
		width: 100%;
		text-align: center;
		bottom: 0;
		margin: 0;
		padding: 0;
  }
   #banner-navigation .banner-nav-renew {
		padding: 12px 0;
		gap: 1px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
   }
   .top_menu {
		display: none;
  }

   .side_menu {
		display: none;
  }
   .top_content .ablic-section {
		padding: auto 4%;
   }
   .top_content h2, .news-list-box header h2, footer h2 {
		margin-bottom: 20px;
		font-size: 28px;
		line-height: 42px;
		font-weight: 300;
  }
   .top_content h2 > .button,  footer h2 > .button {
		margin-bottom: 10px;
		font-size: 60px;
		font-size: 3.75rem;
		line-height: 78px;
		line-height: 4.875rem;
  }
   .top_content h2 > .button a,  footer h2 > .button a {
		min-width: 80px;
		font-size: 16px;
		font-size: 1rem;
		line-height: 20.8px;
		line-height: 1.3rem;
  }
   .top_content h2 > .button > span,  footer h2 > .button > span {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 36.4px;
		line-height: 2.275rem;
  }
   .top_content * + h2,  footer * + h2 {
		margin-top: 40px;
  }
   .top_content .inner,  footer .inner {
		padding: 0 15px;
  }
   .top_content .prod-highlights-box .inner_h2 {
                padding: 0 4%;
  }
   .top_content .prod-highlights-box,  footer .prod-highlights-box {
		padding: 30px 0 10px;
  }
   .top_content .prod-highlights-box .inner,  footer .prod-highlights-box .inner {
		padding: 0 40px;
  }
   .top_content .prod-highlights-box .prod-highlights-list > div a,  footer .prod-highlights-box .column_list > div a {
		width: 100%;
  }
  .top_content .new-prod-box .inner_h2 {
		padding: 0 4%;
  }
   .top_content .new-prod-box,  footer .new-prod-box {
		padding: 30px 0;
  }
   .top_content .new-prod-box .text,  footer .new-prod-box .text {
		padding: 10px 15px;
  }
   .top_content .news-list-box {
		padding-bottom: 30px;	  
  }
   .top_content .ablic-section-header,
   .top_content .ablic-section-title {
		padding: 0 4%;
  }
   .top_content .news-posts-box,  footer .news-posts-box {
		padding: 30px 4%;
  }
   .top_content .categories-navigation {
	   	width: 100%;
　}
  .top_content .application-box,  footer .application-box {
		padding: 30px 0;
  }
   .top_content .application-box .application-menu,  footer .application-box .application-menu {
		gap: 4px;
  }
   .top_content .application-box .application-menu a,  footer .application-box .application-menu a {
		width: 100%;
		height: 270px;
  }
   .top_content .application-box .application-menu a .image,  footer .application-box .application-menu a .image {
		padding-top: 56%;
  }
   .top_content .application-box .application-menu a .app-content,
   .top_content .boilerplate-box .boilerplate-menu a .boiler-content {
 		max-width: 100%;
		width: 100%;
		text-align: center;
  }
   .top_content .application-box .application-menu a .app-content img,
   .top_content .boilerplate-box .boilerplate-menu a .boiler-content img {
		margin: 0 auto;
   }
   .top_content .boilerplate-box,  footer .boilerplate-box {
	padding: 30px 4% 40px;
		background-color: #3da2e6;
		background-size: cover;
  }

   .top_content .boilerplate-box h2,  footer .boilerplate-box h2 {
		margin-bottom: 0;
		padding: 0;
  }
   .top_content .boilerplate-box .boilerplate-menu,  footer .boilerplate-box .boilerplate-menu {
		margin-top: 30px;
		gap: 10px;
  }
   .top_content .boilerplate-box .boilerplate-menu a,  footer .boilerplate-box .boilerplate-menu a {
		width: calc((100% - 10px) / 2);
  }
   .top_content .action_menu,  footer .action_menu {
		padding: 40px 0 25px 0;
  }
   .top_content .action_menu > div > div,  footer .action_menu > div > div {
		width: calc((100% - 40px) / 3);
  }
   .top_content .action_menu > div > div a .title,  footer .action_menu > div > div a .title {
		margin-top: 15px;
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 25.2px;
		line-height: 1.575rem;
  }

   footer {
		padding: 25px 0 20px 0;
  }
   footer .inner .footer_content .sns {
		gap: 20px;
		justify-content: center;
  }
   footer .inner .footer_content .sns li {
		width: calc((100% - 60px) / 4);
  }
   footer .inner .footer_content .sns li:first-child {
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
  }
   footer .inner .footer_content .footer_menu > li {
		display: block;
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 25.2px;
		line-height: 1.575rem;
  }
   footer .inner .footer_content .footer_menu > li + li {
		padding: 0;
		margin: 5px 0 0 0;
		border: none;
  }

   footer .copy {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 25.2px;
		line-height: 1.575rem;
		position: absolute;
		right: 15px;
		bottom: 20px;
  }
  .categories-navigation {
 		padding: 0 4%;
  }
  .categories-navigation p, .news .tab li {
		margin: 0 auto !important;
		padding-bottom: 10px;
		width: calc((100% - 40px) / 3);
		font-size: 12px;
		line-height: 20.4px;
  }
   .news .tab li + li {
		margin-left: 0;
  }

   .news .list li {
		padding: 10px 0;
  }
   .news .list li a > span.cat {
		margin-left: 0;
		display: none;
  }
   .news .list li a > span.title {
		margin-top: 10px;
		width: 100%;
  }

   .button a,  .button button,  .button span {
		margin: 0 0 10px 10px;
  }
}
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}
.prod-highlights-box .slick-track a {
}
.prod-highlights-box .slick-track a:hover {
	color: #303030;
	opacity: 0.8;
}
.prod-highlights-box .slick-track p.more {
	color: #00a0e9;
}	
.slick-track .image img {
	height: auto;
}

.prod-highlights-box .slick-track .image {
	background: fff;
}
.top_content .new-prod-list .text p.series-title {
	font-weight: 500;
}
.top_content .new-prod-list .text p.series-title:after {
	font-family: FontAwesome;
	content: '\f058';
	color: #37cd50;
	margin-left: 4px;
}
.top_content .new-prod-list .text p.title {
	font-weight: normal;
}

.new-prod-list div a {
	display: block;
	margin-bottom: 5px;
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
.new-prod-list div a .image {
	padding-top: 20px;
	background: #fff;
	text-align: center;
	width: 60%;
	margin: 0 auto;
}
.new-prod-list div a .image img,
.slick-slider .slick-slide .image img {
	height: auto;
}
.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	overflow: hidden;
	position: relative;
	margin: 0 10px;
}
/*
.sp .slick-slide img {
	width: 100%;
}
*/
[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* for Sidenav */
@media (min-width: 1200px){
	.has-aside:not(.page-template-template-lp .has-aside){
/*		margin: 35px 83px 0 auto;*/
	}
}
@media (min-width: 768px) {
        #content .front-page-news .categories-navigation {
                width: 1200px;
        }
}
@media (min-width: 768px) and (max-width: 1199px){
	.has-aside{
		max-width: 85%;
	}
}
/* for Sidenav2 */
/*.page-template-template-wide .entry-aside{
	top: 330px;
}
.page-template-template-wide .entry-aside .link-list{
	max-height: 304px;
}	
@media (max-width:767px) {
	.sidenav-renew-box{
		display: none;
	}
	.categories-navigation {
		width: 1220px;
	}
}*/
/* banner-renew */

.banner-renew-list-box,
.banner-list-box{
	background: #555;
        border: 0px;
}
.banner-renew-list-box .banner-navigation p.nav-icon{
	color: #fff;
	font-weight: 300;
}
.banner-renew-list-box .banner-navigation p.nav-icon i,
.banner-renew-list-box .banner-navigation p.nav-icon img{
        font-size: 18px;
        padding-right: 8px;
	vertical-align: baseline;
}
.banner-renew-list-box.banner-renew-list-box .banner-nav-renew{
}
.banner-renew-list-box .banner-navigation li{
	width: auto;
}
@media (max-width:767px) {
	
	.banner-renew-list-box .banner-navigation p.nav-icon i{
		font-size: 30px;
	}
	.banner-renew-list-box .banner-navigation p.nav-icon{
		margin-block-start: 0em;
    		margin-block-end: 0em;
		display: flex;
   	 	flex-direction: column;
    		flex-wrap: wrap;
    		justify-content: center;
    		align-items: center;
	}
	.banner-renew-list-box .banner-navigation p.nav-icon .nav-renew-title{
		font-size: 0.8em;
	}
	.banner-renew-list-box .banner-navigation li{
		font-size: 16px;
		flex: 1 0 30%;
		text-align: center;
		margin-bottom: 0px;
	}

}


/* big banner test*/
.slider-wrap{
	padding: 0px 97px 0px;
}
/* twitter -> x ,linkedin*/
.news-single .social-share li.twitter a {
	background-color: #000;
}

.news-single .social-share li.linkedin a {
	background-color: #0a66c2;
}
/* big banner margin delete */
@media (min-width: 768px){
	div#content{
		margin-top: -1px;
	}
}
/* bannermenu below bigbanner */
@media (max-width:767px) {
	.banner-renew-list-box .banner-navigation li.padding-left{
		padding-left: 60px;
	}
	.banner-renew-list-box .banner-navigation li.padding-right{
                padding-right: 60px;
        }

}
