@charset "UTF-8";

/*ロゴ横にテキスト対応*/
h1.logo span {
	margin-top:6px;
}
@media screen and (max-width: 640px) {
	h1.logo span {
		margin-top:8px;
	}
}
/* ===================================
	KV
   =================================== */
@media screen and (min-width: 641px) {
	.container .kv {
		margin-top:90px;/*(localnav height)*/
	}
}
@media screen and (max-width: 640px) {
	.kv > img.cover {
		margin-top: 85px;/*(localnav height)*/
	}
}

/* ===================================
	アコーディオンバナー
   =================================== */
.top_acdBanner {
	padding:20px 0;
	background-color: #eee;
}
.top_acdBanner .acd_banner{
	max-width:1100px;
	margin:0 auto;
	display:flex;
	flex-wrap: wrap;
}
.top_acdBanner > .acd_banner{
	justify-content: center;
}
.top_acdBanner .acd_banner li{
	margin:10px 10px;
	width: calc((100% - 80px)/4);

}
.top_acdBanner .hide{
	display:none;
}
.top_acdBanner .acd_banner li a{
	padding: 0;
	transition: 0.2s;
}
.top_acdBanner .acd_switch {
	text-align: center;
	margin:10px auto;
	display:none;
	line-height: 1;
}
.top_acdBanner .acd_switch span {
	display:inline-block;
	background-color: #333;
	border:5px solid #FFF;
	color:#fff;
	background-size:22px 22px;
	background-repeat: no-repeat;
	background-position: 30px calc(50% + 2px);
	padding:8px 25px 12px 75px;
	font-weight:400;
	font-size:32px;
	border-radius:35px;
	position: relative;
}
.top_acdBanner .acd_switch span:hover {
	cursor: pointer;
}
.top_acdBanner .acd_switch span::before {
	content:"";
	width:20px;
	height:11px;
	background-color: #fff;
	position:absolute;
	left:calc(0.75em + 9px);
	top:0.5em;
}
.top_acdBanner .acd_switch span::after {
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 19px 0 19px;
	border-color: #fff transparent transparent transparent;
	position:absolute;
	left:0.75em;
	top:calc(0.5em + 11px) ;
}
.top_acdBanner .acd_switch.open span::before{
	top:calc(0.45em + 13px) ;
}
.top_acdBanner .acd_switch.open span::after{
	top:0.45em;
	transform: rotate(180deg);
}

@media screen and (max-width: 640px) {
	.top_acdBanner {
		padding:20px 5px;
	}
	.top_acdBanner .acd_banner{
		width:auto;
	}
	.top_acdBanner .acd_banner li{
		width:calc((100% - 20px) / 2);
		margin:5px;
	}
	.top_acdBanner .acd_banner li a {
		width:auto;
	}
	.top_acdBanner .acd_switch {
		margin:5px;
		width:calc(100% - 10px);
	}
	.top_acdBanner .acd_switch span {
		display:block;
		width:auto;
		font-size:24px;
	}
	.top_acdBanner .acd_switch span::before {
		width:16px;
		height:10px;
		left:calc(50% - 2.7em);
		top:0.5em
	}
	.top_acdBanner .acd_switch span::after {
		border-width: 11px 15px 0 15px;
		left:calc(50% - 2.7em - 7px);
		top:calc(0.5em + 10px) ;
	}
	.top_acdBanner .acd_switch.open span::before {
		left:calc(50% - 1.8em);
		top: calc(0.44em + 11px);
	}

	.top_acdBanner .acd_switch.open span::after{
		left:calc(50% - 1.8em - 7px);
	}
}
@media screen and (min-width: 641px) {
	.top_acdBanner > .acd_banner li:nth-child(n+5),
	.top_acdBanner .hide .acd_banner li:nth-child(-n+4){
		display: none;
	}
	
}
@media screen and (max-width: 640px) {
	.top_acdBanner > .acd_banner li:nth-child(n+3),
	.top_acdBanner .hide .acd_banner li:nth-child(-n+2){
		display: none;
	}
}
/* ===================================
	製品特長
   =================================== */
.product_features > div {
	padding:100px 0;
}
.product_features h2 {
	font-size: 60px;
	line-height: 1.5;
	font-weight: 500;
}

.product_features h3 {
	font-size: 42px;
	line-height: 1.5;
	font-weight: 500;
	margin:1em auto;
}
.product_features h4 {
	font-size: 30px;
	line-height: 1.5;
	font-weight: 500;
	margin:1em auto 0.5em;
}
.product_features p {
	font-weight:400;
	font-size:20px;
}
.product_features .t_txt {
	margin-top:2.5em;
	text-align: center;
}
.product_features .t_btn {
	text-align:center;
	margin-top:2.5em;
}
.product_features .t_btn a {
	/*background-color: rgba(170,60,95,1.00);*/
	background-color: #229635;
	color:#fff;
	padding:0.5em 1.2em 0.6em;
	border-radius:2em;
	text-decoration:none;
	font-size:16px;
	font-weight:500;
	margin-top:5px;
	display:inline-block;
	line-height:1.2;
	transition: 0.2s;
}

