@charset "UTF-8";
/* ==================================================
	breadcrumb（パンくず）
================================================== */
#breadcrumb {
  display: none;
  padding: 10px 0;
  margin-bottom: 40px;
}

#breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#breadcrumb li {
  font-size: 13px;
  margin-right: 10px;
}

#breadcrumb li:first-child {
  color: #28a1c4;
  text-align: left;
  font-weight: bold;
}

#breadcrumb li::before {
  content: "";
  margin-right: 6px;
  color: #28a1c4;
  font-size: 15px;
  font-family: FontAwesome;
}

#breadcrumb li:first-of-type::before {
  display: none;
}

#breadcrumb li a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

#breadcrumb li a:hover {
  text-decoration: underline;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 767px) {
  #breadcrumb {
    display: block;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* ========== end △ */
/* ==================================================
	pagination
================================================== */
.pagination {
  margin-top: 30px;
}

.pagination .prev {
  float: left;
}

.pagination .next {
  float: right;
}

.pagination .back {
  text-align: center;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 767px) {
  .pagination {
    margin-top: 50px;
  }
}

/* ========== end △ */
body {
  background: #f3f4f5;
}

.cm_tt_spec {
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.cm_tt_spec:after {
  width: 100%;
  height: 5px;
  background: #003399;
  position: absolute;
  content: "";
  left: 0;
  z-index: 1;
  top: 30px;
}

.cm_tt_spec span {
  position: relative;
  z-index: 2;
  padding: 0 30px;
  background: #f3f4f5;
}

.cm_tt2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 36px;
}

.cm_tt2 figure {
  margin-bottom: 10px;
}

.cm_tt3 {
  padding-left: 30px;
  font-size: 25px;
  margin-bottom: 25px;
  background: url(../company/images/number4.png) no-repeat left center;
}

.cm_tt4 {
  padding-left: 30px;
  font-size: 24px;
  margin-bottom: 5px;
  color: #003399;
  background: url(../company/images/number4.png) no-repeat left center;
}

.tt_page {
  background: url(../company/images/tt_page_bg.png) no-repeat center top;
}

.tt_page.contact {
  background: url(../contact/images/tt_page_bg.png) no-repeat center top;
}

.tt_page.nrc {
  background: url(../nrc/images/tt_page_bg.png) no-repeat center top;
}

.tt_page.crack {
  background: url(../crack/images/tt_page_bg.png) no-repeat center top;
}

.tt_page.tile {
  background: url(../tile/images/tt_page_bg.png) no-repeat center top;
}

.tt_page.leaking {
  background: url(../leaking/images/tt_page_bg.png) no-repeat center top;
}

.tt_page .container {
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tt_page .container h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tt_page .container h1 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 42px;
  color: #003399;
  font-weight: bold;
  background: #eae9dc;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  line-height: 1;
  padding: 0 80px 5px;
}

/* company_sec */
.company_sec .box1 .container .wrap_content {
  padding-top: 100px;
}

.company_sec .box1 .container .wrap_content .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
}

.company_sec .box1 .container .wrap_content .content .left {
  width: 680px;
  margin-right: -100px;
  background: rgba(255, 255, 255, 0.795);
  padding: 30px 30px;
  position: relative;
  z-index: 2;
  height: 380px;
}

.company_sec .box1 .container .wrap_content .content .left h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.company_sec .box1 .container .wrap_content .content .left h3 span {
  margin-right: 30px;
}

.company_sec .box1 .container .wrap_content .content .left h3 strong {
  font-size: 32px;
  color: #003399;
}

.company_sec .box1 .container .wrap_content .content .right {
  margin-top: -60px;
  position: relative;
  z-index: 1;
}

.company_sec .box1 .container .wrap_content .content:nth-child(even) .left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 0;
  margin-left: -120px;
  padding-left: 140px;
}

.company_sec .box1 .container .wrap_content .content:nth-child(even) .right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.company_sec .box2 {
  background: url(../company/images/bg1.jpg) no-repeat center top;
  padding: 70px 0;
  background-size: cover;
}

.company_sec .box2 .container p {
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
}

.company_sec .box2 .container p:last-child {
  margin-bottom: 0;
}

.company_sec .box3 {
  padding: 70px 0;
}

.company_sec .box3 .container table {
  margin-bottom: 50px;
}

