@charset "utf-8";
@import url(../notosansjapanese.css);
@import url("_gst_footer_snsarea.css");

/*共通*/
html {
    font-size: 62.5%; /* sets the base font to 10px for easier math */
}
body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    /* sets the default sizing to make sure nothing is actually 10px */
    color: #555;
	-webkit-text-size-adjust: none;
}
body, input, textarea {
    font-family: "Hiragino Kaku Gothic Pro", "メイリオ", "ヒラギノ角ゴ Pro W3", "meiryo", "Lucida Grande", "ＭＳ Ｐゴシック", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
body.zh , body.zh input, body.zh textarea {
    font-family: "微软雅黑", 'SimSun', SimHei, Microsoft YaHei, "Microsoft YaHei", sans-serif;
}
body.en,body.en input,body.en textarea {
	font-family: Helvetica, Arial, sans-serif;
}
a {
    text-decoration: none;
    color: #555;
}
li {
    list-style: none;
}
b,
strong {
    font-weight: bold;
}
sup {
    vertical-align: super;
    font-size: smaller;
}
sub {
    vertical-align: sub;
    font-size: smaller;
}
small {
    font-size: smaller;
}
.noto {
    font-family: "Noto Sans Japanese";
}
#main-content {
	background: #fff;
}
/* for IE */
main {
    display: block;
}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.center{text-align:center;}
.t-right{text-align:right;}
.t-left{text-align:left;}
.bottom{vertical-align:bottom;}
.middle{vertical-align:middle;}
.hidden{overflow:hidden;}
.relative{position:relative;}
.absolute{position:absolute;}
.fixed{position:fixed;}
.bold{font-weight:bold;}
.none{display:none;}
.block{display:block;}
.i-block{display:inline-block;}
.b-word{word-wrap:break-word;}

.mt_mb_1{ margin:1em 0!important; }
.mb_1{ margin-bottom:1em!important; }
.mt_0{ margin-top:0!important; }
.mt_1{ margin-top:1em!important; }
.mt_2{ margin-top:2em!important; }
.mt_3{ margin-top:3em!important; }

.fs_80per{ font-size:80%; }

/* background color */
.b-white{background:#fff;}
.b-lightgray{background: #eee;}

/* text color*/
.t-white{color:#fff;}


.img_cent {
	display:block;
	margin:0 auto;
}

body header {
    position: relative;
    /* overflow: hidden; */
}

/* SNS */
.sns {
    margin-top: 10px;
}
.fb_iframe_widget {
    display: block !important;
    float: left;
}
.fb_iframe_widget span {
    display: block !important;
}
.tw-btn {
    display: block;
    float: left;
    margin-left: 4px;
}
.tw-btn iframe {
    display: block;
}

/* bx-slider */
.bx-wrapper .bx-loading {
    background: url(../img/karesupport/bx_loader.gif) center center no-repeat #fff;
}

/* for Wordpress default */
/* img */
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
/* clearfix */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* top_back_btn */
#top-back-btn {
    width: 50px;
    height: 50px;
    display: none;
    position: fixed;
    bottom: 10px;
    right: 5px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
	z-index: 9997;/*Cookie barより下*/
}

/* 404 */
.i-content.for-404 {
}
.main-title.for-404 {
    font-size: 3.2rem;
    font-weight: normal;
    border-bottom: 3px solid;
}
.main-text.for-404 {
    margin-top: 30px;
    line-height: 1.8;
}

/*******************************************/
/*ヘッダー*/
/*******************************************/
.glo-icon {
    /* width: auto; */
    /* height: 26px; */
}
.top_news-text a {
    text-decoration: underline;
}
/*.apressia_logo {
    width: 85%;
}*/

#head-logo {
    position: absolute;
    top: 20px;
    right: 20px;
	z-index: 2;
}
#head-logo svg{
	width:122px;
	height:22px;
	opacity:0.8;
}
/*#head-logo img{
	width:122px;
}*/
.g-item {
    box-sizing: border-box;
    padding: 20px 10px;
    /*overflow: hidden;*/
}
.g-item,
.line-nav{
	/*height: 65px;*/
	height: 72px;/*ヘッダーの高さをコーポレートサイトと合わせる*/
}
.space-for-header {
    /*padding-top: 65px;*/
	padding-top: 72px;/*ヘッダーの高さをコーポレートサイトと合わせる*/
}
/*ヘッダーの高さをコーポレートサイトと合わせる*/
body.l_header .g-item,
body.l_header .line-nav{
	height: 72px;
}
body.l_header .space-for-header {
    padding-top: 72px;
}
body.l_header .g_nav{
	margin-top:5px;
}

