@charset "UTF-8";
/*--------------------------------------------------
	Common
--------------------------------------------------*/
/*--------------------------------------------------
    colors
--------------------------------------------------*/
/*--------------------------------------------------
    mixin
--------------------------------------------------*/
/*--------------------------------------------------
    Clearfix
--------------------------------------------------*/
.clear {
  clear: both;
}

*:after {
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
  /* clearfix IE6, 7 */
}
.clearfix:after {
  content: "";
  /* clearfix */
}

body {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #363434;
}
a:hover {
  text-decoration: underline;
  color: #fc0010;
}
a:visited {
  color: #363434;
}

#body {
  padding-bottom: 0;
  font-size: 0.9375rem;
  line-height: 1.8;
}

#main {
  padding-bottom: 0;
}
#main h1 img {
  min-width: unset !important;
}
#main h2 {
  margin: 0;
}

.bg-g {
  width: 100%;
  margin-right: -100%;
  margin-left: -100%;
  padding-right: 100%;
  padding-left: 100%;
  background: #e9eaea;
}

br.pc {
  display: none;
}

div.section.tm {
  margin-bottom: 1em !important;
}
div.section.tm_2 {
  margin-bottom: 2em !important;
}

/*----------------------------------------------------
    TOP + Lev2
----------------------------------------------------*/
.banner {
  font-size: 0.9375rem;
}
.banner li {
  width: 80%;
  margin: 15px auto;
}
.banner li a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  text-decoration: none;
  color: #000;
  background: #FFF;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.banner li.new a:after {
  content: "NEW";
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  line-height: 1;
  padding: 4px 5px 2px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #fff;
  background: #cc0000;
}
.banner .img {
  width: 30%;
  overflow: hidden;
}
.banner .img img {
  width: 100%;
}
.banner .txt {
  width: 70%;
  padding-left: 0.75em;
  line-height: 1.5;
  box-sizing: border-box;
}
.banner .txt span {
  display: block;
  font-weight: bold;
}
.banner .txt span.small {
  font-size: 12px;
  font-weight: normal;
}

/*----------------------------------------------------
    Lev2
----------------------------------------------------*/
/* 	Pagetitle
----------------------------------------------------*/
.pagetitle {
  position: relative;
  margin-top: 22px;
}
#main .pagetitle h1 {
  margin: 0;
}
.pagetitle_img {
  width: 100%;
  height: 135px;
  background-position: center center;
  background-size: cover;
}
.dam .pagetitle_img {
  background-image: url(/tech/c_dam/images/bg_dam.jpg);
}
.mountain_tunnel .pagetitle_img {
  background-image: url(/tech/c_mountain_tunnel/images/bg_mountain_tunnel.jpg);
}
.harbor .pagetitle_img {
  background-image: url(/tech/c_harbor/images/bg_harbor.jpg);
}
.bridge .pagetitle_img {
  background-image: url(/tech/c_bridge/images/bg_bridge.jpg);
}
.urban_infra .pagetitle_img {
  background-image: url(/tech/c_urban_infra/images/bg_urban_infra.jpg);
}
.railway .pagetitle_img {
  background-image: url(/tech/c_railway/images/bg_railway.jpg);
}
.shield_tunnel .pagetitle_img {
  background-image: url(/tech/c_shield_tunnel/images/bg_shield_tunnel.jpg);
}
.ground .pagetitle_img {
  background-image: url(/tech/c_ground/images/bg_ground.jpg);
}
.soil_improvement .pagetitle_img {
  background-image: url(/tech/c_soil_improvement/images/bg_soil_improvement.jpg);
}
.renewal .pagetitle_img {
  background-image: url(/tech/c_renewal/images/bg_renewal.jpg);
}
.eco .pagetitle_img {
  background-image: url(/tech/c_eco/images/bg_eco.jpg);
}
.ict .pagetitle_img {
  background-image: url(/tech/c_ict/images/bg_ict.jpg);
}
.pagetitle_body {
  font-weight: bold;
  color: #000;
}
.pagetitle_title {
  font-size: 2.5rem;
  line-height: 1.2;
  padding-bottom: 15px;
}
.pagetitle_lead {
  margin-top: 17px;
  font-size: 1rem;
  line-height: 1.8;
  text-align: justify;
}
.pagetitle_lead .dn-sp {
  display: none;
}

@media screen and (min-width: 620px) {
  .pagetitle_img {
    height: 160px;
  }
}

/* ICT 自動化・機械化調整　24.3.1 */
.ict .page_index_body.large .page_index_img img:nth-child(n+2){
  display: none;
}
.ict .page_index .page_index_body.large a:after {
content: none;
}
.ict .page_index .page_index_body.large a.mov:after {
content: "動画あり";
}
.ict .ctg span.new{
  position: relative;
  display: inline-block;
  line-height: 1;
  margin-left: 6px;
  padding: 3px 5px 1px 10px;
  font-size: 0.6875rem;
  font-weight: bold;
  color: #fff;
  background: #cc0000;
  border-radius: 3px;
  top: -2px;
}
/* ICT 自動化・機械化調整 ここまで */

