@charset "utf-8";

#main_top {
	position: relative;
	top: 0;
	margin: 0 15px 0 15px;
}

@media screen and (max-width: 768px){
	#top {
		padding: 0 15px;
	}
	
	#main_top {
		position: relative;
		top: 33px;
		margin: 0 0 60px 0;
	}
}

/* -----------------------------------------------------------
    メインスライド
-------------------------------------------------------------- */
.pc_display_b .bx-wrapper {
	margin-bottom:0;
}
.pc_display_b .bx-wrapper .bx-pager, .pc_display_b .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 10px;
	z-index: 70;
	padding:0;
	font-size:0;
	width: auto;
	left: 50%;
	transform: translateX(-50%);
	-webkit-font-smoothing: antialiased;
}

.slider_pc img, .slider_sp img {
	max-width: 100%;
	vertical-align: bottom;
}

/* -----------------------------------------------------------
    トップキャッチ
-------------------------------------------------------------- */
.top_catch_area {
	margin: 40px 0 30px 0;
}

.top_catch_txt {
	text-align:center;
	font-size:1.4rem;
	padding:5px 0 0 0;
}

@media screen and (max-width: 768px) {
	
	.top_catch_area {
		margin: 0 0 30px 0;
	}
	
	.top_catch_sp{
		text-align:center;
		font-size:2.0rem;
		color: #065EB9;
		font-weight: bold;
		font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
		line-height: 1.4;
	}
}


/* -----------------------------------------------------------
    コンテンツ
-------------------------------------------------------------- */
.top_left {
	float:left;
	width:724px;
	padding:0 0 0 0;
}

.top_right {
	float:right;
	width:232px;
	padding:0 0 0 0;
}

/* -----------------------------------------------------------
    ポイント
-------------------------------------------------------------- */
#tabArea, #tab {
	width:724px;
	overflow:hidden;
}

#tabArea {
	margin:0 auto;
	text-align:left;
}

#tab li {
	float:left;
	height:78px;
	padding:0 0 0 0;
	list-style:none;
}

#tab li img {
	vertical-align:top;
}

#tabBox {
	clear:both;
	width:724px;
	_zoom:1;
	background:#FFF;
}


.cate01_box {
	border:1px #D11C21 solid;
	padding:3px;
	background:#FFE6E8;
}

.cate02_box {
	border:1px #109C9C solid;
	padding:3px;
	background:#DFEEEE;
}

.cate03_box {
	border:1px #0282CD solid;
	padding:3px;
	background:#ECF2FF;
}

.cate04_box {
	border:1px #F3C134 solid;
	padding:3px;
	background:#FCF0CB;
}

.cate01_box .inner,
.cate02_box .inner,
.cate03_box .inner,
.cate04_box .inner {
	padding:26px;
	background:#FFF;
}

.cate_photo {
	float:left;
	width:240px;
	padding:20px 0 0 0;
}

.cate_txt {
	float:right;
	width:390px;
	padding:20px 0 0 0;
}

/* -----------------------------------------------------------
    インフォメーション
-------------------------------------------------------------- */
#topics_area {
	float:none;
	width:100%;
	padding:0 0 0 0;
	margin:5px 0 40px 5px;
}

#topics_area .info_title {
	background: #065EB9;
	color: #fff;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: bold;
	font-size: 1.3rem;
	padding: 7px 0 7px 20px;
	position: relative;
}
#topics_area .info_title span {
	position: absolute;
	right: 10px;
	bottom: 5px;
}
#topics_area .info_title a {
	color: #fff;
	text-decoration: none;
}
#topics_area .info_title a::after {
	display: inline-block;
	margin: 0 0 0 7px;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 1.6rem;
	color: #fff;
}

#topics_area #topics_list {
	scrollbar-base-color:#999;
	scrollbar-arrow-color:#FFF;
	overflow:auto;
	height:123px;
	border-bottom:1px #DDD solid;
	border-left:1px #DDD solid;
}
#topics_area #topics_list.bot {
	height:57px;
}

#topics_area #topics_list dl {
	clear: both;
	margin: 0;
	padding:5px 0 10px 0;
	font-size:14px;
	line-height:1.6;
}

#topics_area #topics_list dl dt {
	float: left;
	clear: left;
	padding:12px 15px 0 15px;
}

#topics_area #topics_list dl dd {
	margin:0 0 0 90px;
	padding:12px 10px 0 0;
}

#topics_area #topics_list dl a,
#topics_area #topics_list dl a:visited {
	display:block;
	color:#065EB9;
	text-decoration:none;
	width: 800px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#topics_area #topics_list dl a:hover {
	color:#065EB9;
	text-decoration:underline;
}

/* インフォメーション下バナー3種 */
#blog_area li {
	float:left;
	padding:0 15px 30px 0;
}
#blog_area li:last-of-type{
	float:left;
	padding:0 0 40px 0;
}

#blog_area li img{
	width: 310px;
}

