@charset "utf-8";
/* CSS Document */
.h1_area {
	width: 100%;
}
#page {
	background-color: #fff;
}
.block-selection_right .tel {
	width: 237px;
	margin-left: auto;
	margin-right: auto;
}
.newsbox{
	overflow: hidden;
}
.news {
	height: 200px;
}
.news iframe{
	height: 200px;
	width: 100%;
}
/*.news::-webkit-scrollbar{
	width: 8px;
}
.news::-webkit-scrollbar-thumb{
	background: #bcbcbc;
}
.news::-webkit-scrollbar-track-piece:start,
.news::-webkit-scrollbar-track-piece:end{
	background: #f1f1f1;
}
.news > ul > li + li {
	margin-top: 10px;
}*/
.list ul li a.pdf:after {
	content: "";
	width: 17px;
	height: 17px;
	display: inline-block;
	margin-left: 5px;
	background: url("../img/pdficon.gif") center center no-repeat;
}
.list ul li a:hover {
	text-decoration: underline;
}
.list ul li + li {
	margin-top: 10px;
}
.contactBox {
	background: #efefef;
	padding: 20px;
}
.contactBox p.ttl {
	font-size: 16px;
	font-weight: 600;
}
.contactBox p.ttl span {
	font-size: 14px;
	margin-left: 10px;
}
.contactBox h3 {
	background: #777;
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin: 15px 0 0 0;
	padding: 7px 0;
	font-weight: 600;
}
.contactBox dl {
	padding-left: 90px;
	background: url(../img/logo_freedial.png) center left / 80px no-repeat;
	margin: 20px 0 10px;
	min-height: 60px;
}
.contactBox dt {
	font-size: 14px;
}
.contactBox dd {
	font-size: 31px;
	font-weight: 600;
}
.contactBox dl + p {
	font-weight: bold;
	font-size: 16px;
}
.contactBox dl + p b {
	font-size: 20px;
}
.contactBox p:last-child {
	font-size: 14px;
	margin:10px 0 0 0;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
	.contactBox {
		padding: 15px;
	}
	.contactBox p.ttl  {
	}
	.contactBox p.ttl span {
		display: block;
		margin: 3px 0 00;
	}
	.contactBox h3 {
		padding: 10px;
		font-size: 16px;
		text-align: left;
		margin: 10px 0 00;
	}
	.contactBox dl {
		padding-left: 70px;
		background-size: 60px;
		min-height: 40px;
		margin: 15px 0 10px;
	}
	.contactBox dl dd {
		font-size: 22px;
	}
	.contactBox dl + p {
		font-size: 14px;
	}
	.contactBox dl + p b {
		display: block;
	}
}

/*対応商品一覧*/
.productsList .table_default {
	margin-top: 0;
}
.productsList .table_default tr:first-child th {
	width: 150px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
	.productsList .table_default tr:first-child th {
		width: 30%;
	}
	.productsList .table_default.three_cell tr:first-child th {
		width: 25%;
	}
	.productsList  .block-link-page-two .child_block a {
		padding-right: 20px;
	}
}

/* 各種マニュアルについて */
.manual .table_default tr td .detail_link a {
	color: #fff;
	background: url(/jp/common/v2/img/icon_arow_light-wh.png) 95% 50% no-repeat #777;
	border-bottom: none;
}
.manual .table_default tr td .detail_link a::after {
	display: none;
}
.manual .table_default thead tr th {
	font-weight: bold;
}
.manual .table_default tbody tr td {
	padding: 1em 2.5em;
}
.manual .table_default tbody tr td .detail_link a {
	font-size: 14px;
	padding: 8px 2%;
}
.manual .table_default thead tr th:nth-child(1) {
	width: 20%;
}
.manual .table_default thead tr th:nth-child(2) {
	width: 15%;
}
.manual .table_default thead tr th:nth-child(3) {
	width: 20%;
}
.manual .table_default thead tr th:last-child {
	width: 25%;
}
.manual .table_default tbody tr th:first-child {
	background: #fff;
}
.manual #strengthen2 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.manual #strengthen2 ul li {
	width: 48%;
}
.manual #strengthen2 ul li:nth-child(even) {
	margin-left: 4%;
}
.manual #strengthen2 ul li a {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
	.manual .table_default tr td .detail_link a {
		background: url(/jp/common/v2/img/icon_arow_light-wh.png) 93% 50% no-repeat #777;
	}
	.manual .table_default tbody tr td .detail_link a {
		font-size: 14px;
		padding: 0 40px 0 10px;
	}
	.manual #strengthen2 ul li {
		width: 100%;
	}
	.manual #strengthen2 ul li:nth-child(even) {
		margin-left: 0;
	}
}
/* ファームウェア更新 */
.firmup .history {
	padding: 0 15px;
	overflow: hidden;
}

