@charset "utf-8";
/* CSS Document */
.contents h2 {
  background: url(images/h2_icon.png) no-repeat left 3px;
  background-size: 24px auto;
}
/*お知らせ一覧(一部交通規制状況管理含)
***********************************************/
.contents ul.yearList {
  font-size: 0;
}
.contents ul.yearList li {
  min-width: 142px;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  margin-right: 15px;
}
.contents ul.yearList li a {
  display: block;
  background: #EBEBEB;
  padding: 10px 15px;
  color: #1F1F1F;
}
.contents ul.yearList li a {
  text-decoration: none;
}
.contents ul.yearList li:last-child {
  margin-right: 0;
}
.contents ul.yearList li span, .contents ul.yearList li span {
  background: url(../common/images/arrow04.png) no-repeat left 50%;
  background-size: 14px auto;
  padding-left: 22px;
}
.contents ul.yearList li:hover a, .contents ul.yearList li.now a {
  background: #0094D7;
  color: #FFF;
  cursor: pointer;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.contents ul.yearList li:hover span, .contents ul.yearList li.now span {
  background: url(../common/images/arrow01.png) no-repeat left 50%;
  background-size: 14px auto;
}
.contents .newsList {
  overflow: hidden;
  margin-bottom: 50px;
  font-size: 0;
}
.contents .newsList li span {
  background: url(../common/images/arrow04.png) no-repeat left top;
  background-size: 12px auto;
}
.contents .newsitem {
  padding: 30px 40px 30px 0;
  overflow: hidden;
  position: relative;
  border-bottom: #DEDEDE solid 1px;
}
.contents .newsitem:last-child {
  border-bottom: none;
}
.contents .newsitem a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../common/images/arrow03.png) no-repeat 99% 50%;
  background-size: 16px auto;
  z-index: 998;
}
.contents .newsitem a:hover {
  background: rgba(255, 255, 255, 0.5) url(../common/images/arrow03.png) no-repeat 100% 50%;
  background-size: 16px auto;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.contents .newsitem .date {
  float: left;
  clear: both;
  font-size: 13px;
  color: #666666;
  margin-top: 2px;
}
.contents .newsitem .title {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-left: 6em;
}
.contents .noneText {
  margin-top: 30px;
  font-weight: bold;
}
.contents .newsitem .title.new::before {
  content: 'new';
  font-size: 12px;
  color: #FFF;
  background: #D92743;
  border-radius: 3px;
  padding: 3px 5px;
  display: inline-block;
  margin-right: 10px;
  line-height: 1;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.contents .newsitem .detail {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}
/*お知らせ詳細(一部交通規制状況管理含)
***********************************************/
.contents .news_detail {
  overflow: hidden;
  margin-bottom: 30px;
}
.contents .titleArea {
  position: relative;
}
.contents .titleArea .btn {
  position: absolute;
  right: 0;
  top: 5px;
}
.contents .titleArea .btn a {
  padding: 8px 15px;
  display: block;
  width: 100%;
  height: 100%;
  background: #EBEBEB;
  text-decoration: none;
  color: #1f1f1f;
}
.contents .titleArea .btn a span {
  background: url(../common/images/arrow08.png) no-repeat left 9px;
  background-size: 7px auto;
  padding-left: 16px;
  line-height: 1.2;
}
.contents ul.yearList02 {
  margin-bottom: 30px;
  font-size: 0;
}
.contents ul.yearList02 li {
  min-width: 142px;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contents ul.yearList02 li a {
  padding: 10px 15px;
  display: block;
  width: 100%;
  height: 100%;
  background: #EBEBEB;
  text-decoration: none;
  color: #1f1f1f;
}
.contents ul.yearList02 li:last-child {
  margin-right: 0;
}
.contents ul.yearList02 li span, .contents ul.yearList02 li span {
  background: url(../common/images/arrow04.png) no-repeat left 50%;
  background-size: 14px auto;
  padding-left: 22px;
}
.contents ul.yearList02 li:hover a {
  background: #0094D7;
  color: #FFF;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.contents ul.yearList02 li:hover span {
  background: url(../common/images/arrow01.png) no-repeat left 50%;
  background-size: 14px auto;
}
.contents .news_detail .date {
  font-size: 13px;
  color: #666666;
  margin-bottom: 3px;
}
.contents .news_detail .date.new::after {
  content: 'new';
  font-size: 12px;
  color: #FFF;
  background: #D92743;
  border-radius: 3px;
  padding: 3px 5px;
  display: inline-block;
  margin-left: 10px;
  line-height: 1;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.contents .news_detail .date .jct {
  background: #0094D7;
  display: inline-block;
  padding: 3px 5px;
  border-radius: 3px;
  color: #FFF;
  font-size: 11px;
  line-height: 1.1;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.contents .news_detail .date .control {
  background: #E8824A;
  display: inline-block;
  padding: 3px 5px;
  border-radius: 3px;
  color: #FFF;
  font-size: 11px;
  line-height: 1.1;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.contents .news_detail .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.contents .news_detail .detail {
  font-size: 14px;
}
.contents .news_detail .otherItem {
  margin-top: 20px;
}
.contents .news_detail .pdf {
  margin-top: 5px;
}
.contents .news_detail .link {
  margin-top: 5px;
}
.contents .news_detail ul.imgList {
  font-size: 0;
  margin-top: 30px;
}
.contents .news_detail ul.imgList li {
  max-width: 475px;
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
}
.contents .news_detail ul.imgList li:nth-child(odd) {
  margin-right: 30px;
}
.contents .news_detail ul.imgList li:first-child, .contents .news_detail ul.imgList li:nth-child(2) {
  margin-top: 0;
}
.contents .news_detail ul.imgList li img {
  max-width: 100%;
  max-height: 500px;
}
.contents .news_detail ul.imgList li .cap {
  background: #EBEBEB;
  padding: 5px 10px 3px 10px;
  font-size: 12px;
  margin-top: 5px;
}
.contents .news_detail ul.imgList li a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.contents .appBtn {
  text-align: center;
  margin-top: 15px;
  width: 20em;
  margin: 0 auto 30px auto;
}
.contents .appBtn a {
  width: 100%;
  background: #0094D7;
  color: #FFF;
  text-decoration: none;
  font-size: 20px;
  padding: 10px 15px;
  display: block;
}
.contents .appBtn a span {
  background: url(../common/images/arrow09.png) no-repeat left 50%;
  padding-left: 24px;
}
/*進捗状況 .progress
***********************************************/
.wrapper.progress {
  overflow: hidden;
}
.wrapper.progress .contents {
  position: relative;
}
.contents .progress_Area {
  width: 440px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  float: left;
}
.contents .p_fixed {
  position: fixed;
  left: auto;
  top: 123px;
}
.contents .p_fixed_last {
  position: absolute;
  bottom: 0;
  top: auto;
}
.contents .progress_Area .item {
  margin-bottom: 25px;
  font-size: 0;
  overflow: hidden;
}
.contents .progress_Area.follow .item {
  margin-bottom: 20px;
}
.contents .progress_Area .item + h3 {
  margin-top: 45px;
}
.contents .progress_Area .item:last-child {
  margin-bottom: 0;
}
.contents .progress_Area .item .title {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 8px 25px;
  color: #1f1f1f;
}
.contents .progress_Area .item.green .title {
  background: url(../common/images/arrow06.png) no-repeat left 7px;
  background-size: 14px auto;
  border-bottom: #27A76A solid 2px;
}
.contents .progress_Area .item.orange .title {
  background: url(../common/images/arrow07.png) no-repeat left 7px;
  background-size: 14px auto;
  border-bottom: #EF5825 solid 2px;
}
.contents .progress_Area .item.blue .title {
  background: url(../common/images/arrow12.png) no-repeat left 7px;
  background-size: 14px auto;
  border-bottom: #26b8c4 solid 2px;
}
.contents .progress_Area .item .bar {
  width: 340px;
  height: 20px;
  background: url(../common/images/bar_bg.png) repeat left top;
  display: inline-block;
  vertical-align: middle;
}
.contents .progress_Area .item .bar .bar_inner {
  background: #D92743;
  height: 20px;
}
.contents .progress_Area .item .percent, .contents .progress_Area .item .percent02 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding: 3px 5px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  margin-left: 20px;
  text-align: center;
  line-height: 1.5;
}
.contents .progress_Area .item.green .percent, .contents .progress_Area .item.green .percent02 {
  border: 2px solid #27A76A;
  background: #FFFFFF;
}
.contents .progress_Area .item.green .percent:before, .contents .progress_Area .item.green .percent:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.contents .progress_Area .item.green .percent:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #FFFFFF;
  border-width: 5px;
  margin-top: -5px;
}
.contents .progress_Area .item.green .percent:before {
  border-color: rgba(39, 167, 106, 0);
  border-right-color: #27A76A;
  border-width: 8px;
  margin-top: -8px;
}
.contents .progress_Area .item.green .percent02:after, .contents .progress_Area .item.green .percent02:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.contents .progress_Area .item.green .percent02:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #FFFFFF;
  border-width: 5px;
  margin-left: -5px;
}
.contents .progress_Area .item.green .percent02:before {
  border-color: rgba(39, 167, 106, 0);
  border-top-color: #27A76A;
  border-width: 8px;
  margin-left: -8px;
}
.contents .progress_Area .item.orange .percent, .contents .progress_Area .item.orange .percent02 {
  border: 2px solid #EF5825;
  background: #FFFFFF;
}
.contents .progress_Area .item.orange .percent:before, .contents .progress_Area .item.orange .percent:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.contents .progress_Area .item.orange .percent:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #FFFFFF;
  border-width: 5px;
  margin-top: -5px;
}
.contents .progress_Area .item.orange .percent:before {
  border-color: rgba(239, 88, 37, 0);
  border-right-color: #EF5825;
  border-width: 8px;
  margin-top: -8px;
}
.contents .progress_Area .item.orange .percent02:after, .contents .progress_Area .item.orange .percent02:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.contents .progress_Area .item.orange .percent02:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #FFFFFF;
  border-width: 5px;
  margin-left: -5px;
}
.contents .progress_Area .item.orange .percent02:before {
  border-color: rgba(239, 88, 37, 0);
  border-top-color: #EF5825;
  border-width: 8px;
  margin-left: -8px;
}
.contents .progress_Area .item .percent span, .contents .progress_Area .item .percent02 span {
  font-size: 12px;
  margin-left: 1px;
}
.contents .progress_Area .item .chara {
  float: right;
  width: 80px;
  margin-top: 10px;
}
.contents .progress_Area .item .chara img {
  max-width: 100%;
}
.contents .progress_Area .item .detail {
  font-size: 13px;
  margin-top: 5px;
}
.contents .progress_Area .item .commentArea {
  font-size: 13px;
  border-radius: 5px;
  padding: 12px 15px;
  margin-top: 12px;
}
.contents .progress_Area .item .commentArea.green {
  border: #48B548 solid 2px;
}
.contents .progress_Area .item .commentArea.orange {
  border: #EF5825 solid 2px;
}
.contents .progress_Area .item .commentArea.blue {
  border: #26b8c4 solid 2px;
}
.contents .progress_Area .item .commentArea .here {
  font-weight: bold;
  margin-bottom: 3px;
}
.contents .progress_Area .item .commentArea .comment {
  line-height: 1.5;
}
.contents .progress_Area .item .commentArea .monitoring{
  margin-top: 5px;
}
.contents .progress_Area .item .plans {
  font-size: 13px;
  border-radius: 5px;
  padding: 8px 15px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  margin-top: 15px;
}
.contents .progress_Area .item .plans.green {
  background: #48B548;
}
.contents .progress_Area .item .plans.orange {
  background: #EF5825;
}
.progress .contents .titleArea {
  position: relative;
}
.progress .contents .titleArea .attArea {
  position: absolute;
  top: -5px;
  right: 0;
}
.progress .contents .titleArea .attArea ul li {
  line-height: 1.3;
  font-size: 12px;
  padding-left: 35px;
}
.progress .contents .titleArea .attArea ul li::before {
  content: "－";
  margin-right: 5px;
}
.progress .contents .titleArea .attArea ul li:first-child {
  background: url(images/icon_dis01.png) no-repeat left 2px;
  background-size: 28px auto;
}
.progress .contents .titleArea .attArea ul li:nth-child(2) {
  background: url(images/icon_dis02.png) no-repeat left 2px;
  background-size: 28px auto;
}
.progress .contents .titleArea .attArea ul li:nth-child(3) {
  background: url(images/icon_dis03.png) no-repeat left 2px;
  background-size: 28px auto;
}
/*-2023.03追記-*/
.progress .historyLink{
  margin-bottom: 15px;
  text-align: right;
}
.progress .historyLink a{
  display: inline-block;
  background: #0094d7;
  color: #FFF;
  padding: 10px 20px;
}
.progress .historyLink a span {
  display: inline-block;
  background: url(../common/images/arrow01.png) no-repeat left 55% / 12px auto;
  padding-left: 22px;
}
/*--ここからマップについて
----------------------------------------*/
.contents .map_Area {
  display: block;
  width: 500px;
  float: right;
  height: 100%;
}
.contents .map_Area p img {
  max-width: 100%;
}
.contents .map_Area .copy {
  margin-top: 15px;
  text-align: right;
}
.contents .map_Area .update {
  margin-top: 15px;
  text-align: right;
}
.contents .map_Area .mapWrap {
  position: relative;
}
/*--上の領域
----------------------------------------*/
.contents .map_Area .top_inner01 {
  position: absolute;
  top: 111px;
  height: 483px;
  width: 100%;
  z-index: 101;
}
/*--(北)大泉南工事
----------------------------------------*/
.contents .map_Area .top_inner01 .o01 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(images/progress_o01.png) no-repeat left top;
  z-index: 97;
  background-size: cover;
}
/*-次の週の予定-*/
.contents .map_Area .top_inner01 .o01_plan {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(images/progress_o01_plan.png) no-repeat left top;
  z-index: 96;
  background-size: cover;
}
/*--横についてくるアイコン--*/
.contents .map_Area .o_icon01 {
  position: absolute;
  right: 8px;
  width: 145px;
  height: 67px;
  background: url(images/o_arrow.png) no-repeat right bottom;
  background-size: 140px auto;
  transform: translate(0, -53%);
  z-index: 103;
}
/*-ライン-*/
.contents .map_Area .top_inner01 .o01.line {
  background: url(images/o_line.png) no-repeat left bottom;
  left: auto;
  right: 0;
  z-index: 102;
}
/*-(南)大泉南工事
----------------------------------------*/
.contents .map_Area .top_inner01 .g01 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(images/progress_g01.png) no-repeat left top;
  z-index: 99;
  background-size: cover;
}
/*-次の週の予定-*/
.contents .map_Area .top_inner01 .g01_plan {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(images/progress_g01_plan.png) no-repeat left top;
  z-index: 98;
  background-size: cover;
}
/*--横についてくるアイコン--*/
.contents .map_Area .g_icon01 {
  position: absolute;
  left: 8px;
  width: 145px;
  height: 62px;
  background: url(images/g_arrow.png) no-repeat left 0;
  background-size: 140px auto;
  transform: translate(0, -53%);
  z-index: 103;
}
/*-ライン-*/
.contents .map_Area .top_inner01 .g01.line {
  background: url(images/g_line.png) no-repeat right bottom;
  z-index: 102;
}
/*--下の領域
----------------------------------------*/
.contents .map_Area .top_inner02 {
  position: absolute;
  height: 580px;
  width: 100%;
  bottom: 82px;
  z-index: 100;
}
/*-(北)東名北工事
----------------------------------------*/
.contents .map_Area .top_inner02 .o02 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(images/progress_o02.png) no-repeat left bottom;
  z-index: 99;
  background-size: cover;
}
/*-次の週の予定-*/
.contents .map_Area .top_inner02 .o02_plan {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(images/progress_o02_plan.png) no-repeat left bottom;
  z-index: 98;
  background-size: cover;
}
/*--横についてくるアイコン--*/
.contents .map_Area .o_icon02 {
  position: absolute;
  right: 8px;
  width: 150px;
  height: 67px;
  background: url(images/progress_img02_map.png) no-repeat right bottom;
  background-size: 150px auto;
  transform: translate(0, 60%);
  z-index: 103;
}
/*--ライン--*/
.contents .map_Area .top_inner02 .o02.line {
  background: url(images/o_line.png) no-repeat left top;
  left: auto;
  right: 0;
  z-index: 102;
}
/*-(南)東名北工事
----------------------------------------*/
.contents .map_Area .top_inner02 .g02 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(images/progress_g02.png) no-repeat right bottom;
  z-index: 97;
  background-size: cover;
}
/*-次の週の予定-*/
.contents .map_Area .top_inner02 .g02_plan {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(images/progress_g02_plan.png) no-repeat left bottom;
  z-index: 96;
  background-size: cover;
}
/*--横についてくるアイコン--*/
.contents .map_Area .g_icon02 {
  position: absolute;
  left: 8px;
  width: 150px;
  height: 72px;
  background: url(images/progress_img01_map.png) no-repeat left bottom;
  background-size: 150px auto;
  transform: translate(0, 60%);
  z-index: 103;
}
/*--ライン--*/
.contents .map_Area .top_inner02 .g02.line {
  background: url(images/g_line.png) no-repeat right top;
  z-index: 102;
}
.contents .stickem-container {
  position: relative;
}
.contents .stickit {
  position: fixed;
  left: auto;
  top: 125px;
}
.contents .stickit-end {
  bottom: 0;
  position: absolute;
}
/*交通規制状況管理 .regulation
***********************************************/
.regulation .contents .atttext {
  margin-top: 20px;
}
.regulation .contents {
  min-height: 685px;
}
.regulation .contents .news_detail {
  margin-bottom: 0;
  padding: 30px 0;
  border-bottom: 1px solid #dedede;
}
.regulation .contents .news_detail:last-child {
  border-bottom: none;
}
.regulation .contents .news_detail .title {
  font-size: 15px;
}
.regulation .contents .news_detail .detail {
  margin-top: 10px;
}
.regulation .contents .news_detail p.pdf {
  font-size: 14px;
}
.regulation .contents ul.tabList {
  margin-top: 15px;
  font-size: 0;
}
.regulation .contents ul.tabList li {
  font-size: 13px;
  display: inline-block;
  margin-right: 10px;
  background: #ebebeb;
  padding: 10px 15px;
  line-height: 1.2;
  min-width: 8em;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.regulation .contents ul.tabList li:hover, .regulation .contents ul.tabList li.now {
  background: #0094D7;
  color: #FFF;
  cursor: pointer;
}
.regulation .contents ul.tabList li:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 148, 215, 0);
  border-width: 5px;
  margin-left: -5px;
}
.regulation .contents ul.tabList li:hover:after, .regulation .contents ul.tabList li.now:after {
  border-top-color: #0094D7;
}
.regulation .contents ul.tabList li:nth-child(2):hover:after, .regulation .contents ul.tabList li:nth-child(2).now:after {
  border-top-color: #e8824a;
}
.regulation .contents ul.tabList li:nth-child(2):hover, .regulation .contents ul.tabList li:nth-child(2).now {
  background: #e8824a;
}
/*現場フォトギャラりー
***********************************************/
.photogallery .contents .atttext {
  margin-bottom: 25px;
}
.photogallery .contents ul.sceneList {
  font-size: 0;
}
.photogallery .contents ul.sceneList li {
  min-width: 142px;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
.photogallery .contents ul.sceneList li a {
  display: block;
  background: #EBEBEB;
  padding: 10px 15px;
  color: #1F1F1F;
}
.photogallery .contents ul.sceneList li a {
  text-decoration: none;
}
.photogallery .contents ul.sceneList li:last-child {
  margin-right: 0;
}
.photogallery .contents ul.sceneList li span, .photogallery.contents ul.sceneList li span {
  background: url(../common/images/arrow04.png) no-repeat left 55%;
  background-size: 13px auto;
  padding-left: 22px;
}
.photogallery .contents ul.sceneList li:hover a, .photogallery .contents ul.sceneList li.now a {
  background: #0094D7;
  color: #FFF;
  cursor: pointer;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.photogallery .contents ul.sceneList li:hover span, .photogallery .contents ul.sceneList li.now span {
  background: url(../common/images/arrow01.png) no-repeat left 55%;
  background-size: 13px auto;
}
.photogallery .contents .photo_detail {
  border-bottom: 1px solid #dedede;
  padding: 30px 0;
}
.photogallery .contents .photo_detail:last-child {
  border-bottom: 0;
}
.photogallery .contents .photo_detail .date {
  color: #666666;
  font-size: 13px;
  margin-bottom: 3px;
}
.photogallery .contents .photo_detail .date.new::after {
  background: #d92743 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  content: "new";
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin-left: 10px;
  padding: 3px 5px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.photogallery .contents .photo_detail .title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}
.photogallery .contents .photo_detail .detail {
  font-size: 13px;
  margin-top: 10px;
}
.photogallery .contents .photo_detail ul.imgList {
  font-size: 0;
  margin-top: 30px;
}
.photogallery .contents .photo_detail ul.imgList li {
  max-width: 475px;
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
}
.photogallery .contents .photo_detail ul.imgList li:nth-child(odd) {
  margin-right: 30px;
}
.photogallery .contents .photo_detail ul.imgList li:first-child, .photogallery .contents .photo_detail ul.imgList li:nth-child(2) {
  margin-top: 0;
}
.photogallery .contents ul.imgList li img {
  max-width: 100%;
  max-height: 500px;
}
.photogallery .contents .photo_detail ul.imgList li .cap {
  background: #EBEBEB;
  padding: 5px 10px 3px 10px;
  font-size: 12px;
  margin-top: 5px;
}
.photogallery .contents .photo_detail ul.imgList li a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.photogallery .contents .backBtnArea {
  margin-top: 50px;
  text-align: center;
}
.photogallery .contents .backBtnArea p a {
  background: #FFF;
  border: #0094d7 solid 2px;
  padding: 10px 25px 10px 15px;
  display: inline-block;
  font-size: 12px;
}
.photogallery .contents .backBtnArea p a span {
  display: inline-block;
  background: url(../common/images/arrow08.png) no-repeat left 5px top 55% / 10px auto;
  padding-left: 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.photogallery .contents .backBtnArea p a:hover span {
  background: url(../common/images/arrow08.png) no-repeat left 0px top 55% / 12px auto;
}
/*ウェブカメラ .webcamera　2018.04追加
***********************************************/
ul.yearList.cameraLink li.none a, ul.yearList.cameraLink li.none a:hover {
  color: #888;
  background: #EBEBEB;
  cursor: default;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
ul.yearList.cameraLink li.none a:hover span {
  background: url(../common/images/arrow04.png) no-repeat left 50%;
  background-size: 14px auto;
}
/*騒音・振動・地表面計測モニタリング結果 .monitoring　2021.05追加
***********************************************/
.monitoring .refinementTable {
  width: 100%;
  border-top: #bdcede solid 1px;
  border-left: #bdcede solid 1px;
}
@media all and (-ms-high-contrast: none) {
  .monitoring .refinementTable {
    table-layout: fixed;
  }
}
.monitoring .refinementTable th {
  width: 100px;
  vertical-align: top;
  padding: 15px;
  color: #0078AC;
  background: #CFE6FC;
  font-weight: bold;
  border-right: #bdcede solid 1px;
  border-bottom: #bdcede solid 1px;
}
.monitoring .refinementTable td {
  padding: 15px;
  border-right: #bdcede solid 1px;
  border-bottom: #bdcede solid 1px;
}
.monitoring .updateDate {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.monitoring .updateDate .line + .line {
  margin-left: 15px;
}
.monitoring .updateDate select {
  margin: 0 5px;
  padding: 6px 10px;
  border-radius: 3px;
  border: #DDD solid 1px;
}
.monitoring .updateDate select:first-of-type {
  margin-left: 0;
}
.monitoring .btnArea {
  text-align: center;
  margin: 15px 0 0 0;
}
.monitoring .btnArea .narrowBtn {
  background: #053978;
  padding: 10px 25px;
  color: #FFF;
  border: 0;
  font-size: 16px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "メイリオ", Meiryo, "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.monitoring .btnArea .narrowBtn:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  cursor: pointer;
}
.monitoring .allDel{
  margin-bottom: 15px;
}
.monitoring .allDel label{
  background: #ebf1f7;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
}
.monitoring .allDel label:hover {
  cursor: pointer;
}
.monitoring .tunnelWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.monitoring .tunnelWrap .tunnelBox {
  width: 49%;
  margin-bottom: 15px;
}
.monitoring .tunnelWrap .tunnelBox .c_name {
  font-weight: bold;
  color: #053978;
  position: relative;
}
.monitoring .tunnelWrap .tunnelBox p + p {
  margin-top: 0.5em;

}
.monitoring .tunnelWrap .tunnelBox p label {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  line-height: 1.3;
}
.monitoring .tunnelWrap .tunnelBox label:hover {
  cursor: pointer;
}
.monitoring .tunnelWrap .tunnelBox label input[type="checkbox"] {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.1em;
}
.monitoring .optionArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin: 20px 0 15px 0;
}
.monitoring .lastUpdated {
  order: 1;
  width: 25%;
}
.monitoring .pagerArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 20px 0 15px 0;
}
.monitoring .pagerArea li {
  font-size: 12px;
  margin-left: 5px;
}
.monitoring .pagerArea li span, .monitoring .pagerArea li a {
  padding: 5px 12px;
  border: solid 1px #bdcede;
  display: inline-block;
  border-radius: 3px;
}
.monitoring .pagerArea li span {
  background: #CFE6FC;
}
.monitoring .pagerArea li a:hover {
  background: #CFE6FC;
}
.monitoring .tTWrap {
  border: solid 5px #e1eaf2;
  margin-bottom: 30px;
}
.monitoring .pastBtn {
  text-align: right;
  margin-bottom: 10px;
}
.monitoring .pastBtn a{
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  padding: 8px 12px 8px 12px;
  background: #0094D7;
  line-height: 1.5;
}
.monitoring .pastBtn a span{
  display: inline-block;
  padding-left: 25px;
  background: url("../common/images/arrow01.png") no-repeat left 55% / 14px 14px;
}
.monitoring .tunnelTable {
  width: 100%;
  border-top: #bdcede solid 1px;
  border-left: #bdcede solid 1px;
}
.monitoring .tunnelTable th {
  padding: 10px 15px 8px 15px;
  width: 190px;
  border-right: #bdcede solid 1px;
  border-bottom: #bdcede solid 1px;
  font-weight: bold;
  vertical-align: top;
}
.monitoring .tunnelTable td {
  padding: 10px 15px 8px 15px;
  border-right: #bdcede solid 1px;
  border-bottom: #bdcede solid 1px;
  vertical-align: top;
}
.monitoring .tunnelTable td a {
  display: inline-block;
  padding-left: 22px;
  background: url("../common/images/icon_pdf.png") no-repeat left 5px / 12px auto;
  color: #053978;
}
@media screen and (max-width: 767px) {/*SP*/
  /*お知らせ一覧
***********************************************/
  .contents ul.yearList li {
    min-width: initial;
    min-width: auto;
    margin-right: 10px;
    width: 48%;
    widht: -webkit-calc((100% - 10px) / 2);
    width: -moz-calc((100% - 10px) / 2);
    width: calc((100% - 10px) / 2);
    font-size: 13px;
    margin-bottom: 10px;
  }
  .contents ul.yearList li:nth-child(even) {
    margin-right: 0;
  }
  .contents .newsitem {
    padding: 20px 30px 20px 0;
  }
  .contents .newsitem a {
    background: url(../common/images/arrow03.png) no-repeat right 50%;
    background-size: 10px auto;
  }
  .contents .newsitem .date {
    float: none;
    display: block;
  }
  .contents .newsitem .title {
    font-size: 15px;
    margin-left: 0;
  }
  .contents .newsitem .detail {
    font-size: 13px;
  }
  /*お知らせ詳細
***********************************************/
  .contents ul.yearList02 {
    margin-bottom: 20px;
  }
  .contents ul.yearList02 li {
    min-width: initial;
    min-width: auto;
    margin-right: 10px;
    width: 48%;
    widht: -webkit-calc((100% - 10px) / 2);
    width: -moz-calc((100% - 10px) / 2);
    width: calc((100% - 10px) / 2);
    font-size: 13px;
    margin-bottom: 10px;
  }
  .contents ul.yearList02 li a {
    padding: 10px;
  } 
  .contents ul.yearList02 li:nth-child(even) {
    margin-right: 0;
  }
  .contents .news_detail ul.imgList li {
    min-width: initial;
    min-width: auto;
    width: 100%;
  }
  .contents .news_detail ul.imgList li img {
    min-height: initial;
    min-height: auto
  }
  .contents .news_detail ul.imgList li {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .contents .news_detail ul.imgList li:last-child {
    margin-bottom: 0;
  }
  .contents .appBtn {
    margin-top: 10px;
    width: 100%;
  }
  .contents .appBtn a {
    font-size: 14px;
    padding: 10px;
  }
  .contents .appBtn a span {
    background: url(../common/images/arrow09.png) no-repeat left 50%;
    background-size: 7px auto;
    padding-left: 17px;
  }
  /*進捗状況 .progress
***********************************************/
  .contents .progress_Area {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .contents .p_fixed {
    position: relative;
    left: auto;
    top: 0;
  }
  .contents .p_fixed_last {
    position: relative;
    bottom: auto;
    top: 0;
  }
  .contents .progress_Area .item {
    margin-bottom: 30px;
    font-size: 0;
  }
  .contents .progress_Area .item .title {
    font-size: 15px;
  }
  .contents .progress_Area .item .bar {
    width: 75%;
    widht: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
  }
  .contents .progress_Area .item .percent, .contents .progress_Area .item .percent02 {
    margin-left: 10px;
    font-size: 14px;
    width: 70px;
  }
  .contents .progress_Area .item .percent span, .contents .progress_Area .item .percent02 span {
    font-size: 11px;
  }
  .contents .map_Area {
    width: 320px;
    float: none;
    padding: 0;
    margin: 0 auto;
  }
  .contents .map_Area img {
    max-width: 320px;
  }
  .contents .progress_Area .item .chara {
    width: 70px;
  }
  .contents .progress_Area .item .detail {
    font-size: 11px;
  }
  .contents .map_Area .copy {
    margin-top: 10px;
  }
  .contents .map_Area .copy img {
    max-width: 160px;
  }
  .contents .map_Area .update {
    margin-top: 15px;
  }
  .contents .stickem-container {
    position: relative;
  }
  .contents .stickit {
    position: static;
    top: 0;
  }
  .contents .stickit-end {
    position: static;
  }
  .progress .contents .titleArea .attArea {
    position: static;
    margin-bottom: 15px;
    background: #f2f2f2;
    border-radius: 3px;
    padding: 8px 5px;
  }
  .progress .contents .titleArea .attArea ul {
    font-size: 0;
    text-align: center;
  }
  .progress .contents .titleArea .attArea ul li {
    display: inline-block;
    margin-right: 15px;
    padding-left: 25px
  }
  .progress .contents .titleArea .attArea ul li:last-child {
    margin-right: 0;
  }
  .progress .contents .titleArea .attArea ul li:first-child {
    background: url(images/icon_dis01.png) no-repeat left 4px;
    background-size: 20px auto;
  }
  .progress .contents .titleArea .attArea ul li:nth-child(2) {
    background: url(images/icon_dis02.png) no-repeat left 4px;
    background-size: 20px auto;
  }
  .progress .contents .titleArea .attArea ul li:nth-child(3) {
    background: url(images/icon_dis03.png) no-repeat left 4px;
    background-size: 20px auto;
  }
  /*--ここからマップの中
----------------------------------------*/
  .contents .map_Area .mapWrap {
    width: 320px;
  }
  .contents .map_Area .top_inner01 {
    top: 70px;
    height: 310px;
  }
  .contents .map_Area .top_inner02 {
    bottom: 52px;
    height: 370px;
  }
  .contents .map_Area .top_inner01 .o01, .contents .map_Area .top_inner01 .o01_plan, .contents .map_Area .top_inner01 .g01, .contents .map_Area .top_inner01 .g01_plan, .contents .map_Area .top_inner02 .o02, .contents .map_Area .top_inner02 .o02_plan, .contents .map_Area .top_inner02 .g02, .contents .map_Area .top_inner02 .g02_plan {
    background-size: 320px auto;
  }
  /*横についてくるアイコン*/
  .contents .map_Area .o_icon01, .contents .map_Area .o_icon02 {
    right: 5px;
  }
  .contents .map_Area .g_icon01, .contents .map_Area .g_icon02 {
    left: 5px;
  }
  .contents .map_Area .o_icon01 {
    background: url(images/o_arrow.png) no-repeat right bottom;
    background-size: 50px auto;
    width: 50px;
    height: 38px;
  }
  .contents .map_Area .g_icon01 {
    background: url(images/g_arrow.png) no-repeat left 0;
    background-size: 50px auto;
    width: 50px;
    height: 23px;
  }
  .contents .map_Area .o_icon02 {
    background: url(images/progress_img02_map.png) no-repeat right bottom;
    background-size: 60px auto;
    width: 60px;
    height: 27px;
  }
  .contents .map_Area .g_icon02 {
    background: url(images/progress_img01_map.png) no-repeat left bottom;
    background-size: 60px auto;
    width: 60px;
    height: 29px;
  }
  /*アイコン*/
  .contents .map_Area .top_inner01 .o01.line, .contents .map_Area .top_inner01 .g01.line, .contents .map_Area .top_inner02 .o02.line, .contents .map_Area .top_inner02 .g02.line {
    background-size: auto 2px;
  }
  /*交通規制状況管理 .regulation
***********************************************/
  .regulation .contents {
    min-height: initial;
    min-height: auto;
  }
  .regulation .contents ul.tabList li {
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
    widht: -webkit-calc((100% - 10px) / 2);
    width: -moz-calc((100% - 10px) / 2);
    width: calc((100% - 10px) / 2);
  }
  .regulation .contents ul.tabList li:nth-child(even) {
    margin-right: 0px;
  }
  /*現場フォトギャラりー
***********************************************/
  .photogallery .contents ul.sceneList li {
    min-width: initial;
    min-width: auto;
    margin-right: 10px;
    width: 48%;
    widht: -webkit-calc((100% - 10px) / 2);
    width: -moz-calc((100% - 10px) / 2);
    width: calc((100% - 10px) / 2);
    font-size: 13px;
    vertical-align: top;
    margin-bottom: 10px;
  }
  .photogallery .contents ul.sceneList li a {
    padding: 10px;
  }
  .photogallery .contents ul.sceneList li span {
    background-position: left 50% !important;
    background-size: 10px auto !important;
    padding-left: 18px;
  }
  .photogallery .contents ul.sceneList li:nth-child(even) {
    margin-right: 0;
  }
  .photogallery .contents .photo_detail ul.imgList li {
    min-width: initial;
    min-width: auto;
    width: 100%;
  }
  .photogallery .contents .photo_detail ul.imgList li img {
    min-height: initial;
    min-height: auto
  }
  .photogallery .contents .photo_detail ul.imgList li {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .photogallery .contents .photo_detail ul.imgList li:last-child {
    margin-bottom: 0;
  }
  .photogallery .contents .backBtnArea p a {
    padding: 10px 20px 10px 10px;
    display: block;
  }
  .photogallery .contents .backBtnArea p a span, .photogallery .contents .backBtnArea p a:hover span {
    display: inline-block;
    background: url(../common/images/arrow08.png) no-repeat left 0px top 50% / 10px auto;
    padding-left: 25px;
  }
  /*騒音・振動・地表面計測モニタリング結果 .monitoring　2021.05追加
***********************************************/
  .monitoring .tunnelWrap .tunnelBox {
    width: 100%;
    margin-bottom: 0;
  }
  .monitoring .updateDate .line + .line {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .monitoring .updateDate select {
    font-size: 14px;
    padding: 6px 25px 6px 10px;
    -webkit-appearance: none; 
     background: url("../images/next_arw.png") no-repeat right 10px top 50% / 10px auto;
  }
  .monitoring .btnArea .narrowBtn {
    font-size: 14px;
  }
  .monitoring .tunnelWrap .tunnelBox + .tunnelBox {
    margin-top: 2em;
  }
  .monitoring .tunnelWrap .tunnelBox p{
    margin-bottom: 5px;
  }
  .monitoring .tunnelWrap .tunnelBox p:not(.c_name) + p{
    margin-top: 1em;
  }
  .monitoring .tunnelWrap .tunnelBox .c_name {
    margin-bottom: 5px;
  }
  .monitoring .tunnelWrap .tunnelBox .c_name::before {
    top: 5px;
  }
  .monitoring .tunnelWrap .tunnelBox p + .c_name{
    margin-top: 15px;
  }
  .monitoring .refinementTable th, .monitoring .refinementTable td {
    display: block;
    width: 100%;
    padding: 10px 15px;
  }
  .monitoring .tunnelWrap .tunnelBox label {
    margin-left: 0;
    padding-left: 1.8em;
  }
  .monitoring .tunnelWrap .tunnelBox label input[type="checkbox"] {
    top: 0;
  }
  .monitoring .tunnelTable th, .monitoring .tunnelTable td {
    display: block;
    width: 100%;
  }
  .monitoring .tunnelTable th {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .monitoring .tunnelTable td {
    padding-top: 5px;
  }
  .monitoring .btnArea{
    margin: 10px 0 0 0;
  }
  .monitoring .pastBtn {
    margin-top: 30px;
    text-align: center;
  }
  .monitoring .pastBtn a{
    width: 100%;
    padding: 10px 15px;
  }
  .monitoring .optionArea {
    display: block;
    margin: 20px 0 10px 0;
  }
  .monitoring .lastUpdated {
    order: 2;
    width: 100%;
    text-align: right;
  }
  .monitoring .pagerArea {
    width: 100%;
    margin: 20px 0 10px 0;
  }
}
/* 横線の定義
********************/
/*--本線トンネル(南行)大泉南工事 .g_icon01の横ライン--*/
.contents .map_Area .g_icon01.gs01 {
  left: 110px;
}
.contents .map_Area .g_icon01.gs02 {
  left: 120px;
}
.contents .map_Area .g_icon01.gs03 {
  left: 110px;
}
.contents .map_Area .g_icon01.gs04 {
  left: 90px;
}
.contents .map_Area .g_icon01.gs05 {
  left: 90px;
}
.contents .map_Area .g_icon01.gs06 {
  left: 100px;
}
.contents .map_Area .g_icon01.gs07 {
  left: 10px;
  width: 100px;
  height: 45px;
  background-size: 100px auto;
}
@media screen and (max-width: 767px) {/*SP*/
  .contents .map_Area .g_icon01.gs01 {
    left: 100px;
  }
  .contents .map_Area .g_icon01.gs02 {
    left: 110px;
  }
  .contents .map_Area .g_icon01.gs03 {
    left: 95px;
  }
  .contents .map_Area .g_icon01.gs04 {
    left: 90px;
  }
  .contents .map_Area .g_icon01.gs05 {
    left: 90px;
  }
  .contents .map_Area .g_icon01.gs06 {
    left: 100px;
  }
  .contents .map_Area .g_icon01.gs07 {
    left: 15px;
    background-size: 50px auto;
    width: 50px;
    height: 23px;
  }
}
/*--本線トンネル(北行)大泉南工事 .g_icon01の横ライン--*/
.contents .map_Area .o_icon01.os01 {
  right: 30px;
}
.contents .map_Area .o_icon01.os02 {
  right: 6px;
}
.contents .map_Area .o_icon01.os03 {
  right: 28px;
}
.contents .map_Area .o_icon01.os04 {
  right: 110px;
}
.contents .map_Area .o_icon01.os05 {
  right: 30px;
}
.contents .map_Area .o_icon01.os06 {
  right: 50px;
}
.contents .map_Area .o_icon01.os07 {
  right: 68px;
  width: 100px;
  height: 48px;
  background-size: 100px auto;
}
@media screen and (max-width: 767px) {/*SP*/
  .contents .map_Area .o_icon01.os01 {
    right: 60px;
  }
  .contents .map_Area .o_icon01.os02 {
    right: 38px;
  }
  .contents .map_Area .o_icon01.os03 {
    right: 52px;
  }
  .contents .map_Area .o_icon01.os04 {
    right: 110px;
  }
  .contents .map_Area .o_icon01.os05 {
    right: 50px;
  }
  .contents .map_Area .o_icon01.os06 {
    right: 65px;
  }
  .contents .map_Area .o_icon01.os07 {
    right: 52px;
    background-size: 50px auto;
    width: 50px;
    height: 38px;
  }
}
/*--本線トンネル(南行)東名北工事 .g_icon02の横ライン--*/
.contents .map_Area .g_icon02.gbs01 {
  left: 150px;
}
.contents .map_Area .g_icon02.gbs02 {
  left: 120px;
}
.contents .map_Area .g_icon02.gbs03 {
  left: 80px;
}
.contents .map_Area .g_icon02.gbs04 {
  left: 30px;
}
.contents .map_Area .g_icon02.gbs05 {
  left: 8px;
}
.contents .map_Area .g_icon02.gbs06 {
  left: 30px;
}
.contents .map_Area .g_icon02.gbs07 {
  left: 0px;
}
.contents .map_Area .g_icon02.gbs08 {
  left: 115px;
  width: 100px;
  height: 49px;
  background-size: 100px auto;
}
@media screen and (max-width: 767px) {/*SP*/
  .contents .map_Area .g_icon02.gbs01 {
    left: 130px;
  }
  .contents .map_Area .g_icon02.gbs02 {
    left: 110px;
  }
  .contents .map_Area .g_icon02.gbs03 {
    left: 80px;
  }
  .contents .map_Area .g_icon02.gbs04 {
    left: 50px;
  }
  .contents .map_Area .g_icon02.gbs05 {
    left: 35px;
  }
  .contents .map_Area .g_icon02.gbs06 {
    left: 35px;
  }
  .contents .map_Area .g_icon02.gbs07 {
    left: 25px;
  }
  .contents .map_Area .g_icon02.gbs08 {
    left: 75px;
    background-size: 60px auto;
    width: 60px;
    height: 29px;
  }
}
/*--本線トンネル(北行)東名北工事 .o_icon02の横ライン--*/
.contents .map_Area .o_icon02.obs01 {
  right: 0px;
}
.contents .map_Area .o_icon02.obs02 {
  right: 20px;
}
.contents .map_Area .o_icon02.obs03 {
  right: 80px;
}
.contents .map_Area .o_icon02.obs04 {
  right: 140px;
}
.contents .map_Area .o_icon02.obs05 {
  right: 130px;
}
.contents .map_Area .o_icon02.obs06 {
  right: 160px;
  width: 100px;
  height: 45px;
  background-size: 100px auto;
}
@media screen and (max-width: 767px) {/*SP*/
  .contents .map_Area .o_icon02.obs01 {
    right: 25px;
  }
  .contents .map_Area .o_icon02.obs02 {
    right: 50px;
  }
  .contents .map_Area .o_icon02.obs03 {
    right: 85px;
  }
  .contents .map_Area .o_icon02.obs04 {
    right: 122px;
  }
  .contents .map_Area .o_icon02.obs05 {
    right: 120px;
  }
  .contents .map_Area .o_icon02.obs06 {
    right: 102px;
    background-size: 60px auto;
    width: 60px;
    height: 27px;
  }
}