@charset "UTF-8";
/*------------------------------------------------------------
	effect_common
------------------------------------------------------------*/
/*---- color ----*/
/*---- effect ----*/
.link_effect, #container section ul.product_index li a:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  color: #FFF;
}

.link_effect_2, #other_item ul li:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  opacity: 0.65;
}

.no_effect {
  -webkit-transition: 0;
  -moz-transition: 0;
  -o-transition: 0;
  transition: 0;
  text-decoration: none;
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  opacity: 1;
  color: inherit;
}

.no_effect_2 {
  -webkit-transition: 0;
  -moz-transition: 0;
  -o-transition: 0;
  transition: 0;
  text-decoration: none;
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  opacity: 1;
}

/*------------------------------------------------------------
	product.html
------------------------------------------------------------*/
#container section {
  margin-bottom: 60px;
}
#container section h3 {
  background-color: inherit;
  padding-bottom: 8px;
  margin: 40px auto 18px;
  border-bottom: 2px solid #2d938a;
  font-size: 1.6em;
  color: #2d938a;
}
#container section h4 {
  background-color: #2d938a;
  padding: 10px 4%;
  margin: 0 0 24px;
  color: #FFF;
  font-size: 1.6em;
}
#container section h5 {
  padding-bottom: 8px;
  margin: 40px auto 16px;
  border-bottom: 1px solid #2d938a;
  font-size: 1.5em;
  color: #2d938a;
}
#container section h5.title_sub {
  padding-bottom: 0;
  margin: 24px auto 4px;
  border: none;
  font-size: 1.14em;
  color: #2d938a;
  text-align: left;
}
#container section video {
  width: 880px;
  height: auto;
}
#container section .bottom_sp,
#container section .mov_bottom_sp {
  margin-bottom: 40px;
}
#container section .tokucho_txt span {
  color: #d34560;
}
#container section .txt_black {
  color: #333 !important;
}
#container section .caution_color {
  padding: 16px 0;
  color: #EC361C;
}
#container section ul {
  margin: 0 auto;
}
#container section ul li {
  float: left;
}
#container section #img_list li,
#container section .img_list li {
  margin-bottom: 16px;
  text-align: center;
}
#container section #img_list .caption_txt,
#container section .img_list .caption_txt {
  padding-bottom: 4px;
  text-align: center;
  font-size: 1.2em;
}
#container section #img_list .img_l_sp,
#container section .img_list .img_l_sp {
  margin-left: 16px;
}
#container section #sekou_img,
#container section .sekou_img {
  margin-bottom: 30px;
}
#container section #sekou_img li,
#container section .sekou_img li {
  margin: 0 1.6% 20px;
}
#container section #sekou_img li dl dd,
#container section .sekou_img li dl dd {
  margin-top: 6px;
  font-size: 0.9em;
  text-align: left;
}
#container section .flow_list li {
  width: 31%;
  margin: 0 1% 16px;
  float: left;
}
#container section .flow_list li dl dd {
  margin-top: 6px;
  text-align: left;
  font-size: 0.9em;
  line-height: 1.3;
  text-indent: -1em;
  padding-left: 1em;
}
#container section .flow_list li dl dd strong {
  color: #d34560;
  font-family: "ヒラギノ角ゴ W6 JIS2004", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container section .flow_list_2 li {
  width: 46%;
  margin: 0 2% 30px;
  float: left;
}
#container section .flow_list_2 li p {
  text-align: center;
}
#container section .flow_list_2 li dl dd {
  margin-top: 6px;
  text-align: left;
  font-size: 0.9em;
  line-height: 1.3;
  text-indent: -1em;
  padding-left: 1em;
}
#container section .flow_list_2 li dl dd strong {
  color: #d34560;
  font-family: "ヒラギノ角ゴ W6 JIS2004", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container section .flow_list_3 li {
  width: 40%;
  margin: 0 2% 30px;
  float: left;
}
#container section .flow_list_3 li p {
  margin: 0 10%;
  text-align: left;
}
#container section .flow_list_3 li dl dd {
  margin-top: 6px;
  text-align: left;
  font-size: 0.9em;
  line-height: 1.3;
  text-indent: -1em;
  padding-left: 1em;
}
#container section .flow_list_3 li dl dd strong {
  color: #d34560;
  font-family: "ヒラギノ角ゴ W6 JIS2004", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container section .flow_list_3 .right_arrow {
  background: url(../img/product/common/arrow_flow.png) right 40% no-repeat;
  width: 50%;
}
#container section .flow_list_3 .img_box_wide {
  width: 90%;
  margin: 0 5%;
  padding-top: 20px;
  border-top: 1px dotted #878372;
}
#container section .flow_list_3 .img_box_wide dl dt {
  width: 40%;
  margin-right: 2%;
  float: left;
}
#container section .flow_list_3 .img_box_wide dl dd {
  width: 56%;
  float: right;
  text-indent: 0;
  padding-left: 0;
}
#container section .flow_list_3 .img_box_wide dl dd p {
  margin-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
