@charset "UTF-8";
/* --------------------------
a コンテンツ内リンク
-------------------------- */
#dcms_layoutPageBlock a {
  color: #0064c6;
  text-decoration: underline;
}
#dcms_layoutPageBlock a:hover {
  text-decoration: none;
}
/* 上記設定による調整 */
#dcms_layoutPageBlock .btn a,#dcms_layoutPageBlock .btn_half a,#dcms_layoutPageBlock .btn_onethird a,#dcms_layoutPageBlock .btn_twothird a,#dcms_layoutPageBlock .btn_free a,#dcms_layoutPageBlock .btn_fs_s a,#dcms_layoutPageBlock .btn_circle a{border-color:#1a324a;color:#fff;background-color:#1a324a;text-decoration:none;}
#dcms_layoutPageBlock .btn a:hover,#dcms_layoutPageBlock .btn_half a:hover,#dcms_layoutPageBlock .btn_onethird a:hover,#dcms_layoutPageBlock .btn_twothird a:hover,#dcms_layoutPageBlock .btn_free a:hover,#dcms_layoutPageBlock .btn_fs_s a:hover,#dcms_layoutPageBlock .btn_circle a:hover{color:#1a324a;background-color:#fff;}

/*---------------------------

CV

-----------------------------*/

.cv_style04 {
  width: 100%;
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: #f5f5f5;
}

@media only screen and (max-width: 690px) {
  .cv_style04 {
    margin-top: 60px;
    padding-top: 30px;
    padding-bottom: 25px;
  }
}

.cv_style04.mt0 {
  margin-top: 0;
}

