@charset "utf-8";
/* CSS Document */
/* body{
	overflow-y: auto;
} */

.main{
	width: 100%;
	margin: 0 auto;
	/* height: 100%; */
	/*font-family: Arial, Helvetica, sans-serif;*/
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	position: relative;

}
/* 印刷用 */
/* overflowを初期値(visible)にしないと1ページ分しか印刷できない */
/* footer固定用にmin-heightに数値を指定している場合、印刷時footerが変にずれるので、ここでcontents{min-height:0(初期値);}を指定 */

@media print {
    body{
        overflow-y: visible;
        overflow-x: visible;
    }
    .main{
        overflow-y: visible;
        overflow-x: visible;
	}
}
/* NOW */
nav .container_item:nth-child(1) > a{
	color: #916eb0;
    font-weight: bold;
}
.section1{
	text-align: center;
}
.section1 > p,
.section1 > p > span{
	font-size: 2rem;
	text-align: center;
	line-height: 1.5;
}
.img_center_wrap{
	margin-bottom: 50px;
}
.section1 > .img_center_wrap{
	margin-top: 50px;
}
.section1_sub_text{
	margin: 0px 15px;
    margin-top: 50px;
}
.section1_sub_text > p{
	font-size: 1.4rem;
	text-align: left;
	background-color: rgba(211, 211, 211, 0.2);
    padding: 25px;
}

.video_top{
	display: block;
	width: 800px;
	margin: 0 auto;
	margin-top: 40px;
	box-shadow: 0 0 4px 0 rgba(77, 75, 107, 0.3);
	-webkit-box-shadow: 0 0 4px 0 rgba(77, 75, 107, 0.3);
}

.container_item_shadow{
	margin: 10px;
    box-shadow: 0 1px 6px 0 rgba(77, 75, 107, 0.5);
    -webkit-box-shadow: 0 1px 6px 0 rgba(77, 75, 107, 0.5);
	background-color: #fff;
	border-radius: 10px;
	transition: 0.2s;
}
.container_item_shadow:hover{
    box-shadow: 0 1px 18px 0 rgba(77, 75, 107, 0.5);
    -webkit-box-shadow: 0 1px 18px 0 rgba(77, 75, 107, 0.5);
	transition: 0.2s;
}

.container_item_link{
	display: block;
	padding: 25px 20px;
}
.container_item_head{
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	padding-top: 15px;
	margin-bottom: 20px;
	border-top: solid 1px #d4d4d4;
}
.container_item_head_operationshub{
	font-size: 1.8rem;
}
.container_item_head_dxai-jinzai{
	font-size: 1.7rem;
}
.container_item_icon{
	margin-bottom: 20px;
	text-align: center;
}
.container_item_icon > img{
	width: auto;
	height: 70px;
}

.container_item_img{
	margin-bottom: 20px;
	text-align: center;
	height: 40px;
}
.container_item_img > img{
	width: auto;
	height: 30px;
}
.container_item_img_trascope{
	padding-top: 8px;
}
.container_item_img_trascope > img{
	height: 27px;
}
.container_item_img_renom{
	padding-top: 2px;
}
.container_item_img_renom > img{
	height: 35px;
}
.container_item_img_ifield > img{
	height: 35px;
}
.container_item_img_ge > img{
	height: 40px;
}
.container_item_img_miotas{
	padding-top: 10px;
}
.container_item_img_miotas > img{
	height: 21px;
}
.container_item_img_maidoa{
	padding-top: 3px;
}
.container_item_img_maidoa > img{
	height: 37px;
}
.container_item_img_gcp{
	margin-bottom: 8px;
	height: 24px;
}
.container_item_img_gcp > img{
	height: 24px;
}

.container_item_img_dxai-jinzai{
	text-align: center;
	height: 40px;
}
.container_item_img_dxai-jinzai > img{
	width: auto;
	height: 50px;
}

.container_item_img_catch{
	text-align: center;
	height: 40px;
}
.container_item_img_catch > img{
	width: auto;
	height: 45px;
}

.container_item_text{
	text-align: left;
	line-height: 1.5;
	font-size: 1.4rem;
}
.container_col3_section2_3 > .container_item:nth-child(2),
.container_col3_section2_3 > .container_item:nth-child(3){
	visibility: hidden;
}
.container_col2_A{
	/* margin-bottom: 40px; */
}
.container_col2_B{
	padding-top: 20px;
}
.container_col2 .container_item_B_l{
    width: 100px;
}
.container_col2 .container_item_B_r{
    width: calc(100% - 100px);
	padding-left: 20px;
}

.h3_num{
	font-size: 2rem;
    padding: 10px 0px 5px 5px;
	padding-left: 50px;
    line-height: 1.8em;
	position: relative;
	font-weight: bold;
}
.h3_num::before {
    content: counter(my-counter);
    counter-increment: my-counter;
    color: #fff;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    line-height: 4rem;
	background-color: #860000;
    position: absolute;
    left: 0px;
}
.h3_num_1::before{
	content: "1";
}
.h3_num_2::before{
	content: "2";
}

.section3_img_1{
	margin-top: 30px;
}
.section3_img_1 img{
	box-shadow: 0px 2px 6px 0 rgb(77 75 107 / 20%);
	-webkit-box-shadow: 0px 2px 6px 0 rgb(77 75 107 / 20%);
}

.container_col2_A_2 > .container_item:nth-child(1){
	width: 82%;
	text-align: right;
	padding-top: 12px;
	padding-right:10px;
}
.container_col2_A_2 > .container_item:nth-child(2){
	width: 18%;
}
.section3 .container_item_icon{
	text-align: right;
}
.section3 .container_item_icon img{
	width: 70px;
    height: auto;
}
.section4_p{
	padding-left: 47px;
}

@media screen and (max-width: 1024px) {
.video_top {
	width: 700px;
	box-shadow: none;
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:812px) {
	.section1{
		padding: 0px 20px;
	}
	.section1 > p,
	.section1 > p > span{
		font-size: 1.6rem;
	}

.container_item_shadow{
	margin: 10px 0px;
	}
	.container_col5{
	flex-direction: column;
	}
	.video_top,.container_col5 .container_item,.container_col2 .container_item_B_r{
	width: 100%;
	}
	.video_top{
	box-shadow: none;
    }
}