.company_sec .box3 .container table tr th {
  border: 1px solid #343956;
  background: #63afce;
  padding: 15px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 30%;
}

.company_sec .box3 .container table tr td {
  border: 1px solid #343956;
  padding: 15px 50px;
}

.company_sec .box3 .container table tr td ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company_sec .box3 .container table tr td ul li {
  margin-right: 50px;
}

.company_sec .box3 .container .map {
  margin-bottom: 20px;
}

.company_sec .box3 .container .map_text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company_sec .box3 .container .map_text ul li {
  margin-right: 20px;
}

.company_sec .box4 {
  background: #fff;
  padding: 70px 0;
}

.company_sec .box4 .container .wrap_content {
  margin-bottom: 50px;
}

.company_sec .box4 .container .wrap_content .inner {
  height: 316px;
  overflow: hidden;
  margin-bottom: 50px;
}

.company_sec .box4 .container .wrap_content .inner.ac {
  background: #fff;
  height: 100%;
}

.company_sec .box4 .container .wrap_content:last-child {
  margin-bottom: 0;
}

.company_sec .box4 .container table tr:nth-child(1) td {
  border: 1px solid #343956;
  background: #63afce;
  padding: 15px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 30%;
}

.company_sec .box4 .container table tr td {
  border: 1px solid #343956;
  padding: 15px 50px;
}

/* contact */
.contact_sec .box1 {
  margin-bottom: 100px;
}

.contact_sec .box1 .container p {
  margin-bottom: 40px;
}

.contact_sec .box1 .container p a {
  color: #003399;
}

.contact_sec .box1 .container form .ninni {
  background: #003399;
  width: 44px;
  text-align: center;
  line-height: 25px;
  font-weight: normal;
  float: right;
  font-size: 13px;
  color: #fff;
  position: absolute;
  left: 20px;
  top: 0;
}

.contact_sec .box1 .container form .hissu {
  background: #00a73c;
  color: #fff;
  width: 44px;
  text-align: center;
  line-height: 25px;
  font-weight: normal;
  float: right;
  font-size: 13px;
  position: absolute;
  left: 20px;
  top: 0%;
}

.contact_sec .box1 .container form .wrap_table {
  background: #f8f8f8;
  padding: 25px;
  margin-bottom: 50px;
}

.contact_sec .box1 .container form table {
  width: 100%;
}

.contact_sec .box1 .container form table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #171b1f;
  padding: 10px 0;
}

.contact_sec .box1 .container form table tr:last-child {
  border-bottom: 1px solid #171b1f;
}

.contact_sec .box1 .container form table tr .inner {
  height: auto !important;
}

.contact_sec .box1 .container form table tr th {
  width: 305px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  padding: 30px 0;
  height: auto;
  background: #fff;
}

.contact_sec .box1 .container form table tr th strong {
  font-weight: normal;
}

.contact_sec .box1 .container form table tr th .inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px 0px 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
}

.contact_sec .box1 .container form table tr th .inner p {
  margin-top: -30px;
}

