@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond&display=swap');
/*@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&text=お取扱事業者様');*/

@media screen and (min-width: 641px) {
	.section {
		margin-top: 0 !important;
	}
	.local_navigation {
		position:static;
		margin-top:0;
	}
	.local_navigation.fixed {
		margin-top: 0;
	}
	.breadcrumb-nav {
		top: 0;
	}
}
@media screen and (min-width: 641px) {
	.container .kv h1 img.cover {
        margin-top:0;
    }
}


/* ===================================
	 共通
   =================================== */
.container ul.notes li { 
    font-size: 12px;
}
@media screen and (max-width: 640px) {
	.container ul.notes li { 
        font-size: 13px;
        font-weight: 400;
        overflow: hidden
    }
}
.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;
}
.content_top h2 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;
}
.content_top h2.jp span{ 
	font-size:28px;
	transform:none;
}
.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>.section{
		padding-top:35px;
		padding-bottom:50px;
	}
	.content_top h2{
		margin-bottom:50px;
		max-width:100%;
		padding-bottom:7px;
	}
	.content_top h2 span {
		font-size:28px;
		letter-spacing: 0.4em;
		padding-left: 0.4em;
	}
	.content_top h2.jp span{ 
		font-size:25px;
	}
	.content_top .t_btn a {
		font-size:14px;
	}
	.content_top .t_btn a span {
		padding-right:18px;
		background-size:12px;
	}
}

/* ===================================
	 トピック
   =================================== */
.topic{
    margin-top: 50px;
}
.topic::after{
    content:"";
    display:block;
    width:8px;
    height:8px;
    border:1px solid #777;
    margin:20px auto 0;
    transform: rotate(45deg)
}
.topic h3{
    font-size:24px;
    font-weight:400;
}
 .topic p {
     font-weight:400;
}
         
@media screen and (max-width: 640px) {
    .topic{
        margin-top:30px;
    }
    .topic h3{
        font-size:20px;
    }
    .topic p {
        width:90%;
        font-size:14px;
        font-weight:400;
        line-height: 1.5;
    }
}
/* ===================================
	 問い合わせ
   =================================== */
.inquiry dt {
	font-size:24px
}
.btn_inquiry {
	display: block;
	width:640px;
	margin:1em auto 0;
	padding:1em 0;
	border:1px solid #666;
	font-size:20px;
	text-decoration: none;
	border-radius: 5px;
}
/* メールアイコン */
.mailicon {
	display:inline-block;
	vertical-align: middle;
	margin-left:0.5em;
	width:20px;
	height:15px;
	background: #888;
	border-radius:2px;
	position: relative;
}
.mailicon::before,
.mailicon::after {
	content:"";
	position: absolute;
	width:10px;
	height:2px;
	background-color: #fff;
	top:6px;
}
.mailicon::before {
	right:50%;
	transform: skewY(38deg)
}
.mailicon::after {
	left:50%;
	transform: skewY(-38deg)
}
@media screen and (min-width: 641px) {
	.btn_inquiry:hover {
		background: #ddd;
		border-color:#ddd;
	}
}
@media screen and (max-width: 640px) {
	.section.t_inquiry {
		padding-bottom: 30px;
	}
	.inquiry dt {
		font-size:20px
	}
	.btn_inquiry {
		width:auto;
		margin:1em 8% 0;
		padding:0.7em 0;
		font-size:16px;
	}
}

/* ===================================
	 POINT
   =================================== */

