@charset "utf-8";


/*--------------------------------------
  リセット
--------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
	display: block;
}

a {
	text-decoration: none;
}

ul, ol {
	list-style: none;
}

img {
	vertical-align: top;
	border: 0;
}

button {
	font-size: 100%;
}

.clear {
	clear: both;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

input,
textarea {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

table{
	border-collapse: collapse; 
	border-spacing:0;
	table-layout: fixed;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}
pre {
	overflow: auto;
}


/*--------------------------------------
  クラス定義
--------------------------------------*/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.s {
	font-size: 70%;
}
.ss {
	font-size: 50%;
}
.m{
	font-size: 120%;
}
.l {
	font-size: 150%;
	line-height: 130%;
}
.ll {
	font-size: 200%;
	line-height: 120%;
}
.b {
	font-weight: bold;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 80%;
}
 
sup {
	bottom: 1ex;
}
 
sub {
	top: .5ex;
}
.red{
	color: #f00;
}
/*--------------------------------------
  クリアフィックス
---------------------------------------*/
.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}

/*--------------------------------------
  リンク
--------------------------------------*/
a {
	color:inherit;
}

/*--------------------------------------
  画像
--------------------------------------*/
img {
	max-width: 100%!important;
	height: auto;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
/*--------------------------------------
  全体定義
--------------------------------------*/
html {
	font-family : 'Noto Sans JP', "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic" ,sans-serif;
	font-size : 14px;
	line-height : 1.6;
	background: #fff;
	color: #333;
}

body {
	margin: 0;
	padding: 0;
}

.sp{
	display: none !important;
}
/*-----------------------------------
 ヘッダー
------------------------------------*/
#header{
    position: relative;
    z-index: 999;
}
.h_logo {
	width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 0;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom: 1px solid #fff;
    background: rgb(200,200,200);
    background: linear-gradient(0deg, rgba(200,200,200,1) 0%, rgba(232,232,232,1) 26%, rgba(255,255,255,1) 75%);
    box-shadow: inset 0 0 1px #fff, inset 0 0 3px #fff;
}
.logo {
    width: 80%;
    display: block;
    margin: 0 auto;
}
.h_box {
	box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.inner{
	display: block;
	margin: 0 auto;
	width: 1000px;
    padding: 0 10px;
    box-sizing: border-box;	
}
#navi {
    width: 78%;
    box-sizing: border-box;
}
.nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-sizing: border-box;
}
.nav li {
    width: calc(100%/5);
    text-align: center;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    padding: 12px 0;
    font-size: 90%;
    background: rgb(200,200,200);
    background: linear-gradient(0deg, rgba(200, 200, 200, 1) 0%, rgba(232,232,232,1) 21%, rgba(255,255,255,1) 72%);
    box-shadow: inset 0 0 5px #fff, 0 1px 3px #666;
    transition: all 0.2s ease;
}
.nav li:first-child {
    border-left: 1px solid #ddd;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.nav li:last-child {
    border-right: 1px solid #ddd;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.nav li a {
    display: block;
}
.nav li:hover {
    background: rgb(251,251,251);
    background: linear-gradient(0deg, rgba(251,251,251,1) 0%, rgba(232,232,232,1) 60%, rgba(208,208,208,1) 100%);
    box-shadow: inset 0 0 10px #b9b9b9;
}

/*---------------------
 見出し
------------------------*/
.ttl1 {
    font-weight: 900;
    font-size: 24px;
    color: #fff;
	margin-bottom: 5px;	
    text-shadow: 0 1px 3px #999, 0 1px 6px #999;
}
.ttl2 {
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 4px;
    margin-bottom: 1rem;
}

/*-----------------------------
 コンテンツ
-----------------------------*/
.sp{
	display: none !important;
	}	

#contents {
    margin-top: -33px;

}
#top_main{
    background: rgb(205,216,225);
    background: linear-gradient(0deg, rgba(205,216,225,1) 0%, rgba(255,255,255,1) 100%);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
	padding-bottom: 50px;
}
.top_slide {
    position: relative;
    background: #000;
    padding-bottom: 5%;
    overflow: hidden;	
}
/*
.top_slide:after {
    content: "";
    width: 100%;
    height: 27%;
    position: absolute;
    top: 82%;
    left: 0;
    background: #fff;
    border-top-left-radius: 70%;
    border-top-right-radius: 70%;
}
*/
.kv_wave {
	margin-top: -8.5%;
    position: relative;
    width: 100%;
}
#top_product {
    margin-top: -16%;
    position: relative;
    z-index: 9;
}
.slide_container {
  position: relative;
}
.slide_container.initialized {
  display:block;
}
.slide_products {
	margin: 0 10px;
}
.slide_products .slick-list {
  margin: 0 10px;  /* ガター分ネガティブマージン */
    padding: 8px 0 40px;
    box-sizing: border-box;	
}
.slide_products .slider-arrow {
  position: absolute;
  top: 50%;
  height: 36px;
  margin-top: -18px;  /* 高さの半分だけネガティブマージン */
  color: #bd77f2;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  z-index: 10;  /* 重要 */
}