/* グローバルナビ
------------------------*/
.g_nav{
	float:right;
	margin-top:5px;
}
.nav-item {
    text-align: center;
    /*width: calc(100% / 7);*/
    float: left;
    /*max-width: 117px;*/
    /*position: relative;*/
}
.nav-item-disabled {
    text-align: center;
    /*width: calc(100% / 7);*/
    float: left;
	pointer-events:none;
    /*max-width: 117px;*/
    /*position: relative;*/
}
/*.post_press_nav-item {
    width: calc(100% / 5);
}*/
.nav-item > a {
    display: block;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #cbd7f3;
    margin: 0 5px;
}
.nav-item a.nav-item__contact {
    background: #f52e3d;
    border-radius: 0;
    border: 1px solid #f52e3d;
    color: #fff;
}
.nav-item.nav-item__search > a{
	background:#555555;
	width:32px;
	height:32px;
	line-height:32px;
	border:0;
}
.nav-item.nav-item__search{
	width:42px!important;
	height:32px!important;
	margin-top:-5px;
}
.nav-item.nav-item__search > a img{
	vertical-align:-8%;
}
.nav-item a.active {
    background: #22469e;
    border: 1px solid #22469e;
    color: #fff;
}

/*サイトごとの指定 ↓↓
-----------------------------------*/
body.kp-connect .nav-item{
	width:117px;
}
body.kp-connect.ja .nav-item{
	width:114px;
}
body.kp-connect.ja .nav-item a {
	margin: 0 2px;
}
body.is29 .nav-item{
	width:117px;
}
body.ca .nav-item{
	width:117px;
}
body.onpress .nav-item{
	width:122px;
}
body.onpress .nav-item.g_nav_parent{
	width:130px;
}
body.onpress .nav-item.g_nav_parent:nth-child(3){
	width:142px;
}
body.service .nav-item{
	width:117px;
}
body.service .nav-item:nth-child(5){
	width:162px;
}
body.kgc .nav-item{
	width:120px;
}
body.kgc .nav-item:nth-child(3){
	width:180px;
}
body.pod .nav-item{
	width:117px;
}
body.advance .nav-item{
	width:117px;
}
body.k-supply .nav-item{
	width:117px;
}

/*------------------------------------
サイトごとの指定　↑↑ここまで*/

/* 検索
---------------*/
#header_search_box{
	display:none;
	background:#f2f2f2;
	padding:20px;
	position:absolute;
	right:0;
	z-index: 1000;
}
#header_search_box input[type="text"]{
	border:solid #555555;
	border-width:0 0 1px 0;
	background:#f2f2f2;
	padding:0.5em;
	font-size:1.8rem;
	border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#header_search_box input[type="text"]::placeholder{
	color:#999;
}
#header_search_box input[type="submit"]{
	text-indent: -9999px;
	background-color:transparent;
	border:none;
	height:36px;
	width:36px;
	background-image:url(../img/icon/search_grey.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:28px auto;
	-webkit-background-size:28px auto;
	-moz-background-size:28px auto;
	cursor:pointer;
	padding:0;
	
}

/*言語切り替え ver1*/
.lang{
    border: 1px solid #22469e;
	font-size:0;
    float: left;
	width:80px;
	margin-left:5px;
}
.lang a,
.lang span{
	display:inline-block;
	width:50%;
	font-size:1.4rem;
	margin:0!important;
	border:none;
	text-align:center;
}
.lang a{
	background:#FFF;
	color:#22469e;
}
.lang a:hover{
	background:#22469e;
	color:#FFF;
}
.lang span{
	background:#22469e;
	color:#FFF;
}
/*言語切り替え ver2 */
#lang{
	width:130px;
	height:23px;
	float:right;
	font-size:0;
	margin-left:15px;
	margin-top:5px;
}
#lang li{
	display:inline-block;
	width:40px;
	height:23px;
	text-align:center;
	vertical-align:middle;
	color:#22469e;
	position:relative;
	transform:skewX(-20deg);
	background:#ffffff;
	margin-left:1px;
	font-size:1.4rem;
	border:1px solid #22469e;
}
#lang li.current{
	background:#22469e;
}