.cv_style04_in {
  /*max-width: 900px;*/
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.cv_style04_in .title02 {
  border-bottom: 0;
}
.cv_style04_in .title02::before {
  display: none;
}

.cv_style04_in .txt_c {
  font-size: 16px;
  font-weight: bold;
  color: #8292a2;
  letter-spacing: 0.2em;
  margin-bottom: 35px;
  margin-top: -20px;
}
.cv_style04_m_in {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cv_style04_in .title03.txt_c {
  position: static;
  font-size: 22px;
  color: #333;
}

@media only screen and (max-width: 979px) {
  .cv_style04_in {
    width: calc(100% - 3%);
  }
}

@media only screen and (max-width: 690px) {
  .cv_style04_in {
    width: calc(100% - 15%);
  }
}

.cv_style04_lead {
  margin-bottom: 40px;
}

@media only screen and (max-width: 690px) {
  .cv_style04_lead {
    margin-bottom: 15px;
  }
}

.cv_style04_cv {
  /*display: table;*/
  width: 100%;
}

.cv_style04_cv img {
  border-radius: 50%;
  border: 1px solid #1a324a;
}

.cv_style04_tel {
  width: 100%;
}

.cv_tel_only .cv_style04_tel {
  margin-left: auto;
  margin-right: auto;
}

html:lang(zh-cmn-Hans) .cv_style04_tel {
  display: block;
  width: 100%;
}


html:lang(zh-cmn-Hant) .cv_style04_tel {
  display: block;
  width: 100%;
}


html:lang(ko) .cv_style04_tel {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 690px) {
  .cv_style04_tel {
    width: 100%;
    display: block;
  }
}

.cv_style04_tel .cv_style04_num {
  font-size: 14px;
  font-weight: normal;
  margin-top: 15px;
  padding: 13px 20px;
  border-bottom: 1px solid #D0D5DA;
}

.cv_style04_tel .cv_style04_num a {
  text-decoration: none;
}

.cv_style04_tel .cv_style04_num .txt {
  color: #0064C6;
}

.cv_style04_tel .tel_list{
  display: flex;
  flex-wrap: wrap;
}

.cv_style04_tel .tel_list .cv_style04_num{
  width: 25%;
}


@media only screen and (max-width: 979px) {
.cv_style04_tel .tel_list .cv_style04_num{
  width: 50%;
}
}

@media only screen and (max-width: 690px) {
  .cv_style04_tel .cv_style04_num {
    width: 100%;
    display: block;
  }
  .cv_style04_tel .tel_list .cv_style04_num{
  width: 100%;
}
}

.cv_style04_form {
  /*display: table-cell;
  width: 100%;*/
  padding: 0 2%;
}

@media only screen and (max-width: 690px) {
  .cv_style04_form {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
}
.cv_style04_btn {
  width: 100%;
  margin-right: auto;
  position: relative;
  margin-top: 5px;
}

.cv_style04_btn a,
#dcms_layoutPageBlock .cv_style04_btn a {
  position: relative;
  color: #333333;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  display: block;
  border: 1px solid #0064c6;
  padding: 13px 35px 13px 9px;
  text-align: left;
  z-index: 1;
  text-decoration: none;
}

.cv_style04_btn a:hover,
#dcms_layoutPageBlock .cv_style04_btn a:hover {
  text-decoration: none;
  color: #ffffff;
}
.cv_style04_btn a::before {
  content: "";
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #0064c6;
  z-index: -1;
  opacity: 0;
  transition: .3s;
}
.cv_style04_btn a:hover::before {
  opacity: 1;
  width: 100%;
}
.cv_style04_btn a::after {
  content: "";
  width: 25px;
  height: 8px;
  background: url(../image/common/arr_blue.png) no-repeat;
  background-position: center center;
  background-size: 25px auto;
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 8px;
  z-index: 2;
}
.cv_style04_btn a:hover::after {
  background: url(../image/common/arr_wh.png) no-repeat;
  background-size: 25px auto;
  background-position: center center;
}


html:lang(zh-cmn-Hans) .cv_style04_btn a{
  margin-bottom: 50px;
  max-width: 300px;
  width: 100%;
  margin: 0 auto 50px auto;
}

html:lang(zh-cmn-Hant) .cv_style04_btn a{
  margin-bottom: 50px;
  max-width: 300px;
  width: 100%;
  margin: 0 auto 50px auto;
}

html:lang(ko) .cv_style04_btn a{
  margin-bottom: 50px;
  max-width: 300px;
  width: 100%;
  margin: 0 auto 50px auto;
}

@media only screen and (max-width: 979px) {
.cv_style04_btn a::after {
  background-size: 22px auto;
}
}
@media only screen and (max-width: 690px) {
  .cv_style04_btn a {
    font-size: 16px;
  }
  .cv_style04_btn {
    margin-top: 20px;
  }
}

/*-----------------------------

title

-------------------------------*/

.title02 {
  position: relative;
  font-size: 28px;
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 20px;
}
.title02::before {
  position: absolute;
  display: block;
  content: "";
  width: 18%;
  height: 1px;
  background-color: #0064c6;
  bottom: -1px;
  left: 0;
}
.title02.txt_c {
  border-bottom: 0;
}
.title02.txt_c::before {
  display: none;
}

.title03 {
  position: relative;
  font-size: 22px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.title03:before {
    content: "";
    background-color: #0064c6;;
    width: 3px;
    height: 80%;
    position: absolute;
    top: 0;
    left: 0;
}

.title03:after {
    content: "";
    background-color: #bbb;
    width: 3px;
    height: 80%;
    position: absolute;
    top: 20%;
    left: 7px;
}

.title03.txt_c {
  padding-left: 0;
}
.title03.txt_c:before {
  display: none;
}
.title03.txt_c:after {
  display: none;
}

.title04 {
  font-size: 19px;
  color: #4189d0;
  margin-bottom: 20px;
}
.title04_n {
  font-size: 19px;
}

@media only screen and (max-width: 690px) {
  .title02 {
    font-size: 22px;
  }
  .title03 {
    font-size: 19px;
  }
  .title04 {
    font-size: 16px;
  }
  .title04_n {
    font-size: 16px;
  }
}

/*----------------------------

table

------------------------------*/

.tab01 {
  width: 100%;
}

.tab01 th {
  background-color: #1a324a;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  text-align: left;
  padding: 10px;
  width: 25%;
}

.tab01 td {
  border: 1px solid #f5f5f5;
  padding: 10px;
}

.tab01 tr:nth-child(2n+1) td {
  background-color: #f5f5f5;
}

.tab02 {
  width: 100%;
}

.tab02 th {
  background-color: #1a324a;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  text-align: left;
  padding: 10px;
  width: 25%;
}

.tab02 th:last-child {
  border-bottom: none;
}

.tab02 td {
  border: 1px solid #f5f5f5;
  padding: 10px;
}

.catalog .tab02 th:nth-child(2) {
  width: 65%;
}

.catalog .tab02 th:last-child {
  width: 10%
}

.catalog .tab02 td:last-child {
  text-align: center;
}

table.tab03 {
  table-layout: fixed;
  width: 100%;
}

table.tab03 th {
  width: 25%;
  background-color: #1a324a;
  color: #ffffff;
  border: 1px solid #f5f5f5;
  padding: 10px;
  text-align: left
}

table.tab03 td {
  border: 1px solid #f5f5f5;
  background-color: #ffffff;
  padding: 10px;
}

.tab03 tr:nth-child(2n+1) td {
  background-color: #f5f5f5;
}

@media only screen and (max-width: 690px) {
  .table_wrap {
    margin-bottom: 30px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .table_wrap table {
    width: 640px;
  }
  table.tab03 th {
    display: block;
    width: 100%;
    border-top: none;
    text-align: center;
  }
  table.tab03 td {
    display: block;
    width: 100%;
    border-top: none;
  }
  .tab03 tr:nth-child(2n+1) td {
    background-color: #ffffff;
  }
  table.tab03 th {
    border: none;
  }
}


table.tab04 {
  table-layout: fixed;
  width: 100%;
}

table.tab04 th {
  width: auto;
  background-color: #1a324a;
  color: #ffffff;
  border: 1px solid #f5f5f5;
  padding: 10px;
  text-align: center;
  font-size: 13px;
}

table.tab04 th.blue {
  background-color: #0064c6;
  color: #ffffff;
}

table.tab04 td {
  border: 1px solid #808080;
  background-color: #ffffff;
  padding: 10px;
  font-size: 12px;
}

.tab04 tr:nth-child(2n+1) td {
  /* background-color: #f5f5f5; */
}

table.tab04 th:nth-child(9) {
  width: 25%;
}
table.tab04 td:nth-child(10) {
  text-align: left;
}


@media only screen and (max-width: 690px) {
  .table_wrap {
    margin-bottom: 30px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .table_wrap table {
    width: 640px;
  }
}

/*----------------------------------
faq
------------------------------------*/
.col_bg_faq {
  padding: 42px 30px;
  background-color: #f5f5f5;
}
.list_faq {list-style-type: none;}
#dcms_layoutPageBlock .list_faq a {text-decoration: none;}
#dcms_layoutPageBlock .list_faq a:hover {text-decoration: underline;}
.col_bg_faq .list_faq li {
  position: relative;
  padding-left: 1.4em;
}
.col_bg_faq .list_faq li::before {
  position: absolute;
  content: "\0051\002e";
  top: -1px;
  left: 0;
}
.col_bg_faq .list_faq li + li {margin-top: 8px;}

/*----------------------------------

LIST

------------------------------------*/

.yoko_list {
  display: flex;
  flex-wrap: wrap;
}

.yoko_list li {
  list-style: none;
  background-color: #F1F1F1;
  width: calc(33.33333% - 10px);
  margin-left: 10px;
  border: 1px solid #F1F1F1;
  background-color: #F1F1F1;
  text-align: center;
  padding: 10px;
  margin: 5px;
}

.link_list {
  display: flex;
  flex-wrap: wrap;
}

.link_list li {
  list-style: none;
  width: 31%;
  border: 1px solid #000000;
  text-align: center;
  padding: 10px;
  margin: 5px;
}

@media only screen and (max-width: 690px) {
  .yoko_list li {
    width: 100%;
  }
  .link_list li {
    width: 100%;
  }
}

/*----------------------------------

col

------------------------------------*/

.ml40_col .col3_m .col {
  width: calc(33.33333% - 40px);
  margin-left: 40px;
}

.ml40_col .col3_m .col:first-child,
.ml40_col .col3_m .col:nth-last-child(3) {
  margin-left: 0
}

.ml40_col .col3_m .col .img100 img {
  width: 100%;
}

@media only screen and (max-width: 690px) {
  .ml40_col .col3_m .col {
    width: 100%;
    margin-left: 0;
  }
}

/*--------------------------------------

BTN

---------------------------------------*/

.btn a {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  padding: 10px 10px;
  width: 100%;
  line-height: 1.4;
}

.btn_half a {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  padding: 10px 10px;
  width: 100%;
  line-height: 1.4;
  width: 50%;
  max-width: 400px;
}

@media only screen and (max-width: 690px) {
  .btn_half a {
    width: 100%;
  }
}

.btn_onethird a {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  padding: 10px 10px;
  width: 100%;
  line-height: 1.4;
  width: 33.333%;
  max-width: 260px;
}

@media only screen and (max-width: 690px) {
  .btn_onethird a {
    width: 100%;
    max-width: 100%;
  }
}

.btn_twothird a {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  padding: 10px 10px;
  width: 100%;
  line-height: 1.4;
  width: 66%;
  max-width: 400px;
}

@media only screen and (max-width: 690px) {
  .btn_twothird a {
    width: 100%;
  }
}

.btn_free a {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  padding: 10px 10px;
  width: 100%;
  line-height: 1.4;
  display: inline-block;
  width: auto;
  padding: 8px 1.5em;
}

@media only screen and (max-width: 690px) {
  .btn_free a {
    width: 100%;
  }
}

.btn_fs_s_half a {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  padding: 10px 10px;
  width: 100%;
  line-height: 1.4;
  width: 50%;
  max-width: 220px;
  padding: 4px 1.5em;
  font-size: 14px;
}

.btn_fs_s a {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  padding: 10px 10px;
  width: 100%;
  line-height: 1.4;
  max-width: 220px;
  padding: 4px 1.5em;
  font-size: 14px;
}

.btn_circle a {
  border-radius: 30px;
}

.btn a:hover,
.btn_half a:hover,
.btn_onethird a:hover,
.btn_twothird a:hover,
.btn_fs_s a:hover,
.btn_free a:hover {
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
}

.btn_bg a {
  text-decoration: none;
}

/*----------------------------

img

------------------------------*/

.img_r .img100 img {
  margin-right: 0;
}

/*----------------------

linklist

------------------------*/

.linklist .col {
  margin-bottom: 0;
}

.linklist .col .top_pro_btn {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 10px;
}

.contact .col .top_pro_btn {
  width: 50%;
}

@media only screen and (max-width: 690px) {
  .contact .col .top_pro_btn {
    width: 100%;
  }
}

.linklist .col .top_pro_btn a,
#dcms_layoutPageBlock .linklist .col .top_pro_btn a {
  display: flex;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #0064c6;
  padding: 13px 20px;
  text-align: left;
  background: url(../image/common/arr_blue.png) no-repeat;
  background-position: right 10px center;
  background-size: 25px auto;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 75px;
  text-decoration: none;
}

html:lang(en) .linklist .col .top_pro_btn a,
html:lang(en) #dcms_layoutPageBlock .linklist .col .top_pro_btn a {
  height: auto;
}

.linklist .col .top_pro_btn a .fas {
  display: table-cell;
  padding-top: 15px;
  padding-right: 10px;
}

.linklist .col .top_pro_btn a .txt {
  display: table-cell;
  padding-top: 10px;
  margin-right: 10px;
}

html:lang(en) .linklist .col .top_pro_btn a .fas {
  padding-top: 10px;
}

html:lang(en) .linklist .col .top_pro_btn a .txt {
  padding-top: 5px;
}

.linklist .col .top_pro_btn::before {
  content: "";
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #0064c6;
  z-index: 0;
  opacity: 0;
  transition: .3s;
}

.linklist .col .top_pro_btn a:hover,
#dcms_layoutPageBlock .linklist .col .top_pro_btn a:hover {
  text-decoration: none;
  color: #ffffff;
  background: url(../image/common/arr_wh.png) no-repeat;
  background-position: right 10px center;
  background-size: 25px auto;
}

.linklist .col .top_pro_btn:hover::before {
  opacity: 1;
  width: 100%;
}

.linklist2 .col {
  margin-bottom: 0;
}

.linklist2 .col .top_pro_btn {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 10px;
}

.linklist2 .col .top_pro_btn a,
#dcms_layoutPageBlock .linklist2 .col .top_pro_btn a {
  display: flex;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #0064c6;
  padding: 13px 40px 13px 20px;
  text-align: left;
  background: url(../image/common/arr_blue.png) no-repeat;
  background-position: right 10px center;
  background-size: 25px auto;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 75px;
  text-decoration: none;
}
.en .linklist2 .col .top_pro_btn a,
.en  #dcms_layoutPageBlock .linklist2 .col .top_pro_btn a{
  min-height: 105px;
  height: 100%;
  align-items: center;
}
.linklist2 .col .top_pro_btn a .fas {
  display: table-cell;
  padding-top: 15px;
  margin-right: 10px;
}

