/* 左のメニュー */
.sticky {
   position: -webkit-sticky;
   position: sticky;
   top: 0;
}

.subinfo {
  font-size: 13px;
  letter-spacing: 1.5px;
  text-align: left;
  font-weight: bold;
  width: 180px;
  color: #333;
  background-color: #777;
  float: left;
  padding: 0px;
}
.subinfo:not(:first-chld) {
  border-top: 1px #aaa solid;
}
.subinfo li {
  font-size: 13px;
  list-style-type: none;
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  list-style-position: inside;
}

.subinfo li a {
  text-decoration: none;
  background-color: #777;
  width: 100%;
  margin: 0px;
  padding: 5px 10px;
  display: block;
  color: #eee;
  border-top: 1px #aaa solid;
}

.subinfo li a:hover {
  color: #333;
  background-color: #ccc;
}


/* Q&A アコーディオン */
.top-title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-top: 30px;
  margin-bottom: -5px;  
}

.q-title { /* 下線付きのタイトル */
  border-bottom: 1px solid #333;
  font-size: 16px;
  font-weight: bold;
  width: 80%;
}

.qa {
  margin-bottom: 20px;
}

/* 質問部分 */
.qa dt {
  position: relative;
  margin: 0;
  padding: 10px 40px 8px 50px;  
  font-weight: bold;
  font-size: 16px;
  background: #ddd;
  cursor: pointer;
}

/* Qマーク */
.qa dt:before {
  font-size: 24px;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  content: 'Q';
  color: #cc6666;
}


/* 右端の矢印 */
.qa dt:after {
  position: absolute;
  top: 17px;
  right: 20px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transition: transform 0.3s ease;
}


/* 開いた時の矢印 */
.qa dt.selected:after {
  transform: rotate(-45deg);
}


/* 回答部分 */
.qa dd {
  position: relative;
  margin: 0;
  padding: 0 20px 0 50px;
  border: 0;
  background: #f1f1f1;
  max-height: 0;
  overflow: hidden;
  opacity: 1;
  transition:
    max-height 0.4s ease,
    padding 0.4s ease,
    border 0.4s ease;
  border: 1px solid #ddd;
}

.qa dd.open {
  max-height: 1000px;
  padding: 10px 20px 17px 50px;
  opacity: 1;
}

/* Aマーク */
.qa dd:before {
  font-size: 24px;
  line-height: 1;
  position: absolute;
  top: 17px;
  left: 10px;
  display: block;
  content: 'A';
  font-weight: bold;
  color: #66aacc;
}


.q-sub { /* ●付きのタイトル */
  margin-top: 10px;
  font-size: 15px;
}

.q-sub2 { /* 2行目 */
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.7em; 
  text-indent: -1em; 
  padding-left: 1em;"
}

.q-name {
  margin: 5px 0 0 1em;
  font-size: 14px;
}

.q-table0 {
  background-color: #fff;
  margin-top: 15px; 
  border-collapse:collapse;  
  color: #333;
  font-size: 14px;
} 
 
.q-table { 
  letter-spacing: 0.2em;
  background-color: #d4d4d4;
  text-align: center;
}  

.q-table1 { 
  padding: 5px 15px;
}  

.likome3{
  font-size: 9pt;
  line-height: 120%;
  margin-top: -5px;
  padding-left: 20px;
  text-indent: -1.3em;
  line-height: 1.6;
  list-style: none;
}

.mtop30 {
  margin-top: 30px;
}

.font13 { font-size: 13px; }

.font14 { font-size: 14px; }

.ptop15 { padding-top: 15px;}

.mtop30 { margin-top: 30px;}