/*----------------------------------------------------
    infomation
----------------------------------------------------*/
.info_box_body {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.info_box_body .title {
  -webkit-order: 1;
  order: 1;
}
.info_box_body .title p {
  font-size: 1rem;
  letter-spacing: 0.04em;
}
.info_box_body .btn-more {
  -webkit-order: 3;
  order: 3;
}
.info_box_body .btn-more a {
  display: block;
  padding: 1em;
  text-align: center;
  text-decoration: none;
  color: #000;
  background: #fff;
  box-sizing: border-box;
}
.info_box_body .btn-more a:before {
  content: url(../images/icon_arrow_s.svg);
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 6px;
  vertical-align: 0.15em;
}
.info_box_body .content {
  -webkit-order: 2;
  order: 2;
  font-size: 0.875rem;
  height: 180px;
  overflow-y: scroll;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
}
.info_box_body .content dt {
  position: relative;
  margin-bottom: 3px;
  padding-top: 1em;
  line-height: 1;
  border-top: 1px dotted #ccc;
}
.info_box_body .content dt:first-child {
  border-top: none;
}
.info_box_body .content dt:after {
  content: "カテゴリ";
  display: inline-block;
  position: absolute;
  top: 12px;
  margin-left: 8px;
  width: 84px;
  text-align: center;
  padding: 3px 0 2px;
  font-size: 0.6875rem;
  font-weight: bold;
  color: #fff;
  background: #ccc;
  border-radius: 2px;
}
.info_box_body .content dt.news:after {
  content: "お知らせ";
  background: #7d7d7d;
  letter-spacing: 0.05em;
  padding-left: 1px;
}
.info_box_body .content dt.exhibition:after {
  content: "展示会";
  background: #916d90;
  letter-spacing: 0.2em;
  padding-left: 2px;
}
.info_box_body .content dt.digest:after {
  content: "ダイジェスト";
  background: #4e9d9b;
}
.info_box_body .content dt.site_info:after {
  content: "現場情報";
  background: #cd8c68;
  letter-spacing: 0.2em;
  padding-left: 2px;
}
.info_box_body .content dt.press:after {
  content: "プレスリリース";
  background: #6d8ab5;
  letter-spacing: -0.07em;
}
.info_box_body .content dd {
  padding-left: 0 !important;
}
.info_box_body .content dd.mov:after {
  content: "動画あり";
  display: inline-block;
  margin-left: 6px;
  padding: 3px 3px 2px 5px;
  font-size: 0.6875rem;
  font-weight: bold;
  color: #fff;
  background: #18615e;
  line-height: 1;
  border-radius: 2px;
  position: relative;
  top: -1px;
}
.info_box_body .content dd .pdf_size {
  font-size: 0.78125rem;
  color: #666;
}
.info_box_body .content ul {
  padding-top: 1em;
}
.info_box_body .content ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1em;
  padding-bottom: 1em;
  background: url(/common/image/bg_dot_line.gif) repeat-x left bottom;
}
.info_box_body .content ul li:last-child {
  background: none;
}
.info_box_body .content ul li .img {
  width: 30%;
}
.info_box_body .content ul li .img img {
  width: 100%;
  height: auto;
}
.info_box_body .content ul li .txt {
  width: 70%;
  padding-left: 1.25em;
  box-sizing: border-box;
}
.info_box_body .content ul li .txt .icon {
  line-height: 1;
}
.info_box_body .content ul li .txt .icon img {
  display: inline-block;
  margin-right: 4px;
}
.info_box_body .content ul li .txt .summary {
  display: none;
}
.info_box_body .content a {
  text-decoration: underline;
  color: #2c4066;
}
#main .info_box_body h3 {
  margin: 0;
  padding: 0;
  background: none;
}
#main .info_box_body h3.movie_icon:after {
  content: "動画あり";
  display: inline-block;
  line-height: 1;
  width: 52px;
  text-align: center;
  padding: 3px 0 2px 2px;
  font-size: 0.65625rem;
  font-weight: bold;
  color: #fff;
  background: #18615e;
  border-radius: 2px;
  vertical-align: 2px;
  letter-spacing: 0.05em;
  margin-left: 5px;
}

