@charset "UTF-8";
/*general*/

.is-ttl {
  color: #005bac;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px;
}
.is-ttl.is-bd {
  border-top: 5px solid #005bac;
  padding-top: 20px;
}
.is-ttl span {
  font-size: 1.8rem;
  display: block;
  padding: 10px 0 0;
}
.is-tar {
  text-align: right;
}
.is-ttl02 {
  background: #f2f7ff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 50px;
  height: 50px;
  margin: 0 0 20px;
  padding: 0 0 0 20px;
  position: relative;
}
.is-ttl02:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 5px;
  background: #005bac;
  margin-top: -2px;
}
.is-ttl03 {
  color: #005bac;
  font-size: 1.6rem;
  line-height: 3.0rem;
  font-weight: bold;
  border-bottom: 1px solid #005bac;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
.is-ttl04 {
  font-size: 1.6rem;
  position: relative;
  padding-left: 10px;
  vertical-align: top;
  line-height: 1;
  margin-bottom: 10px;
}
.is-ttl04.is-ttl-bd {
}
.is-ttl04.is-ttl-bd:before {
  content:"";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #005bac;
  left: 0;top: 0;
}
.is-ttl04.is-ttl-bd.is-green:before {
  background-color: #76b531;
}

.is-ttl05 {
  color: #005bac;
  font-size: 1.4rem;
  line-height: 3.0rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.is-btn01 {
  font-size: 1.2rem;
  border: 1px solid #ccc;
  display: block;
  position: relative;
  padding-left: 10px;
  padding-right: 20px;
  height: 40px;
  line-height: 40px;
  transition:.3s;
}
.is-btn01:before,
.is-btn02:before {
  content:"";
  display: block;
  position: absolute;
  right: 0;
  width: 20px;
  height: 100%;
  background-color: #005bac;
}
.is-btn01:after,
.is-btn02:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background: url(../../container/img/common/ic_arrow_right.png) 50% 50% no-repeat;
}

.is-btn01:hover,
.is-btn02:hover {
  opacity: .7;
}
.is-btn02 {
  background-color: #d6e4fd;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  transition: .3s;
}
.is-btn02:before {
  background-color: #b4ccfb;
}
.is-center {
  text-align: center;
}
.is-tar {
  text-align: right;
}
.is-tal {
  text-align: left;
}
.is-bold {
  font-weight: bold;
}
.is-red {color: #c00;}
.is-pdf {
  position: relative;
  margin-right: 30px;
}
.is-pdf:after {
    content:"";
  position: absolute;
  right: -20px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  background-image: url(../../container/img/news/ic_pdf.gif);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.is-scrollwrap {
  width: 100%;
}
.stan .is-blank {
  position: relative;
  margin-right: 30px;
}
.stan .is-blank:after {
  content:"";
  position: absolute;
  right: -20px;
  bottom: 2px;
  width: 11px;
  height: 10px;
  background-image: url(../../container/img/common/ic_blank.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  }
.is-col2--table th {
  width: 150px;
}
.is-scroll {
  width: 900px;
  margin: 0 auto;
}
.is-scroll a {
  
}
.is-scroll th {
  background: #f2f7ff;
  padding: 10px;
  border: 1px solid #eee;
  font-weight: bold;
  vertical-align: middle;
}
.is-scroll td {
  padding: 10px;
  border: 1px solid #eee;
}
.is-scroll td img {
  max-width:30px;
}
.is-scroll tbody th {
  background-color: #fbf8f8;
}
.is-section {
  width: 980px;
  margin: 0 auto;
}
.is-ar-slct {
  position: relative;
  width: 340px;
}
.is-ar-slct:after {
  content:"";
  background-image: url(../../container/img/common/ic_arrow-down_bl.png);
  width: 10px;
  height: 7px;
  -webkit-background-size: 10px auto;
  background-size: 10px auto;
  position: absolute;
  top: 15px;
  right: 10px;
  background-repeat: no-repeat;
}
.is-ar-slct select {
    -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  max-width: 100%;
  width: 100%;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 9px;
  font-size: 1.2rem;
  border-radius: 0;
  margin-bottom: 20px;
}
.sd__sup__list li.is-external {
  position: relative;
}
.sd__sup__list li.is-external::before{
  content:"";
  position: absolute;
  bottom:5px;
  right:30px;
  z-index: 1;
  width: 11px;
  height: 10px;
  background: url(../../container/img/common/ic_blank.png) 0 0 no-repeat;
}
.sd__sup__list.is-other {
  background-color: #fff;
  margin-top: 20px;
}
.sd__sup__list.is-other li {
  margin-bottom: 10px;
  background-color: #fff;
}
.sd__sup__list.is-other li a {
  background-color: #fff;
  border: 1px solid #ccc;
  padding-left: 44px;
  transition:.3s;
}
.sd__sup__list.is-other li.is-renew a {
  background-image: url(../../container/img/standard/icon_mail.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
  -webkit-background-size: 22px auto;
  background-size: 22px auto;
}
.sd__sup__list.is-other li.is-finish a {
  background-image: url(../../container/img/standard/icon_search.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
  -webkit-background-size: 22px auto;
  background-size: 22px auto;
}
.sd__sup__list.is-other li.is-catalog a {
  background-image: url(../../container/img/standard/icon_catalog.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
  -webkit-background-size: 22px auto;
  background-size: 22px auto;
}
.sd__sup__list.is-other li a:after {
  content:"";
  background-color: #ccc;
  height: 100%;
}
.sd__sup__list.is-other li a:before {
  content:"";
  position: absolute;
  right: 30px;
  bottom: 2px;
  width: 11px;
  height: 10px;
  background-image: url(../../container/img/common/ic_blank.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.sd__sup__list.is-other li a:hover {
  opacity: .7;
}
.col2Itm {
  width: 50%;
  float: left;
}
.is-para {
  font-size: 1.2rem;
}
.pdfBox {
  width: 100%;
  padding: 10px;
  background-color: #f2f7ff;
}
.pdfBox.is-green {
  background-color: #f0f7d5;
}
.pdfBox__in {
  background-color: #fff; 
  text-align: center;
  position: relative;
  padding: 30px 0 20px 0;
}
.pdfBox__ttl {
  font-size: 1.2em;
  line-height: 1.4rem;
  margin-bottom: 20px;
}
.pdfBox__img {
  display: block;
  margin: 0 auto 20px;
  max-width: 125px;
  transition:.3s ;
}
.pdfBox__img:hover {
  opacity: .7;
}
.pdfBox__img img {
  width: 100%;
}
.pdfBox__date {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #dee8d4;
  color: #5b8e27;
}
.pdfBox__btn {
  width: 170px;
  font-size: 1.0rem;
}
.is-green .pdfBox__btn {
  background-color: #e2efb2;
}
.is-green .pdfBox__btn:after {
  background-color: #b1d257;
}
.is-tdu {
  text-decoration: underline !important;
}
.is-blue {
  color: #005bac;
}
@media screen and (max-width:640px) {
  .is-ttl02 {
    height: auto;
    font-size: 1.4rem;
    line-height: 1.6rem;
    padding: 10px 0 10px 20px;
    margin-bottom: 20px;
  }
  .is-ttl03 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .is-ttl04 {
    font-size: 1.4rem;
    }
  .is-prem .ft__bot {
    padding: 5px 0;
    line-height: 1.8rem;
  }
  .is-scrollwrap {
    overflow: scroll;
  }
  .is-scroll {
    overflow: scroll;
  }
  .is-col2--table th {
    width: 100%;
  }
  .is-ar-slct {
    width: 100%;
  }
  .is-section {
    width: 100%;
    padding: 0 10px;
  }
  .col2Itm {
    width: 100%;
    float: none;
  }

}

/*cad_howto_top*/

.cadhw {
  margin-bottom: 40px;
}
.cadhw:last-child {
  padding-bottom: 100px;
}
.cadhw__ttl01 {
}
.cadhw__ttl02 {}
.cadhw__ttl03 {}
.cadhw__ttl04 {}
.cadhw__ol {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.cadhw__ol li {
  margin-bottom: 5px;
}
.cadhw__info a,
.cadhw__ol li a {
  color: #0C5DAA;
  text-decoration: underline;
}
.cadhw__ol li ol {
  padding-left: 1em;
}
.cadhw__ol li ol li {}
.cadhw__itm {
  margin-bottom: 20px;
}
.cadhw__info {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.cadhw__li {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.cadhw__li li {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 5px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.cadhw__table {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

@media screen and (max-width:640px) {
  .cadhw:last-child {
    padding-bottom: 40px;
  }
}

/* standard */
.overview.is-glay .overview__nv {
  background-color: #fafafa;
}
.overview.is-glay li {
  margin-bottom: 3px;
}
.overview.is-glay li a {
    font-size: 1.0rem;
    font-weight: normal
}
.overview.is-glay li a:before {
  background-color: #ccc;
}
.overview.is-glay li a:after {
    font-size: 1.0rem;
    font-weight: normal;
    background-image: url(../../container/img/common/ic_arrow_down.png);
}
.stan {
  margin-bottom: 40px;
}
.stan__col2 {
  float: left;
  width: 360px;
}
.stan__col2:nth-child(even) {
  float: right;
}
.stan__logoTtl {
  margin-bottom: 10px;
}
.stan__bdWrap {
  margin-bottom: 20px;
}
.stan__bdItmSm {
  float: left;
  width: 190px;
}
.stan__bdItmSm.pdfBox {
  background-color: #fafafa;
}
.stan__bdItmSm.pdfBox .pdfBox__in {
  padding: 20px 0 15px 0;
}
.stan__bdItmSm.pdfBox .pdfBox__img {
  max-width:70px;
}
.stan__bdItmSm.pdfBox .pdfBox__btn {
  width: 135px;
}
.stan__bdItm {
  float: right;
  width: 520px;
  padding: 20px 25px;
  border: 1px solid #ccc;
  height: 249px;
}
.stan__itm__in {
  margin-bottom: 20px;
}
.stan__bdItm__ttl {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.stan__bdItm__ttl span {
  color: #005bac;
}
.stan__bdItm__info {
  margin-bottom: 20px;
}
.stan__bdItm__list {}
.stan__bdItm__list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
  margin-bottom: 3px;
}
.stan__ttl {
  margin-bottom: 10px;
}
.stan__bd {
  padding: 20px;
  border: 1px solid #ccc;
  text-align: center;
}
.stan__bd .stan__col2 {
  width: 340px;
}
.stan__bd__info {
  margin-bottom: 20px;
}
.stan__btn {
  width: 360px;
}
.stan__itm__link .stan__btn {
  float: left;
  margin-bottom: 10px;
}
.stan__itm__link .stan__btn:nth-child(even) {
  float: right;
}
.stan__info {
  margin-bottom: 20px;
}
.stan__anote {
  
}
@media screen and (max-width:640px) {
  .stan {
    margin-bottom: 30px;
  }
  .stan__col2 {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .stan__col2:nth-child(even) {
    float: none;
  }
  .stan__logoTtl {
    margin-bottom: 10px;
  }
  .stan__bdWrap {
    margin-bottom: 20px;
  }
  .stan__bdItmSm {
    float: none;
    width: 100%;
  }
  .stan__bdItmSm.pdfBox .pdfBox__in {
    padding: 10px;
  }
  .stan__bdItmSm.pdfBox .pdfBox__img {
    max-width:70px;
  }
  .stan__bdItmSm.pdfBox .pdfBox__btn {
    width: 100%;
  }
  .stan__bdItm {
    float: none;
    width: 100%;
    padding: 10px;
    height: auto;
  }
  .stan__bd {
    padding: 10px;
  }
  .stan__bd .stan__col2 {
    width: 100%;
  }
  .stan__btn {
    width: 100%;
  }
  .stan__itm__link .stan__btn {
    float: none;
    margin-bottom: 10px;
  }
  .stan__itm__link .stan__btn:nth-child(even) {
    float: none;
  }
}
/*rohs*/

.overview.is-col3 li {
  margin-bottom: 3px;
  width: 33%;
  
}
.overview.is-col3 li a {
    font-size: 1.2rem;
    font-weight: normal
}
.stan__table {
  width: 100%;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.stan__table tr {}
.stan__table thead th {
  border: 1px solid #ccc;
  padding: 8px 20px;
  text-align: center;
  background-color: #f2f7ff;
}
.stan__table.is-auto tbody th {
  vertical-align: top;
  font-weight: normal;
  text-align: left;
  padding: 5px;
}
.stan__table tbody th {
  text-align: left;
  width: 40%;
  padding: 5px 20px;
  border: 1px solid #ccc;
}
.stan__table.is-auto tbody th {
  width: auto;
}
.stan__table.is-sh tbody th {
  width: 10%;
  text-align: center;
}
.stan__table.is-comp thead .is-left th {
  text-align: left;
  width: 100px;
  padding: 10px;
}
.stan__table.is-col3 tbody td:first-child {
  width: 170px;
  text-align: center;
}
.stan__table.is-auto,
.stan__table.is-comp {
  font-size: 1.2rem;
}
table.is-scroll.stan__table td {
  border-color: #ccc;
}
.stan__table.is-auto tbody td {
  text-align: left;
  font-size: 1.2rem;
}
.stan__table .is-middle {
  vertical-align: middle;
}
.stan__table.is-col3 tbody td {
  vertical-align: middle;
}
.stan__table tbody th span {
  font-size: 1.0rem;
}
.stan__table td {
  padding: 5px 20px;
  border: 1px solid #ccc;
}
.stan__table__li li {
  margin-bottom: 10px;
}
.stan__table__li li li {
  margin-bottom: 5px;
  padding-left: 1em;
}
.stan__ol {
  margin-bottom: 20px;
}
.stan__ol li {
  font-size: 1.2rem;
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 20px;
}
.stan__ol.is-nm li {
  margin-bottom: 3px;
}
.bgBox {
  background-color: #fafafa;
  padding: 20px;
  text-indent: 0;
  margin-top: 10px;
}
.bgBox.is-sky {
  background-color: #f2f7ff;
  margin-bottom: 20px;
}
.is-sec .sup__pur__cont__map__img {
  width: 470px;
}
.is-sec .sup__pur__cont__map__links {
  width: 220px;
}
.is-sec .sup__pur__cont__map__links li {
  float: none;
}
@media screen and (max-width:640px) {
  .overview.is-col3 li {
    margin-bottom: 3px;
    width: 50%;
  }
  .is-sec .sup__pur__cont__map__img {
    width: 100%;
  }
  .is-sec .sup__pur__cont__map__links {
    width: 100%;
  }
}


.hvdis,
.hvdis__in,
.hvdis__para {
  margin-bottom: 20px;
}
.hvdis__li {
  margin-bottom: 20px;
}
.hvdis__li li {
  font-size: 1.2rem;
}
.hvdis__li.is-ti li {
  padding-left: 8.5em;
  text-indent: -8.5em;
}
.hvdis__bdtopBox {
  margin-top: 50px;
  margin-bottom: 50px;
}
.bdtopBox {
  background-color: #f2f7ff;
  padding: 10px;
}
.bdtopBox__in {
  background-color: #fff;
  border-top: 5px solid #005bac;
  text-align: center;
  padding: 20px;
}
.bdtopBox__ttl {
  font-size: 1.8rem;
  color: #005bac;
  margin-bottom: 20px;
  font-weight: bold;
}
.bdtopBox__lead {
  margin-bottom: 20px;
  font-size: 1.2rem;
}
.bdtopBox__btn {
  width: 265px;
  font-size: 1.6rem;
  text-align: center;
  padding-left: 0;
}
.is-col1.bdtopBox__btn {
  width: 400px;
}
.is-col3 .bdtopBox__btn {
  float: left;
  width: 215px;
}
.is-col2 .bdtopBox__btn {
  float: left;
  width: 330px;
  font-size: 1.1rem;
}
.is-col3 .bdtopBox__btn:nth-child(2) {
  margin: 0 12px;
}
.is-col2 .bdtopBox__btn:nth-child(2) {
  float: right;
}
.is-para.is-second {
  margin-top: 10px;
}
.is-third {
  margin-top: 10px;
}
.renew__center {
  margin-bottom: 20px;
  
}
.is-btn01.renew__btn {
  display: inline-block;
  width: 320px;
}
.is-btn01.renew__btn {
  display: inline-block;
  width: 320px;
}
.is-btn01.renew__btn.is-lot {
  display: inline-block;
  width: 360px;
}
.renew__table  {
  width: 730px;
}
.renew__table thead th,
.renew__table tbody th,
.renew__table tbody td {
  font-weight: normal;
  padding: 8px 10px;
}
.renew__table thead th {
  text-align: left;
}
.renew__table thead th.is-series {
  width: 240px;
}
.renew__table thead th.is-format {
  width: 245px;
}
.renew__table thead th.is-year {
  width: 240px;
}
.renew__table.is-col2 thead th.is-year {
  width: 465px;
}
.renew__table.is-col2.is-ren thead th.is-year {
  width: 430px;
}
.renew__table.is-col2.is-ren tbody th {
  vertical-align: top;
}
.stan__table.renew__table tbody th {
  width: auto;
}
.renew__ttl04 {
  margin-bottom: 20px;
}
.renew__li {
  /*margin-bottom: 20px;*/
}
.renew__li li {
  font-size: 1.2rem;
  padding-left: 13em;
  text-indent: -13em;
}

.renew__pdf {
  background-color: #f2f7ff;
  padding: 10px;
  margin-bottom: 20px;
}
.renew__pdf__itm {
  text-align: center;
  width: 230px;
  float: left;
  margin-bottom: 10px;
  background-color: #fff;
  padding: 20px 25px;
}
.renew__pdf__itm:nth-child(2) {
  margin: 0 10px 10px;
}
.renew__pdf__itm:nth-child(4) {
  margin: 0;
}
.renew__pdf__itm:nth-child(5) {
  margin: 0 10px;
}
.renew__pdf__ttl {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.renew__pdf__img {
  display: block;
  margin-bottom: 10px;
  transition:.3s;
}
.renew__pdf__img:hover {
  opacity: .7;
}
.renew__pdf__btn {}
.renew__pdfLink {}
@media screen and (max-width:640px) {
  .bdtopBox__ttl {
    font-size: 1.6rem;
  }
  .bdtopBox__btn {
    float: none;
    width: 100%;
    font-size: 1.2rem;
  }

.is-col1.bdtopBox__btn {
  width: 100%;
}
.is-col2 .bdtopBox__btn {
  float: none;
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.1rem;
}
  .is-col3 .bdtopBox__btn {
    width: 100%;
  }
  .is-col3 .bdtopBox__btn:nth-child(2) {
    margin: 10px 0;
  }
  .is-btn01.renew__btn {
    width: 100%;
  }
  .is-btn01.renew__btn.is-lot {
    width: 100%;
  }

}

/* -----------usage*/
.usage {
  margin-bottom: 100px;
}
.usage__ttl {}
.usage__baloon {}
.usage__baloon__ttl {
  position: relative;
  background-color: #005bac;
  color: #fff;
  font-size: 2.0rem;
  padding-left: 25px;
  height: 44px;
  line-height: 44px;
  z-index: 100;
}
.usage__baloon__ttl:after {
  content:"";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #005cac transparent transparent transparent;
  bottom: -8px;
  left: 50%;
  margin-left: -4px;
  
}
.usage__baloon__in {
  position: relative;
  padding: 20px 30px 30px 170px;
  background-color: #f1f2f7;
  background-image: url(../../container/img/usage/img_mc.png);
  background-repeat: no-repeat;
  background-position: 30px center;
}
.usage__baloon__in.is-mccb {
  background-image: url(../../container/img/usage/img_mccb.png);
}
.usage__baloon__in.is-hv {
  background-image: url(../../container/img/usage/img_hv.png);
}
.usage__baloon__in.is-op {
  background-image: url(../../container/img/usage/img_operating.png);
}
.usage__baloon__in.is-power {
  background-image: url(../../container/img/usage/img_power.png);
}
.usage__baloon__info {
  font-size: 1.6rem;
}
.usage__in {}
.usage__in__ttl {
  font-size: 2.0rem;
  font-weight: bold;
  color: #005bb0;
  border-left: 5px solid #005bb0;
  border-bottom: 1px solid #005bb0;
  padding-left: 20px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  height: 50px;
  line-height: 50px;
}
.usage__li {}
.usage__li.is-hide {
  display: none;
}
.usage__li li {
  font-size: 1.6rem;
  width: 485px;
  margin-bottom: 10px;
  float: left;
}
.usage__li.is-pageLink li {
  width: 320px;
  margin-right: 10px;
}
.usage__li li:nth-child(even) {
  float: right;
}
.usage__li.is-pageLink li:nth-child(even) {
  float: left;
  margin-right: 10px;
}
.usage__li.is-pageLink li:nth-child(3n) {
  margin-right: 0;
}
.usage__li li a,
.usage__li.is-noArrow li {
  display: block;
  background-color: #d6e4fe;
  position: relative;
  height: 70px;
  line-height: 70px;
  padding-left: 20px;
  transition:.3s;
  cursor:pointer;
}
.usage__li.is-noArrow li.is-active {
  border: 4px solid #005bb0;
  line-height: 62px;
}
.usage__li li.is-lh a {
  line-height: 1.6rem;
  padding-top: 20px;
}
.usage__li.is-noArrow li:hover,
.usage__li li a:hover {
  opacity: .7;
}
.usage__li li a:before {
  content:"";
  width: 45px;
  height: 100%;
  display: block;
  background-color: #b4ccfc;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../../container/img/usage/ic_arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.usage__li.is-pageLink li a:before {
  background-image: url(../../container/img/usage/ic_arrow_bl.png);
  background-color: inherit;
}

.usage__li.is-pageLink.is-noArrow li a:before {
  display: none;
}

@media screen and (max-width:640px) {
  .usage {
    margin-bottom: 40px;
  }
  .usage__ttl {}
  .usage__baloon {}
  .usage__baloon__ttl {
    position: relative;
    background-color: #005bac;
    color: #fff;
    font-size: 1.4rem;
    padding-left: 0;
    text-align: center;
    height: 35px;
    line-height: 35px;
    z-index: 100;
  }
  .usage__baloon__in {
    position: relative;
    padding: 10px;
    background-color: #f1f2f7;
    background-image: none !important;
  }
  .usage__baloon__img {
    margin: 10px auto;
    display: block;
    max-width: 100px;
  }
  .usage__baloon__info {
    font-size: 1.2rem;
  }
  .usage__in__ttl {
    font-size: 1.4rem;
    height:auto;
    line-height:1.4rem;
    padding: 10px;
  }
  .usage__li li {
    font-size: 1.0rem;
    width: 100%;
    float: none;
  }
  .usage__li li:nth-child(even) {
    float: none;
  }
  .usage__li.is-pageLink li:nth-child(even) {
    float: none;
  }
  .usage__li.is-pageLink li {
    width: 100%;
  }

  .usage__li.is-noArrow li.is-active {
    border: 2px solid #005bb0;
    line-height: 36px;
  }
  .usage__li li a,
  .usage__li.is-noArrow li {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
  }
  .usage__li li a {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
  }
  .usage__li li.is-lh a {
    height: auto;
    line-height: auto;
    padding: 10px;
  }
  .usage__li li a:before {
    width: 25px;
    height: 100%;
  }
}







  /*form*/


.slfm {
  width: 980px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.slfm.is-prem {
  padding-bottom: 20px;
}
.slfm__ttl {
      border-top: 5px solid #005bac;
  padding-top: 20px;
  color: #005bac;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px;
}
.slfm__ttl02 {

}
.slfm__step {
  margin-bottom: 20px;
}
.slfm__step__itm {
  padding: 7px 15px;
  width: 230px;
  float: left;
  background-color: #f0f0f0;
  color: #aaa;
  margin-right: 20px;
}
.slfm__step__itm:last-child {
  margin-right: 0;
}
.slfm__step__itm.is-active {
  background-color: #009ed8;
  color: #fff;
}
.slfm__step__ttl {
  font-size: 1.6rem;
  font-weight: bold;
}
.slfm__step__ttl span {
  font-size: 2.4rem;
}
.slfm__step__info {
  font-size: 1.4rem;
}
.slfm__info {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.slfm .is-must {
  display: inline-block;
  color: #fff;
  background-color: #ff9933;
  font-size: 1.0rem;
  letter-spacing: 1px;
  border-radius: 5px;
  padding: 2px 10px;
  text-align: center;
  margin: 0 3px;
}
.slfm__table {
  width: 100%;
  font-size: 1.4rem;
}
.slfm__table tr {}
.slfm__table tr:nth-child(odd) {
  background-color: #fafafa;
}
.slfm__table tr:last-child td {
  padding: 40px 20px;
  text-align: center;
}
.slfm__table__ttl {
  color: #005bac;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 15px;
}
p.slfm__table__ttl {
  margin-bottom: 5px;
}
.slfm__table td {
  padding: 15px 20px 40px;
  width: 100%;
  font-size: 1.2rem;
}
.slfm__policy {
  width: 910px;
  background-color: #fff;
  height: 180px;
  border: 1px solid #ccc;
  font-size: 1.2rem;
  line-height: 2.4rem;
  overflow-y: scroll;
  padding: 15px;
  margin: 0 auto;
}
.slfm__iptxt,
.slfm__ipnum,
.slfm__iptel,
.slfm__ipmail,
.slfm__ipsub,
.slfm__slct select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
}
.slfm__label {
  display: block;
  margin-bottom: 5px;
}
.slfm__label {
  display: block;
  margin-bottom: 5px;
}
.slfm__label input {
  float: left;
  display: block;
  width: 15px;
}
.slfm__label span {
  display: block;
  float: left;
  width: calc(100% - 35px);
}
.slfm__ipcheck,
.slfm__ipradio {}
.slfm__iptxt,
.slfm__ipmail,
.slfm__iptel {
  width: 430px;
  padding: 10px 20px;
  font-size: 1.2rem;
  border: 1px solid #ccc;
}
.slfm__iptxt.is-mrg {
  margin: 0 10px 0 9px;
}
.slfm__table td .is-mrg:last-child {
  margin-right: 0;
}
.slfm__iptxt.is-full {
  width: 100%;
}
.slfm__ipnum {
  width: 170px;
    padding: 10px 20px;
  font-size: 1.2rem;
  border: 1px solid #ccc;
  margin-right: 8px;
}
.slfm__table td .slfm__ipnum:last-child {
  width: 230px;
  margin-right: 0;
  margin-left: 10px;
}
.slfm__ipradio {}
.slfm__slct {
  position: relative;
  width: 430px;
}
.slfm__slct:after {
  content:"";
  background-image: url(../../container/img/common/ic_arrow-down_bl.png);
  width: 10px;
  height: 7px;
  -webkit-background-size: 10px auto;
  background-size: 10px auto;
  position: absolute;
  top: 15px;
  right: 10px;
  background-repeat: no-repeat;
}
.slfm__slct select {
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  max-width: 100%;
  width: 100%;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 9px;
  font-size: 1.2rem;
  border-radius: 0;
  margin-bottom: 20px;
}
.slfm__submit {
  text-align: center;
  width: 320px;
}
.slfm__ipsub {
  background-color: #005bac;
  color: #fff;
}
.slfm__contact {}
.slfm__contact__def {}
.slfm__contact__def dt {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.slfm__contact__def dd {
  font-size: 1.2rem;
  line-height: 2.4rem;
  
}
.plBox {
  padding-left: 35px;
}
.plBox__ttl {
  font-size: 1.2em;
  margin-bottom: 5px;
}
.plBox__info {
  font-size: 1.2rem;
  margin-bottom: 20px;
  padding-left: 3em;
}
.plBox__li {
  padding-left: 3em;
  margin-bottom: 20px;
}
.plBox__li li {
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
}
.agreeBox {
  padding: 10px;
  background-color: #f2f7ff;
}
.agreeBox__in {
  padding: 10px;
  background-color: #fff;
  padding: 30px 0;
  text-align: center;
}
.agreeBox__info {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.agreeBox__btn {
  display: block;
  position: relative;
  display: inline-block;
  background-color: #ccc;
  color: #fff !important;
  font-size: 1.2rem;
  color: #fff;
  margin-right: 40px;
  width: 310px;
  height: 50px;
  line-height: 50px;
  transition:.3s;  
}
.agreeBox__btn.is-agree {
  margin-right: 0;
  background-color: #005bac;
}
.agreeBox__btn:after {
  position: absolute;
  content:"";
  width: 20px;
  height: 100%;
  background-color: #a3a3a3;
  background-image: url(../img/common/ic_arrow_right.png);
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  right: 0;
}
.agreeBox__btn.is-agree:after {
  background-color: #002074;
}
.agreeBox__btn:hover {
  opacity: .7;
}


@media screen and (max-width:640px) {
  .slfm {
    width: 100%;
    padding: 0 10px 40px;
  }
  .slfm__step__itm {
    padding: 7px 15px;
    width: 100%;
    float: none;
  }
  .slfm__step__itm {
    margin-bottom: 10px;
  }
  .slfm__step__ttl {
    font-size: 1.4rem;
  }
  .slfm__step__ttl span {
    font-size: 2.2rem;
  }
  .slfm__step__info {
    font-size: 1.2rem;
  }
  .slfm__info {
    font-size: 1.0rem;
    line-height: 1.6rem;
  }
  .slfm__table {
    width: 100%;
    font-size: 1.4rem;
  }
  .slfm__table tr:last-child td {
    padding: 20px 10px;
  }
  .slfm__table__ttl {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  .slfm__table__ttl.sp {
    display: inline-block;
  }
  .slfm__table td {
    padding: 15px 20px 30px;
  }
  .slfm__policy {
    width: 100%;
    padding: 10px;
    height: 120px;
    font-size: 1.0rem;
  }
  .slfm__label {
    font-size: 1.0rem;
  }
  .slfm__slct {
    width: 100%;
  }
  .slfm__iptxt,
  .slfm__ipmail,
  .slfm__iptel {
    width: 100%;
    padding: 10px;
    font-size: 1.0rem;
  }
  .slfm__iptxt.is-mrg {
    margin: 5px 0;
  }
  .slfm__table td .is-mrg:last-child {
    margin-right: 0;
  }
  .slfm__iptxt.is-full {
    width: 100%;
  }
  .slfm__ipnum {
    width: 100px;
    padding: 10px;
    font-size: 1.0rem;
  }
  .slfm__table td .slfm__ipnum:last-child {
    width: 125px;
    margin-right: 0;
    margin-left: 10px;
  }
  
  .slfm__submit {
    width: 100%;
  }

  .slfm__contact__def dt {
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 2.0rem;
  }
  .slfm__contact__def dd {
    font-size: 1.0rem;
    line-height: 2.0rem;
  }
    .is-prem .ft__bot {
    padding: 5px 0;
    line-height: 1.8rem;
  }

  .plBox {
    padding-left: 10px;
  }
  .agreeBox {
    padding: 10px;
    background-color: #f2f7ff;
  }
  .agreeBox__in {
    padding: 10px;
  }
  .agreeBox__info {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .agreeBox__btn {
    display: block;
    color: #fff !important;
    font-size: 1.2rem;
    color: #fff;
    margin-right: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .agreeBox__btn.is-agree {
    margin-bottom: 0;
  }
  
｝































/* change discontinue */
.tableBase02 {
  margin: .5em 0;
  margin-left: 1px;
  margin-right: 1px;
  table-layout: fixed;
  width: 100%;
}
.tableBase02 th {font-weight: normal;}
.tableBase02 th ,
.tableBase02 td {
  border: 1px solid #ffffff;
  padding: 5px 8px;
  vertical-align: middle;
  font-size: 1.2em;
  word-wrap: break-word;
}
.tableBase02 th a,
.tableBase02 td a{
  color: #0033CC;
}
.tableBase02 th a:hover,
.tableBase02 td a:hover{
  text-decoration: underline;
}
.tableBase02 thead th {
  background-color: #005bac;
  font-weight: bold;
  border-bottom:1px solid #ffffff;
  border-right:1px solid #ffffff;
  padding:10px 8px;
  text-align: left;
    position: relative;
    color:#fff;
}
.tableBase02 thead th:nth-child(1){width: 13%}
.tableBase02 thead th:nth-child(2){width: 60%}
.tableBase02 thead th:nth-child(3){width: 12%}
.tableBase02 thead th:nth-child(4){width: 12%}
.tableBase02.is-discontinue thead th:nth-child(1){width: 18%}
.tableBase02.is-discontinue thead th:nth-child(2){width: 46%}
.tableBase02.is-discontinue thead th:nth-child(3){width: 12%}
.tableBase02.is-discontinue thead th:nth-child(4){width: 12%}
.tableBase02.is-discontinue thead th:nth-child(5){width: 12%}
.tableBase02.is-rohs thead th:nth-child(1){width: 15%}
.tableBase02.is-rohs thead th:nth-child(2){width: 25%}
.tableBase02.is-rohs thead th:nth-child(3){width: 15%}
.tableBase02.is-rohs thead th:nth-child(4){width: 15%}
.tableBase02.is-rohs thead th:nth-child(5){width: 15%}
.tableBase02.is-rohs thead th:nth-child(6){width: 15%}

.txtNote{
  margin: .5em 0;
  color: #cc0000;
}
.tableBase02 thead th .sortBox {
  position: absolute;
  top:0;
  right:5px;
  width:10px;
  height: 100%;
  margin:0;
  padding:0;
}
.tableBase02 thead th .txtS{font-size: 10px;}
.sortBox .sort_top{
  position: absolute;
  left:0;
  top:8px;
  display: block;
  width: 10px;
  height:7px;
}
.sortBox .sort_top::before{
  content:"";
  position: absolute;
  left:0;
  top:0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 7px 5px;
  border-color: transparent transparent #fff transparent;
}
.sortBox .sort_bot{
  position: absolute;
  left:0;
  bottom:8px;
  display: block;
  width: 10px;
  height:7px;
}
.sortBox .sort_bot::before{
  content:"";
  position: absolute;
  left:0;
  top:0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #fff transparent transparent transparent ;
}
.tableBase02 thead th.noBorder {border-right:1px solid #BDCBE3;}
.tableBase02 tbody th {background-color: #bdcbe3;}
.tableBase02 tbody td {background-color: #f3f3f3;}
.tableBase02 tbody td img{width: auto;}
.tableBase02  tbody .odd td {background-color: #dddddd;}
.tableBase02  tbody .even td {background-color: #fafafa;}
.tableBase02 a:hover,.tableBase02 a:visited {color: #663399;}
.pagerList {
  text-align: center;
  margin: 1em 0;
}
.pagerList li {
  display: inline;
  padding: 0 1px 0 6px;
}
.pagerList li.firstChild {background: none;}
.pagerList li a ,
.pagerList li span {
  color: #0033CC;
  background-color: #ffffff;
  border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  padding: 1px 4px;
  font-size: 1.2em;
}
.pagerList .ac {
  background-color: #0b4199;
  border-color: #0066cc;
  color: #ffffff;
}
.pagerList li a:hover{
  color: #ff9900;
  text-decoration: underline;
}
.sectionBoxin {
  width:730px;
  overflow:hidden;
}
.sectionBox{margin: 25px 0 0;}
.sectionBox .sortCr {
  margin:0;
  padding:0;
  float:left;
  font-weight:bold;
  width:300px;
}
.sectionBox .sortCr a{
  color: #0033CC;
  font-size: 1.2em;
}
.sectionBox .sortCr a:hover{
  color: #ff9900;
  text-decoration: underline;
}
.layoutR {
  font-size: 1.2em;
  width:300px;
  float:right;
  text-align:right;
}

@media screen and (min-width:640px) {
  .ttTooltip{display: none;}
  .ttTooltipBox{
    background-color: #f2f2f2;
    max-width: 200px;
    padding: 10px;
    border: 1px solid #dddddd;
    z-index: 99999;
  }
  * html .ttTooltipBox{width: 200px;}
  .ttTooltipBoxTxt{}

}
.sd__sup__list__child{margin:0 !important;}
.sd__sup__list__child a{background-color: #dddddd !important;}
.sd__sup__list__child a:after{background-color: rgba(0, 91, 172, .75) !important;}
.sd__sup__list__child .is-2line a::after{height: 44px !important;}

@media screen and (max-width:640px) {
  .tableBase02 th ,
  .tableBase02 td {
    font-size: 10px;
  }
  .tableBase02{display: block;}
  .tableBase02 thead tr,
  .tableBase02 tbody tr{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tableBase02 thead th:nth-child(1){width: 25%}
  .tableBase02 thead th:nth-child(2){width: 25%}
  .tableBase02 thead th:nth-child(3){width: 25%}
  .tableBase02 thead th:nth-child(4){width: 25%}
  .tableBase02.is-discontinue thead th:nth-child(1){width: 20%}
  .tableBase02.is-discontinue thead th:nth-child(2){width: 20%}
  .tableBase02.is-discontinue thead th:nth-child(3){width: 20%}
  .tableBase02.is-discontinue thead th:nth-child(4){width: 20%}
  .tableBase02.is-discontinue thead th:nth-child(5){width: 20%}
  .tableBase02.is-rohs thead th:nth-child(1){width: 33.333%}
  .tableBase02.is-rohs thead th:nth-child(2){width: 33.333%}
  .tableBase02.is-rohs thead th:nth-child(3){width: 33.333%}
  .tableBase02.is-rohs thead th:nth-child(4){width: 33.333%}
  .tableBase02.is-rohs thead th:nth-child(5){width: 33.333%}
  .tableBase02.is-rohs thead th:nth-child(6){width: 33.333%}
  .tableBase02 tbody td:nth-child(1),
  .tableBase02 tbody td:nth-child(2),
  .tableBase02 tbody td:nth-child(3),
  .tableBase02 tbody td:nth-child(4),
  .tableBase02 tbody td:nth-child(5),
  .tableBase02 tbody td:nth-child(6){
    width: 100%;
    padding-left:80px;
    position: relative;
  }
  .tableBase02.is-rohs tbody td:nth-child(1),
  .tableBase02.is-rohs tbody td:nth-child(2),
  .tableBase02.is-rohs tbody td:nth-child(3),
  .tableBase02.is-rohs tbody td:nth-child(4),
  .tableBase02.is-rohs tbody td:nth-child(5),
  .tableBase02.is-rohs tbody td:nth-child(6){padding-left:90px;}
  .tableBase02 tbody td:nth-child(1)::before,
  .tableBase02 tbody td:nth-child(2)::before,
  .tableBase02 tbody td:nth-child(3)::before,
  .tableBase02 tbody td:nth-child(4)::before,
  .tableBase02 tbody td:nth-child(5)::before,
  .tableBase02 tbody td:nth-child(6)::before{
    position: absolute;
    top:0;
    left:0;
    text-align: center;
    width: 60px;
    display: block;
    font-weight: bold;
    height: 100%;
    padding:5px 5px;
    box-sizing: border-box;
    border-right: 2px solid #fff;
  }
  .tableBase02.is-rohs tbody td:nth-child(1)::before,
  .tableBase02.is-rohs tbody td:nth-child(2)::before,
  .tableBase02.is-rohs tbody td:nth-child(3)::before,
  .tableBase02.is-rohs tbody td:nth-child(4)::before,
  .tableBase02.is-rohs tbody td:nth-child(5)::before,
  .tableBase02.is-rohs tbody td:nth-child(6)::before{width: 80px;}
  .tableBase02 tbody td:nth-child(1)::before{content:"形式";}
  .tableBase02 tbody td:nth-child(2)::before{content:"変更内容";}
  .tableBase02 tbody td:nth-child(3)::before{content:"発表時期";}
  .tableBase02 tbody td:nth-child(4)::before{content:"変更時期";}
  .tableBase02.is-discontinue tbody td:nth-child(1)::before{content:"形式";}
  .tableBase02.is-discontinue tbody td:nth-child(2)::before{content:"件名";}
  .tableBase02.is-discontinue tbody td:nth-child(3)::before{content:"発表時期";}
  .tableBase02.is-discontinue tbody td:nth-child(4)::before{content:"終了時期";}
  .tableBase02.is-discontinue tbody td:nth-child(5)::before{content:"代替機種";}
  .tableBase02.is-rohs tbody td:nth-child(1)::before{content:"形式";}
  .tableBase02.is-rohs tbody td:nth-child(2)::before{content:"機種/タイプ";}
  .tableBase02.is-rohs tbody td:nth-child(3)::before{content:"適否";}
  .tableBase02.is-rohs tbody td:nth-child(4)::before{content:"生産開始時期";}
  .tableBase02.is-rohs tbody td:nth-child(5)::before{content:"ロット番号";}
  .tableBase02.is-rohs tbody td:nth-child(6)::before{content:"備考、その他";}
  .tableBase02 tbody td:nth-child(1){width: 100%}
  .tableBase02 tbody td:nth-child(2){width: 100%}
  .tableBase02 tbody td:nth-child(3){width: 100%}
  .tableBase02 tbody td:nth-child(4){width: 100%}
  .tableBase02 tbody td:nth-child(5){width: 100%}
  .tableBase02 tbody td:nth-child(6){width: 100%}
  .tableBase02 tbody td a,
  .tableBase02 tbody td img{vertical-align: middle;}
  .sectionBoxin {width:auto;}
  .sectionBox .sortCr {width: auto;}
  .sectionBox .sortCr a{font-size: 10px;}
  .layoutR {
    font-size: 10px;
    width:auto;
  }
  .ttTooltip{display: none;}
}

