@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese');

/* ------------------------------------------------------------
all-page
------------------------------------------------------------ */

/*---------------- フォントなど ----------------*/
.fw300 { font-weight: 300; }
.fw400 { font-weight: 400; }
.fw500 { font-weight: 500; }
.fw700 { font-weight: 700; }
h4 { font-weight: 500; }

@media print {
  /* 印刷時にリンク先URLが表示されてしまう設定を打ち消す */
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}

/*---------------- パンくずリスト ----------------*/
.breadcrumbs-custom a{
	color: #fff;
}

/*---------------- フッター ----------------*/
footer .list_darker li {
    font-weight: 300;
}
/*---------------- ヘッダー ----------------*/
.rd-navbar-main-outer{
	background-color: #cf2239;
}
.rd-navbar-static {
  border-bottom: 1px solid #cf2239;
}
.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-submenu-toggle::after, .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle::after {
    color: #fff;
}

.rd-navbar-fullwidth .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle::after,
.rd-navbar-fullwidth .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle::after,
.rd-navbar-fullwidth .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle::after,
.rd-navbar-fullwidth .rd-navbar-nav > li > a:hover + .rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav > li > a:hover + .rd-navbar-submenu-toggle::after{
	color: #151515;
}
/* 20210819：モバイル端末では1199pxまでハンバーガーメニューになるため、下記スタイルだと文字が白くなってしまう
@media (min-width: 991px) {
	.header_title{
		color:#fff!important;
	}
	.header_title:hover{
		color:#151515!important;
	}
}
*/
/* PC用メニュー時のclass以下の場合のみ、文字色を白くする */
.rd-navbar-static .header_title {
	color:#fff !important;
}
.rd-navbar-static .header_title:hover{
	color:#151515!important;
}
@media (min-width: 1200px) {
  .range > .cell-lg-topmenu {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}
@media (max-width: 1201px) {
  .topmenu_br{
    display: none;
  }
}
.cell-lg-topmenu a{
  display: flex;
  text-align: left;
  align-items: center;
  line-height: 15px;
}
.cell-lg-topmenu a img{
  height:30px;
}
@media (min-width: 768px){
  .cell-lg-topmenu a{
    line-height: 20px;
  }
  .cell-lg-topmenu a img{
    height:40px;
  }
}


/*---------------- index_product_topタブ切り替え ----------------*/
			  .tabs-custom .nav-tabs_top {
				  text-align: center;
			  }
			  .tab_text_top{
				  margin-top:10px;
				  font-size:15px;
			  }
			  .top_product_button{
				  margin-top:40px;
			  }

/*---------------- index_product_top検索窓 ----------------*/


      .top_searchbox{
        margin:0 auto;
        margin-bottom:60px;
      }
      @media (min-width: 768px){
        .top_searchbox .rd-search.rd-search_md .form-label,
        .top_searchbox .rd-search.rd-search_md .form-input,
        .top_searchbox .rd-search_custom.rd-search_md .form-input {
          font-size: 14px;
        }
      }
      .top_searchbox .rd-search .form-input,
      .rd-search_custom .form-input{
        background-color:#fff;
      }
      .rd-search_custom .form-input {
        border-color: #d9d9d9;
      }
      .tabs-custom_04 .nav-tabs {
        text-align: center;
      }
      .tab-pane_04 .tab_text{
        margin-top:10px;
        font-size:15px;
      }


/*---------------- モーダルウィンドウ ----------------*/
		/*中カテゴリのモーダルウィンドウ*/
			  .middle_category{
				  width:188px;
				  font-weight:500;
			  }
			  @media(max-width:768px){
			  .middle_category{
				  width:162px;
			  }
			  }
			  .middle_category, .middle_category:focus, .middle_category:active {
				  color: #151515;
				  background-color: #E8E8E8;
				  border-color: #E8E8E8;
			  }
			  @media (min-width: 768px){
			  .modal-dialog {
				  width: 800px;
				  margin: 30px auto;
				}
			  }
			  .modal-dialog{
				  display: flex;
				  flex-direction: column;
				  justify-content: center;
				  min-height: 100%;
				  margin: auto;
				  pointer-events: none;
				}
			  .modal-content{
				pointer-events: all;
				}
				/*モーダルオープン時の横ずれ対策*/
				.modal-open {
				  overflow: auto;
				  height: 100%;
				  padding-right: 0 !important;
				}
				.modal {
				  overflow-x: hidden;
				  overflow-y: auto;
				  padding-right: 0 !important;
				}

		/*モーダル画面のボタン*/
			  .modal-body .button.button-icon{
				  -webkit-justify-content: normal;
				  justify-content: normal;
				  padding-left:10px;
				  padding-right:10px;
				  text-align:left;
				  vertical-align:baseline;
			  }

	* + .modal-body a .button {
    margin-top: 20px;
    }

  /*---------------- フォーム ----------------*/

      .form{
        width:100%;
        margin:0 auto;
        border-collapse:collapse;
      }
      .form td , .form th{
        width:100%;
        display:block;
        line-height: 1.5;
        margin: 20px 0;
      }
      .form th{
        font-weight: 500;
      }
      @media(max-width:768px){
        /*.form*/form{
          width:95%;
          /* line-height: 60px; */
          margin: 0 auto;
        }
        /* input[type="text"], input[type="email"],textarea{
          width:95%!important;
        } */
				form.form-custom{
					width: 100%;
				}
				.form-custom label.form-label{
					padding-right: 50px;
				}
      }
      .check_input{
        display: none;
      }
      .check_part{
        padding-left: 40px;
        position:relative;
        margin-right: 15px;
      }
      .check_part:before{
        content: "";
        display: block;
        position: absolute;
        top:-5px;
        left: 0;
        width: 30px;
        height: 30px;
        border-radius: 4px;
        background-color: #f5f5f5;
      }
      .check_input:checked + .check_part:before{
        background-color: #000;
      }
      .check_input:checked + .check_part::after{
        content: "";
        display: block;
        position: absolute;
        top: 0px;
        left: 10px;
        width: 7px;
        height: 14px;
        transform: rotate(40deg);
        border-bottom: 3px solid #fff;
        border-right: 3px solid #fff;
      }
      .hissu{
        margin-left:10px;
        padding:5px 8px;
        color:#fff;
        font-weight: bold;
        font-size:1.2rem;
        background-color: #cf2239;
      }
      @media(max-width:768px){
        .hissu{
          font-size: 1.0rem;
        }
      }
      .add_txt{
        text-align: left;
        margin-bottom:20px;
        text-indent: -1rem;
        padding-left: 1rem;
      }
      .check_input:checked + .check_circle:after{
        border-bottom: none;
        border-right: none;
        width:14px;
        top:3px;
        left:8px;
        background-color:#fff;
        border-radius: 7px;
      }
      .btn_gray{
        border: 1px solid #cccccc;
        background-color: #cccccc;
        color:#fff;
      }

      @media(max-width:768px){
        .item_text_23{
          text-align: left;
        }
      }
       span.red_20{
        color:#cf2239;
      }

      span.big_txt34{
        font-size: 24px;
      }

        /*セレクトボタンここから*/
      .cp_ipselect {
      	overflow: hidden;
      	margin: 2em auto;
      	text-align: center;
      }
      .cp_ipselect select {
      	width: 100%;
        height: 50px;
      	padding-right: 1em;
      	cursor: pointer;
      	text-indent: 0.01px;
      	text-overflow: ellipsis;
      	border: none;
      	outline: none;
      	background: #f5f5f5;
      	background-image: none;
      	box-shadow: none;
      	-webkit-appearance: none;
      	appearance: none;
      }
      .cp_ipselect select::-ms-expand {
        display: none;
      }
      .cp_ipselect.cp_sl02 {
      	position: relative;
      }
      .cp_ipselect.cp_sl02::before {
      	position: absolute;
      	top:1.6em;
      	right: 1.4em;
      	width: 0;
      	height: 0;
      	padding: 0;
      	content: '';
      	border-left: 6px solid transparent;
      	border-right: 6px solid transparent;
      	border-top: 6px solid #151515;
      	pointer-events: none;
      }
      .cp_ipselect.cp_sl02:after {
      	position: absolute;
      	top: 0;
      	right: 3.5em;
      	bottom: 0;
      	width: 1px;
      	content: '';
      	border-left: 1px solid #151515;
      }
      .cp_ipselect.cp_sl02 select {
      	padding: 8px 38px 8px 8px;
      	color: #151515;
      }
      /*セレクトボタンここまで*/

      /*アンカーリンクが固定ヘッダーに隠れないように*/
      @media(min-width:991px){
        #form_link{
          margin-top:-188px;
          padding-top:188px;
        }
      }
      @media(max-width:990px){
        #form_link{
          margin-top:-56px;
          padding-top:56px;
        }
      }

      /*cgi*/
			@media(max-width:767px){
	      .gaiyou_form{
	        width:100%;
	      }
	      .gaiyou_form td , .gaiyou_form th{
	        width:100%;
	        display:block;
	        border: none!important;
	      }
	    }