@media screen and (min-width: 641px) {
	.product_features .t_btn a:hover {
		background-color: #777;
	}
}
@media screen and (max-width: 640px) {
	.product_features > div {
		padding:50px 0;
	}
	.product_features h2 {
		font-weight:600;
		font-size:34px;
		margin: 0 auto 15px;
	}
	.product_features h3 {
		font-size: 30px;
		line-height: 1.5;
		font-weight: 500;
		margin:1em auto;
	}
	.product_features h4 {
		font-size: 25px;
		line-height: 1.5;
		font-weight: 500;
		margin:1em auto 0.5em;
	}
	.product_features h2 span,
	.product_features h3 span,
	.product_features h4 span {
		display: inline-block;
	}
	.product_features p{
		font-weight:500;
		font-size:16px;
	}
	.product_features .t_txt {
		margin-top:1.5em;
		text-align: left;
	}
	.product_features .t_btn {
		margin-top: 1.5em;
	}
	.content_top .t_btn {
		text-align: center;
	}
	.content_top .t_btn a {
		font-size:14px;
	}
}



/* ＜安心仕様＞
------------------------------------- */
.product_features #anshin {
	background: #222222;
	color:#fff;
}
/* MILアイコン */
.container .mil_icon {
	margin-top:1.5em;
	display:flex;
	flex-wrap: wrap;
	width: 945px;
	padding: 0 7px 0 8px;
}
 .container .mil_icon img {
	width:95px;
	margin:0 5px 10px;
}
@media screen and (max-width: 640px) {
	.container .mil_icon {
		margin:1.5em 1% 0 3%;
		width:auto;
		padding:0;
	}
	.container .mil_icon img {
		width:23%;
		margin:0 2% 2% 0;
		max-width:90px
	}
}
/* ＜セキュリティ＞
------------------------------------- */
.product_features #security {
	background: linear-gradient(#A7ADAB, #fff);

}


/* ＜充実機能＞
------------------------------------- */
.product_features #full-function {
	/*background: linear-gradient(to bottom,#B4BCD1,#DFE4F3);*/
	background: #222222;
	color:#fff;
}

/* ＜注釈＞
------------------------------------- */
.product_features .annotation {
	/*background: #fafafa*/
}


/* ===================================
	キャリア別情報
   =================================== */
#carrier{
	padding:60px 0;
	background: linear-gradient(to bottom,#f5f5f5 ,#fff 80px);
}
#carrier h2{
	font-size:32px;
	font-weight:500;
}
#carrier .each_carrier {
	max-width:1060px;
	margin:0 auto;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between
}
#carrier .each_carrier > div{
	box-sizing: border-box;
	width:480px;
	padding:30px 26px;
}
#carrier .each_carrier > div:first-child:last-child{
	margin:auto;
}
#carrier .each_carrier .carrier_logo{
	font-size:18px;
	font-weight:500;
	line-height: 25px
}
#carrier .each_carrier .carrier_logo img {
	height:25px;
}
#carrier .each_carrier .series_logo {
	margin-top: 15px;
}
#carrier .each_carrier .series_logo img {
	height:30px;
}
#carrier .each_carrier .model_name {
	font-size:20px;
	font-weight:500;
}
#carrier .each_carrier .model_image {
	margin-top: 10px;
}
#carrier .each_carrier .carrier_link {
	margin-top: 20px;
}
#carrier .each_carrier .carrier_link li{
	margin-top: 10px;
}
#carrier .each_carrier .carrier_link a {
	display: block;
	text-decoration: none;
	margin-top:10px;
	padding:15px 0;
	border-radius: 3px;
	position: relative;
	transition: 0.2s;
}
#carrier .each_carrier .carrier_link .btn_arrow a{
	border:1px solid;
}
#carrier .each_carrier .carrier_link .btn_arrow a::after{
	content:"";
	position:absolute;
	width:10px;
	height:10px;
	border-right:1px solid;
	border-bottom: 1px solid;
	transform: rotate(-45deg);
	right:30px;
	top:calc(50% - 6px);
}
#carrier .each_carrier .carrier_link .btn_blue a{
	background-color: #0071E3;
	color:#fff;
}
#carrier .each_carrier .carrier_link .btn_blue a::after{
	content: url(/products/k-tai_d_common_v3/images/icon_newwindow.png);
	position:absolute;
	line-height: 9px;
	right:30px;
	top:calc(50% - 5px);
}
#carrier .each_carrier .carrier_bnr {
	margin-top: 20px
}
#carrier .each_carrier .carrier_bnr li{
	margin-top:10px
}
@media screen and (min-width: 641px) {
	#carrier .each_carrier .carrier_link .btn_arrow a:hover{
		background-color: #eee;
		border-color:#eee;
	}
	#carrier .each_carrier .carrier_link .btn_blue a:hover{
		background-color: #777;
	}
}
@media screen and (max-width: 640px) {
	#carrier h2{
		font-size:24px;
		font-weight:500;
	}
	#carrier .each_carrier > div{
		margin:auto;
	}
	.each_carrier .carrier_list {
		width:90%;
		margin:30px auto 0;
	}
	.each_carrier .carrier_list li{
		width:100%;
		margin-right:0;
		margin-top:20px;
	}
	.each_carrier .carrier_list li a{
		padding:20px;
	}
	.each_carrier .carrier_list li dt {
		font-size:13px
	}
	.each_carrier .carrier_list li .model_name {
		font-size:18px;
	}

	.each_carrier .carrier_list li .model_image {
		margin-top: 10px;
	}
}