#container section .no_indent {
  text-indent: 0 !important;
  padding-left: 0 !important;
}
#container section table {
  background-color: #FFF;
  width: 800px;
  margin: 0 auto;
  text-align: center;
  border: 2px solid #333;
  font-size: 0.9em;
  line-height: 1.1em;
}
#container section table th {
  text-align: center;
  vertical-align: middle;
  padding: 8px 2%;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  border-right: 1px solid #333;
}
#container section table td {
  padding: 8px 2%;
  border: 1px solid #333;
  vertical-align: middle;
}
#container section .bugakari_ta {
  background-color: #FFF;
  width: 100%;
  margin: 0 auto 14px;
  text-align: center;
  border: 2px solid #333;
  font-size: 0.84em;
  line-height: 1.1em;
}
#container section .bugakari_ta th {
  text-align: center;
  vertical-align: middle;
  padding: 8px 4px;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  border-right: 1px solid #333;
}
#container section .bugakari_ta td {
  padding: 8px 4px;
  border: 1px solid #333;
  vertical-align: middle;
}
#container section .sp_scroll_txt {
  display: none;
}
#container section .annotation_li li {
  float: none !important;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
  font-size: 0.9em;
  text-align: left;
}
#container section .annotation_li li span {
  color: #d34560;
}
#container section .green {
  background-color: #e3fdab;
}
#container section .pink {
  background-color: #ffcfd3;
}
#container section .bugakari-right {
  text-align: right;
  width: 800px;
  margin: 5px auto 5px;
  font-size: 0.85em;
}
#container section .bugakari-left {
  text-align: left;
  width: 800px;
  margin: 10px auto 10px;
}
#container section .more_link {
  margin-bottom: 20px;
}
#container section .caution_txt_1 {
  text-indent: -5em;
  padding-left: 3em;
  font-size: 0.84em;
  margin-left: 2em;
}
#container section .caution_txt_2 {
  margin-left: 2em;
  text-indent: -2em;
  padding-left: 3em;
  font-size: 0.84em;
}
#container section .bousoukou_history {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #33ada2;
}
#container section .bousoukou_history p {
  margin-bottom: 24px;
  text-align: center;
}
#container section .bousoukou_history p span {
  color: #d34560;
}
#container section .bousoukou_history .history_btn a {
  padding: 10px 60px;
}
#container section .bousoukou_history .history_btn a p {
  margin-bottom: 0;
}
@media screen and (max-width: 479px) {
  #container section {
    margin-bottom: 30px;
  }
  #container section h3 {
    margin: 30px auto 18px;
    font-size: 1.3em;
    text-align: left;
  }
  #container section h4 {
    font-size: 1.4em;
  }
  #container section h5 {
    font-size: 1.2em;
  }
  #container section table {
    width: 100%;
    font-size: 0.8em;
  }
  #container section .bugakari-right {
    width: 100%;
    margin: 5px auto 5px;
    font-size: 0.8em;
  }
  #container section .bugakari-left {
    width: 100%;
    margin: 10px auto 10px;
  }
  #container section video {
    width: 100%;
    margin: 0 auto;
  }
  #container section .bugakari_ta {
    width: 800px;
  }
  #container section .sp_scroll {
    overflow-x: auto;
  }
  #container section .sp_scroll_txt {
    display: block;
    margin-bottom: 16px;
    font-size: 0.9em;
  }
  #container section #img_list {
    margin: 0 auto;
  }
  #container section #img_list li {
    float: none;
    margin-bottom: 12px;
    text-align: center;
  }
  #container section #img_list .img_l_sp {
    margin-left: 0;
  }
  #container section #sekou_img {
    margin-bottom: 20px;
  }
  #container section #sekou_img li {
    width: 46%;
    margin: 0 2% 14px;
    float: left;
  }
  #container section #sekou_img li dl dd {
    margin-top: 6px;
    font-size: 0.9em;
    text-align: left;
  }
  #container section .flow_list_3 .right_arrow {
    background: url(../img/product/common/arrow_flow.png) right 30px no-repeat;
    background-size: 10%;
  }
  #container section .bousoukou_history {
    margin-top: 14px;
    padding-top: 14px;
  }
  #container section .bousoukou_history p {
    margin-bottom: 14px;
    text-align: left;
  }
  #container section .bousoukou_history .history_btn a {
    padding: 8px 30px;
  }
  #container section .bousoukou_history .history_btn a p {
    margin-bottom: 0;
  }
}