.contact_sec .box1 .container form table tr td {
  padding: 20px 40px;
  width: 945px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_sec .box1 .container form table tr td .w70 {
  width: 70%;
}

.contact_sec .box1 .container form table tr td .red {
  color: red;
}

.contact_sec .box1 .container form table tr td .wrap {
  width: 100%;
}

.contact_sec .box1 .container form table tr td .wrap .flex_spec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_sec .box1 .container form table tr td .wrap .flex_spec .w100 {
  width: 35%;
}

.contact_sec .box1 .container form table tr td p {
  margin-bottom: 20px;
}

.contact_sec .box1 .container form table tr td p:last-child {
  margin-bottom: 0;
}

.contact_sec .box1 .container form table tr td .w60 {
  width: 180px;
}

.contact_sec .box1 .container form table tr td .list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.contact_sec .box1 .container form table tr td .list1 li {
  width: 23%;
  margin-bottom: 10px;
}

.contact_sec .box1 .container form table tr td .list1 li input[type="radio"] {
  height: auto;
}

.contact_sec .box1 .container form table tr td .list1 li:last-child {
  width: 100%;
  margin-bottom: 0;
}

.contact_sec .box1 .container form table tr td .list1 li:last-child .w100 {
  width: 100%;
  margin-top: 10px;
  margin-left: 5px;
}

.contact_sec .box1 .container form table tr td .list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.contact_sec .box1 .container form table tr td .list2 li {
  width: 23%;
  margin-bottom: 10px;
}

.contact_sec .box1 .container form table tr td .list2 li input[type="radio"] {
  height: auto;
}

.contact_sec .box1 .container form table tr td .spec_blue {
  display: inline-block;
  margin-left: 10px;
  text-decoration: none;
  height: 38px;
  width: 80px;
  text-align: center;
  line-height: 38px;
  background: #000;
  color: #fff;
  font-weight: bold;
  border: 1px solid #000;
}

.contact_sec .box1 .container form table tr td .spec_blue:hover {
  background: #fff;
  color: #000;
}

.contact_sec .box1 .container form table tr td .spec {
  margin: 10px 0;
}

.contact_sec .box1 .container form table tr td .w360 {
  width: 480px;
  margin-left: 10px;
}

.contact_sec .box1 .container form table tr td .w370 {
  width: 360px;
}

.contact_sec .box1 .container form table tr td .w490 {
  width: 430px;
}

.contact_sec .box1 .container form table tr td .w130 {
  width: 130px;
  margin-left: 10px;
}

.contact_sec .box1 .container form table tr td .w100 {
  width: 100%;
}

.contact_sec .box1 .container form table tr td input,
.contact_sec .box1 .container form table tr td select {
  border: 1px solid #dadada;
  height: 40px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.contact_sec .box1 .container form table tr td textarea {
  border: 1px solid #dadada;
  height: 150px;
  width: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.contact_sec .box1 .container form table tr td .flex_spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact_sec .box1 .container form table tr td .zip {
  display: inline-block;
  color: #4da1ff;
  margin-left: 20px;
  background: url(../common_img/side_row.png) no-repeat left center;
  padding-left: 20px;
}

.contact_sec .box1 .container form .box_submit {
  text-align: center;
  font-size: 14px;
  margin: 40px 0 0;
}

.contact_sec .box1 .container form .box_submit a {
  color: #2e50cd;
}

.contact_sec .box1 .container form .box_submit.confirm input {
  padding: 10px 20px;
  width: 224px;
  cursor: pointer;
  margin-bottom: 5px;
  color: #333;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.contact_sec .box1 .container form .box_submit.confirm input:hover {
  background: #f4c2c1;
  color: #fff;
  border: 1px solid #4d4d4c;
}

.contact_sec .box1 .container form .link_spec {
  margin-top: 10px;
}

.contact_sec .box1 .container form .btn_sec_wrap {
  position: relative;
  width: 320px;
  margin: 20px auto 20px;
}

.contact_sec .box1 .container form .btn_sec_wrap .btn_confirm2 {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: none;
  display: inline-block;
  width: 325px;
  background: #003399 url(../images/tt2_icon7.png) no-repeat right bottom;
  color: #fff;
  text-decoration: none;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}

.contact_sec .box1 .container form .btn_sec_wrap .btn_confirm2:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.contact_sec .box2 {
  padding: 70px 0;
}

.contact_sec .box2 .container p {
  margin-bottom: 20px;
}

.contact_sec .box2 .container ul {
  padding: 20px;
  background: #e1f5f7;
  margin-bottom: 20px;
}

.contact_sec .box2 .container ul li {
  margin-bottom: 10px;
}

.contact_sec .box2 .container ul li:last-child {
  margin-bottom: 0;
}

/* nrc */
.btn1.flex_jus_start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 30px;
}

.cm_page .box3 p .color1 {
  color: #003399;
}

.cm_page .box3 p .color2 {
  color: #00a73c;
}

.cm_page .box3 .nrc_sec3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cm_page .box3 .nrc_sec3 .content {
  width: 567px;
  margin-bottom: 40px;
}

.cm_page .box3 .nrc_sec3 .content figure {
  margin-bottom: 15px;
  position: relative;
}

.cm_page .box3 .nrc_sec3 .content figure:after {
  display: block;
  content: "";
  width: 32px;
  height: 100%;
  background: url(../nrc/images/nrc_step_row.png) no-repeat center center;
  position: absolute;
  right: -75px;
  top: 0;
}

.cm_page .box3 .nrc_sec3 .content:nth-child(2n) figure:after {
  display: none;
}

.cm_page .box3 .nrc_sec3 .content h3 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 24px;
}

.cm_page .box3 .nrc_sec3 .content h3::first-letter {
  color: #003399;
  font-size: 30px;
}

.cm_page .box3 .nrc_sec2 {
  padding: 45px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
}

.cm_page .box3 .nrc_sec2 .left {
  width: 48%;
}

.cm_page .box3 .nrc_sec2 .left dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #63afce;
}

