/* TORQUE kyf39 CSS*/

li{
	list-style:none;
}
figure{
	margin: 0;
}
ol,ul{
	padding: 0;
}

.flexbox{
	display: flex;
	display: -ms-flexbox;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	justify-content: space-between;
	-ms-flex-pack:justify;
	width: 100%;
	padding: 0;
	margin-bottom: 80px;
}
.flexbox p{
	text-align: left;
}
.sp_display{
		display: none;
	}
.kyf39 .flexbox.caselist li{
	flex: 0 1 23%;
	-ms-flex: 0 1 23%;
}
.kyf39 .flexbox.caselist figcaption{
	background: #333;
	color:#fff;
	padding: 5px ;
}
.kyf39 .kyf39btn{
	background: #eaeaea;
	display: block;
	color: inherit;
	text-decoration: none;
	margin-top:10px;
	border-radius:5px;
	padding: 5px 0;
	position: relative;
}
.kyf39 .kyf39btn:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.5;
}
.kyf39 .kyf39btn::after{
	display: inline-block;
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid;
	border-right: 1px solid;
	position: absolute;
	right: 10px;
	transform: rotate(45deg);
	top: 13px;
}


.kyf39 .new::after{
	content: "NEW";
	display: inline-block;
	width: 50px;
	height: 22px;
	background-size: 30px;
	background: #E60000;
	color: #fff;
	font-weight: bold;
	font-size: 0.9rem;
	border-radius: 4px;
	margin-left: 5px;
}
.kyf39 .verup::after{
	content: "Ver.UP";
	display: inline-block;
	width: 57px;
	height: 22px;
	background-size: 30px;
	background: #ec6c00;
	color: #fff;
	font-weight: bold;
	font-size: 0.9rem;
	border-radius: 4px;
	margin-left: 5px;
}

.infoBlock {
    max-width: 880px;
    margin: auto;
    padding: 30px;
    border: 2px solid #dcdcdc;
    border-radius: 10px;
    text-align: left;
    margin-bottom: 40px;
}
.infoInner {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.infoTitle {
    display: table-cell;
    width: 300px;
    border-right: 2px solid #dcdcdc;
    vertical-align: middle;
    font-size: 157%;
    text-align: center;
}
.infoBody {
    display: table-cell;
    padding-left: 40px;
    vertical-align: middle;
    font-size: 114%;
}
.infoBody ul {
    margin: 0;
    padding: 0;
}
.infoBody li {
    margin: 8px 0;
    list-style: none;
}
.infoBody a {
    color: inherit;
    text-decoration: underline;
}

#products_content .p_box{
	margin-bottom: 80px;
}
#products_content .p_box.bottom{
	text-align: left;
}
#products_content .p_box.bottom h4{
	border-bottom: none;
}
#products_content .p_box.bottom .new::before{
	content: "NEW";
	display: inline-block;
	width: 50px;
	height: 22px;
	background-size: 30px;
	background: #E60000;
	color: #fff;
	font-weight: bold;
	font-size: 0.9rem;
	border-radius: 4px;
	margin-right: 5px;
	text-align: center;
}
#products_content .p_box.bottom .verup::before{
	content: "Ver.UP";
	display: inline-block;
	width: 57px;
	height: 22px;
	background-size: 30px;
	background: #ec6c00;
	color: #fff;
	font-weight: bold;
	font-size: 0.9rem;
	border-radius: 4px;
	margin-right: 5px;
	text-align: center;
}
#products_content .p_box.bottom .new::after,
#products_content .p_box.bottom .verup::after{
	display: none;
}{
	display: none;
}
#products_content .p_box.bottom small{
	text-align: right;
	display: block;
}
/*--------------func1-------------------------------------------------------------------------------------------------------------------*/

#products_content.func1 h3{
	border-bottom: 2px solid;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 22px;
}
.func1 .func1box{
	text-align: left;
}
.func1 .func1box li{
	background: #333;
    padding: 20px 15px 0;
    flex: 0 1 23%;
	-ms-flex: 0 1 21%;
    margin-bottom: 2.5%;
    position: relative;
    box-sizing: border-box;
	-ms-box-sizing:border-box;
	letter-spacing: 1;
}
.func1 .func1box li p{
	letter-spacing: -0.5px;
}
#products_content.func1 .func1box li h4{
	color:#e7f82f;
	font-size: 26px;
	font-weight: bold;
	margin: 0;
}
#products_content.func1 .func1box li.long h4{
	margin: 0 0 40px 0;
}
#products_content.func1 .func1box .sup{
	position: absolute;
	top: 27px;
	right: 2%;
}

