@charset "utf-8";

/* -----------------------------------------------------------
共通パーツ
------------------------------------------------------------- */
html{
	scroll-behavior: smooth;
}
body{
	color:#646464;
	font-family: "Noto Sans JP", sans-serif;
}
p{
	font-size:18px;
	line-height: 1.5;
	/* text-align: justify; */
	letter-spacing: 0;
	font-weight: 500;
}

img {
	/* width: 100%; */
  	max-width: 100%;
  	height: auto;
  	vertical-align: bottom;
}
a{
  text-decoration: none;
  color:inherit;
  transition: 0.3s;
}
a:hover{
  opacity: 0.8;
}
section{
	padding:80px 0;
	margin:auto;
}
span{
	font-size:inherit;
}

@media(max-width: 768px){
	p{
		font-size:16px;
	}
	.sp_none {
		display: none !important;
	}
}
@media(max-width:960px){
	.mb_none {
		display: none !important;
	}
}
@media(min-width:769px){
	.pc_none {
		display: none !important;
	}
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {    clear: both; }
.cf {    *zoom: 1; }

.w20{width:22%}
.w30{width:29%;}
.w40{width:38%;}
.w50{width:48%;}
.w60{width:58%;}
.w70{width:68%;}
.w80{width:76%}
.w100{width:100%;}
@media(max-width: 768px){
  	.w20,.w30,.w40,.w50,
	.w60,.w70,.w80,.sp_w100{
		width:100%;
	}
	.sp_w50{width:48%;}
}

.block{
	display: block;
}

/*_____テキスト_____*/
.m_center { margin-left: auto; margin-right: auto; }
.txtC { text-align: center; }
.txtR{	text-align: right;}
.txtL{	text-align: left;}
.bold{	font-weight: 700;}
.txt10{ font-size: 10px;}
.txt12{ font-size: 12px;}
.txt14{ font-size: 14px;}
.txt15{ font-size: 15px;}
.txt16{ font-size: 16px;}
.txt18{ font-size: 18px;}
.txt20{ font-size: 20px;}
.txt22{ font-size: 22px;}
.txt24{ font-size: 24px;}
.txt30{ font-size: 30px;}
.txt32{ font-size: 32px;}
.txt40{ font-size: 40px;}
.txt48{ font-size: 48px;}
@media(max-width: 768px){
	.sp_txtC{
		text-align: center;
	}
	.sp_txtL{
		text-align: left;
	}
	.txt14{ font-size: 12px;}
	.txt15{ font-size: 14px;}
	.txt24{ font-size: 18px;}
	.txt30{ font-size: 20px;}
	.txt32{ font-size: 20px;}
	.txt40{ font-size: 24px;}
	.txt48{ font-size: 32px;}
}
.indent{
	padding-left: 1em;
  text-indent: -1em;
}
/*_____フレックス_____*/
.flex{
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
}
.justC{justify-content: center;}
.justB{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.justA{
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.justE{justify-content: end;}
.flexW{
	flex-wrap: wrap;
}

.alignS{align-items: stretch;}
.alignC{align-items: center;}
.alignB{align-items: baseline;}
.alignE{align-items: end;}
@media (max-width: 768px) {
	.sp_flclear{
		display: block;
	}
	.sp_flex{
		display: flex;
	}
	.flexrevrse{
	 flex-direction: column-reverse;
	}
}


/*_____余白_____*/
.m0auto{margin: 0 auto}

.mb0{margin-bottom: 0;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}

.mt0{margin-top: 0;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}

.mr0{margin-right: 0;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr20{margin-right: 20px;}
.mr30{margin-right: 30px;}

.ml0{margin-left: 0;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.ml30{margin-left: 30px;}

.mar10{margin:10px;}
.mar15{margin:15px;}
.mar20{margin:20px;}
.mar30{margin:30px;}

.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}

.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}

.pt100{padding-top: 100px;}
.pb100{padding-bottom: 100px;}
.mt80{margin-top:80px;}
.mb80{margin-bottom:80px;}

@media (max-width: 768px){
  .sp_mb0{margin-bottom: 0;}
  .sp_mb10{margin-bottom: 10px;}
  .sp_mb15{margin-bottom: 15px;}
  .sp_mb20{margin-bottom: 20px;}
  .sp_mb30{margin-bottom: 30px;}
  .sp_mt0{margin-top: 0;}
  .sp_mt10{margin-top: 10px;}
  .sp_mt15{margin-top: 15px;}
  .sp_mt20{margin-top: 20px;}
  .sp_mt30{margin-top: 30px;}
}

/* -----------------------------------------------------------
共通
------------------------------------------------------------- */


.content{
	width:94%;
	max-width:960px;
	margin:0 auto;
}
.bg_black{
	background: #000;
	/* color:#c6c6c6; */
	color:#fff;
}
.bg_bluegray{
	background: #1b4779;
	/* color:#c6c6c6; */
	color:#fff;
}
.bg_gray{
	background: #e6e6e6;
}
.black{color:#000;}
.white_title{
	color:#fff;
	font-size:45px;
	line-height: 1.5;
}
.black_title{
	color:#000;
	font-size:45px;
	line-height: 1.5;
}
.red_title{
	font-family: "Jost", sans-serif;
	color:#e73534;
	font-size:25px;
	font-weight: 500;
	letter-spacing: 2px;
	text-decoration: underline;
	font-style: italic;
}

.gray_btn{
	font-size:18px;
    background-color: #e6e6e6;
    border-radius: 20px;
    display: inline-block;
    padding: 10px 50px;
    position: relative;
    text-align: center;
	border:1px solid #000;
	color:#000;
}

.white_btn{
	font-size:18px;
    background-color: #fff;
    border-radius: 20px;
    display: inline-block;
    padding: 10px 50px;
    position: relative;
    text-align: center;
	border:1px solid #000;
	color:#000;
}

.tri_btn::after{
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #000;
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: 53%;
    right: 20px;
    transform: translateY(-50%);
}
.othertab_btn:after{
	content: " ";
	position: relative;
	display: inline-block;
	width: 20px;
	height: 15px;
	background-image: url(../imgs/icon_external_black.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0px;
	left:10px;
}


@media (max-width: 768px){
	.pt100{padding-top: 50px;}
	.pb100{padding-bottom: 50px;}
	.white_title,.black_title{
		font-size:32px;
	}
	.red_title{
		font-size:20px;
	}
}


/* -----------------------------------------------------------
ヘッダー
------------------------------------------------------------- */
/* ハンバーガーボタン */
button#btn_gnav {
  display: none;
}
@media (max-width: 9999px) {
  button#btn_gnav {
    display: block;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    background:#000;
    color: #fff;
    border: none;
    width: 54px;
    height: 54px;
    cursor: pointer;
	z-index: 500;
 }
  button#btn_gnav .line {
    display: block;
    height: 3.7px;
    width: 25px;
    margin: 4.5px auto;
    background: #fff;
	border-radius: 5px;
    transition: 0.1s; }
  button#btn_gnav .txt {
    font-size: 0.9rem; }
  button#btn_gnav.btn_open .line {
    transition: 0.2s;
    width: 23px;
    margin: auto;
    transform-origin: center; }
  button#btn_gnav.btn_open .line:nth-child(1) {
    transform: rotate(45deg) translate(0, 0); }
  button#btn_gnav.btn_open .line:nth-child(2) {
    display: none; }
  button#btn_gnav.btn_open .line:nth-child(3) {
    transform: rotate(-45deg) translate(2.8px, -2.8px); }
}

