@charset "utf-8";


/*==================================================

  旧サイトの要素調整

==================================================*/

ul.list li .t_h3 h3,
h3.f1 {
  background: url(../images/border.jpg) left top no-repeat;
}

ul.list li .t_h3 h3 {
  width: calc(100% - 80px);
  padding-right: 0;
}

h3.f1 {
  width: 100%;
  background-position: top 2px left;
}

.cont_l,
.cont_r {
  float: none;
}

.cont_r {
  width: 100%;
}

.single-box {
  width: auto;
  padding: 0;
}

.single-box h1,
.single-box h2,
.single-box h3 {
  width: 100%!important;
  box-sizing: border-box;
}

.single-box h1 {
}

.single-box h2 {
  margin: 0px 0px 10px;
  padding: 5px 10px;
}

.single-box h3 {
  border: none;
}

.single-box .list li {
  margin-left: 0;
}

.single-box .list li h3 {
  width: calc(100% - 50px)!important;
}

.single-box table.basic {
  min-width: 100%;
}

.t_h3,
.t_h3_2,
.t_h3.bl-hot {
  width: 100%;
  box-sizing: border-box;
}

ul.list li .t_h2, .t_h3 {
  width: 100%;
  box-sizing: border-box;
}

ul.list li p {
  padding-top: 0;
}

ul.list li p img {
  width: 100px;
  height: auto;
  padding: 0;
}

ul.list li p span {
  width: calc(100% - 115px);
}

.sp_anker {
  display: none;
}

@media screen and (min-width: 768px) {

  ul.list li {
    width: 50%;
    max-width: none;
  }

}

@media screen and (min-width: 992px) {

  ul.list li {
    width: 50%;
    max-width: none;
  }

}


/*==================================================

  グリッドの基本構成

==================================================*/

.container {
  width: 1010px;
  max-width: 1010px;
}

#hero img {
  width: 100%;
}

.row-offcanvas {
  background-color: #fff;
  box-shadow: none;
}

.row-offcanvas > .col-xs-9,
.row-offcanvas > .col-sm-9 {
  padding-left: 2px;
}

.row-offcanvas > .col-xs-12 .cont_r,
.row-offcanvas > .col-sm-12 .cont_r {
  width: 100%;
  float: none;
}

.cont_r > .row *,
.responsive_custom .cont_r * {
  box-sizing: border-box;
}


/*==================================================

  左側サブメニュー

==================================================*/

#menuBtn {
  display: none!important;
}

.subnavi li a,
.subnavi2 li a {
  width: 213px;
}

.subnavi li.current,
.subnavi2 li.current {
  width: 213px;
}

#aside .btns p {
  margin: 0;
  margin-bottom: -1px;
  padding: 0;
  border: 1px solid #ccc;
}

  #aside .btns p:last-of-type {
    margin-bottom: 10px;
  }

  #aside .btns p:hover {
    opacity: 0.75;
  }

#aside .btns p a {
  display: block;
  position: relative;
  padding: 4px 10px;
  padding-right: 15px;
  border: 1px solid #fff;
  background-image: url(../images/bg_leftmenubtn.svg);
  color: #2F2F2F;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-decoration: none;
}

#aside .btns p a:after {
  content: 'play_arrow';
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  font-family: 'Material Icons';
  font-display: swap;
  color: #999;
  font-size: 10px;
  line-height: 1;
}


/*==================================================

  ダウンロードページ

==================================================*/

.imitate * {
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.5
}
.imitate h2,
.imitate h3,
.imitate h4,
.imitate h5,
.imitate h6 {
  float: none;
  margin: 0;
  padding: 0;
  border: none;
  font-weight: bold;
}

.imitate h3 {
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 5px 10px;
  padding-left: 20px;
  border: 1px solid #ccc;
  background-image: url(../images/border.jpg);
  background-position: left 10px center;
  background-repeat: no-repeat;
  font-size: 16px;
}

.imitate h4 {
  margin: 20px 0 15px 10px;
  padding: 10px 5px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}

.imitate ul {
  padding-left: 35px;
}

.imitate ul li {
  list-style: disc;
  margin-bottom: 5px;
}

.get_adobe_Reader {
  margin-top: 50px;
  padding: 10px;
  border: 1px solid #ccc;
}