#lang li a{
	display:block;
	height:23px;
	line-height:23px;
	width:40px;
	color:#22469e;
	transform:skewX(20deg);
}
#lang li:hover {
	background:#22469e;
}
#lang li:hover a {
	color:#fff;
}
#lang li.current span{
	display:block;
	height:23px;
	line-height:23px;
	color:#ffffff;
	transform:skewX(20deg);
}



.glo-back {
    float: right;
    margin-top: 20px;
    text-decoration: underline;
    margin-left: 20px;
    display: block;
}
.new_icon {
    position: absolute;
    font-size: 0.8rem;
    top: -16px;
    left: 5px;
    background-color: #f52e3d;
    padding: 3px 5px 2px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    line-height: 1;
    z-index: 99;
}
.new_icon:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 3px 0 3px;
    border-color: #f52e3d transparent transparent transparent;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
}

/* header info */
.info_logo {
    width: 162px;
    vertical-align: middle;
}
.glo-head.is-info {
    color: #767777;
}

/* header synthesis */
.synthesis .glo-head {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
}
.synthesis .g-item {
    height: auto;
    padding: 10px;
}
/*k-supply通信*/
/*body.info .synthesis .g-item {
	height:72px;
}*/
/* header news 
------------------------*/
.kv_content{
    position: absolute;
    /*bottom: 65px;*/
	bottom:0;
	left: 0;
    right: 0;
    margin: 0 auto;
}
.top_news-area {
    /*position: absolute;
    bottom: 65px;*/
    /* width: 1200px; */
    box-sizing: border-box;
    background-color: rgba(34, 70, 158, 0.85);
    padding: 5px 20px 2px;
    /* border-radius: 10px; */
    /*left: 0;
    right: 0;
    margin: 0 auto;*/
    color: #fff;
}
.top_news-list-wrap {
    width: calc(100% - 125px);
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 1.5rem;
}
.top_news-head {
    padding-right: 30px;
    font-size: 18px;
    /* color: #727171; */
    display: inline-block;
    vertical-align: middle;
    width: 82px;
}
.top_news-list-wrap .bx-wrapper, .top_news-list-wrap .bx-viewport {
    position: static;
    height: auto !important;
    background-color: transparent;
}
.top_news-date {
    padding-right: 20px;
    font-weight: bold;
    /* color: #727171; */
}
.top_news-list a {
    text-decoration: underline;
}
.top_news-text {
    width: calc(100% - 107px);
    display: inline-block;
}
.top_news-text a {
    color: #fff;
}

/*******************************************/
/*フッター*/
/*******************************************/
/*footer {
    padding: 20px 0 10px;
}
.footer__item {
    margin: 10px 20px;
}
.foot-link,
.copy {
    font-size: 1.2rem;
}
.foot-link {
    margin-left: 10px;
    text-decoration: underline;
}
.copy {
    display: block;
}*/
/*******************************************/
/*動画 iframe*/
/*******************************************/
.video_wrap{
	margin:1em auto 0;
	text-align:center;
	position:relative;
}
.video_wrap p{
	font-size:1.2rem;
	margin-top:0.3em;
	line-height:1.3;
	text-align:left;
}
.video_wrap > div  {
    position: relative;
    width: 100%;
    padding: calc(315 / 560 * 100%) 0 0;
  }
.video_wrap  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
/*ソリューショントップ用*/
.video_wrap.s_top{
	margin-top:20px;
}
.video_wrap.s_top p{
	margin-top:10px;
	font-size:1.8rem;
	text-align:center;
	
}
 
/*******************************************/
/*ボタン*/
/*******************************************/
/*基本のボタン*/
.btn{
	text-align:center;
	background:#0B4684;
	color:#FFF;
	/*padding:0.9em 2.8em 0.9em 1.8em;*/
	padding: 1.1em 40px 1.1em 0.8em;
	position:relative;
	display:inline-block;
	vertical-align:middle;
	border-radius: 4px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size:1.5rem;
    font-weight:bold;
	letter-spacing:0.06em;
	line-height:1.3;
	/*box-sizing:border-box;*/
	cursor:pointer;
}
.btn:after,
.btn_wrap:after{
	content:"";
	display:block;
	position:absolute;
	width:0;
	height:0;
	border: solid transparent;
	border-left: solid #fff;
	border-width:6px 8px 6px 10px;
	top:36%;
	right:10px;
	
}
.btn:hover,
.btn_wrap:hover{
	opacity:0.7;
}
/*ボタン 矢印の位置　左*/
.btn.btn_ar_pos_left{
	padding:0.9em 1.8em 0.9em 2.8em;
	
}
.btn.btn_ar_pos_left:after{
	right: auto;
	left:10px;
}
/* 矢印の向き　下*/
.btn.btn_ar_dir_down:after{
	top:40%;
	border: solid transparent;
	border-top: solid #fff;
	border-width:10px 6px 8px 6px;
}
/*ボタン白*/
.btn.btn_01{
	background:#FFF;
	color:#0B4684;
	border:2px solid #0B4684;
}
.btn.btn_01:after{
	border-left: solid #0B4684;
	border-width:6px 8px 6px 10px;
}

