@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond&display=swap');

@media screen and (min-width: 641px) {
	.breadcrumb-nav{
		margin-top: 90px;
	}
}
/* ===================================
	SPEC
   =================================== */
/*文字サイズ2306*/
.spec {
	margin: 90px auto;
	padding-top: 40px;
}
.spec h2 {
	font-weight: 400;
}
.spec h3 {
	font-weight:400;
	font-size: 1.5rem;
}
.spec p {
	font-size:0.9rem;
	padding-bottom: 0.6em;
	line-height: 1.6;
	font-weight: normal;
}
.spec h3 + p {
	margin-top: 40px;
}
.spec_table {
	font-weight: 400;
	border-top-color: #999;
	font-size:16px
}
.spec_table .row {
	border-bottom-color: #999;
}

.spec_table .row .col_ttl h4 {
	font-weight:400;
}
.spec sup {
	font-weight:400;
	font-size:12px
}
@media screen and (max-width: 640px) {
	.spec {
		margin: 84px auto 40px;
		padding-top: 10px;
	}
	.spec h2 {
		margin-top:0;
	}
	.spec p {
		font-size: 0.75rem;
		line-height: 1.5;
	}
	.spec h3 {
		font-size: 1.26rem;
		font-weight: 500;
	}
	.spec h3 + p {
		margin-top: 0;
	}
	.spec ul li, .spec p {
		font-size:15px
	}
	.spec_table {
		font-size:16px
	}
	.spec_table .row .col_ttl h4 {
		border-bottom-color: #999;
		font-weight: 500;
		font-size:20px;
	}
	.spec_table .row .col_dtl dl dd {
		font-size:16px;
		padding-left:2em
	}
	.spec_table .row .col_dtl dl .dt2{
		background-color: #f2f2f2;
		padding: 2px 0.5em;
		margin: 5px 0;
	}
	.spec sup {
		font-weight:400;
		font-size:11px
	}
}

/* カラバリ画像 */
.container ul.spec_color {
	display:flex;
	flex-wrap: wrap;
	margin-top: 0;
	margin-left:-5px
}
.container ul.spec_color li {
	width:140px;
	margin:0 0 0 5px;
	padding:0;
	text-align: center;
	text-indent: 0;
}

.container ul.spec_color li img {
	margin:0;
}
.container ul.spec_color li span {
	display: block;
	margin-top: 0.5em;
	line-height: 1.4;
}

.spec .logo {
	padding-top:35px;
	display:flex;
	align-items: center;
	flex-wrap: wrap;
}
.spec .logo img {
	margin-right:20px;
	margin-bottom:10px;
}
@media screen and (max-width: 640px) {
	.container ul.spec_color {
	
	}
	.container ul.spec_color li {
		max-width: 130px;
		width: calc((100% - 15px)/3);
		margin-top: 1em;
	}
	.container ul.spec_color li img{
		width:92%;
	}
}
/* 対応バンド表 */
.spec_table .row .col_dtl dl dd.band {
	padding:0;
}
.spec_table .band table {
	width:100%;
	margin-top:0
}
.spec_table .band table tr {
	background-color:transparent;
}
.spec_table .band table tr td{
	line-height: 24px;
	padding:6px 0;
	vertical-align: top;
	font-size:16px;
}
.spec_table .band table tr td:nth-child(1){
	width:4em;
}
.spec_table .band table tr td:nth-child(2){
	width:5em;
}
@media screen and (max-width: 640px) {
	.spec_table .row .col_dtl dl dd.band {
		padding-left:2em;
	}
	.spec_table .band table tr td{
		display: table-cell;
		padding:0 0 6px;
		font-size:16px;
		line-height: inherit;
	}
	.spec_table .band table tr td:nth-child(2) {
		width: 5em;
	}
}
/* ===================================
	SUPPORT
   =================================== */
/* H2title*/
h2.ttl_line_garamond{
	width:95%;
	margin:0 auto 80px;
	padding-bottom:10px;
	border-bottom: 1px solid;
}
h2.ttl_line_garamond span {
	font-family: 'Cormorant Garamond','Noto Serif JP', serif;
	letter-spacing: 1em;
	padding-left: 1em;
	font-size:33px;
	transform:scaleY(1.1);
	display: inline-block;
}

@media screen and (max-width: 640px) {
	h2.ttl_line_garamond{
		margin-bottom:50px;
		max-width:100%;
		padding-bottom:7px;
	}
	h2.ttl_line_garamond span {
		font-size:28px;
		letter-spacing: 0.4em;
		padding-left: 0.4em;
	}
}
/*サポート情報*/
#support {
	padding:80px 0;
}
#support .support_list {
	max-width:960px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	/*flex-wrap:wrap;*/
	align-items:stretch;
}
#support .support_list li {
	width:180px;
}
#support .support_list li:first-child:nth-last-child(2),
#support .support_list li:first-child:nth-last-child(2) ~ li {
	width:420px;
}
#support .support_list li a {
	display:block;
	padding-top:180px;
	text-decoration:none;
	border-radius:8px;
	font-size:26px;
	background-repeat:no-repeat;
	background-position:center 3px;
	transition-property: background-image;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	background-size:160px;
}
#support .support_list li.s_support a {
	background-image:url(/products/k-tai_d_common_v3/images/ico_index_support_support.png)
}
#support .support_list li.s_support a:hover {
	background-image:url(/products/k-tai_d_common_v3/images/ico_index_support_support_hover.png)
}
#support .support_list li.s_faq a {
	background-image:url(/products/k-tai_d_common_v3/images/ico_index_support_faq.png)
}
#support .support_list li.s_faq a:hover {
	background-image:url(/products/k-tai_d_common_v3/images/ico_index_support_faq_hover.png)
}
#support .support_list li.s_accessory a {
	background-image:url(/products/k-tai_d_common_v3/images/ico_index_support_accessory.png)
}
#support .support_list li.s_accessory a:hover {
	background-image:url(/products/k-tai_d_common_v3/images/ico_index_support_accessory_hover.png)
}

#support .support_list li a span {
	padding:5px 10px;
	transition-property: border;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
	border-bottom: 3px solid transparent;
}

}
#support .support_list li a:hover span {
	border-bottom:3px solid #585858;
}

@media screen and (max-width: 640px) {
	#support {
		padding:40px 0;
	}
	#support .support_list {
		max-width:none;
		min-width:0;
	}
	#support .support_list li {
		width:33.33%;
	}
	#support .support_list li:first-child:nth-last-child(2),
	#support .support_list li:first-child:nth-last-child(2) ~ li {
		width:50%;
	}
	#support .support_list li a {
		padding:100px 5px 5px 5px;
		background-size:80px;
		font-size:14px;
	}
	#support .support_list li a span {
		padding:0 3px 3px;
	}
	#support .support_list li a span img {
		height:20px;
	}
}

/* バナーエリア(3件以上対応) */
.spec .spec_bnr {
	margin-top: 40px;
	display:flex;
	flex-wrap: wrap;
	justify-content: left;
	padding:0 32px;
}
.spec .spec_bnr > a {
	margin:10px;
}
@media screen and (min-width: 641px) {
	.spec .spec_bnr > a:first-child:last-child {
		margin:10px auto;
	}
}
@media screen and (max-width: 640px) {
	.spec .spec_bnr {
		margin-top: 1em;
		padding:0;
		justify-content: center;
	}
	.spec .spec_bnr > a {
		margin:10px 26px 0;
	}
}