@media screen and (max-width: 768px){
	/* インフォメーション */
	#topics_area{
		float:none;
		width:100%;
		padding:0 0 0 0;
		margin:0 0 30px 0;
	}

	#topics_area .info_title {
		background: #065EB9;
		color: #fff;
		font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
		font-weight: bold;
		font-size: 1.3rem;
		padding: 7px 0 7px 20px;
		position: relative;
	}
	#topics_area .info_title span {
		display: inline-block;
		position: absolute;
		right: 10px;
	}
	#topics_area .info_title a {
		color: #fff;
		text-decoration: none;
	}
	#topics_area .info_title a::after {
		display: inline-block;
		margin: 0 0 0 7px;
		content: "\f105";
		font-family: FontAwesome;
		font-size: 1.6rem;
		color: #fff;
	}

	#topics_area #topics_list{
		scrollbar-base-color:#999;
		scrollbar-arrow-color:#FFF;
		overflow:auto;
		height:112px;
		border-bottom:1px #DDD solid;
		border-left:1px #DDD solid;
	}
	#topics_area #topics_list.bot{
		height:57px;
	}

	#topics_area #topics_list dl{
		clear: both;
		margin: 0;
		padding:5px 0 10px 0;
		font-size:14px;
		line-height:1.6;
	}

	#topics_area #topics_list dl dt{
		float: none;
		clear:inherit;
		padding:5px 5px 0 15px;
		display: block;
	}

	#topics_area #topics_list dl dd{
		margin:0 0 0 0;
		padding:0 10px 0 15px;
	}

	#topics_area #topics_list dl a,
	#topics_area #topics_list dl a:visited{
		display:block;
		color:#065EB9;
		text-decoration:none;
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	#topics_area #topics_list dl a:hover{
		color:#065EB9;
		text-decoration:underline;
	}


	/*　インフォメーション下バナー3種　*/
	#blog_area{
		text-align: center;
	}

	#blog_area li {
		float:none;
		padding:0 0 10px 0;
	}
	#blog_area li img {
		width: 100%;
		max-width: 310px;
	}
	#blog_area li:last-of-type{
		float:none;
		padding:0 0 20px 0;
	}
}




/* -----------------------------------------------------------
    バナーメニュー部分
-------------------------------------------------------------- */
#bn_menu_area{
	width: 960px;
}

#bn_menu_area img {
	box-shadow:6px 7px 6px -4px #ddd;
	border:1px solid #ddd;
}

.bannerArea_content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bannerArea_content a {
	display: block;
	width: 100%;
}

.bannerArea_content01 .bannerArea_content__item {
	margin-bottom: 20px;
}

.bannerArea_content02 {
	margin-bottom: 30px;
}

.bannerArea_content02 .bannerArea_content__item {
	width: 300px;
}

@media screen and (max-width: 768px) {
	.bannerArea_content {
		max-width: 640px;
		margin: 0 auto;
	}
	.bannerArea_content img {
		display: block;
		box-sizing: border-box;
	}

	.bannerArea_content01 {
		margin-bottom: 5px;
	}

	.bannerArea_content01 .bannerArea_content__item {
		width: 100%;
	}

	.bannerArea_content01 .bannerArea_content__item + .bannerArea_content01 .bannerArea_content__item {
		margin-bottom: 15px;
	}
	.bottom_bn {
		max-width: 640px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 768px){
	#bn_menu_area{
		width: 100%;
	}
	
	#bn_menu_area .top_title {
		padding: 0 0 0 5px;
		position: relative;
	}
	#bn_menu_area .top_title span {
		display: inline-block;
		position: absolute;
		right: 10px;
	}
	#bn_menu_area .top_title a {
		text-decoration: none;
		font-size: 1.5rem;
		font-weight: normal;
	}
	#bn_menu_area .top_title a::after {
		display: inline-block;
		margin: 0 0 0 7px;
		content: "\f105";
		font-family: FontAwesome;
		font-size: 1.6rem;
	}

	#bn_menu_area img {
		box-shadow:6px 7px 6px -4px #ddd;
		border:1px solid #ddd;
	}

	/* 最下部 */
	#bn_menu_area ul.bottom_bn li a {
		color: #333;
		font-weight: bold;
		text-decoration: none;
	}
	
	#bn_menu_area ul.bottom_bn li a::before {
		font-weight: bold;
		text-decoration: none;
		display: inline-block;
		margin: 0 7px 0 0;
		content: "\f105";
		font-family: FontAwesome;
		font-size: 1.6rem;
		color: #075EBB;
	}
}

/* -----------------------------------------------------------
    パネル
-------------------------------------------------------------- */
/*.top_panel_bgt{
	width:960px;
	padding:15px 0 0 0;
	background:url(../img/top_panel_bgt.jpg) no-repeat left top;
}

.top_panel_bgm{
	width:960px;
	padding:0;
	background:url(../img/top_panel_bgm.jpg) repeat-y left top;
}

.top_panel_bgb{
	width:960px;
	padding:0 0 20px 0;
	background:url(../img/top_panel_bgb.jpg) no-repeat left bottom;
}

.panel_l{
	float:left;
	width:202px;
	padding:0 0 0 15px;
	font-size:12px;
}

.panel_r{
	float:left;
	width:202px;
	padding:0 0 0 44px;
	font-size:12px;
}

.panel_l .txt,
.panel_r .txt{
	padding:5px 8px 0 8px;
}*/