/*ボタン白 矢印の向き　下*/
.btn.btn_01.btn_ar_dir_down:after{
	top:40%;
	border: solid transparent;
	border-top: solid #0B4684;
	border-width:10px 6px 8px 6px;
}
/*ボタンサイズ中*/
.btn.btn_m{
	font-size:1.3rem;
	padding:0.7em 2.3em 0.7em 1.3em;
}
.btn_m:after{
	right:3px;
	border-width:4px 6px 4px 6px;
	top:38%;
}
/*ボタンサイズ小*/
.btn.btn_s{
	font-size:1.2rem;
	padding:0.5em 1em;
}
.btn_s:after{
	display:none;
}
/*ボタン無効化*/
.btn.disabled{
	background: #CCC;
	border-color:#CCC;
	color:#666;
	cursor:default;
}
.btn.disabled:hover{
	opacity:1;
}
/*ボタン中央寄せ*/
.btn.btn_center{
	display:block;
	margin:2em auto;
}
/*ボタン横並び*/
.btn.btn_inline{
	margin:2em 5px;
}
/*input[type="submit"]のとき*/
.btn_wrap input[type="submit"].btn_input{
	border: none;
  	outline: 0;
  	cursor: pointer;
	text-align:center;
	background:#0B4684;
	color:#FFF;
	padding: 1.1em 40px 1.1em 0.8em;
	display:inline-block;
	vertical-align:middle;
	border-radius: 4px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size:1.5rem;
    font-weight:bold;
	letter-spacing:0.06em;
	line-height:1.3;
	width:100%;
}
.btn_wrap{
	position:relative;
	display:inline-block;
}
.btn_wrap.btn_center{
	display:block;
	margin:2em auto;
}


/* ===================================================================================
 for PC min-width: 741px
 =================================================================================== */
