/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}
.remodal-wrapper {
  /*padding: 10px 10px 0;*/
}
.remodal {
  box-sizing: border-box;
  width: 84%;
  /*margin-bottom: 10px;
  padding: 35px;*/
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  overflow: visible;
  width: 32px;
  height: 30px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity:1.0;
  transition: opacity 0.2s;
  text-decoration: none;
  border: 0;
  outline: 0;
  background: transparent;
}
.remodal-close:hover,
.remodal-close:focus {
  opacity: 0.7;
}

/*.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}*/

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    transform: none;

    opacity: 1;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);

    opacity: 1;
  }
  to {
    transform: scale(0.95);

    opacity: 0;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

/*@media only screen and (min-width: 768px) {
  .remodal {
    max-width: 82%;
  }
}*/

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/******************************* modalカスタム *******************************/
.remodal-wrapper {
  padding: 0;
}
.remodal{
	min-width: 800px;
	max-width: 1060px;
	background-color: #fff;
	border: 3px solid #333333;
}
.remodal .modalBox{
	padding:50px 5% 30px;
	font-size: 15px;
	text-align:left;
	color:#4c4948;
}
.remodal .modalBox .modalInnerBox{
	margin-bottom: 30px;
}
.remodal .modalBox .modalInnerBox:last-child{
	margin-bottom: 0px;
}
.remodal .modalBox .modalInnerBox ul.indent-list li{
  padding-left: 1em;
  text-indent: -1em;
}
.remodal .modalBox .modalInnerBox ul.indent-list-3 li{
  padding-left: 3em;
  text-indent: -3em;
}
.remodal .modalBox .modalInnerBox .pic100{
	margin-bottom: 40px;
}
.remodal .modalBox .modalInnerBox .pic100 p{
	text-align: center;
}
.remodal .modalBox .modalInnerBox .pic100 img{
	width: auto;
}
.remodal .modalBox .modalInnerBox .pic100 p{
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 15px;
}
.remodal .modalBox .modalInnerBox .custmTable tr td {
	text-align: left;
	background-color: #fff;
}
.remodal .modalBox .modalInnerBox .custmTable th {
	text-align: center;
}
.remodal h3{
	margin-bottom: 20px;
}
.remodal h4{
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
}
.remodal p.regnumber{
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	letter-spacing: 0.05em;
	color: #ffffff;
	background-color: #4c4948;
	padding:3px 10px;
	margin-bottom: 30px;
  margin-right: 20px;
}
.remodal p.attentionTextBox{
  display: inline-block;
  color: #ff0000;
  border: solid 2px #ff0000;
  padding: 4px 10px;
  vertical-align: top;
}
.remodal p{
	margin:0 0 10px 0;
	padding:0;
	vertical-align: baseline;
	font-size:100%;
	line-height:1.8;
}
.remodal a{
	color: #ff0000;
}
.remodal a:hover{
	text-decoration: none;
}
.remodal img{
	width:100%;
	height:100%;
}
.remodal img.min{
	width:70%;
	height:auto;
	margin: 0 auto;
	display: block;
}
.remodal ol li{
	line-height: 1.8;
}
.remodal .floatLeft,
.remodal .floatRight{
	margin:0;
}
.remodal .modalBox .modalInnerBox p:last-child{
	margin-bottom: 0px;
}
.remodal .remodal-cancel{
	text-align:center;
	vertical-align:middle;
	width:260px;
	height:46px;
	display:block;
	margin:5px auto 45px;
	padding-left:20px;
	letter-spacing:3px;
	border:1px solid #4c4948;
	background:url(../images/btn_close_off2.png) no-repeat 75px center;
	background-color:transparent;
	line-height:1;
	color:#4c4948;
	transition: all .25s;
}
.remodal .remodal-cancel:hover{
	border:1px solid #aaaaaa;
	color:#aaaaaa;
	background:url(../images/btn_close_on2.png) no-repeat 75px center;
}
.remodal .modalBox .floatLeft{
	width:70%;
}
.remodal .modalBox .floatRight{
	width:25%;
}
.remodal .modalBox .imgL .floatLeft{
	width:63%;
}
.remodal .modalBox .imgL .floatRight{
	width:32%;
}
.remodal .pcView{
	display:block;
}
.remodal .spView{
	display:none;
}

.remodal .modalBox .detailBox{
	padding:20px;
	border:1px solid #ff0000;
	box-sizing:border-box;
	margin-bottom:20px;
}
.remodal .modalBox .detailBox h5{
	color:#ff0000;
	font-size:22px;
	font-weight:800;
	margin-bottom:10px;
}
.remodal .modalBox .detailBox strong{
	font-weight:bold;
	font-size:18px;
}
.remodal .modalBox .detailBox strong span{
	display:inline-block;
	border: 1px solid #4c4948;
	padding: 0px 5px;
}

.remodal .modalBox .detailBox.blue{
	border:1px solid #00a7ac;
}
.remodal .modalBox .detailBox.blue h5{
	color:#00a7ac;
}

.remodal .modalBox .modalLink{
	display: table;
	width: 100%;
}
.remodal .modalBox .modalLink a{
	border: 5px solid #ff0000;
	box-sizing: border-box;
	padding: 10px;
	float: left;
	font-size: 14px;
	width: 32%;
	display: inline-table;
	margin-right: 2%;
	opacity:1;
	transition: opacity .3s;
}
.remodal .modalBox .modalLink a:hover{
	opacity:0.65;
}
.remodal .modalBox .modalLink a:last-child{
	margin-right: 0;
}
.remodal .modalBox .modalLink a p{
	display:table-cell;
	margin: 0;
	vertical-align: middle;
	line-height: 1.7;
	font-size:0.9em;
	text-align:left;
	padding-left:15px;
}
.remodal .modalBox .modalLink a p.thumbimg{
	width:84px;
	height:120px;
	padding-left:0px;
}
.remodal .modalBox .modalLink a p.thumbimg img{
	width:84px;
	height:120px;
}
.remodal .modalBox .modalLink a p span{
	color:#4c4948;
	display:inline-block;
	text-decoration:none;
}
.remodal table{
	border-top:#999999 1px solid;
	border-left:#999999 1px solid;
	width:100%;
	font-size:13px;
	border-collapse:collapse;
}
.remodal table tr th,
.remodal table tr td {
	border-right:#999999 1px solid;
	border-bottom:#999999 1px solid;
	padding:8px 5px;
	text-align:center;
	border-collapse:collapse;
	vertical-align:middle;
}
.remodal table tr th {
	background:#ebebeb;
	font-weight: normal;
}
.remodal .modalBox.new{
	padding: 70px 5% 30px;
}
.remodal .modalBox.new::before{
	content: "";
	width: 60px;
	height: 60px;
	display: block;
	background: url(../images/ico_new.gif) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 55px;
}
.remodal .modalBox.bg_k-load{
	background-image: url(../images/bg_logo_k-load.png);
  background-repeat: no-repeat;
  background-position: right 50px top 45px;
  background-size: 130px;
}


#modalwindow01 .modalBox .icomerit01{
	padding-left: 90px;
	background: url(../images/ico_merit01.gif) no-repeat left center;
	background-size: 80px;
}
#modalwindow01 .modalBox .floatLeft img{
	max-width: 387px;
	max-height: 32px;
}
#modalwindow02 .modalBox .icomerit02{
	padding-left: 90px;
	background: url(../images/ico_merit02.gif) no-repeat left center;
	background-size: 80px;
}
#modalwindow02 .modalBox .floatLeft{width: 60%;}
#modalwindow02 .modalBox .floatRight{width: 35%;}
#modalwindow02 .modalBox .floatLeft img{
	max-width: 504px;
	max-height: 106px;
}

