@charset "UTF-8";
.exhibition-ttl-p{
	margin-bottom: 20px;
}
.products .section {
    margin-top: 20px;
}

/* TODO：フロント側のエラー表示 */
.error-message{
    color: #f00;
    margin: 2px;
   /* position: absolute; */
}
.form-error {
    border: 1px solid red !important;
}

div.message.error {
    color: red;
    margin: 10px;
    text-align: center;
}

strong, b {
    font-weight: bold;
}

.product_movie {
    text-align: center;
}

/*-------------お知らせ-------------*/
.news_genre_product {
    background-color: #fa786e;
}
.news_genre_support {
    background-color: #52b706;
}
.news_genre_exhibition {
    background-color: #fa786e;
}
.news_genre_news {
    background-color: #999;
}
.news_genre_none {
    display: none;
}


/*-------------wysiwyg-area-------------*/

.c-fig figcaption ,
.wysiwyg-area .c-fig figcaption { text-align: center; }
.wysiwyg-area a {     text-decoration: underline; color: #0059af; }
.wysiwyg-area a:hover {     text-decoration: none; }



.wysiwyg-area h1 , .wysiwyg-area h2  {
  font-family: "Noto Sans Japanese";
}

.wysiwyg-area h1{
  margin-top: 20px;
  letter-spacing: .05em; 
  font-size: 171%;
  line-height: 1;
}
.wysiwyg-area h2 {
  margin: 50px 0 20px;
  font-size: 171%;
  line-height: 1.3636;
}
@media screen and (max-width: 767px) {
  .wysiwyg-area h2 {
    font-size: 157%;
  }
}
.wysiwyg-area h2 a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .wysiwyg-area h2 a:hover {
    opacity: .7;
  }
}
.wysiwyg-area h2 .ico-arrow {
  font-size: 67%; 
  color: #b6b6b8;
}
.wysiwyg-area h2 .ico-arrow:before {
  top: -2px;
  left: 7px;
}
.wysiwyg-area h2-line {
  margin-bottom: 10px;
  padding: 0 0 10px 10px;
  border-bottom: 2px solid #e8e8e8;
}

.wysiwyg-area h3 {
  margin: 40px 0 20px;
  font-size: 129%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wysiwyg-area h3 {
    margin: 20px 0;
    font-size: 107%;
  }
}
.wysiwyg-area h3 .ico-arrow {
  font-size: 89%; 
  color: #b6b6b8;
}
.wysiwyg-area h3 .ico-arrow:before {
  left: 4px;
}

.wysiwyg-area h4 {
  margin: 60px 0 20px;
  padding: 12px 0 12px 5px;
  font-size: 114%;
  font-weight: bold; 
  color: #0059af;
  border-bottom: 1px solid #d5d5d5;
}
@media screen and (max-width: 767px) {
  .wysiwyg-area h4 {
    margin: 30px 0 20px;
    padding: 0;
    font-size: 100%;
    font-weight: normal; 
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .tab-contents .wysiwyg-area h4 {
    padding-bottom: 12px;
    font-size: 114%;
    font-weight: bold; 
    border-bottom: 1px solid #d5d5d5;
  }
}

.wysiwyg-area h5 {
  margin: 60px 0 20px;
  padding: 12px 0 12px 5px;
  font-size: 114%;
  font-weight: bold; 
  border-bottom: 1px solid #d5d5d5;
}
@media screen and (max-width: 767px) {
  .wysiwyg-area h5 {
    margin: 30px 0 20px;
    padding: 0;
    font-size: 100%;
    font-weight: normal; 
    border: none;
  }
}

.wysiwyg-area h6 {
  margin: 40px 0 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wysiwyg-area h6 {
    margin: 20px 0;
    font-size: 86%;
  }
}




@media screen and (min-width: 768px) {
  .wysiwyg-area table {
 width:100%;


  }
}


@media screen and (max-width: 767px) {
  .wysiwyg-area table th img,.wysiwyg-area table td img {
    max-width: 375px; 
}
}




.c-box-border .wysiwyg-area h3,
.c-box-border .wysiwyg-area h4,
.c-box-border .wysiwyg-area h5,
.c-box-border .wysiwyg-area h6  {
margin-top: 0;
}









/*-------------/wysiwyg-area-------------*/



.contact_heat input[type=checkbox] {
    position: relative;
    width: 30px;
    height: 30px;
    background: #eee;
    
        border: none;
    border-radius: 0;
    -webkit-appearance: none;
    
}

.contact_heat input[type=checkbox]:checked:after {
    position: relative;
    top: 50%;
    left: 50%;
    display: inline-block;
    content: "\ea10";
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);
    font-family: "icomoon";
    font-size: 171%;
}