header {
  height: 56px;
  background: #000;
  z-index: 10;
  left: 0;
  right: 0;
  padding:10px 0 5px 20px;
  position: fixed;
}
header .header_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width:960px;
	margin-left:0px;
}
header h1 img {
  padding-left: 40px;
  vertical-align: middle;
  max-width:140px;
}
header h1 a img { transition: none; }
header nav {
	display: block;
	line-height: 1.4;
	text-align: center;
	width: calc(1000px + 5vw - 270px); }
header nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	align-items: center;
}
header nav li {
  flex-grow: 1;
  position: relative;
  /*font-weight: bold;*/
  font-size: 18px; }
header nav li a {
  display: block;
  padding: 0;
  text-decoration: none;
  color: #000;
}

@media (max-width: 9999px) {
	header {
		height: auto; }
	header .header_wrap {
		display: block;
		/* height: 45px; */
		overflow: auto;
	}
	header h1 span {
		display: inline; }
	header nav {
		display: none;
		/*padding: 35px 0;*/
		width: 270px /*calc(100% - 20px)*/;
		position: absolute;
		background: #fff;
		left: 0;
		top: 54px;
		text-align: left;
		z-index: 15;
		overflow: auto;
		/*スマホの時スクロールする*/
		/* overflow-x: auto;
		overflow-y: scroll; */
		height: 100vh;
		/*********************/
		text-align: left;
		/*font-weight: bold;*/
	}

	header nav ul {
		display: block;
		width: 86%;
		margin: 0 auto;
		padding: 0; }
	header nav li {
		display: block;
		border-left: 0;
		padding: 0;
		width: 100%;
		box-sizing: border-box;
		font-size: 1.8rem;
	}
	header nav li a {
	  padding: 20px 0;
	  line-height: 1;
	}
}