#products_content.func1 .func1box .sup span{
	font-size:14px;
	background: #fff;
	color: #333;
	padding: 2px 4px;

}
#products_content.func1 .p_box p {
    margin-bottom: 15px;
}
#products_content.func1 .func1box li:nth-last-of-type(2) .sup{
	top: 10px;
	width: 100px;
	text-align: right;
}
#products_content.func1 .func1box li:nth-last-of-type(2) .sup span{
	display: inline-block;
	margin-bottom: 2px;
}
#products_content.func1 .func1box .origin{
	background: red;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	padding: 1px 4px;
}
.func1 .func1box li p{
	color:#fff;
}
#products_content.func1 .sec2 p.big{
	font-size:26px;
}
#products_content .p_box h4{
	font-size:20px;
	border-bottom:2px solid #e8e8e8;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
#products_content.func1 .sec2 .flexbox li{
	flex: 0 1 48%;
	-ms-flex: 0 1 48%;
	margin-bottom: 50px;
}
#products_content.func1 .sec2 .flexbox li:last-child figcaption h4{
	margin-bottom: 0;
    border: none;
    padding: 0;
    margin-top: 10px;
}
#products_content.func1 .sec2 .flexbox figcaption{
	text-align: left;
	margin-top: 20px;
}
#products_content.func1 .sec2 .flexbox {
    margin-top: 50px;
}

#products_content.func1 .sec2 .flexbox small{
	display: block;
	text-align: left;
	margin-top:10px;
}


#products_content.func1 .sec2 .flexbox li.long{
	-ms-flex:100%;
	flex: 100%;
  padding: 0 14%;
}
#products_content.func1 .sec2 .flexbox li.long .flexbox{
	align-items: center;
	-ms-flex-align:center;
	
	box-sizing: border-box;
	width: 100%;
}
#products_content.func1 .sec2 .flexbox li img{
	margin-top: 20px;
}
/*--------------func2-------------------------------------------------------------------------------------------------------------------*/

#products_content.func2 .sec1 h3{
	font-size: 20px;

    margin-bottom: 15px;

}
#products_content.func2 .sec1 li{
	padding: 0 13%;
	margin-bottom: 70px;
}
#products_content.func2 .sec1 figure{
	width: 100%;
	margin: 0 auto;
	padding-top: 25px;
	text-align: center;

}
.func2 .sec1 figure img{
	margin-top: 30px;
}
#products_content.func2 .sec1 li p
{
	text-align: left;
	
}

#products_content.func2 .sec1 li small{
	display: block;
	text-align: right;
	width: 84%;
}
.func2 .sec2 {
	margin-top: 100px;
}

	.func2 .sec2 .flexbox{
	justify-content: center;
	-ms-flex-pack:center;
    margin-top: 50px;
}

.func2 .sec2  .flexbox p{
	margin: 0;
}
		.func2 .sec2 .flexbox ul{
	    padding: 0;
   		 text-align: left;
    	margin: 0 50px 0 0;
		flex: 0.8 1;
		-ms-flex: 0.8 1;
}
			.func2 .sec2 .flexbox ul li{
	margin-bottom: 40px;
}
		.func2 .sec2 .flexbox div{
	flex: 0 1 40%;
	-ms-flex: 0 1 40%;
}
			.func2 .sec2 .flexbox div img{
	width: 100%;
}
.func2 .sec2 .flexbox div img:first-child{
	padding-bottom: 15px;
}


/*--------------func3-------------------------------------------------------------------------------------------------------------------*/