.cm_page .box3 .nrc_sec2 .left dl dt {
  width: 106px;
  background: url(../nrc/images/nrc_step1.png) no-repeat center top;
  height: 55px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  padding-top: 5px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #003399;
}

.cm_page .box3 .nrc_sec2 .left dl dt span {
  display: block;
  width: 100%;
  font-size: 24px;
  margin-top: -10px;
}

.cm_page .box3 .nrc_sec2 .left dl dd {
  color: #fff;
  padding-left: 30px;
  font-weight: bold;
  font-size: 18px;
  padding-top: 12px;
}

.cm_page .box3 .nrc_sec2 .left .row {
  text-align: center;
  margin: 20px auto 10px;
}

.cm_page .box3 .nrc_sec1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cm_page .box3 .nrc_sec1 .content {
  width: 404px;
  margin-right: 19px;
  margin-bottom: 40px;
}

.cm_page .box3 .nrc_sec1 .content p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cm_page .box3 .nrc_sec1 .content p span {
  background: #01a63c;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 15px;
  border-radius: 100%;
  min-width: 30px;
  height: 30px;
  margin-right: 10px;
}

.cm_page .box3 .nrc_sec1 .content figure {
  margin-bottom: 15px;
}

.cm_page .box3 .nrc_sec1 .content:nth-child(3n) {
  margin-right: 0;
}

.cm_page .box3 .d_add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cm_page .box3 .d_add .left {
  width: 340px;
}

.cm_page .box3 .d_add .left ul li {
  background: #63afce;
  padding: 30px;
  margin-bottom: 85px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  position: relative;
}

.cm_page .box3 .d_add .left ul li:after {
  display: block;
  content: "";
  width: 100%;
  height: 41px;
  background: url(../tile/images/c_add_row.png) no-repeat center center;
  bottom: -60px;
  position: absolute;
  left: 0;
}

.cm_page .box3 .d_add .left ul li:last-child:after {
  display: none;
}

.cm_page .box3 .d_add .left ul li span {
  position: absolute;
  right: 10px;
  bottom: 5px;
}

.cm_page .box3 .d_add .left ul li:last-child {
  margin-bottom: 0;
}

.cm_page .box3 .d_add .right {
  width: 820px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cm_page .box3 .d_add .right .in_right {
  width: 369px;
}

.cm_page .box3 .d_add .right .in_right .in_right_content {
  margin-bottom: 30px;
}

.cm_page .box3 .d_add .right .in_right .in_right_content figure {
  margin-bottom: 15px;
}

.cm_page .box3 .d_add .right .in_right .in_right_content h3 {
  font-size: 16px;
  font-weight: bold;
  font-weight: normal;
}

.cm_page .box3 .d_add .right .in_right .in_right_content h3 span {
  font-size: 30px;
}

.cm_page .box3 .crack_wrap1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cm_page .box3 .crack_wrap1 .content {
  width: 286px;
  margin-right: 25px;
  margin-bottom: 40px;
}

.cm_page .box3 .crack_wrap1 .content figure {
  margin-bottom: 20px;
  position: relative;
}

.cm_page .box3 .crack_wrap1 .content figure:after {
  display: block;
  width: 16px;
  height: 100%;
  background: url(../leaking/images/add_row.png) no-repeat center center;
  right: -20px;
  position: absolute;
  content: "";
  top: 0;
}

.cm_page .box3 .crack_wrap1 .content:nth-child(4n) {
  margin-right: 0;
}

.cm_page .box3 .crack_wrap1 .content:nth-child(4n) figure:after {
  display: none;
}

.cm_page .box3 .crack_wrap1 .content:last-child figure:after {
  display: none;
}

.cm_page .box3 .crack_add2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cm_page .box3 .crack_add2 li {
  width: 49%;
}

.cm_page .box3 .wrap_content2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cm_page .box3 .wrap_content2.smaller .wrap_content2_inner {
  width: 172px;
  background: #63afce;
}

.cm_page .box3 .wrap_content2.smaller .wrap_content2_inner .wrap_content2_content {
  padding: 10px 0;
  text-align: center;
  min-height: 80px;
}

.cm_page .box3 .wrap_content2.smaller .wrap_content2_inner p {
  color: #fff;
  font-weight: bold;
}

.cm_page .box3 .wrap_content2.smaller .wrap_content2_inner figure {
  margin-bottom: 0;
}

.cm_page .box3 .wrap_content2.smaller .wrap_content2_inner:after {
  right: -30px;
}

.cm_page .box3 .wrap_content2.smaller.leaking {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cm_page .box3 .wrap_content2.smaller.leaking .wrap_content2_inner {
  width: auto;
  max-width: 158px;
}

.cm_page .box3 .wrap_content2.smaller.leaking .wrap_content2_inner .wrap_content2_content {
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cm_page .box3 .wrap_content2.smaller.leaking .wrap_content2_inner:after {
  background: url(../leaking/images/add_row.png) no-repeat center center;
  right: -20px;
}

.cm_page .box3 .wrap_content2.smaller.leaking .wrap_content2_inner p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -1px;
}

.cm_page .box3 .wrap_content2.smaller.leaking .wrap_content2_inner .ver_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 200px;
  width: 60px;
}

.cm_page .box3 .wrap_content2.smaller.leaking .wrap_content2_inner .ver_text p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  letter-spacing: 2px;
}