@media screen and (min-width: 741px) {
    .top_news-innre {
        width: 1180px;
        margin: 0 auto;
    }
    body {
        min-width: 1200px;
    }
    .mob {
        display: none;
    }
    /*#sp-nav {
        display: none;
    }*/

    /* content PC */
    .content {
        width: 1200px;
        margin: 0 auto;
    }
    .i-content {
        width: 840px;
        margin: 0 auto;
    }
    #main-content {
        padding: 70px 0;
    }
	
    /***************************/
	/*ヘッダー*/
	/***************************/
	.g-item {
    	padding: 20px 20px 20px 30px;
	}
    .line-nav {
        z-index: 9999;
        background: #fff;
        min-width: 1200px;
        width: 100%;
        border-bottom: 1px solid #ddd;
        /* bottom: 0px; */
    }
    .line-nav > ul > li:first-child {
        border-left: solid 1px #fff;
    }
    .line-nav ul {
        /* overflow: hidden; */
    }
    .line-nav > ul > li {
        float: left;
        text-align: center;
        height: 40px;
        line-height: 40px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        border-right: solid 1px #fff;
        color: #fff;
    }
    .line-nav > ul li a {
        text-decoration: none;
        display: block;
        line-height: 40px;
    }
    .line-nav ul li.has-child li {
        z-index: 10000;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        text-align: left;
        padding: 0 0 0 20px;
    }
    .line-nav ul li.has-child ul {
        position: absolute;
        display: none;
        z-index: 100;
    }
    .line-nav > ul li a:hover {
        opacity: 0.6;
    }
	
	/* サイトごとのヘッダーロゴサイズ 
	---------------------------------*/
	
	body.kp-connect .glo-icon {
    	height: 24px;
		width:auto;
		margin-top:4px;
	}

	body.is29 .glo-icon {
   		height: 32px;
		margin-top:2px;
	}
	body.ca .glo-icon {
   		height: 30px;
		margin-top:2px;
	}
	body.onpress .glo-icon {
   		height: 30px;
	}	
	/*body.onpress .g-item {
    	padding: 20px 10px 20px 30px;
	}*/
	body.service .glo-icon {
		width:320px;
	}
	body.kgc .glo-icon {
   		height: 32px;
	}
	body.pod .glo-icon {
   		height: 32px;
		margin-top:2px;
	}
	body.advance .glo-icon {
   		height: 30px;
		margin-top:1px;
	}
	body.k-supply .glo-icon {
		margin-top:3px;
	}
		
	/*グローバグナビ　子メニューがあるとき
	------------------------*/
	.g_nav_parent > a{
		position:relative;
		padding-right:20px;
	}
	.g_nav_parent > a:after{
		content:"";
		display:block;
		position:absolute;
		width: 0;
		height: 0;
		border: 4px solid transparent;
		border-top: 6px solid #00458A;
		top:8px;
		right:10px;
	}
	.g_nav_parent a.active:after{
		border-top: 6px solid #ffffff;
	}
	.g_nav_child{
		display:none;
		position:absolute;
		left:0;
		top:72px;
		background: rgba(0,0,0, 0.8);
		width:100%;
	}
	.g_nav_child ul{
		width:1100px;
		margin:10px auto 15px;
		font-size:0;
	}
	.g_nav_child li{
		display:inline-block;
		padding:5px 0;
	}
	.g_nav_child li a{
		display:block;
		padding:0 1em;
		border-right:1px solid #666;
		font-size:1.4rem;
		color:#fff;
	}
	.g_nav_child li:last-child a{
		border-right:0;
	}
	.g_nav_child span{
		display:block;
		position:absolute;
		top:-23px;
		width: 0;
		height: 0;
		border: 10px solid transparent;
		border-bottom: 14px solid #000;
		opacity:0.8;
	}
	
	/* 検索
	---------------*/
	#header_search_box{
		width:500px;
	}
	#header_search_box input[type="text"]{
		width:430px;
	}
	.glo-back:hover {
        opacity: 0.7;
        text-decoration: none;
    }
    /* header synthesis */
    .synthesis .glo-head {
        font-size: 32px;
        font-size: 3.2rem;
    }
	/*k-supply通信*/
	/*body.info .synthesis .g-item {
		padding: 10px 20px 10px 30px;
	}
	body.info .glo-head.is-info {
		display:inline-block;
		padding-top:2px;
	}*/


    /***************************/
	/*フッター*/
	/***************************/
    /*.copy {
        margin-top: 50px;
    }
	*/
    /* hover */
    a:hover {
        opacity: 0.7;
    }
    .foot-link:hover {
        text-decoration: none;
    }
	
	/*******************************************/
	/*動画 iframe*/
	/*******************************************/
	/*.video_wrap{
		width:560px;
		
	}
	*/
}

@media screen and (min-width:741px) and (max-width:1260px) {
	body.kp-connect .g-item{
		padding: 20px 20px 20px 20px;
	}
	body.kp-connect .glo-icon {
    	height: 18px;
		margin-top:6px;
	}
	
}
/* ===================================================================================
 for SP max-width: 740px
 =================================================================================== */
