@charset "utf-8";
/*-------------------------- 目次 ------------------------------
icon
title
section block
txt
link
float img
table
定義リスト
Company top nav
img hover 
button
共通パーツ
下向き矢印(幅100% ボーダー付き)
border 
矢印
下向き三角
background
cateList_type
dataList
list disc
tooltip
aside
image and text
font-weight
記事(blog・news)
抜粋文
shareBox
panelBox(絞りこみ)
表示・非表示
オーバーレイ
三点リーダー
postsArticle
mediaBnrArea
--------------------------------------------------------------*/

/* icon
--------------------------------------------------------------*/
/*サービスアイコン カラー*/
.icon_digital_type1:before,
.icon_healthcare_type1:before,
.icon_marketing_type1:before,
.icon_corporate_type1:before,
.icon_global_type1:before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 18px;
	margin-bottom: -3px;
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.icon_digital_type1:before {background-image: url(/resource/common/img/icon/icon_digital.png); background-size: auto 85%;}
.icon_healthcare_type1:before {background-image: url(/resource/common/img/icon/icon_healthcare.png);}
.icon_marketing_type1:before {background-image: url(/resource/common/img/icon/icon_marketing.png);}
.icon_corporate_type1:before {background-image: url(/resource/common/img/icon/icon_corporate.png); background-size: auto 90%;}
.icon_global_type1:before {background-image: url(/resource/common/img/icon/icon_global.png);}

/*サービスアイコン モノクロ*/
.icon_digital_type2:before,
.icon_healthcare_type2:before,
.icon_marketing_type2:before,
.icon_corporate_type2:before,
.icon_global_type2:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 12px;
	margin: 0 8px 0 -1px;
	background-size: auto 100%;
	background-position: center top;
	background-repeat: no-repeat;
}
.icon_digital_type2:before {background-image: url(/resource/common/img/icon/icon_digital_white.png);}
.icon_healthcare_type2:before {background-image: url(/resource/common/img/icon/icon_healthcare_white.png);}
.icon_marketing_type2:before {background-image: url(/resource/common/img/icon/icon_marketing_white.png);}
.icon_corporate_type2:before {background-image: url(/resource/common/img/icon/icon_corporate_white.png);}
.icon_global_type2:before {background-image: url(/resource/common/img/icon/icon_global_white.png);}

/* csi アイコン */
.icon_csi_type1:before{
	content: '';
	display: inline-block;
	width: 25px;
	height: 18px;
	margin-bottom: -3px;
	background-size: auto 100%;
	background-image: url(/resource/common/img/icon/icon_csi.png);
	background-position: center center;
	background-repeat: no-repeat;
}

/* 別タブアイコン 黒*/
.icon_blank_type1:after{
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url(/resource/common/img/icon/icon_blank_black.png) no-repeat left top;
	-webkit-background-size: contain;
	background-size: contain;
	margin: 0 10px;
}
/* 別タブアイコン 白*/
.icon_blank_type2{
	position: relative;
}
.icon_blank_type2:after{
	content: "";
	display: inline-block;
	background: url(/resource/common/img/icon/icon_blank_white.png) no-repeat;
	background-size: contain;
	width: 11px;
	height: 11px;
	margin-left: 10px;
}
/* awardアイコン */
.icon_award:before{
	content: "";
	display: inline-block;
	background: url(/resource/common/img/icon/icon_award.png) no-repeat center bottom;
	background-size: contain;
}
.icon_award.sizeS:before{
	width: 14px;
	height: 13px;
	margin: 0 5px -1px 0;
}
.icon_award.sizeM:before{
	width: 18px;
	height: 16px;
	margin: 0 5px -2px 0;
}
@media screen and (max-width: 750px) {
	.icon_award.sizeS:before{
		width: 12px;
		height: 11px;
		margin: 0 5px 0 0;
	}
	.icon_award.sizeM:before{
		width: 14px;
		height: 13px;
		margin: 0 5px -1px 0;
	}
}
/* movie アイコン */
.icon_movie{
	position: relative;
}
.icon_movie:before{
	content: "";
	display: inline-block;
	width: 18px;
	height: 11px;
	background: url(/resource/common/img/icon/icon_movie.png) no-repeat;
	background-size: contain;
}
@media screen and (max-width: 750px) {
	.icon_movie:before{
		width: 15px;
		height: 9px;
	}
}

/* ダウンロード アイコン */
.icon_download:after,
.pdf:after{
	content: "";
	display: inline-block;
	width: 14px;
	height: 13px;
	background: url(/resource/common/img/icon/icon_download_black.png) no-repeat;
	background-size: contain;
	margin: 0 0 -1px 10px;
}

/* ハンバーガーメニューアイコン */
.icon_hamburger{
	position: absolute;
	background-color: #eaeaea;
	top: 50%;
	margin-top: -10px;
	right: 9px;
	width: 20px;
	height: 20px;
	z-index: 1;
	cursor: pointer;
}
.icon_hamburger:after,
.icon_hamburger:before{
	content: "";
	width: 12px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -6px;
}
.icon_hamburger:after{
	border-top: 2px solid #171717;
	margin-top: -1px;
}
.icon_hamburger:before{
	height: 8px;
	border-top: 2px solid #171717;
	border-bottom: 2px solid #171717;
	margin-top: -6px;
}
@media screen and (min-width: 751px) {
	.js_cateList_Overlap_trigger:hover .icon_hamburger{
		display: none !important;
	}
}
@media screen and (max-width: 750px) {
	.icon_hamburger{
		margin-top: 0;
		top: 0;
		right: 0;
		width: 26px;
		height: 100%;
	}
	.icon_hamburger:after,
	.icon_hamburger:before{
		width: 10px;
		margin-left: -5px;
		border-width: 1px;
	}
	.icon_hamburger:after{
		margin-top: 0;
	}
	.icon_hamburger:before{
		height: 9px;
		margin-top: -5px;
	}
}

/* PDFアイコン */
.icon_pdf:before{
	content:"";
	display:inline-block;
	width:15px;
	height:17px;
	background:url(/resource/common/img/icon/icon_pdf.png) no-repeat;
	background-size:cover;
	margin:0 9px 0 0;
	position: relative;
	top: 3px;
}


/* title
--------------------------------------------------------------*/

.pageTitle {
	font-size: 3.6rem;
	margin-top: 45px;
	margin-bottom: 40px;
	line-height: 1.6;
}

.pageTitle > .smallTxt {
	font-size: 1.6rem;
	margin-left: 23px;
}
.pageTitle img,
.pageTitle .smallTxt{
	vertical-align: bottom;
}
.pageTitle .smallTxt{
	margin-bottom: -5px;
	display: inline-block;
}
.secTitle_type1 {
	font-size: 2.6rem;
	border-left: 4px solid #434343;
	padding-left: 18px;
	line-height: 1.4;
	margin-bottom: 18px;
}

.secTitle_type2 {
	font-size: 1.8rem;
	line-height: 1.4;
	padding: 7px 20px 5px;
	background: #eaeaea;
	margin-top: 24px;
	margin-bottom: 18px;
}

.secLead_text {
	font-size: 1.6rem;
	margin-top: 24px;
}

.em_leadText {
	font-size: 1.6rem;
	margin-top: 12px;
	margin-bottom: 50px;
}

.textTitle_type1 {
	margin-top: 35px;
	margin-bottom: 17px;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.4;
}
.textTitle_type2 {
	margin-top: 40px;
	margin-bottom: 22px;
	font-size: 2.8rem;
	line-height: 1.4;
}