.slide_products .slick-slide {
	margin:0 10px;
    background: #fff;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    height: 180px;
    position: relative;
	box-shadow: 0 0 5px rgba(117, 117, 117, 0.8);
}
.slide_products .slick-slide:before {
    content: "";
    position: absolute;
    height: 59px;
    top: 84%;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: url(../images/slide_shadow.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.slick-prev, .slick-next {
	background: rgb(255,255,255) !important;
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(190,190,190,1) 1%, rgba(210,210,210,1) 13%, rgba(250,250,250,1) 34%, rgba(255,255,255,1) 72%, rgba(255,255,255,1) 100%) !important;
	border: 1px solid #ccc !important;
    top: 44% !important;
    width: 25px !important;
    height: 50px !important;
    box-shadow: 0 0 3px #ccc;
}
.slick-prev:before, .slick-next:before{
	color: #181778 !important;		
}
.slick-next:before {
    content: '\f105' !important;
    font-family: "Font Awesome 5 Free","FontAwesome" !important;
    font-weight: 900 !important;
    font-size: 26px !important;
    opacity: 1 !important;
}
.slick-prev:before {
    content: '\f104' !important;
    font-family: "Font Awesome 5 Free","FontAwesome" !important;
    font-weight: 900 !important;
    font-size: 26px !important;
    opacity: 1 !important;
}
.top_products_img {
    display: block;
    margin: 0 auto;
    width: 70%;
}
.product_cap {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding-left: 18px;
    line-height: 1.3;
}
.product_cap:before{
    content: "\f138";
    color: #181778;
    font-family: "Font Awesome 5 Free","FontAwesome";
    font-weight: 900;
    margin-right: 2px;
    position: absolute;
    top: 0;
    left: 0;	
}
#main_box {
    margin-bottom: 30px;
}
.video-wall-banner {
    position: relative;
    box-sizing: border-box;
    border: 1px solid #999;
}
.video-wall-banner img{
    width:100%;
}

.video-wall-banner:before {
    content: "";
    width: 100%;
    height: 30px;
    background: url(../images/concept_shadow) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 0;
}
.concept {
    position: relative;
    background: url(../images/concept_img.png) no-repeat;
    background-size: cover;
    background-position: right center;
    padding: 10px 15px 20px;
    box-sizing: border-box;
    border: 1px solid #999;
}

.concept:before {
    content: "";
    width: 100%;
    height: 30px;
    background: url(../images/concept_shadow) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 0;
}
.concept_box{
	position: relative;
}
.concept_txt_img {
    margin-left: -7px;
}
.concept_box p {
    font-weight: 500;
    color: #000;
    font-size: 14px;
    margin-bottom: 20px;
    text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff;
    -webkit-filter: drop-shadow(0 0 2px #fff);
    filter: drop-shadow(0 0 2px #fff);
}
.btn_more {
    display: inline-block;
    margin: 0 auto;
    padding: 6px 0 6px 40px;
    color: #fff;
    letter-spacing: 2px;
	background: #1f2c5f;
	border-radius: 10px;
    box-shadow: 0 1px 3px #333;	
}
.more_arrow {
    display: inline-block;
    width: 32px;
    vertical-align: middle;
    margin-left: 5px;
	margin-right: 15px;
	transition: all .3s ease;
}
.panel_area .btn_more {
    display: block;
    margin: 0 0 0 auto;
    width: 100px;
}
.btn_more:hover .more_arrow,.to_more:hover .more_arrow {
    margin-left: 10px;
    margin-right: 10px;
}
.top_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.top_side {
    width: 32%;
}
.service {
    padding-bottom: 20px;
}
.service_box {
    border: 1px solid #999;
    border-radius: 10px;
    background: #fff;
    position: relative;
	z-index: 1;
}
.service_box:after {
	content: "";
    position: absolute;
    left: 0;
    bottom: -25px;
    background: url(../images/news_shadow.png) no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    height: 58px;
    width: 100%;
    z-index: -1;
}
.service_txt_box {
    box-sizing: border-box;
    padding: 10px;
	position: relative;
    background: #fff;
    border-radius: 10px;	
}
.blue {
    color: #181778;
}
.content_ttl2 {
    font-size: 125%;
    font-weight: 600;
    margin-bottom: 5px;
}

.news {
    width: 65%;
    box-sizing: border-box;
}
.tab_wrap{
    width: 100%;
	margin: 0 auto 40px;
	position: relative;
	padding-bottom: 50px;
	z-index: 1;
}
.tab_wrap:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/news_shadow.png) no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    height: 110px;
	width: 100%;
    z-index: -1;
}
#content_wrap .tab_wrap:after {
    height: 170px;
}
 input[type="radio"]{
	display:none;
}
.tab_area{
	font-size:0; 
	margin:0 10px;
	
}
.tab_area label{
    width: 130px;
    margin: 0 5px;
    display: inline-block;
    padding: 5px 0;
    color: #fff;
    background: #808080;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    transition: ease 0.2s all;
    font-weight: 500;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.panel_area{
	background:#fff;
    padding-bottom: 10px;	
    border: 1px solid #999;	
}
.tab_panel{
	width:100%; 
	padding: 30px 20px 10px; 
	display:none;
	box-sizing: border-box;
}


#tab1:checked ~ .tab_area .tab1_label{
	background: #181778;
    color: #fff;
}
#tab1:checked ~ .panel_area #panel1{
	display:block;
}
#tab2:checked ~ .tab_area .tab2_label{
	background: #181778;
    color: #fff;
}
#tab2:checked ~ .panel_area #panel2{
	display:block;
}
#tab3:checked ~ .tab_area .tab3_label{
	background: #181778;
    color: #fff;
}
#tab3:checked ~ .panel_area #panel3{
	display:block;
}


