@charset "utf-8";

/************************************************
 company
************************************************ */

/* 内線端末について */
#section_2 .frame {
	padding: 3.571% 3.571% 5.357% 3.571%;
	background: #FFFFFF;
}
/* タイトル */
#section_2 #main_ttl {
	width: 100%;
	max-width: 1000px;
	background: url(../img/ttl-h1_sp.png) no-repeat;
	background-size: 100%;
	height: 7.812vw;
	margin-bottom: 20px;
}
/* content */
#section_2 #sub_ttl {
	width: 100%;
	max-width: 1000px;
	background: url(../img/ttl-h2_sp.png) no-repeat;
	background-size: 100%;
	height: 9.218vw;
	margin-bottom: 20px;
}
#section_2 #select {
	margin-bottom: 20px;
	display: block;
}
#section_2 #select_img {
	display: none;
}
#section_2 #line {
	background: url(../img/line_gray_sp.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 27.5px;
	margin-bottom: 20px;
}
#section_2 #sub_ttl2 {
	width: 162px;
	background: url(../img/ttl-h3_sp.png) no-repeat;
	background-size: 100%;
	height: 14.843vw;
	margin-bottom: 20px;
}
#section_2 #ip_phone {
	margin-bottom: 20px;
}
#section_2 #phone1,
#section_2 #phone2 {
	margin-bottom: 10px;
}
#section_2 .note {
	margin-bottom: 40px;
}
#section_2 #kind li:nth-of-type(1) {
	margin-bottom: 20px;
}
#section_2 #sub_ttl3 {
	width: 151.5px;
	background: url(../img/ttl-h3-2_sp.png) no-repeat;
	background-size: 100%;
	height: 14.062vw;
	max-height: 45px;
	margin-bottom: 20px;
}
#section_2 #sub_ttl4 {
	width: 170.5px;
	background: url(../img/ttl-h3-3_sp.png) no-repeat;
	background-size: 100%;
	height: 15.312vw;
	max-height: 49px;
	margin-bottom: 20px;
}

@media all and (min-width: 1024px) {
	#section_2 .frame {
		padding: 20px 20px 30px 20px;
	}
	#section_2 #main_ttl {
		background: url(../img/ttl-h1.png) no-repeat;
		height: 37px;
	}
	#section_2 #sub_ttl {
		background: url(../img/ttl-h2.png) no-repeat;
		background-size: 100%;
		width: 480px;
		height: 35px;
		margin-bottom: 20px;
	}
	#section_2 #select {
		width: 50%;
		display: inline-block;
	}
	#section_2 #select_img {
		background: url(../img/img_device.png) no-repeat;
		background-position: center right;
		width: 48.958%;
		height: 130px;
		display: inline-block;
	}
	#section_2 #line {
		background: url(../img/line_gray.png) no-repeat;
		background-size: 100% 100%;
		width: 100%;
		height: 28px;
	}
	#section_2 #sub_ttl2 {
		background: url(../img/ttl-h3.png) no-repeat;
		background-size: contain;
		width: 480px;
		height: 55px;
		margin-bottom: 20px;
	}
	#section_2 #ip_phone {
		width: 33.75%;
		float: left;
		margin-right: 2.708%;
	}
	#section_2 #phone1, 
	#section_2 #phone2 {
		width: 31.25%;
		height: 160px;
		float: left;
	}
	#section_2 #phone1 {
		margin-right: 1.041%;
	}
	#section_2 .note {
		margin-left: 36.458%;
		margin-bottom: 40px;
		clear: both;
	}
	#section_2 #kind {
		display: flex;
	}
	#section_2 #kind li {
		width: 50%;
	}
	#section_2 #kind li p {
		padding: 20px;
	}
	#section_2 #sub_ttl3 {
		background: url(../img/ttl-h3-2.png) no-repeat;
		background-size: contain;
		width: 195px;
		height: 54px;
		margin-bottom: 20px;
	}
	#section_2 #sub_ttl4 {
		background: url(../img/ttl-h3-3.png) no-repeat;
		background-size: contain;
		width: 206px;
		height: 57px;
		margin-bottom: 20px;
	}
}
