@charset "utf-8";

/* 5G対応デバイス 製品のご紹介
 ===================================================== */
/* ページ内リンク ====== */

/* 8個の場合 */
#products .tobi_box-8 a {
	width: 11.5%;
}

/* 7個の場合 */
#products .tobi_box-7 a {
	width: 13.5%;
}

/* sp */
@media screen and (max-width: 767px) {
	#products .tobi_box-8,
	#products .tobi_box-7 {
		justify-content: flex-start;
		margin-left: 10px;
		margin-right: 10px;
	}

	#products .tobi_box-8 a,
	#products .tobi_box-7 a {
		margin-right: 10px;
		width: calc((100% / 4) - (10px * 3 / 4))
	}

	#products .tobi_box-8 a:nth-child(4n),
	#products .tobi_box-7 a:nth-child(4n) {
		margin-right: 0;
	}
}

/* 特長 ========= */
@media screen and (min-width: 768px) {
	.products_feature {
		display: flex;
		flex-wrap: wrap;
	}

	#products #sec5 .products_feature .flexbox {
		width: 50%;
		display: block;
		padding-bottom: 50px;
		margin-bottom: 40px;
	}

	.products_feature .flexbox div {
		width: 100% !important;
	}

	.products_flex .flexbox > div {
		width: 48%;
    padding: 0;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    position: relative;
    align-items: flex-start;
    -ms-flex-align: start;
	}

	.products_feature_detail {
		padding: 0 30px;
	}

	#products #sec5 .inner:nth-child(1) .products_feature_detail,
	#products #sec5 .inner:nth-child(2) .products_feature_detail {
		min-height: 150px;
	}

	#products #sec5 .inner:nth-child(3) .products_feature_detail,
	#products #sec5 .inner:nth-child(4) .products_feature_detail {
		min-height: 130px;
	}

	#products #sec5 .inner:nth-child(5) .products_feature_detail,
	#products #sec5 .inner:nth-child(6) .products_feature_detail {
		min-height: 170px;
	}

	#products #sec5 .inner:nth-last-child(2) {
		border-bottom: none;
	}

	#products.fgstyle section .products_feature .img img {
    width: 72.5%;
	}
}

/* flex ======== */
.products_flex .flexbox img {
	width: 80%;
	margin-bottom: 30px;
	margin-left: 10px;
}

.products_flex .flexbox .btn_link {
	width: 100%;
}

.products_flex .flexbox .btn_link a {
	border: 2px solid #999;
	border-radius: 10px;
	padding: 0.3em 1em 0.5em 1em;
	margin: 0 auto;
	display: block;
	width: 90%;
	color: #444;
	text-align: center;
}

.products_flex .flexbox .btn_link a + a {
	margin-top: 30px;
}

#products.fgstyle #sec8 div img {
	margin-top: 1em;
}

/* sp */
@media screen and (max-width: 767px) {
	.products_flex .flexbox img {
		width: 85%;
    padding: 30px;
		margin: 0 auto;
	}

	.products_flex .flexbox .btn_link {
		margin-top: 20px;
	}

	.products_flex .flexbox .btn_link a + a {
		margin-top: 15px;
	}

	#products.fgstyle #sec8 div img {
		width: 100%;
		margin-top: 0;
	}

	#products.fgstyle section .products_feature .img img {
		width: 85%;
    padding: 0 30px;
	}
}

/* ローカル5Gでの活用
 ===================================================== */
#local_5g {
	margin-top: 20px;
}

.local_5g_text-wrap {
	max-width: 1080px;
	padding-right: 100px;
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.local_5g_text-note {
	font-size: 13px;
}

#local_5g .inner {
	margin-top: 60px;
}

.local_5g_head {
	text-align: center !important;
	font-size: 20px;
	font-weight: bold;
}

.local_5g_head-text {
	margin-top: 20px;
	text-align: center;
}

.company_logo-group + .company_logo-group {
	padding-top: 35px;
	margin-top: 35px;
	border-top: 1px solid #e8e8e8;
}

.company_logo-list {
	margin-top: 60px;
}

.company_logo-list ul.flexbox li {
	text-align: center;
	width: 48%;
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px solid #e8e8e8;
}

.company_logo-list ul.flexbox li.bdb_none {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.company_logo-list ul.flexbox li.bdb_none {
	border-bottom: none;
}

.company_logo-list ul.flexbox li .logo_img {
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	min-height: 100px;
}

@media screen and (min-width: 768px) {
	.company_logo-list ul.flexbox li .logo_img07 {
		min-height: 140px;
	}
}

.company_logo-list ul.flexbox li .logo_img img {
	margin-top: 0px;
	align-self: auto;
	flex-shrink: 0;
}

.company_logo-list ul.flexbox li .logo_img span.logo {
	font-size: 3.25em;
}

.company_logo-list ul.flexbox li .logo_img span.caption {
	font-size: 10px;
	display: block;
	color: #000;
}

.company_logo-list ul.flexbox li .ttl {
	margin-top: 50px;
	text-align: center !important;
}

.company_logo-list ul.flexbox li .link-btn {
	border: 2px solid #999;
	border-radius: 10px;
	padding: 8px 16px;
	display: block;
	width: 45%;
	color: #444;
	margin: 20px auto 0;
}

/* sp */
@media screen and (max-width: 767px) {
	#local_5g .inner {
		margin-top: 40px;
	}

	.local_5g_text-wrap {
		width: 90%;
    margin: 0 auto;
		display: block;
		padding-right: 0;
	}

	.local_5g_text {
		font-size: 14px;
		margin-bottom: 15px;
		font-feature-settings: "palt";
	}

	.local_5g_text-note {
		font-size: 12px;
	}

	.local_5g_head-text {
		margin-top: 15px;
		text-align: left;
	}

	.company_logo-list {
		margin-top: 30px;
	}

	.company_logo-list ul.flexbox li {
		width: 100%;
	}

	.company_logo-list ul.flexbox li .ttl {
    margin-top: 40px;
}

	.company_logo-list ul.flexbox li .logo_img {
		min-height: 100%;
		height: auto;
		border-bottom: none;
		padding: 0px;
	}

	.company_logo-list ul.flexbox li .logo_img img {
		margin-top: 0px!important;
	}

	.company_logo-list ul.flexbox li .link-btn {
		width: 72%;
	}
}