@charset "utf-8";
/* デバイス設定によって自動的にテキストサイズが調整されるのを防ぐ */
html {
	-webkit-text-size-adjust: none; 
}

/* 読み込み時点でのコンテンツを非表示にする */
#wrapper{
	display: none;
}

body{
	color: #333333;
}
*{
	box-sizing: border-box;
}

#myBinderArticles > div.viewInline > ul > .article.mybinder{
	box-sizing: content-box;
}

#footer{
	min-width: 100%;
	padding: 20px ;
	background-color: #24292C;
}
#footer p.copyright{
	color: #ffffff;
	font-size: 12px;
}
.keywordSearch input.keyword{
	background: #ffffff;
	height: 33px;
	padding-top: 0;
	padding: 5px 10px;
	box-sizing: border-box;
}
#keywordSearchSideCatalog .scope{
	margin: 10px 0;
}
/* カタログビューボタンの配置ずれ修正 */
.viewBlock.half.catalogPage li.article div.image{
	width: 242px;
}
.btn.icon_catalogview {
	right: 0;
}
.viewBlock.half.catalogPage li.article div.image ol.pages{
	width: 242px;
}
.keywordSearch ul.scope li{
	margin-right: 10px;
}
.btn.matte.search{
	background: #eeeeee;
	color: #666666;
	text-indent: 0;
	font-weight: bold;
	width: 57px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 2px rgba(0,0,0, 0.2);
	border-radius: 2px;
}
div.section#keywordSearchSideCatalog{
	background: #ffffff;
	width: 100%;
	margin-bottom: 10px;
	padding: 0; 
	height: auto;
}
div.section#keywordSearchSideCatalog .searchTitle{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	font-weight: 600;
	margin-bottom: 8px;
	padding-left: 20px;
	background: url(../images/ico-search.png) no-repeat 0 50%;
}
div.side div.section{
	background: #F6F6F6;
	position: relative;
	margin-bottom: 20px;
}
div.side div.section h2{
	padding: 12px 13px 0;
}
div.side div.section h2 span{
	padding-bottom: 40px;
	box-sizing: border-box;
}
div.side div.section h2:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 20px solid #CCCCCC;
	border-right: 20px solid transparent;
	top: 0;
	left: 0;
	visibility: inherit;

}
div.side div.section h2, div.side div.section div.inner{
	background: none;
	position: relative;
}
.sideCategory{
	background: #ffffff;
	border: solid 1px #EEEEEE;
}
.sideCategory .searchTitle{
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	background-color: #F2F2F2;
	padding: 9px;
}
.sideCategory .inner .treeview li a{
	font-size: 10px;
	text-decoration: none;
	color: #333333;
	display: block;
	padding: 8px 0;
}
.sideCategory .inner .treeview>li>a,
.sideCategory .inner .treeview li span{
	padding: 8px;
	font-size: 12px;
	position: relative;
	padding-left: 45px;
	cursor: pointer;
	display: block;
	text-decoration: none;
	color: #333333;
}
.sideCategory .inner .treeview li:not(.noChild) span:after,
.sideCategory .inner .treeview li:not(.noChild) span:before{
	content: "";
	position: absolute;
	left: 25px;
	top: 0;
	bottom: 3px;
	margin: auto 0;
	display: block;
	width: 5px;
	height: 5px;
	border-left: 2px solid #333333;
	border-bottom: 2px solid #333333;
	transform: rotate(-135deg);
}
.sideCategory .inner .treeview li:not(.noChild) span.active:after,
.sideCategory .inner .treeview li:not(.noChild) span.active:before {
	transform: rotate(-45deg);
}
.sideCategory .inner .treeview li ul li{
	padding: 0 45px;
	font-size:11px;
}
.sideCategory .inner .treeview li span.active{
	background-color: #43A6DB;
	color: #ffffff;
	font-weight: 600;
}
.sideCategory .inner .treeview li span.active:after, .sideCategory .inner .treeview li span.active:before{
	border-color: #ffffff;
}
#lead h1{
	background-color: #43A6DB;
	padding: 14px 24px;
	margin-bottom: 20px;
}
#lead h1{
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
}
.breadcrumbs a{
	color: #333333;
}
.viewBlock.half{
	padding: 20px;
}
.catalogSearchResult .viewBlock.half li.article div.inner,
.catalogSearchCategoryList .viewBlock.half li.article div.inner{
	display: flex;
	padding: 14px;
}
.catalogSearchResult .viewBlock.half li.article div.description,
.catalogSearchCategoryList .viewBlock.half li.article div.description{
	display: flex;
	flex-direction: column;
	width: auto;
}
.viewBlock li.article ul.spec li{
	font-size: 12px;
	margin-bottom: 5px;
}
.viewBlock li.article .description .function{
	margin-top: auto;
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-width: 105px;
}
.catalogIndex .function{
	width: auto;
}
#contents:has( #sidemenu){
	padding-bottom: 50px;
}
.function .c-btn{
	background-color: #F29300;
	font-size: 11px;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	padding: 5px;
	display: inline-block;
	text-decoration: none;
	min-width: 105px;
	position: relative;
	cursor: pointer;
}