#modalwindow03 .modalBox .floatLeft,
#modalwindow04 .modalBox .floatLeft,
#modalwindow05 .modalBox .floatLeft{width:55%;}
#modalwindow03 .modalBox .floatRight,
#modalwindow04 .modalBox .floatRight,
#modalwindow05 .modalBox .floatRight{width: 40%;}

#modalwindow03 .modalBox .detailBox .floatLeft img{
	width: 65%;
	height: 65%;
}
#modalwindow04 .modalBox .img_teisouon{
	min-height:70px;
	font-size:85%;
	padding-left:1em;
	text-indent:-1em;
	padding-right:85px;
	background: url(../images/img_shovel2_3.gif) no-repeat right center;
	background-size:70px;
}
#modalwindow05 .modalBox .floatLeft img{
	width: 65%;
	height: 65%;
}
#modalwindow06 .modalBox .half .floatLeft,
#modalwindow06 .modalBox .half .floatRight{
	width: 48.5%;
}
#modalwindow06 .modalBox ul{margin-bottom:10px;}
#modalwindow06 .modalBox ul li{
	margin-bottom:5px;
	padding-left:1em;
	text-indent:-1em;
}
#modalwindow06 .modalBox .modalLink a,
#modalwindow09 .modalBox .modalLink a{
	width: 48.5%;
	margin-right: 3%;
}
#modalwindow06 .modalBox .modalLink a:last-child,
#modalwindow09 .modalBox .modalLink a:last-child{
	margin-right: 0;
}
#modalwindow06 .col2Box{
    width: 100%;
    box-sizing: border-box;
    margin-top: 50px;
}
#modalwindow06 .col2Box p{
    margin-bottom: 20px;
}
#modalwindow06 .col2Box h5{
    font-size: 16px;
    margin-bottom: 12px;
}
#modalwindow06 .col2Box .col2Left {
    width: 50%;
    box-sizing: border-box;
    border-right: solid 1px #ccc;
    padding-right: 40px;
    float: left;
}
#modalwindow06 .col2Box .col2Right {
    width: 50%;
    box-sizing: border-box;
    padding-left: 40px;
    float: right;
}

#modalwindow07 .modalBox .modalLink a {
    width: 48.5%;
    margin-right: 3%;
}

#modalwindow07 .modalBox .modalLink a:last-child{
	margin-right: 0;
}

#modalwindow07 .modalBox h3,
#modalwindow08 .modalBox h3{
	margin-bottom: 10px;
}
#modalwindow07 .modalBox .floatLeft{
	width: 60%;
}
#modalwindow07 .modalBox .floatRight{
	width: 35%;
}

#modalwindow08 .modalBox ol li{
	margin-bottom: 20px;
}
#modalwindow08 .modalBox ol li strong{
	display: block;
	font-weight: normal;
	font-size: 20px;
}
#modalwindow08 .modalBox .strongtext{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 0;
}
#modalwindow08 .modalBox .strongtext span{
	font-weight: normal;
	font-size: 15px;
}

#modalwindow08 .modalBox .half .floatLeft,
#modalwindow08 .modalBox .half .floatRight{
	width: 48.5%;
}

#modalwindow08 .modalBox .modalLink a{
	width: 48.5%;
	margin-right: 3%;
}


#modalwindow09 .modalBox .floatLeft,
#modalwindow10 .modalBox .floatLeft{width: 62%;}

#modalwindow09 .modalBox .floatRight,
#modalwindow10 .modalBox .floatRight{width: 35%}