.get_adobe_Reader:after {
  display: block;
  clear: both;
  content: "";
}

.get_adobe_Reader .logo {
  float: left;
}

.get_adobe_Reader .logo + p {
  margin-left: 100px;
  color: #666;
  font-size: x-small;
}

.basic-style .table tr .prof-table {
  width:30%;
  text-align:left;
  vertical-align: top;
}

/*==================================================

  基本ページのレイアウト

==================================================*/

.basic-style {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}

.basic-style * {
  letter-spacing: 0.025em;
}

.basic-style h2,
.basic-style h3,
.basic-style h4,
.basic-style h5,
.basic-style h6 {
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  word-break: break-all;
  white-space: normal;
}

.basic-style h2 {
  margin: 0 0 45px;
  padding: 3px 0px 7px;
  border-bottom: 1px solid #cfcfcf;
  font-size: 24px;
}

.basic-style h2 small {
  color: #333;
  font-weight: bold;
}

.basic-style h3 {
  position: relative;
  margin: 60px 0 30px;
  padding: 10px;
  padding-left: 35px;
  border: 1px solid #ccc;
  font-size: 16px;
}

  .basic-style h3::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 15px;
    width: 5px;
    height: 24px;
    margin-right: 10px;
    background-color: #009B4A;
  }

.basic-style h3 small {
  font-size: 12px;
}

.basic-style h4 {
  margin: 45px 0 30px;
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
}

.basic-style h5 {
  margin-top: 45px;
  margin-bottom: 30px;
  padding: 0;
  background: none;
  font-size: 20px;
}

.basic-style h6 {
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 0;
  background: none;
  font-size: 16px;
}

.basic-style p {
  margin: 0 0 10px;
  color: #333;
  font-size: 14px;
}

.basic-style a {
  text-decoration: underline;
}

.basic-style img {
  margin: 0 0 10px;
}

.basic-style h2,
.basic-style h3 {
  margin-left: -15px;
  margin-right: -15px;
}

.basic-style a img {
  transition:  0.2s;
}

  .basic-style a:hover,
  .basic-style a:hover img {
    opacity: 0.75;
  }

  .basic-style a:active,
  .basic-style a:active img {
    opacity: 0.5;
  }

.basic-style ul:not(.nav),
.basic-style ol {
  padding-left: 1.7em;
}

.basic-style ul:not(.nav) li,
.basic-style ol li {
  margin-bottom: 5px;
}

.basic-style ul:not(.nav) li {
  list-style: disc;
}

.basic-style ol li {
  list-style: decimal;
}

.basic-style ul.icon-attention li {
  margin-left: -1.7em;
  padding-left: 1.7em;
  list-style: none;
  background-image: url(../images/icon_attention.svg);
  background-size: 16px 16px;
  background-position: top left;
  background-repeat: no-repeat;
}

.basic-style .btnContactus a {
  padding-right: 60px;
  text-decoration: none;
  line-height: 1.5;
}

.parts-operator {
  padding: 10px;
  padding-left: 60px;
  background-image: url(../images/icon_operator_gn.png);
  background-size: 48px;
  background-position: top 10px left 7px;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 1.5;
}

.parts-operator .title {
  margin-bottom: 10px;
  font-weight: bold;
}

.parts-operator .block {
  display: flex;
  margin-bottom: 5px;
}

.parts-operator .block .place {
  width: 70px;
}

.parts-operator .block .number {
  width: calc(100% - 70px);
}

.parts-operator .block .number span {
  display: block;
}

.basic-style .table th,
.basic-style .table td {
  vertical-align: middle;
}

.basic-style .table.table-nowrap thead th,
.basic-style .table.table-nowrap tbody th,
.basic-style .table.table-nowrap tbody td {
  white-space: nowrap;
}

.basic-style .table th {
  text-align: center;
}

.basic-style .table img {
  margin-bottom: 0;
}

.basic-style .nav.nav-tabs {
  margin-left: -15px;
  margin-right: -15px;
}

.basic-style .nav.nav-tabs > li > a {
  border-radius: 0;
  font-size: 14px;
  text-decoration: none;
}

.basic-style.download a {
  text-decoration: none;
}