.page_info_area {
  padding-top: 30px;
  padding-bottom: 25px;
}
.page_info_area .banner {
  margin-top: 40px;
}
.page_info_area .info_box_body {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.page_info_area .info_box_body .title p {
  font-size: 1.25rem;
  margin-bottom: 5px;
  color: #818181;
}
.page_info_area .info_box_body .content {
  height: 220px;
}

.page_index {
  padding-top: 20px;
  padding-bottom: 10px;
}
.page_index a:after {
  content: "";
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: bold;
  color: #fff;
  background: #18615e;
  border-radius: 3px;
  position: relative;
  top: -2px;
}
.page_index a.mov:after {
  content: "動画あり";
  background: #18615e;
  padding: 0 0.5em 0;
  margin-left: 6px;
}
.page_index_body {
  position: relative;
  margin-bottom: 40px;
}
.page_index_img img {
  width: 100%;
}
.page_index_txt {
  padding: 1em 1.2em;
  z-index: 5;
  background: #fff;
}
.page_index_txt h2 {
  font-size: 1.5rem;
}
.page_index_txt h2 .sub {
  font-size: 1.25rem;
}
.page_index_list {
  margin-top: 0.5em;
}
.page_index_list > li {
  position: relative;
  font-size: 0.9375rem;
  margin-bottom: 0.5em;
  padding-left: 1.25em;
  line-height: 1.5;
  box-sizing: border-box;
}
.page_index_list > li:before {
  position: absolute;
  content: url(../images/icon_arrow_s.svg);
  display: inline-block;
  top: -3px;
  left: 2px;
  width: 9px;
  height: 9px;
}
.page_index_list > li.new:after {
  content: "NEW";
  display: inline-block;
  margin-left: 6px;
  padding: 0 0.5em 0;
  font-size: 0.6875rem;
  font-weight: bold;
  color: #fff;
  background: #cc0000;
  border-radius: 3px;
  position: relative;
  top: -2px;
}

.page_index_list > li span {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #1C418D;
  text-indent: -0.35rem;
}
.page_index_list > li.ctg span {
  display: inline-block;
  letter-spacing: -0.02em;
}
.page_index_list > li.ctg.tunnel {
  text-indent: -72px;
  padding-left: 92px;
}
.page_index_list > li.ctg.dam, .page_index_list > li.ctg.bridge {
  text-indent: -46px;
  padding-left: 66px;
}
.page_index_list > li.ctg.shield {
  text-indent: -124px;
  padding-left: 144px;
}
.page_index_list > li:before {
  text-indent: 0em;
}
.page_index_list > li a.mov:after {
  text-indent: 0em;
}

.cv_nav {
  padding: 40px 0;
  font-size: 0.9375rem;
}
.cv_nav h3 {
  font-size: 1.25rem;
}
.cv_nav a {
  text-decoration: none;
  color: #000;
}
.cv_nav a:hover {
  text-decoration: underline;
  color: #fc0010;
}
.cv_nav_head {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.cv_nav_head ul {
  margin-top: 4px;
  padding-left: 1.25em;
}
.cv_nav_head ul li {
  position: relative;
  display: inline-block;
  margin-right: 2em;
  line-height: 1;
}
.cv_nav_head ul li:before {
  position: absolute;
  content: url(../images/icon_arrow_s.svg);
  display: inline-block;
  top: -1px;
  left: -16px;
  width: 9px;
  height: 9px;
}
.cv_nav_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cv_nav_list > li {
  font-size: 0.9375rem;
  width: 50%;
  margin: 5px 0;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
}
.cv_nav_list > li:nth-child(2n) {
  border-right: 0;
}
.cv_nav_list > li a {
  display: block;
  width: 100%;
  padding: 0.25em 0 0.25em 1em;
  box-sizing: border-box;
}
.cv_nav_list > li a:hover {
  color: #fc0010;
  background: #eeeeee;
}
.cv_nav_list > li.current a {
  color: #fc0010;
  background: #eeeeee;
}

/*----------------------------------------------------
    customize
----------------------------------------------------*/
.mountain_tunnel .page_info_area .banner,
.ground .page_info_area .banner,
.eco .page_info_area .banner,
.ict .page_info_area .banner {
  margin-top: 0;
}
.dam .page_info_area .col2 .banner_special,
.mountain_tunnel .page_info_area .col2 .banner_special,
.ground .page_info_area .col2 .banner_special,
.eco .page_info_area .col2 .banner_special,
.ict .page_info_area .col2 .banner_special {
  margin: 40px 10% 30px;
  width: 80%;
}
.dam .page_info_area .col2 .banner_special img,
.mountain_tunnel .page_info_area .col2 .banner_special img,
.ground .page_info_area .col2 .banner_special img,
.eco .page_info_area .col2 .banner_special img,
.ict .page_info_area .col2 .banner_special img {
  width: 100%;
}

.dam .page_info_area {
  padding-bottom: 0;
}

.dam .page_btn_area,
.renewal .page_btn_area,
.railway .page_btn_area {
    padding-bottom: 25px;
}

.ground .banner.related {
  margin-bottom: 40px;
}
.ground .banner.related > li a {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.ground .banner.related .img {
  width: 100%;
  height: 100px;
}
.ground .banner.related .txt {
  width: 100%;
  padding: 3% 5%;
}
.ground .banner.related .txt .sub {
  font-size: 1.0625rem;
}
.ground .banner.related .txt .link {
  position: relative;
  padding-left: 13px;
}
.ground .banner.related .txt .link:before {
  position: absolute;
  content: url(../images/icon_arrow_s.svg);
  display: inline-block;
  top: -2px;
  left: 0;
  width: 9px;
  height: 9px;
}

/*----------------------------------------------------
    Lev3
----------------------------------------------------*/
#body {
  z-index: auto;
}
#body #main.tech_body {
  font-size: 1rem;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",  "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2;
  padding-top: 20px;
}
#body #main.tech_body .caption {
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 6px 0 20px 0;
}
#body #main.tech_body .prize {
  font-size: 0.875rem;
  color: #CC0000;
}
#body #main.tech_body .photo_info {
  font-size: 0.8125rem;
  color: #8d8d8d;
  text-align: center;
}
#body #main.tech_body .photo_source {
  font-size: 0.78125rem;
  color: #535353;
  display: block;
  line-height: 1.6;
}
#body #main h3 {
  background: none;
}
#body #main ul.list > li {
  position: relative;
  margin-bottom: 7px;
  padding-left: 16px;
  background: none;
}
#body #main ul.list > li:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #3e76bf;
}

/* title_s
---------------------------------------------------------- */
#main .title_s {
  position: relative;
  top: 0;
  left: -3%;
  width: 106%;
  height: 120px;
}
#main .title_s:after {
  content: "";
  height: 51px;
  background: #ededed;
}
#main .title_s a.index_link {
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.05em;
  display: block;
  background: #2c4066;
  height: 51px;
  line-height: 51px;
  padding-left: 3%;
  padding-right: 13px;
}
#main .title_s a.index_link .pc {
  display: none;
}