.function .c-btn span.size{
	position: absolute;
	top: 110%;
	left: 0;
	width: 100%;
	color: #333333;
	text-align: left;
	font-weight: 400;
}
.function .c-btn:hover{
	opacity: 0.7;;
}
.viewBlock.half .heightfix{
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: space-between;
}
.catalogSearchCategoryList .viewBlock.half li.article{
	margin: 0;
	background-image: none;
	padding-bottom: 0;
}
.catalogSearchCategoryList .viewBlock.half li.article .name{
	background-image: none;
	font-size: 14px;
	padding: 14px 14px 0;
}
.catalogSearchCategoryList .viewBlock.half li.article .name a{
	color: #333333;
}

.catalogSearchCategoryList .viewBlock.half li.article div.wrapper{
	background-image: none;
}
.catalogSearchCategoryList .viewBlock.half li.article div.image{
	margin-right: 14px;
}
.catalogMyBinder div.stock div.submitBlock div.submit .btn{
	background-color: #F29300;
	position: relative;
	padding: 8px 16px;
	background-image: none;
	height: 33px;
}
.catalogMyBinder div.stock div.submitBlock div.submit .btn:hover{
	opacity: 0.7;
}
.catalogMyBinder div.stock div.submitBlock div.submit .btn:after{
	content: "結合してダウンロード";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	display: inline-block;
}

/* カタログ詳細 */
.detail .function{
	display: flex;
	gap: 20px;
}
.detail .function {
	width: 100%;
	position: relative;
	top: 10px;
}
.detail .function .c-btn{
	min-width: 130px;
	font-size: 12px;
	padding: 10px;
}
.catalogIndex ul.level_1{
	min-width: 100%;
}
.catalogIndex .categoryNode{
	display: flex;
	width: 100%;
}
.catalogIndex ul.level_1 div.title{
	flex: 1;
}
.catalogDetail .detail .image img{
	width: 121px;
}
.catalogPageGroupSearchResult .viewBlock.half li.article {
	width: calc(50% - 20px);
	background-size: 100%;
}

.viewBlock.half li.article .name{
	background-size: 100%;
	font-size: 14px;
	color: #333333;
}
.viewBlock.half li.article .name a{
	color: #333333;
}
.viewBlock.half li.article .name a:hover{
	color: #969696;
}
.viewBlock.half li.article div.wrapper{
	background-size: 100%;
}
#keywordSearchSideCatalog .scope img{
	height: 12px;
}
/* 以下、PC版の修正 */
/* 非表示 */
.globalNavi,
.utility,
p.btn.cv.catalog.catalogview_middle_text,
.catalogSearchCategoryList .localNavi.sp-hide,
.catalogSearchCategoryList .localNavi,
.catalogSearchCategoryList h2,
.btn.medium.downloadCatalog.downloadCatalog_m,
.breadcrumbsCataloginfoTitle,
.breadcrumbsVolumeName,
.catalogSearchCategoryList .comment,
.catalogSearchResult .comment{
	display: none!important;
}
.catalogSearchCategoryList  div > ul > li > div > div > div.image > div > p.btn.cv.catalog.catalogview_mini_text,
.catalogSearchResult  div > ul > li > div > div > div.image > div > p.btn.cv.catalog.catalogview_mini_text,
.catalogDetail > #overview > div > div.image > div > p.btn.cv.catalog.catalogview_mini_text{
	display: none;
}
.catalogSearchCategoryList #lead h1{
	font-size:0;
	position: relative;
}
.catalogSearchCategoryList #lead h1::before{
	content:"総合カタログ";
	display: block;
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	width: 100%;
}
/* カタログページ検索結果　キーワード検索を非表示 */
#main #CatalogPageGroupSearch::before{
	display:none;
}
h2{
	display: block;
}
/* キーワード検索 */
#CatalogPageGroupSearch::before{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	font-weight: 600;
	margin-bottom: 8px;
	padding-left: 20px;
	background: url(../images/ico-search.png) no-repeat 0 50%;
	content: "キーワード検索";
}
/* 検索ボタン上に文字を表示 */
.btn.matte.search.submit::before{
	content:"検索";
	display: block;
}
/* 検索結果に表示されるサムネイルの大きさ */
.viewBlock li.article.article img.main{
	width:120px;
}
/* キーワード検索画面のスペックから日付を削除 */
#CatalogPageGroupSearch .spec li:not(:first-child):not(:last-child) {
	display: none;
}
#CatalogPageGroupSearch .searchResultCatalogSummary {
	padding-bottom: 10px;
}
/* マイバインダー画面見出し変更 */
.catalogMyBinder .imageReplacement h1{
	background-color: #43A6DB !important;
	padding: 14px 24px !important;
	margin-bottom: 20px !important;
	font-size: 20px !important;
	font-weight: 600 !important;
	color: #ffffff !important;
}