.linklist2 .col .top_pro_btn a .txt {
  display: table-cell;
  padding-top: 10px;
  margin-right: 10px;
}

.linklist2 .col .top_pro_btn::before {
  content: "";
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #0064c6;
  z-index: 0;
  opacity: 0;
  transition: .3s;
}

.linklist2 .col .top_pro_btn a:hover,
#dcms_layoutPageBlock .linklist2 .col .top_pro_btn a:hover {
  text-decoration: none;
  color: #ffffff;
  background: url(../image/common/arr_wh.png) no-repeat;
  background-position: right 10px center;
  background-size: 25px auto;
}

.linklist2 .col .top_pro_btn:hover::before {
  opacity: 1;
  width: 100%;
}

/*----------------------

超高・高真空用バルブ

------------------------*/
.valve .col {border: 1px solid #dddddd; }
.valve .col img {width: 100%; }
.valve .col .txt {
  padding: 10px;
}
.valve .col:hover {
  -webkit-box-shadow: 5px 2px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 2px 10px 2px rgba(0, 0, 0, 0.1);
}

/*製品から選ぶ*/
.valve_pdct figure {
  position: relative;
  height: 250px;
  overflow: hidden;
}
.valve_pdct .slider002 figure {height: 210px; }
.valve_pdct img {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, 0%);
  transition: 0.8s;
}
.valve_pdct a:hover img {
  transform: translate(-50%, 0%) scale(1.2, 1.2);
}
.valve_pdct .txt {
  position: absolute;
  line-height: 1.2;
  text-align: center;
  width: calc(100% - 40px);
  background-color: #f3f3f3;
  padding: 0 20px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 5px;
  z-index: 100;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.valve_pdct.txt_static figure {
  height: 320px;
  padding-bottom: 60px;
}

.valve_slick_dot .slick-dots {
  bottom: -35px;
}
@media only screen and (max-width: 690px) {
.valve_slick_dot .slick-dots {
  bottom: -55px;
}
}
.rupture_slick_dot .slick-dots {
  bottom: -35px;
}
/*次世代に応える3つのZERO
_______________________________*/
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:700,800,900');
/*-----------------------------
共通設定
------------------------------*/
.z_blocks{margin-bottom: 50px; }
.z_blocks.end{margin-bottom: 80px; }
.z_blocks .mainTitl {
  position: relative;
  margin-left: 70px;
  font-size: 50px;
  font-family: 'Fira Sans', sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}
.z_blocks .mainTitl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -70px;
  width: 70px;
  height: 70px;
}
.z_blocks .mainTitl .leadtit {
  display: block;
  font-size: 20px;
  letter-spacing: 0;
  color: #4C4948;
}
.z_blocks .subtitl {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -0.05em;
  margin-left: 70px;
}
.z_blocks .sublead{
  margin-left: 70px;
}
.z_blocks .catch {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}
.z_blocks .subcatch{
  position: relative;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  margin-left: 40px;
  margin-bottom: 30px;
}
.z_blocks .subcatch::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #67B5B7;
  position: absolute;
  top: 0;
  left: -40px;
}
.z_blocks .en, .z_blocks .en__{
  display: block;
  font-size: 12px;
  line-height: 1.2;
  font-weight: normal;
  color: #7D7D7D;
}
.z_blocks .en__{
  display: inline;
  margin-left: 10px;
}


