﻿@charset "utf-8";

/*** MainContent ***/
/** Tree2nd Model **/
.category_grouptitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 104, 183, 1);
  padding: 7px 10px;
  margin-top: 5px;
}
.category_group_3rd_title {
  font-size: 1rem;
  color: rgba(255, 255, 255, 1);
  background: rgba(102, 102, 102, 1);
  padding: 10px ;
  margin-top:5px;
}
.category_group_3rd_categorytitle {
  font-size: 0.875rem;
  background: rgba(218, 231, 240, 1);
  padding: 5px 0 5px 15px;
  margin-top: 11px;
}
.category_2nd_children {
  text-align: left !important;
}
.category_2nd_children li ,
.category_3rd_children li {
    border-bottom:solid 1px #CCC;
    font-size:0.9rem;
} 
.category_2nd_children li:last-child ,
.category_3rd_children li:last-child{
    border-bottom:none;
}
.category_2nd_children li a,
.category_3rd_children li a {
  line-height: 1.5;
  display:block;
  padding:10px 30px 10px 5px;  
  position:relative;
}
.category_2nd_children li a::after ,
.category_3rd_children li a::after{
    content:url(../Content/themes/base/images/icon/ico_listMark03.png);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -12px;
} 
.category_3rd_children {
  margin-top: -3px;
  padding-right: 10px !important;
  padding-bottom: 5px !important;
  text-align: left !important;
}
.category_3rd_children:last-child {
  padding-bottom: 35px !important;
}
.category_3rd_children li {
  list-style: disc !important;
  margin-left: 35px;
  color: rgba(0, 104, 183, 1);
}

/** Accordion Category List **/
.category_group_3rd_title_acd {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 1);
    background: url(../Content/themes/base/images/icon/ico_listMark02.png) no-repeat right;
    background-color: rgba(55, 150, 225, 1);
    background-position: right 10px top 50%;
    padding: 7px 10px;
    text-align: center;
}
.category_group_3rd_title_acd_on {
    color: rgba(255, 255, 255, 1);
    background: url(../Content/themes/base/images/icon/ico_listMark07.png) no-repeat right;
    background-color: rgba(0, 104, 183, 1);
    background-position: right 10px top 50%;
}
.sub_category {
    display: none;
}

/*** Category Navi ***/
.category_list {
    margin-bottom: 14px;
    background: rgba(236, 236, 236, 1);
}
.category_list h1 a,
.category_list h2 a {
    display: block;
    width: 100%;
    color: rgba(255, 255, 255, 1);
    font-size: 1.125rem;
    line-height: 1;
    padding: 12px 10px;
    background: rgba(51, 51, 51, 1);
}

/** category_map **/
.category_map {
    position: relative;
    width: 100%;
    height: 120px;
    margin-bottom: 18px;
    padding: 10px 0px 0 10px;
    color: rgba(255, 255, 255, 1);
    background: url(../Content/themes/base/images/bg_category_map.png) no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}
.category_map h1 {
    margin-bottom: 20px;
}
.category_map .h1_txt {
  display: block;
  height: 35px;
  font-size: 1.25rem;
}
.category_map .h1_subtxt {
  display: block;
  height: 30px;
  font-size: 1rem;
}
.category_map .linkProductRanking {
  display: inline-block;
  float: right;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 1);
  padding-right: 17px;
  margin-right: 10px;
  background: url(../Content/themes/base/images/icon/ico_listMark02.png) right center no-repeat;
}
.category_map .lnk_iproec {
    position: absolute;
    top: 6px;
    right: 10px;
}
.category_map .lnk_iproec img {
    border-radius: 5px;
    box-shadow: 2px 2px 2px #193458;
}

