@charset "utf-8";
/* CSS Document */

.controls {
  margin-bottom: 16px;
  text-align: center;
}

.toggle-all {
  width: 755px;
  border: none;
  cursor: pointer;
  font-size: 12px !important;
  margin: 20px auto !important;
  padding: 8px;
  text-align: center;
  font-weight: normal;
}

.accordion-list {
  max-width: 755px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
}

.accordion {
  width: 755px;
  background-color: #fff;
  overflow: hidden;
}

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0px 0px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.accordion-header:focus {
  /*outline: 3px solid rgba(43,108,176,0.18);
  outline-offset: 2px;*/
}

.chev {
  transition: transform 0.25s ease;
  display: inline-block;
  margin-left: 12px;
}

.accordion-header[aria-expanded="true"] .turn {
  transform: rotate(180deg);
}

.accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease, padding 0.28s ease;
  width: 750px;
  margin: 0 auto;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  background-color: #fff;
}

.accordion-panel.open {
  width: 750px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  background-color: #fff;
}

.accordion-panel p {
  margin: 0;
  line-height: 1.6;
}
/* ヘッダー内テーブルの調整 */
.header-table {
  border-collapse: collapse;
  margin: 0 auto;
  font-size: 11px;
  width: 750px;
}

.header-table th,
.header-table td {
  border: 1px solid #ccc;
  padding: 5px 5px !important;
}

.header-table th {
  background-color:#eee;
  font-weight: bold;
  text-align: center;
}

.header-table td {
  font-weight: normal;
  text-align: left;
}


.accordion-header {
  justify-content: space-between;
  align-items: center;
}

.accordion-header .chev {
  margin-left: 5px;
  flex-shrink: 0;
}


/*それぞれの幅の修正*/

/*.label_page {
  width: 70px !important;
}*/

th.sfnc-feature, th.sfnc-namespace, th.sfnc-setting,
th.sfnc-function, th.sfnc-outline, th.switch,
.sfnc-feature, .sfnc-namespace, .sfnc-setting,
.sfnc-function, .sfnc-outline, .switch {
  font-size: 11px !important;
}
.sfnc-feature, .sfnc-namespace, .sfnc-setting,
.sfnc-function, .sfnc-outline, .switch {
  font-size: 11px !important;
  line-height: 165% !important;
  box-sizing: border-box;
  background: #EBF2F9;
}

.sfnc-feature {
  width: 125px !important;
  word-break: break-all;
  text-align: center;
}
.sfnc-namespace {
  width: 85px !important;
  word-break: break-all;
  text-align: center;
}
.sfnc-setting {
  width: 125px !important;
  word-break: break-all;
}
.sfnc-function { 
  width: 140px !important;
}
.sfnc-outline {
  width: 220px !important;
}
.switch {
  width: 65px !important;
  text-align: center;
  padding: 0 !important;
}
.switch:hover {
}


td.sfnc-feature, td.sfnc-namespace,
td.sfnc-setting {
  text-align: center !important;
}

td.sfnc-feature, td.sfnc-namespace,
td.sfnc-setting {
  font-size: 12px !important;
  text-align: center !important;
}


.sfnc-cvb, .all-cvb {
  background-color: #B8DEF9;
}

.sfnc-cvb:hover, .all-cvb:hover {
  background-color: #D8EFFF;
}

.accordion div.op_tbl_spec:hover {
	cursor: pointer;
}

.sfnc-info {
  width: 690px;
  margin-left: 45px;
  margin-bottom: 30px;
}
.sfnc-info h4 {
  font-size: 14px !important;
  font-weight: bold;
  padding: 7px 10px 0px 0 !important;
  margin: 25px 0 10px 0px !important;
  letter-spacing: 0.02em;
  line-height: 150%;
}

.sfnc-info p {
  font-size: 12px;
  line-height: 165%;
  margin-bottom: 5px;
}

.sfnc-info p.link {
  line-height: 150% !important;
}
.sfnc-info p a .link_page {
  font-size: 14px !important;
}
.sfnc-info p.link a:hover {
  color:#cc2200 !important;
}

.subInner_close {
  margin: 20px auto !important;
  padding: 10px;
  background-color: #f7f7f7;
  text-align: center;
}

div.subInner_close:hover {
	cursor: pointer;
  background-color: #E4F1FB;
}

.last {
  width: 750px;
  border-bottom: 1px solid #ccc;
}


.tbl_accordion {
  border: 1px solid #ddd;
  font-size: 11px !important;
  line-height: 165% !important;
}

.tbl_accordion th, .tbl_accordion td {
  border-bottom: 1px solid #ddd;
  padding: 7px;
}

.img_accordion {
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.img_accordion h5 {
  font-size: 12px !important;
  font-weight: bold !important;
  text-decoration: underline;
  margin: 5px 0 !important;
  line-height: 160%;
}

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


@media (max-width:480px) {
  .accordion-header {
    padding: 12px;
    font-size: 15px;
  }
  .accordion-panel {
    padding: 0 12px;
  }
}