@media screen and (max-width: 750px) {
	.pageTitle {
		font-size: 2.7rem;
		margin-top: 37px;
		margin-bottom: 25px;
	}
	.pageTitle > .smallTxt{
		font-size: 1.4rem;
	}
	.secTitle_type1 {
		font-size: 2rem;
		padding-left: 15px;
	}
	.secTitle_type2 {
		font-size: 1.5rem;
		padding: 7px 18px 5px;
		margin: 15px 0;
	}
	.secLead_text {
		font-size: 1.6rem;
		margin-top: 20px;
		margin-bottom: 25px;
	}
	.em_leadText {
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.textTitle_type1 {
		margin-top: 20px;
		margin-bottom: 30px;
		font-size: 2.1rem;
	}
	.textTitle_type2{
		margin-top: 30px;
		margin-bottom: 40px;
		font-size: 2.1rem;
	}
}

/* csiTitle */
.csiTitle{
	background: url(/resource/csi/img/bg_title.gif);
	text-align: center;
	padding: 30px 0;
}
.csiTitle img{
	width: 260px;
	height: auto;
}
@media screen and (max-width: 750px) {
	.csiTitle{
		padding: 20px 0;
	}
	.csiTitle img{
		width: 163px;
	}
}

/* reportTitle */
.reportTitle{
	background:#effdf2 url(/resource/washington/img/bg_title_pc.jpg)no-repeat center;
	text-align: center;
	padding: 57px 0;
}
.reportTitle img{
	width: 349px;
	height: auto;
}
@media screen and (max-width: 750px) {
	.reportTitle{
		padding: 46px 0;
		background:#effdf2 url(/resource/washington/img/bg_title_sp.jpg)no-repeat center / cover;
	}
	.reportTitle img{
		width: 235px;
	}
}


/* section block
--------------------------------------------------------------*/
.secBlock_type1 {
	padding-bottom: 1em;
}
.secBlock_type2 {
	padding-bottom: 40px;
}
.secBlock_type2:last-child {
	padding-bottom: 0;
}
.secBlock_type3 {
	margin-top: 60px;
}
.secBlock_type4{
	margin-bottom: 95px;
}
.secBlock_type5{
	margin-bottom: 90px;
}
@media screen and (max-width: 750px) {
	.secBlock_type1 {
		padding-bottom: 0;
	}
	.secBlock_type2 {
		padding-bottom: 0;
	}
	.secBlock_type3 {
		margin-top: 35px;
	}
	.secBlock_type4{
		margin-bottom: 40px;
	}
	.secBlock_type5{
		margin-bottom: 40px;
	}
}

/* txt
--------------------------------------------------------------*/

.txtSection {
	margin-bottom: 20px;
}
.txtSection_type1 {
	margin-top: 25px;
}
.txtSection_type3 {
	margin-bottom: 25px;
}
.txtSection_type4 {
	margin-bottom: 40px;
}
.txtCenter{
	text-align: center;
}
.txtLeft{
	text-align: left;
}
.txtRight{
	text-align: right;
}
.trademark{
	font-size: 0.7em;
}
@media screen and (max-width: 750px) {
	.txtSection {
		margin-bottom: 30px;
	}
	.txtSection_type1 {
		margin-top: 13px;
	}
	.txtSection_type4 {
		margin-bottom: 35px;
	}
}
/* link
--------------------------------------------------------------*/

.linkList_type1 {
	margin-bottom: 30px;
}
.link_tel{
	text-decoration: none;
	cursor: default;
}


/* float img
--------------------------------------------------------------*/

.img_float_right {
	float: right;
}

.floatMargin_1 {
	margin-left: 40px;
	margin-bottom: 40px;
}

.floatMargin_2 {
	margin-left: 40px;
	margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
	.floatMargin_1 {
		margin-left: 10px;
		margin-bottom: 10px;
	}
	.floatMargin_2 {
		margin-left: 30px;
		margin-bottom: 30px;
	}
}


/* table
--------------------------------------------------------------*/
/*標準*/
.tb_basic {
	width: 100%;
	margin: 40px 0;
}
.tb_basic tr {
	display: table;
	width: 100%;
	border-bottom: 8px solid #fff;
}
.tb_basic th {
	width: 170px;
	background: #eaeaea;
	text-align: center;
	vertical-align: top;
	padding: 5px;
}
.tb_basic td {
	padding: 5px 0 5px 35px;
	vertical-align: top;
}
@media screen and (max-width: 750px) {
	.tb_basic {
		margin-top: 25px;
	}
	.tb_basic tr {
		border-bottom: 5px solid #fff;
	}
	.tb_basic th {
		width: 23%;
		padding: 0 5px;
	}
	.tb_basic td {
		width: 77%;
		padding: 0 0 0 15px;
	}
}
/*theadが黒*/
.tb_type1{
	width: 100%;
	margin-top: 26px;
	margin-bottom: 22px;
}
.tb_type1 th,
.tb_type1 td{
	border-bottom: #fff solid 8px;
	border-right: #fff solid 8px;
}
.tb_type1 th:last-child,
.tb_type1 td:last-child{
	border-right: none;
}
.tb_type1 thead th{
	background: #000;
	color: #fff;
	padding: 6px 20px;
	text-align: center;
}
.tb_type1 tbody th,
.tb_type1 tbody td{
	padding: 10px 20px;
	vertical-align: top;
}
.tb_type1 tbody th{
	text-align: center;
}
.tb_type1 .tb_section{
	border-bottom: #fff solid 40px;
}
@media screen and (max-width: 750px) {
	.tb_type1{
		font-size: 1.2rem;
		margin-top: 21px;
		margin-bottom: 25px;
	}
	.tb_type1 th,
	.tb_type1 td{
		border-bottom: #fff solid 5px;
		border-right: #fff solid 5px;
	}
	.tb_type1 thead th{
		padding: 6px 10px;
		line-height: 1.6;
	}
	.tb_type1 tbody th,
	.tb_type1 tbody td{
		padding: 6px 10px;
	}
	.tb_type1 .tb_section{
		border-bottom: #fff solid 20px;
	}
}
/*table color*/
.tb_gray{
	background: #eaeaea;
}
/* 定義リスト
--------------------------------------------------------------*/
.dl_basic {
	margin-bottom: 35px;
}
.dl_basic dt {
	font-weight: bold;
}
@media screen and (max-width: 750px) {
	.dl_basic {
		margin-bottom: 15px;
	}
}
.dl_table dt{
	min-width: 4.5em;
	display: block;
	clear: left;
	float: left;
}
.dl_table dd{
	padding-left: 4.5em;
}

/* Company top nav
--------------------------------------------------------------*/

.list_topIndex_nav {
	margin-top: -8px;
	margin-left: -8px;
}

.list_topIndex_nav > a {
	text-decoration: none;
}

.list_topIndex_nav > .items {
	width: 250px;
	height: 180px;
	float: left;
	margin-top: 8px;
	margin-left: 8px;
	color: #fff;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
}

.list_topIndex_nav > .items > .items_inner {
	display: table;
	width: 100%;
	height: 100%;
}

.list_topIndex_nav > .items > .items_inner > .items_title {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 2rem;
	line-height: 1.6;
}
.list_topIndex_nav > .items > .items_inner > .items_txt {
	height: 180px;
}

@media screen and (max-width:750px) {
	.list_topIndex_nav > .items > .items_inner > .items_title {
		font-size: 1.6rem;
	}
	.list_topIndex_nav {
		margin-top: -2%;
		margin-left: -2%;
	}
	.list_topIndex_nav > .items {
		width: 48%;
		height: 120px;
		margin-top: 2%;
		margin-left: 2%;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.list_topIndex_nav > .items > .items_inner > .items_txt {
	height: auto;
	}
}

/* img hover 
--------------------------------------------------------------*/

.is_img_hoverArea {
	position: relative;
	overflow: hidden;
}

.is_img_hover {
	position: absolute;
	top: 25px;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: table;
}
.overlay{
	background-color: rgba(0, 0, 0, 0.3);
}
.is_img_hover > .txt {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
}

@media screen and (max-width:750px) {
	.is_img_hover {
		display: none;
	}
}


/* button
--------------------------------------------------------------*/
/* ボタンの大枠 */
.btn_boxCenter{
	text-align: center;
}
/* ボタン */
.btn{
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	min-width: 378px;
}
@media screen and (max-width: 750px) {
	.btn{
		min-width: 100%;
		border-radius: 2px;
	}
}
/* ボタンカラー */
.btn_black{
	border: 2px solid #000;
}
.btn_black:hover{
	background: #000;
	color: #fff;
}
.btn_black:hover:after{
	border-color: #fff;
}
.btn_darkGrey{
	border: 2px solid #505050;
	color: #505050;
}
.btn_darkGrey:hover{
	background: #505050;
	color: #fff;
}
.btn_darkGrey:hover:after{
	border-color: #fff;
}
@media screen and (max-width: 750px) {
	.btn_black,
	.btn_darkGrey{
		border-width: 1px;
	}
}
/* ボタンタイプ */
.btn_type1{
	padding: 12px 0 10px;
	font-size: 1.8rem;
}
.btn_type2{
	padding: 5px 0 4px;
	font-size: 1.8rem;
}
.btn_type3{
	background: #ebebeb;
	color: #2e2e2e;
	padding: 17px 0;
	font-size: 1.8rem;
}
.btn_type3:hover{
	opacity: 0.7;
}
.btn_type4{
	padding: 15px 0 14px;
	font-size: 1.8rem;
}
.btn_type5{
	background: #ebebeb;
	color: #2e2e2e;
	padding: 17px 0;
	font-size: 2.2rem;
}
.btn_type5.btn_arrowR:after{
	right: 40px;
}
.btn_type5:hover{
	opacity: 0.7;
}
@media screen and (max-width: 750px) {
	.btn_type1{
		font-size: 1.4rem;
	}
	.btn_type2{
		padding: 3px 0 2px;
		font-size: 1.2rem;
	}
	.btn_type3{
		padding: 17px 29px;
		font-size: 1.6rem;
	}
	.btn_type4{
		padding: 12px 0 11px;
		font-size: 1.4rem;
	}
	.btn_type5{
		padding: 17px 29px;
		font-size: 1.6rem;
	}
	.btn_type5.btn_arrowR:after{
		right: 30px;
	}
}
/* ボタンアイコン 矢印 */
.btn_arrowB:after,
.btn_arrowR:after{
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 20px;
	border-right: 2px solid;
	border-bottom: 2px solid;
	border-color: inherit;
	margin-top: -2px;
}
.btn_arrowB:after{
	-ms-transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.btn_arrowR:after{
	-ms-transform: translateY(-50%) rotate(-45deg);
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 750px) {
	.btn_arrowB:after,
	.btn_arrowR:after{
		width: 8px;
		height: 8px;
		border-width: 1px;
		margin-top: -1px;
		right: 25px;
	}
}
/* ボタンアイコン プラス */
.btn_more{
	position: relative;
}
.btn_more:after,
.btn_more:before{
	content: "";
	display: inline-block;
	width: 14px;
	position: absolute;
	top: 50%;
	right: -32px;
	border-bottom: 2px solid;
	border-color: inherit;
}
.btn_more:after{
	margin-top: -1px;
}
.btn_more:before {
	margin-top: -1px;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
@media screen and (max-width: 750px) {
	.btn_more:after,
	.btn_more:before{
		width: 10px;
		border-width: 1px;
		right: -25px;
	}
}
/* 印刷ボタン */
.btn_print{
	width: 72px;
	text-align: center;
	border: 1px solid #000;
	border-radius: 3px;
	background: #fff;
	display: inline-block;
	font-size: 1.2rem;
	text-decoration: none;
}
.btn_print:hover{
	background: #000;
	color: #fff
}
/* シェアボタン */
.btn_share{
	width: 77px;
	position: relative;
	cursor: pointer;
	text-align: center;
	border: 1px solid #000;
	border-radius: 3px;
	background: #fff;
	display: inline-block;
	font-size: 1.2rem;
	text-decoration: none;
}
.btn_share span{
	display: inline-block;
	width: 2px;
	height: 2px;
	border-radius: 1px;
	background: #9b9b9b;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -1px;
}
.btn_share span:before,
.btn_share span:after{
	content: "";
	display: inline-block;
	width: 2px;
	height: 2px;
	border-radius: 1px;
	background: #9b9b9b;
	position: absolute;
	right: 0;
}
.btn_share span:before{
	top: -4px;
}
.btn_share span:after{
	top: 4px;
}

.linkState {
	width: 107px;
	margin-right: 15px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin-top: -5px;
}
@media screen and (max-width: 750px){
	.linkState {
		width: 95px;
		margin-right: 4%;
	}
}
.link_prev,
.link_next{
	display: inline-block;
	font-size: 1.8rem;
	color: #2e2e2e;
	position: relative;
}
.link_prev:before,
.link_next:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	border-style: solid;
	width: 8px;
	height: 8px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.link_prev:before{
	left: -15px;
	border-width: 0 0 2px 2px;
	margin-top: -5px;
}
.link_next:after{
	right: -15px;
	border-width: 2px 2px 0 0;
	margin-top: -5px;
}
@media screen and (max-width: 750px){
	.link_prev,
	.link_next{
		font-size: 1.6rem;
	}
	.link_prev:before{
		border-width: 0 0 1px 1px;
		margin-top: -5px;
	}
	.link_next:after{
		border-width: 1px 1px 0 0;
		margin-top: -5px;
	}
}
/*toggle*/
.btn_toggle{
	position: relative;
}
.btn_toggleIcon{
	width: 48px;
	height: 48px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}
.btn_toggleIcon:before,
.btn_toggleIcon:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 12px;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all .4s;
}
.btn_toggleIcon:before{
	margin-top: -6px;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.btn_toggleIcon.open:after{
	margin-top: -6px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn_toggleIcon.open:before{
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.toggle_cont{
	display: none;
}
/*白*/
.toggleIcon_type1:after,
.toggleIcon_type1:before{
	background: #ffffff;
}
/*濃いグレー*/
.toggleIcon_type2:after,
.toggleIcon_type2:before{
	background: #505050;
}

/*共通パーツ
------------------------------------------------------------*/
.parts_btnBox_type1{
	margin-top: 100px;
}
.parts_btnBox_type1 .btn_boxCenter{
	padding: 60px 0;
}
.parts_btnBox_type1 .btn_boxCenter:nth-child(n+2){
	border-top: 2px solid #eaeaea;
}
.parts_btnBox_type1 .btn{
	min-width: 400px;
}
.parts_btnBox_type2{
	padding: 52px 0 60px;
}
.parts_btnBox_type2 .panelList.type2{
	padding: 0;
}
.parts_btnBox_type2 .btnBox_title{
	font-size: 1.6rem;
	margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
	.parts_btnBox_type1{
		margin-top: 50px;
	}
	.parts_btnBox_type1 .btn_boxCenter{
		padding: 50px 0;
	}
	.parts_btnBox_type1 .btn{
		min-width: 100%;
	}
	.parts_btnBox_type2{
		padding: 35px 0 40px;
	}
}
/*下/上向き矢印(幅100% ボーダー付き)
------------------------------------------------------------*/
/* 下向き(グレー) */
.arrow_type1 {
	position: relative;
	border-bottom: 2px solid #eaeaea;
}
.arrow_type1:before {
	display: block;
	content: "";
	position: absolute;
	height: 15px;
	width: 15px;
	bottom: -9px;
	left: 50%;
	margin-left: -7px;
	border-top: 2px solid #eaeaea;
	border-right: 2px solid #eaeaea;
	background-color: #fff;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
/* 下向き(白) */
.arrow_type2 {
	position: relative;
	border-bottom: 2px solid #ffffff;
}
.arrow_type2:after {
	display: block;
	content: "";
	height: 16px;
	width: 14px;
	position: absolute;
	z-index: 1;
	bottom: -10px;
	left: 50%;
	margin-left: -7px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	background-color: #eaeaea;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
/* border 
------------------------------------------------------------*/
.borderTopBlack{
	border-top: 2px solid #000;
}
/* 薄いグレーのボーダー */
.borderTopGray{
	border-top: 2px solid #eaeaea;
}
.borderBottomGray{
	border-bottom: 2px solid #eaeaea;
}
/*矢印
------------------------------------------------------------*/
/* 右向き 白 */
.arrow_right_type1{
	position: relative;
}
.arrow_right_type1:after{
	content: "";
	display: inline-block;
	position: absolute;
	right: 23px;
	top: 50%;
	border-width: 1px;
	border-color: #ffffff #ffffff transparent transparent;
	border-style: solid;
	-ms-transform: rotate(45deg) translateY(-50%);
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}
/* 右向き 濃いグレー */
.arrow_right_type2{
	position: relative;
}
.arrow_right_type2:after{
	content: "";
	display: inline-block;
	position: absolute;
	right: 23px;
	top: 50%;
	border-width: 1px;
	border-color: #505050 #505050 transparent transparent;
	border-style: solid;
	-ms-transform: rotate(45deg) translateY(-50%);
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}
/* 右向き 黒 */
.arrow_right_type3{
	position: relative;
}
.arrow_right_type3:after{
	content: "";
	display: inline-block;
	position: absolute;
	right: 23px;
	top: 50%;
	border-width: 1px;
	border-color: #000 #000 transparent transparent;
	border-style: solid;
	-ms-transform: rotate(45deg) translateY(-50%);
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}
/* サイズ */
.arrow_sizeS:after{
	width: 5px;
	height: 5px;
}
.arrow_sizeM:after{
	width: 7px;
	height: 7px;
}
/* 線の太さ */
.lineWeight2:after{
	border-width: 2px;
}
/* 下層ナビ等にある付いてくる矢印 */
.js_setArrowMark,
.js_setArrowMarkTrigger{
	position: relative;
}
.js_setArrowMark .arrow{
	display: inline-block;
	background: #fff;
	width: 16px;
	height: 16px;
	position: absolute;
	bottom: -8px;
	left: 50%;
	border-right: 2px solid #434343;
	border-bottom: 2px solid #434343;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.js_setArrowMark .arrow.noCur{/* カレントがない場合 JSでの付与 */
	display: none;
}
/*下向き三角
------------------------------------------------------------*/

.triangle_type1 {
	position: relative;
}

.triangle_type1:after {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: 1;
	bottom: -14px;
	left: 50%;
	margin-left: -13px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 13px 0 13px;
	border-color: #ffffff transparent transparent transparent;
}


/* background
------------------------------------------------------------*/

.bg_gray {
	background: #eaeaea;
}

/* cateList_type
------------------------------------------------------------*/
.cateList_type1 {
	margin-bottom: 10px;
}
.cateList_type1 > .items {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
	text-align: center;
}
.cateList_type1 > .items > a {
	text-decoration: none;
	padding: 3px 18px;
	background: #eaeaea;
	font-size: 1.6rem;
	border-radius: 3px;
	display: block;
}
.cateList_type1 > .items.cur > a {
	background: #000;
	color: #fff;
}
.cateList_type1 > .items:hover > a {
	background: #000;
	color: #fff;
}
.cateList_type2 {
	background: #eaeaea;
	padding: 10px 10px;
}
.cateList_type2 > .items {
	display: inline-block;
	margin-right: 8px;
	text-align: center;
}
.cateList_type2 > .items a {
	text-decoration: none;
	background: #fff;
	border-radius: 2px;
}
.cateList_type2.sizeS > .items a {
	font-size: 1.4rem;
	padding: 4px 18px;
}
.cateList_type2.sizeL > .items a {
	font-size: 1.6rem;
	padding: 7px 20px;
}
.cateList_type2 > .items.cur a {
	background: #000;
	color: #fff;
}
.cateList_type2 > .items:hover a {
	background: #000;
	color: #fff;
}
.cateList_Overlap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	display: none;
	padding-top: 14px;
}
.cateList_Overlap .cateList_type1{
	border-top: 2px solid #cfcfcf;
	border-bottom: 2px solid #cfcfcf;
	background: #fff;
	padding: 28px 0 18px;
}
.cateList_Overlap .cateList_type1 > .items > a {
	background: #cfcfcf;
}
.cateList_Overlap .cateList_type1 > .items:hover > a{
	background: #000;
}
.cateList_Overlap .arrow{
	border-color: #cfcfcf;
	top: 6px !important;
}
@media screen and (max-width: 750px) {
	.cateList_type1 {
		margin-bottom: 5px;
	}
	.cateList_type1 > .items > a {
		font-size: 1.4rem;
		padding: 3px 11px;
	}
	.cateList_type1 > .items {
		margin-bottom: 8px;
		text-align: left;
	}
	.scroll{
		position: relative;
	}
	.scrollFade{
		position: absolute;
		top: 0;
		right: 0;
		width: 20px;
		height: 52px;
		background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,1)));
	}
	.cateList_type2.sizeL{
		padding-top: 10px;
		padding-bottom: 0;
	}
	.scroll .cateList_type2 {
		scrollbar-base-color:#eaeaea;
		overflow-x: scroll;
		white-space: nowrap;
	}
	.scroll .cateList_type2::-webkit-scrollbar{
		display: none;
	}
	.cateList_type2.sizeS{
		padding: 5px 10px;
	}
	.cateList_type2.sizeS > .items{
		margin-right: 4px;
	}
	.cateList_type2.sizeS > .items a{
		padding-left: 11px;
		padding-right: 11px;
	}
	.cateList_type2.sizeL > .items{
		margin-right: 5px;
		margin-bottom: 11px;
	}
	.cateList_type2.sizeL > .items a {
		font-size: 1.4rem;
		padding: 7px 11px;
	}
	.cateList_Overlap{
		padding-top: 25px;
	}
	.cateList_Overlap .cateList_type1{
		border-color: #eaeaea;
		padding: 25px 0 18px;
	}
	.cateList_Overlap .cateList_type1 > .items > a{
		font-size: 1.1rem;
	}
	.cateList_Overlap .arrow{
		border-color: #eaeaea;
		top: 18px !important;
	}
}


/* dataList
--------------------------------------*/
.dataList_wrap {
	margin-top: 35px;
}
.dataList_wrap .cateTitle {
	float: left;
}
.dataList_wrap .cateTitle .author {
	background: #ededed;
	width: 120px;
	display: inline-block;
	text-align: center;
	line-height: 1;
	padding: 4px;
}
.dataList_wrap .cateIcon {
	margin-right: 16px;
	width: 97px;
}
.dataList_wrap .cateTxt{
	margin-left: 195px;
}
.dataList_wrap .cateItems {
	margin-bottom: 30px;
}
.dataList_wrap .cateItems:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 750px) {
	.dataList_wrap {
		margin-top: 25px;
	}
	.dataList_wrap .cateTitle .author {
		background: #ededed;
		width: 85px;
		line-height: 1;
		padding: 3px;
		font-size: 1.1rem;
	}
	.dataList_wrap .cateIcon{
		width: 73px;
	}
	.dataList_wrap .cateItems{
		margin-bottom: 20px;
	}
	.dataList_wrap .cateTitle{
		float: none;
	}
	.dataList_wrap .cateTxt{
		margin-left: 0;
	}
}
/* list
--------------------------------------------------- */
.list_pad{
	padding-left: 1em;
}
.list_basic,
.list_disc{
	text-indent: -1em;
	padding-left: 1em;
}
.list_disc:before{
	content:"";
	background: #000;
	border-radius: 30px;
	display: inline-block;
	margin-bottom: -1px;
	margin-right: 2px;
	width: 12px;
	height: 12px;
}
/* tooltip
------------------------------------------------------------*/
@media screen and (min-width: 751px){/* PC */
	.js_tooltipCont{
		display: block !important;
	}
}
@media screen and (max-width: 750px) {
	.js_tooltipCont{
		display: none;
	}
	.tooltip_type1{
		width: 100%;
		border: 1px solid #000000;
		border-radius: 3px;
		background: #ffffff;
		padding: 15px;
		text-align: center;
		position: absolute;
		top: 45px;
		left: 0;
	}
	.tooltip_type1:before{
		content: "";
		display: inline-block;
		position: absolute;
		top: -7px;
		right: 30px;
		width: 10px;
		height: 10px;
		border-width: 1px;
		border-style: solid;
		border-color: #000000 transparent transparent #000000;
		z-index: 1;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		background: #ffffff;
	}
}
/* aside
--------------------------------------------------- */
.lyt_aside.wide{
	background: #eee;
}
.lyt_aside .lyt_inner{
	background: #eee;
}
.lyt_aside .pageTitle{
	margin-top: 0;
	margin-bottom: 32px;
	line-height: 1;
}
.lyt_aside .pageTitle .smallTxt{
	font-size: 1.5rem;
	margin-bottom: -3px;
}
.lyt_aside .pageTitle > .contact{
	width: 134px;
}
.lyt_aside .btn{
	min-width: 340px;
}
.lyt_aside.wide .btn{
	min-width: 378px;
}
.table_aside{
	font-size: 1.5rem;
}
.table_aside .title{
	vertical-align: top;
	padding-right: 30px;
}
.aside_txtLink,
.aside_leadTxt{
	font-size: 1.5rem;
}
/* ボタン付き */
.btn_column{
	vertical-align: middle;
	text-align: center;
}
.btn_column .title{
	font-size: 1.6rem;
}
.btn_column .btn_center{
	margin-top: 32px;
}
/* MAP付き */
.lyt_aside .map_column{
	border: none !important;
	vertical-align: top;
}
.lyt_aside .map_column img{
	width: 100%;
	height: auto;
}
.lyt_aside .map_link{
	font-size: 1.5rem;
	margin-top: 10px;
	text-align: right;
}
/* メニュー */
.aside_nav{
	position: absolute;
	top: -5px;
	left: 260px;
}
.aside_nav li{
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 9px;
}
.aside_nav a{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 25px;
	vertical-align: middle;
	position: relative;
	background-color: #505050;
}
.aside_nav a:before{
	content: "";
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 24px;
	background-color: #eee;
	background-position: center center;
	background-repeat: no-repeat;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
}
.aside_nav a.cur:before{
	width: 0;
	height: 0;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.aside_nav_map:before{background-image: url(/resource/common/img/icon/icon_pin.png); background-size: 15px auto;}
.aside_nav_mail:before{background-image: url(/resource/common/img/icon/icon_mail.png); background-size: 18px auto;}
.aside_nav_tel:before{background-image: url(/resource/common/img/icon/icon_phone.png); background-size: 16px auto;}
.aside_nav img{
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.aside_nav_map img{width: 15px;}
.aside_nav_mail img{width: 18px;}
.aside_nav_tel img{width: 16px;}
.ancarLink{
	padding-top: 95px;
	margin-top: -95px;
}
@media screen and (max-width: 750px) {
	.lyt_aside .pageTitle{
		margin-bottom: 30px;
	}
	.lyt_aside .pageTitle > .contact{
		width: 86px;
	}
	.table_aside{
		font-size: 1.2rem;
	}
	.table_aside .title{
		padding-right: 20px;
	}
	.lyt_aside .em_leadText{
		font-size: 1.2rem;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.ancarLink{
		padding-top: 48px;
		margin-top: -48px;
	}
	.aside_txtLink,
	.aside_leadTxt{
		font-size: 1.2rem;
	}
	.list_aside{
		line-height: 1.7;
	}
	.lyt_aside .btn,
	.lyt_aside.wide .btn{
		min-width: 100%;
	}
	.lyt_aside .btn_arrowR:after{
		right: 8%;
	}
	/* ボタン付き */
	.btn_column .title{
		font-size: 1.3rem;
	}
	.btn_column .btn_center{
		margin-top: 20px;
	}
	/* MAP付き */
	.lyt_aside .map_column{
		padding-top: 0 !important;
	}
	.lyt_aside .map_link{
		font-size: 1.2rem;
		margin-top: 26px;
		text-align: left;
	}
	/* メニュー */
	.aside_nav{
		top: -8px;
		right: 0;
		left: auto;
		width: 175px;
	}
	.aside_nav li{
		width: 46px;
		height: 46px;
		margin: 0 15px 0 0;
	}
	.aside_nav li:last-child{
		margin-right: 0;
	}
	.aside_nav a{
		border-radius: 23px;
	}
	.aside_nav a:before{
		width: 44px;
		height: 44px;
		border-radius: 22px;
	}
	.aside_nav_map:before{background-size: 13px auto;}
	.aside_nav_mail:before{background-size: 15px auto;}
	.aside_nav_tel:before{background-size: 14px auto;}
	.aside_nav_map img{width: 13px;}
	.aside_nav_mail img{width: 15px;}
	.aside_nav_tel img{width: 14px;}
}

/* image and text
---------------------------------------------- */
/* 画像左 テキスト右 */
.imgTxtBox {
	display: table;
	width: 100%;
}
.imgTxtBox .box{
	display: table-cell;
}
.imgTxtBox .imgBox{
	vertical-align: top;
}
.imgTxtBox .imgBox img{
	width: 100%;
	height: auto;
}
.imgTxtBox .textBox{
	vertical-align: middle;
}
.imgTxtBox .text{
	margin-bottom: 15px;
}
.imgTxtBox .text span{
	line-height: 1.2;
}

/* sizeL(画像のサイズL 正方形) */
.imgTxtBox.sizeL{
	padding: 40px 0;
}
.imgTxtBox.sizeL .imgBox{
	width: 120px;
}
.imgTxtBox.sizeL .textBox{
	padding-left: 30px;
}
.imgTxtBox.sizeL.text{
	margin-bottom: 15px;
}
.imgTxtBox.sizeL .text span{
	font-size: 2.4rem;
}
.imgTxtBox.sizeL .detail_text{
	font-size: 1.6rem;
}

/* sizeS(画像のサイズS 正方形) */
.imgTxtBox.sizeS{
	padding: 30px 0;
}
.imgTxtBox.sizeS .imgBox{
	width: 60px;
}
.imgTxtBox.sizeS .textBox{
	padding-left: 20px;
}
.imgTxtBox.sizeS .text{
	margin-bottom: 5px;
}
.imgTxtBox.sizeS .text span{
	font-size: 2rem;
}

@media screen and (max-width: 750px){
	.imgTxtBox {
		display: block;
		width: 100%;
	}
	.imgTxtBox .box{
		display: block;
	}
	.imgTxtBox .imgBox{
		float: left;
	}
	.imgTxtBox .textBox{
		padding-left: 0;
	}
	.imgTxtBox .text{
		display: table;
	}
	.imgTxtBox .text span{
		display: table-cell;
		vertical-align: middle;
		line-height: 1.6;
	}
	.imgTxtBox .detail_text{
		clear: left;
	}
	/* sizeL */
	.imgTxtBox.sizeL{
		padding: 30px 0;
	}
	.imgTxtBox.sizeL .imgBox{
		width: 80px;
		margin-right: 10px;
	}
	.imgTxtBox.sizeL .textBox{
		padding-left: 0;
	}
	.imgTxtBox.sizeL .text{
		min-height: 80px;
		margin-bottom: 15px;
	}
	.imgTxtBox.sizeL .text span{
		font-size: 1.8rem;
	}

	/* sizeS */
	.imgTxtBox.sizeS {
		padding: 20px 0;
	}
	.imgTxtBox.sizeS .imgBox{
		width: 45px;
		margin-right: 10px;
	}
	.imgTxtBox.sizeS .textBox{
		padding-left: 0;
	}
	.imgTxtBox.sizeS .text{
		min-height: 45px;
	}
	.imgTxtBox.sizeS .text span{
		font-size: 1.6rem;
	}
}

/* 画像左 テキスト右(PC・SPともに横並び) */
.imgTxtBox_type2 {
	width: 100%;
	display: table;
}
.imgTxtBox_type2 .arrow_right_type2:after{
	border-width: 2px;
}
.imgTxtBox_type2 a{
	text-decoration: none;
	display: block;
	padding: 30px 0;
}
.imgTxtBox_type2 a:hover{
	text-decoration: none;
	opacity: .7;
}
.imgTxtBox_type2 .imgBox {
	display: table-cell;
	vertical-align: middle;
	width: 182px;
}
.imgTxtBox_type2 .imgBox img{
	width: 100%;
	height: auto;
}
.imgTxtBox_type2 .txtBox {
	display: table-cell;
	vertical-align: middle;
	padding: 0 40px 0 20px;
}
.imgTxtBox_type2 .textBold{
	font-size: 1.6rem;
	line-height: 1.7;
	font-weight: bold;
	margin: 3px 0;
}
@media screen and (max-width: 750px){
	.imgTxtBox_type2 {
		display: block;
	}
	.imgTxtBox_type2 .arrow_right_type2:after{
		border-width: 1px;
		right: 7px;
	}
	.imgTxtBox_type2 a{
		overflow: hidden;
	}
	.imgTxtBox_type2 .imgBox {
		display: block;
		width: 120px;
		float: left;
	}
	.imgTxtBox_type2 .imgBox img{
		width: 100%;
		height: auto;
	}
	.imgTxtBox_type2 .txtBox {
		display: block;
		padding: 0 20px 0 10px;
		margin-left: 120px
	}
	.imgTxtBox_type2 .textBold{
		margin: 0;
	}
}
/* 画像左 テキスト右(SPの時にタイトルが上にくるパターン) */
.imgL_txtR{
	padding: 38px 0;
	margin-bottom: 30px;
}
.imgL_txtR .figure_subtitle,
.imgL_txtR .figure_comment,
.imgL_txtR .figure_title{
	width: 870px;
}
.imgL_txtR .figure_subtitle,
.imgL_txtR .figure_comment,
.imgL_txtR .figure_title{
	float: right;
}
.imgL_txtR .imgL{
	float: left;
}
.imgL_txtR .figure_title{
	font-size: 2.6rem;
	margin-top: -15px;
	margin-bottom: 10px;
}
.imgL_txtR .figure_subtitle{
	font-size: 2rem;
	line-height: 1.5;
	margin-bottom: 5px;
}
.imgL_txtR .figure_img{
	margin-right: 30px;
}
.imgL_txtR .figure_img img{
	width: 123px;
	height: auto;
}
@media screen and (max-width: 750px) {
	.imgL_txtR{
		padding: 30px 0 25px;
	}
	.imgL_txtR .figure_comment{
		width: 83%;
		font-size: 1.4rem;
		margin-top: 20px;
	}
	.imgL_txtR .figure_subtitle{
		width: 74%;
		font-size: 1.8rem;
	}
	.imgL_txtR .figure_subtitle{
		margin-top: 10px;
	}
	.imgL_txtR .figure_title{
		font-size: 2rem;
	}
	.imgL_txtR .figure_comment,
	.imgL_txtR .figure_title{
		width: 100%;
		clear:both;
		padding-left: 0;
	}
	.imgL_txtR .figure_img{
		width: 23%;
		margin-right: 3%;
	}
	.imgL_txtR .figure_img img{
		width: 100%;
	}
}
/* 画像の横並び(8column) */
.figureBox.lyt_8col .column:nth-child(n+8){
	margin-top: 25px;
}
.figureBox.lyt_8col .column:nth-child(-n+8){
	margin-top: 0;
}
.figureBox.lyt_8col .column a{
	display: block;
}
.figureBox.lyt_8col .column a:hover{
	opacity: .7;
}
@media screen and (max-width: 750px) {
	.figureBox.lyt_8col .column:nth-child(n+4){
		margin-top: 25px;
	}
	.figureBox.lyt_8col .column:nth-child(-n+4){
		margin-top: 0;
	}
	.figureBox.lyt_8col .column p{
		font-size: .9rem;
	}
}

/* font-weight
--------------------------------------------------- */
strong,
.bold {
	font-weight: bold;
}
/* 記事(blog・news)
--------------------------------------------------- */
.articleTop {
	margin-bottom: 20px;
}
.articleTop .cateIcon{
	display: inline-block;
	margin-right: 16px;
}
.articleTop .date{
	display: inline-block;
}
.articleText:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
}
.articleText p{
	margin-bottom: 1.3em;
	word-break: break-word;
}

/* エディタで使用 */
.articleText strong{
	font-weight: bold;
}
.articleText em{
	font-style: italic;
}
.articleText ul{
	list-style: disc;
	padding-left: 1em;
}
.articleText ol{
	list-style: decimal;
}
@media screen and (max-width: 750px){
	.articleTop .cateIcon{
		width: 80px;
		margin-right: 10px;
	}
}

/* 抜粋文
--------------------------------------------------- */
.extract{
	display: inline-block;
	float: left;
	max-width: 32%;
	margin: 30px 56px 20px 0;
	color: #505050;
	font-size: 2.6rem;
	line-height: 1.5;
}
.extract:before{
	content: url(/resource/common/img/icon/icon_extract_before.png);
	display: inline-block;
	margin: 0 15px -10px 0;
}
.extract:after{
	content: url(/resource/common/img/icon/icon_extract_after.png);
	display: inline-block;
	margin: 0 0 0 15px;
}
@media screen and (max-width: 750px){
	.extract{
		font-size: 1.9rem;
		max-width: 45%;
		line-height: 1.6;
		margin: 25px 15px 15px 0;
	}
	.extract:before{
		content: "";
		background: url(/resource/common/img/icon/icon_extract_before.png) no-repeat;
		background-size: contain;
		margin: 0 10px 4px 0;
		width: 15px;
		height: 12px;
	}
	.extract:after{
		content: "";
		background: url(/resource/common/img/icon/icon_extract_after.png) no-repeat;
		background-size: contain;
		margin: 0 0 -2px 10px;
		width: 15px;
		height: 12px;
	}
}
/* shareBox
--------------------------------------------------- */
.sharebox{
	margin-bottom: 30px;
	position: relative;
}
.sharebox:after{content: "."; clear: both; display: block; visibility: hidden; height: 0; line-height: 0;}
.shareBoxIn{
	float: right;
}
.sharebox .print{
	float: left;
}
.sharebox .btn_fb{
	margin: 0 20px 0 0;
	float: left;
}
.sharebox .btn_share{
	display: none;
}
.sharebox .btn_print{
	margin-right: 20px;
	margin-top: 3px;
	float: left;
}
.sharebox .item_sns{
	display: inline-block;
	float: left;
	margin-left: 10px;
}
.sharebox .item_sns:first-child{
	margin-left: 0;
}
.sharebox .js_tooltipCont{
	float: left;
}
@media screen and (max-width: 750px){
	.sharebox{
		text-align: right;
	}
	.sharebox .btn_fb{
		margin-top: -4px;
		display: inline-block;
		vertical-align: top;
		float: none;
	}
	.sharebox .btn_share{
		display: inline-block;
	}
	.sharebox .item_sns{
		width: 30px;
		float: none;
	}
}

/* panelBox(絞りこみ)
--------------------------------------------------------------*/
.panelBox{
	padding: 30px 0;
	border-bottom: 2px solid #434343;
	border-top: 2px solid #434343;
	position: relative;
	margin-top: 20px;
}
.panelBox .panelTitle{
	font-size: 1.6rem;
	margin-bottom: 12px;
	margin-top: 22px;
}
.panelList{
	width: 100%;
	padding-bottom: 30px;
	margin-top: 22px;
	position: relative;
}
.panelTitle + .panelList{
	margin-top: 0;
}
.panelList:after{content: "."; clear: both; display: block; visibility: hidden; height: 0; line-height: 0;}
.panelList .panelItem{
	width: 250px;
	float: left;
	margin: 8px 8px 0 0;
}
.panelList .panelItem:nth-child(4n){
	margin-right: 0;
}
.panelList .arrow_right_type2:after{
	border-width: 2px;
	right: 20px;
}
.panelList .itemIn{
	display: table;
	box-sizing: border-box;
	width: 100%;
	min-height: 100%;
	background: #eaeaea;
	border-radius: 3px;
	padding: 14px 28px 14px 12px;
	cursor: pointer;
	text-decoration: none;
	font-size: 1.6rem;
	line-height: 1.6;
	min-height: 80px;
}
.panelList .itemIn span{
	display: table-cell;
	vertical-align: middle;
}
.panelList .panelItem.disabled .itemIn{
	color: #bbbbbb;
	cursor: default;
}
.panelList.problem .itemIn{
	min-height: 105px;
}
.panelList.problem .itemIn{
	font-size: 1.4rem;
}

/* panelList type2 */
.panelList.type2{
	padding-top: 22px;
	margin-top: 0;
}
.panelList.type2 .panelItem{
	display: inline-block;
	width: auto;
}
.panelList.type2 .itemIn{
	padding: 9px 33px 9px 13px;
	font-size: 1.2rem;
	min-height: 40px;
}
.panelList.type2 .panelItem:nth-child(4n){
	margin-right: 8px;
}
.panelList.type2 .panelItem:nth-child(5){
	margin-right: 0;
}
.panelList.type2 .arrow_right_type2:after{
	border-width: 1px;
	width: 5px;
	height: 5px;
	right: 10px;
}
@media screen and (min-width: 751px){
	.panelItem .itemIn:hover{
		background: #000;
		color: #fff;
	}
	.panelItem .itemIn:hover.arrow_right_type2:after{
		border-color: #fff #fff transparent transparent;
	}
	.panelItem.disabled .itemIn:hover{
		background: #eaeaea;
	}
}
.panelItem.disabled .itemIn.arrow_right_type2:after{
	border-color: #bbbbbb #bbbbbb transparent transparent;
}
.panelBox .radioBtn{
	position: absolute;
	opacity: 0;
}
.panelBox .radioBtn:checked + .itemIn{
	opacity: .7;
}
.panelBox .btn_boxCenter{
	margin: 20px 0 0;
}
.panelBox button.btn_black{
	background: #fff;
	padding: 12px 0;
}
.panelBox button.btn_black:hover{
	background: #000;
}
.panelBox button.btn_black:focus{
	outline: none;
}
/*矢印*/
.panelBox.js_setArrowMark .arrow{
	top: -10px;
}
@media screen and (max-width: 750px) {
	.panelBox{
		padding: 10px 0 30px;
		border-bottom: 2px solid #434343;
		margin-top: 25px;
	}
	.panelBox .panelTitle{
		font-size: 1.5rem;
		margin-bottom: 0;
		margin-top: 20px;
	}
	.panelList{
		margin-top: 20px;
		padding-bottom: 12px;
	}
	.panelBox .panelItem,
	.panelList.type2 .panelItem{
		display: block;
		width: 48.8%;
		margin: 2.4% 2.4% 0 0;
	}
	.panelList .itemIn{
		min-height: 55px;
	}
	.panelList.problem .itemIn{
		min-height: 92px;
	}
	.panelBox .panelItem:nth-child(2n),
	.panelList.type2 .panelItem:nth-child(2n),
	.panelList.type2 .panelItem:nth-child(4n){
		margin-right: 0;
	}
	.panelBox .arrow_right_type2:after{
		border-width: 1px;
		right: 12px;
	}
	.panelBox .itemIn{
		border-radius: 2px;
		padding: 10px 25px 10px 12px;
	}
	.panelList.type2.borderBottomGray {
		padding-bottom: 30px;
	}
	.panelList.type2 .itemIn{
		font-size: 1.1rem;
		border-radius: 2px;
		padding: 10px 18px 10px 12px;
		min-height: 55px;
	}
	.panelList.type2  .panelItem:nth-child(5){
		margin-right: 2.4%;
	}
	.panelList.type2 .arrow_right_type2:after{
		border-width: 1px;
		width: 7px;
		height: 7px;
		right: 12px;
	}
	.panelBox .itemIn,
	.panelList.problem .itemIn{
		font-size: 1.1rem;
		line-height: 1.5;
	}
	.panelBox .btn_boxCenter{
		margin: 30px 0 0;
	}
	.panelList.type2 .itemIn span{
		padding-left: 25px;
		position: relative;
	}
	.panelList.type2 .icon_digital_type1:before,
	.panelList.type2 .icon_healthcare_type1:before,
	.panelList.type2 .icon_marketing_type1:before,
	.panelList.type2 .icon_corporate_type1:before,
	.panelList.type2 .icon_global_type1:before{
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -9px;
	}
	.panelList.borderTopGray{
		margin-top: 20px;
	}
	/*矢印*/
	.panelBox.js_setArrowMark .arrow{
		left: 50% !important;
		margin-left: -8px;
	}
}
.js_dropDownSubMenu{
	display: none;
}
.js_dropDownSubMenuWrap{
	display: none;
	padding-top: 20px;
	margin-top: -20px;
}

/* 表示・非表示
--------------------------------------------------- */
.dis_none{
	display: none;
}

/* オーバーレイ
--------------------------------------------------- */
.overlay_black{
	position: relative;
	display: inline-block;
}
.overlay_black:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
/* オーバーレイの濃さ */
.overlay_alpha2:after{
	opacity: .2;
}
.overlay_alpha4:after{
	opacity: .4;
}
/* 三点リーダー
--------------------------------------*/
.js_ellipsis{
	overflow: hidden;
	position: relative;
}
.js_ellipsis .ellipsis{
	display: inline;
	position: absolute;
	right: 0;
	bottom: 0;
}
.js_ellipsis.bg_white .ellipsis{
	background: url(/resource/common/img/content/gradient_white.png) left top /cover no-repeat;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%);
}
.js_ellipsis.bg_ivory .ellipsis{
	background: url(/resource/common/img/content/gradient_ivory.png) left top /cover no-repeat;
	background: -moz-linear-gradient(left, rgba(247,244,233,0) 0%, rgba(247,244,233,1) 60%, rgba(247,244,233,1) 100%);
	background: -webkit-linear-gradient(left, rgba(247,244,233,0) 0%,rgba(247,244,233,1) 60%,rgba(247,244,233,1) 100%);
	background: linear-gradient(to right, rgba(247,244,233,0) 0%,rgba(247,244,233,1) 60%,rgba(247,244,233,1) 100%);
}
.js_ellipsis.bg_lightGrey .ellipsis{
	background: url(/resource/common/img/content/gradient_lightgrey.png) left top /cover no-repeat;
	background: -moz-linear-gradient(left, rgba(234,234,234,0) 0%, rgba(234,234,234,1) 60%, rgba(234,234,234,1) 100%);
	background: -webkit-linear-gradient(left, rgba(234,234,234,0) 0%,rgba(234,234,234,1) 60%,rgba(234,234,234,1) 100%);
	background: linear-gradient(to right, rgba(234,234,234,0) 0%,rgba(234,234,234,1) 60%,rgba(234,234,234,1) 100%);
}
.js_ellipsis.bg_brightGrey .ellipsis{
	background: url(/resource/common/img/content/gradient_brightgrey.png) left top /cover no-repeat;
	background: -moz-linear-gradient(left, rgba(222,222,222,0) 0%, rgba(222,222,222,1) 60%, rgba(222,222,222,1) 100%);
	background: -webkit-linear-gradient(left, rgba(222,222,222,0) 0%,rgba(222,222,222,1) 60%,rgba(222,222,222,1) 100%);
	background: linear-gradient(to right, rgba(222,222,222,0) 0%,rgba(222,222,222,1) 60%,rgba(222,222,222,1) 100%);
}
.js_ellipsis.bg_grey .ellipsis{
	background: url(/resource/common/img/content/gradient_grey.png) left top /cover no-repeat;
	background: -moz-linear-gradient(left, rgba(173,173,173,0) 0%, rgba(173,173,173,1) 60%, rgba(173,173,173,1) 100%);
	background: -webkit-linear-gradient(left, rgba(173,173,173,0) 0%,rgba(173,173,173,1) 60%,rgba(173,173,173,1) 100%);
	background: linear-gradient(to right, rgba(173,173,173,0) 0%,rgba(173,173,173,1) 60%,rgba(173,173,173,1) 100%);
}
.js_ellipsis.bg_black .ellipsis{
	background: url(/resource/common/img/content/gradient_black.png) left top /cover no-repeat;
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 60%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 60%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 60%,rgba(0,0,0,1) 100%);
}
.js_ellipsis.bg_aquaBlue .ellipsis{
	background: url(/resource/common/img/content/gradient_aquablue.png) left top /cover no-repeat;
	background: -moz-linear-gradient(left, rgba(40,178,229,0) 0%, rgba(40,178,229,1) 60%, rgba(40,178,229,1) 100%);
	background: -webkit-linear-gradient(left, rgba(40,178,229,0) 0%,rgba(40,178,229,1) 60%,rgba(40,178,229,1) 100%);
	background: linear-gradient(to right, rgba(40,178,229,0) 0%,rgba(40,178,229,1) 60%,rgba(40,178,229,1) 100%);
}
.js_ellipsis.bg_mintGreen .ellipsis{
	background: url(/resource/common/img/content/gradient_mintgreen.png) left top /cover no-repeat;
	background: -moz-linear-gradient(left, rgba(49,206,163,0) 0%, rgba(49,206,163,1) 60%, rgba(49,206,163,1) 100%);
	background: -webkit-linear-gradient(left, rgba(49,206,163,0) 0%,rgba(49,206,163,1) 60%,rgba(49,206,163,1) 100%);
	background: linear-gradient(to right, rgba(49,206,163,0) 0%,rgba(49,206,163,1) 60%,rgba(49,206,163,1) 100%);
}
.js_ellipsis .ellipsis:after{
	content: '...';
	display: block;
	padding-left: 15px;
}
/* postsArticle
--------------------------------------------------------------*/
.postsArticle{
	margin-top: 73px;
}
.title_postsArticle{
	text-align: center;
	padding: 20px 0 16px;
	margin-bottom: 47px;
}
.title_postsArticle img{
	width: auto;
	height: 25px;
}
.postsArticle_item{
	float: left;
	width: 250px;
	margin: 0 8px 8px 0;
}
.postsArticle_item:nth-child(4n){
	margin-right: 0;
}
.postsArticle_item a,
.postsArticle_item .noLink{
	display: block;
	height: 248px;
	padding: 120px 20px 0;
	position: relative;
}
.postsArticle_item .icon{
	display: block;
	width: 56px;
	height: 56px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	background-color: #000;
	color: #fff;
	line-height: 1.5;
}
.postsArticle_item .icon_txt{
	display: table;
	width: 100%;
	height: 56px;
	white-space: nowrap;
}
.postsArticle_item .icon_txt span{
	display: table-cell;
	height: 56px;
	padding-left: 56px;
	vertical-align: middle;
}
.postsArticle_item .icon:after{
	content: "";
	display: block;
	width: 56px;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 22px;
	position: absolute;
	left: 0;
	top: 0;
}
.postsArticle_item.healthcare .icon:after{background-image: url(/resource/common/img/icon/icon_healthcare_white.png);}
.postsArticle_item.corporate .icon:after{background-image: url(/resource/common/img/icon/icon_corporate_white.png);}
.postsArticle_item.csi .icon:after{background-image: url(/resource/common/img/icon/icon_csi_white.png);}
.postsArticle_item.blog .icon:after{background-image: url(/resource/common/img/icon/icon_blog_white.png);}
.postsArticle_item.column .icon:after{background-image: url(/resource/common/img/icon/icon_column_white.png);}
.postsArticle_item.news .icon:after{background-image: url(/resource/common/img/icon/icon_news_white.png);}
.postsArticle_item.award .icon:after{background-image: url(/resource/common/img/icon/icon_award_white.png);}
.postsArticle_item.teacher .icon:after{background-image: url(/resource/common/img/icon/icon_program_white.png);}
.postsArticle_item.report .icon:after{background-image: url(/resource/common/img/icon/icon_pr_report_white.png);}
.postsArticle_item.obipara .icon:after{background-image: url(/resource/common/img/icon/icon_obipara_white.png);}
.postsArticle_item.prInsights .icon:after{background-image: url(/resource/common/img/icon/icon_pr_insights_white.png);}
.postsArticle_item .postTitle{
	display: block;
	font-size: 1.6rem;
}
.postsArticle_item.teacher a {
	text-decoration: none;
}
.postsArticle_item.teacher .postTitle {
	text-decoration: none;
}
.postsArticle_item.teacher a:hover .postTitle {
	text-decoration: none;
}
.postsArticle_item.teacher .postTitle_large {
	font-size: 2rem;
	font-weight: bold;
	display: block;
	margin-top: 10px;
	text-decoration: none;
}
.postsArticle_item .postTitle img{
	width: 100%;
	height: auto;
	margin-top: 7px;
}
.postsArticle_item .postTmb{
	display: block;
	overflow: hidden;
	width: 100%;
	height: 111px;
	margin-top: 18px;
}
.postsArticle_item .postTmb img{
	width: 100%;
	height: auto;
}
.postsArticle_item .category{
	display: block;
	position: absolute;
	left: 20px;
	bottom: 20px;
	line-height: 1;
}
.postsArticle_item .thumbnail{
	display: block;
	position: absolute;
	left: 20px;
	bottom:55px;
	line-height: 1;
}
.postsArticle_item .category img{
	width: 100%;
	height: auto;
}
.postsArticle_item.csi .category{
	width: 93px;
}
.postsArticle_item.blog .category{
	width: 60px;
}
.postsArticle_item.column .category{
	width: 104px;
}
.postsArticle_item.column .thumbnail{
	width: 60px;
}
.postsArticle_item.column .thumbnail img{
	width: 100%;
	height: auto;
}
.postsArticle_item.award .category{
	width: 49px;
}
.postsArticle_item.teacher .category{
	width: 36px;
}
.postsArticle_item.report .category{
	width: 31px;
}
.postsArticle_item.obipara .category{
	width: 60px;
}
.postsArticle_item.prInsights .category{
	width: 38px;
}

.postsArticle_item .date{
	display: block;
	position: absolute;
	right: 20px;
	bottom: 20px;
	line-height: 1;
}
.postsArticle_item.healthcare,
.postsArticle_item.corporate{color: #fff;}
.postsArticle_item.healthcare{background: #28b2e5;}
.postsArticle_item.corporate{background: #31cea3;}
.postsArticle_item.csi{background: url(/resource/top/img/post_csi_bg.jpg) center top /cover no-repeat;}
.postsArticle_item.blog{background: #ebebeb;}
.postsArticle_item.column{background: #ffffff; border:1px solid #ebebeb; box-sizing: border-box;}
.postsArticle_item.news{background: url(/resource/top/img/post_news_bg.jpg) center top /cover no-repeat;}
.postsArticle_item.award{background: url(/resource/top/img/post_award_bg.jpg)  center top /cover no-repeat;}
.postsArticle_item.teacher{background: url(/resource/top/img/post_teacher_bg.jpg)  center top /cover no-repeat;}
.postsArticle_item.report{background: url(/resource/top/img/post_pr_report_bg.jpg)  center top /cover no-repeat;}
.postsArticle_item.obipara{background: url(/resource/top/img/post_obipara_bg.jpg)  center top /cover no-repeat;}
.postsArticle_item.prInsights{background: url(/resource/top/img/post_pr_insights_bg.jpg)  center top /cover no-repeat;}
/*coming soon*/
.comingSoon.postsArticle_item .icon{
	background-color: #b8bbc2;
}
.comingSoon.postsArticle_item .postTitle{
	opacity: 0.35;
}
.comingSoon.postsArticle_item .comingSoonTxt{
	opacity: 0.35;
	font-size: 1.5rem;
	display: block;
}
@media screen and (max-width: 750px) {
	.postsArticle{
		margin-top: 60px;
	}
	.title_postsArticle{
		padding: 10px 0;
		margin-bottom: 33px;
	}
	.title_postsArticle img{
		width: auto;
		height: 20px;
	}
	.postsArticle_item{
		width: 49%;
		margin: 0 2% 2% 0;
	}
	.postsArticle_item:nth-child(2n){
		margin-right: 0;
	}
	.postsArticle_item a,
	.postsArticle_item .noLink{
		height: 246px;
		padding: 79px 15px 0;
	}
	.postsArticle_item .icon{
		width: 43px;
		height: 43px;
	}
	.postsArticle_item .icon_txt{
		height: 43px;
	}
	.postsArticle_item .icon_txt span{
		height: 43px;
		padding-left: 43px;
	}
	.postsArticle_item .icon:after{
		width: 43px;
		background-size: auto 20px;
	}
	.postsArticle_item .postTitle {
		font-size: 1.3rem;
		line-height: 1.7;
	}
	.postsArticle_item.teacher .postTitle_large {
		font-size: 1.3rem;
		line-height: 1.3;
		margin-top: 8px;
	}
	.postsArticle_item .postTitle img{
		margin-top: 4px;
	}
	.postsArticle_item .postTmb{
		height: 73px;
		margin-top: 14px;
	}
	.postsArticle_item .category{
		left: 15px;
		bottom: 15px;
		font-size: 1rem;
	}
	.postsArticle_item.csi .category{
		width: 68px;
	}
	.postsArticle_item.blog .category{
		width: 44px;
	}
	.postsArticle_item.column .thumbnail{
		left: 15px;
		bottom: 40px;
		width: 44px;
	}
	.postsArticle_item.column .category{
		width: 70px;
	}
	.postsArticle_item.award .category{
		width: 33px;
	}
	.postsArticle_item.teacher .category{
		width: 25px;
	}
	.postsArticle_item.report .category{
		width: 20px;
	}
	.postsArticle_item.obipara .category{
		width: 44px;
	}
	.postsArticle_item.prInsights .category{
		width: 22px;
	}
	.postsArticle_item .date{
		right: 15px;
		bottom: 15px;
		font-size: 1rem;
	}
	/*coming soon*/
	.comingSoon.postsArticle_item .comingSoonTxt{
		font-size: 1.2rem;
	}
}
/* mediaBnrArea
--------------------------------------------------------------*/
.mediaBnrArea li{
	margin-bottom: 8px;
}
.mediaBnrArea a:hover{
	opacity: .7;
}
.mediaBnrArea img{
	width: 100%;
	height: auto;
	border: #ebebeb solid 1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 750px) {
	.mediaBnrArea li{
		margin-bottom: 2%;
	}
}

/* menuList
--------------------------------------------------------------*/
.menuList{
	width: 100%;
	padding-bottom: 30px;
	margin-top: 22px;
	position: relative;
}
.menuListItem{
	width: 250px;
	float: left;
	margin: 8px 8px 0 0;
	border: 1px solid #eaeaea;
	box-sizing: border-box;
}

.menuListItemLarge{
	width: 500px;
	margin: 24px 24px 0 0;
}

.menuListItem a{
	display: block;
}
.menuListItem a:hover{
	opacity: .7;
}
.menuListItem img{
	width: 100%;
	height: auto;
}
.menuListItem:not(.menuListItemLarge):nth-child(4n){
	margin-right: 0;
}
.menuListItemLarge:nth-child(2n){
	margin-right: 0;
}


@media screen and (max-width: 750px){
	.menuList {
		margin-top: 20px;
		padding-bottom: 12px;
	}
	.menuListItem,
	.menuListItemLarge{
		display: block;
		width: 48.8%;
		margin: 2.4% 2.4% 0 0;
	}
	.menuListItem:nth-child(2n){
		margin-right: 0;
	}
}