#modalwindow09 .modalInnerBox .floatLeft dl{
    line-height: 1.8;
    margin-bottom: 1em;
}

#modalwindow09 .modalInnerBox .floatLeft dt{
    float: left;
}

#modalwindow09 .modalInnerBox .floatLeft dd{
    margin-left: 8em;
}

#modalwindow10 .modalInnerBox ol{
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;
}
#modalwindow10 .modalInnerBox ol ol{
    padding-left: 1em;
}
#modalwindow10 .modalInnerBox li{
    padding-left: 1em;
}
#modalwindow10 .modalInnerBox li:before {
counter-increment: item;
    content: counter(item)'';
    background-color: #DA7F00;
    color: #ffffff;
    display: block;
    float: left;
    line-height: 17px;
    margin: 5px 0 0 -14px;
    text-align: center;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 0.8em;
}

#modalwindow10 .modalBox .modalInnerBox li>div{
	margin: 0 0 0 10px;
}

#modalwindow10 .modalBox .modalLink {
    width: 48.5%;
    margin: 0 auto;
}

#modalwindow10 .modalBox .modalLink a{
	width: 100%;
}

/* 191112_追加*/
#modalwindow11 .modalBox .floatLeft{width: 72%;}
#modalwindow11 .modalBox .floatRight{
	padding-right: 5%;
	width: 20%;
}
#modalwindow11 .modalBox #shovel7_point,
#modalwindow12 .modalBox #shovel8_point{
	width: 100%;
	margin-bottom: 30px;
}
#modalwindow11 .modalBox #shovel7_point dl,
#modalwindow12 .modalBox #shovel8_point dl{
	display: block;
	float: left;
	width: 32%;
    box-sizing: border-box;
    margin-right: 2%;
    padding-right: 2%;
    border-right: 1px solid #e3e3e3;
}
#modalwindow11 .modalBox #shovel7_point dl:last-child,
#modalwindow12 .modalBox #shovel8_point dl:last-child{
	margin: 0;
   border-right: 0;
}
#modalwindow11 .modalBox #shovel7_point dl dt,
#modalwindow12 .modalBox #shovel8_point dl dt{
	font-weight: 800;
	margin-bottom: 10px;
}
#modalwindow11 .modalBox #shovel7_point dl dd span{
	display: block;
	min-height: 130px;
}
#modalwindow11 .modalBox .modalLink,
#modalwindow12 .modalBox .modalLink,
#modalwindow14 .modalBox .modalLink{
	width: 50%;
	margin: 0 auto;
}
#modalwindow11 .modalBox .modalLink a,
#modalwindow12 .modalBox .modalLink a,
#modalwindow14 .modalBox .modalLink a{
	width: 100%;
}


#modalwindow12 .modalBox .note{
	font-size: 13px;
	padding-left: 1em;
	text-indent: -1em;
}
#modalwindow12 .modalBox #youtubeBox{
	width: 100%;
	max-width:780px;
	margin: 0px auto 50px;
}
#modalwindow12 .modalBox #youtubeBox .note{
	text-align: center;
	margin:  0 0 5px 0;
}
#modalwindow12 .modalBox #youtubeBox .youtube{
  position:relative;
  width:100%;
  height: 0;
  padding-top:56.25%;
}
#modalwindow12 .modalBox #youtubeBox .youtube iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
#modalwindow12 .modalBox .shovel8_imgBox{margin: 10px auto 60px;}
#modalwindow12 .modalBox .shovel8_imgBox .floatLeft{
	margin-right: 6%;
	width: 34%;
}
#modalwindow12 .modalBox .shovel8_imgBox .floatLeft:first-child{width: 18%;}
#modalwindow12 .modalBox .shovel8_imgBox .floatLeft:last-child{margin-right: 0;}
#modalwindow12 .modalBox .shovel8_imgBox2{margin: 10px auto 30px;}
#modalwindow12 .modalBox .shovel8_imgBox2 .floatLeft,
#modalwindow12 .modalBox .shovel8_imgBox2 .floatRight{width: 47%;}
#modalwindow12 .modalBox .shovel8_imgBox2 div p{min-height: 90px;}
#modalwindow12 .modalBox .shovel8_imgBox2 .floatLeft img{
	display: block;
	width: 52%;
	margin: 0 auto;
}
#modalwindow12 .modalBox .shovel8_imgBox2 .floatRight img{
	display: block;
	width: 64%;
	margin: 0 auto;
}
#modalwindow12 .modalBox #shovel8_point dl dd span{
	display: block;
	min-height: 100px;
}

