/* TORQUE G03 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;
	}
.g03 .flexbox.caselist li{
	flex: 0 1 23%;
	-ms-flex: 0 1 23%;
}
.g03 .flexbox.caselist figcaption{
	background: #333;
	color:#fff;
	padding: 5px ;
}
.g03 .g03btn{
	background: #eaeaea;
	display: block;
	color: inherit;
	text-decoration: none;
	margin-top:10px;
	border-radius:5px;
	padding: 5px 0;
	position: relative;
}
.g03 .g03btn:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.5;
}
.g03 .g03btn::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;
}
.newsList {
    max-width: 880px;
    margin: 0 auto;
    margin-bottom: 110px;
    text-align: center;
}
.blockTitle {
    margin-bottom: 40px;
    /* font-size: 185.7%; */
}
.blockTitle h2 {
    font-size: 26px;
    font-weight: normal;
}
.newsTopics {
    text-align: left;
    font-size: 114%;
}
.newsTopics dl {
    border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
.newsTopics dd:first-of-type {
    border-top: none;
}
.newsTopics dt {
    clear: left;
    float: left;
    width: 190px;

    border-top: 1px solid #ccc;
}
.newsTopics dd a{
	text-decoration: none;
}
.newsTopics dt:first-of-type, .newsTopics dd:first-of-type {
    border-top: none;
}



.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;
}


/*--------------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.func1 .sec2 .flexbox 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;
}

/*--------------func2-------------------------------------------------------------------------------------------------------------------*/

#products_content.func2 .sec1 h3{
	font-size: 20px;

    margin-bottom: 15px;

}
.func2 .sec1 figure{
	width: 48%;
	margin: 0 auto;
	 border-top: 2px solid #e8e8e8;
	padding-top: 25px;

}
.func2 .sec1 figure img{
	width: 100%;
}

.func2 .sec1 .absolute {
    position: absolute;
    top: -110px;
    left: 90%;
    width: 20%;
}
.func2 .sec1 figcaption {
    text-align: left;
    margin-top: 20px;
position: relative;
}
.func2 .sec2 {
	margin-top: 100px;
}

	.func2 .sec2 .flexbox{
	justify-content: center;
	-ms-flex-pack:center;
    margin-top: 50px;
}
#products_content.func2 .sec2 .flexbox h3{
	margin-bottom: 5px;
}
.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-------------------------------------------------------------------------------------------------------------------*/

.g03.spec li,
.g03.spec p{
	text-align: left;
}
.g03.spec p {
	margin-top: 30px;
}
.g03.spec h4{
	text-align: left;
	margin: 30px 0 10px;
}
.g03.spec .flexbox{
	justify-content: center;
	-ms-flex-pack:center;
	margin: 30px 0;
}
.g03.spec .flexbox li{
	margin:0 20px;
}
.g03.spec .small{
	font-size:14px;
	margin-bottom: 60px;
}
.g03.spec ol.note .marker {
    display: block;
    float: left;
    margin-left: -2.5em;
    white-space: nowrap;
    width: 2.5em;
    _margin-left: -1.25em;
}
.g03.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;
}
/*--------------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(/prdct/telecom/consumer/common/img/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;
}




/* --------------------------------------------------------
---------------------------------------------------------------------スマホ-----------------------------------------------------------------------------------------------------------------------------------------------------------------*/


@media (max-width: 769px) {
	.sp_display{
		display: block;
	}


	.g03 .flexbox {
	display: block;
		padding: 0 10px;
		text-align: center;
}
	.g03 .flexbox li{
		margin-bottom: 30px;
	}
	.g03 .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;
    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;
}
	.g03.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 .sec2 .flexbox h4 {
    font-size: 18px;
    border-bottom: 2px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 20px;
		font-weight: normal;
}
	#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;
}
/*----------------------------------------------------------------------------------------------------------------------func2	------------------------------------------------------------------------------*/
	.func2 .sec1 figure{
		width: 100%;
		margin-top: 10px;
	}
	#products_content.func2 .sec2 .flexbox h3 {
    text-align: left;
}
	.func2 .sec2 .flexbox ul li {
    margin-bottom: 0;
}
#products_content.func2 .sec1 h3 {
    font-size: 18px;
    margin-bottom: 10px;
	font-weight: normal;
}
	.func2 .sec2 {
    margin-top: 60px;
}
	.func2 .sec2 .flexbox {
    margin-top: 30px;
}
.func2 .sec1 .absolute {
    position: absolute;
    top: -14vw;
    right: -5px;
    width: 14vw;
		left: auto;
}



/*-----------------------------------------------------------------------------------------------------------------------------------func3	------------------------------------------------------------------------------*/

.func3box {
    margin-top: 10px;
}

	/*--------------------------------------------------------------------------------------------------------------------------------func4	------------------------------------------------------------------------------*/
	.func4box .flexbox{
		display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -ms-flex-pack: justify;
		margin-top: 20px;
	}

	.func4box .flexbox li {
    width: 45%;
		margin-bottom: 10px;
}

	.func4box small {
    margin-right: 0;
}

	#products_content.func1 .sec2 .flexbox .center_img img{
	width: 100%;
}

/*	spec*/
	.g03.spec .flexbox {
    display: flex;
		display: -ms-flexbox-;
    margin: 30px 0px;
		padding: 0;

}
	.g03.spec .small{
	padding: 0 10px;
}
	.g03.spec .flexbox li {
    margin: 5px;
}



.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;
}

}