.form_btn_red{
	position: relative;
	display: block;
	width: 340px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	transition: .3s;
	border: 1px solid #CF2239;
	background-color: #CF2239;
	color: #FFF;
	margin: 25px auto ;
	font-size: 13px;
}
.form_btn_red:hover {
    opacity: 0.9; /* 1未満を指定しないとbeforeの色が出ない */
    border: 1px solid #CF2239;
    color: #CF2239;
}
.form_btn_red::after{
    content: '';
    position: absolute;
    left: 18px;
    top: 18px;
    width: 10px;
    height: 10px;
    transform: rotate(-135deg);
    transition: .3s;
}
.form_btn_red::after {
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
}
.form_btn_red:hover::after {
    border-top: 2px solid #CF2239;
    border-right: 2px solid #CF2239;
}
.form_btn_red::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.form_btn_red::before { background: #FFF; }
.form_btn_red:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.form_btn_send::after{
	transform: rotate(45deg)!important;
	left:90%!important;
}

/* ------------------------------------------------------------
index
------------------------------------------------------------ */

/*スライドショーの中のテキスト*/
.context-light-top, .context-light-top h1, .context-light-top h2, .context-light-top h3, .context-light-top h4, .context-light-top h5, .context-light-top h6, .context-light-top [class^='heading'] {
  color: #fff;
}
/*スライド画像の表示位置調整*/
.swiper-slide .slide-inner {
  background-position: center top;
}
@media (max-width: 767px) {
  .swiper-slider_style-1 .swiper-slide-caption {
    padding: 35px 0 70px;
  }
  .swiper-slider_style-1 .swiper-pagination {
    /* bottom: 25px; */
    bottom: 1vw; /* 202401：スライドの変更に伴う調整 */
  }
}

/* 202401：スライドの変更に伴う調整 */
.swiper-slider_height-1 {
  min-height: calc(100vw - calc(100vw - 100%));
  max-height: calc(100vw - calc(100vw - 100%));
}
.swiper-pagination-bullet {
  width: 18px;
  height: 18px;
}
@media (min-width: 768px) {
  .swiper-navigation_modern {
    right: auto;
    left: 0;
  }
}
@media (max-width: 767px) {
  .swiper-slider_style-1 .swiper-slide::after { /* style.css記載のafter要素によりリンクが押せないことへの対策 */
    width: 0;
    height: 0;
  }
}

/*トップページ固有の見出し*/
.midashi_jp{
  margin-top:4px;
  color:#9b9b9e;
  margin-bottom:40px;
}

/*ニュース_スライド下*/
.bg-news-black{
  background-color:#cccccc;
}
.top-singlenews-inner,
.top-singlenews-inner dd a{
  color:#151515;
}
.top-singlenews-title {
  font-size: 16px;
  font-weight: 400;
  border-right: 1px solid #fff;
  margin-right: 10px;
  padding-right: 19px;
  width: 105px;
  line-height: 20px;
  white-space: nowrap;
}
.news_button{
  margin:0 0 0 auto;
}
.top-singlenews-inner,
.top-singlenews-item,
.news{
  display:flex;
  flex-wrap:wrap;
}
.top-singlenews-inner{
  margin-top: 10px;
}
.news{
  justify-content:space-between;
  position: relative;
}
.news + .news {
  padding-top: 0;
}
.top-singlenews-item dt{
  margin-right:20px;
}
.top-singlenews-item dd{
  max-width:700px;
  min-width: 250px;
}
.top-singlenews-listlink{
  border:1px solid #151515;
  border-radius:6px;
  padding:6px 10px;
  color:#151515;
}
@media (min-width: 768px){
  .news{
    padding: 25px 0 0 0;
  }
  .top-singlenews-inner{
    margin-top: 0;
    padding-bottom: 25px;
  }
  .top-singlenews-inner,
  .news_button{
    line-height:normal;
  }
  .news_button{
    padding-bottom: 25px;
  }
  .top-singlenews-title {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .news_button{
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .top-singlenews-inner{
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
}
@media screen and (max-width: 991px){
  .top-singlenews-title {
    border-right: none;
  }
}
@media screen and (max-width: 767px){
  .top-singlenews-title {
    line-height: inherit;
  }
  .top-singlenews-item dt{
      width: 100%;
  }
  .news{
      padding-bottom: 15px;
  }
  .news_button{
  position: absolute;
  right: 0;
  top: 20px;
  }
}

/*クイックメニュー*/
.section-xxs {
  padding: 20px 0;
}
.comment__list li{
  text-align:left;
}
.top_icon_left{
  margin-left:6px;
  font-size:13px;
}
.quickmenu_wrapper{
text-align:left;
}
.quickmenu_wrapper div{
  margin-top:20px;
}
@media (min-width: 1200px){
  .quickmenu_wrapper{
    text-align:center;
  }
}
.quickmenu_wrapper img{
  width:30px;
}
@media (min-width: 768px){
  .quickmenu_wrapper div{
    margin-top:0;
  }
  .quickmenu_wrapper img{
    width:40px;
  }
}

/*新商品情報*/
.newproducts_img{
  height:200px;
  position:relative;
}
.newproducts_img img{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
  max-height:200px;
}
.newproducts_post-minimal__title{
  font-size:15px;
}

/*ニュース_3件*/
.top_text_gray{
  color:#9b9b9b;
}

/* ------------------------------------------------------------
products
------------------------------------------------------------ */

/*---------------- 04_products_top----------------*/


/*---------------- 05_products_search_result----------------*/
	.table-custom_05 {
		line-height: 1.5;
	}
	.table-custom_05 thead th {
		white-space: nowrap;
		border-right: #d2d2d2 1px solid;
	}
	.table-custom_05 thead th:last-child {
		border-right: none;
	}
	.table-custom_05 .maincol {
		display: flex;
		align-items: flex-start;
	}
	@media screen and (max-width: 767px) {
		.table-custom_05 .maincol {
			min-width: 250px;
			white-space: normal;
		}
	}
	.table-custom_05 .modelcol {
		min-width: 180px;
	}
	.table-custom_05 .maincol img {
		margin-right: 15px;
		width: 100px;
		min-width: 100px; /*一部ブラウザで100px以下になることの対策*/
		height: auto;
	}
	.table-custom_05 .maincol ul img { /*用途アイコン用*/
		margin-right: 0;
		width: auto;
		min-width: auto;
	}
	.table-custom_05 .maincol a {
		text-decoration: underline;
	}
	.table-custom_05 .maincol p {
		font-size: 13px;
		color: #9b9b9b;
	}
	.numbercol p + p { margin-top: 0px; } /*コードNoと型式のtd*/
	.newicon {
		padding: 2px 4px;
		background-color: #cf2239;
		color: #FFF;
		font-size: 12px;
	}
	.rd-navbar-fixed .rd-navbar-search-toggled .rd-search_custom {
		border-color: #ebebeb;
	}
	.rd-navbar-search .rd-search_custom {
		margin: 0;
	}
	.rd-search_custom {
		position: relative;
	}
	.rd-navbar-search .rd-search_custom > * + * {
		margin-top: 0;
	}
	.rd-navbar-search-toggled .rd-search_custom .form-input {
		padding-right: 42px;
		z-index: 1;
		background: #fff;
	}
	.rd-search_custom .form-label {
		padding-right: 50px;
	}
	.rd-search_custom .form-label,
	.rd-search_custom .form-input {
		color: #151515;
	}
	@media(max-width:767px){
		.rd-navbar-search-toggled .rd-navbar-search-submit {
			right: 25px;
		}
	}
	/*サイドメニュー アコーディオン*/
	.accordion_05 {
		margin-top: 15px;
	}
	.accordion_05 .panel-heading {
		font-size: 14px;
		line-height: 1.4;
		position: relative;
		padding: 0;
	}
	.accordion_05 .panel-heading a {
		display: block;
		padding: 9px 56px 9px 18px;
		font-size: 13px;
		font-weight: 500;
		line-height: 1.84615;
		color: #fff;
		background: #cf2239;
	}
	.accordion_05 .panel-heading a::after {
		content: '\f107';
		position: absolute;
		top: 0;
		right: 0;
		width: 56px;
		height: 41px;
		font: 400 14px "FontAwesome";
		line-height: 41px;
		text-align: center;
		transition: 0.4s all ease;
		z-index: 2;
		cursor: pointer;
		transform: rotate(180deg);
	}
	.accordion_05 .panel-heading a.collapsed {
		color: #151515;
		background: #FFF;
	}
	.accordion_05 .panel-heading a.collapsed::after {
		transform: rotate(0deg);
	}
	.accordion_05 .panel-heading a.collapsed_r::after {
		transform: rotate(-90deg);
	}
	.accordion_05 .panel-heading a.collapsed:hover {
		color: #fff;
		background: #cf2239;
	}
	.accordion_05 .panel-default {
		border: none;
		box-shadow: none;
	}
	.accordion_05 .panel-default>.panel-heading {		background-color: #FFF;
		border: none;
	}
	.accordion_05 .panel-default>.panel-heading+.panel-collapse>.panel-body {
		border: none;
	}
	.accordion_05 .panel-body {
		padding: 5px 0;
	}
	.accordion_05 .panel-body a {
		display: block;
		padding: 9px 56px 9px 30px;
		font-size: 14px;
		line-height: 1.5;
		color: #151515;
		background: #fff;
	}
	.accordion_05 .panel-body a:hover {
		color: #fff;
		background: #FF425B;
	}


/*---------------- 18_ordersheet ----------------*/
	.post-modern__text_18{
		margin-bottom:20px;
		color:#9b9b9b;
	}



/* ------------------------------------------------------------
company
------------------------------------------------------------ */

/*---------------- 10_office ----------------*/

.indent_access_10{
	padding-left:5.5em;
}

/*---------------- 09_company_overview ----------------*/

    @media(max-width:767px){
      .gaiyou_09{
        width:100%;
      }
      .gaiyou_09 td , .gaiyou_09 th{
        width:100%;
        display:block;
        border: none!important;
      }
    }

/*---------------- 12_history ----------------*/

    .ichiran_12 {
      margin:0 auto;
      border-collapse: collapse;
      color: #000000;
      display: table;
    }
		.ichiran_12 th {
			font-weight: 400;
    		text-align: center;
		}
		.ichiran_12 td {
    		padding: 6px 6px 6px 20px;
		}
		@media (max-width: 768px){
			.ichiran_12 th {
    			display: block;
    			text-align: left;
    			padding: 5px;
			}
      .ichiran_12 {
    			width: 100%;
    		}

			.ichiran_12 td {
    			display: block;
    			text-align: left;
    			padding: 5px;
    			background-color: #fff;
			}
		}
		/*沿革　行に色を着ける**********************/
		.history_12 tr:nth-child(odd) {
    		background-color: #e6e6e6;
		}

		@media (max-width: 768px){
			.history_12 th {
    			background-color: #e6e6e6;
			}
		}


/*---------------- 11_company_whats ----------------*/
		@media (min-width: 768px) {
			.maincopy_11 {
			  font-size: 25px;
			  text-align: center;
			}
		}
		.title_companywhats_11 {
			max-width: 200px;
			font-size:14px;
			text-align:left;
			line-height: 1.5;
			letter-spacing: 0.05em;
			font-weight: 300;
		}
		.wrap_companywhats_11 span {
			vertical-align: baseline;
		}
		.wrap_companywhats_11 .counter, .wrap_companywhats_11 .big{
				font-weight:600;
		}
		@media (min-width: 1200px){
			.wrap_companywhats_11 .counter, .wrap_companywhats_11 .big{
				font-size: 54px;
			}
		}

/* ------------------------------------------------------------
digitalcatalog
------------------------------------------------------------ */

/*---------------- 26_digitalcatalog_jp , 27_digest ----------------*/

	.post-modern__text_26{
		margin-bottom:20px;
		color:#9b9b9b;
	}
	  .bg-gray-4-26{
	  background-color:#f7f7f5;
	  }
	  p img.img26 {
		 display:block;
	  }
	  @media (min-width: 768px){
			p img.img26 {
				min-width: auto;
			}
	  }
	  p.indent_26{
		  padding-left:2em;
		  text-indent:-2em;
	  }
	  .h6_26{
		  margin-bottom:10px;
	  }
	  .right_26{
		  text-align:right;
	  }
	  .left_26{
		  text-align:left;
	  }
	  @media (max-width:991px){
	  .right_26, .left_26{
		  text-align:center;
	  }
	  }

/* ------------------------------------------------------------
links
------------------------------------------------------------ */

/*---------------- 21_links ----------------*/
      .footer-classic_21{
        margin-top: 50px;
      }
      .footer-classic__main_21{
        padding: 40px 0 !important;
      }
      .pb_21{
        padding-bottom: 10px;
      }
      @media (min-width:768px) {
        .list-nav-bordered_21 > li:last-child{
          flex:none;
        }
      }
      @media (max-width: 767px) and (min-width: 480px){
        .list-nav-bordered_21 {
          margin-left: 20px;
          margin-right: 20px;
        }
      }


/* ------------------------------------------------------------
maintenance
------------------------------------------------------------ */

/*---------------- 14_maintenance_top ----------------*/
      .bg-image_14:before{
        background-color: rgba(0,0,0,4);
      }
      .underline_14{
        text-decoration:underline;
      }

/*---------------- 15_maintenance_mpm ----------------*/
      .list-marked_15 li{
        font-size: 18px;
        font-weight: 500;
      }
      .list-marked_15 > li:before{
        top:5px!important;
      }

/*---------------- 16_maintenance_tradein ----------------*/
      .box-spacer-1_16{
        padding-left: 0
      }
      .list-terms-inline_16 dt{
        color:#151515;
      }
      @media (max-width: 1199px) and (min-width: 992px){
        .box-decorated_16{
          font-size: 14px;
        }
      }

/* ------------------------------------------------------------
privacy
------------------------------------------------------------ */

      /*ul.disc_46, */ul.disc_46 li{
        display: list-item;
      }
      ul.disc_46{
        margin-left: 30px;
        list-style-type: disc;
      }
      ul.disc_46 li th{
        width: 110px;
        font-weight: normal;
      }
      ul.disc_46 li tbody{
        vertical-align: text-bottom;
      }
      p.big_46 img{
        width: 160px;
        vertical-align: top;
        display: inline-flex;
        margin: 0;
        max-width: none;
        min-width: inherit;
        float: none;
      }
			table{
				display: inline-table;
			}


/* ------------------------------------------------------------
service
------------------------------------------------------------ */


/*---------------- 20_item_registration ----------------*/
.icon_midashi_20 {
	font-weight: 500;
}


/*---------------- 19_support ----------------*/

.bunrui_19 {
  width:220px;
  /*margin-right:10px;*/
}
.bunrui_19 img {
  margin-right:10px;
}

.button.button-icon.bunrui_19 {
  -webkit-justify-content: normal;
  justify-content: normal;
  padding-left:14px;
  padding-right:20px;
  text-align:left;
  vertical-align:baseline;
  font-weight: 500;
}
@media (min-width: 768px) {
  * + .button.bunrui_19 {
    margin-top: 20px;
  }
}

th.category_19 {
  min-width:140px;
}
th.type_19 {
  min-width:140px;
}
th.day_19 {
  min-width:170px;
}
table .button-primary_19, table .button-primary_19:focus, table .button-primary_19:active {
  color: #151515;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.table_19 thead th {
  white-space: nowrap;
  border-right: #d2d2d2 1px solid;
}
.table_19 thead th:last-child {
  border-right: none;
}
.table_19 .button-sm {
  font-size:12px;
  font-weight: normal;
}
.table_19 .button-sm.button-primary{
  padding:8px 31px;
}

.table_19{
  line-height:1.5;
}
.tbody_19 {
  vertical-align:baseline;
}
.tbody_19 img{
  margin:2px;
}

@media screen and (max-width: 1000px){
  /*
  .table-custom-responsive_19 {
    white-space:nowrap;
  }
  */
  th.support_name_19{
    min-width:290px;
  }
  th.support_remarks_19{
    min-width:260px;
  }
  th.support_icon_19{
    min-width:170px /*320px*/;
  }
}
@media screen and (max-width: 767px) {
  .table-custom-responsive_19 > .table-custom > tbody > tr > td {
    white-space: normal;
  }
}

#support_search form {
  background-color: #F5F5F5;
  padding: 25px 40px;
}
.support_searchform_box {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 30px;
}
.support_searchform_box .form-wrap {
  flex-basis: 60%;
  max-width: 600px;
}
#support_search .table-custom {
  margin-top: 10px;
  margin-bottom: 10px;
}
#support_search .table-custom th {
  white-space: nowrap;
  line-height: 150%;
  min-width: 130px;
  max-width: 140px;
  border: 1px solid #d2d2d2;
}
#support_search .table-custom td {
  width: 100%;
  border: 1px solid #d2d2d2;
}
#support_search .rd-search_custom .form-label {
  padding-right: 19px;
}
.support_searchform_submit {
  margin-top: 0;
  margin-left: 25px;
  padding: 12px 36px;
}
@media (max-width: 768px) {
  #support_search {
    padding: 0;
  }
  #support_search form {
    width: 100%;
    padding: 20px;
  }
  #support_search .panel-corporate .panel-body {
    padding: 25px 10px;
  }
  #support_search .table-custom th {
    padding: 10px 10px;
    min-width: 100px;
  }
  #support_search .table-custom td {
    padding: 10px 8px;
  }
  .support_searchform_box {
    flex-wrap: wrap;
  }
  .support_searchform_box .form-wrap {
    flex-basis: 100%;
  }
  .support_searchform_submit {
    margin: 10px auto 0;
    width: 300px;
  }
}
ul.searchlist {
  display: flex;
  flex-wrap: wrap;
}
ul.searchlist li {
  display: inline-block;
  flex-basis: 100%;
}
ul.searchlist li label {
  font-weight: normal;
}
@media (min-width: 768px) {
  ul.searchlist li,
  ul.searchlist.searchlist_div3 li,
  ul.searchlist.searchlist_div3 li:first-child {
    flex-basis: 50%;
  }
  ul.searchlist.searchlist_div3 li:last-child {
    flex-grow: 2;
  }
}
@media (min-width: 992px) {
  ul.searchlist li,
  ul.searchlist.searchlist_div3 li {
    flex-basis: 33%;
  }
  ul.searchlist.searchlist_div3 li:first-child {
    flex-basis: 18%;
  }
}
@media (min-width: 1200px) {
  ul.searchlist li {
    flex-basis: 20%;
  }
  ul.searchlist.searchlist_div3 li {
    flex-basis: 25%;
  }
  ul.searchlist.searchlist_div3 li:first-child {
    flex-basis: 15%;
  }
}