.scroll {
	height: 150px;
	white-space: nowrap;
	overflow-y: scroll !important;
}
.firmup .history ul li{
	line-height: 1.8;
	text-indent: -1em;
	padding-left: 1em;
}
.firmup .history ul li time{
	padding-right: 10px;
}
.firmup .info_box {
	border: solid 2px #000;
	border-radius: 1.5em;
	padding: 15px;
}
.firmup .info_box .ttl{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
.firmup .info_box .txt{
	line-height: 1.6;
	margin-bottom: 1em;
}
.firmup .info_box ul li {
	text-indent: -1em;
	padding-left: 1em;
}
.firmup .info_box ul li span {
	border: solid 1px #000;
	border-radius: 0.3em;
	font-size: 12px;
	padding: 0.5px;
	margin-left: 3px;
	margin-right: 3px;
}
.firmup .info_box ul li img {
	vertical-align: text-top;
}
.firmup .microsd .link-pdf {
	line-height:inherit;
}
.firmup .microsd .download {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.firmup .microsd .download .btn_link {
	font-size: 13px;
	padding-right: 50px;
}
.firmup .microsd .download .btn_link p {
	background: none;
}
.firmup .microsd .download .btn_link .strong {
	font-size: 20px;
}
.firmup .microsd .download .btn_link p::after {
	content: "";
	position: absolute;
border: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 20px;
    height: 20px;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    background-image: url(/jp/densetsu/aiseg/img/icon_download.png);
    background-repeat: no-repeat;
    background-size: contain;
}


/*20.03.03追記*/

.text-list-notes li{
    line-height: 1.6;
    margin-bottom: 0;
    padding-left: 2.0em;
    text-indent: -1.0em;
    font-size: 12px;
    color:#000;
}

.c-link-pdf:after {
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 17px;
  height: 1.2em;
  margin-top: -4px;
  margin-left: 6px;
  background: url("../../../img/hems_common_icon_pdf.gif") no-repeat right center;
  background-size: contain;
}

.c-scroll-area {
  max-height: 30em;
  overflow-y: scroll;
}

.c-list--disc > li:before {
  content: "●";
  color: #333333;
  margin-right: 5px;
  font-size: 1px;
}

.c-list-block > li {
    line-height: 1.6;
    margin-bottom: 3px;
    padding-left: 1.0em;
    text-indent: -1.0em;
    text-align: left;
}

.h4_bold h4 {
    line-height: 1.2;
    font-size: 14px;
    font-weight: bold;
}

.c-link-more:before, .c-list--link > li a:before {
    display: inline-block;
    top: 1.0em;
    left: 0;
    width: 5px;
    height: 5px;
    margin-top: -7.5px;
    border-top: 2px solid #003a91;
    border-right: 2px solid #003a91;
    content: "";
    -webkit-transition: margin 0.1s linear;
    transition: margin 0.1s linear;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 10px;
}

.c-btn {
  line-height: 1.4;
  display: inline-block;
  width: 100%;
  color: #333333 !important;
  border: 1px solid #cccccc;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: left;
  position: relative;
}


.c-btn:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  content: "";
  -webkit-transition: margin 0.1s linear;
  transition: margin 0.1s linear;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 12px;
  margin-right: 0;
}



.c-btn--download, .c-btn-line2 {
  padding: 17px 30px 15px 15px;
  background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
}


@media screen and (min-width: 769px), print {
  .c-btn--download, .c-btn-line2 {
    max-width: 400px;
    padding: 20px 30px 20px 18px;
  }
}



@media screen and (min-width: 769px), print {
  .c-btn--cr:after, .c-btn--cr.c-btn--download:after, .c-btn--cr.c-btn-line2:after {
    right: 18px;
  }
}

@media screen and (min-width: 769px), print {
  .c-btn--cr:hover:after, .c-btn--cr.c-btn--download:hover:after, .c-btn--cr.c-btn-line2:hover:after {
    margin-right: -2px;
  }
}

.c-btn--download {
  max-width: none;
  padding-right: 40px;
  font-size: 1.3rem;
}

.c-btn--download:after {
  border: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 20px;
  height: 20px;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  background-image: url("/jp/densetsu/aiseg/img/icon_download.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px), print {
  .c-btn--download:after {
    right: 18px;
  }
}

.c-btn--download:hover:after {
  margin-right: auto;
}

.dl_txt{
font-size:13px;	
}

.dl_txt > .c-btn_strong {
  display: inline-block;
  font-size: 18px;
}

.c-btn--download .c-link-pdf {
  color: currentColor;
}

.c-btn--download .c-link-pdf:hover {
  text-decoration: none;
}


.c-card {
  width: 100%;
}
@media screen and (min-width: 769px), print {
  .c-card {
    width: 48%;
  }
}

.fw_b{
	font-weight: bold;
}

/* 20230227 ＜microSDメモリーカードによるファームウェア更新機能停止について＞追記 */
.firmup .c-box-normal {
  box-sizing: border-box;
  padding: 15px;
  background: #F9F7F7;
	margin: 35px 0;
}

.firmup .c-heading-lv3 {
  line-height: 1.2;
  color: #02266d;
  font-size: 1.1rem;
  font-weight: bold;
	margin-bottom: 15px;
}

.firmup .c-text-m {
  line-height: 1.6;
  margin-bottom: 1em;
  font-size: 0.9rem;
}

.firmup .c-text-m:last-child {
  margin-bottom: 0;
}