/* -----------------------------------------------------------
フッター
------------------------------------------------------------- */
footer{
	border-top:1px solid #000;
	padding-bottom:120px;
}

/* -----------------------------------------------------------
トップ
------------------------------------------------------------- */
.mainimg{
	width: 100%;
	padding:60px 0px;
	max-width:1400px;
}
.news_title,.news_txt{
	border:1px solid #fff;
	line-height:2.4;
	font-size:16px;
	background-color: #515151;
}
.news_title{
	width:110px;
	text-align: center;
	color:#fff;
	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.news_txt{
	width: 100%;
	border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
	padding-left:20px;
	color:#fff;
	position: relative;
}
.news_day{
	padding-right:1em;
}
.news_link{
	position: absolute;
	top:0;
	right:1em;
}
.news_link::after {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	display: inline-block;
	transform: rotate(45deg);
	margin-left: 8px;
}
.video_wrapper video{
	width:100%;
}

.video_youtube{
	height: auto;
	aspect-ratio: 16 / 9;	
}
.feature_wrap{
	max-width:1400px;
	min-height: 460px;
	margin:0 auto;
	padding:30px 0;
	background-size: contain;
	background-repeat:no-repeat
}
.feature_wrap p,.feature_title{
	position: relative;
	z-index: 1;
	text-shadow: 1px 1px #000;
}
.feature_numwrap{
	position: relative;
}
.feature_num{
	width:250px;
	position: absolute;
	top:-50px;
}
.feature_num_right{
	right:0;
}
.feature_bg1{	background-image: url(../imgs/fe01.webp);}
.feature_bg2{	background-image: url(../imgs/fe02.webp);}
.feature_bg3{	background-image: url(../imgs/fe03.webp);}
.feature_bg4{	background-image: url(../imgs/fe04.webp);}
.feature_bg5{	background-image: url(../imgs/fe05.webp);}
.feature_bg6{	background-image: url(../imgs/fe06.webp);}
.feature_bg7{	background-image: url(../imgs/features_image07.png);}
.feature_bg8{	background-image: url(../imgs/features_image08.png);}

.static_content{
	width:94%;
	max-width:960px;
	margin:0 auto;
}
.static_movie {
	margin-top: 80px;
	position: sticky;
	top: 100px;
	z-index: 1;
}
.static_inner{
	position: relative;
	z-index: 2;
}
.static_txt{
	background: rgba(0,0,0,0.5); 
	height:600px;
	color:#fff;
	padding:0 10px;
}
.static_btn{
	background-color: transparent!important;
	border:1px solid #fff;
}
.static_btn::after{
	background-image: url(../imgs/static_btnicon.png)!important;
}

.app_tag p{
	margin:10px 8px 0 8px;
	background-color: #fff;
	border:0.6px solid #000;
	padding:4px 16px;
	color:#000;
	border-radius: 4px;
	font-size:13px;
}

.voice_wrap{
	width:29%;
	border: 1px solid #000;
	border-radius: 10px;
	padding:30px;
}
.voice_wrap img{
	max-width:160px;
}
.voice_name{
	font-weight: 400;
}

.package_box{
	position: relative;
	background: #fff;
	padding:100px 30px 30px;
	color:#000;
}
.package_img{
	position: absolute;
	top:-5px;
	left:7%;
	width:70px;
}
.package_list{
	list-style: none;
}
.package_list li{
	font-size:16px;
	display: flex; 
 	align-items:baseline;
	line-height: 1.8;
}
.package_list li::before{
	content: "⚫︎";
	color: #e73534;
	font-size: 0.8em;
	margin-right: 4px;
}
.package_hr{
	margin:30px 0;
}


.products_card{
	display: flex;
  	flex-direction: column;
	padding:20px;
	/* width:70%; */
	/* height:320px; */
	margin:0 10px;
}
.products_card p{
	color:#000;
	flex: 1;
}
.products_card_img img{
	max-height: 200px;
	/* flex:1; */
}
/* .products_card img{
	max-width:50%;
} */
.products-dots {
	margin-top: 20px;
	padding-bottom: 0px;
	text-align: center;
}
.products-dots li {
	display: inline-block;
	margin: 4px 6px;
}
.products-dots li button {
	position: relative;
	text-indent: -9999px;
	width:30px;
	height: 6px;
	background-color: #fff;
	border:1px solid #0a0a0a;
	border-radius: 30px;
	cursor: pointer;
}
.products-dots li.slick-active button {
	background-color: #0a0a0a;
}
.slick-prev, .slick-next{
	width:80px;
	height:80px;
	z-index: 2;
	background: #515151;
    border-radius: 50%;
	top:45%;
}
.slick-prev{
	left:4%;
}
.slick-next{
	right:4%;
}
.slick-prev:before, .slick-next:before{
	opacity: 1;
	position:absolute;
    content: "";
    width:20px;
    height:20px;
    border-right: 3px solid #FFF;
    border-top: 3px solid #FFF;
	border-radius: 2px;
    top:0;
    bottom:0;
	left:0;
	right:0;
    margin:auto;
}
.slick-prev::before{
    transform:rotate(-135deg);
	left:6px;
}
.slick-next::before{
    transform:rotate(45deg);
	right:6px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
	background: #515151;
}

.spe_table{
	width:100%;
}
/*元のテーブル設定
.spe_table th,.spe_table td{
	font-size:16px;
	padding:5px 0;
	line-height: 1.3;
}
*/

.spe_table th,.spe_table td{
	/*font-size:16px;*/
	font-size:14px;
	text-align: left;
	vertical-align: middle;
	padding:5px 5px;
	line-height: 1.3;
	/*border:1px solid #696969;*/
}

.spe_table th{
	font-weight: normal;
	/*text-align: left;*/
	/*white-space: nowrap;*/
	/*padding:0 1em;*/
	width:32%;
	border-top:1px solid #696969;
	border-bottom:1px solid #696969;
	border-right:1px solid #696969;
}

.spe_table td{
	font-weight: normal;
	/*text-align: left;*/
	/*white-space: nowrap;*/
	/*padding:0 1em;*/
	/*width:32%;*/
	border-top:1px solid #696969;
	border-bottom:1px solid #696969;
	border-left:1px solid #696969;
}


/*元々のタイトル罫線装飾
.spe_table_title{
	border-bottom:2px solid #969696;
}
*/
.spe_table_title{
	white-space: nowrap;
	background-color: #435c95;
	color: #FFF;
}

.spe_table_title th,.spe_table_title td{
	padding:5px 0px;
}
.spe_table_first th,.spe_table_first td{
	/*padding-top:1em;*/
}
.spe_table_p{
	padding-left:1em;
}
.spe_wrap p{
	font-weight: normal;
	font-size:14px;
	/*color:#000;*/
}
.spe_innertable{
	display: inline-block;
	width:25%;
	/* white-space: nowrap; */
}
.spe_indent{
	padding-left: 1.8em;
  text-indent: -1.8em;
}
.spe_sup{
	font-size:0.8em;
	vertical-align: top;
}
.dl_wrap{
	background-color: #fff;
	padding:50px;
	border-radius: 20px;
}
.dl_btn{
	font-size:18px;
    background-color: #e73534;
    border-radius:30px;
    display: inline-block;
    padding:10px 16px 16px;
    position: relative;
    text-align: center;
	color:#fff;
	font-weight: bold;
	width:60%;
}
.dl_btn:after{
	content: " ";
	position: relative;
	display: inline-block;
	width: 18px;
	height: 25px;
	background-image: url(../imgs/download_icon01.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 4px;
	left:16px;
}
.buy_btn{
	padding:16px 16px 16px;
}
.buy_btn:after{
	content: none;
}

.price{
	color:#e73534;
	font-size:400%;
	font-family: Jost, sans-serif;
	font-weight: 500;
}

.inquiry_btn{
	font-size:18px;
    border:1px solid #e73534;
    border-radius:30px;
    display: inline-block;
    padding:10px 16px 16px;
    position: relative;
    text-align: center;
	color:#e73534;
	font-weight: bold;
	width:60%;
	letter-spacing: 2px;
}
.inquiry_btn:after{
	content: " ";
	position: relative;
	display: inline-block;
	width: 30px;
	height: 23px;
	background-image: url(../imgs/icon_external_red.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 4px;
	left:16px;
}

.fixed_btn { 
	position: fixed;
	top: 20%;
	right: 0;
	color:#fff;
	background-color: #e73534;
	padding:14px 20px 14px 14px;
	font-size:14px;
	letter-spacing: 1px;
	font-weight: 500;
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	z-index: 100;
}
		

@media (max-width: 768px) {
	.mainimg{
		padding:20px 0px;
	}
	.news_title{
		border-top-right-radius: 4px;
		border-bottom-left-radius: 0px;
		border-bottom:none;
		width:80px;
	}
	.news_txt{
		padding:8px 10px;
		border-top-left-radius: 0px;
		line-height: 1.8;
	}
	.news_day{
		display: block;
		padding-right:0;
		font-weight: bold;
	}
	.news_link{
		top:-36px;
		right:0;
	}
	.feature_wrap{
		min-height: auto;
	}
	.feature_num{
		width:40%;
	}
	.static_content{
		width:100%;
	}
	.static_movie {
		top:60px;
	}
	.static_movie video{
		object-fit: cover;
		  height: 100vh;
	}
	.voice_wrap{
		width:100%;
	}
	.products-dots {
		margin-top: 10px;
	}
	.slick-prev, .slick-next{
		width:50px;
		height:50px;
	}
	.slick-prev:before, .slick-next:before{
		width:12px;
		height:12px;
	}
	.spe_table th{
		padding:0 1em 0 0;
	}
	.spe_table_p{
		padding-left:0;
	}
	.price{
		font-size:300%;
	}
	.dl_wrap{
		padding:40px 20px;
	}
	.dl_btn,.inquiry_btn{
		width:100%;
		letter-spacing: 0;
	}
	.fixed_btn { 
		position: fixed;
		top:auto;
		bottom: 0;
		right: 0;
		left:0;
		padding:14px 0;
		-ms-writing-mode: tb-rl;
		writing-mode: horizontal-tb;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		height:50px;
		text-align: center;
		z-index: 999;
	}
}


/* -----------------------------------------------------------
お客様サポート
------------------------------------------------------------- */
#support{
	/*color:#707070;*/
}
.sup_maintitle{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	padding:70px 0;
	background-image: url(../imgs/support/main_bg.png); 
	color:#fff;
}
.sup_header{
	background: #fff;
	position: static;
}
.sup_header nav{
	width:100%;
}
.sup_header nav li{
	border-right: 1px solid #707070;
	padding:0 1em;
	font-size:17px;
}
.sup_header nav li:last-child{
	border-right:none;
}
.sup_header nav li a{
	color:#707070;
}

.sup_hosyou{
	border:6px solid #E8E8E8;
	border-radius: 10px;
	padding:20px 10px;
	color:#4e4e4e;
}
.sup_btn{
	font-size:20px;
    border-radius: 20px;
    display: inline-block;
    padding: 10px 40px;
    position: relative;
    text-align: center;
	border:1px solid #707070;
	color:#707070;
}
.sup_btn::after{
    content: '';
    display: inline-block;
    border-top: solid 1px #707070;
  	border-right: solid 1px #707070;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 40%;
    right: 20px;
    transform: rotate(45deg);
}

.sup_title{
	font-size:36px;
	line-height: 1.4;
}
.sup_w30{width:32%;}
.sup_w30 iframe{
	border-radius: 10px;
	height: auto;
	aspect-ratio: 16 / 9;	
}

.sup_summary{
	display: block;
	cursor: pointer;
	padding:8px 20px;
}
.sup_summary::-webkit-details-marker {
	display: none;
}
details[open] .sup_detail_open {
	display: none ;
}
details:not([open]) .sup_detail_close {
	display: none ;
}

.sup_download{
	width:100%;
}
.sup_download th,.sup_download td{
	font-size:16px;
	padding:1em;
	line-height: 1.3;
	border:1px solid #D8D8D8;
	vertical-align: top;
}
.sup_download th{
	font-weight: normal;
	text-align: left;
	width:90px;
	text-align: center;
}
.sup_download th img{
	width:60px;
}
.sup_download th p{
	line-height: 2;
}
.sup_pagetop img{
	width:30px;
	vertical-align: text-bottom;
	margin-left:4px;
}

/* YouTubeサムネイルをモーダルウィンドウで再生する */
.sup_youtube_modal {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-top: 56.25%;
}
.sup_youtube_modal iframe, .sup_youtube_modal a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (max-width: 768px) {
	.sup_maintitle{
		margin-top:68px;
		padding:40px 0;
	}
	.sup_header nav li{
		border-right:none;
	}
	.sup_header nav li a{
		color:#fff;
	}
	.sup_title{
		font-size:24px;
	}
	.sup_btn{
		font-size:16px;
	}
	.sup_w30{width:100%;}
	.sup_download td{
		display: block;
		width: 100%;
	}
	.sup_download th,.sup_download td{
		border:none;
		border-top:1px solid #D8D8D8;
		padding:12px;
	}
	.sup_download th{
		width:70px;
	}
	.sup_download td:last-child{
		border-top:none;
		padding:0 1em 1em;
	}
	.sup_download tr:last-child th,.sup_download tr:last-child td:last-child{
		border-bottom:1px solid #D8D8D8;
	}
}