.content_top .t_point h3 {
	font-size:50px;
	font-weight:500;
	line-height:1.5;
	margin:1em auto;
	text-align:center;
}
.content_top .t_point h4 {
    font-size:34px;
    font-weight: 500;
    margin:1.5em auto 1em
}
.content_top .t_point h4 sup{
    font-size:15px;
    top:-1em;
}
.content_top .t_point h5 {
    font-size:20px;
    text-align: left;
    max-width:960px;
    margin:1.5em auto 1em;
}
.content_top .t_point .point_txt {
	font-size:20px;
	font-weight: 400;
	line-height:1.5;
}
@media screen and (max-width: 640px) {
    .content_top .t_point {
	   width:100%;
	}
	.content_top .t_point h3 {
		font-weight:600;
		font-size:34px;
		line-height: 1.3;
		padding-bottom: 0.5em;
		margin-bottom: 0.5em;
        margin-top: 1em;
	}
    .content_top .t_point h4 {
        font-weight:600;
        font-size:26px;
        width:94%;
        margin-right:auto;
        margin-left: auto;
    }
    .content_top .t_point h5 {
        font-size:18px;
        width:94%;
        margin:1.5em auto 1em;
    }
	.content_top .t_point .point_txt {
		font-weight: 500;
		font-size:18px;
		line-height: 1.5;
	}
}
/*バッテリーアイコン*/
.content_top .t_point .icon_battery{
    display:flex;
    justify-content:space-between;
    max-width: 860px;
    margin:1em auto 0;
}

.content_top .t_point .icon_battery .caption{
    margin-top:0.5em;
    text-align: center;
}
@media screen and (max-width: 640px) {
    .content_top .t_point .icon_battery{
        display: block;
    }
    .content_top .t_point .icon_battery li:first-child img {
        margin-left:6%;
    }
}
/* 埋め込みYoutube動画 */

.container .youtube {
	width:640px;
	height:360px;
	margin:0.5em auto;
    position: relative;
}
.container .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 640px) {
	.container .youtube {
		width:auto;
		margin:1em 0;
		height:0;
		padding-bottom: 56.25%;
	}
}

/* ===================================
	 SPEC
   =================================== */
	
.content_top .t_spec .spec_inner {
	width:960px;
	margin:0 auto 2em;
	position:relative;
}