/* #civil_snav
---------------------------------------------------------- */
#civil_snav.snav_icon {
  position: absolute;
  width: 100%;
}
#civil_snav.snav_icon .snav_trigger {
  position: absolute;
  top: -43px;
  right: 8px;
  width: 35px;
  height: 35px;
  overflow: hidden;
  float: right;
  background: #fff;
  border-radius: 2px;
  z-index: 100;
}
#civil_snav.snav_icon .snav_trigger span {
  position: absolute;
  left: 20%;
  height: 2px;
  width: 60%;
  background: #cc0000;
}
#civil_snav.snav_icon .snav_trigger span:nth-of-type(1) {
  top: 10px;
}
#civil_snav.snav_icon .snav_trigger span:nth-of-type(2) {
  top: 16px;
}
#civil_snav.snav_icon .snav_trigger span:nth-of-type(3) {
  top: 22px;
}
#civil_snav.snav_icon .snav_trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}
#civil_snav.snav_icon .snav_trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar .1s forwards;
  animation: active-menu-bar .1s forwards;
}
#civil_snav.snav_icon .snav_trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}
@-webkit-keyframes active-menu-bar {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar {
  100% {
    height: 0;
  }
}
#civil_snav.snav_icon .snav_content {
  position: relative;
  width: 100%;
  color: #494848;
  background: #f1f3f5;
  display: none;
  z-index: 30;
}
#civil_snav.snav_icon .snav_content.onanimation {
  display: block;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}
#civil_snav.snav_icon .snav_content .snav_accordion {
  position: relative;
  padding: 0;
  border-top: none;
  outline: 0;
  cursor: pointer;
}
#civil_snav.snav_icon .snav_content .snav_accordion .snav_title {
  position: relative;
  font-size: 1.1875rem;
  font-weight: normal;
  color: #363434;
  display: block;
  padding: 11px 39px 11px 17px;
  margin: 0;
  cursor: pointer;
  border-bottom: solid 1px #ccc;
}
#civil_snav.snav_icon .snav_content .snav_accordion .snav_title a {
  color: #363434;
  text-decoration: none;
}
#civil_snav.snav_icon .snav_content .snav_accordion .snav_title:first-child {
  padding-top: 13px;
}
#civil_snav.snav_icon .snav_content .snav_accordion .snav_title i:before {
  color: #363434;
}
#civil_snav.snav_icon .snav_content .snav_accordion .snav_title i:active {
  color: #363434;
}
#civil_snav.snav_icon .snav_content .snav_accordion .snav_title:active {
  background: #f1f3f5;
  color: #363434;
}
#civil_snav.snav_icon .snav_content .snav_accordion .snav_title:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 22px;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #cc0000;
  border-right: solid 2px #cc0000;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#civil_snav.snav_icon .snav_content .snav_accordion .snav_title.open {
  background: #f1f3f5;
  color: #363434;
}
#civil_snav.snav_icon .snav_content .snav_accordion .snav_title.open:after {
  top: 26px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#civil_snav.snav_icon .snav_content .snav_accordion .open .snav_title {
  color: #363434;
  background: #f1f3f5;
}
#civil_snav.snav_icon .snav_content .snav_accordion content-entry.open i {
  color: #363434;
}
#civil_snav.snav_icon .snav_content .snav_accordion .accordion_content {
  display: none;
}
#civil_snav.snav_icon .snav_content ul {
  padding: 0;
}
#civil_snav.snav_icon .snav_content ul li {
  line-height: 1.5;
  text-align: left;
  border-bottom: solid 1px #ccc;
  padding-left: 18px;
  padding-right: 1em;
  background: #e4e8eb;
}
#civil_snav.snav_icon .snav_content ul li a {
  position: relative;
  font-size: 0.9375rem;
  color: #363434;
  line-height: 1.3;
  text-decoration: none;
  display: block;
  padding: 13px 16px 13px 20px;
}
#civil_snav.snav_icon .snav_content ul li a:before {
  position: absolute;
  content: "";
  top: 18px;
  left: 3px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #cc0000;
  border-right: 2px solid #cc0000;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#civil_snav.snav_icon .snav_content ul li:last-child {
  margin-bottom: 0;
}
#civil_snav.snav_icon .snav_content .go_to_index,
#civil_snav.snav_icon .snav_content .view_mode,
#civil_snav.snav_icon .snav_content .close {
  text-align: center;
  padding: 9px 0;
  border-bottom: solid 1px #ccc;
}
#civil_snav.snav_icon .snav_content .go_to_index a,
#civil_snav.snav_icon .snav_content .view_mode a,
#civil_snav.snav_icon .snav_content .close a {
  font-size: 0.8125rem;
  text-decoration: none;
  display: block;
}
#civil_snav.snav_icon .snav_content span.close_icon {
  position: relative;
  display: inline-block;
  top: -4px;
  background: #666;
  line-height: 1;
  width: 17px;
  height: 2px;
  border-radius: 1px;
  margin-right: 5px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#civil_snav.snav_icon .snav_content span.close_icon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 2px;
  background: inherit;
  border-radius: inherit;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.red {
  color: #cc0000;
}

/* carousel_menu
---------------------------------------------------------- */
div.carousel_menu {
  display: none;
}

/*switch_body*/
.switch_body {
  /*display:none;*/
}

/* bnav
---------------------------------------------------------- */
.page_bottom {
  width: 100%;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",  "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.page_bottom h2 {
  display: none;
}
.page_bottom .btn_contact {
  width: auto;
}
.page_bottom .btn_contact a {
  display: block;
  line-height: 1;
  text-align: center;
  width: 180px;
  font-weight: bold;
  padding: 15px 0px;
  margin: 18px auto;
  white-space: nowrap;
  border: #A8B6C8 2px solid;
  text-decoration: none;
  background: #eee;
  color: #1C418D;
}

#bnav {
  display: none;
}

/*  Heading
---------------------------------------------------------- */
#body #main .title_s h1 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #193f8c;
  padding-top: 0;
  line-height: 51px;
}
#body #main .title_s h1 .sub {
  font-size: 1.25rem;
}