/** Related Category **/
.related_category{
    width:100%; 
    font-size:0.75rem;
    margin-bottom: 10px;
    padding-left: 3px;
}
.related_category span{
    display: block;
    color: rgb(51,51,51); 
    font-weight: bold; 
    margin-bottom: 5px;
}
.related_category ul {
    margin-left: 1rem;
}
.related_category ul li:not(:last-child){
    margin-bottom: 5px;
}
.related_category a{
    text-decoration:underline; 
    color:#003366;
}
.relatedcategory_ele > a::before {
    display: inline-block;
    content: "電子";
    position: relative;
    top: -1px;
    left: -5px;
    color: rgba(0, 104, 183, 1);
    border: 2px solid rgba(0, 104, 183, 1);
    font-size: 0.6rem;
    font-weight: bold;
    padding: 0 2px;
    border-radius: 3px;
}
.relatedcategory_ele > a:active::before {
    color: #FFFFFF;
    background-color: rgba(0, 104, 183, 1);
}
.relatedcategory_ind > a::before {
    display: inline-block;
    content: "産業";
    position: relative;
    top: -1px;
    left: -5px;
    color: #04997C;
    border: 2px solid #04997C;
    font-size: 0.6rem;
    font-weight: bold;
    padding: 0 2px;
    border-radius: 3px;
}
.relatedcategory_ind > a:active::before {
    color: #FFFFFF;
    background-color: #04997C;
}
.relatedcategory_app > a::before {
    display: inline-block;
    content: "アプリ";
    position: relative;
    top: -1px;
    left: -5px;
    color: #F11920;
    border: 2px solid #F11920;
    font-size: 0.6rem;
    font-weight: bold;
    padding: 0 2px;
    border-radius: 3px;
}
.relatedcategory_app > a:active:before {
    color: #FFFFFF;
    background-color: #F11920;
}

/** Related Category For SeachProduct **/
.related_category_list {
    margin-top: 25px;
}
.related_category_list h2 {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 104, 183, 1);
    padding: 7px 0 7px 10px;
}
.related_category_list h3 {
    font-size: 0.875rem;
    background: rgba(218, 231, 240, 1);
    padding: 5px 0 5px 15px;
    margin-top: 5px;
}
.related_category_fieldlist {
    padding-right: 10px;
}
.related_category_fieldlist li {
    font-size: 0.9rem;
    list-style: disc;
    margin-left: 35px;
    color: rgba(0, 104, 183, 1);
}
.related_category_fieldlist li:not(:last-child) {
    border-bottom: solid 1px #CCC;
}
.related_category_fieldlist li a {
    line-height: 1.5;
    display: block;
    padding: 10px 30px 10px 5px;
    position: relative;
}
.related_category_fieldlist li a::after {
    content: url(../Content/themes/base/images/icon/ico_listMark03.png);
    position: absolute;
    top: 25%;
    right: 10px;
}
.no_category_list {
    font-size: 1rem;
    padding: 10px 30px;
}

/** ProductsDB **/
.productsDB {
    margin-top: 10px;
}
.productsDB ul{
  width: 100%;
  margin-bottom: 10px;
}
.productsDB ul .company {
  background: rgba(204, 204, 204, 1);
  width: 100%;
}
.productsDB ul .company h2 {
  font-size: 0.95rem;
  font-weight: bold; 
  padding: 12px 0 12px 12px;
}
.productsDB ul .company h2 a::after {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    -webkit-mask: url(../Content/themes/base/images/icon/icon_ExLink01.svg) no-repeat right / 0.8rem 0.8rem;
    mask: url(../Content/themes/base/images/icon/icon_ExLink01.svg) no-repeat right / 0.8rem 0.8rem;
    margin-left: 2px;
    vertical-align: middle;
    background-color: currentColor;
}
.productsDB ul .sublink{
  display:flex;
  flex-direction: row;
  font-size: 0.9rem;
  margin:0;
  border:none;
  line-height: 1;
  background: #F1F1F1;
}
.productsDB ul .sublink .lnk_distpage {
  padding: 12px 0 12px 12px;
  flex-grow: 1;
  flex-shrink: 1;
}
.productsDB ul .sublink .lnk_distpage a {
  padding-left: 12px;
  color: rgba(51, 51, 51, 1);
  background: url(../Content/themes/base/images/icon/ico_listMark03.png) left center no-repeat;
}
.productsDB ul .sublink .lnk_iproec {
  padding: 4px 12px 4px 0;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: right;
}
.productsDB ul .sublink .lnk_iproec a img {
  border-radius: 5px;
  box-shadow: 2px 2px 2px #676767;
}