/* ------------------------------------------------------------
tokusho
------------------------------------------------------------ */

/*---------------- 48_tokusho ----------------*/

		.table_tokusho_price{
			width:400px;
		}
		.table_tokusho_price td , .table_tokusho_price th{
			border-collapse: collapse;
			border-left: 0;
			border-right: 0;
			border-top:1px solid #ebebeb;
			border-bottom:1px solid #ebebeb;
		}
		.table_tokusho_price th{
		    padding: 5px;
    		font-weight: 400;
    		text-transform: uppercase;
    		background: none;
    		text-align:center;
		}
		.table_tokusho_price tr:nth-of-type(n+3){
			text-align:right;
		}
    @media(max-width:767px){
      .gaiyou_48{
        width:100%;
      }
      .gaiyou_48 td:not(.table_tokusho_price), .gaiyou_48 th:not(.table_tokusho_price){
        width:100%;
        display:block;
        border: none!important;
      }
    }

/*---------------- 47_souryo ----------------*/

		.table-custom_47.table-custom-bordered td {
			border: 1px solid #cdcdcd;
			min-width:200px;
		}
		.table-custom_47 th{
			border-right: 1px solid #cdcdcd;
			border-bottom: 1px solid #cdcdcd;
		}
		.table-custom_47 th.border_bottom_none,
		.table-custom_47.table-custom-bordered td.border_bottom_none{
			border-bottom:none;
		}
    @media(max-width:767px){
      .gaiyou_47{
        width:100%;
      }
      .gaiyou_47 td , .gaiyou_47 th{
        width:100%;
        display:block;
        border: none!important;
      }
      th.souryo_sp_none{
        display: none;
      }
    }

 /* ------------------------------------------------------------
data
------------------------------------------------------------ */