/*-------------image LR-------------*/




@media screen and (min-width: 768px) {
  .pc_img_maxw25per {
    max-width: 25% !important;
  }
  .pc_img_maxw33per {
    max-width: 33.33% !important;
  }
  .pc_img_maxw50per {
    max-width: 50% !important;
  }
  .pc_img_maxw66per {
    max-width: 66.66% !important;
  }
  .pc_img_maxw77per {
    max-width: 77.77% !important;
  }
  .pc_img_maxwfull {
    max-width: 100% !important;
  }
}

/*-------------/image LR-------------*/

/*-------------image 2-------------*/
.products .grid--12.gutter--40px {
    margin-top: 0px; 
}
/*-------------/image 2-------------*/




/*-------------table -------------*/

.c-table-scroll-w480 th,
.c-table-scroll-w480 td {

     width: auto !important; 
}


/*-------------/table -------------*/



/*-------------ir -------------*/
.c-heading-lv2 + .c-btn-download-wrap  {
    width:300px;
}
/*-------------/ir -------------*/




/*-------------common -------------*/
.text-r { text-align: right !important; }
.text-l { text-align: left !important; }
.text-c { text-align: center !important; }



/*-------------/common -------------*/




/*------------- nca -------------*/
.nca .fig-hero_bg_eng {
    background: url(/img/ja/nca/top/hero_01_eng.jpg) center/cover;
}
/*------------- /nca -------------*/



/*------------- tcf -------------*/
.tcf .fig-hero_bg_eng {
    background: url(/img/ja/tcf/top/hero_01_eng.jpg) no-repeat center/cover;
}
/*------------- /tcf -------------*/


/*------------- pagetop -------------*/
.pagetop {
    position: fixed;
    top: auto;
    bottom: 10px;
    left: auto;
right:1%;
    margin-left: auto;
}
/*------------- /pagetop -------------*/



/*------------- company/about/management -------------*/
.c-table-line_management th, .c-table-line_management td {
font-weight: normal !important;
}


/*------------- /company/about/management -------------*/


/*------------- contact -------------*/
.contact-scroll-note {overflow: auto;height: 10em; padding:1em;    border: 1px solid #d5d5d5;}
@media screen and (max-width: 767px){.contact-scroll-note {auto;height: 15em;}}

/*------------- /contact -------------*/



/*------------- IR -------------*/
.c-table-ircalendar th {
    width: auto;
}
/*------------- /IR -------------*/


/*------------- catalog -------------*/
.wysiwyg-area ul.c-list-catalog   > li:before {
   content: none;
   display: none !important;
}



.wysiwyg-area ul.c-list-catalog > li {
    margin-left: 0;
    text-indent: 0;
}

@media screen and (max-width: 767px){
    .c-btn {
    display:flex; 
    } 
}

@media screen and (max-width: 767px){
.catalog .c-btn-gray-wrap{ max-width: 100%;
    }
}


.catalog .c-link-journal {
  text-decoration: underline; 
  color: #0059af;
}


.catalog-loginmessage {
    background-color: #f7f7f7;
    padding: 20px;
}


/*------------1810------------*/

.catalog .c-box-border img {
    max-width: 370px !important;
    max-height: 260px !important;
}

.catalog .c-list-catalog .c-fig img {
    max-height: 175px !important;
}



@media screen and (max-width: 767px){
.catalog .c-fig-l {
    float: none;
    margin-right: 0;
    }
}

@media screen and (max-width: 767px){
.catalog .c-fig {
    width: 100%;
    }
}


@media screen and (max-width: 767px){
.catalog .c-list-catalog .c-fig img {
    width: auto !important;
    height: auto !important;
    max-height: 227px !important;
    max-width: 100% !important;
}
}

@media screen and (max-width: 767px){
.catalog .c-fig-l-catalog {
        float: none;
    }
}

@media screen and (max-width: 767px){
.catalog .c-box-border img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 227px !important;
    }
}