#main.tech_body .tech_title h2 {
  font-size: 1.75rem;
  color: #363434;
  font-weight: bold;
  border-bottom: 2px solid #0f63cd;
  line-height: 1.4;
  letter-spacing: 0.02em;
  padding: 0 0 10px 0;
}
#main.tech_body .tech_title h2.first {
  margin-top: 0px !important;
  border: none;
}
#main.tech_body .tech_title h2.subtxt {
  font-size: 0.78125rem;
  font-weight: normal;
}
#main.tech_body .h2_lead {
  font-size: 1.25rem;
  color: #1C418D;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.5;
}
#main.tech_body h3 {
  font-size: 1.3125rem;
  margin: 25px 0 5px 0;
  font-weight: bold;
  clear: both;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 30px 100px;
}
#main.tech_body h3.first {
  margin-top: 0px !important;
}
#main.tech_body h3.label {
  margin: 30px 0 20px;
  padding: 8px 7px 8px 13px;
  width: calc(100% - 25px);
  border-left: solid 5px #0f63cd;
  background: #eee !important;
}
#main.tech_body h3.label .new {
  font-size: 0.75rem;
  display: inline-block;
  background: #cc0000;
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
  padding: 4px 5px 2px 5px;
  border-radius: 2px;
  margin-left: 8px;
  vertical-align: 3px;
}
#main.tech_body h3.label .point {
  position: relative;
  font-size: 0.9375rem;
  display: inline-block;
  background: #cc0000;
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
  padding: 6px 5px 5px 3px;
  margin-left: 18px;
  vertical-align: middle;
}
#main.tech_body h3.label .point:before {
  content: "";
  position: absolute;
  top: 0;
  left: -26px;
  box-sizing: border-box;
  width: 13px;
  height: 13px;
  border: 13px solid transparent;
  border-left: 13px solid #cc0000;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#main.tech_body h3.subtxt {
  font-size: 0.78125rem;
  font-weight: normal;
}
#main.tech_body h4 {
  font-size: 1.125rem;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",  "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 25px 0 5px 0;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
#main.tech_body h4.first {
  margin-top: 30px !important;
}

#body #main.tech_body .caption {
  font-size: 0.84375rem;
  line-height: 1.7;
  margin: 3px 0 20px 0;
}
#body #main.tech_body .prize {
  font-size: 0.84375rem;
  color: #CC0000;
}
#body #main ul.list > li {
  margin-bottom: 7px;
  padding-left: 15px;
  background: none;
}
#body #main ul.list > li:before {
  content: "";
  line-height: 1;
  display: inline-block;
  vertical-align: 1px;
  margin-right: 7px;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: #3e76bf;
}

/* 文中別窓アイコンimg */
img.link_icon {
  vertical-align: 3px;
  margin: 0 1px 0 2px;
}

.col2 img.link_icon,
.col3 img.link_icon,
.col4 img.link_icon,
.col5 img.link_icon,
.col2_760 img.link_icon,
.col3_760 img.link_icon,
.col4_760 img.link_icon {
  width: 9px !important;
}

/* 1160px 基本レイアウト */
.wide {
  width: 100%;
}
.wide img {
  width: 100%;
  height: auto;
}

.col2 img,
.col3 img,
.col4 img,
.col5 img,
.col2_760 img,
.col3_760 img,
.col4_760 img {
  width: 100%;
  height: auto;
}

.col3 .col img,
.col4 .col img,
.col5 .col img,
.col3_760 .col img,
.col4_760 .col img {
  margin-left: 20%;
  width: 60%;
  height: auto;
}
.col3 .col .caption,
.col4 .col .caption,
.col5 .col .caption,
.col3_760 .col .caption,
.col4_760 .col .caption {
  margin-left: 20% !important;
  width: 60%;
}

.sp_center {
  text-align: center;
}

.tech_body .section p a {
  text-decoration: underline;
}

/* ページ内リンク */
.link_anchor ul li {
  position: relative;
  padding: 0.125rem 0 0.125rem 1.1rem;
  white-space: pre-wrap;
  background: url("/tech/civil_common/images/icon_arrow_down.svg") 0 0.4rem/13px 13px no-repeat;
}
.link_anchor ul li.new:after {
    content: "NEW";
    position: relative;
    display: inline-block;
    line-height: 1;
    margin-left: 6px;
    padding: 3px 5px 1px;
    font-size: 0.6875rem;
    font-weight: bold;
    color: #fff;
    background: #cc0000;
    border-radius: 3px;
    top: -2px;
}
.link_anchor ul li a {
  white-space: pre-wrap;
}

/* ページ内リンク TOP位置調整*/
#body #main.tech_body .section.anc_top {
  padding-top: 20px !important;
  margin-top: -20px !important;
}


/* ICT A4CSEL特設ページリンクバナー */
.section .link_btn{
  text-align: center;
  margin-bottom: 30px;
}
.section .link_btn a img{
  width: 426px;
  border: solid 1px #ccc;
  box-sizing: border-box;
}
@media (max-width: 426px) {
  .section .link_btn a img{
    width: 100%;
  }
}
#body #main.tech_body .section .link_btn .caption {
  margin: 0 0 10px 0;
}
/* ICT A4CSEL特設ページリンクバナー ここまで */


/* kakomi */
.kakomi {
  box-sizing: border-box;
  border: #CCCCCC 1px solid;
  padding: 15px 20px;
  margin: 20px 0px;
}

video {
  width: 100%;
  height: auto;
  display: block;
}

.mov_time {
  font-size: 0.84375rem;
}