.cm_page .box3 .wrap_content2 .wrap_content2_inner {
  width: 225px;
  background: #e1f5f7;
  position: relative;
}

.cm_page .box3 .wrap_content2 .wrap_content2_inner:after {
  display: block;
  width: 16px;
  height: 100%;
  right: -25px;
  background: url(../tile/images/b_add_row.png) no-repeat center center;
  position: absolute;
  content: "";
  top: 0;
}

.cm_page .box3 .wrap_content2 .wrap_content2_inner:last-child:after {
  display: none;
}

.cm_page .box3 .wrap_content2 .wrap_content2_inner .wrap_content2_content {
  padding: 20px;
  position: relative;
}

.cm_page .box3 .wrap_content2 .wrap_content2_inner .wrap_content2_content h4 {
  color: #00a73c;
  font-size: 18px;
  margin-bottom: 10px;
}

.cm_page .box3 .wrap_table2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cm_page .box3 .wrap_table2 .left {
  width: 48%;
}

.cm_page .box3 .wrap_table2 .left h3 {
  margin-bottom: 10px;
  font-size: 16px;
}

.cm_page .box3 .wrap_table2 .left table {
  margin-bottom: 10px;
}

.cm_page .box3 .wrap_table2 .left table tr th {
  border: 1px solid #333;
  padding: 10px;
}

.cm_page .box3 .wrap_table2 .left table tr td {
  padding: 10px;
  border: 1px solid #333;
}

.cm_page .add_sec1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}

.cm_page .add_sec1 .add_content {
  width: 225px;
}

.cm_page .add_sec1 .add_content h3 {
  background: #e1f5f7;
  color: #00a73c;
  text-align: center;
  font-size: 18px;
  padding: 15px 0;
}

.cm_page .add_sec1 .add_content .inner {
  padding: 10px 0;
  background: #fff;
  text-align: center;
}

.cm_page .add_sec1 .add_content:last-child h3 {
  color: #003399;
}

.cm_page .add_sec2 .ac1 {
  display: inline-block;
  padding: 8px 20px;
  background: #63afce;
  color: #fff;
  margin-bottom: 20px;
}

.cm_page .add_sec2 .cm_tt4 {
  margin-bottom: 30px;
}

.cm_page .cm_tt5 {
  border-left: 7px solid #003399;
  font-size: 30px;
  padding-left: 15px;
  color: #003399;
  margin-bottom: 30px;
}