/*------------181025------------*/
.catalog span.note {
    font-size: 80%;
    color: #bf342c !important;
    margin-left: 10px;
}


.eng .catalog span.note {
    display: inline-block;
    margin-left: 0;
    margin-top: 0.3em;
}




.catalog .blue {
    color: #0059af; 
}

@media screen and (max-width: 767px){
.catalog .blue {
    font-size: 95%;
}
}

.catalog span.category {
    font-size: 80%;
    color: #000 !important;
    margin-left: 10px;
}



/*------------181030------------*/



/*------------- /catalog -------------*/

.catalog .salespoint  {
    border-top: 1px solid #d5d5d5;
    padding-top: 10px;

}
.catalog .salespoint .c-heading-lv4 {
        border-bottom: 0;
        margin-bottom: 10px;
}



/*------------- Remediation -------------*/
.pc_width_max_350px {
  max-width: 350px !important;
}


.pc_height_max_220px {
  /*max-height: 220px !important;*/
  max-width: 350px !important;
}

@media screen and (max-width: 767px){
    .pc_height_max_220px {
  max-height: 220px !important;
  max-width:90% !important;
width:auto !important;
    } 
}




/*------------- /Remediation -------------*/



/*------------- NCA ENG -------------*/
.footer-nav-nca-corp {
    color: #fff;
    width: 60%;
    text-align: right;
}
.footer-nav-nca-corp-in {
    display: inline-block;
    text-align: left;
}

.footer-nav-nca-corp-in address,
.footer-bottom-nca-corp-in address {
    font-style: normal;
}


.footer-bottom-nca-corp { display: none; }
@media screen and (max-width: 1024px){
.footer-bottom-nca-corp { display: block;
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        padding: 28px 0;
        text-align: center;
    }
}
.footer-bottom-nca-corp-in {    display: inline-block;
    text-align: left;
}

/*------------- / NCA ENG -------------*/
/*------------- 202002_INFORMATION -------------*/
.news_genre_news {
    background-color: #fa786e;
}
.news_genre_press {
    background-color: #fa786e;
}
.news_genre_ir {
    background-color: #0186d0;
}
.news_genre_product {
    background-color: #0186d0;
}
.news_genre_exhibition {
    background-color: #999;
}
.news_genre_exhibition2 {
    background-color: #999;
}
.news_genre_society {
    background-color: #999;
}
.news_genre_none {
    display: none;
}
.c-table-wfull .c-select-wrap{
	border-radius: 0;
	background-color: #094c8c;
}
.company-csr .entry-btn .c-btn{
	border-radius: 0;
}
/*------------- / 202002_INFORMATION -------------*/
/*------------- 202002_green -------------*/



.green table.table-nomal .code_download td {
	border:0px;
	padding:2px;
}
.company-csr-text{
	margin-bottom: 5%;
}
.green table.table-nomal .code_download th {
    padding: 2px;
    border: 0px;
    background: #ffffff;
    font-weight: normal;
    line-height: 100%;
    text-align: right;
    font-size:100%;
}


.green table.table-nomal {
    border: 1px #cccccc solid;
    border-collapse: collapse;
    border-spacing: 0;
    font-size:small;
    margin-left: auto;
 	margin-right: auto;
	margin-bottom: 20px;
    width: 96%;
	/*margin-top: 8%;*/
}
.green table.table-nomal th {
    padding: 5px;
    border: 1px #cccccc solid;
    border-width: 0 0 1px 1px;
    background: #f7f7f7;
    line-height: 120%;
    text-align: center;
	vertical-align: middle;
}

.green table.table-nomal td {
    padding: 5px;
    border: 1px #cccccc solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    background: #FFFFFF;
}
@media screen and (max-width: 767px){
	.kakomi_kadomaru {
		width: 100%;
    margin: 10px auto;
	}
	.company-csr-text{
	    width: 100%;
}
	.green table.table-nomal {
		width: 100%;
		}
}
/*------------- / 202002_green -------------*/
/*------------- 202002_message outline ios-------------*/