/* 210901_追加*/
.remodal .modalBox.bg_omnieye{
	background-image: url(../images/bg_logo_omnieye.png);
	background-repeat: no-repeat;
	background-position: right 55px top 59px;
	background-size: 246px;
}
#modalwindow15 .rmark {
	display: inline-block;
	vertical-align: super;
}
#modalwindow15 .modalBox .modalInnerBox .flexList {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
}
#modalwindow15 .modalBox .modalInnerBox .flexList .flexItem {
	width: 48%;
	max-width: 465px;
	padding: 30px 22px 35px;
	border: solid 1px #707070;
	margin-bottom: 20px;
	margin-right: 14px;
	box-sizing: border-box;
}
#modalwindow15 .modalBox .modalInnerBox .flexList .flexItem:nth-child(2n) {
	margin-right: 0;
}
#modalwindow15 .modalBox .modalInnerBox .flexList .flexItem:nth-last-child(2),
#modalwindow15 .modalBox .modalInnerBox .flexList .flexItem:last-child {
	margin-bottom: 0;
}
#modalwindow15 .modalBox .modalInnerBox .flexList .flexItem .flexItem_lead {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	vertical-align: bottom;
	margin-bottom: 19px;
}
#modalwindow15 .modalBox .modalInnerBox .flexList .flexItem .flexItem_lead .tokutyou {
	font-weight: bold;
	font-size: 14px;
	color: #2badb0;
	margin-right: 5px;
}
#modalwindow15 .modalBox .modalInnerBox .flexList .flexItem .flexItem_lead .number {
	display: inline-block;
	margin-right: 9px;
}
#modalwindow15 .modalBox .modalInnerBox .flexList .flexItem .flexItem_lead .number span {
	display: flex;
	align-items: center;
	width: 24px;
	height: 24px;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	background-color: #2badb0;
	border-radius: 50%;
	justify-content: center;
}
#modalwindow15 .modalBox .modalInnerBox .flexList .flexItem .txtBox {
	margin-bottom: 40px;
}
#modalwindow15 .modalBox .modalInnerBox .flexList .flexItem .txtBox.mb25 {
	margin-bottom: 25px;
}
#modalwindow15 .modalBox .modalInnerBox .flexList .flexItem .txtBox p {
	font-size: 16px;
	margin-bottom: 10px;
}
#modalwindow15 .modalBox .modalInnerBox .flexList .flexItem .txtBox p.detailTxt {
	font-size: 13px;
}
#modalwindow15 .modalBox .modalInnerBox .flexList .flexItem .imgBox {
	text-align: center;
	margin: 0 auto;
	width: auto;
}
#modalwindow15 .modalBox .modalInnerBox .flexList .flexItem:first-child .imgBox {
	max-width: 402.61px;
}
#modalwindow15 .modalBox .modalInnerBox .flexList .flexItem:nth-child(2) .imgBox {
	max-width: 331px;
}
#modalwindow15 .modalBox .modalInnerBox .flexList .flexItem:nth-child(3) .imgBox {
	max-width: 425px;
}
#modalwindow15 .modalBox .modalInnerBox .flexList .flexItem:last-child .imgBox {
	max-width: 100%;
}
#modalwindow15 .modalBox .modalInnerBox .flexList .flexItem:last-child .imgBox .imgBoxlead {
	font-size: 14px;
	color: #2badb0;
	font-weight: bold;
	margin:0 0 9px;
}
#modalwindow15 .modalBox .modalInnerBox .flexList .flexItem:last-child .imgBox p {
	font-size: 14px;
	margin:0 0 9px;
}
#modalwindow15 .modalBox .modalInnerBox .correspondence {
	width: 100%;
	margin:0 auto 40px;
}
#modalwindow15 .modalBox .modalInnerBox .correspondence .correspondenceLead {
	width: 100%;
	background-color:#CBCBCB;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	padding: 6px 0;
	font-weight: bold;
}
#modalwindow15 .modalBox .modalInnerBox .correspondence .correspondenceContent {
	border: 1px solid #CBCBCB;
	border-width: 0 1px 1px 1px;
	padding: 16px 22px 23px;
}
#modalwindow15 .modalBox .modalInnerBox .correspondence .correspondenceContent-lead {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 12px;
}
#modalwindow15 .modalBox .modalInnerBox .correspondence .correspondenceContent-txt {
	font-size: 12px;
	line-height: 1.6;
}
#modalwindow15 .modalBox .modalInnerBox .innerTxt14 {
	font-size: 14px;
}
#modalwindow15 .modalBox .modalInnerBox .innerTxt14 {
	font-size: 14px;
}
#modalwindow15 .modalBox .modalInnerBox .modalLink {
	display: flex;
}
#modalwindow15 .modalBox .modalInnerBox .modalLink a.form {
	width: 320px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	position: relative;
	background-color: #00A7AC;
	padding: 13px 0;
	position: relative;
	text-decoration: none;
	margin-left: auto;
	border: none;
}
#modalwindow15 .modalBox .modalInnerBox .modalLink a.pdf {
	width: 320px;
	margin-right: auto;
}
#modalwindow15 .modalBox .modalInnerBox .modalLink a.form:hover {
	text-decoration: none;
}
#modalwindow15 .modalBox .modalInnerBox .modalLink a.form::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(../images/ico_form.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#modalwindow15 .modalBox .modalLink a {
    width: 48.5%;
    margin-right: 3%;
}
#modalwindow15 .modalBox .modalLink a:last-child {
    margin-right: 0;
}
#modalwindow15 .modalBox .modalInnerBox .flexList .flexItem .imgBox.modal15MiniTxt {
	text-align: left;
}

/* 230302_追加*/
#modalsolution1 .modalBox .modalInnerBox .modalLink {
	display: flex;
}
#modalsolution1 .modalBox .modalInnerBox .modalLink a.form {
	width: 320px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	position: relative;
	background-color: #00A7AC;
	padding: 13px 0;
	position: relative;
	text-decoration: none;
	margin-left: auto;
	border: none;
}
#modalsolution1 .modalBox .modalInnerBox .modalLink a.pdf {
	width: 320px;
	margin-right: auto;
}
#modalsolution1 .modalBox .modalInnerBox .modalLink a.form:hover {
	text-decoration: none;
}
#modalsolution1 .modalBox .modalInnerBox .modalLink a.form::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(../images/ico_form.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#modalsolution1 .modalBox .modalLink a {
    width: 48.5%;
    margin-right: 3%;
}
#modalsolution1 .modalBox .modalLink a:last-child {
    margin-right: 0;
}
#modalsolution1 .modalBox .modalInnerBox .flexList .flexItem .imgBox.modal15MiniTxt {
	text-align: left;
}