/* 関連情報 */
#main.tech_body .rel_info {
  box-sizing: border-box;
  padding: 8px 15px 15px;
  border: #A8B6C8 2px solid;
  margin-bottom: 20px;
  background-color: #f4f4f4;
}
#main.tech_body .rel_info h3 {
  font-size: 1.03125rem;
  margin: 0 0 5px;
  font-weight: bold;
  background: none !important;
  padding: 0;
}
#main.tech_body .rel_info ul.link > li {
  font-size: 0.875rem;
  position: relative;
  margin-bottom: 5px;
  padding-left: 12px;
  background: none !important;
  color: #808485;
  line-height: 1.5 !important;
}
#main.tech_body .rel_info ul.link > li:before {
  position: absolute;
  content: url(../images/icon_arrow_s.svg);
  display: inline-block;
  top: -2px;
  left: 0;
  width: 7px;
  height: 7px;
}
#main.tech_body .rel_info ul.link > li a {
  text-decoration: none;
}
#main.tech_body .rel_info ul.link > li a:visited {
  color: #941d55;
}
#main.tech_body .rel_info.no_heading {
  padding-top: 15px;
  padding-bottom: 10px;
}

/* キーワード */
.keyword {
  font-size: 0.84375rem;
  border-top: dotted 1px #d3d3d3;
  border-bottom: dotted 1px #d3d3d3;
  padding-top: 9px;
  margin-bottom: 40px;
}
.keyword dt {
  width: 5.5em;
  line-height: 1;
  font-weight: bold;
  padding: 6px 7px 3px 7px;
  text-align: center;
  background-color: #2C4066;
  color: #fff;
}
.keyword dd {
  padding: 6px 0px 7px 0px !important;
  color: #343636;
  line-height: 1.6;
}

/* 学術論文 */
#body #main.tech_body .treatise {
  box-sizing: border-box;
  padding: 10px 15px 0 15px;
  border: #A8B6C8 2px solid;
  margin-bottom: 40px;
  background-color: #f4f4f4;
}
#body #main.tech_body .treatise h3 {
  font-size: 1.125rem;
  margin: 0 0 5px;
  padding: 0;
  background: none;
  font-weight: bold;
}
#body #main.tech_body .treatise ul.list {
  font-size: 0.84375rem;
}
#body #main.tech_body .treatise ul.list > li {
  position: relative;
  padding-left: 15px;
  text-indent: 0px;
  background: none;
  line-height: 1.8;
}
#body #main.tech_body .treatise ul.list > li:before {
  position: absolute;
  content: "";
  top: 9px !important;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #3e76bf;
}

/* 適用実績 */
#main.tech_body .ex_col {
  margin-bottom: 2em;
}
#main.tech_body .ex_col .img {
  width: 60%;
  margin: 0 auto 15px;
}
#main.tech_body .ex_col .img img {
  width: 100%;
}
#main.tech_body .ex_col .txt {
  font-size: 0.84375rem;
  width: 100%;
}
#main.tech_body .ex_col .txt h4 {
  font-size: 1rem;
  margin-top: 0 !important;
}

/* movie */
#main.tech_body .video_wrap {
  /*IE再生マーク表示*/
  /*IE再生マーク表示　ここまで*/
}
#main.tech_body .video_wrap .play_btn1,
#main.tech_body .video_wrap .play_btn2,
#main.tech_body .video_wrap .play_btn3,
#main.tech_body .video_wrap .play_btn4,
#main.tech_body .video_wrap .play_btn5,
#main.tech_body .video_wrap .play_btn6 {
  display: none;
}
#main.tech_body .mov_print_img {
  display: none;
}

/* sp_menu */
#main .sp_menu {
  background: #e5e5e5;
  border-radius: 5px;
  padding: 10px 4% 25px;
}
#main .sp_menu h3 {
  font-size: 1.125rem;
  text-align: center;
  padding: 0;
  margin: 10px 0 10px 0;
}
#main .sp_menu ul {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
#main .sp_menu ul > li {
  width: 48.5%;
  float: left;
  box-sizing: border-box;
  margin-bottom: 10px;
  border: solid 2px #ccc;
}
#main .sp_menu ul > li:nth-child(odd) {
  margin-right: 3%;
}
#main .sp_menu ul > li.current {
  border: solid 2px #cc0000;
}
#main .sp_menu ul > li img {
  width: 100% !important;
  height: auto !important;
}
#main .sp_menu .sp_menu_link {
  text-align: center;
}
#main .sp_menu .sp_menu_link a {
  font-size: 0.9375rem;
  display: inline;
  text-decoration: none;
  background: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  text-align: center;
}

@media screen and (max-width: 430px) {
  #main .sp_menu .sp_menu_link a {
    font-size: 0.75rem;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 320px) {
  #main.tech_body .title_s.soil_improvement a.index_link .title_area .title {
    transform: scale(0.88, 1);
    transform-origin: top left;
  }

  #main .sp_menu .sp_menu_link a {
    padding: 10px 10px;
  }
}
/*----------------------------------------------------
/* 	topics imformation
----------------------------------------------------*/
/* title_s　　メニュー（.snav_icon）なし
---------------------------------------------------------- */
#main.tech_body.topics_index .title_s,
#main.tech_body.topics .title_s {
  height: auto;
}
#main.tech_body.topics_index .title_s:after,
#main.tech_body.topics .title_s:after {
  content: none;
}

/*  index
---------------------------------------------------------- */
#main.tech_body h3.year {
  font-size: 1.25rem;
  border-bottom: solid 2px #E6002D;
  margin-bottom: 18px;
  margin-top: 15px;
  letter-spacing: 0.08em;
  padding: 0 0 5px 0;
}

