@charset "UTF-8";

@media screen and (min-width: 641px) {
	.section {
		margin-top: 0 !important;
	}
	.local_navigation {
		top: 100%;
		left: 0;
		margin-top: -56px;
	}
	.local_navigation.fixed {
		margin-top: 0;
	}
	.breadcrumb-nav {
		top: 0;
	}
}

/* ===================================
     共通
   =================================== */

.content_top>.section{
	padding-top:70px;
	padding-bottom:70px;
}
.content_top h2{
	width:95%;
	margin:0 auto 80px;
	padding-bottom:10px;
    border-bottom: 1px solid #77bd49;
}

.content_top .t_btn {
	text-align:right;
}
.content_top .t_btn a {
	text-decoration:none;
	font-size:16px;
	font-weight:500;
}
.content_top .t_btn a:hover {
	color:#ff6600;
}
.content_top .t_btn a span {
	padding-right:18px;
	background-image:url(/products/k-tai_d_common_v3/images/icon_arrow2_bk.png) ;
	background-repeat:no-repeat;
	background-position: right 50%;
	background-size:14px;
	
}
.content_top .t_btn a:hover span {
	background-image:url(/products/k-tai_d_common_v3/images/icon_arrow2_or.png)
}

@media screen and (max-width: 640px) {
	
	.content_top {
		margin-top:72px;
	}
	.content_top>.section{
		padding-top:35px;
		padding-bottom:50px;
	}
	.content_top h2{
		margin-bottom:50px;
		max-width:100%;
		padding-bottom:7px;
	}
	.content_top h2 img {
		height:15px;
	}
	.content_top .t_btn a {
	
		font-size:14px;
	}
	.content_top .t_btn a span {
		padding-right:18px;
		background-size:12px;
	}
}

/* ===================================
     SPEC
   =================================== */
	
.content_top .t_spec {

}
.content_top .t_spec .spec_inner {
	width:960px;
	margin:0 auto 120px;
	position:relative;
}

.content_top .t_spec .spec_inner .spec_list{
	position:absolute;
	/*top:600px;*/
	top:610px;
	right:0;
	line-height:2.0;
	font-size:15px;
}

.content_top .t_spec .spec_inner .spec_list dt{
	float:left;
	text-align:left;
	clear:both;
}
.content_top .t_spec .spec_inner .spec_list dd{
	float:left;
	text-align:left;
}
.content_top .t_spec .spec_inner .spec_list dd:before { 
	display:inline;
	content:"...........";
	padding:0 0.5em;
}
.content_top .t_spec .spec_inner .spec_icon{
	
	margin-top:80px;
	margin-bottom:30px;
	font-size:10px;
	font-weight:300;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	align-items:stretch;
}
.content_top .t_spec .spec_inner .spec_icon li {
	width:180px;
	font-size:16px;
	margin-bottom:30px;
	padding:110px 10px 0;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:102px;
}
.content_top .t_spec .spec_inner .spec_icon li.spec_icon01 {
	background-image:url(../images/ico_index_spec_01.png);
}
.content_top .t_spec .spec_inner .spec_icon li.spec_icon02 {
	background-image:url(../images/ico_index_spec_02.png);
}
.content_top .t_spec .spec_inner .spec_icon li.spec_icon03 {
	background-image:url(../images/ico_index_spec_03.png);
}
.content_top .t_spec .spec_inner .spec_icon li.spec_icon04 {
	background-image:url(../images/ico_index_spec_04.png);
}
.content_top .t_spec .spec_inner .spec_icon li.spec_icon05 {
	background-image:url(../images/ico_index_spec_05.png);
}
.content_top .t_spec .spec_inner .spec_icon li.spec_icon06 {
	background-image:url(../images/ico_index_spec_06.png);
}
.content_top .t_spec .spec_inner .spec_icon li.spec_icon07 {
	background-image:url(../images/ico_index_spec_07.png);
}
.content_top .t_spec .spec_inner .spec_icon li.spec_icon08 {
	background-image:url(../images/ico_index_spec_08.png);
}