.productsDB ul .product {
  font-size: 0.9rem;
  padding: 10px 0 10px 12px;
  border-bottom: solid 1px rgba(236, 236, 236, 1);
}
.productsDB ul .product h2 {
  font-size: 0.9rem;
}
.productsDB ul .product a::after,
.productsDB ul .product h2 a::after{
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    -webkit-mask: url(../Content/themes/base/images/icon/icon_ExLink01.svg) no-repeat right / 0.75rem 0.75rem;
    mask: url(../Content/themes/base/images/icon/icon_ExLink01.svg) no-repeat right / 0.75rem 0.75rem;
    margin-left: 2px;
    vertical-align: middle;
    background-color: currentColor;
}
.productsDB ul .product p{
   font-size:0.825rem;
   margin-top:5px;
   margin-bottom:5px;
   line-height:1.5;
}
.productsDB ul .product p span{
    background-color:rgb(222, 247, 244); 
}
.productsDB_notice {
  font-size: 0.75rem;
  line-height: 1.5;
  margin: 0;
  padding: 3px 0 30px 3px;
}
.productsDB_notice span {
  display: block;
}
.productsDB_notice span:first-child {
  padding-bottom: 3px;
  font-weight: bold;
}


/** Product Ranking **/
.productranking_title {
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 104, 183, 1);
  font-size: 0.9rem;
  padding: 7px 0 7px 10px;
}
.productranking_title span {
    display: block;
}
.productranking table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  font-size: 0.75rem;
  margin-top: 18px;
}
.productranking table th {
  border-bottom: solid 1px rgba(236, 236, 236, 1);
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
}
.productranking table th:nth-child(1) {
  width: 13%;
  padding-left: 10px;
}
.productranking table th:nth-child(2) {
  width: 57%;
  padding-left: 62px;
}
.productranking table th:nth-child(3) {
  width: 30%;
  text-align: right;
  padding-right: 10px;
}
.productranking table td {
  width: 100%;
  border-bottom: solid 1px rgba(236, 236, 236, 1);
  text-align: left;
}
.productranking table td:nth-child(1) {
  width: 13%;
  padding-left: 18px;
}
.productranking table td:nth-child(2) {
  width: 57%;
}
.productranking table td:nth-child(3) {
  width: 30%;
  text-align: right;
  padding: 10px 17px 10px 0;
  font-size: 0.9rem;
}
.productranking table tr:last-child td {
  border-bottom: none;
}
.productranking_note {
  margin: 5px 3px 30px;
  font-size: 0.75rem;
  line-height: 1.7;
}
.productranking_note span {
    display: block;
}