@media only screen and (max-width: 690px) {
  .z_blocks .mainTitl{font-size: 40px; }
  .z_blocks .subtitl {font-size: 22px; }
}


/*BORDER*/
.bd__ {
  padding: 30px;
  border: 1px solid #DDD;
  margin-bottom: 30px;
  border-radius: 8px;
}
@media only screen and (max-width: 690px) {
  .bd__ {
    padding: 20px;
  }
}
/*list_check*/
.list_check li {
  position: relative;
  list-style-type: none;
  font-size: 22px;
  line-height: 1.2;
  margin-left: 40px;
  font-weight: bold;
}
.list_check li + li{
  margin-top: 15px;
}
.list_check li .en{
  font-size: 13px;;
}
.list_check li::before {
  content: "";
  display: block;
  border-width: 3px 0 0 0;
  border-style: solid;
  top: 13px;
  left: -30px;
  width: 10px;
  position: absolute;
  transform: rotate(50deg);
}
.list_check li::after {
  content: "";
  display: block;
  border-width: 3px 0 0 0;
  border-style: solid;
  top: 11px;
  left: -26px;
  width: 18px;
  position: absolute;
  transform: rotate(-50deg);
}

/*FLOW AREA*/
.flow__area{
  display: flex;
  justify-content: center;
}
.flow__area .inn__ {
  width: calc(100% / 3);
  margin-right: 3.2em;
}
.flow__area .inn__:last-child{
  margin-right: 0;
}
.flow__area .inn__ figure{
  position: relative;
  margin-bottom: 15px;
}
.flow__area .inn__ + .inn__ figure::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -50px;
  border-width: 8px 0 0 0;
  border-style: solid;
  width: 40px;
  z-index: -1;
}
.flow__area .inn__ + .inn__ figure::after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 7px 0 7px 15px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: calc(50% - 3px);
  left: -15px;
}

