@charset "utf-8";
/* CSS Document */
.dig_box{
	margin-top:10px;
}
.dig_title_01{
	width:25%;
	float:left;
}
.dig_title_02{
	width:50%;
	float:left;
}
.dig_title_03{
	width:75%;
	float:left;
}
.dig_title_04{
	width:100%;
	float:left;
}
.dig_item_box{
	margin-top:10px;
	width:25%;
	float:left;	
}
.dig_img, .dig_txt{
	text-align:center;
	line-height:1em;
}
.dig_txt{
	margin-top:5px;
	font-size:80%;
}
.ml120{
	margin-left:120px}
.mr120{
	margin-right:120px}

.w340{
	width:340px;
}
.w900{
	width:900px;
}
.pl40{
	padding-left:40px;
}

/* 2018 514 バリューモデル */

.table_bg_bl{
	background:#065ab7;
	color:#FFF;
}
	
.table_bg_vl{
	background: #11959b;
	color:#FFF;
}
.table_mp{
	margin:0 !important;
	padding:0 !important;
}
.table_m2p{
	margin:0 !important;
	padding:5px !important;
}
.border_none{
	border-right-style:hidden !important;
}
@media all and (-ms-high-contrast:none) {
     *::-ms-backdrop, .border_none_l{
			 border-left-style:none !important;
}
}
.value_color{
	background:#11959b;
}
.indent_3em{
	text-indent:3em;
}

/* 2018 0905 */
.ind_3em{
	padding-left:5em;
  text-indent:-4em;
}


.z-99{
	z-index:-99;
	}
	
.img100 img {
	max-width: 100%;
}