.ios p{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;

}


.nakamura .ios_box_in_r{
	    width: 65%;
}
.contents_harf_left,.contents_harf_right {
	    line-height: 1.8;
}

@media screen and (max-width: 767px){
	.message-box_img,.message-box_text{
	    float: none;
		margin-bottom: 8%;
}
.message-box_text{
    width: 100%;
}
	.ios_box_in_l,.ios_box_in_r{
	    float: none;
}
.ios_box_in_r,.nakamura .ios_box_in_r{
    margin-left: 0px;
    width: 100%;
}
	.ios_box_in_r img,.table-outline img{
		    display: block;
    margin: 3% auto;
	}
	.contents_harf_left,.contents_harf_right{
		width: 100%;
		float: none;
	}
}
/*------------- / 202002_message outline-------------*/
/*------------- 202002_exhibition-------------*/
.top-seminar .top-seminar-c .top-seminar-ttl a{
	    color: #0059af;
}
.top-seminar .top-seminar-c .top-seminar-ttl a:hover{
	    opacity: 0.7;
}
.exhibition-ttl-p{
	    margin-bottom: 3%;
}
.exhibition-list hr{
	   margin-bottom: 4%;
    margin-top: 4%;

}
.exhibition-list dl{
	line-height: 1.6;
}
section .exhibition-ul{
	    margin: 3% auto;
    float: none;
}
section .exhibition-ul dl dt{
	    margin: 15px 0 0px;
    color: #000000;
    font-size: 1rem;
	    min-height: 50px;
}
.exhibition-box-border{
	padding: 20px;
    border: 1px solid #cccccc;
    margin: 3%;
}
.exhibition-info{
	margin: 1% auto;
    float: none;
}
.exhibition-info table.table-nomal{
    font-size: initial;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    margin-top: 4%;
}
.exhibition-info table.table-nomal th {
    text-align: center;
    vertical-align: middle;
}
.exhibition-info table.table-nomal td {
    padding: 16px;
    line-height: 1.6;
}
.exhibition-info table.table-nomal td .red{
	color: #ff0000;
}
.kakomi_shitamaru{
	background:#333333 url(img/background_products.gif);
	padding:5px 0px 5px 0px;
	border:0px;
	width:505px;
}
.kakomi_shitamaru_img{
	width:240px; float:left; margin-left:4px; margin-right:4px; margin-bottom:5px; background:#ffffff;
}
.section-in-w800 .exhibition-desk .ico-arrow{
	    width: auto;
    float: right;
    font-size: 129%;
}
.exhibition-desk:hover{
	opacity: 0.7;
}
.contents-in section .exhibition-ul li a{
		       border-bottom: none;
    padding: 0;
		}
@media screen and (max-width: 767px){
	.contents-in .exhibition-list figure{
		    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 5%;
	}
	.contents-in .exhibition-list .top-seminar-c{
		    margin: 0 auto;
	}
	.exhibition-box-border{
	padding: 10px;
}
	section .exhibition-ul {
    display: flex;
}
	
	section .exhibition-ul dl dt {
    font-size: 0.7rem;
    min-height: 40px;
}
	.kakomi_shitamaru{
	width:100%;
}
	.kakomi_shitamaru_img{
	    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}
	.section-in-w800 .exhibition-desk dt{
		font-size: 120%;
	}
}
/*------------- / 202002_exhibition-------------*/

.fukidasipop2 { /*吹き出し本体*/
            position: absolute;
    top: 64px;
    left: -40%;
    display: none;
    padding: 10px;
    width: 250px;
    font-size: 80%;
    text-decoration: none;
    color: #333333;
    background-color: #ffffff;
    z-index: 1;
    border: #999999 solid 1px;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.90;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.search-result table td.p-relative{
	position: relative;
}
.search-result table td.p-relative .series:hover .fukidasipop2 {
        display: block; /*ブロック要素で表示*/
}
.kakomi_kadomaru {
        border: 1px solid #aaaaaa;
    padding: 30px;
    margin-top: 5%;
}
.kakomi_kadomaru ul li{
	line-height: 1.8;
    margin: 1% 0;
}
.kakomi_kadomaru ul li .size-icon{
	       margin-right: 1%;
    width: 110px;
    text-align: center;
    color: #fff;
    display: inline-block;
}
.lcd-i{
	background-color: #3750ca !important;
	color: #fff;
}
.inch{
	background-color: #F38A42 !important;
	color: #fff;
}
.oneu{
	    background-color: #c45c5c !important;
	color: #fff;
}
.onedin{
	background-color: #29C840 !important;
	color: #fff;
}