/*---------------- 36_information_article , 38_newproducts_article----------------*/
      .button_36{
        background: white;
        border: #b4b4b4 2px solid;
        color: #333;
      }
      .post-single__main a {
        color: #cf2239;
      }
      @media (min-width:1200px) {
        * + .post-single__main_36{
          margin-top: 22px;
        }
      }
      @media (min-width: 768px) {
        /*
        .post-single__main_36 p:not(.info_mainimage) img {
          float: none;
          max-width: 80%;
        }
        */
      }
      .post-single__main_36 img, .post-single__main_36 p{
        /*display: inline-block;*/
        vertical-align: middle;
      }
      .post-single__main_36 img{
        padding-right: 50px;
      }
      .post-single__main_36 p + p {
        margin-top: 10px;
      }

      /* 記事内tableレスポンシブ対応 */
      @media (max-width: 991px) {
        .post-single__main_36 table {
          width: 100% !important;
        }
      }
      @media (max-width: 767px) {
        .post-single__main_36 th,
        .post-single__main_36 td {
          display: block;
          width: 100% !important;
          height: auto !important;
        }
      }


/*---------------- 06_products_article ----------------*/
    .midashi_product_right_06 p{
      color:#cf2239;
      font-weight: bold;
    }
    .section_06 .contents {
      line-height: 1.5;
      margin-top: 10px;
    }
    .section_06 .contents table {
      display: table;
    }
    .section_06 .contents p + p {
      margin-top: 5px;
    }
    .section_06 .contents p img {
      float: none;
      margin-right: 0;
      max-width: 100%;
      min-width: auto;
    }
    @media (max-width: 767px) {
      .section_06 .blog__aside {
        margin-top: 0;
      }
    }
    .price_table td { padding: 5px 6px; }
    .price_table td.dottedline {
      height:3px; overflow:hidden;
      padding: 0px;
      background:url(../products/imgs/line_cart_dotted.gif) left top repeat-x;
    }
    .price_table th {
      padding: 3px 6px;
      font-weight: bold;
      text-align:center;
      border-bottom:#666666 1px solid;
    }
    .price_table .tx17 a {
      font-size: 17px;
      line-height: 170%;
      color: #0E4E8C;
      text-decoration: underline;
    }
    .partslist_midashi {
      border-bottom: 3px solid #fc1921;
      margin-bottom: 12px;
      background-color: #ff8a8e;
      border-radius:4px 4px 0px 0px;
      -moz-border-radius:4px 4px 0px 0px;
      -webkit-border-radius:4px 4px 0px 0px;
    }
    .partslist_midashi span {
      color: #fff;
      font-size: 16px;
      line-height: 16px;
      position: relative;
      background: #fc1921;
      display: inline-block;
      padding: 8px 8px 6px 8px;
      border-radius:4px 0px 0px 0px;
      -moz-border-radius:4px 0px 0px 0px;
      -webkit-border-radius:4px 0px 0px 0px;
    }
    .partslist_midashi span:after {
      content: " ";
      position: absolute;
      top: 0;
      left: 100%;
      width: 0;
      height: 0;
      border-width: 0 30px 32px 0;
      border-style: solid;
      border-color: transparent;
      border-bottom-color: #fc1921;
    }
    @media screen and (max-width:991px) {
      /* 関連キーワードと動画のブロック ------ */
      .section_06 #kanrenkeyword {
        width: 100% !important;
      }
    }
    .section_06 .ajust a {
      color: #cf2239;
    }
    @media screen and (max-width:767px) {
      /* レスポンシブ用調整 ------- */
      .section_06 img { max-width: 100%; }
      .section_06 .midashi_product,
      .section_06 .midashi_product_left,
      .section_06 .midashi_product_right { width: 100%; }
      .section_06 .contents table.product_maintable td { display: block; margin: 0 auto; }
      .section_06 .contents table.product_icontable { margin-left: 0 !important; }
      .section_06 .contents table.product_icontable td { display: inline-block; }
      /*:not(.ajust) table { width: 100% !important; }*/
      .section_06 table { width: 100% !important; }
      .section_06 .contents table table:not(.product_maintable) {
          table-layout: fixed;
          /*word-break: break-word;*/
      }
      .section_06 .midashi_product { height: auto; }

      /* ご注文フォーム ----------- */
      .section_06 .contents table table:not(.product_maintable) td {
          word-wrap : break-word;
          overflow-wrap : break-word;
          white-space: normal /*!important*/;
      }
      .section_06 .contents table table.price_table { table-layout: auto; }
      .section_06 .contents table table.price_table tr:first-child th { /*注文フォーム見出し*/
          display: none;
      }
      .section_06 .contents table table.price_table tr td:not(.dottedline) {
          white-space: nowrap !important;
          display: inline;
      }
      .section_06 .contents table table.price_table tr:nth-child(2) { /*見出しを消す代わりの罫線*/
          border-top: 1px solid #666;
      }
      .section_06 .contents table table.price_table tr td:nth-child(3) { /*商品コード*/
          display: inline-block;
          width: 18vw;
          box-sizing: border-box;
          text-align: left;
      }
      .section_06 .contents table table.price_table tr td:nth-child(4) { /*品名*/
          display: inline-block;
          width: 72vw;
          box-sizing: border-box;
      }
      .section_06 .contents table table.price_table tr td:nth-child(5),
      .section_06 .contents table table.price_table tr td:nth-child(6),
      .section_06 .contents table table.price_table tr td:nth-child(7) { /*価格,数量,カートに入れるbtn*/
          display: inline;
      }
      .contents table table.price_table p.cart { /*カートに入れるbtn*/
        display: inline;
      }

      /* 関連キーワードと動画のブロック ------ */
      .section_06 #kanrenkeyword p,
      .section_06 #kanrenkeyword div { box-sizing: border-box; }
      .section_06 #kanrenkeyword div table { margin: 0 !important; }
      .section_06 ul#list_movileblock { max-width: 100%; }
      .section_06 .icon_moviestart { top: 38% !important; left: 40% !important; } /*動画再生アイコン*/

      /* 送料について の枠内用 ------------ */
      .section_06 .contents table table.price_table#notice_table tr td p {
          box-sizing: border-box;
          width: 95%;
          margin: 0 2%;
          white-space: normal;
      }
      .section_06 .contents table table.price_table#notice_table tr td p br { display: none; }
      .section_06 .contents table table.price_table#notice_table tr td a img { /*カートを見るbtn*/
          margin: 10px 0;
      }

      /* table調整用タグ ------------------ */
      /*通常*/
      .section_06 .contents img { min-height: 1px; }
      .section_06 .ajust {
          margin: 0;
          max-width: 100%;
      }
      .section_06 .ajust table {
        width: inherit !important;
        margin: 5px 0 10px 0;
        max-width: 100%;
      }
      .section_06 .ajust table img { max-width: 100%; }

      /*iframeのレスポンシブ対応*/
      .section_06 .ajust iframe { max-width: 100%; }

      /*直後のtdを段落ちさせる場合*/
      .section_06 .ajust_drop {
          margin: 5px 0 10px 0;
          max-width: 100%;
      }
      .section_06 .ajust_drop table { width: inherit !important; }
      .section_06 .ajust_drop table img { max-width: 100%; }
      .section_06 .ajust_drop > table > tr > td,
      .section_06 .ajust_drop > table > tbody > tr > td {
          display: inline-block;
          width: auto;
          height: auto;
      }

      /*子tableに横スクロールを入れる場合*/
      .section_06 .ajust_scroll {
          margin: 5px 0 10px 0;
          max-width: 100%;
      }
      .section_06 .ajust_scroll table {
          width: 100% !important;
      }
      .section_06 .scroll { /*横スクロールさせるtableを囲う*/
          overflow-x: auto;
          margin: 5px 0 10px 0;
          padding-bottom: 5px;
      }
      .section_06 .scroll table {
          table-layout: auto !important;
          width: 500px !important;
          margin: 0;
          max-width: 499px;
      }
      /*tableにスクロールバーを追加*/
      .section_06 .scroll::-webkit-scrollbar{ height: 5px; }
      .section_06 .scroll::-webkit-scrollbar-track{ background: #F1F1F1; }
      .section_06 .scroll::-webkit-scrollbar-thumb { background: #BCBCBC; }
    }

    /*各種アイコン*/
    .product_iconlist {
      min-width: 170px;
    }
    .product_iconlist li {
      display: inline-block;
      padding: 4px;
    }
    .product_icon { /*盗難保証などのアイコン共通*/
      width: 161px;
      height: 52px;
      background-repeat: no-repeat;
      background-position: top left;
      text-indent:-9999px;
    }
    .tounanhosyou_icon { /*盗難保証*/
      background-image: url(../products/imgs/icon2019_tounanhosyou_2.gif);
    }
    .saitekikouji_icon { /*最適工事*/
      background-image: url(../products/imgs/icon2019_saitekikouji.gif);
    }
    .boujin54_icon { /*防塵・防滴IP54*/
      background-image: url(../products/imgs/icon2019_boujin54_2.gif);
    }
    .boujin55_icon { /*防塵・防滴IP55*/
      background-image: url(../products/imgs/icon2019_boujin55_2.gif);
    }
    .boujin67_icon { /*防塵・防滴IP67*/
      background-image: url(../products/imgs/icon2019_boujin67_2.gif);
    }
    .kokudochiriin_icon { /*国土地理院認定*/
      background-image: url(../products/imgs/icon2019_kokudochiriin_2.gif);
    }
    .iso_icon { /*ISO規格*/
      background-image: url(../products/imgs/icon2019_iso_2.gif);
    }
    .jis_icon { /*JIS*/
      background-image: url(../products/imgs/icon2019_jis_2.gif);
    }
    .kankyouhairyo_icon { /*環境配慮*/
      background-image: url(../products/imgs/icon2019_kankyouhairyo_2.gif);
    }
    .fixable_icon { /*修理可能*/
      background-image: url(../products/imgs/icon2019_syuuriall.gif);
    }
    .fixablepart_icon { /*一部修理可能*/
      background-image: url(../products/imgs/icon2019_syuuripart.gif);
    }
    .netis_icon { /*NETIS*/
      background-image: url(../products/imgs/icon2019_netis.gif);
    }
    .warranty1year_icon { /*1年保証*/
      background-image: url(../products/imgs/icon2019_hosyou1.gif);
    }
    .warranty2year_icon { /*2年保証*/
      background-image: url(../products/imgs/icon2019_hosyou2.gif);
    }
    .warranty3year_icon { /*3年保証*/
      background-image: url(../products/imgs/icon2019_hosyou3.gif);
    }

    .pdf_linkbtnlist li {
      display: inline-block;
      padding: 4px;
    }
    .pdf_linkbtn { /*比較表などのPDFアイコン共通*/
      background-repeat: no-repeat;
      background-position: top center;
      /*display: block;
      text-indent:-9999px;*/
      width: 222px;
      height: 50px;
      zoom: 1; /*for IE6*/
    }
    .link_leaflet {
      background-image: url(../products/imgs/icon2019_leaflet.gif);
    }
    .link_comparison {
      background-image: url(../products/imgs/icon2019_comparison.gif);
    }
    .link_partslist {
      background-image: url(../products/imgs/icon2019_partslist.gif);
    }
    .link_manual {
      background-image: url(../products/imgs/icon2019_manual.gif);
    }


/*---------------- 35_inrofmation_top, 37_newproducts_article ----------------*/

      .ichiran_37 {
        border-collapse: collapse;
        color: #000000;
        width: 100%;
      }
      .ichiran_37 th {
        font-weight: 400;
        text-align: center;
      }
      .ichiran_37 td {
        padding: 6px 6px 6px 20px;
      }
      .ichiran_37 tr:nth-child(odd){
        background-color: #f5f5f5;
      }
      @media (max-width: 768px){
        .ichiran_37 th {
          display: block;
          text-align: left;
          padding: 5px;
        }
        .ichiran_37 {
          width: 100%;
          }
        .ichiran_37 td {
          display: block;
          text-align: left;
          padding: 5px;
        }
      }
      /* .pagination-custom{
        position: fixed;
      } */
      .pagination-custom li a.current_page_number {
        pointer-events: none;
        color: #fff;
        background: #cf2239;
        border-color: #cf2239;
      }


/*------------------------------ Shopカート ------------------------------*/

    .error {
      font-size: 18px;
      font-weight: 700;
      color: #F00;
      margin: 15px 0;
    }
    .cart_detail_table th {
      padding: 15px 24px;
    }
    .cart_detail_table thead th {
      white-space: nowrap;
      border-right: #ebebeb 1px solid;
    }
    .cart_detail_table thead th:last-child {
      border-right: none;
    }
    .cart_detail_table tfoot th,
    .cart_detail_table tfoot td {
      background-color: #E6E6E0;
    }
    .cart_detail_table tfoot td {
      text-align: right;
    }
    .cart_detail_table tbody a {
      text-decoration:underline;
    }
    .resum { text-align: center; }
    .resum button { margin-top: 15px; }
    .another_btn {
      border-top: 1px solid #CDCDCD;
      padding-top: 20px;
      text-align: center;
      margin: 20px 0 10px 0;
    }
    .button_cart_white {
      background: white;
      border: #b4b4b4 2px solid;
      color: #333;
      padding: 15px 36px;
    }
    .resum_button {
      position: relative;
      text-align: center;
      height: 60px;
      margin-top: 10px;
    }
    .resum_button p {
      position: absolute;
      top: 0;
      left: 50%;
      margin-top: 0;
      margin-left: -92px;
      width: 184px;
      height: 52px;
      padding: 15px 30px;
      z-index: 1;
    }
    .resum_button input {
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -92px;
      width: 184px;
      height: 52px;
      z-index: 5;
    }
    .cart_next_button,
    .cart_pwreset_button {
      position: relative;
      text-align: center;
      height: 60px;
    }
    .cart_next_button p,
    .cart_pwreset_button p {
      position: absolute;
      top: 0;
      left: 50%;
      margin-top: 0;
      margin-left: -140px;
      width: 280px;
      height: 52px;
      padding: 15px 20px;
      z-index: 1;
    }
    .cart_next_button input,
    .cart_pwreset_button input {
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -140px;
      width: 280px;
      height: 52px;
      z-index: 5;
    }
    .cart_bg_area {
      background-color: #f7f7f5;
      text-align: center;
      position: relative;
      padding: 30px 0;
      margin: 15px 0;
    }

/*チェックボックス*/
.check_input{
  display: none;
}
.check_part{
  padding-left: 40px;
  position:relative;
  margin-right: 15px;
}
.check_part:before{
  content: "";
  display: block;
  position: absolute;
  top:-5px;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background-color: #e1e1e1;
}
.check_input:checked ~ .check_part:before{
  background-color: #000;
}
.check_input:checked ~ .check_part::after{
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 10px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}
.check_circle:before {
    border-radius: 50%;
}
.check_circle:after {
    border-radius: 50%;
}
.check_input:checked ~ .check_circle:after{
  border-bottom: none;
  border-right: none;
  width:14px;
  top:3px;
  left:8px;
  background-color:#fff;
  border-radius: 7px;
}
/*進捗バー*/
.stepBar {
  display: flex;
  max-width: 100%;
  position: relative;
  margin: 20px auto;
  text-align: center;
}
.stepBar li {
  font-size: 12px;
  list-style: none;
  position: relative;
  width: 33.333%;
}
.stepBar li:after {
  background: #E6E6E0;
  content: "";
  width: calc(100% - 24px);
  height: 4px;
  position: absolute;
  left: calc(-50% + 12px);
  top: 10px;
}
.stepBar li:first-child:after {
  display: none;
}
.stepBar li span {
  background: #E6E6E0;
  color: #393939;
  display: inline-block;
  height: 24px;
  margin-bottom: 5px;
  line-height: 24px;
  width: 24px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.stepBar li.visited span {
  color: #FFF;
}
.stepBar .visited:after {
  background: #CF2239;
}
.stepBar .visited span {
  background: #CF2239;
}


/* ------------------------------------------------------------
data_movie
------------------------------------------------------------ */

.midashi_movie_03{
  height: 30px;
  margin-bottom: 15px;
  background-color: #4c4c4c;
}
.midashi_movie_txt_03{
  width: 70%;
  height: 30px;
  padding-left: 8px;
  border-left: #E60000 11px solid;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
}

.blog__aside-item_03{
  padding: 14px !important;
}
.post-modern__title_03:before{
  content:none;
}
.post-modern__title_03{
  padding-left: 0;
}
.post-modern__title_03 a{
  color: #4c4c4c;
  font-size: 13px;
  text-decoration: none;
  font-weight: bold;
}
@media (min-width:1200px) {
  .post-modern__main_03{
    padding: 30px;
  }
}


/* ------------------------------------------------------------
保証登録、保証規定、盗難・火災補償
------------------------------------------------------------ */

.table-mensekikingaku th,
.table-mensekikingaku td {
  border: 1px solid #d2d2d2 !important;
  background-color: #f5f5f5 !important;
}
.table-mensekikingaku tr td:nth-child(2) {
  text-align: right;
}
.compensation_image {
  width: 100%;
  padding-bottom: 5px;
  overflow: scroll;
  overflow-y: visible;
}
@media (min-width: 1200px) {
  .compensation_image {
    padding-bottom: 0;
    overflow: visible;
  }
  .compensation_image span {
    display: none;
  }
}
.compensation_image ul {
  /* width: 1170px; */
  width: 970px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.compensation_image ul li {
  /* width: 125px; */
  width: 105px;
  border: 2px solid #cfb1b1;
  /* padding: 6px 1em; */
  padding: 0;
  line-height: 1.5;
  text-align: center;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #ffeded;
  font-weight: bold;
  letter-spacing: 0;
}
.compensation_image ul li::after {
  content: "";
  width: 0;
  height: 0;
  /* border-top: 10px solid transparent;
  border-left: 12px solid #cfb1b1;
  border-bottom: 10px solid transparent; */
  border-top: 8px solid transparent;
  border-left: 10px solid #cfb1b1;
  border-bottom: 8px solid transparent;
  position: absolute;
  /* left: 130px; */
  left: 108px;
}
.compensation_image ul li:last-child::after {
  border: none;
}
.compensation_flow {
  margin-top:30px;
}
.compensation_flow li {
  border: 1px solid #666;
  margin-bottom: 20px;
  padding: 6px 1em 0 1em;
}
.compensation_flow table th {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
  padding-right: 0.5em;
}
li.list_circlenum {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}