/* 230324_追加*/
#modalcraneneo .modalBox .modalInnerBox .modalLink {
	display: flex;
}
#modalcraneneo .modalBox .modalInnerBox .modalLink a.form {
	width: 320px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	position: relative;
	background-color: #00A7AC;
	padding: 13px 0;
	position: relative;
	text-decoration: none;
	margin-left: auto;
	border: none;
}
#modalcraneneo .modalBox .modalInnerBox .modalLink a.pdf {
	width: 320px;
	margin-right: auto;
}
#modalcraneneo .modalBox .modalInnerBox .modalLink a.form:hover {
	text-decoration: none;
}
#modalcraneneo .modalBox .modalInnerBox .modalLink a.form::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(../images/ico_form.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#modalcraneneo .modalBox .modalLink a {
    width: 48.5%;
    margin-right: 3%;
}
#modalcraneneo .modalBox .modalLink a:last-child {
    margin-right: 0;
}
#modalcraneneo .modalBox .modalInnerBox .flexList .flexItem .imgBox.modal15MiniTxt {
	text-align: left;
}

#modalcraneneo .remodal table tr th, .remodal table tbody tr td {
	text-align: left;
}

#modalcraneneo .floatLeft.width60 {
	width: 60%;
}
#modalcraneneo .floatright.width40 {
	width: 40%;
}





/****************************** SP調整 ******************************/
@media screen and (max-width: 767px){

.remodal-wrapper {
  padding: 0 10px;
}
.remodal{
	min-width:inherit;
	max-width:inherit;
	width:100%;
	box-sizing:border-box;
	/*background-color: #fff;
	border: 3px solid #333333;*/
}
.remodal .modalBox{
	padding:50px 5% 30px;
	font-size: 14.5px;
	/*text-align:left;
	color:#4c4948;*/
}
.remodal .modalBox .modalInnerBox{
	/*margin-bottom: 30px;*/
}
.remodal .modalBox .modalInnerBox:last-child{
	/*margin-bottom: 0px;*/
}
.remodal h3{
	/*margin-bottom: 20px;*/
}
.remodal h4{
	font-size: 18px;
	/*font-weight: 700;
	margin-bottom: 10px;*/
}
.remodal p.regnumber{
	font-size: 15px;
	font-weight: 500;
	padding:3px 8px;
	margin-bottom: 10px;
	/*display: inline-block;
	letter-spacing: 0.05em;
	color: #ffffff;
	background-color: #4c4948;
	margin-bottom: 30px;*/
}
.remodal p{
	/*margin:0 0 10px 0;
	padding:0;
	vertical-align: baseline;
	font-size:100%;
	line-height:1.8;*/
}
/*.remodal a{
	color: #ff0000;
}
.remodal a:hover{
	text-decoration: none;
}*/
.remodal ol li{
	line-height: 1.8;
}
.remodal .floatLeft,
.remodal .floatRight{
	margin:0;
	float:none;
}
/*.remodal .modalBox .modalInnerBox p:last-child{
	margin-bottom: 0px;
}
.remodal .modalBox .floatRight img{
	width: 100%;
	height: 100%;
}*/
.remodal-close {
  top: 12px;
  right: 10px;
}
.remodal .remodal-cancel{
	width:90%;
	margin:0 auto 40px;
	/*text-align:center;
	vertical-align:middle;
	height:46px;
	display:block;
	padding-left:20px;
	letter-spacing:3px;
	border:1px solid #4c4948;
	background:url(../images/btn_close_off2.png) no-repeat 75px center;
	background-color:transparent;
	line-height:1;
	color:#4c4948;
	transition: all .25s;*/
}
.remodal .remodal-cancel:hover{
	/*border:1px solid #aaaaaa;
	color:#aaaaaa;
	background:url(../images/btn_close_on2.png) no-repeat 75px center;*/
}
.remodal .modalBox .floatLeft{
		width:100% !important;
}
.remodal .modalBox .floatRight{
		width:80% !important;
		margin:20px 10% 0 !important;
}
.remodal .pcView{
	display:none;
}
.remodal .spView{
	display:block;
}
.remodal .modalBox .detailBox{
	padding:5%;
	/*border:1px solid #ff0000;
	box-sizing:border-box;
	margin-bottom:20px;*/
}
.remodal .modalBox .detailBox h5{
	font-size:18px;
	/*color:#ff0000;
	font-weight:800;
	margin-bottom:10px;*/
}
.remodal .modalBox .detailBox strong{
	/*font-weight:bold;*/
	font-size:16px;
}
/*.remodal .modalBox .detailBox strong span{
	display:inline-block;
	border: 1px solid #4c4948;
	padding: 0px 5px;
}*/

.remodal .modalBox .modalLink{
	display: table;
	width: 100%;
}
.remodal .modalBox .modalLink a{
	float: none;
	width: 100%;
	margin:0 0 5px 0;

	/*border: 5px solid #ff0000;
	box-sizing: border-box;
	padding: 10px;
	font-size: 14px;
	display: inline-table;
	margin-right: 2%;
	opacity:1;
	transition: opacity .3s;*/
}
.remodal .modalBox .modalLink a:hover{
	opacity:1;
}
/*.remodal .modalBox .modalLink a:last-child{
	margin-right: 0;
}*/
.remodal .modalBox .modalLink a p{
	/*display:table-cell;
	margin: 0;
	vertical-align: middle;
	line-height: 1.7;
	font-size:0.9em;
	text-align:left;
	padding-left:15px;*/
}
.remodal .modalBox .modalLink a p.thumbimg{
	width:70px;
	height:100px;
	padding-left:0px;
}
.remodal .modalBox .modalLink a p.thumbimg img{
	width:70px;
	height:100px;
}
.remodal .modalBox .modalLink a p span{
	/*color:#4c4948;
	display:inline-block;
	text-decoration:none;*/
}
/*.remodal table{
	border-top:#999999 1px solid;
	border-left:#999999 1px solid;
	width:100%;
	font-size:13px;
	border-collapse:collapse;
}
.remodal table tr th,
.remodal table tr td {
	border-right:#999999 1px solid;
	border-bottom:#999999 1px solid;
	padding:8px 5px;
	text-align:center;
	border-collapse:collapse;
	vertical-align:middle;
}
.remodal table tr th {
	background:#ebebeb;
	font-weight: normal;
}*/

.remodal .responsive_table::before {
	content: "※下の表は、横にスクロールしてご確認いただけます";
	font-size: 12px;
	display: block;
	margin-bottom: 6px;
}
.remodal .responsive_table{
	width: 100%;
	margin-bottom: 30px;
	font-size: 88%;
	overflow: scroll;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
}
.remodal .responsive_table::-webkit-scrollbar{
    height: 10px;
	border-radius: 12px;
    background-color: #e3e3e3;
}
.remodal .responsive_table::-webkit-scrollbar-thumb{
    background-color: #c3c3c3;
    border-radius: 12px;
}
.remodal .responsive_table::-webkit-scrollbar-thumb:hover{
    background-color: #aaa;
}
.remodal .responsive_table table{
	margin-bottom: 10px;
	width: 800px;
}
.remodal .modalBox .modalInnerBox .pic100 img{
	width: 100%;
}














#modalwindow01 .modalBox .icomerit01{
	padding-left: 70px;
	background-size: 65px;
	/*background: url(../images/ico_merit01.gif) no-repeat left center;*/
}
#modalwindow02 .modalBox .icomerit02{
	padding-left: 70px;
	background-size: 65px;
	/*background: url(../images/ico_merit02.gif) no-repeat left center;*/
}
/*#modalwindow02 .modalBox .floatLeft{
	width: 60%;
}
#modalwindow02 .modalBox .floatRight{
	width: 35%;
}
#modalwindow02 .modalBox .floatLeft img{
	width: 100%;
	height: 100%;
}*/