/* -----------------------------------------------------------
    導入事例
-------------------------------------------------------------- */
#top_work{
	padding:40px 0 0 0;
}

#top_work .title_img{
	float:left;
	padding:6px 0 0 0;
}

.tabNavi li {
	float:left;
	height:45px;
	padding:0 0 0 12px;
	list-style:none;
}

.tabNavi li:first-child {
	padding:0 0 0 30px;
}

.tabNavi li img{
	vertical-align:top;
}

#top_work .box{
	padding:28px 28px 15px 28px;
	-moz-border-radius:6px;
    -webkit-border-radius:6px;
    -khtml-border-radius:6px;
    border-radius:6px;
	border:2px #085EBC solid;
	background:#F7F7F7;
	behavior:url(PIE.htc);
}

#top_work .r_box{
	padding:28px 28px 15px 28px;
	-moz-border-radius:6px;
    -webkit-border-radius:6px;
    -khtml-border-radius:6px;
    border-radius:6px;
	border:2px #D11C21 solid;
	background:#F7F7F7;
	behavior:url(PIE.htc);
}

#top_work .wh_box{
	padding:30px 0 25px 0;
	-moz-border-radius:6px;
    -webkit-border-radius:6px;
    -khtml-border-radius:6px;
    border-radius:6px;
	border:1px #E6E6E6 solid;
	background:#FFF;
	behavior:url(PIE.htc);
}

#top_work .wh_box .work_list{
	list-style:none;
}

#top_work .wh_box .work_list li{
	float:left;
	width:260px;
	margin:0 0 0 29px;
	font-size:1.2rem;
	line-height:1.6;
}

#top_work .wh_box .work_list li img{
	vertical-align:top;
	margin:0 0 8px 0;
}



#top_work .r_box a:link,
#top_work .r_box a:visited{
	color:#D11C21;
	text-decoration:none;
}

#top_work .r_box a:hover{
	color:#D11C21;
	text-decoration:underline;
}

#top_work .work_txt{
	font-size: 1.2rem;
	margin: 20px 0 0 0;
}

#top_work .slide_link{
	text-align: right;
	margin: 15px 0 0 0;
	font-size: 1.2rem;
}

#top_work .slide_link img {
    vertical-align: middle;
    margin: 0 5px 4px 0;
}






@media screen and (max-width: 768px){
	#top_work{
		padding:20px 0 0 0;
	}

	#top_work .top_title {
		padding: 0 0 0 5px;
		position: relative;
	}
	#top_work .top_title span {
		display: inline-block;
		position: absolute;
		right: 10px;
	}
	#top_work .top_title a {
		text-decoration: none;
		font-size: 1.5rem;
		font-weight: normal;
	}
	#top_work .top_title a::after {
		display: inline-block;
		margin: 0 0 0 7px;
		content: "\f105";
		font-family: FontAwesome;
		font-size: 1.6rem;
	}
	
	#top_work .top_work_sp{
		width: 100%;
		height: auto;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		overflow-x: scroll;
		border-bottom: 1px #075EBB solid;
		padding: 0 0 10px 0 ;
	}

	#top_work .scroll_inner {
		width: 1350px;
	}
	
	#top_work li.block {
		width: 130px;
		height: auto;
		margin: 10px;
		float: left;
	}
	#top_work li.block a {
		text-decoration: none;
		color: #333;
	}
	#top_work li.block img {
		width: 130px;
	}
	
	#top_work .top_work_sp .work_txt_sp01 span {
		color: #fff;
		font-size: 1.1rem;
		padding: 2px 4px;
	}
	#top_work .top_work_sp .work_txt_sp01 span.color_red {
		background: #D11C21;
	}
	#top_work .top_work_sp .work_txt_sp01 span.color_blue {
		background: #075EBB;
	}
	
	#top_work .top_work_sp .work_txt_sp02 {
		color: #333;
		font-size: 1.4rem;
		line-height: 1.6;
		margin: 3px 0 0 0;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	


/* -----------------
    スライド
-------------------- */
#idMediaWrap{
	width:890px;
	margin:0 auto;
}

#lineupItem{
	width:780px;
	float:left;
	text-align:left;
	padding:0 0 0 30px;
}

#lineupItem ul{
	margin:0 0 0 -30px;
}

#lineupItem li{
	float:left;
	display:inline;
	padding:0 0 0 30px;
	width:250px;
	text-align:center;
}

#lineupItem li p{
	text-align:left;
}

.prevBtn{
	float:left;
	width:30px;
	height:30px;
	margin:70px 0 0 -22px;
}

.prevBtn a:hover{
	width:30px;
	height:30px;
	zoom:1;
}

.nextBtn{
	float:right;
	width:30px;
	height:30px;
	margin:70px -22px 0 0;
}

.nextBtn a:hover{
	width:30px;
	height:30px;
	zoom:1;
}

.slide_link{
	text-align:right;
	margin:15px 0 0 0;
}

.slide_link img{
	vertical-align:middle;
	margin:0 5px 0 0;
}


}