.news_list {
    margin-bottom: 20px;
}
.news_list li {
    border-bottom: 1px solid #ddd;
	padding: 12px 0;
    display: flex;
}
.meta_box {
    margin-right: 10px;
}
.date {
    margin-right: 10px;
    font-size: 80%;
}
.cate {
	font-size: 80%;
    color: #fff;
    padding: 1px 10px;
	white-space: nowrap;	
}
.bg_blue{
	background: #181778;
}
.bg_orange{
	background: #e25f05;
}
.bg_green{
	background: #22af1e;
}
.bg_red{
	background: #992025;
}
.to_more {
    display: block;
    margin-left: auto;
    width: 90px;
    color: #181778;
}
#contact {
    background: url(../images/bg_contact.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding: 2rem 0;
    text-align: center;
    color: #fff;	
}


/*------------------------
 下層
----------------------------*/

.page_kv {
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.page_kv:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 0;
}
.page_kv_ttl {
    color: #fff;
    font-weight: 600;
    font-size: 46px;
    letter-spacing: 5px;
    -webkit-filter: drop-shadow(0 0 3px rgba(0,0,0,0.5));
	filter: drop-shadow(0 0 3px rgba(0,0,0,0.5));
    position: relative;
    z-index: 1;
}
.service_top {
    background: url(../service/images/top_service.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.contact_top {
    background: url(../contact/images/top_contact.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.product_top {
    background: url(../products/images/top_product.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.company_top {
    background: url(../company/images/top_company.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.news_top {
    background: url(../news/images/top_news.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.sitemap_top {
    background: url(../sitemap/images/top_sitemap.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.kv_img {
    width: 100%;
}
.pankuzu {
    background: #f7f7f7;
    padding: 10px 0;
	margin-bottom: 30px;
}
.pankuzu_list {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #757575;
}
.pankuzu_list li {
    margin-right: 5px;
}
.pankuzu_list li a {
    margin-right: 5px;
}


#content_wrap {
    padding-bottom: 50px;
}

#page_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#page_content {
    width: 700px;
}
.page_ttl2 {
    background: -moz-linear-gradient(50% 100% 90deg,rgba(210, 210, 210, 1) 3.04%,rgba(212, 212, 212, 1) 3.29%,rgba(229, 229, 229, 1) 6.35%,rgba(241, 241, 241, 1) 10.1%,rgba(248, 248, 248, 1) 15.24%,rgba(250, 250, 250, 1) 28.26%,rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(210, 210, 210, 1) 3.04%, rgba(212, 212, 212, 1) 3.29%, rgba(229, 229, 229, 1) 6.35%, rgba(241, 241, 241, 1) 10.1%, rgba(248, 248, 248, 1) 15.24%, rgba(250, 250, 250, 1) 28.26%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0.0304,rgba(210, 210, 210, 1) ),color-stop(0.0329,rgba(212, 212, 212, 1) ),color-stop(0.0635,rgba(229, 229, 229, 1) ),color-stop(0.101,rgba(241, 241, 241, 1) ),color-stop(0.1524,rgba(248, 248, 248, 1) ),color-stop(0.2826,rgba(250, 250, 250, 1) ),color-stop(1,rgba(255, 255, 255, 1) ));
    background: -o-linear-gradient(90deg, rgba(210, 210, 210, 1) 3.04%, rgba(212, 212, 212, 1) 3.29%, rgba(229, 229, 229, 1) 6.35%, rgba(241, 241, 241, 1) 10.1%, rgba(248, 248, 248, 1) 15.24%, rgba(250, 250, 250, 1) 28.26%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(90deg, rgba(210, 210, 210, 1) 3.04%, rgba(212, 212, 212, 1) 3.29%, rgba(229, 229, 229, 1) 6.35%, rgba(241, 241, 241, 1) 10.1%, rgba(248, 248, 248, 1) 15.24%, rgba(250, 250, 250, 1) 28.26%, rgba(255, 255, 255, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D2D2D2', endColorstr='#FFFFFF' ,GradientType=0)";
    background: linear-gradient(0deg, rgba(210, 210, 210, 1) 3.04%, rgba(212, 212, 212, 1) 3.29%, rgba(229, 229, 229, 1) 6.35%, rgba(241, 241, 241, 1) 10.1%, rgba(248, 248, 248, 1) 15.24%, rgba(250, 250, 250, 1) 28.26%, rgba(255, 255, 255, 1) 100%);
    border-style: Solid;
    border-color: #E5E5E5;
    border-color: rgba(229, 229, 229, 1);
    border-width: 1px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#D2D2D2' , GradientType=0);
    padding: 8px 10px 8px 25px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 20px;
    color: #555;
	position: relative;
    margin-bottom: 24px;
}
.page_ttl_sub {
    font-size: 11px;
    color: #999;
    padding-left: 10px;
}
.page_ttl2:before {
    content: "";
    width: 3px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto;
	 background : -moz-linear-gradient(50% 100% 90deg,rgba(170, 176, 191, 1) 0%,rgba(114, 118, 164, 1) 22.9%,rgba(65, 67, 140, 1) 45.7%,rgba(35, 36, 126, 1) 62.86%,rgba(24, 24, 120, 1) 72.39%,rgba(17, 17, 106, 1) 78.86%,rgba(6, 4, 84, 1) 91.74%,rgba(2, 0, 76, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(170, 176, 191, 1) 0%, rgba(114, 118, 164, 1) 22.9%, rgba(65, 67, 140, 1) 45.7%, rgba(35, 36, 126, 1) 62.86%, rgba(24, 24, 120, 1) 72.39%, rgba(17, 17, 106, 1) 78.86%, rgba(6, 4, 84, 1) 91.74%, rgba(2, 0, 76, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(170, 176, 191, 1) ),color-stop(0.229,rgba(114, 118, 164, 1) ),color-stop(0.457,rgba(65, 67, 140, 1) ),color-stop(0.6286,rgba(35, 36, 126, 1) ),color-stop(0.7239,rgba(24, 24, 120, 1) ),color-stop(0.7886,rgba(17, 17, 106, 1) ),color-stop(0.9174,rgba(6, 4, 84, 1) ),color-stop(1,rgba(2, 0, 76, 1) ));
  background : -o-linear-gradient(90deg, rgba(170, 176, 191, 1) 0%, rgba(114, 118, 164, 1) 22.9%, rgba(65, 67, 140, 1) 45.7%, rgba(35, 36, 126, 1) 62.86%, rgba(24, 24, 120, 1) 72.39%, rgba(17, 17, 106, 1) 78.86%, rgba(6, 4, 84, 1) 91.74%, rgba(2, 0, 76, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(170, 176, 191, 1) 0%, rgba(114, 118, 164, 1) 22.9%, rgba(65, 67, 140, 1) 45.7%, rgba(35, 36, 126, 1) 62.86%, rgba(24, 24, 120, 1) 72.39%, rgba(17, 17, 106, 1) 78.86%, rgba(6, 4, 84, 1) 91.74%, rgba(2, 0, 76, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#AAB0BF', endColorstr='#02004C' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(170, 176, 191, 1) 0%, rgba(114, 118, 164, 1) 22.9%, rgba(65, 67, 140, 1) 45.7%, rgba(35, 36, 126, 1) 62.86%, rgba(24, 24, 120, 1) 72.39%, rgba(17, 17, 106, 1) 78.86%, rgba(6, 4, 84, 1) 91.74%, rgba(2, 0, 76, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02004C',endColorstr='#AAB0BF' , GradientType=0);
}
.page_ttl3 {
    font-size: 130%;
    font-weight: 500;
    position: relative;
    padding: 10px 5px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.page_ttl3:after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(223,223,223);
    background: linear-gradient(-45deg, rgba(223,223,223,1) 80%, rgba(24,23,120,1) 80%);
}
.page_ttl4 {
	font-weight: 500;
    font-size: 120%;
    padding: 10px 0;
    margin-bottom: 20px;
    position: relative;
}
.page_ttl4:after {
    content: "";
    width: 50px;
    height: 3px;
    background: #ea7900;
    position: absolute;
    left: 0;
    bottom: 0;
}
.page_txt {
    margin-bottom: 20px;
}
.content_box {
    padding-bottom: 40px;
}
.normal_list li {
	padding: 10px 10px 10px 20px;
    box-sizing: border-box;
    position: relative;
}
.normal_list li:before {
    content: "\f105";
	font-family: "Font Awesome 5 Free","FontAwesome";
    margin-right: 5px;
    font-weight: 900;
    color: #181778;
    position: absolute;
    top: 10px;
    left: 5px;
}
.table_1 {
    width: 100%;
}
.table_1 th {
    width: 23%;
    box-sizing: border-box;
    padding: 15px 10px;
    text-align: center;
    background: #f7f7f7;
    border: 1px solid #ccc;
    vertical-align: middle;
}
.table_1 td {
    background: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 15px;
}

.flex_box_service {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.flex_box_service div {
    width: 60%;
}
.flex_box_service div p {
    line-height: 1.8;
}
.sv_img2 {
    width: 40%;
    object-fit: cover;
    box-sizing: border-box;
    padding-left: 10px;
}

.access_ttl {
    font-weight: 500;
    font-size: 110%;
    border-bottom: 2px solid #181878;
    margin-bottom: 5px;
    padding: 5px;
    box-sizing: border-box;
}
.access_ttl i{
	color: #181878;
}
.access_box ul {
    box-sizing: border-box;
    padding: 10px;
}
/*--------------------------
 製品情報
--------------------------*/

.lineup_list {
    display: flex;
    flex-wrap: wrap;
}
.lineup_list li {
    width: 23%;
    background: #fff;
    box-shadow: 0 0 5px rgba(117, 117, 117, 0.5);
    box-sizing: border-box;
    padding: 10px 10px 15px;
    border-radius: 5px;
    margin: 0 1% 4%;
    position: relative;
}
.lineup_list li:after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 52px;
    background: url(../images/slide_shadow.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.lineup_img {
    display: block;
    margin: 0 auto;
    width: 80%;
}
.lineup_name {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.3;
    position: relative;
    padding-left: 20px;
}
.name_sub {
    font-size: 76%;
    padding: 5px 0;
}
.lineup_name:before {
    content: "\f138";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
    color: #181778;
    text-align: center;
    font-family: "Font Awesome 5 Free","FontAwesome";
    font-weight: 900;
}

.pro_cate {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.pro_cate li {
    color: #fff;
    padding: 5px 0;
    text-shadow: 0 0 3px #666;
    width: calc(100%/7);
    text-align: center;
    margin-right: 10px;
    border-radius: 5px;
    border: 1px solid #999;
    box-shadow: inset 0 0 3px #fff;
    background: rgb(165,165,165);
    background: linear-gradient(0deg, rgba(165,165,165,1) 0%, rgba(190,190,190,1) 50%, rgba(201,201,201,1) 100%);
}
.pro_cate li a{
	display: block;
	font-weight: inherit;	
}
.pro_cate li:hover {
    border: 1px solid #181878;
    background: rgb(24,23,120);
    background: linear-gradient(0deg, rgba(24,23,120,1) 40%, rgba(94,103,182,1) 100%);
    box-shadow: inset 0 0 3px rgb(209, 212, 239);
}
.product_img {
    width: 100%;
    margin-bottom: 20px;
}

.product_box {
    padding-bottom: 30px;
}
.product_txt {
    margin-bottom: 20px;
}
.product_txt p {
    font-size: 90%;
}
.frame_1 {
    padding: 20px 10px;
    box-sizing: border-box;
    background: #f7f7f7;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    box-shadow: inset 0px -3px 8px #ddd, 0 1px 2px rgba(102, 102, 102, 0.45);
    border-top: 2px solid #181778;
}
.number_list {
    counter-reset: number;
    padding-left: 1rem;
    margin-bottom: 20px;
}
.number_list li {
    padding: 5px 0 5px 35px;
    position: relative;
}	
.number_list li:before {
	counter-increment: number;
    content: counter(number);
    background: #181778;
    color: #fff;
    padding: 2px 10px;
    font-weight: 500;
    position: absolute;
    left: 0;
    background: rgb(24,23,120);
    background: linear-gradient(0deg, rgba(24,23,120,1) 40%, rgba(94,103,182,1) 100%);
    border: 1px solid #181778;
    box-sizing: border-box;
    border-radius: 2px;
}
.flex_box {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}
.flex_box div {
    width: 50%;
    box-sizing: border-box;
}
.box_img {
    width: 50%;
    box-sizing: border-box;
    padding: 0 10px;
}
.flex_list {
    display: flex;
    align-items: end;
}
.list_img {
    width: 100%;
    margin-bottom: 5px;
}
.flex_list li p {
    text-align: center;
    font-size: 80%;
}
.flex_list.col_2 {
    flex-wrap: wrap;
}
.flex_list.col_2 li {
    width: 50%;
    margin-bottom: 20px;
}

.flex_list_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex_list_box li {
    width: 31%;
    box-sizing: border-box;
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(153, 153, 153, 0.61);
    background: #f4f4f4;
}

.table_2 {
    width: 100%;
    font-size: 90%;
	margin-bottom: 10px;
}
.table_2 thead th, .table_2 thead td {
    background: #181778;
    color: #fff;
    text-align: center;
}
.table_2 th {
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    vertical-align: middle;
    width: 23%;
    background: #f7f7f7;
}
.table_2 td {
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background: #fff;
    vertical-align: middle;	
}
.catalog_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.catalog_img {
    width: 55%;
    box-sizing: border-box;
}
.catalog_right {
    width: 45%;
    box-sizing: border-box;
}
.btn_download {
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    width: 230px;
    padding: 10px 0;
    border-radius: 5px;
    border: 1px solid #181878;
    background: rgb(24,23,120);
    background: linear-gradient(0deg, rgba(24,23,120,1) 40%, rgba(94,103,182,1) 100%);
    box-shadow: inset 0 0 3px rgb(209, 212, 239);
}

.compare_box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.compare_img {
    width: 50%;
}
/*-----------------------------
　お問い合わせ
------------------------------*/
.thkans_txt {
    padding: 50px 0;
    text-align: center;
    font-size: 130%;
    margin-bottom: 110px;
    background: #f4f4f4;
    border: 2px solid #181778;
    box-sizing: border-box;
}

/*--------------------------------
 サイドバー
---------------------------------*/
#page_side {
    width: 240px;
}

.side_list li {
    padding: 10px;
    box-sizing: border-box;
    background: -moz-linear-gradient(50% 100% 90deg,rgba(210, 210, 210, 1) 3.04%,rgba(212, 212, 212, 1) 3.29%,rgba(229, 229, 229, 1) 6.35%,rgba(241, 241, 241, 1) 10.1%,rgba(248, 248, 248, 1) 15.24%,rgba(250, 250, 250, 1) 28.26%,rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(210, 210, 210, 1) 3.04%, rgba(212, 212, 212, 1) 3.29%, rgba(229, 229, 229, 1) 6.35%, rgba(241, 241, 241, 1) 10.1%, rgba(248, 248, 248, 1) 15.24%, rgba(250, 250, 250, 1) 28.26%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0.0304,rgba(210, 210, 210, 1) ),color-stop(0.0329,rgba(212, 212, 212, 1) ),color-stop(0.0635,rgba(229, 229, 229, 1) ),color-stop(0.101,rgba(241, 241, 241, 1) ),color-stop(0.1524,rgba(248, 248, 248, 1) ),color-stop(0.2826,rgba(250, 250, 250, 1) ),color-stop(1,rgba(255, 255, 255, 1) ));
    background: -o-linear-gradient(90deg, rgba(210, 210, 210, 1) 3.04%, rgba(212, 212, 212, 1) 3.29%, rgba(229, 229, 229, 1) 6.35%, rgba(241, 241, 241, 1) 10.1%, rgba(248, 248, 248, 1) 15.24%, rgba(250, 250, 250, 1) 28.26%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(90deg, rgba(210, 210, 210, 1) 3.04%, rgba(212, 212, 212, 1) 3.29%, rgba(229, 229, 229, 1) 6.35%, rgba(241, 241, 241, 1) 10.1%, rgba(248, 248, 248, 1) 15.24%, rgba(250, 250, 250, 1) 28.26%, rgba(255, 255, 255, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D2D2D2', endColorstr='#FFFFFF' ,GradientType=0)";
    background: linear-gradient(0deg, rgba(210, 210, 210, 1) 3.04%, rgba(212, 212, 212, 1) 3.29%, rgba(229, 229, 229, 1) 6.35%, rgba(241, 241, 241, 1) 10.1%, rgba(248, 248, 248, 1) 15.24%, rgba(250, 250, 250, 1) 28.26%, rgba(255, 255, 255, 1) 100%);
    border-style: Solid;
    border-color: #E5E5E5;
    border-color: rgba(229, 229, 229, 1);
    border-width: 1px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#D2D2D2' , GradientType=0);
    font-size: 90%;
    color: #555;
    position: relative;
    padding-left: 30px;
	border-top-color: #fff;
}
.side_list li:first-child {
    ackground: -moz-linear-gradient(50% 100% 90deg,rgba(160, 160, 160, 1) 1.3%,rgba(171, 171, 171, 1) 13.04%,rgba(187, 187, 187, 1) 37.46%,rgba(197, 197, 197, 1) 64.67%,rgba(200, 200, 200, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(160, 160, 160, 1) 1.3%, rgba(171, 171, 171, 1) 13.04%, rgba(187, 187, 187, 1) 37.46%, rgba(197, 197, 197, 1) 64.67%, rgba(200, 200, 200, 1) 100%);
    background: -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0.013,rgba(160, 160, 160, 1) ),color-stop(0.1304,rgba(171, 171, 171, 1) ),color-stop(0.3746,rgba(187, 187, 187, 1) ),color-stop(0.6467,rgba(197, 197, 197, 1) ),color-stop(1,rgba(200, 200, 200, 1) ));
    background: -o-linear-gradient(90deg, rgba(160, 160, 160, 1) 1.3%, rgba(171, 171, 171, 1) 13.04%, rgba(187, 187, 187, 1) 37.46%, rgba(197, 197, 197, 1) 64.67%, rgba(200, 200, 200, 1) 100%);
    background: -ms-linear-gradient(90deg, rgba(160, 160, 160, 1) 1.3%, rgba(171, 171, 171, 1) 13.04%, rgba(187, 187, 187, 1) 37.46%, rgba(197, 197, 197, 1) 64.67%, rgba(200, 200, 200, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#A0A0A0', endColorstr='#C8C8C8' ,GradientType=0)";
    background: linear-gradient(0deg, rgba(160, 160, 160, 1) 1.3%, rgba(171, 171, 171, 1) 13.04%, rgba(187, 187, 187, 1) 37.46%, rgba(197, 197, 197, 1) 64.67%, rgba(200, 200, 200, 1) 100%);
    border-style: Solid;
    border-color: #A5A5A5;
    border-color: rgba(165, 165, 165, 1);
    border-width: 1px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C8C8C8',endColorstr='#A0A0A0' , GradientType=0);
    color: #fff;
    font-size: 100%;
    font-weight: 500;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-shadow: 0 0 3px #666;
    box-shadow: 0 0 2px #fff inset;
    padding-left: 15px;	
}
.side_list li a {
    display: block;
    font-weight: inherit;
}
.side_list li:nth-child(n+2):before {
    content: "\f105";
    color: #181878;
    position: absolute;
    font-weight: 900;
    font-family: "Font Awesome 5 Free","FontAwesome";
    width: 1em;
    height: 1em;
    text-align: center;
    line-height: 1;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto 0;
}

/*-------------------------------
　フッター
-------------------------------*/

#footer {
    background: #f9f9f9;
}

.f_box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
	padding: 20px 0;
	justify-content: space-between;
    align-items: flex-end;	
}
.f_left {
    width: 40%;
	box-sizing: border-box;
}
.f_left p {
    font-size: 85%;
}
.f_logo {
    height: 30px;
    margin-bottom: 10px;
}
.sns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sns li {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #181778;
    color: #fff;
    margin-right: 15px;
    border-radius: 50%;
}
.f_menu {
    width: 60%;
    box-sizing: border-box;
}
.f_menu {
    display: flex;
    flex-wrap: wrap;
}
.f_menu li {
    width: calc(100%/5);
    box-sizing: border-box;
}
.f_menu li a{
	font-weight: 500;
}
.f_menu li:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free","FontAwesome";
    display: inline-block;
    margin-right: 5px;
    color: #181778;
	font-weight: 900;
}
.f_bottom {
    background: #2d2d2d;
    color: #fff;
}
.f_bottom_box {
    display: flex;
    flex-direction: row-reverse;
    padding: 20px 0;
    justify-content: space-between;
    flex-wrap: wrap;
	font-size: 80%;	
}
.f_bottom_list {
    display: flex;
}
.f_bottom_list li {
    box-sizing: border-box;
    padding: 0 10px;
    border-right: 1px solid;
}
.f_bottom_list li:last-child{
	border-right: 0;
}


#page_top{
    position: fixed;
    right: 0;
    bottom: 57px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #181777;
    color: #fff;
    font-size: 18px;
    z-index: 9;	
}


@media screen and (max-width:1000px){
.inner	{
	width: 95%;
}
.slide_products .slick-slide:before{
	height: 50px;
}	
.slide_products .slick-slide{
	height: 160px;
}	
.product_cap {
    font-size: 13px;
}

	
#page_content {
    width: 70%;
}
	
#page_side {
    width: 27%;
}

}


@media screen and (max-width:896px){
	
.concept_box {
    top: 0;
}
	
	
.top_side {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service {
    width: 50%;
}
.service_box:after {
    height: 70px;
    bottom: -30px;
}	
.contents {
    width: 46%;
}	
.side_banner {
    width: 100%;
}
.news {
    width: 100%;
}	
	
#page_content {
    width: 100%;
}
#page_side {
    width: 100%;
    margin-bottom: 30px;	
}	
	
.lineup_list li {
    width: 31.3%;
}	
	
	
}

@media screen and (max-width:768px){
	
.concept {
    background: url(../images/concept_img_sp.png) no-repeat;
    background-size: cover;
    background-position: center;	
	}
	
	
}

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

.sp{
	display: block !important;
	}	
.pc{
	display: none !important;
	}	
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
	box-shadow: 0 0 3px #ccc;	
}	
.h_box {
    padding: 5px 0;
}		
.h_logo {
    background: none;
    border: 0;
    padding: 0;
    width: auto;
	box-shadow: none;	
}
.logo {
    width: auto;
    height: 24px;
}	
.btn_menu {
    width: 40px;
    height: 40px;
    color: #181778;
    position: relative;
    text-align: center;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(190,190,190,1) 1%, rgba(210,210,210,1) 13%, rgba(250,250,250,1) 34%, rgba(255,255,255,1) 72%, rgba(255,255,255,1) 100%);
    border: 1px solid #ddd;
	box-shadow: 0 0 3px #ddd;	
}	
.btn_menu:after {
    content: "\f0c9";
    font-family: "Font Awesome 5 Free","FontAwesome" ;
	font-weight: 900;
    width: 1em;
    height: 1em;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 20px;
}	
.close:after {
    content: "\f00d";
    font-family: "Font Awesome 5 Free","FontAwesome" ;
	font-weight: 900;
    font-size: 22px;
}	
#navi {
    width: 100%;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 52px;
    background: rgba(234, 234, 234, 0.98);
    transform: translateX(100%);
	transition: all .3s ease;	
}
#navi.sp_open {
    transform: translateX(0);
}	
.nav {
    display: block;
    padding: 10px 20px;
}	
.nav li {
    width: 100%;
    text-align: left;
    background: none;
    border: 0;
    border-bottom: 1px solid #999;
    box-shadow: none;
	font-size: 16px;
    padding: 10px 0;	
}
.nav li:hover{
	background: none;
}	
.nav li:first-child,.nav li:last-child{
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #999;
	}	
	
	
#contents {
    margin-top: 0;
	padding-top: 52px;	
}	
.top_products_img {
    width: 55%;
}
	
.concept:before {
    height: 15px;
	}
.service{
	width: 100%;
}
.contents{
	width: 100%;
	}
.news_list li {
    flex-wrap: wrap;
}
.news_list li p {
    width: 100%;
}	
.meta_box {
    margin-bottom: 5px;
}	
.tab_area label {
    width: 29%;
    font-size: 10px;
}	
	
.page_kv {
    height: 180px;
}
.page_kv_ttl {
    font-size: 30px;
}


.table_scroll {
    overflow: auto;
    white-space: nowrap;
}	
.table_scroll table {
    width: auto;
}	
.table_scroll table img{
	display: block;
}	
.lineup_list li {
    width: 48%;
}
.lineup_list li:after {
    height: 40px;
    bottom: -18px;
}
.pro_cate {
    flex-wrap: wrap;
    justify-content: space-between;
}	
.pro_cate li {
    width: 31%;
    margin: 0 0 10px 0;
    font-size: 13px;
}	
.flex_box div {
    width: 100%;
	}
.box_img {
    width: 100%;
	}
.flex_list_box li {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}	
.flex_list_box li img {
    display: block;
    margin: 0 auto 10px;
    width: 55%;
}	
.flex_list.col_4 {
    flex-wrap: wrap;
}

.flex_list.col_4 li {
    width: 50%;
    margin-bottom: 10px;
}	
.catalog_img {
    width: 80%;
    display: block;
    margin: 0 auto 20px;
}	
.catalog_right {
    width: 100%;
    margin-bottom: 20px;
}	
.btn_download {
    width: 80%;
}	
	
.flex_box_service div {
    width: 100%;
    margin-bottom: 20px;
}
.sv_img2 {
    width: 100%;
    padding: 0;
}	
.compare_img {
    width: 100%;
}	
	
	
.f_left {
    width: 100%;
}
.f_bottom_list {
    margin-bottom: 10px;
}	
.f_bottom_box {
    justify-content: center;
}	
	
}

@media screen and (max-width:320px){
	
.lineup_list li {
    width: 100%;
    margin-bottom: 24px;
}
.lineup_name {
    font-size: 18px;
}	
	
}