#modalwindow06 .col2Box{
    width: 100%;
    box-sizing: border-box;
    margin-top: 0;
}
#modalwindow06 .col2Box p{
    margin-bottom: 20px;
}
#modalwindow06 .col2Box h5{
    font-size: 16px;
    margin-bottom: 12px;
}
#modalwindow06 .col2Box .col2Left {
    width: 100%;
    border-right: none;
    padding-right: 0;
    float: none;
    margin-top: 30px;
}
#modalwindow06 .col2Box .col2Right {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
    float: none;
    margin-top: 30px;
}

#modalwindow07 .modalBox h3,
#modalwindow08 .modalBox h3{
	margin-bottom: 6px;
}
/*#modalwindow07 .modalBox .floatLeft{
	width: 60%;
}
#modalwindow07 .modalBox .floatRight{
	width: 35%;
}*/

.remodal .spView table{
	display:block;
	position:relative;
	/*border-top:#999999 1px solid;
	border-left:#999999 1px solid;
	width:100%;
	font-size:13px;
	border-collapse:collapse;*/
}
.remodal .spView table thead{
	display:block;
	float:left;
}
.remodal .spView table tbody{
	display:block;
	width:auto;
	position:relative;
	overflow-x:auto;
	white-space:nowrap;
	-webkit-overflow-scrolling: touch;
}
.remodal .spView table tr{
	display:inline-block;
}
.remodal .spView table tbody tr{
	margin-right:-5px;
}
.remodal .spView table tr th,
.remodal .spView table tr td {
	display:block;
	/*border-right:#999999 1px solid;
	border-bottom:#999999 1px solid;
	padding:8px 5px;
	text-align:center;
	border-collapse:collapse;
	vertical-align:middle;*/
}
.remodal .spView table tr .heightfix {
	height:38px;
}
.remodal .spView table tr th {
	/*background:#ebebeb;
	font-weight: normal;*/
}
.remodal .modalBox.new{
	padding: 60px 5% 30px;
}
.remodal .modalBox.new::before{
	left: 5%;
	width: 50px;
	height: 50px;
}








#modalwindow01 .modalBox .icomerit01{
	padding-left: 75px;
	background-size: 70px;
	/*background: url(../images/ico_merit01.gif) no-repeat left center;*/
}
#modalwindow01 .modalBox .floatLeft img{
	max-width:inherit;
	max-height:inherit;
}
#modalwindow02 .modalBox .icomerit02{
	padding-left: 75px;
	background-size: 70px;
	/*background: url(../images/ico_merit02.gif) no-repeat left center;*/
}
/*#modalwindow02 .modalBox .floatLeft{width: 60%;}
#modalwindow02 .modalBox .floatRight{width: 35%;}*/
#modalwindow02 .modalBox .floatLeft img{
	max-width:inherit;
	max-height:inherit;
}

/*#modalwindow03 .modalBox .floatLeft,
#modalwindow04 .modalBox .floatLeft,
#modalwindow05 .modalBox .floatLeft{width:55%;}
#modalwindow03 .modalBox .floatRight,
#modalwindow04 .modalBox .floatRight,
#modalwindow05 .modalBox .floatRight{width: 40%;}*/