#link_year_area {
	position: relative;
  top: 0;
  left: -3%;
  width: 106%;
  margin-bottom: 2rem;
  padding: 9px 3% 7px 3%;
  text-align: left;
  width: 100%;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0px 4px 8px -2px rgba(0,0,0,0.2);
}
ul.link.year_area {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}
ul.link.year_area li {
	background: none;
	padding: 0;
	width: 24.5%;
	margin-right: 0.5%;
	margin-bottom: 3px;
  border-radius: 5px;
}
ul.link.year_area li.current {
	background: #ededed;
	border-radius: 5px;
}
ul.link.year_area li a{
  display: block;
  line-height: 1;
  background: url("/tech/civil_common/images/icon_arrow.svg") 0.5em 0.55em/12px 12px no-repeat;
  padding: 0.5em 0.3em 0.5em 1.5em;
  text-align: left;
  border-radius: 5px;
  color: #363434;
}

#news_topics_list {
  margin-bottom: 50px;
}
#news_topics_list li {
  display: block;
  clear: both;
  padding: 20px 0;
  width: 100%;
  border-bottom: 1px #999 dotted;
}
#news_topics_list li a {
  color: #363436;
  text-decoration: none;
}
#news_topics_list li a.visited {
  color: #363436;
}
#news_topics_list .img {
  width: 100%;
}
#news_topics_list .img img {
  width: 100%;
}
#news_topics_list .txt {
  width: 100%;
}
#news_topics_list .txt .summary {
  color: #333;
  line-height: 2;
  font-size: 0.9375rem;
}
#news_topics_list h3 {
  font-weight: bold;
  margin: 8px 0 3px !important;
  padding: 0 !important;
  line-height: 1.6 !important;
}
#news_topics_list h3a {
  color: #333;
  margin: 0;
  text-decoration: none;
}
#news_topics_list h3.movie_icon:after {
  content: "動画あり";
  display: inline-block;
  line-height: 1;
  width: 58px;
  text-align: center;
  padding: 3px 0 2px 2px;
  font-size: 0.71875rem;
  font-weight: bold;
  color: #fff;
  background: #18615e;
  border-radius: 2px;
  vertical-align: 3px;
  letter-spacing: 0.05em;
  margin-left: 3px;
}
#news_topics_list .topics_date {
  position: relative;
  font-size: 0.9375rem;
  color: #5E5D5D;
  margin: 0 0 8px;
  line-height: 1.4;
  letter-spacing: 0em;
  margin-bottom: 1px;
  text-align: left;
}
#news_topics_list .topics_date:before {
  content: "カテゴリ";
  display: inline-block;
  line-height: 1;
  position: absolute;
  top: 24px;
  left: 125px;
  width: 84px;
  text-align: center;
  padding: 3px 0 2px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  background: #ccc;
  border-radius: 2px;
}
#news_topics_list .topics_date.news:before {
  content: "お知らせ";
  background: #7d7d7d;
  letter-spacing: 0.05em;
  padding-left: 1px;
}
#news_topics_list .topics_date.site_info:before {
  content: "現場情報";
  background: #cd8c68;
  letter-spacing: 0.2em;
  padding-left: 2px;
}
#news_topics_list .topics_date.digest:before {
  content: "ダイジェスト";
  background: #4e9d9b;
}
#news_topics_list .topics_date.exhibition:before {
  content: "展示会";
  background: #916d90;
  letter-spacing: 0.2em;
  padding-left: 2px;
}
#news_topics_list .topics_date.press:before {
  content: "プレスリリース";
  background: #6d8ab5;
  letter-spacing: -0.07em;
}
#news_topics_list .topics_date.new:after {
  content: "NEW";
  display: inline-block;
  line-height: 1;
  position: absolute;
  top: 24px;
  left: 215px;
  width: 35px;
  text-align: center;
  padding: 3px 0 2px;
  font-size: 0.6875rem;
  font-weight: bold;
  color: #fff;
  background: #cc0000;
  border-radius: 2px;
}

#news_topics_list h3 br {
  display: none;
}
#news_topics_list h3 br.list_no {
  display: block !important;
}

/*  lev4_contents
---------------------------------------------------------- */
div#body div#main.tech_body.topics:after {
  position: relative;
  bottom: -5px;
  left: -1px;
  background: #929FB2;
  width: 100%;
  height: 1px;
}
div#body div#main.tech_body.topics .topics_title h1 {
  color: #363434;
  border-bottom: #E6002D 2px solid;
  margin: 25px 0 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 10px;
}
div#body div#main.tech_body.topics .section .ref_link li {
  position: relative;
  left: 16px;
  font-size: 0.9375rem;
  line-height: 1.6;
  width: calc(100% - 16px);
}
div#body div#main.tech_body.topics .section .ref_link li:before {
  position: absolute;
  content: url(../images/icon_arrow_s.svg);
  display: inline-block;
  top: -2px;
  left: -16px;
  width: 9px;
  height: 9px;
}
div#body div#main.tech_body.topics .section .ref_link li.movie_icon:after {
  content: '動画';
  display: inline-block;
  font-size: 0.6875rem;
  line-height: 1;
  text-align: center;
  padding: 2px 0 1px;
  width: 32px;
  color: #fff;
  font-weight: bold;
  background: #18615e;
  border-radius: 2px;
  margin-left: 8px;
  vertical-align: 1px;
}
div#body div#main.tech_body.topics .section .ref_link li span {
  font-size: 0.8125rem;
}
div#body div#main.tech_body.topics .section h3.line {
  border-bottom: dotted 1px #aaa;
  margin: 40px 0 15px;
  padding: 0;
  background: none;
}
div#body div#main.tech_body .banner li {
  margin-bottom: 40px;
}
div#body div#main.tech_body .banner li > a {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
}
div#body div#main.tech_body .banner li > a .img {
  width: 100%;
}
div#body div#main.tech_body .banner li > a .txt {
  width: 100%;
  padding: 3% 5% 5%;
}
div#body div#main.tech_body .banner li > a .txt .link.blank:after {
  content: url(/common/image/icon_blank.gif);
  display: inline-block;
  margin-left: 4px;
  vertical-align: 3px;
}