/** Related Article **/
.relatedarticle {
    margin-bottom: 10px;
}
.relatedarticle_title {
    position: relative;
    background: rgba(0, 104, 183, 1);
    padding: 7px 0 7px 10px;
}
.relatedarticle_title h2 {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 1);
    width: 91%;
}
.relatedarticle_title .toggle_icon {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    background: #FFFFFF;
    display: block;
    width: 20px;
    height: 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 2px;
}
.relatedarticle_title .toggle_icon::before, 
.relatedarticle_title .toggle_icon::after {
	display: block;
	content: '';
	background-color: rgba(0, 104, 183, 1);
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.relatedarticle_title .toggle_icon::before {
    width: 2px;
    height: 10px;
}
.relatedarticle_title.acd_on .toggle_icon::before {
    content: normal;
}
.relatedarticle_list {
    margin-top: 6px;
    display: none;
    border-bottom: solid 2px rgba(0, 104, 183, 1);
    font-size: 0.8125rem;
    line-height: 1.4;
}
.relatedarticle_list dl {
    margin-bottom: 10px;
}
.relatedarticle_list dt {
    background:rgba(204,204,204,1);
    font-weight:bold;
    padding: 8px 0 8px 10px;
}
.relatedarticle_list dt a {
    color:rgba(0,104,183,1);
    text-decoration:underline;
}
.relatedarticle_list dd {
    padding:5px 0 0 12px;
}
.relatedarticle_list dd a {
    text-decoration:underline;
}
.relatedarticle_list ul {
    margin:0;
    padding:0;
    padding-left:20px;
}
.relatedarticle_list ul li {
    list-style: disc;
    color: rgba(0,104,183,1);
    margin-top: 6px;
}

/** Category Description, Category Details **/
.cat_description { 
    margin-bottom: 10px;
}
.cat_details {
    width: 100%;
    margin-bottom: 30px;
}
.cat_description_title,
.cat_detailstitle {
    position: relative;
    background: rgba(0, 104, 183, 1);
    padding: 7px 0 7px 10px;
}
.cat_description_title h2,
.cat_detailstitle h2 {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 1);
    width: 91%;
}
.cat_description p,
.cat_details p {
    display: none;
    border-bottom: solid 2px rgba(0, 104, 183, 1);
    font-size: 0.825rem;
    line-height: 1.4;
    padding: 5px 10px;
    margin: 0;
}
.cat_description_title .toggle_icon,
.cat_detailstitle .toggle_icon {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    background: #FFFFFF;
    display: block;
    width: 20px;
    height: 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 2px;
}
.cat_description_title .toggle_icon::before, 
.cat_description_title .toggle_icon::after,
.cat_detailstitle .toggle_icon::before, 
.cat_detailstitle .toggle_icon::after {
	display: block;
	content: '';
	background-color: rgba(0, 104, 183, 1);
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.cat_description_title .toggle_icon::before,
.cat_detailstitle .toggle_icon::before {
    width: 2px;
    height: 10px;
}
.cat_description_title.acd_on .toggle_icon::before,
.cat_detailstitle.acd_on .toggle_icon::before {
    content: normal;
}

/** AdProducts 4th **/
.adproducts_4th ul {
    margin-bottom: 15px;
}
.adproducts_4th ul .title,
.adproducts_4th ul .subinfo {
    font-size: 0.8125rem;
    width: 100%;
}
.adproducts_4th ul .title {
    background: rgba(102, 102, 102, 1);
    font-weight: bold;
}
.adproducts_4th ul .title a::after,
.adproducts_4th ul .subinfo .maker a::after {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    -webkit-mask: url(../Content/themes/base/images/icon/icon_ExLink01.svg) no-repeat right / 0.8rem 0.8rem;
    mask: url(../Content/themes/base/images/icon/icon_ExLink01.svg) no-repeat right / 0.8rem 0.8rem;
    margin-left: 2px;
    vertical-align: middle;
    background-color: currentColor;
}
.adproducts_4th ul .title a {
    display: block;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    text-decoration: none;
    padding: 9px 13px;
    width: 100%;
}
.adproducts_4th ul .title .new{
    padding: 0 3px;
    background-color:rgba(255,153,51,1);
    margin-right: 5px;
}
.adproducts_4th ul .title .title_body {
    text-decoration: underline;
}
.adproducts_4th ul .subinfo {
    display: flex;
    flex-direction: row;
    padding: 0 4px 0 13px;
    background: rgba(236, 236, 236, 1);
}
.adproducts_4th ul .subinfo .maker {
    flex-grow: 1;
    flex-shrink: 1;
    padding: 7px 0;
}
.adproducts_4th ul .subinfo .maker a {
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
}
.adproducts_4th ul .subinfo .lnk_iproec {
    padding: 2px 0;
    width: 65px;
    flex-grow: 0;
    flex-shrink: 0;
}
.adproducts_4th ul .subinfo .lnk_iproec a img {
    border-radius: 5px;
    box-shadow: 2px 2px 2px #676767;
    transition: .2s;
}
.adproducts_4th ul .detail {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 9px 0 10px 0;
}
.adproducts_4th ul .detail .detail_image {
    width: 91px;
}
.adproducts_4th ul .detail .detail_image a {
    display: inline-block;
    text-decoration: none;
    border: solid 1px rgba(153, 153, 153, 1);
     margin-right: 11px;
}
.adproducts_4th ul .detail .detail_text {
    font-size: 0.8125rem;
    line-height: 1.4;
    margin: 0;
    word-break: break-all;
}


/*** Market News ***/
.marketnews_title {
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 104, 183, 1);
    font-size: 0.9rem;
    padding: 7px 0 7px 10px;
}
.marketnews_content {
    margin-bottom: 30px;
}
.marketnews_content li {
    font-size: 0.75rem;
    line-height: 1.5;
    padding: 10px;
    border-bottom: solid 1px rgba(236, 236, 236, 1);
}
.marketnews_content li a::after {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    -webkit-mask: url(../Content/themes/base/images/icon/icon_ExLink01.svg) no-repeat right / 0.75rem 0.75rem;
    mask: url(../Content/themes/base/images/icon/icon_ExLink01.svg) no-repeat right / 0.75rem 0.75rem;
    margin-left: 2px;
    vertical-align: middle;
    background-color: currentColor;
}