/*#modalwindow03 .modalBox .detailBox .floatLeft img{
	width: 75%;
	height: 75%;
}
#modalwindow04 .modalBox .img_teisouon{
	min-height:70px;
	font-size:85%;
	padding-left:1em;
	text-indent:-1em;
	padding-right:85px;
	background: url(../images/img_shovel2_3.gif) no-repeat right center;
	background-size:70px;
}*/
#modalwindow05 .modalBox .floatRight{
	width: 100% !important;
	margin:20px 0 0 !important;
}
#modalwindow06 .modalBox .half .floatLeft,
#modalwindow06 .modalBox .half .floatRight{
	width: 80% !important;
	margin: 20px 10% 0 !important;
}
/*#modalwindow06 .modalBox ul{margin-bottom:10px;}
#modalwindow06 .modalBox ul li{
	margin-bottom:5px;
	padding-left:1em;
	text-indent:-1em;
}*/
#modalwindow06 .modalBox .modalLink a{
	width: 100%;
	margin-right:0;
}
#modalwindow06 .modalBox .modalLink a:last-child{
	margin-right: 0;
}

#modalwindow07 .modalBox h3,
#modalwindow09 .modalBox h3{
	margin-bottom: 10px;
}
#modalwindow07 .modalBox .floatLeft{
	width: 60%;
}
#modalwindow07 .modalBox .floatRight{
	width: 35%;
}
#modalwindow07 .modalBox .modalLink a{
	width: 100%;
	margin-right:0;
}
#modalwindow07 .modalBox .modalLink a:last-child{
	margin-right: 0;
}
#modalwindow10 .modalBox .half .floatLeft,
#modalwindow10 .modalBox .half .floatRight{
	width: 80% !important;
	margin: 20px 10% 0 !important;
}
#modalwindow09 .modalBox .modalLink a{
	width: 100%;
	margin-right:0;
}
#modalwindow09 .modalBox .modalLink a:last-child{
	margin-right: 0;
}

#modalwindow09 .modalBox ol li{
	margin-bottom: 15px;
}
#modalwindow09 .modalBox ol li strong{
	font-size: 18px;
	/*display: block;
	font-weight: normal;*/
}
#modalwindow09 .modalBox .strongtext{
	font-size: 14.5px;
	/*font-weight: bold;
	margin-bottom: 0;*/
}
#modalwindow09 .modalBox .strongtext span{
	font-size: 14px;
	/*font-weight: normal;*/
}

#modalwindow09 .modalInnerBox .floatLeft dt{
    float: none;
}

#modalwindow09 .modalInnerBox .floatLeft dd{
    margin: 0;
}

#modalwindow10 .modalBox .modalLink {
    width: 100%;
    margin: 0;
}



/* 191112_追加*/
#modalwindow11 .modalBox .floatRight{padding-right: 0;}
#modalwindow11 .modalBox #shovel7_point,
#modalwindow12 .modalBox #shovel8_point{
	width: 100%;
	margin-bottom: 5px;
}
#modalwindow11 .modalBox #shovel7_point dl,
#modalwindow12 .modalBox #shovel8_point dl{
	float: none;
	width: 100%;
    box-sizing: border-box;
    margin: 0 auto 25px;
    padding-right: 0;
    border-right: 0;
}
#modalwindow11 .modalBox #shovel7_point dl:last-child,
#modalwindow12 .modalBox #shovel8_point dl:last-child{
	margin: 0;
	border-right: 0;
}
#modalwindow11 .modalBox #shovel7_point dl dt,
#modalwindow12 .modalBox #shovel8_point dl dt{
	margin-bottom: 5px;
}
#modalwindow11 .modalBox #shovel7_point dl dd span,
#modalwindow12 .modalBox #shovel8_point dl dd span{
	min-height: auto;
	margin-bottom: 15px;
}
#modalwindow11 .modalBox .modalLink,
#modalwindow12 .modalBox .modalLink,
#modalwindow14 .modalBox .modalLink{
	width: 100%;
	margin: 0 auto;
}


#modalwindow12 .modalBox .shovel8_imgBox{margin: 10px auto 40px;}
#modalwindow12 .modalBox .shovel8_imgBox .floatLeft{
	margin: 0 0 30px 0;
	width: 100%;
}
#modalwindow12 .modalBox #youtubeBox{
	width:100%;
	max-width: inherit;
	margin: 0 auto 30px;
}
#modalwindow12 .modalBox .shovel8_imgBox .floatLeft:first-child{ margin: 0 auto 25px;}
#modalwindow12 .modalBox .shovel8_imgBox .floatLeft:first-child img{
	width: 52%;
	display: block;
	margin: 0 auto;}
#modalwindow12 .modalBox .shovel8_imgBox2{margin: 10px auto 30px;}
#modalwindow12 .modalBox .shovel8_imgBox2 .floatLeft,
#modalwindow12 .modalBox .shovel8_imgBox2 .floatRight{
	width: 100% !important;
	margin: 0 auto !important;
}
#modalwindow12 .modalBox .shovel8_imgBox2 .floatLeft{
	margin: 0 auto 40px !important;
}
#modalwindow12 .modalBox .shovel8_imgBox2 div p{min-height: inherit;}
#modalwindow12 .modalBox .shovel8_imgBox2 .floatLeft img{width: 72%;}
#modalwindow12 .modalBox .shovel8_imgBox2 .floatRight img{width: 60%;}
#modalwindow12 .modalBox #shovel8_point dl dd span{
	min-height: auto;
	margin-bottom: 14px;
}

.remodal .modalBox.bg_k-load{
  background-position: right 10px top 95px;
  background-size: 70px;
}