.topics_link {
  position: relative;
  border-top: 1px solid #ccc;
  width: 100%;
  margin: 20px auto 0;
  padding-top: 10px;
  height: 30px;
}
.topics_link li {
  position: absolute;
}
.topics_link li.btn_prev {
  left: 17px;
}
.topics_link li.btn_next {
  right: 17px;
}
.topics_link li.btn_index {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.topics_link li a, .topics_link li.no_link {
  display: block;
  color: #343634;
  text-decoration: none;
  line-height: 1.5;
  font-size: 0.9375rem;
}
.topics_link li.btn_prev a::before, .topics_link li.btn_prev a::after, .topics_link li.btn_next a::before, .topics_link li.btn_next a::after, .topics_link li.btn_index a::before, .topics_link li.btn_index a::after, .topics_link li.no_link::before, .topics_link li.no_link::after {
  position: absolute;
  content: "";
  vertical-align: middle;
}
.topics_link li.btn_prev a::before, .topics_link li.btn_prev.no_link::before {
  left: -14px;
  top: 10px;
  width: 9px;
  height: 2px;
  background: #1C418D;
}
.topics_link li.btn_prev a::after, .topics_link li.btn_prev.no_link::after {
  left: -15px;
  top: 7px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #1C418D;
  border-right: 2px solid #1C418D;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.topics_link li.btn_next a::before, .topics_link li.btn_next.no_link::before {
  left: 34px;
  top: 10px;
  width: 9px;
  height: 2px;
  background: #1C418D;
}
.topics_link li.btn_next a::after, .topics_link li.btn_next.no_link::after {
  left: 35px;
  top: 7px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #1C418D;
  border-right: 2px solid #1C418D;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.topics_link li.no_link {
  opacity: 0.5;
}
.topics_link li.btn_index a::before {
  left: -13px;
  top: 7px;
  width: 2px;
  height: 9px;
  background: #1C418D;
}
.topics_link li.btn_index a::after {
  left: -16px;
  top: 6px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #1C418D;
  border-right: 2px solid #1C418D;
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.topics_bottom.bg-g {
  background: none;
}
.topics_bottom .btn {
  position: relative;
  width: 19em;
  margin: 25px auto 30px;
  line-height: 1;
  font-size: 0.875rem;
}
.topics_bottom .btn a {
  display: block;
  padding: 1.2em 0 1.2em 2.6em;
  color: #333;
  text-decoration: none;
  border: #b9baba 1px solid;
  border-radius: 4px;
  box-sizing: border-box;
}
.topics_bottom .btn a::before {
  content: url(../images/icon_arrow.svg);
  position: absolute;
  left: 13px;
  top: 18px;
  display: inline-block;
  width: 14px;
  height: 14px;
}

/*----------------------------------------------------
/* 	information
----------------------------------------------------*/
/* anc_menu_area
---------------------------------------------------------- */
.anc_menu_area{
    position: relative;
    top: 0;
    left: -3%;
    width: 106%;
}
.anc_menu{
	margin-bottom: 2rem;
    padding: 9px 3% 7px 3%;
    text-align: left;
    width: 100%;
	z-index: 2;
    background-color: #fff;
	box-shadow: 0px 4px 8px -2px rgba(0,0,0,0.2);
}
.anc_menu_list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}
.anc_menu_list li{
	background: none;
	padding: 0;
	width: 23%;
	margin-right: 0.5%;
	margin-bottom: 3px;
}
.anc_menu_list li a{
	display: block;
	line-height: 1;
	background: url("/tech/civil_common/images/icon_arrow_down.svg") 0.5em 0.55em/12px 12px no-repeat;
    padding: 0.5em 0.3em 0.5em 1.5em;
	text-align: left;
	border-radius: 5px;
	text-decoration: none;
	color: #363434;
}

.info dl {
  font-size: 0.9375rem;
}
.info dl dt {
  position: relative;
  padding: 0 0 1px 0;
  line-height: 1.7;
  color: #5E5D5D;
}
.info dl dt:after {
  content: "カテゴリ";
  display: inline-block;
  line-height: 1;
  position: absolute;
  top: 3px;
  margin-left: 8px;
  width: 84px;
  text-align: center;
  padding: 3px 0 2px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  background: #ccc;
  border-radius: 2px;
}
.info dl dt.news:after {
  content: "お知らせ";
  background: #7d7d7d;
  letter-spacing: 0.05em;
  padding-left: 1px;
}
.info dl dt.exhibition:after {
  content: "展示会";
  background: #916d90;
  letter-spacing: 0.2em;
  padding-left: 2px;
}
.info dl dt.digest:after {
  content: "ダイジェスト";
  background: #4e9d9b;
}
.info dl dt.site_info:after {
  content: "現場情報";
  background: #cd8c68;
  letter-spacing: 0.2em;
  padding-left: 2px;
}
.info dl dd {
  padding: 0px 0px 12px 0 !important;
  color: #595757;
  line-height: 1.6;
  border-bottom: dotted 1px #ccc;
  margin-bottom: 12px;
}
.info dl a {
  color: #363434;
  text-decoration: none;
}
.info dl a:hover {
  text-decoration: underline;
}
.info dl img.link_icon {
  margin: 0 3px 0 3px;
  vertical-align: 2px;
}
.info dl:last-child {
  margin-bottom: 40px;
}

p.go_pagetop_info {
  display: none;
}