/* スペックアイコン */
.content_top .t_spec .spec_inner .spec_icon{
	margin-top:80px;
	margin-bottom:30px;
	font-size:10px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.content_top .t_spec .spec_inner .spec_icon li {
	font-size:17px;
	font-weight: 500;
	margin-bottom:20px;
	padding:10px 20px 10px 85px;
	min-height:66px;
	background-size: 70px;
	background-position:10px center;
	background-repeat:no-repeat;
	text-align: left;
	border-radius:8px;
	line-height: 1.4;
	background-color: #e2e7eb;
	display: flex;
	align-items: center;
}
.content_top .t_spec .spec_inner .spec_icon li.spec_icon01 {
	background-image:url(../images/ico_index_spec_01.png);
	width: 30%;
}
.content_top .t_spec .spec_inner .spec_icon li.spec_icon02 {
	background-image:url(../images/ico_index_spec_02.png);
	width: 46.5%;
}
.content_top .t_spec .spec_inner .spec_icon li.spec_icon03 {
	background-image:url(../images/ico_index_spec_03.png);
	width: 25%;
}
.content_top .t_spec .spec_inner .spec_icon li.spec_icon04 {
	background-image:url(../images/ico_index_spec_04.png);
	width: 14%;
}
.content_top .t_spec .spec_inner .spec_icon li.spec_icon05 {
	background-image:url(../images/ico_index_spec_05.png);
	width: 25%;
}
.content_top .t_spec .spec_inner .spec_icon li.spec_icon06 {
	background-image:url(../images/ico_index_spec_06.png);
	width:320px;
}
.content_top .t_spec .spec_inner .spec_icon li.spec_icon07 {
	background-image:url(../images/ico_index_spec_07.png);
	width:415px;
}
@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_icon{
		width:auto;
		display:block;
		margin-top:20px;
		margin-bottom:20px;
		margin-right:0;
		font-weight:500;
	}
	.content_top .t_spec .spec_inner .spec_icon li {
		width:auto;
		margin-bottom:15px;
		padding:15px 10px 15px 65px;
		background-size:50px;
		font-size:14px;
		line-height: 1.4;
		min-height: 0;
	}
	.content_top .t_spec .spec_inner .spec_icon li.spec_icon01,
	.content_top .t_spec .spec_inner .spec_icon li.spec_icon02,
	.content_top .t_spec .spec_inner .spec_icon li.spec_icon03,
	.content_top .t_spec .spec_inner .spec_icon li.spec_icon04,
	.content_top .t_spec .spec_inner .spec_icon li.spec_icon05,
	.content_top .t_spec .spec_inner .spec_icon li.spec_icon06,
	.content_top .t_spec .spec_inner .spec_icon li.spec_icon07 {
		width:auto;
	}
}
/* 線画（サイズ） */
.content_top .t_spec .spec_inner .spec_size {
	position: relative;
	margin-top:3em;
}
.content_top .t_spec .spec_inner .spec_size p {
	text-align: center;
}
.content_top .t_spec .spec_inner .spec_size p img {
	width:500px;
	margin-left: 30px;
}
.content_top .t_spec .spec_inner .spec_list{
	float:right;
	font-size:17px;
	margin-top: 1em;
	min-width: 250px
}
.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:right;
}
.content_top .t_spec .spec_inner .spec_list dd:before { 
	display:inline;
	content:"...........";
	padding:0 0.5em;
}
@media screen and (min-width: 641px) {
	.content_top .t_spec .spec_inner .spec_list .size {
		position: absolute;
	}
	/* サイズPC用位置指定 */
	.content_top .t_spec .spec_inner .spec_list .s_w {left:610px;top:140px;} /* 幅 */
	.content_top .t_spec .spec_inner .spec_list .s_h {left:210px;top:160px}  /* 高さ */
	.content_top .t_spec .spec_inner .spec_list .s_t {left:90px;top:90px}   /* 厚さ */
	.content_top .t_spec .spec_inner .spec_list .size dd:before {
		content:":";
		display:inline;
		padding:0 0.5em;
	}
}
@media screen and (max-width: 640px) {
	.content_top .t_spec .spec_inner .spec_size .spec_line_img {
		width:100%;
		margin-bottom: 1em;
	}
	.content_top .t_spec .spec_inner .spec_size .spec_line_img img {
		width:280px;
		margin-left: 20px;
		/* 合計300以下*/
	}
	.content_top .t_spec .spec_inner .spec_list{
		float:none;
		width:auto;
		min-width: 0;
		margin-top:20px;
		margin-left:0;
		display:inline-block;
		padding:0;
		font-size:15px;
		font-weight:500;
	}
	.content_top .t_spec .spec_inner .spec_list:after {
		content:"";
		clear:both;
		display:block;
	}
	.content_top .t_spec .spec_inner .spec_list .size::before {position: absolute;}
	/* サイズSP用位置指定 */
	.content_top .t_spec .spec_inner .spec_list .s_w::before {content:"幅"; top:79px;left:calc(50% + 78px)}
	.content_top .t_spec .spec_inner .spec_list .s_h::before {content:"奥行"; top:92px;left:calc(50% - 98px)}
	.content_top .t_spec .spec_inner .spec_list .s_t::before {content:"厚さ"; top:47px;right:calc(50% + 134px)}
}
/* スペック表 */
.content_top .t_spec .spec_inner .spec_tbl table{
	width:960px;
	margin:5em auto 0;
	border-top: 2px solid #004871;
	border-bottom: 2px solid #004871;
	font-size: 17px;
}
.content_top .t_spec .spec_inner .spec_tbl tr {
	border-bottom: 1px solid #004871;
}
.content_top .t_spec .spec_inner .spec_tbl th {
	background: #E2E7EB;
	color:#004871;
	font-weight:700;
	padding: 0.5em 1em;
	width: 11.5em;
}
.content_top .t_spec .spec_inner .spec_tbl td {
	text-align: left;
	padding:0.5em 2em;
	font-weight:500;
}
@media screen and (max-width: 640px) {
	.content_top .t_spec .spec_inner .spec_tbl table{
		width:auto;
		margin:3em auto 0;
		font-size:14px;
	}
	.content_top .t_spec .spec_inner .spec_tbl th {
		padding:0.5em 0.5em ;
		width: 8em;
	}
	.content_top .t_spec .spec_inner .spec_tbl td {
		text-align: left;
		padding:0.5em;
		font-weight:500;
	}
}
/* 名称項目 */
.content_top .t_spec .spec_part{
	margin-top:4em;
	display:flex;
	justify-content: space-between;
	align-items:center;
}
.content_top .t_spec .spec_part .part_img {
	position: relative;
}
.content_top .t_spec .spec_part .part_img li{
	position: absolute;
	content:"";
	border-left:2px solid #289CDF;
	border-top:2px solid #289CDF;
}
.content_top .t_spec .spec_part .part_img li:nth-child(1){
	width:123px;
	height:136px;
	top:-130px;
	right:-8px;
	transform: skewX(-20deg)
}
.content_top .t_spec .spec_part .part_img li:nth-child(2){
	width:123px;
	height:120px;
	top:-20px;
	right:-11px;
	transform: skewX(-20deg)
}
.content_top .t_spec .spec_part .part_img li:nth-child(3){
	width:155px;
	height:76px;
	top:125px;
	right:-1px;
	transform: skewX(-40deg)
}
.content_top .t_spec .spec_part .part_img li:nth-child(4){
	width:75px;
	height:15px;
	top:220px;
	right:-30px;
	transform: skewX(-20deg)
}
.content_top .t_spec .spec_part dl{
	text-align: left;
	width:480px;
}
.content_top .t_spec .spec_part dt {
	color:#014972;
	font-size:20px;
	font-weight:700;
	border-bottom:2px solid;
    position: relative;
}