@media screen and (max-width: 740px) {
    .pc {
        display:none;
    }

    /* content SP */
    .content {
        width: 96%;
        padding: 0 2%;
        margin: 0 auto;
    }
    .i-content {
        width: 96%;
        padding: 0 2%;
        margin: 0 auto;
    }
    #main-content {
        padding: 40px 0;
    }

    /* 404 */
    .main-title.for-404 {
        font-size: 2.8rem;
    }
	
	#head-logo{    
		top: 5px;
    	right: 5px;
	}
	#head-logo svg,#head-logo img {
    	width: 90px;
    	height: 16px;
	}
	
    /***************************/
	/*ヘッダー*/
	/***************************/
    .line-nav {
        z-index: 9999;
        background: #fff;
        width: 100%;
        border-bottom: 1px solid #ddd;
    }
	#sp-menu,
	#sp-menu_2/*メニュー内スクロールが必要な場合*/{
        position: absolute;
        right: 10px;
        /*top: 19px;*/
		top: 24px;
    }
    #sp-nav,
	#sp-nav_wrap/*メニュー内スクロールが必要な場合*/{
        width: 100%;
        position: fixed;
        /*top: 66px;*/
		top: 73px;
        left: 0;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        z-index: 1000;
    }
	#sp-nav_wrap/*メニュー内スクロールが必要な場合*/{
		top: 0;
		left: 0;
		width: 100%;
		max-height: 100vh;
		/*z-index: -1;*/
		overflow-y: scroll;
	}
	#sp-nav_wrap > #sp-nav{
		position:static;
		top: auto;
        left: auto;
		background:none;
		padding-bottom:500px;
	}
	/*スマホのメニューが長い場合にhtml要素に指定してスクロールを防止*/
	.scroll_prevent{
		position: fixed;
		z-index: -1;
		width: 100%;
		height: 100%;
	}
	
	
    /*#sp-nav ul li {
        height: 40px;
        line-height: 40px;
        border-bottom: solid 1px;
        padding-left: 20px;
    }
    #sp-nav ul li.has-child {
        height: auto;
    }
    #sp-nav ul li.has-child ul li {
        background: #ccc;
    }*/
	/* サイトごとのヘッダーの指定 */
	/*body.onpress #sp-menu_2 {
		top: 24px;
	}*/
	body.onpress #sp-nav_wrap {
		top: 73px;
	}
	
	body.ca .glo-icon {
		margin-top:7px;
	}
	
	body.pod .glo-icon {
		margin-top:2px;
	}
	body.advance .glo-icon {
		margin-top:3px;
	}
	body.k-supply .glo-icon {
		margin-top:3px;
	}
	
	/*グローバグナビ　子メニューがあるとき
	----------------------------------------*/
	.sp-nav-parent{
		position:relative;
		
	}
	.sp-nav-parent span{
		position:absolute;
		width:48px;
		height:48px;
		top:0;
		right:0;
		
	}
	.sp-nav-parent span:before,
	.sp-nav-parent span:after{
		position:absolute;
		content:"";
		background:#FFF;
	}
	.sp-nav-parent span:before{
		width:2px;
		height:23px;
		top:14px;
		left:22px;
	}
	.sp-nav-parent span.menu_pa_cl:before{
		display:none;
	}
	.sp-nav-parent span:after{
		width:23px;
		height:2px;
		top:24px;
		left:12px;
	}
	.sp-nav-child{
		display:none;
	}
	.sp-nav-child li {
        border-bottom: solid 1px;
        padding-left: 20px;
	}
	
	/* 検索
	---------------*/
	#sp_header_search_btn{
		display:block;
		background:#555555;
		width:32px;
		height:32px;
        position: absolute;
        right: 50px;
        top: 19px;
		border-radius: 10px;
		line-height:32px;
		text-align:center;
	}
	#sp_header_search_btn img{
		vertical-align:-8%;
	}
	#header_search_box{
		width:100%;
		box-sizing: border-box;
	}
	#header_search_box input[type="text"]{
		width : -webkit-calc(100% - 65px) ;
  		width : calc(100% - 65px);
	}
	

    /* header synthesis */
    .synthesis .glo-head {
        font-size: 28px;
        font-size: 2.8rem;
    }
	/*k-supply通信*/
	/*body.info .glo-head.is-info {
		display:inline-block;
		padding-top:6px;
	}*/

    /* header news */
    .top_news-area {
        bottom: 0px;
        padding: 5px 10px 2px;
        position: static;
    }
    .top_news-text {
        width: 100%;
    }
    .top_news-date {
        vertical-align: top;
        display: block;
    }
    .top_news-head {
        display: block;
        font-size: 15px;
    }
    .top_news-list-wrap {
        width: 100%;
        font-size: 1.2rem;
    }

    /* hamburger button */
    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .menu-trigger {
        position: relative;
        width: 28px;
        height: 22px;
    }
    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #555;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 9px;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }
    .menu-trigger.active {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(9px) rotate(-45deg);
        transform: translateY(9px) rotate(-45deg);
    }
    .menu-trigger.active span:nth-of-type(2) {
        -webkit-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg);
    }
    .menu-trigger.active span:nth-of-type(3) {
        opacity: 0;
    }
    .sp-nav-item {
        border-bottom: 4px double rgba(255, 255, 255, 0.4);
    }
	.sp-nav-item-disabled {
        border-bottom: 4px double rgba(255, 255, 255, 0.4);
		pointer-events:none;
    }
    .sp-nav-item a {
        display: block;
        padding: 12px 4%;
        color: #fff;
    }

    /***************************/
	/*フッター*/
	/***************************/
    /*footer {
        padding: 20px 0;
    }
    .footer__item {
        margin: 10px 2%;
    }
    .copy {
        margin-top: 40px;
    }*/
	/***************************/
	/*ボタン*/
	/***************************/
	/*ボタン中央寄せ*/
	.btn.btn_center{
		width:60%;
	}
	
}