@media screen and (max-width: 640px) {
	.content_top .t_spec .spec_inner {
		width:auto;
		margin:0 10px 15px;
	}
	.content_top .t_spec .spec_inner .spec_list{
		width:auto;
		margin-top:20px;
		margin-left:0;
		position:static;
		display:inline-block;
		padding:0;
		font-size:12px;
	}
	.content_top .t_spec .spec_inner img {
	    /*margin-left: 5%;
	    width: 95%;*/
	}
	.content_top .t_spec .spec_inner .spec_list:after {
		content:"";
		clear:both;
		display:block;
	}
	.content_top .t_spec .spec_inner .spec_icon{
		width:auto;
		margin-top:20px;
		margin-bottom:20px;
		margin-right:0;
		font-weight:300;
	}
	.content_top .t_spec .spec_inner .spec_icon li {
		width:70px;
		margin-bottom:15px;
		padding:65px 5px 0;
		background-size:60px;
		font-size:11px;
	}
}

/* ===================================
     GALLEERY
   =================================== */
.content_top .t_gallery img.img_gallery {
	width:95%;
	max-width:1200px;
	min-width:960px;
	margin-bottom:2em;
		
}
@media screen and (max-width: 640px) {
	.content_top .t_gallery img.img_gallery {
		max-width:100%;
		min-width:0;
		margin-bottom:2em;
	}	
}

/* ===================================
     MOVIE
   =================================== */

.content_top .t_movie h3 {
	font-size:20px;
	font-weight:400;
	margin-bottom:0.5em;
}

.content_top .t_movie .youtube {
	width:960px;
	height:540px;
	margin:0 auto 2em;
    position: relative;
	box-shadow: 0 0 10px #dadada;
}
.content_top .t_movie .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 640px) {
	.content_top .t_movie h3 {
		font-size:16px;
	}
	.content_top .t_movie .youtube {
		width:auto;
		margin:0 0 2em;
		height:0;
		padding-bottom: 56.25%;
	}
}


/* ===================================
     POINT
   =================================== */
   .content_top .t_point .point3 {
		max-width:1300px;
		min-width:960px;
		width:95%;
		margin:0 auto;
		display: -webkit-flex;
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
		align-items:stretch;
	}
   .content_top .t_point .point3 > li {
	   width:31%;
	   text-align:left;
	   padding-bottom:50px;
	   position:relative;
	}
	.content_top .t_point .point3 > li > img {
		width:100%;
		margin-bottom:1em;
	}
	.content_top .t_point .point3 > li h3 {
		font-size:18px;
		font-weight:500;
		line-height:1.5;
		margin-bottom:1em;
		
		text-align:center;
		padding-bottom:10px;
		background:url(/products/k-tai_d_common_v3/images/bg_line_dotted.png) repeat-x left bottom;
	}
	.content_top .t_point .point3 > li .point_txt {
		font-size:14px;
		line-height:1.5;

	}
	.content_top .t_point .point3 > li .t_btn {
		position:absolute;
		bottom:0;
		right:0;
	}
	
@media screen and (max-width: 640px) {
	   .content_top .t_point .point3 {
			max-width:none;
			min-width:0;
			display:block;
			padding:0;
		}
	   .content_top .t_point .point3 > li {
		   width:100%;
		   padding-bottom:40px;
		   margin-bottom:40px;

		}
		.content_top .t_point .point3 > li > img {
			margin-bottom:2em;
		}
		.content_top .t_point ul.notes{
			max-width: none;
			min-width: 0;
			width: 94%;
		}
}
/* ===================================
     SPECIAL SITE
   =================================== */
.content_top .t_special {

}
.content_top .t_special .bnr_list {
	max-width:1200px;
	min-width:960px;
	margin:0 auto;
	display:flex;
	justify-content:space-around;
	flex-wrap:wrap;
}
.content_top .t_special .bnr_list li {
	margin-bottom:40px;
	max-width:45%;
	background-color: #eee;
}
.content_top .t_special .bnr_list li img {
	width:100%;
	
}
.content_top .t_special .bnr_list li a img {
	transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}
.content_top .t_special .bnr_list li a:hover img {
	opacity:0.7;	
}

.content_top .t_special .cocoroplus {
	background-color:#FFF;
	color:#333;
	border:none;
	margin-top:1em;
}
.content_top .t_special .cocoroplus p {
	margin-top:0;
}
@media screen and (max-width: 640px) {
	.content_top .t_special {
		padding-bottom:50px;
	}
	.content_top .t_special .bnr_list {
		width:auto;
		max-width:none;
		min-width:0;
		margin:0 auto;
		display:block;
		padding:0 10px;
	}
	.content_top .t_special .bnr_list li {
		margin-bottom:20px;
		max-width:100%;
	}
	
}

/* ===================================
     SUPPORT
   =================================== */