.func3box{
	justify-content: center;
	-ms-flex-pack:center;
	margin-top: 50px;
}
.func3box p{
	flex: 0.4;
	text-align: left;
	margin-right: 30px;
}
.func3box div{
	flex: 0.4;
}
.func3box div img{
	width: 100%;
}
#products_content.func1 .sec2 .flexbox .center_img {
	flex:100%;
	-ms-flex:100%;
	margin-top: -30px;
}
#products_content.func1 .sec2 .flexbox .center_img img{
	width: 60%;
}
/*--------------func4-------------------------------------------------------------------------------------------------------------------*/
.func4box .flexbox{
	justify-content: flex-start;
	-ms-flex-pack:start;
	margin-bottom: 0;
}
.func4box .flexbox li{
	width: 25%;
	margin-bottom: 60px;
}
.func4box .flexbox small{
	display: inline;
	margin: 0;
}
.func4box small{
	display: block;
	text-align: right;
	margin-right: 35px;
}
#products_content.func1 .sec2 .flexbox .sub_h4{
	margin-bottom: 0;
    border: none;
    padding: 0;
    margin-top: 10px;
		text-align: left;
}

/*--------------spec-------------------------------------------------------------------------------------------------------------------*/

.kyf39.spec li,
.kyf39.spec p{
	text-align: left;
}
.kyf39.spec p {
	margin-top: 30px;
}
.kyf39.spec h4{
	text-align: left;
	margin: 30px 0 10px;
}
.kyf39.spec .flexbox{
	justify-content: center;
	-ms-flex-pack:center;
	margin: 30px 0;
}

.kyf39.spec .small{
	font-size:14px;
	margin-bottom: 60px;
}
.kyf39.spec ol.note .marker {
    display: block;
    float: left;
    margin-left: -2.5em;
    white-space: nowrap;
    width: 2.5em;
    _margin-left: -1.25em;
}
.kyf39.spec ol.note li {
    list-style: none;
    margin-left: 2.5em;
		font-size: 14px;
}
p.note, ul.note li {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
}
dl.note{
	text-align: left;
	padding-left: 0;
	text-indent: 0;
}
dl.note dd{
	margin: 0;
}
.kyf39.spec .cautionBlock{
	margin-top: 50px;
}
.kyf39.spec .n_margin{
	margin-left: -2.5em;
	display: inline-block;
}
/*--------------catalog-------------------------------------------------------------------------------------------------------------------*/
.catalog .img_box {
	margin-bottom: 40px;
	text-align: center;
}
.catalog iframe{
	width: 948px;
    height: 533px;
}
.catalog .pdf_link {
    text-decoration: none;
    position: relative;
    display: block;
    max-width: 600px;
    width: 100%;
    padding: 20px 40px;
    background: #eaeaea;
    color: #000 !important;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
	margin: 0 auto
}
.catalog .pdf_link:after {
    background:url("../../kyf39/img/kyf39_catalog_ico_download_pdf.png") no-repeat;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: 45px;
    height: 39px;
}

.catalog small {
    text-align: left;
    display: inline-block;
    margin-top: 20px;
}

/* USB */
.usb .btn2 {
    display: inline-block;
    min-width: 470px;
    padding: 20px 40px;
    background: #eaeaea;
    color: #000 !important;
    font-size: 128.57%;
	letter-spacing: 0.1em;
	position: relative;
	text-decoration: none;
}
.usb .btn2.ico_download_exe:after {
    background: url(/prdct/telecom/office/phone/common/img/ico_download_exe.png) no-repeat;
}
.usb .btn2[class*="ico_download"]:after {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: 45px;
    height: 39px;
}
.mb0 {
    margin-bottom: 0px !important;
}
/* --------------------------------------------------------
---------------------------------------------------------------------スマホ-----------------------------------------------------------------------------------------------------------------------------------------------------------------*/