/* 210901_追加*/
.remodal .modalBox.bg_omnieye{
	background-image: none;
}
#modalwindow15 .modalBox .omnieyeLogo{
	width: 188px;
	margin-bottom: 20px;
}
#modalwindow15 .modalBox .modalInnerBox .flexList {
	display: block;
}
#modalwindow15 .modalBox .modalInnerBox .flexList .flexItem {
	width: 100%;
	max-width: none;
	padding: 20px 20px 31px;
	border: solid 1px #707070;
	margin-bottom: 20px;
	margin-right: 0;
	box-sizing: border-box;
}
#modalwindow15 .modalBox .modalInnerBox .flexList .flexItem:nth-last-child(2) {
	margin-bottom: 20px;
}
#modalwindow15 .modalBox .modalInnerBox .flexList .flexItem .flexItem_lead {
	font-size: 20px;
	margin-bottom: 22px;
}
#modalwindow15 .modalBox .modalInnerBox .flexList .flexItem .flexItem_lead .border {
	display: block;
	padding-left: 16px;
	border-left: 5px solid #2BADB0;
	margin-top: 6px;
}
#modalwindow15 .modalBox .modalInnerBox .flexList .flexItem .flexItem_lead .tokutyou {
	font-size: 14px;
	margin-right: 4px;
}
#modalwindow15 .modalBox .modalInnerBox .flexList .flexItem .flexItem_lead .number {
	margin-right: 0;
}
#modalwindow15 .modalBox .modalInnerBox .flexList .flexItem .flexItem_lead .number span {
	width: 24px;
	height: 24px;
	font-size: 14px;
}
#modalwindow15 .modalBox .modalInnerBox .flexList .flexItem .txtBox {
	margin-bottom: 29px;
}
#modalwindow15 .modalBox .modalInnerBox .flexList .flexItem .txtBox p {
	font-size: 14px;
	margin-bottom: 8px;
}
#modalwindow15 .modalBox .modalInnerBox .flexList .flexItem .txtBox p.detailTxt {
	font-size: 11px;
}
#modalwindow15 .modalBox .modalInnerBox .flexList .flexItem:first-child .imgBox {
	width: auto;
	max-width: 280px;
}
#modalwindow15 .modalBox .modalInnerBox .flexList .flexItem:nth-child(2) .imgBox {
	width: auto;
	max-width: 276px;
}
#modalwindow15 .modalBox .modalInnerBox .flexList .flexItem:nth-child(3) .imgBox {
	width: auto;
	max-width: 340px;
}
#modalwindow15 .modalBox .modalInnerBox .flexList .flexItem:last-child .imgBox {
	width: auto;

	margin-top: 25px;
}
#modalwindow15 .modalBox .modalInnerBox .flexList .flexItem:last-child .imgBox .imgBoxlead {
	font-size: 14px;
	margin:0 0 6px;
}
#modalwindow15 .modalBox .modalInnerBox .flexList .flexItem:last-child .imgBox p {
	font-size: 14px;
	margin:0 0 14px;
}
#modalwindow15 .modalBox .modalInnerBox .correspondence {
	margin:0 auto 20px;
}
#modalwindow15 .modalBox .modalInnerBox .correspondence .correspondenceLead {
	width: 100%;
	font-size: 14px;
	padding: 6px 0;
}
#modalwindow15 .modalBox .modalInnerBox .correspondence .correspondenceContent {
	padding: 18px 14px 17px;
}
#modalwindow15 .modalBox .modalInnerBox .correspondence .correspondenceContent-lead {
	font-size: 14px;
	letter-spacing: -0.1em;
	margin: 0 0 14px;
}
#modalwindow15 .modalBox .modalInnerBox .correspondence .correspondenceContent-txt {
	font-size: 12px;
}
#modalwindow15 .modalBox .modalInnerBox .modalLink {
	display: table;
	margin: 0 auto;
}
#modalwindow15 .modalBox .modalInnerBox .modalLink a.form {
	width: 100%;
	font-size: 16px;
	padding: 13px 0;
	margin-bottom: 20px;
}
#modalwindow15 .modalBox .modalInnerBox .modalLink a.pdf {
	width: 100%;
}
#modalwindow15 .modalBox .modalInnerBox .modalLink a.form::after {
	width: 12px;
	height: 12px;
    right: 22px;
}
#modalwindow15 .modalBox .modalLink a {
    width: 100%;
    margin-right: 0;
}

}

/* pcのみ、spのみ */
@media screen and (min-width: 767px) {
	.sp-only {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.pc-only {
		display: none !important;
	}
}

/*赤テキスト*/
.text-red {
	color: #ff0000;
}

/*下部リンクボタン共通化（高起振力ハンドガイド振動ローラページ参照）*/

/*2カラムボタン*/
.modalLink-2col {
  display: flex;
  padding: 0 138px;
}
@media screen and (max-width: 767px) {
  .modalLink-2col {
    display: block;
    padding: 0;
  }
}
.modalLink-2colitem {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .modalLink-2colitem {
    padding: 0;
  }
}
.modalLink-2colitem a {
  width: 100% !important;
}
.modalLink-2colitem:first-child {
  margin-bottom: 15px;
}

/*カタログダウンロードボタン*/
.modalLink-catalog {
  width: 50% !important;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .modalLink-catalog {
    width: 100% !important;
  }
}
.modalLink-catalog a {
  width: 100% !important;
}

/*特設ページにリクするボタン（ブルーグリーンにスタイル上書き）*/
.modalLink-pagelink {
  color: #fff !important;
  background-color: #00A7AC;
  text-decoration: none;
  border-color: #00A7AC !important;
}

/*横幅の小さいInnerBox　modalInnerBox-smクラス追加*/
.modalInnerBox-sm {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .modalInnerBox-sm {
    width: 100%;
  }
}

/*移動式クレーン搭載用エコモード、燃料消費モニタシステム　個別スタイル*/
#modalwindow17 .modalLink-2col {
  padding: 0;
}