/* カテゴリ検索画面結果＿横並び */
.catalogSearchResult .viewBlock.half li.article{
	margin:0
}

/* カテゴリの上にカーソルを合わせると背景色を変更 */
li.sideCategory .selected,
#sub > ul > li.sideCategory > div > div > ul > li:nth-child(2) > ul > li:hover{
	background-color: #b7e4fb;
}

/* ページャーの表示崩れ修正 */
.pager ol,.pager p{
	height:20px
}
@media screen and (max-width: 570px){
	.pager ol{
		font-size:80%
	}
	.pager img{
		width:80%;
	}
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-device-width: 1024px) {
	.viewBlock.half.catalogPage li.article ol.nombre li.left{
		width: 50%;
		text-align: center;
		padding-right: 0;
	}
	.catalogDetail .section_ttl{
		background-color: #e9e9e9;
		text-align: center;
		border-bottom: none;
		font-weight: 700;
		padding: 16px 10px;
	}
	.catalogDetail .section_ttl span{
		border-bottom: none;
	}
	.catalogPageGroupSearchResult #searchResult .viewBlock{
		background: none;
	}
	.viewBlock li.article p.function,.viewBlock.half.catalogPage li.article ol.nombre .function{
		display: none;
	}
	.viewBlock li.article ul.spec li{
		font-size: 14px;
		width: 200%;
	}
	.catalogPageGroupSearchResult .viewBlock.half li.article{
		width: calc(100% - 20px);
	}

	.catalogDetail #overview h2{
		display: none;
	}

	.sp-hide{
		display: none;
	}
	.btn.mybinder_mini_text{
		display: none;
	}
	.catalogIndex ul.level_1 div.function{
		width: 100%;
	}
	.catalogDetail .detail .image img{
		width: 90px;
	}
	.catalogIndex .categoryNode{
		flex-wrap: wrap;
	}
	.catalogIndex ul.level_1{
		width: 100%;
	}
	#wrapper{
		overflow: hidden;
	}
	#contents, #header .inner, #header div.globalNavi ul{
		padding: 0 10px 20px;
		position: relative;
		width: 100%;
	}
	#main,#footer{
		width: 100%;
	}
	#contents{
		display: flex;
		flex-direction: column-reverse;
	}
	div.side, #extra{
		width: 100%;
	}
	.detail .image{
		width: 115px;
	}
	.catalogSearchCategoryList .viewBlock.half li.article .name{
		padding: 20px 20px 0;
	}
	.keywordSearch input.keyword{
		width: calc(100% - 80px);
	}
	div.section#keywordSearchSideCatalog .searchTitle{
		font-size: 20px;
	}
	.btn.matte.search{
		width: 72px;
	}
	#header div.inner a{
		position: relative;
	}
	/* カテゴリTOPもレスポンシブルデザインに対応 */
	.catalogSearchCategoryList .viewBlock.half li.article,.catalogSearchResult .viewBlock.half li.article{
		width: 100%;
		padding-bottom: 0;
	}
	.catalogSearchCategoryList .viewBlock.half li.article div.inner,
	.catalogSearchResult .viewBlock.half li.article div.inner{
		flex-direction: column;
		align-items: center;
		padding: 20px;
	}
	.catalogSearchCategoryList .viewBlock.half li.article div.image{
		width: 100%;
		margin-right: 0;
		margin-bottom: 28px;
		width:auto;
	}
	
	.viewBlock li.article div.inner div.image {
		width: 100%;
	}

	.viewBlock.half li.article div.description{
		width: 100%;
	}
	/* カテゴリ検索画面結果 */
	.catalogSearchCategoryResult .viewBlock.half li.article div.description{
		width: 100%;
	}
	.viewBlock li.article ul.spec{
		margin-bottom: 24px;
	}
	.viewBlock li.article .description .function{
		flex-direction: row;
		gap: 17px;
		max-width: 100%;
	}
	.function .c-btn{
		flex: 1;
		font-size: 12px;
		padding: 10px;
	}
	.breadcrumbs li{
		font-size: 14px;
	}
	.sideMybinder{
		display: none;
	}
	.sideCategory{
		margin-top: 50px;
	}
	.sideCategory .searchTitle{
		font-size: 18px;
		padding: 16px;
	}
	.keywordSearch input.keyword,.btn.matte.search{
		height: 42px;
	}
	div.section#keywordSearchSideCatalog{
		margin-bottom: 40px;
	}
	.sideCategory .inner .treeview li a{
		font-size: 12px;
	}
	.sideCategory .inner .treeview>li>a,
	.sideCategory .inner .treeview li span{
		font-size: 16px;
		padding: 13px;
		padding-left: 45px;
	}
	#sidemenu{
		margin-bottom: 40px;
	}
	/* 検索結果画面カテゴリ別との余白 */
	#lead h1{
		margin-bottom: 20px;
		margin-top:-20px;
	}
	.catalogPageGroupSearchResult #lead h1{
		margin-top:-80px;
	}
	#lead h1{
		font-size: 18px;
	}
	.breadcrumbs{
		position: absolute;
		top: 0px;
		z-index: 1000;
	}
	/* SPでのキーワード検索の位置 */
	#CatalogPageGroupSearch{
		margin-top: 80px;
		margin-bottom: -25px;
	}
	#header div.inner{
		padding: 10px;
		height: 60px;
	}
	#header img.ci{
		position: relative;
		top: 0;
		height: 38px;
	}
	/* .catalogIndex div.catalogIndexContents{
		overflow: scroll;
	} */
	.catalogIndex .function{
		width: auto;
	}
	.detail .description{
		width: calc(100% - 115px);
		padding-left: 15px;
	}
	.detail .function{
		flex-wrap: wrap;
		gap: 10px
	}
	.detail .function .c-btn{
		width: 100%;
		flex: auto;
		font-size: 12px;
	}
	#keywordSearchSideCatalog .scope img{
		height: 16px;
	}
	/* 以下追加*/
	.keywordSearch ul.scope,.sideOtherCatalogs,.catalogDetail .overview h2,.catalogDetail .localNavi{
		display: none;
	}
	/* 2番目以降のul.scopeを上書きで表示 */
	.keywordSearch ul.scope ~ ul.scope {
		display: block;
	}
	/* カタログ一覧画面のサムネイルのサイズと位置を調整 */
	.viewBlock li.article.article img.main{
		margin:0 auto;
		display: flex;
		width:150px;
	}
	/* カタログ詳細画面の文字の文言を変更する */
	.catalogIndex p.lead{
		font-size: 0;
		position: relative;
	}
	.catalogIndex p.lead::after{
		content: "分類毎に、ダウンロード、カタログビュー閲覧ができます。";
		color: black;
		font-size:13px
	}
	/* SPでのキーワード検索の文字の大きさ */
	#CatalogPageGroupSearch::before{
		font-size: 20px;
	}
	/* キーワード検索結果のSPで非表示にするもの */
	.catalogPageGroupSearchResult .searchResultCatalogSummary,.catalogDetail #overview .detail .description .function ul{
		display: none;
	}

	/* ダウンロードのポップアップの中央寄せ、サイズ調整 */
	#facebox{
		width:100%;
		left: 0px !important;
	}
	#facebox table{
		margin: auto;
	}

	/* SPでのカタログ詳細画面目次枠調整 */
	.catalogIndex ul.level_1 *:not(.btn),
	.catalogIndex ul.level_2 *:not(.btn){
		width: 100%;
	}
}