@charset "utf-8";
/*スライドsp*/

.slid_01 {
	background-image: url("../images/ict/slide01.jpg");
    }
.slid_02 {
	background-image: url("../images/ict/slide02.jpg");
	}
.slid_03 {
	background-image: url("../images/ict/slide03.jpg");
   }
.slid_layer_dot {
	width: 100%;
	background-image: url(../images/top/back_dot.png);
	height: 400px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}


main{
	color: #000000;
}
.top{
	 margin: -110px auto 0;
	}
.icon{
    background-image: url(../images/ict/img_02.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 222px;
}
.team_02{
    width: 100%;
    margin-top: 80px;
}
.team_02_1{
	width: 90%;
	margin: 0 auto;
	padding: 30px 0 0px 0px;
	line-height: 1.6em;
}
table tr td{
	font-size: 80%;
	line-height: 1.3em;
	vertical-align: top;
}
.team_02 table tr td:nth-child(1),.team_03 table tr td:nth-child(1){
	width: 252px;
}
.team_02 table tr td:nth-child(2),.team_03 table tr td:nth-child(2){
	width: 266px;
}
.team_02_2{
	width: 90%;
	margin: 0 auto;
}
.team_03{
    width: 100%;
    margin-top: 80px;
}
.team_03_1{
	width: 90%;
	margin: 0 auto;
	padding: 30px 0 0px 0px;
	line-height: 1.6em;
}
.team_03_2{
	width: 90%;
	margin: 0 auto;
}
.machine_h4{
	padding-top: 60px;
}
.machine{
    width: 90%;
    max-width: 800px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mashine_box{
	width: 45%;
	font-size: 80%;
	line-height: 1.4em;
	margin-bottom: 50px;
}
.mashine_box img {
	padding-bottom: 5px;
}
.mashine_box p{
	font-size: 75%;
	color: #595757;
	line-height: 1.3em;
}
.download{
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
}
.download_btn{
	width: 90%;
	margin: 50px auto 0;
	border-top: solid 1px #3e3a39;
	border-bottom: solid 1px #3e3a39;
	padding: 10px 0 10px 8px;
	color: #065e8f;
}
.btn_box{
	width: 170px;
	display: flex;
	margin-left: auto;
	margin-top: 5px;
}
.more_btn{
	position: relative;/*相対配置*/
	width: 170px;
	font-size: 75%;
	color: #3e3a39;
	z-index: -1;
	font-weight: bold;
}
.more_btn:after {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 44px;/*画像の幅*/
  height: 13px;/*画像の高さ*/
  background-image: url("../images/top/png_02.png");
  background-size: contain;
  vertical-align: middle;
	position: absolute;
	top:10px;
	right: 25px;
	transition: all .5s;
}

@media (min-width:641px){
	/*スライドpc*/  

/*	
.wall{
		width: 100%;
		max-width: 1024px;
		margin: 0 auto;
}
.team_02{
	width: 100%;
	height: 420px;
	margin-top: 60px;
	background-image: url(../images/ict/img_03.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}
.team_02_1{
	width: 54.68%;
	max-width: 560px;
	margin: 0 auto;
	padding: 10px 0 0 ;
	line-height: 1.6em;
	float: right;
}
.team_03{
    width: 100%;
    height: 420px;
    margin-top: 120px;
    background-image: url(../images/ict/png_02.png);
    background-repeat: no-repeat;
    background-position: center 0%;
}
.team_03_1{
	width: 54.68%;
	max-width: 560px;
	margin: 0 auto;
	padding: 10px 0 0 ;
	line-height: 1.6em;
	float: left;
}
.team_04{
    background-image: url(../images/ict/png_03.png);
}*/
	
	
	
	.team_02{
		max-width: 1280px;
		display: flex;
		justify-content: flex-start;
		margin: 60px auto 0;
	}	
	
	.team_02_1{
		width: 49%;
		max-width: 610px;
		margin: 0;
		padding: 10px 0 0px 4.3%;
		line-height: 1.6em;
		position: relative;
	}
	.team_02_2{
		width: 42%;
		max-width: 542px;
		aspect-ratio: 542 / 420;
		margin: 0;
	}
	.team_02_2 img {
	  object-fit: cover;
	  width: 100%;
	  height: 100%
	}
	
	.team_03{
		max-width: 1280px;
		display: flex;
		justify-content: flex-end;
		margin: 120px auto 0;
	}	
	.team_03_1{
		width: 49%;
		max-width: 610px;
		margin: 0;
		padding: 10px 4.3% 0px 0;
		line-height: 1.6em;
		position: relative;
	}
	.team_03_2{
		width: 42%;
		max-width: 542px;
		aspect-ratio: 542 / 420;
		margin: 0;
		order: 2;
	}
	.team_03_2 img {
	  object-fit: cover;
	  width: 100%;
	  height: 100%
	}
	.machine_h4{
		padding-top: 130px;
	}
	

	
	
.machine{
	width: 100%;
	max-width: 820px;
}
.mashine_box{
	width: 29%;
	max-width: 200px;
	margin: 0 2% 50px;
}
.mashine_box img {
	padding-bottom: 5px;
}
.mashine_box p{
	font-size: 1.2rem;
}
.download_btn{
	width: 100%;
	margin: 50px auto 0;
	border-top: solid 1px #3e3a39;
	border-bottom: solid 1px #3e3a39;
	padding: 12px 0 2px 8px;
	color: #065e8f;
	display: flex;
	justify-content: space-between;
}
.btn_box{
	width: 135px;
	margin-top: 7px;
}

.more_btn{
	width: 135px;
}
.more_btn:after {
	top:2px;
	right: 14px;
}
	
}