.content_top .t_spec .spec_part dd {
	font-size:18px;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}
@media screen and (min-width: 641px) {
	.content_top .t_spec .spec_part dt::before {
		content:"";
		height:2px;
		background-color: #014972;
		position: absolute;
		box-shadow: 0 0 1px 1px #fff;
		transform-origin:right top;
		right:calc(100% + 10px);
		top:20px;
	}
	.content_top .t_spec .spec_part dt:nth-of-type(1)::before {
		width:217px;
		transform: rotate(-39deg)
	}
	.content_top .t_spec .spec_part dt:nth-of-type(2)::before {
		width:120px;
		transform: rotate(-39deg)
	}
	.content_top .t_spec .spec_part dt:nth-of-type(3)::before {
		width:230px;
		transform: rotate(-20deg)
	}
	.content_top .t_spec .spec_part dt:nth-of-type(4)::before {
		width:80px;
		transform: rotate(-10deg)
	}
	.content_top .t_spec .spec_part dt:nth-of-type(5)::before {
		width:200px;
		transform: rotate(30deg)
	}
}

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

	.content_top .t_spec .spec_part{
		display:block
	}
	.content_top .t_spec .spec_part dl{
		margin-top: 1em;
		text-align: left;
		width:auto;
	}
	.content_top .t_spec .spec_part dt {
		font-size:16px;
	}
	.content_top .t_spec .spec_part dd {
		font-size:15px;
	}
}

/* ===================================
	 
   =================================== */