.flow__area .Titl{
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.flow__area .en{
  text-align: center;
}
@media only screen and (max-width: 690px) {
  .flow__area{
    flex-wrap: wrap;
  }
  .flow__area .inn__{
    width: 100%;
    margin-right: 0;
  }
  .flow__area .inn__ + .inn__{
    margin-top: 60px;
  }
  .flow__area .inn__ figure img{
    max-width: 300px;
    margin: auto;
  }
  .flow__area .inn__ + .inn__ figure::before {
    top: -50px;
    left: calc(50% - 4px);
    border-width: 0 8px 0 0;
    width: 0;
    height: 30px;
  }
  .flow__area .inn__ + .inn__ figure::after {
    border-width: 7px 0 7px 16px;
    border-color: transparent transparent transparent #000;
    top: -20px;
    left: calc(50% - 7.6px);
    transform: rotate(90deg);
  }
  .flow__area .Titl {font-size: 17px; }
}

/*-----------------------------
CONDUCT
------------------------------*/

.z_blocks.conduct .mainTitl::before {
  background: url(../image/icon_valve_z_cdct.png)no-repeat center center /contain;
}
.conduct .list_check li::before, .conduct .list_check li::after{
  border-color: #0054A7;
}

/*COLOR*/
.z_blocks.conduct .cl{
  color: #0054A7;
}
.conduct .flow__area .inn__ + .inn__ figure::before{
  border-color: #0054A7;
}
.conduct .flow__area .inn__ + .inn__ figure::after{
  border-color: transparent transparent transparent #0054A7;
}

/*シュミレーター*/
.sumirator .chartarea {
  width: 100%;
  border: 5px solid #0054A7;
  border-radius: 20px;
  margin-bottom: 30px
}
.sumirator .chartarea .inn__ {
  position: relative;
  width: 95%;
  max-width: 680px;
  margin: 40px auto;
}
.sumirator .line_01 {
  width: 200px;
  height: 5px;
  background-color: #666;
  position: relative;
  top: -50px;
  left: 15%;
  z-index: -1;
}
.sumirator .line_01::after {
  content: "";
  display: block;
  width: 5px;
  height: 170px;
  background-color: #666;
  position: absolute;
  top: 0;
  left: 0;
}
.sumirator .line_02 {
  width: 220px;
  height: 5px;
  background-color: #666;
  position: relative;
  top: 30px;
  left: 40%;
}
.sumirator .line_02::before,
.sumirator .line_02::after{
  content: "";
  display: block;
  background-color: #666;
  position: absolute;
  z-index: -1;
}
.sumirator .line_02::before {
  width: 5px;
  height: 35px;
  top: -30px;
  left: 0;
}
.sumirator .line_02::after {
  width: 5px;
  height: 80px;
  top: 0;
  right: 0;
}
.sumirator .chartarea .foto img{
  max-width: 200px;
}
.sumirator .caption{
  position: absolute;
  font-weight: bold;
}
.sumirator .caption.encor {
  top: 50px;
  left: 15%;
}
.sumirator .caption.press {
  top: 130px;
  right: 22%;
}
.sumirator .bttn{
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.sumirator .bttn li {
  list-style: none;
  color: #FFF;
  background-color: #666;
  padding: 10px 2em;
  border-radius: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.sumirator .bttn li .en{color: #FFF; }
.sumirator .bttn li + li{
  margin-left: 20px;
}
.sumirator .bttn::before {
  content: "";
  display: block;
  width: 120px;
  height: 10px;
  background-color: #666;
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
.sumirator .txtarea{width: 100%; }
.sumirator .txtarea .Titl {
  position: relative;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 30px;
  display: block;
  margin-left: 13px;
}
.sumirator .txtarea .Titl::before {
  content: "";
  display: flex;
  position: absolute;
  top: 0;
  left: -13px;
  border-left: 6px solid #666;
  height: 100%;
  border-radius: 8px;
}
.sumirator .txtarea .subtxt {
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}
.sumirator .list_disc{
  display: flex;
  flex-wrap: wrap;
}
.sumirator .list_disc li {
  max-width: calc(100% / 3 - 20px);
  width: 100%;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 690px) {
  .sumirator .caption.encor {left: 10px; }
  .sumirator .caption.press {right: 10px; }
  .sumirator .list_disc li{max-width: calc(100% / 2 - 20px); }
}

@media only screen and (max-width: 480px) {
  .sumirator .bttn {
    justify-content: space-between;
    margin-top: 110px;
  }
  .sumirator .line_02 {
    width: 150px;
    top: 20px;
    left: 28%;
  }
  .sumirator .line_02::after {
    height: 110px;
  }
  .sumirator .bttn li {
    padding: 10px 1em;
    font-size: 15px;
    letter-spacing: -0.05em;
  }
  .sumirator .bttn li + li {
    margin-left: 0;
  }
  .sumirator .caption.encor {
    left: 10px;
    top: auto;
    bottom: 100px;
    padding: 5px;
    background-color: #FFF;
  }
  .sumirator .caption.press {
    right: 10px;
    top: auto;
    bottom: 100px;
    background-color: #ffffff;
    padding: 5px;
  }
  .sumirator .list_disc li{max-width: 100% ; }
}
@media only screen and (max-width: 380px) {
  .sumirator .bttn {
    justify-content: space-between;
    margin-top: 110px;
  }
  .sumirator .line_01 {
    width: 30px;
    left: 30px;
  }
  .sumirator .line_02 {
    width: 150px;
    top: 20px;
    left: 28%;
  }
  .sumirator .line_02::after {
    height: 110px;
  }
}
/*-----------------------------
PARTICLE
------------------------------*/
.z_blocks.particle .mainTitl::before {
  background: url(../image/icon_valve_z_ptcl.png)no-repeat center center /contain;
}
.particle .list_check li::before, .particle .list_check li::after{
  border-color: #67B5B7;
}

/*COLOR*/
.z_blocks.particle .cl{
  color: #67B5B7;
}
.particle .flow__area .inn__ + .inn__ figure::before{
  border-color: #67B5B7;
}
.particle .flow__area .inn__ + .inn__ figure::after{
  border-color: transparent transparent transparent #67B5B7;
}
.particle .bd__area {
  border: 5px solid #67B5B7;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.particle .bd__area .txt {
  width: 100%;
  background-color: #e9f0f1;
  padding: 15px;
  border-radius: 10px;
  max-width: 280px;
  margin-right: 30px;
  line-height: 1.2;
}
.particle .bd__area .txt .en{margin-top: 6px; }
.particle .bd__area .foto{width: 50%; }
.particle .bd__area img{
  max-width: 400px;
}
@media only screen and (max-width: 690px) {
  .particle .bd__area .txt{
    max-width: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .particle .bd__area .txt,
  .particle .bd__area .foto{
    width: 100%;
  }
  .particle .bd__area img {
    max-width: 300px;
  }
}

/*-----------------------------
VIBRATION
------------------------------*/
.z_blocks.vib .mainTitl::before {
  background: url(../image/icon_valve_z_vib.png)no-repeat center center /contain;
}
.vib .list_check li::before, .vib .list_check li::after{
  border-color: #7567AC;
}

/*COLOR*/
.z_blocks.vib .cl{
  color: #7567AC;
}
.vib .flow__area .inn__ + .inn__ figure::before{
  border-color: #7567AC;
}
.vib .flow__area .inn__ + .inn__ figure::after{
  border-color: transparent transparent transparent #7567AC;
}
/*flow*/
.z_blocks.vib .flow__area{
  counter-reset: number;
  display: block;
/*  flex-wrap: wrap;
  justify-content: flex-start;*/
}
.z_blocks.vib .flow__area .inn__ {
    position: relative;
    float: left;
    width: 29%;
    margin-right: 4%;
    margin-bottom: 40px;
}
.z_blocks.vib .flow__area .inn__:nth-child(3n){
  margin-right: 0;
}
.z_blocks.vib .flow__area .inn__:nth-child(4){
  margin-left: 4%;
}
/*ARROW*/
.z_blocks.vib .flow__area .inn__:nth-child(3)::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 13px);
    right: -35px;
    border-width: 8px 0 0 0;
    border-style: solid;
    width: 40px;
    z-index: -1;
    border-color: #7567AC;
}
.z_blocks.vib .flow__area .inn__:nth-child(3)::after {
    content: "";
    display: block;
    border-style: solid;
    border-width: 7px 0 7px 15px;
    border-color: transparent transparent transparent #7567AC;
    position: absolute;
    top: calc(50% - 16px);
    right: -45px;
}
/*.z_blocks.vib .flow__area .Titl{
  position: relative;
}*/
.z_blocks.vib .flow__area .Titl::before {
  content: counter(number);
  counter-increment: number 1;
  background-color: #7567ac;
  width: 20px;
  height: 20px;
  display: inline-flex;
  font-size: 13px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  color: #FFF;
  position: relative;
  top: -1px;
  margin-right: 5px;
}
@media only screen and (max-width: 690px) {
  .z_blocks.vib .flow__area .inn__ {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .z_blocks.vib .flow__area .inn__:nth-child(3)::before,
  .z_blocks.vib .flow__area .inn__:nth-child(3)::after{
    display: none;
  }
  .z_blocks.vib .flow__area .inn__:nth-child(4){
    margin-left: 0;
  }
  .z_blocks.vib .flow__area .inn__:nth-child(4) figure::before,
  .z_blocks.vib .flow__area .inn__:nth-child(4) figure::after{
    display: block;
  }

}



/*__________________________________________________*/

/*業界別導入実績*/
.list_trade {
  display: flex;
  flex-wrap: wrap;
}

.list_trade li {
  width: calc(100% / 6 - 12.5px);
  list-style-type: none;
  font-size: 14px;
  line-height: 1.2;
  margin-right: 15px;
  margin-bottom: 15px;
}

.list_trade li img {
  margin-bottom: 7px;
}

.list_trade li:nth-child(6n) {
  margin-right: 0;
}

@media only screen and (max-width: 979px) {
  .list_trade li {
    width: calc(100% / 3 - 10px);
  }
  .list_trade li:nth-child(6n) {
    margin-right: 15px;
  }
  .list_trade li:nth-child(3n) {
    margin-right: 0;
  }
}

/*装置から選ぶ*/

.list_device {
  display: flex;
  flex-wrap: wrap;
}
.list_device li {
  width: calc(100% / 6 - 8.9px);
  list-style-type: none;
  margin-bottom: 10px;
  margin-right: 10px;
  background: linear-gradient(-60deg,#FFF 50%,#e8f0f9 100%);
  color: #0064c6;
  border-radius: 6px;
  padding: 15px;
  box-shadow: 3px 0px 15px -3px #cacaca;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
  height: 130px;
  display: table;
  vertical-align: middle;
}
.list_device li > div{
  display: table-cell;
  vertical-align: middle;
}
.list_device li .en{
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-top: 10px;
}
.list_device li:nth-child(6n) {
  margin-right: 0;
}

@media only screen and (max-width: 979px) {
  .list_device li {
    width: calc(100% / 4 - 8.9px);
  }
  .list_device li:nth-child(6n) {
    margin-right: 10px;
  }
  .list_device li:nth-child(4n) {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 690px) {
  .list_device li {
    width: calc(100% / 3 - 8.9px);
  }
  .list_device li:nth-child(6n), .list_device li:nth-child(4n) {
    margin-right: 10px;
  }
  .list_device li:nth-child(3n) {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .list_device li {
    width: calc(100% / 2 - 8.9px);
  }
  .list_device li:nth-child(6n), .list_device li:nth-child(4n) {
    margin-right: 0;
  }
  .list_device li:nth-child(3n) {
    margin-right: 10px;
  }
  .list_device li:nth-child(odd) {
    margin-right: 10px;
  }
  .list_device li:nth-child(even){
    margin-right: 0;
  }
}



/*----------------------

特殊バルブ

------------------------*/

.special .col {
  border: 1px solid #dddddd;
  -webkit-box-shadow: 5px 2px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 2px 10px 2px rgba(0, 0, 0, 0.1);
  padding: 30px 10px;
}

.pc_on {
  display: block;
}

@media only screen and (max-width: 690px) {
  .pc_on {
    display: none;
  }
}

/*----------------------

流れ

-----------------------*/

.flow_ver02_2_in .title {
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: normal;
  text-align: center;
}

.flow_ver02_2 .flow_txt {
  float: left;
  width: calc(42% - 147px);
  position: relative;
  margin-bottom: 20px;
}

.flow_ver02_2 .flow_txt .no {
  font-size: 30px;
  border-right: 1px solid #eeeeee4f;
  padding-right: 15px;
  padding-left: 10px;
  margin-right: 15px;
}

.flow_ver02_2 .flow_txt img {
  background-color: #ffffff;
  border-radius: 50%;
}

.flow_ver02_2 .flow_txt:not(:last-child) {
  margin-right: 20px;
}

.flow_ver02_2 .flow_txt:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 16px;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(93% + 30px - 8px);
}

.flow_ver02_2 .flow_txt .txt {
  padding: 5px 6%;
}

.flow_ver02_2 .flow_txt .detail {
  padding: 16px 7% 16px;
}

.flow_item_flex .flow_txt .txt {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.flow_item_flex.flow_ver02_2 .flow_txt .no {
  width: 40px;
  font-size: 26px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 10px;
  margin-right: 10px;
}
.flow_item_flex .flow_txt [class*="flow_icon"] {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-color: #fff;
  margin-right: 10px;
  border-radius: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 500%;
}
.flow_item_flex .flow_txt .flow_icon_contact {
  background-image: url(../image/flow_icon01.png);
  background-size: 50px auto;
}
.flow_item_flex .flow_txt .flow_icon_suggest {
  background-image: url(../image/flow_icon02.png);
  background-size: 45px auto;
}
.flow_item_flex .flow_txt .flow_icon_meeting {
  background-image: url(../image/flow_icon03.png);
  background-size: 45px auto;
}
.flow_item_flex .flow_txt .flow_icon_confirmation {
  background-image: url(../image/flow_icon04.png);
  background-size: 45px auto;
  background-position: 40% center;
}
.flow_item_flex .flow_txt .flow_icon_confirm {
  background-image: url(../image/flow_icon05.png);
  background-size: 45px auto;
  background-position: 40% center;
}
.flow_item_flex .flow_txt .flow_icon_ordering {
  background-image: url(../image/flow_icon06.png);
  background-size: 45px auto;
}
.flow_item_flex .flow_txt .flow_icon_production {
  background-image: url(../image/flow_icon07.png);
  background-size: 45px auto;
}
.flow_item_flex .flow_txt .flow_icon_delivery {
  background-image: url(../image/flow_icon08.png);
  background-size: 45px auto;
}
.flow_item_flex .flow_txt .flow_icon_order {
  background-image: url(../image/flow_icon09.png);
  background-size: 45px auto;
}
.flow_item_flex .flow_txt .no_title {
  display: flex;
  flex-flow: row wrap;
  width: calc(100% - 90px);
  align-self: center;
  font-size:18px;
}



@media only screen and (max-width: 979px) {
  .flow_ver02_2 .flow_txt {
    width: calc(30% - 24px);
    margin-bottom: 20px;
  }
  .flow_ver02_2 .flow_txt:not(:last-child) {
    margin-right: 36px;
  }
  .flow_ver02_2 .flow_txt:not(:last-child)::after {
    left: calc(95% + 18px - 8px);
  }
}

@media only screen and (max-width: 690px) {
  .flow_ver02_2 .flow_ver02_2_in .title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .flow_ver02_2 .flow_txt {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .flow_ver02_2 .flow_txt:not(:last-child)::after {
    border-width: 14px 10px 0 10px;
    top: calc(100% + 20px - 7px);
    left: calc(50% - 5px);
  }

  .flow_item_flex.flow_ver02_2 .flow_txt .no {
    width: 35px;
    font-size: 20px;
  }
  .flow_item_flex .flow_txt .no_title {
    width: calc(100% - 85px);
  }
}







.company {
  background-image: url("../image/company_back.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 50%;
  height: 400px;
  padding: 20px 0;
}

.company .txt {
  width: 60%;
  border: 1px solid #dddddd;
  box-shadow: 5px 2px 10px 2px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 30px 70px;
}
.company_feature {
  font-size: 0;
  color: #0064c6;
  list-style-type: none;
}
.company_feature li {
  position: relative;
  font-size: 20px;
  padding-left: 20px;
  margin-bottom: 10px;
}
.company_feature li::before {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 2px;
  background-color: #000;
  top: 15px;
  left: 0;
}
.bl-hover img {
  opacity: .7;
}
#dcms_layoutPageBlock .bl-hover a {
  text-decoration: none;
}
@media only screen and (max-width: 950px) {
  .company {
    background-position: center;
    background-size: cover;
    height: auto;
  }
  .company .txt {
    width: 100%;
    padding: 30px;
  }
  .img100 img.ceo_name_img {
    max-width: 80%;
  }
}

/*-----------------------------------------------------------------

環境への取り組み

-----------------------------------------------------------------*/

.environment .col {
  align-self: flex-start;
  border: 1px solid #f5f5f5;
  padding-top: 20px;
  margin-right: 0;
}

.environment .col3_311 .gray {
  background-color: #f5f5f5;
}

.environment .col p {
  width: 90%;
  margin-left: 5%;
}

.environment .col img {
  width: 100%;
}

/*--------*/

.feature_box {
  display: flex;
  flex-wrap: wrap;
}

.feature_box_inner {
  max-width: 32%;
  width: 100%;
  margin: 2px;
  border: 4px solid #f5f5f5;
  padding: 20px 10px;
}

.list_a_area li {
  list-style-type: none;
}

.list_a_area li a {
  color: #1a324a;
  position: relative;
  padding-left: 20px
}
html:lang(en) .list_a_area li a {
  display: block;
}

.list_a_area li a:hover {
  text-decoration: underline;
}

.list_a_area li a::before {
  position: absolute;
  left: 0;
  ;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-color: #1A324A;
  border-style: solid;
  border-width: 1px 1px 0 0;
}

@media only screen and (max-width: 979px) {
  .feature_box_inner {
    max-width: 48%;
  }
}

@media only screen and (max-width: 690px) {
  .feature_box_inner {
    max-width: 100%;
  }
}
/*-----3ZERO_block-----*/

.point_img_box {
  display: flex;
  justify-content: space-between;
}

.point_img_box .img100 {
  max-width: 49%;
  width: 100%;
}

.point_img_box .img100 img {
  width: 100%;
}

@media only screen and (max-width: 690px) {
  .point_img_box {
    flex-direction: column;
  }
  .point_img_box .img100 {
    max-width: 100%;
  }
}
/*---------------------------

About Rupture Disc

-----------------------------*/
.flow__blocks{
  margin-bottom: 60px;
}
.flow__blocks dl {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  line-height: 1.2;
}
.flow__blocks dl::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #EEE;
  z-index: -1;
  transform: translateY(-50%);
}
.flow__blocks dl + dl{
  margin-top: 30px;
}
.flow__blocks .en{
  font-size: 12px;
}
.flow__blocks dt, .flow__blocks dd{
  width: calc(50% - 100px);
  background: linear-gradient(0deg,#0064c6,#59a3ee);
  color: #FFF;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 13px 20px;
}
.flow__blocks dt {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.flow__blocks dd{
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.flow__blocks dd.arr {
  position: absolute;
  padding: 0;
  display: block;
  width: 15px;
  height: 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #0064c6;
  background: none;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
}
.flow__blocks dd.arr::before, .flow__blocks dd.arr::after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  top: calc(50% - 15px);
  border-width: 15px 0 15px 15px;
}
.flow__blocks dd.arr::before{
  left: -55px;
  border-color: transparent transparent transparent #3993ea;
}
.flow__blocks dd.arr::after{
  right: -40px;
  border-color: transparent transparent transparent #00458a;
}
@media only screen and (max-width: 690px) {
  .flow__blocks {
    border: 1px solid #0064c6;
    padding: 30px 20px;
    background-color: #edf2f8;
  }
  .flow__blocks dl {
    flex-wrap: wrap;
    flex-direction: column;
    background: #ffffff;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 3px 3px 18px -5px #CCC;
    border: 1px solid #e0e4ef;
  }
  .flow__blocks dl::before {
    display: none;
  }
  .flow__blocks dt, .flow__blocks dd {
    width: 100%;
    background: none;
    color: #333;
    padding: 0px;
  }
  .flow__blocks dd.arr {
    position: relative;
    transform: rotate(90deg);
    width: 10px;
    height: 10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #0064c6;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
  }
  .flow__blocks dd.arr::before, .flow__blocks dd.arr::after{
    display: none;
  }
}

/*安全弁を組合せて設置する場合*/
.instll__blocks {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.instll__blocks .inn_ {
  width: 48%;
  margin-bottom: 40px;
  border: 1px solid #DDD;
  padding: 40px;
  border-radius: 6px;
  box-shadow: 0 0 25px -4px #DDD;
}
.instll__blocks .svg{
  width: 100%;
}
.instll__blocks .svg img {
  width: auto;
  max-height: 250px;
}
.instll__blocks .elemnt_{
  width: 100%;
}
dl.dl__tbl{
  line-height: 1.2;
}
dl.dl__tbl + dl.dl__tbl{
  margin-top: 25px;
}
.dl__tbl dt {
  position: relative;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 6px;
  margin-bottom: 8px;
  font-weight: bold;
  color: #4a4a4a;
}
.dl__tbl dt::before{
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100px;
  height: 2px;
  background-color: #0064c6;
}
.dl__tbl dd {
  display: flex;
  align-items: center;
}
.dl__tbl dd .marks__ {
  margin-right: 10px;
}
.marks__ {
  display: inline-block;
  padding: 6px 8px;
  color: #FFF;
  background-color: #0064c6;
  border-radius: 50px;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1;
}
.dl__tbl dd > ol{
  width: 100%;
}
@media only screen and (max-width: 690px) {
  .instll__blocks{
    display: block;
  }
  .instll__blocks .inn_ {
    display: block;
    width: 100%;
    padding: 20px;
  }
  .instll__blocks .svg img {max-height: 180px; }

}

/*安全弁との作動比較*/
#Compzn{
  position: relative;
}
#Compzn::after{
  content: "";
  display: block;
  width: 100px;
  height: 60px;
  background-color: #0064c6;
  margin: auto;
}
#Compzn.___end::after{
  display: none;
}
#Compzn .LeadTitl {
  position: absolute;
  top: 30px;
  left: 60px;
  display: inline-flex;
  font-size: 22px;
  line-height: 1.2;
  padding: 0;
  font-weight: normal;
  z-index: 1;
}
#Compzn .num {
  font-size: 16px;
  background-color: #1a324a;
  padding: 5px;
  position: absolute;
  top: 0;
  left: 20px;
  color: #FFF;
  z-index: 1;
  height: 60px;
  display: flex;
  align-items: flex-end;
  width: 25px;
  justify-content: center;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
}
#Compzn .instll__blocks{
  position: relative;
  margin-bottom: 0;
}
#Compzn .instll__blocks .inn_{
  position: relative;
  padding: 80px 40px 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  border: 6px solid #ebebeb;
}
#Compzn .instll__blocks .inn_::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 70%;
  background-color: #DDD;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#Compzn .instll__blocks .col{
  width: 45%;
}
#Compzn .instll__blocks .svg img {
  max-height: 160px;
}
#Compzn .marks__ {
  background-color: #f95f5f;
  display: inline-block;
  margin-left: 20px;
}
#Compzn .dl__tbl dt {
  display: flex;
  justify-content: center;
  background-color: #b2d2f1;
  font-weight: normal;
  border: none;
  align-items: center;
  padding: 6px;
}
#Compzn .dl__tbl dt::before{
  display: none;
}
.feat__blocks {
  border-radius: 6px;
  padding: 15px;
  background-color: #1a324a;
  width: 100%;
  margin: 0 auto 60px;
  color: #FFF;
  font-size: 13px;
}
.feat__blocks .leadTitl {
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  line-height: 1.2;
  padding-bottom: 7px;
  margin-bottom: 13px;
  font-size: 16px;
}
.feat__blocks .list_disc {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.feat__blocks .list_disc li{
  margin-bottom: 0;
}
.feat__blocks .list_disc li + li{
  margin-left: 40px;
}

@media only screen and (max-width: 690px) {
  #Compzn .instll__blocks .inn_ {
    display: block;
    padding: 80px 0 40px;
  }
  #Compzn .instll__blocks .col {
    width: 100%;
    padding: 0 4%;
  }
  #Compzn .instll__blocks .col + .col{
    margin-top: 30px;
    border-top: 6px solid #ebebeb;
  }
  #Compzn .instll__blocks .inn_::after{
    display: none;
  }
  .feat__blocks .list_disc{
    display: block;
  }
  .feat__blocks .list_disc li + li {
    margin-left: 20px;
    margin-top: 10px;
  }
}