@media (max-width: 769px) {
	.sp_display{
		display: block;
	}
	.kyf39 .flexbox {
	display: block;
		padding: 0 10px;
		text-align: center;
}
	.kyf39 .flexbox li{
		margin-bottom: 30px;
	}
	.kyf39 .caselist img{
		width: 100%;
	}
	.blockTitle {
    margin-bottom: 15px;
}
	.blockTitle h2 {
    font-size: 16px;
	font-weight: bold;
}
	.newsTopics {
    text-align: left;
    font-size: 12px;
}
	.newsTopics dl {
    border-bottom: 1px solid #ccc;
    padding:  0;
}
	.newsTopics dt:first-of-type,
	.newsTopics dd:first-of-type {
    border-top: none;
}
	.newsTopics dt:first-of-type {
    padding-top: 0;
}
	.newsTopics dd {
    padding: 0 0 10px 0;
    margin-left: 5px;

}
	.newsTopics dt {
    padding: 0 10px 0 10px;
    border-top: 1px solid #ccc;
    font-weight: bold;
		float: none;
}
	.infoBlock {
    margin: auto;
    padding: 15px 30px;
    border: 2px solid #dcdcdc;
    border-radius: 10px;
    text-align: left;
    margin: 0 10px 20px;
}
	.newsList {
    margin-bottom: 60px;
    text-align: center;
}
	.infoTitle {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #dcdcdc;
    text-align: center;
	border-right: none;
	display: block;
		width: 100%;
		font-size: 16px;

}
	.infoBody {
    display: block;
    padding-left: 0;
    font-size: 12px;
    text-align: left;
}


	#products_content.func1 .p_box {
    text-align: center;
}
	#products_content.func1 .p_box p {

    text-align: left;
}
	#products_content.func1 h3 {
    margin-bottom: 10px;
    font-size: 18px;
}
	.kyf39.func1 .flexbox {
    padding: 0;
}
	.func1 .func1box li {
    padding: 25px 15px 10px;
	margin-bottom: 10px;
}
	#products_content.func1 .func1box li h4 {
    margin: 0 0 10px;
    text-align: left;
    font-size: 20px;

}

	#products_content.func1 .func1box .sup {

    top: 28px;

}
	#products_content.func1 .func1box li:nth-last-of-type(2) .sup {
    top: 28px;
    width: 60%;
    text-align: right;
}
	#products_content.func1 .sec2 p.big {
    font-size: 20px;
    text-align: center;
}

	#products_content.func1 h4 {
    font-size: 17px;
    border-bottom: 2px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 15px;

}
	#products_content.func1 .func1box li.long h4 {
    margin: 0 0 10px ;
}
	#products_content.func1 .sec2 .flexbox li:last-child figcaption h4 {
    margin-bottom: 0;
    border: none;
    text-align: left;
    margin-top: 10px;
    padding-bottom: 0;
}

	#products_content.func1 .sec2 .flexbox {
    margin-top: 20px;
}
	#products_content.func1 .sec2 .flexbox li.long {
    -ms-flex: 100%;
    flex: 100%;
    padding: 0;
}
	
/*-----------------------------------------
							func2	
---------------------------------------*/
	
#products_content.func2 h4 {
    font-size: 17px;
    border-bottom: 2px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 15px;

}
#products_content.func2 .sec1 figure{
		width: 100%;
		padding-top: 10px;
	}

.func2 .sec1 .absolute {
    position: absolute;
    top: -14vw;
    right: -5px;
    width: 14vw;
		left: auto;
}



#products_content.func2 .sec1 li {
    padding: 0;
    margin-bottom: 40px;
}
#products_content.func2 .sec1 li small {
    display: block;
    text-align: left;
    width: 100%;
}
/*	spec*/
	.kyf39.spec .small{
	padding: 0 10px;
}

#products_content.kyf39 .p_box.bottom{
	text-align: left;
}
#products_content.kyf39 .p_box.bottom h4{
	text-align: left;
}

.catalog .pdf_link {

    text-align: center;
}
.catalog .pdf_link:after {
    right: 10px;
}
	.catalog .sec2{
		margin-top: 50px;
	}

.video_container{
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video_container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


}
@media(max-width:470px){
	#products_content.func1 .func1box li:nth-last-of-type(2) .sup {
    top: 8px;
    width: 60%;
    text-align: right;
}

}

@media screen and (max-width: 768px) {
	.bottom_contact-support .bottom_contact-support-wrap h3 {
		font-size: 19px!important;
		font-weight: normal!important;
		border-bottom: none!important;
		display: block!important;
	}
	.bottom_contact-support-wrap .flexbox{
		padding: 0;
		margin: 40px 0 0!important;
	}
	.bottom_contact-support .bottom_contact-support-btns {
		display: block;
	}
}