.cm_page .list_style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cm_page .list_style1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cm_page .list_style1 ul .arrow {
  margin: auto 1px auto 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cm_page .cm_content1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.cm_page .cm_content1.three .inner {
  width: 31%;
}

.cm_page .cm_content1 .inner {
  width: 295px;
  background: #fff;
  border-top: 5px solid #00a73c;
  padding: 20px 20px 60px;
}

.cm_page .cm_content1 .inner h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.cm_page .cm_content1 .inner h3::first-letter {
  font-size: 30px;
  color: #003399;
}

.cm_page .cm_content2 {
  border: 2px dashed #2e50cd;
  width: 900px;
  margin: 0 auto 70px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cm_page .cm_content2 .left {
  margin-right: 30px;
  padding: 0 30px;
}

.cm_page .cm_content2 .right h3 {
  font-size: 24px;
  background: #f8e006;
  display: inline-block;
  padding: 5px 40px;
  margin-bottom: 20px;
}

.cm_page .cm_content2 .right h3 span {
  font-size: 30px;
  color: #003399;
}

.cm_page .cm_content2 .right p {
  margin-bottom: 20px;
  font-size: 16px;
}

.cm_page .cm_content2 .right p:last-child {
  margin-bottom: 0;
}

.cm_page .cm_content3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cm_page .wrap_table1 {
  margin-bottom: 70px;
}

.cm_page .wrap_table1 table tr:first-child th {
  border: 1px solid #343956;
  background: #63afce;
  padding: 20px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.cm_page .wrap_table1 table tr:first-child th:first-child {
  background: #63afce;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.cm_page .wrap_table1 table tr th:first-child {
  border: 1px solid #343956;
  background: #e1f5f7;
  padding: 20px 10px;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

.cm_page .wrap_table1 table tr td {
  border: 1px solid #343956;
  padding: 5px 20px;
}

.cm_page .wrap_table1 table tr td.spec {
  background: none !important;
}

.cm_page .wrap_table1 table tr td:first-child {
  background: #e1f5f7;
}

.cm_page .wrap_table1 table tr td.normal {
  background: #fff;
}

.cm_page .wrap_table3 table tbody tr th {
  border: 1px solid #333;
  padding: 10px;
}

.cm_page .wrap_table3 table tbody tr td {
  padding: 10px;
  border: 1px solid #333;
}

.cm_page .tr_no_color table tr td:first-child {
  background: transparent;
}

.cm_page .cm_menu2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px;
}

.cm_page .cm_menu2 li {
  margin: 0 60px;
}

.cm_page .cm_menu2 li a {
  background: url(../nrc/images/bg_btn.png) no-repeat center bottom;
  height: 60px;
  width: 326px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.cm_page .cm_menu2 li a:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.cm_page .cm_menu2.large {
  margin-bottom: 0;
}

.cm_page .cm_menu2.large li {
  margin: 0 10px 20px;
}

.cm_page .cm_menu3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px;
}

.cm_page .cm_menu3 li {
  margin: 0 45px;
}

.cm_page .cm_menu3 li a {
  background: url(../nrc/images/bg_btn2.png) no-repeat center bottom;
  height: 50px;
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.cm_page .cm_menu3 li a:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.cm_page .wrap_content1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}

.cm_page .wrap_content1 .left {
  background: #fff;
  padding: 50px 40px;
}

.cm_page .wrap_content1 .left h3 {
  margin-bottom: 10px;
}

.cm_page .wrap_content1 .left p {
  margin-bottom: 20px;
}

.cm_page .wrap_content1 .left p:last-child {
  margin-bottom: 0;
}

.cm_page .wrap_content1 .right {
  margin-left: 50px;
}

.cm_page .cm_sec1 {
  background: url(../tile/images/row2.png) no-repeat center top;
  padding: 35px 0 60px;
  text-align: center;
}

.cm_page .cm_sec1.big {
  background: url(../tile/images/row.png) no-repeat center top;
  padding: 35px 0 50px;
}

.cm_page .cm_sec1 h2 {
  font-size: 30px;
  color: #003399;
  margin-bottom: 15px;
}

.cm_page .cm_sec1 h3 {
  color: #00a73c;
  font-size: 30px;
}

.cm_page .content_bg {
  background: url(../nrc/images/bg.png) no-repeat center top;
  margin: 0 -67px;
  padding: 85px 170px;
}

.cm_page .content_bg .inner {
  background: rgba(255, 255, 255, 0.7);
  padding: 50px;
}

.cm_page .content_bg .inner h3 {
  margin-bottom: 20px;
}

.cm_page .box1 {
  padding-bottom: 50px;
}

.cm_page .yellow_bg {
  background: #eae9dc;
  padding: 50px 0;
}

.cm_page .yellow_bg .content1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cm_page .yellow_bg .content1 .left {
  margin-right: 50px;
  width: 700px;
}

.cm_page .yellow_bg .content1 .right h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
}

.cm_page .box3 {
  padding: 70px 0;
}

.cm_page .cm_content4 .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cm_page .cm_content4 .container ul li {
  width: 395px;
}

.cm_page .cm_content4 .container ul li a {
  background: #fff;
  border-left: 7px solid #003399;
  display: block;
  text-align: center;
  padding: 12px 10px;
  text-decoration: none;
  position: relative;
  font-size: 18px;
  font-weight: bold;
}

.cm_page .cm_content4 .container ul li a:hover {
  border-left: 7px solid #00a73c;
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.cm_page .cm_content4 .container ul li a:before {
  right: -5px;
  background: #e2e2e2;
  position: absolute;
  bottom: -5px;
  height: 100%;
  width: 5px;
  content: "";
  display: block;
}

.cm_page .cm_content4 .container ul li a:after {
  left: 5px;
  background: #e2e2e2;
  position: absolute;
  bottom: -5px;
  height: 5px;
  width: 100%;
  content: "";
  display: block;
}

.cm_page .cm_content4 .container ul li a p {
  font-weight: bold;
  color: #000;
  font-size: 18px;
}

.cm_page .cm_content4 .container ul li a figure {
  margin-bottom: 10px;
}

.cm_page .style1 {
  margin-top: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cm_page .style1 .style1_left,
.cm_page .style1 .style1_right {
  width: calc(50% - 59px);
}

.cm_page .style1 .style1_item {
  margin-bottom: 71px;
  position: relative;
}

.cm_page .style1 .style1_item::before {
  content: "";
  position: absolute;
  background: url("./../tile/images/icon_arrow_down.png") no-repeat center top;
  width: 100%;
  height: 24px;
  bottom: -48px;
}

.cm_page .style1 .style1_item:last-child::before {
  content: none;
}

.cm_page .style1 .style1_item .style1_img figure {
  border: 2px solid #00a73c;
  border-bottom: 0;
  overflow: hidden;
}

.cm_page .style1 .style1_item .style1_body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #00a73c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background-color: #eae9dc;
}

.cm_page .style1 .style1_item .style1_body .number {
  width: 80px;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 32px;
  font-weight: bold;
  color: white;
  background-color: #00a73c;
}

.cm_page .style1 .style1_item .style1_body .style1_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cm_page .style1 .style1_item .style1_body .style1_text h3 {
  font-size: 24px;
}

.cm_page .style1 .style1_item .style1_body .style1_text .sub_title {
  font-size: 18px;
}

.cm_page .style2 {
  margin-top: 56px;
}

.cm_page .style2 .content {
  position: relative;
}

.cm_page .style2 .content::before {
  content: "";
  position: absolute;
  background: url("./../tile/images/icon_arrow_right.png") no-repeat center 40%;
  width: 16px;
  height: 100%;
  right: -18px;
}

.cm_page .style2 .content:nth-child(3n)::before {
  content: none;
}

.w49 {
  width: 49% !important;
}

/* start section leaking list */
.leaking_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.leaking_list li .center {
  padding: 29px 50px 30px 55px;
  width: 488px;
}

.leaking_list li .center h3 {
  font-size: 24px;
  margin-bottom: 24px;
}

.leaking_list li .center h3::first-letter {
  color: #003399;
  font-size: 30px;
}

.leaking_list li .center h3 strong {
  letter-spacing: 2px;
  color: #003399;
  font-size: 30px;
}

.fs18px {
  font-size: 18px;
  font-weight: bold;
}

/* end section leaking list */
/* page tile */
.diagram01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.diagram01 .item {
  width: 174px;
  background-color: #63afce;
  padding-bottom: 13px;
  position: relative;
}

.diagram01 .item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 100%;
  background: url("./../tile/images/b_add_row.png") no-repeat center center;
  right: -30px;
}

.diagram01 .item:last-child {
  margin-right: 0;
}

.diagram01 .item:last-child::before {
  content: none;
}

.diagram01 .item .text01,
.diagram01 .item .text02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.diagram01 .item .text01 p,
.diagram01 .item .text02 p {
  line-height: 1.8;
  color: #fff;
  font-weight: bold;
}

.diagram01 .item .text01 {
  min-height: 70px;
  padding: 5px 0px;
}

.diagram01 .item .text02 {
  min-height: 84px;
  padding: 5px 0px;
}

.diagram01 .item:first-child .img01 {
  padding-bottom: 22px;
}

/* end page tile */
/*# sourceMappingURL=content.css.map */