.container .feature {
	max-width:900px;
	margin-left: auto;
	margin-right: auto;
	padding:40px 30px;
	background-image: url("../images/bg_feature.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
}
.feature .circle {
	position: absolute;
	line-height:1.3;
	text-align: center;
	width:8em;
	border:3px solid;
	height:8em;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#014972;
	font-weight:400;
	background-color: #fff;
	border-radius:50%;
}
.feature .circle .large {
	font-size:1.5em;
}
.feature .feature_txt{
	background-color: rgba(1,73,114,0.8);
	color:#fff;
	padding:30px;
}
.feature h3 {
	font-size: 28px;
	margin-bottom: 0.5em;
}
.feature .ltemodel {
	position: relative;
	display:flex;
	justify-content: space-between;
	align-items: flex-end;
}
.feature .ltemodel img {
	margin-left:30px;
}
.feature .ltemodel .circle {
	left:0;
	top:-10px;
}
.feature .ltemodel .feature_txt{
	width:440px;
}

.feature .style {
	margin-top:60px;
	position:relative;
}
.feature .style .circle span{
	font-size:1.2em;
}
.feature .style .style_model {
	display:flex;
	margin-left:170px;
	align-items: center;
}
.feature .style .style_model li {
	margin-right: 15px;
}
.feature .style .feature_txt{
	margin-top:30px;
}
.feature .style_diagram {
	margin-top:20px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.feature .style_diagram > dl {
	width:400px;
	margin-top:2em;
}
.feature .style_diagram dt {
	font-size:1.3em;
	font-weight: 600;
	color:#336D8E;
}
.feature .style_diagram .diagram {
	height:240px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.feature .style_diagram .caption {
	text-align: left;
	padding:0 10px;
}
@media screen and (max-width: 640px) {
	.container .feature {
		padding:40px 20px;
		background-image: url("../images/bg_feature_sp.jpg");
	}
	.feature .circle {
		font-size:14px;
		top: 10px;
	}
	.feature .ltemodel img {
		margin-left: 13%;
		margin-top:30px
	}
	.feature .feature_txt{
		padding:15px 10px;
		margin-top:20px;
	}
	.feature h3 {
		font-size: 22px;
		font-weight:400;
	}
	.feature .feature_txt p {
		font-size:16px;
	}
	.feature .ltemodel {
		display:block;
	}
	.feature .ltemodel .circle {
		left:-5px;
		top:-20px;
	}
	.feature .ltemodel .feature_txt{
		width:auto;
	}
	.feature .style {
		margin-top:60px;
	}
	.feature .style .circle span{
		font-size:1.2em;
	}
	.feature .style .style_model {
		flex-wrap: wrap;
		margin-left:0px;
		justify-content: space-between;
	}
	.feature .style .style_model li{
		width:47%;
		margin: 0 0 10px;
	}
	.feature .style .style_model li:first-child {
		margin-left: 120px;
		width:60%;
	}
	.feature .style .feature_txt{
		margin-top:10px;
	}
	.feature .style_diagram {
		margin-top:20px;
	}
	.feature .style_diagram > dl {
		width:auto;
		margin-top:2em;
	}
	.feature .style_diagram dt {
		font-size:1.3em;
		font-weight: 600;
		color:#336D8E;
	}
	.feature .style_diagram .diagram {
		height:auto;
		padding:1em 0;
		display:block;
	}
	.feature .style_diagram .caption {
		padding:0 10px;
	}
}

/* ===================================
	 SERVICES
   =================================== */
.t_services {
	max-width:960px;
	margin:auto;
}
.t_services .service {
	display:flex;
	align-items:center;
	margin-bottom:1em;
}
.t_services .service dt {
	font-weight: 500;
}
.t_services .service > dt {
	font-size:28px;
	border:1px solid #666;
	padding:0.1em 0.5em;
	border-radius:10px;
	position: relative;
	margin-right:2em;
	white-space: nowrap;
}
.t_services .service > dt span{ 
	position: absolute;
	right:-1em;
	bottom:-1.5em;
	font-size:0.7em;
	border:1px solid #666;
	padding:0.1em 0.5em;
	border-radius:10px;
	background-color: #fff;
}
.t_services .service > dt::after {
	content:"";
	position: absolute;
	width:1.8em;
	border-bottom:1px solid #666;
	left:100%;
	top:50%;
}
.t_services .service:nth-child(2) > dt::after {
	width:1.2em
}
.t_services .service > dd {
	font-size:23px;
	text-align: left;
	position: relative;
}
.t_services .service:nth-child(2) > dd::before {
	content:"";
	position: absolute;
	width:1em;
	height:50%;
	border:1px solid #666;
	border-right:none;
	right:100%;
	top:20%;
}
.t_services .service dl {
	display:flex;
	align-items: center;
	border:1px solid #666;
	border-radius: 10px;
	padding:0.4em 0.5em;
	margin-bottom: 10px;
}
.t_services .service dl > dt{
	white-space: nowrap;
	margin-right:0.5em;
}

.t_services .service dl > dd{
	color:#333;
	font-size:0.8em;
	line-height: 1.4;
	border-left:1px solid #666;
	padding-left:0.5em
	
}
.t_services .encyou{
	background-color:#efb49e;
	color:#B04F41;
}
.t_services .anshin{
	background-color:#8ec4d2;
	color:#025667;
}
.container .t_services h3{
	text-align: left;
	font-size:22px;
	font-weight:400;
	margin-top:2em;
}

.t_services .tbl_compare {
	font-size:17px;
	font-weight:500;
	table-layout: fixed;
}

.t_services .tbl_compare th,
.t_services .tbl_compare td {
	border:1px solid #666;
	padding:0.5em 0.5em;
	
}
.t_services .tbl_compare tr th:first-child {
	background-color: #E7EBEF;
}
.t_services .tbl_compare tr td {
	width:13.7%;
}
.t_services .include_item {
	display:flex;
	margin-top: 1em
}
.t_services .include_item li {
	margin-right:2em;
	font-size:18px;
}
@media screen and (max-width: 640px) {
	.t_services {
		width:94%;
	}
	.t_services .service {
		display:block;
		margin-bottom:1em;
	}
	.t_services .service > dt {
		font-size:20px;
		margin-right:0;
		width:5em;
		margin-bottom: 0.5em;
		border-radius: 7px;
	}
	.t_services .service > dt span{ 
		right:-2.5em;
		bottom:-0.5em;
		border-radius: 7px;
	}
	.t_services .service > dt::after {
		width:0.8em;
		height:1.2em;
		border-bottom:1px solid #666;
		border-left:1px solid #666;
		left:0.8em;
		top:100%;
	}
	.t_services .service:nth-child(2) > dt::after {
		width:0.5em;
		height:3em;
	}
	.t_services .service > dd {
		font-size:18px;
		margin-left: 2.2em;
	}
	.t_services .service:nth-child(2) > dd::before {
		width:0.6em;
		height:50%;
		border:1px solid #666;
		border-right:none;
		right:100%;
		top:20%;
	}
	.t_services .service dl {
		display:block;
		border-radius: 7px;
	}
	.t_services .service dl > dd{
		border-left:none;
		padding-left:0;
	}
	.container .t_services h3{
		margin:2em 0 0.2em;
		font-size:18px;
	}
	.t_services .tbl_compare {
		font-size:14px;
	}
	.t_services .tbl_compare tr td {
		width:13%;
	}
	.t_services .tbl_compare th,
	.t_services .tbl_compare td {
		padding:0.5em 0.2em;
	}
	.t_services .include_item {
		display:block;
		margin-top: 0.5em
	}
	.t_services .include_item li {
		margin-left:1em;
		font-size:15px;
		text-align: left;
	}
}
.t_services .btn_offer {
    display:flex;
    justify-content: space-between;
    margin-top: 1em;
}
.t_services .btn_offer li {
    width: 460px;
}
.t_services .btn_offer li a {
    display: block;
    padding: 0.75em 0;
    border: 1px solid #666;
    font-size: 20px;
    text-decoration: none;
    border-radius: 5px;
    line-height: 1.2;
}
.t_services .btn_offer li a:hover {
    background: #ddd;
    border-color: #ddd;
}
.t_services .btn_offer li a small{
    font-size:0.75em;
}
.t_services .btn_offer li a::after {
    content:url(/k-tai/common_v2/images/icon_pdf.gif);
}
@media screen and (max-width: 640px) {
    .t_services .btn_offer {
        display:block;
    }
    .t_services .btn_offer li {
        width: auto;
        margin:1em 8% 0;
    }
    .t_services .btn_offer li a {
        font-size:16px;
    }
}

/* ===================================
	 OPTION
   =================================== */

.content_top .t_option h3 {
	font-size:20px;
	font-weight:500;
}
.content_top .t_option .option_list {
	display:flex;
	justify-content: space-between;
	max-width:960px;
	margin:3em auto 0;
	flex-wrap:wrap;
}
.content_top .t_option .option_list span {
	display:block;
	margin-top: 0.5em;
	font-weight:500;
	font-size:17px;
}
@media screen and (max-width: 640px) {
	.content_top .t_option .option_list {
		margin:2em 3% 0;
	}
	
	.content_top .t_option .option_list > li{
		width:47.5%;
		text-align: center;
	}
	.content_top .t_option .option_list > li:last-child{
		width:100%;
		margin-top:1em;
	}
	.content_top .t_option .option_list span {
		font-size:15px;
	}
}

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

.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:first-child:nth-last-child(2),
.content_top .t_support .support_list li:first-child:nth-last-child(2) ~ li {
	width:600px;
}
.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:first-child:nth-last-child(2),
	.content_top .t_support .support_list li:first-child:nth-last-child(2) ~ li {
		width:50%;
	}
	.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:20px;
	}
}

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

/* ===================================
	 他修正
   =================================== */

.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;
	}
}


