@charset "utf-8";
/* CSS Document */
html {
  --bk-color:#fff;
  --border-color:#ddd;
  --main-color:#333;
  --asus-color-base:#17288a; 
  --asus-color-back:#E9EBF7; 
  --asus-color-accent:#027fc7; 
}
a:focus{
  outline: none;
}
.product_inside .Area_left .pointlist {
	background:linear-gradient(white 50%, #E9EBF7 50%);
}
.product_inside .Area_left ul.point_ul{
	background-color: var(--asus-color-back);
}
.product_inside h3  {
	border-bottom: 2px solid var(--asus-color-base);
}
.product_inside h3 .series_flex p.series {
	background-color: var(--asus-color-base);
}
.product_inside h4 {
  border-bottom: 2px solid #17288a;
}
.product_inside h4 a {
  color: #333;
}
/*.product_inside h4 {
  border-bottom: 2px solid #E9EBF7;
  background: rgb(23,40,139);
  background: -webkit-linear-gradient(330deg, rgba(23,40,139,1) 37%, rgba(18,63,155,1) 77%, rgba(0,137,206,1) 100%);
  background: -o-linear-gradient(330deg, rgba(23,40,139,1) 37%, rgba(18,63,155,1) 77%, rgba(0,137,206,1) 100%);
  background: linear-gradient(60deg, rgba(23,40,139,1) 37%, rgba(18,63,155,1) 77%, rgba(0,137,206,1) 100%);
  color: #fff;
  font-weight:500;
}*/

h6 {
  margin: 20px 0 0 0;
  padding: 3px 0 0 3px;
  color: var(--asus-color-base);
  font-weight: bold;
  font-size: 15px;
}

/* 製品ごとに色設定 ここまで */

table {
	border-top: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}
td {
	padding: 7px 10px;
	line-height:160%;
	background-color: #FDFDFD;
	border-bottom: 1px #CCCCCC solid;
  vertical-align: middle;
}
th {
	padding: 7px 10px;
	line-height:160%;
	background-color: #FAFAFA;
	border-bottom: 1px #CCCCCC solid;
	font-weight: bold;
	text-align: center;
  vertical-align: middle;
}

th.bord-r, td.bord-r {
  border-right: 1px solid #ddd;
}

.td-center td {
  text-align: center;
  vertical-align: middle;
}

thead th {
  text-align: center;
  background-color: #17288a !important;
  color: #fff;
}

.table_720 {
	width: 97%;
  margin:15px auto 30px;
}

.tbl_title{
  background-color: #E5F0F9;
  font-size: 18px;
  letter-spacing: 1px;
}

.title2 {
	font-weight: bold;
	background-color: #400000;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
}

tr.bkcolor{
  background-color: #A9BEE8;
}

/* 画像調整 */
.topimg {
  width: 100%;
}
.topimg img {
  width: 100%;
  height: auto;
}

/* Area-left内 */
.Area_left h5 {
  font-size: 16px;
  font-weight: bold;
  color: #17288a;
  line-height: 150%;
  margin-bottom: 5px;
}

/* タブの中共通 */
.tab-title {
  display: block;
  width: 97%;
  margin: 10px auto 20px;
  border-bottom: 2px solid #17288a;
  color: #17288a;
  align-items: center;
  font-size: 24px !important;
  font-weight: bold;
  line-height: 180%;
  padding-left: 10px;
}
 .tab_box_01 {
   width: 97%;
   margin: 10px auto 30px;
   padding: 0px;
}
 .tab_box_01 h5 {  /* テキストボックスの設定 */
  line-height: 180%;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0px 5px 10px;
  margin: 5px 0px 10px;
  text-align: left;
  color: #17288a;
	border-bottom: 1px dashed #17288a;
}
 .tab_box_01 p {  /* テキストボックス：文字の設定 */
  line-height: 165% !important;
  text-align: left;
  padding: 0 0px;
}

.txt_box_01 table {
  width: 97%;
  margin: 0px auto 30px;
}

.dim-box {
  width: 750px;
  margin: 0 auto 30px;
}

.dim-box img {
  width: 100%;
  height: auto;
}

.bn_area {
  width: 900px;
  margin: 20px auto;
}

.bn_area img {
  width: 100%;
  height: auto;
}

/* スマートフォン */
.smp-download-box {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.smp-download {
  margin-top: 30px;
  width: 360px;
  text-align: center;
  background: #eee;
  border-radius: 10px;
}

.smp-download h6 {
  font-size: 24px;
  color: #000;
}

.smp-download-qr, .smp-download-badge {
  width: 260px;
  margin: 10px auto;
}
.smp-download-qr {
  text-align: center;
  padding: 20px;
}

.smp-download-qr img {
  width: 80px;
  text-align: center;
}

.smp-download-badge {
  height: 100px;
  margin-bottom: 20px;
}

.smp-download-badge img {
  width: 260px;
  text-align: center;
}

/* 特徴 */
.aissens-theme {
  text-align: center;
  font-size: 16px;
  line-height: 180%;
  margin: 30px 0 50px;
}

.aissens-point-box {
  width: 98%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.aissens-point {
  width: 310px;
  text-align: center;
    background-color: #f0f0f2;
}

.aissens-point img {
  width: 200px;
}

.aissens-point h5 {
  margin: 10px;
  font-size: 17px;
  line-height: 160%;
  color: #17288a;
}
.aissens-point h5 span {
  font-weight: bold;
}

.aissens-point p{
  margin: 10px 3px;
  text-align: left;
}

/* 予知保全 */

.predictive-maintenance-box {
  width: 98%;
  margin: 30px auto 20px;
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.predictive-maintenance {
  width: 225px;
  height: 225px;
}

.predictive-maintenance img {
  width: 100%;
}

.maintenance-list {
  width: 97%;
  margin: 10px auto;
}
.narrow {
  letter-spacing: -0.5px !important;
}

.maintenance-list li {
  margin: 5px auto 30px;
  line-height: 165%;
  display: flex;
  height: 50px;
  align-items: center;
}

.maintenance-list li .list-post-event,
.maintenance-list li .list-periodic,
.maintenance-list li .list-prediction {
  height: 50px;
  width: 150px;
  display: inline-block;
  text-align: center;
  align-content: center;
  font-size: 18px;
  color: #fff;
  letter-spacing: 3px;
  margin-right: 20px;
  border-radius: 10px;
}

.maintenance-list li .list-bun {
  display: inline-block;
  width: 750px;
}


.maintenance-list li .list-post-event {
  background-color: #8D99E0;
}
.maintenance-list li .list-periodic {
  background-color: #8D99E0;
}
.maintenance-list li .list-prediction {
  background-color: #17288a;
}

/* content */

.contentbox {
  width: 97%;
  margin: 0 auto 20px;
  display: block;
}
.contentbox img {
  width: 100%;
  margin-bottom: 20px;
}
.contentbox p {
  line-height: 165% !important;
}


.contentbox-lr {
  width: 98%;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.content-l {
  width: 250px;
  display: inline-block;
}
.content-l img {
  width: 100%;
}

.content-r {
  width: 680px;
  display: inline-block;
}

.content-r p {
  margin: 10px 0;
  line-height: 165% !important;
}
.contentbox p span,
.content-r p span {
  font-weight: bold;
  color: #17288a;
}


/* Q&A */
.asus_qa {
  width: 100%;
  margin: 0px auto 30px;
}

.asus_qa h4 {
  font-size: 22px;
  padding: 10px 8px;
  color: #17288a;
  background: none;
  border-bottom: 1px solid #17288a;
}

.asus_qa h4 a, .asus_qa h4 a:link {
  color: #f50925 !important;
}

.asus_qa p {
  width: 97%;
  margin: 0px 10px 20px;
  line-height: 165%;
}

.asus_qa_img {
  width: 85%;
  margin: 15px auto 20px;
}

.asus_qa_img img {
  width: 100%;
  height: auto;
}

/* アコーディオン（Q&A） */
.accordion_qa, .accordion_q {
	width: 99%;
  margin: 10px auto;
  /*border: 3px solid #e7e7e7;*/
  background-color: #Fff;
  padding: 0;
}
.accordion_q {
  background-color: #eee;
}

.accordion_qa .title,
.accordion_q .title {
  display: inline-block;
 align-items: center;
	float: left;
  font-size: 16px;
  padding: 13px 0px 5px 45px;
  background-image: url("../img/ico_qa_question_q.webp");
  background-repeat: no-repeat;
  background-size: 32px;
}
.accordion_qa .title, .accordion_q .title {
  width: 835px;
   height: 40px;
  line-height: 200%;
  background-position: top 13px left 6px;
}

.accordion .title {
}

.accordion_qa h5 {
	font-weight: normal;
  height: 30px;
  padding: 0px 15px 0 0;
  align-items: center;
  display: flex;
}

.accordion_qa h5 span {
  width: 65px;
	font-size:13px;
	font-weight: normal;
  color: #17288a;
  align-items: center;
  display: flex;
  height: 30px;
  float: right;
  text-align: right;
  padding: 5px 10px;
}

.accordion_qa h5:hover {
	color: #C30;
	cursor: pointer;
}

.accordion_qa h5 span:after {
	font-size: 13px;
  color: #17288a;
	font-weight: normal;
	content: "開く ＋";
}

.accordion_qa h5 span.open {
}

.accordion_qa h5 span.open:after {
	font-size: 13px;
	font-weight: normal;
	content: "閉じる －";
}

.accordion_qa .subInner_qa {
  /*display: inline-block;
  width: 97%;
	padding: 15px 5px 0;*/
  /*border-top: 1px dashed #17288a*/
	/*margin: 10px 15px 0px 7px;*/
  background-image: url("../img/ico_qa_question_a.webp");
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: top 15px left 24px;
}

.accordion_qa .subInner_qa .subInner_box {
  display: inline-block;
  width: 90%;
	padding: 0 0 0px;
	margin: 19px 5px 10px 60px;
}
.accordion_qa .subInner_qa .subInner_box h6 {
	padding: 0 0px;
	margin: 10px 15px 10px 10px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset:3px;
}

.accordion_qa .subInner_qa .subInner_box table {
  width: 95%;
	padding: 0 0px;
  margin: 0px !important;
}
.accordion_qa .subInner_qa .subInner_box table.profile th.moji_13 {
  font-size: 13px;
}
.accordion_qa .subInner_qa .subInner_box table.profile td {
  text-align: left !important;
}
.accordion_qa .subInner_qa .subInner_box table.profile td ul {
  font-size: 13px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  text-indent: -1.1em;
  padding-right: 10px;
}
.accordion_qa .subInner_qa .subInner_box table.profile td ul li {
  line-height: 135%;
  margin-bottom: 3px;
  margin-right: 0px !important;
}
.accordion_qa .subInner_qa .subInner_box table.profile td ul li::before {
  content: '●';
  font-size: 8px !important;
  margin-right: 5px;
}
.accordion_qa .subInner_qa .subInner_box table.battery th {
}
.accordion_qa .subInner_qa .subInner_box table.battery td {
  text-align: center;
}

.accordion_qa_answer {
  line-height: 165% !important;
}

.accordion_qa .subInner_qa .needs {
  font-weight: bold;
  margin: 0 2px;
  color: #17288a;
}

.bn-s-box {
  width: 400px;
  margin: 30px auto 20px;
}

.bn-s-box img {
  width: 100%;
}

.accordion_qa .subInner_qa .img_box_01,
.accordion_qa .subInner_qa .img_box_01s {
	text-align:center;
}

.accordion_qa .subInner_qa .img_box_01 img,
.accordion_qa .subInner_qa .img_box_01s img{
	height:auto;
	margin:10px 0;
}

.accordion_qa .subInner_qa .img_box_01 img{
	max-width:90%;
}

.accordion_qa .subInner_qa .img_box_01s img{
	max-width:60%;
}
.img_frame img {
	border: 1px solid #ccc !important;
}

.qa_answer_box {
  width: 97%;
  display: flex;
  flex-wrap: wrap;
}

.qa_answer {
  width: 50%;
}

.xyz-x {
  color: #ed1c24;
}

.xyz-y {
  color: #009245;
}

.xyz-z {
  color: #0071bc;
}


.qa_answer img {
  width: 100%;
}

.qa_related {
  width: 97%;
  margin: 10px;
  line-height: 150%;
}

.qa_related ul {
  margin-top: 10px;
}

.qa_related ul li {
  text-indent: -4em;
  padding-left: 4em;
  margin-bottom: 5px;
}


/* 注釈 */
.accordion-header {
  width: 95%;
  margin: 0 auto;
  background-color: #17288a;
  color: #fff;
  font-size: 18px;
  padding: 15px;
  cursor: pointer;
  margin-top: 15px;
  border-radius: 5px ;
  transition: all 0.5s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-header:hover {
  background-color: #1f3296;
}
.accordion-header::after {
  content: '＋';
  font-size: 18px;
  transition: transform 0.3s ease;
}
.accordion-header.active::after {
    transform: rotate(45deg);
}
.accordion-content {
  width: 98%;
  margin: 10px auto 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px 5px 5px 5px;
}

.active .accordion-content {
  max-height: 2000px;
}

.accordion-content-inner {
    padding: 20px;
}

.accordion-content-inner p {
  margin: 5px 0 10px;
  line-height: 180% !important;
}

.accordion-content-inner img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.accordion-content-inner .imgbox {
  width: 85%;
  margin: 10px 0 20px;
}

.accordion-content-inner .imgbox_m {
  width: 55%;
  margin: 10px 0 20px;
}

.accordion-content-inner .imgbox_s {
  width: 40%;
  margin: 10px 0 20px;
}

.accordion-content-inner .imgbox img, .accordion-content-inner .imgbox_m img, .accordion-content-inner .imgbox_s img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  border: 1px solid #efefef;
}

.aisvhelp-table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
}
.aisvhelp-table th, .aisvhelp-table td {
    padding: 12px 15px;
    text-align: left;
}
.aisvhelp-table th {
    background-color: #fafafa;
}
.aisvhelp-table td {
    background-color: #fdfdfd;
}
.highlight {
  color: #17288a;
  background-color: rgba(23, 40, 139, 0.1);
  margin: 0 2px;
  padding: 0 5px; 
  font-weight: bold;
  border-radius: 5px; 
  display: inline; 
  box-decoration-break: clone;  
  -webkit-box-decoration-break: clone;
  line-height: 1.6;  
  transition: background-color 0.3s ease;
}

.asus-download {
  margin: 15px 0;
  padding: 10px;
  background-color: #ff5454;
  border-radius: 5px;
  text-align: center;
}
.asus-download:hover {
  background-color: #ff6b6b;
}

.asus-download img {
  margin-right: 5px;
  border-radius: 0;
}


.manual {
  width: 98%;
  margin: 50px auto 0;
  padding: 5px 0 10px;
  border: 5px solid #eee;
  text-align: center !important;
  position: relative;
}

.manual-title {
  width: 43%;
  height: 20px;
  margin: 5px auto 0px !important;
  text-align: center;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  align-items: center;
  background-color: #fff;
  position: relative;
  top: -20px;
}

.manual ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.w200 {
  width: 200px;
}

.w250 {
  width: 250px;
}

.w350 {
  width: 350px;
}
.w400 {
  width: 400px;
}
.w500 {
  width: 500px;
}

a .asus-download {
  color: #fff !important;
}

a .asus-download:hover {
  color: #fff !important;
}
 .txt_box_01 {
  padding: 10px;
}
.txt_box_01 h5 {  /* テキストボックスの設定 */
  line-height: 180%;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 10px 5px 15px;
  text-align: left;
  color: #17288a;
  background-color: #eeeeee;
	border-bottom: 2px solid #f0f0f2;
}
.txt_box_01 p {  /* テキストボックス：文字の設定 */
  line-height: 165% !important;
  text-align: left;
  padding: 0 0px;
}

.txt_box_01 table {
  width: 97%;
  margin: 10px auto;
}
       
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}
.popup-content {
    max-width: 100%;
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup-content img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.clickable-image {
    cursor: pointer;
}

.close-button{
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    background: url(/common/img/colorbox/controls.png) no-repeat top center;
    width: 38px;
    height: 19px;
    text-indent: -9999px;
}

/* アコーディオン */
.Area_free .accordion {
	width: 95%;
	margin: 10px auto 0px auto;
  font-size: 16px;
}

.Area_free .accordion h5 {
	padding: 10px 0 10px 10px !important;
	margin: 0px 0 -1px 0 !important;
	background-color: #f3f3f3;
	border-bottom: 1px solid #ccc;
}

.Area_free .accordion h5 span {
	font-weight: bold;
	color: #cc0000;
	margin-right: 20px;
  letter-spacing: 1px;
}

.Area_free .accordion h5:hover {
	color: #C30;
	cursor: pointer;
}

.Area_free .accordion h5 span:after {
	font-size: 12px;
	color: black;
	font-weight: normal;
	content: "　　open +";
}

.Area_free .accordion h5 span.open {
	font-weight: bold;
}

.Area_free .accordion h5 span.open:after {
	font-size: 12px;
	font-weight: normal;
	content: "　　close -";
}

.Area_free .accordion .subInner {
	margin: 0px 0 0 0;
	border: 1px solid #ccc;
	padding: 0px 10px 10px 10px;
}

.Area_free .accordion .subInner p {
	padding-bottom: 15px;
	line-height: 160%;
}

.Area_free .accordion .subInner p.at {
	font-size: 12px;
	color: firebrick;
}

/* 価格選択画面 */
.option-group {
   margin-bottom: 40px;
 }

h5.section-title {
  font-size: 20px;
  margin-bottom: 15px;
  padding: 5px 5px;
  border-left: 5px solid var(--asus-color-base);
  border-top: 0px; 
}
     
.section-description {
  margin-bottom: 25px;
  padding: 15px;
  background-color: var(--asus-color-back);
  border-radius: 6px;
}

.section-description h6 {
  color: var(--asus-color-base);
  display: block;
  margin: 5px;
  padding: 0;
  font-size: 16px;
  line-height: 150%;
  border-bottom: 0px;
}

/* --- START: 追加したテーブルのスタイル --- */
.comparison-table {
  width: 90%; /* 幅を調整 */
  margin: 20px auto; /* 上下左右にマージン */
  border-collapse: collapse; /* 罫線を結合 */
  background-color: #fff; /* 背景色 */
  box-shadow: 0 1px 3px rgba(0,0,0,0.1); /* 軽い影 */
  text-align: center; /* 全体を中央揃え */
}
.comparison-table caption {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 16px;
}
.comparison-table th,
.comparison-table td {
  border: 1px solid #ddd; /* 罫線 */
  padding: 10px 12px; /* パディング */
  vertical-align: middle; /* 垂直方向中央揃え */
}
.comparison-table th {
  background-color: #f2f2f2; /* ヘッダーの背景色 */
  font-weight: bold;
}
.comparison-table td:first-child {
  text-align: left; /* モジュール名は左揃え */
  padding-left: 15px;
}
.comparison-table tbody tr:hover {
  background-color: #f0f8ff; /* ホバー時の背景色 */
}

/* --- END: 追加したテーブルのスタイル --- */
.option-list {
  display: block;
  gap: 10px;
}
.option {
  align-items: center;
  padding: 15px 20px;
  border: 2px solid var(--border-color);
  cursor: pointer;
  border-radius: 6px;
  background-color: var(--bk-color);
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.option:hover {
  border-color: var(--asus-color-accent);
  box-shadow: 0 0 5px rgba(2, 127, 199, 0.3);
}
.selected {
  border: 3px solid var(--asus-color-accent);
  padding: calc(15px - 2px) calc(20px - 2px);
  font-weight: bold;
  box-shadow: 0 0 8px rgba(2, 127, 199, 0.3);
}
.option-details {
  flex-grow: 1;
  margin-right: 15px;
}
.option-name {
  display: block;
  font-size: 18px;
  margin-bottom: 3px;
}
.option-description {
  display: block;
  font-size: 0.85em;
  color: #666;
}
.price-diff {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: var(--asus-color-accent);
  white-space: nowrap;
  text-align: right;
}
.price-diff.base-price {
 color: #333;
}
.result {
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 20px;
  background-color: var(--asus-color-back);
  border-radius: 8px;
  border: 1px solid #ced4da;
}
.result p {
     margin: 10px 0;
     font-size: 18px;
}
.result span {
    font-weight: bold;
    color: #dc3545;
    margin-left: 10px;
}
.sticky-result {
  position: fixed;
  bottom: 30 !important;
  right: 30 !important;
  width: 400px;
  background-color: rgba(255, 255, 255, 0.95);
  border-top: 0px solid #ccc;
  box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  z-index: 1000;
  opacity: 0; visibility: hidden;
  transform: translateY(100%);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease-out;
  font-size: 16px;
}
.sticky-result.visible {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.sticky-result-content {
  max-width: 400px;
  margin: 0 auto; 
  /*display: flex;
  justify-content: space-between;
  align-items: center;*/
  padding: 0 20px;
}
.sticky-result p {
  margin: 0; color: #333; }
.sticky-result span {
  font-weight: bold;
  color: #dc3545;
  margin-left: 8px;
}

/* other */
img.giteki {
  width: 200px;
  height: auto;
  margin: 2px 0;
}

.underline {
    font-weight: bold;
    background: linear-gradient(transparent 60%, rgba(255,235,100,0.7) 30%);
}

.extra-area {
  width: 95%;
  margin: 5px auto;
}

.extra-area p {
  margin: 0px 0 3px 10px;
  line-height: 165%;
}

.extra {
  color: #c00;
  margin-right: 5px;
}

/* 画面サイズの横幅が 480px より小さい場合に適用 */
@media screen and (max-width: 480px) {
.taisho_img {
  display: none;
  }
  
.taisho p
  {margin-bottom: 5px;
  }
  
.subInner p, .red {
  font-size: 12px;
  }
  
table {
	font-size: 10px;
}

.table_720 {
	width: 97% !important;
  font-size: 10px;
}

.table_720 img {
	width:10px;
	height:auto;
}

.tbl_title{
  font-size: 12px !important;
}

.box_adopt_one img{
	width:10px;
	height:auto;
}


/* 特徴 */
.aissens-theme {
  width: 97%;
  text-align: center;
  font-size: 15px;
  line-height: 175%;
  margin: 30px auto 50px;
}

.aissens-point-box {
  width: 98%;
  margin: 0 auto;
  display: block;
}

.aissens-point {
  width: 95%;
  margin: 15px auto !important;
}

.aissens-point img {
  width: 100px;
}

.aissens-point h5 {
  margin: 10px;
  font-size: 17px;
  line-height: 160%;
  color: #17288a;
}
.aissens-point h5 span {
  font-weight: bold;
}

.aissens-point p{
  margin: 10px 3px;
  text-align: left;
}

/* 予知保全 */

.predictive-maintenance-box {
  width: 97%;
  margin: 20px auto 20px;
  display: block;
  align-content: center;
}


.predictive-maintenance {
  width: 45%;
  max-width: 43%;
  height: auto;
  margin: 10px;
  float: left;
}
  
.maintenance-list {
  width: 97%;
  margin: 10px auto;
}

.maintenance-list li {
  margin: 5px auto 30px;
  line-height: 165%;
  display: block;
  height: auto;
  align-items: center;
}

.maintenance-list li .list-post-event,
.maintenance-list li .list-periodic,
.maintenance-list li .list-prediction {
  height: 40px;
  width: 97%;
  margin: 20px auto 10px;
  display: block;
  font-size: 16px;
  border-radius: 8px;
}

.maintenance-list li .list-bun {
  display: block;
  width: 97%;
  margin: 0px auto 10px;
}

/* content */

.contentbox, .contentbox-lr {
  width: 98%;
  margin: 0 auto;
  display: block;
}

.content-l {
  width: 100%;
  display: block;
  text-align: center;
}
.content-l img {
  width: 90%;
}

.content-r {
  width: 100%;
  display: block;
}

.content-r p {
  margin: 10px 0;
  line-height: 165% !important;
}
  
  
/***** Q&A *****/
.asus_qa {
  width: 100%;
  margin: 0px auto 30px;
}
.asus_qa_smp_none {
  display: none;
}

.asus_qa h4 {
  font-size: 14px;
  padding: 10px 8px;
}

.asus_qa p {
  width: 95%;
  margin: 10px 10px 20px;
  line-height: 165%;
}

/* アコーディオン（Q&A） */
.accordion_qa, .accordion_q {
	width: 95%;
}

.accordion_qa .title,
.accordion_q .title {
  width: 76%;
  align-items: center;
	float: left;
  font-size: 14px;
  line-height: 160%;
  background-size: 30px;
  background-position: top 6px left 3px;
}



.accordion_qa .title {
  padding: 7px 0px 15px 37px;
  height: 30px;
}

.accordion_q .title {
  padding: 8px 0px 5px 37px;
  height: 30px;
}


.accordion_qa h5 {
  align-items: center;
	font-weight: normal;
  min-height: 35px;
  height: auto;
  padding: 0px 5px 0 0;
}


.accordion_q h5 {
  align-items: center;
	font-weight: normal;
  min-height: 25px;
  height: auto;
  padding: 0px 15px 0 0;
}

.accordion_qa h5 span {
  width: 65px;
	font-size:11px !important;
  align-items: center;
  min-height: 35px;
  height: auto !important;
  float: right;
  padding: 5px;
}

.accordion_qa h5 span:after {
	font-size: 12px;
}

.accordion_qa h5 span.open:after {
	font-size: 12px;
}

.accordion_qa .subInner {
  display: inline-block;
  width: 95%;
	padding: 20px 5px;
  border-top: 1px dashed #17288a;
	margin: 10px 15px 10px 10px;
  background-size: 30px;
  background-position: top 6px left 3px;
}
.accordion_qa .subInner_qa {
  display: inline-block;
  width: 95%;
	padding: 0px 5px 0;
  /*border-top: 1px dashed #e59025;*/
	margin: 5px 0 0 20px !important;
  background-size: 30px;
  background-position: top 14px left 3px;
  font-size: 14px;
}

.accordion_qa .subInner_qa .subInner_box {
  display: inline-block;
  width: 90%;
	padding: 0;
	margin: 0px 10px 10px 30px;
  word-break: break-all;
}
.accordion_qa .subInner_qa .subInner_box h6 {
  font-size: 14px;
}

p.accordion_qa_answer {
  margin: 10px 0 10px 5px !important;
  line-height: 160% !important;
}

.accordion_qa .subInner_qa .img_box_01,
.accordion_qa .subInner_qa .img_box_01s {
  width: 90%;
	text-align:center;
}

.accordion_qa .subInner_qa .img_box_01 img,
.accordion_qa .subInner_qa .img_box_01s img{
	width: 100%;
}

.qa_answer_box {
  width: 97%;
  display: block;
}

.qa_answer {
  width: 100%;
}

.qa_answer img {
  width: 100%;
}



.bn-s-box {
  width: 100%;
  margin: 30px auto 20px;
}

.bn-s-box img {
  width: 100%;
}

.manual {
  width: 100%;
  margin: 30px 0 0;
  padding: 5px 0 10px;
}

.manual-title {
  width: 350px;
  margin: 5px auto 0px !important;
  text-align: center;
  font-size: 16px;
  color: #000;
}

.manual ul {
  width: 100%;
  display: block;
}

/* タブの中共通 */
.tab-title{
  font-size: 18px !important;
}
 .tab_box_01 {
   width: 97%;
   margin: 10px auto 30px;
   padding: 0px;
}
 .tab_box_01 h5 {  /* テキストボックスの設定 */
  line-height: 180%;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0px 5px 10px;
  margin: 5px 0px 10px;
  text-align: left;
  color: #17288a;
	border-bottom: 1px dashed #17288a;
}
 .tab_box_01 p {  /* テキストボックス：文字の設定 */
  line-height: 165% !important;
  text-align: left;
  padding: 0 0px;
}

.txt_box_01 table {
  width: 97%;
  margin: 10px auto;
}

.dim-box {
  width: 97%;
  margin: 0 auto 30px;
}

.dim-box img {
  width: 100%;
  height: auto;
}


.bn_area {
  width: 97%;
  margin: 20px auto;
}

.bn_area img {
  width: 100%;
  height: auto;
}


/* スマートフォン */
.smp-download-box {
  width: 97%;
  display: block;
  margin: 0 auto;
}

.smp-download {
  margin: 30px auto;
  width: 330px;
  text-align: center;
}

.smp-download h6 {
  font-size: 20px;
  color: #000;
  margin: 10px auto 5px;
  padding-top: 10px;
}

.smp-download-qr, .smp-download-badge {
  width: 200px;
  margin: 10px auto;
}
.smp-download-qr {
  padding: 20px 0 0;
}

.smp-download-qr img {
  width: 80px;
  text-align: center;
}

.smp-download-badge {
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.smp-download-badge img {
  width: 200px;
  text-align: center;
}

/* 注釈 */
.accordion-header {
  width: 92%;
  font-size: 18px;
  padding: 15px;
  margin-top: 15px;
}
.accordion-header::after {
  content: '＋';
  font-size: 16px;
  transition: transform 0.3s ease;
}
.accordion-content {
  width: 97%;
  margin: 10px auto 25px;
}
.accordion-content-inner {
    padding: 10px;
}

.accordion-content-inner p {
  margin: 5px 0 10px;
  line-height: 180% !important;
}

.accordion-content-inner img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.accordion-content-inner .imgbox , .accordion-content-inner .imgbox_m, .accordion-content-inner .imgbox_s {
  width: 100%;
  margin: 10px 0 20px;
}

.accordion-content-inner .imgbox img, .accordion-content-inner .imgbox_m img, .accordion-content-inner .imgbox_s img {
  width: 100%;
  height: auto;
}

.aisvhelp-table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
}
.aisvhelp-table th, .aisvhelp-table td {
    padding: 12px 15px;
    text-align: left;
}

.asus-download {
  width: 80%;
  margin: 15px auto;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

table img{
	max-width: 70px;
	height: auto;
	}

.bun01	{
	width: 97%;
	margin: 15px auto;
  font-size: 12px;
}

.smp_none {
  display: none;
  }

.extra-area p {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

}