#other_item {
  background-color: #e0ddbf;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#other_item h4 {
  padding: 30px 0 18px;
  color: #2d938a;
  font-size: 1.5em;
  text-align: center;
}
#other_item ul {
  width: 900px;
  margin: 0 auto 30px;
}
#other_item ul li {
  margin: 0 1%;
  float: left;
}
#other_item ul li a {
  color: #FFF;
  text-decoration: none;
}
#other_item ul li a dl {
  width: 280px;
  line-height: 0;
}
#other_item ul li a dl dd {
  background-color: #353535;
  width: 100%;
  height: 100%;
  line-height: 1.4;
  text-align: left;
  display: table;
}
#other_item ul li a dl dd p {
  background: url(../img/common/bluegreen_arrow.png) 96% center no-repeat;
  padding: 12px 12% 12px 4%;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  font-family: "ヒラギノ角ゴ W6 JIS2004", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#other_item .more_link {
  margin-bottom: 50px;
}
@media screen and (max-width: 479px) {
  #other_item ul {
    width: 100%;
  }
  #other_item ul li {
    width: 46%;
    margin-bottom: 20px;
    height: auto !important;
    float: left;
  }
  #other_item ul li a dl {
    width: auto;
  }
  #other_item ul li a dl dd {
    line-height: 1.2;
  }
  #other_item ul li a dl dd p {
    background: url(../img/common/bluegreen_arrow_s.png) 96% center no-repeat;
    padding: 6px 12% 6px 4%;
    font-size: 0.8em;
  }
}

.no_item .more_link {
  margin-top: 50px;
}

#contact_bg {
  margin-top: 0 !important;
}