.content_top .t_support_inner {

}
.content_top .t_support .support_list {
	max-width:1200px;
	min-width:960px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:stretch;
}
.content_top .t_support .support_list li {
	width:300px;
}
.content_top .t_support .support_list li a {
	display:block;
	background-color:#FFF;
	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;
}
.content_top .t_support .support_list li.s_support a {
	background-image:url(/products/k-tai_d_common_v3/images/ico_index_support_support.png)
}
.content_top .t_support .support_list li.s_support a:hover {
	background-image:url(/products/k-tai_d_common_v3/images/ico_index_support_support_hover.png)
}
.content_top .t_support .support_list li.s_faq a {
	background-image:url(/products/k-tai_d_common_v3/images/ico_index_support_faq.png)
}
.content_top .t_support .support_list li.s_faq a:hover {
	background-image:url(/products/k-tai_d_common_v3/images/ico_index_support_faq_hover.png)
}
.content_top .t_support .support_list li.s_accessory a {
	background-image:url(/products/k-tai_d_common_v3/images/ico_index_support_accessory.png)
}
.content_top .t_support .support_list li.s_accessory a:hover {
	background-image:url(/products/k-tai_d_common_v3/images/ico_index_support_accessory_hover.png)
}

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

@media screen and (max-width: 640px) {

	.content_top .t_support .support_list {
		max-width:none;
		min-width:0;
	}
	.content_top .t_support .support_list li {
		width:33.33%;
	}
	.content_top .t_support .support_list li a {
		padding:100px 5px 5px 5px;
		background-size:80px;
		font-size:14px;
	}
	.content_top .t_support .support_list li a span {
		padding:0 3px 3px;
	}
	.content_top .t_support .support_list li a span img {
		height:16px;
	}
}

/* ===================================
     フッターリンク（サポート非表示）
   =================================== */
   
#footer_link_area .supportLink.section {
	display:none;
}

/* ===================================
     他修正
   =================================== */
@media screen and (min-width: 641px) {
	.local_navigation {
		position:static;
		margin-top:0;
	}
}
.snsBanner li {
	background-color: white;
	border-radius: 4px;
}

/********* ここからバナースライド Slick 用 **********/

.topBanner {
	padding-top:30px;
	background-color: #eee;
}

.topBanner > ul {
	width: 876px;
	margin:0 auto;
}
.topBanner > ul li {
	text-align: center
}
.topBanner > ul li a {
	padding:0 5px;
	display: block;
}
.slick-prev, .slick-next {
	width: 22px;
    height: 48px;
}
.slick-prev {
    left: -38px;
}
.slick-next {
    right: -36px;
}
.slick-prev:before,
.slick-next:before {
    content: "";
	display: block;
    width: 22px;
    height: 48px;	
}
.slick-prev:before{
	background: url(/products/k-tai_d_common_v3/images/btn_slide_left.png) no-repeat left 50%;
}
.slick-next:before {
	background: url(/products/k-tai_d_common_v3/images/btn_slide_right.png) no-repeat right 50%;
}
.slick-dots{
    bottom: -37px;
}
.slick-dots li{
    width: 10px;
    height: 10px;
}
.slick-dots li button:before {
	content: "";
	display: block;
    width: 10px;
    height: 10px;
	border-radius:20px;
	background-color:#808080;
	
}
.slick-dots li.slick-active button:before {
	opacity:1;
}

@media screen and (max-width: 640px) {
	.topBanner {
		padding:20px 30px;
	}
	.topBanner > ul {
	width: auto;
	
	}
	.topBanner > ul li a {
	padding:0;
	}
	.slick-dotted.slick-slider
{
    margin-bottom: 0px;
}
	.slick-dots{
		bottom: -25px;
	}
	.slick-dots li{
		width: 8px;
	}
	.slick-dots li button:before {
		width: 8px;
		height: 8px;		
	}
	.multiple-item img {width:100%}
	.slick-prev {
		left: -22px;
	}
	.slick-next {
		right: -22px;
	}
	.slick-prev:before,
	.slick-next:before {
		width: 12px;
	}
	.slick-prev:before {
    margin-right: auto;
	}
	.slick-next:before {
    margin-left: auto;
	}
}

.snsBanner {
	position: relative;
	margin-bottom:0;
	text-align: center;
	background-color: #eee;
	padding:30px 0;
}
.snsBanner li.fb a {
	width: 300px;
}
.snsBanner li.ml a {
	width: 300px;
}
.snsBanner li.ml a span {
	line-height: 32px;
}
@media screen and (max-width: 640px) {
	.snsBanner {
		padding:15px 0;
	}
}