.assist_catalog {
  background-color: #f5f5f5;
  padding: 20px;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
}
.assist_catalog_in {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.assist_catalog_item_only {
  width: 100%;
}
.assist_catalog_item {
  width: 49%;
}
.assist_catalog .list_disc li {
  margin-left: 5px;
}

@media only screen and (max-width: 690px) {
  .assist_catalog {
    padding: 15px;
  }
  .assist_catalog_item {
    width: 100%;
  }
}
.cv_style04_in.cv_item_vertial_align {
  max-width: 1120px;
}
.cv_item_vertial_align .col {
  background-color: #fff;
  padding: 30px 25px 40px;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.05);
}
.cv_item_vertial_align .cv_style04_btn + .cv_style04_btn {
  margin-top: 15px;
}
.cv_item_vertial_align .cv_style04_tel .cv_style04_num +.cv_style04_num {
  margin-top: 15px;
}

@media only screen and (max-width: 690px) {
  .cv_style04_in.cv_item_vertial_align {
    width: calc(100% - 5%);
  }
  .cv_item_vertial_align .col {
    padding: 25px 15px 30px;
  }
  .cv_item_vertial_align .cv_style04_btn + .cv_style04_btn {
    margin-top: 10px;
  }
  .cv_item_vertial_align .cv_style04_tel .cv_style04_num +.cv_style04_num {
    margin-top: 10px;
  }
}

/* rupture disc add */
.col3_m_333.flex-jc, .col3_m_332.flex-jc, .col3_m_331.flex-jc, .col3_m_323.flex-jc, .col3_m_322.flex-jc, .col3_m_321.flex-jc, .col3_m_313.flex-jc, .col3_m_312.flex-jc, .col3_m_311.flex-jc, .col3_333.flex-jc, .col3_332.flex-jc, .col3_331.flex-jc, .col3_323.flex-jc, .col3_322.flex-jc, .col3_321.flex-jc, .col3_313.flex-jc, .col3_312.flex-jc, .col3_311.flex-jc {
  justify-content: center;
}

@media only screen and (min-width: 980px) {
.col3_m_333.col_small .col,
.col3_m_332.col_small .col,
.col3_m_331.col_small .col,
.col3_m_323.col_small .col,
.col3_m_322.col_small .col,
.col3_m_321.col_small .col,
.col3_m_313.col_small .col,
.col3_m_312.col_small .col,
.col3_m_311.col_small .col {
    width: calc(25% - 19.2px);
    margin-right: 24px;
    margin-bottom: 24px;
}
}

/* en page add */
.word-break-all {
  word-break: break-all !important;
}