/*------------------- CS -------------------------*/
.cs .cat-nav {
    text-align: center;
}
.cs .cat-nav .fa-chevron-right:before,
.cs .cat-nav .fa-chevron-down:before{
    content: "";
}

@media screen and (max-width: 767px){
.cs .cat-nav  li {
height: auto !important;
    width: auto;
    display: block;
    float: none;
    text-align: left;
}
}


/*------------------- /CS -------------------------*/



/*------------------- search -------------------------*/
.search-keyword input[type="submit"] { width: 18px; height: 18px; -webkit-transition-duration: .3s; transition-duration: .3s; color: #fff; border: none; background: url("../../img/ja/common/i_search.png") center/cover; -ms-flex-negative: 0; flex-shrink: 0; }

@media screen and (min-width: 768px) { .search-keyword input[type="submit"]:hover { opacity: .7; } }


/*------------------- /search -------------------------*/

.box-red span {
    border-color: #a70000 !important;
    color: #a70000 !important;
}



.list-info a .box-icons:first-child {
    margin-bottom: 2px;
}

.width_c_img_100per img { width: 100% !important; }

/*-----------------------top-slider-btn-------------------------*/
.top-slider-btn
 {
    top: auto !important;
    bottom: 118px !important;
}


.top-slider-btn { position: fixed; z-index: 10; top: auto !important; bottom: 118px !important; right: 0; }

@media screen and (max-width: 767px) { .top-slider-btn { display: none !important; } }
top-slider-btn li { width: 80px !important; border-bottom: 1px solid #337abf !important; }

.top-slider-btn li:last-child { border-bottom: none !important; }

.top-slider-btn a { display: block; padding: 12px 0 10px; text-align: center; text-decoration: none; line-height: 1.1; color: #fff; background-color: #0059af; }

.top-slider-btn a:hover { opacity: .7 !important; }

.top-slider-btn i { font-size: 229% !important; }

.top-slider-btn p { margin-top: 8px !important; font-size: 86% !important; }



@media screen and (max-width: 1024px) {.header-link-sp > li:first-child { border: none;} }
@media screen and (max-width: 1024px) {.header-link-sp > li { width: 100%;}}

/*----------------------- /top-slider-btn------------------------*/


/*-----------------------top-logo-------------------------*/

.header-id { width: auto !important; top:28px;}
@media screen and (max-width: 1024px) {.header-id {top:14px !important; left: 16px;} }
@media screen and (max-width: 767px) {.header-id {top:14px !important;} }

.header-id img { width: 135px !important;margin-right: 16px; height: 41px;}
@media screen and (max-width: 1024px) {.header-id img { width: 106px !important;}  }
@media screen and (max-width: 767px) {.header-id img { width: 52px !important; margin-bottom: 10px; height: 17px;} }



.header-id span { font-size: 110%; top: -10px; position: relative;}
@media screen and (max-width: 1024px) {.header-id span {  top: -5px;} }
@media screen and (max-width: 767px) {.header-id span { font-size: 75%; display: block; top: 0px;} }




.header-link .header-link-global .logo-n {
    width: 80px;
    position: absolute;
    top: 15px;
    left: 40px;
}


.header.is-fixed .header-id img { width: 95px !important; height: 29px;}
.header.is-fixed .header-id span { top:-3px; !important;}

@media screen and (max-width: 767px) {.header.is-fixed .header-id img { width: 56% !important;} }



.logo_noritake { display:none;}
@media screen and (max-width: 1024px) {.header.is-fixed .logo_noritake {  display: block;} }
@media screen and (max-width: 1024px) {.logo_noritake { display:block; right: 80px;} }
@media screen and (max-width: 767px) {.logo_noritake { display:block; right: 34px;} }
@media screen and (max-width: 767px) {.logo_noritake img { width: 56% !important;} }



.logo-n-l2 {left: 32px !important;}
.logo-n-l3 {left: -3px !important;}


/*----------------------/top-logo-------------------------*/


/*--------- 2020-06-01  --------------------------------*/
.kit-detail .detail-structure .detail-structure-in figure img { max-width: 100%;}


.kit-detail .detail-name .detail-name-btn a { background-color: #0059af !important; }
.kit-detail .detail-name .detail-name-btn a:hover { opacity: .7; }
.kit-detail .detail-file li a:hover { opacity: .7; }

.products-detail .detail-lineup .detail-lineup-box .detail-lineup-box-l ul li a:hover { opacity: .7; }

.search-cmn-ctrl .search-cmn-submit:hover { opacity: .7; }
.search-cmn-ctrl .search-cmn-reset:hover { opacity: .7; }
.search-index .search-result .search-result-switch a:hover { opacity: .7; }

.cs-products .content-nav li a:hover { opacity: .7; }
.cs-cmn-desk:hover { opacity: .7; }

.col-side .side-nav li .side-child-dot a:hover { text-decoration: underline; }
.col-side .side-nav li .side-child-line a:hover { text-decoration: underline; }

.kit-detail .detail-ttl {color: #0059af;}


/*-------- /2020-06-01  --------------------------------*/


/*--------- 2020-08-04  --------------------------------*/
.sec-basic-header .sec-basic-title {
    margin-bottom: 52px;
    font-style: normal;
    font-family: "Noto Sans Japanese";
}
.sec-basic-header .sec-basic-title span {
    margin-bottom: 10px;
    font-style: italic !important;
    font-family: "Lato", sans-serif;
}



/*--------- /2020-08-04  --------------------------------*/


/*--------- 2021-02-24  --------------------------------*/


.cs-download .download-sec a i {
    color: #fff !important;
}
.cs-download .download-sec a span {
    text-decoration: none !important;
}
/*--------- 2021-02-24  --------------------------------*/

/*--------- 2021-02-26 CS FAQ  --------------------------------*/

.cs-faq .content-nav li {
    width: 48.9130434783%;
    margin: 0 1.0869565217% 1.0869565217% 0;
}

.cs-faq .content-nav li:nth-child(3n) {
    margin-right: 1.0869565217%;
}
.cs-faq .content-nav li:nth-child(2n) {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
.cs-faq .content-nav li {
    width: 100%;
    height: auto !important;
    margin: 0 0 2.2757697456% 0;
}
}

/*-------*/


#compare_div table th {
    width: auto;
    border-bottom: 1px #fff solid;
}

@media screen and (max-width: 1024px) { #compare_div table { width: 100%; min-width: auto;} }

@media screen and (max-width: 767px) {
.search-index .search-result table {
    min-width: auto !important;
}
}


/*--------- 2021-02-26  CS FAQ  --------------------------------*/

/*--------- 2021-06-29 wysiwyg  --------------------------------*/
.wysiwyg-area ul > li { line-height: 1.714 !important; }
/*--------- /2021-06-29 wysiwyg  --------------------------------*/

/*--------- 2021-07-29 products  --------------------------------*/
.products-detail .detail-lineup .detail-lineup-box .detail-lineup-spec dl dd { margin-left: 18em !important;}
/*--------- /2021-06-29 products  --------------------------------*/

/*--------- 2021-07-29 CS  --------------------------------*/
.list-info a figure img { max-width: 165px; }
@media screen and (max-width: 767px) {.list-info a figure img { max-width: none; }}
/*--------- /2021-07-29 CS  --------------------------------*/


/*--------- 2021-10-14　CS catalog  --------------------------------*/
.list-catalog .c-list-basic { margin-top: 20px;} 
.list-catalog .c-list-basic .c-btn { background-color: #0059af; margin-top: 20px; color: #FFF;}
.list-catalog .c-list-basic a { display: flex;}
.list-catalog .c-list-basic li { margin-top: 20px; }
.list-catalog .c-list-basic li figure img { border: 1px solid #d5d5d5; }

/*--------- /2021-10-14　CS catalog  --------------------------------*/



/*--------- 2021-11-24　navi  --------------------------------*/

.c-nav-detail li {line-height: 1.6;}
/*--------- /2021-11-24　navi  --------------------------------*/


