/*------------------------------------------------------------
	product/index.html
------------------------------------------------------------*/
#container section .products_new {
  background-color: #EFD360;
  padding: 0 6px;
  margin-right: 8px;
  border-radius: 4px;
  display: inline-block;
  color: #AC2F31;
  font-family: "ヒラギノ角ゴ W6 JIS2004", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.7em;
}
#container section .morido_box {
  background-color: #afcf77;
  padding: 10px 5px;
  margin-bottom: 40px;
}
#container section .morido_box h4 {
  background-color: #afcf77;
  margin-bottom: 15px;
}
#container section .morido_box h5 {
  background-image: url(../img/index/arrow_green.png);
  background-color: #4e5e31;
  border: none;
}
#container section .kirido_box {
  background-color: #85ceba;
  padding: 10px 5px;
  margin-bottom: 40px;
}
#container section .kirido_box h4 {
  background-color: #85ceba;
  margin-bottom: 15px;
}
#container section .kirido_box h5 {
  background-image: url(../img/index/arrow_green.png);
  background-color: #3e645a;
  border: none;
}
#container section .etc_box {
  background-color: #477e5e;
  padding: 10px 5px;
  margin-bottom: 40px;
}
#container section .etc_box h4 {
  background-color: #477e5e;
  margin-bottom: 15px;
}
#container section .etc_box h5 {
  background-image: url(../img/index/arrow_green.png);
  background-color: #2b4737;
}
#container section .concrete_box {
  background-color: #448586;
  padding: 30px 5px 10px;
  margin-bottom: 40px;
}
#container section .concrete_box h5 {
  background-image: url("../img/common/bluegreen_arrow.png");
  background-color: #004A51;
  border: none;
}
#container section .haisui_box {
  background-color: #4b8a9f;
  padding: 30px 5px 10px;
  margin-bottom: 40px;
}
#container section .haisui_box h5 {
  background-image: url(../img/index/arrow_blue.png);
  background-color: #2c4647;
  border: none;
}
#container section ul.product_index li {
  width: 850px;
  margin: 0 10px 20px;
}
#container section ul.product_index li a {
  color: #FFF;
  text-decoration: none;
}
#container section ul.product_index li dl {
  width: 100%;
  background-color: #fff;
}
#container section ul.product_index li dl dt {
  width: 220px;
  float: left;
  line-height: 0.1em;
  vertical-align: top;
}
#container section ul.product_index li dl dt img {
  margin: 0px;
  padding: 0px;
}
#container section ul.product_index li dl dd {
  float: left;
  width: 630px;
}
#container section ul.product_index li dl dd h5 {
  margin: 0px;
  font-size: 0.95em;
  line-height: 1.4em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 42px 10px 14px;
  text-align: left;
  color: #fff;
  background-repeat: no-repeat;
  background-position: right 15px center;
  font-family: "ヒラギノ角ゴ W6 JIS2004", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container section ul.product_index li dl dd p {
  text-align: left;
  margin: 5px 10px;
  color: #333;
}
@media screen and (max-width: 479px) {
  #container section ul.product_index li {
    width: 92%;
    margin: 0 4%;
  }
  #container section ul.product_index li dl {
    background-color: #FFF;
    width: 100%;
    margin: 0 0 20px;
  }
  #container section ul.product_index li dl dt {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    float: none;
  }
  #container section ul.product_index li dl dd {
    width: 92%;
    margin: 0;
    padding: 0 4% 6px;
    float: none;
  }
  #container section ul.product_index li dl dd h5 {
    font-size: 1.1em;
  }
}
#container section h3.haisui {
  color: #4b8a9f;
  border-bottom-color: #4b8a9f;
}

/*------------------------------------------------------------
	product/protect_road_02.html
------------------------------------------------------------*/
.step_box {
  overflow: hidden;
}
.step_box .r_imgtxt_box {
  width: 44%;
  margin: 30px 0;
  float: right;
  overflow: hidden;
}
.step_box .r_imgtxt_box dt {
  margin: 0 0 6px;
}
.step_box .r_imgtxt_box dd {
  font-size: 0.8em;
}
.step_box .l_txt_box {
  width: 50%;
  margin: 30px 6% 30px 0;
  float: left;
  overflow: hidden;
  font-size: 0.86em;
  line-height: 1.1em;
}
.step_box .l_txt_box span {
  color: #9A4142;
}
.step_box .l_txt_box p {
  margin-bottom: 14px;
  text-indent: -1em;
  padding-left: 1em;
}

.top_sp {
  margin-top: 40px !important;
}

.txt_bottom_sp {
  margin: 10px 0 20px !important;
}

.img_white_box {
  background-color: #FFF;
  margin: 20px 0 30px !important;
}
.img_white_box li {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
